:root {
				--wp--style--global--content-size:
					840					px;
				--wp--style--global--wide-size:
					840					px;
			}

			:where(body) {
				margin: 0;
			}

			.wp-site-blocks>.alignleft {
				float: left;
				margin-right: 2em;
			}

			.wp-site-blocks>.alignright {
				float: right;
				margin-left: 2em;
			}

			.wp-site-blocks>.aligncenter {
				justify-content: center;
				margin-left: auto;
				margin-right: auto;
			}

			:where(.is-layout-flex) {
				gap: 0.5em;
			}

			:where(.is-layout-grid) {
				gap: 0.5em;
			}

			.is-layout-flow>.alignleft {
				float: left;
				margin-inline-start: 0;
				margin-inline-end: 2em;
			}

			.is-layout-flow>.alignright {
				float: right;
				margin-inline-start: 2em;
				margin-inline-end: 0;
			}

			.is-layout-flow>.aligncenter {
				margin-left: auto !important;
				margin-right: auto !important;
			}

			.is-layout-constrained>.alignleft {
				float: left;
				margin-inline-start: 0;
				margin-inline-end: 2em;
			}

			.is-layout-constrained>.alignright {
				float: right;
				margin-inline-start: 2em;
				margin-inline-end: 0;
			}

			.is-layout-constrained>.aligncenter {
				margin-left: auto !important;
				margin-right: auto !important;
			}

			.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
				max-width: var(--wp--style--global--content-size);
				margin-left: auto !important;
				margin-right: auto !important;
			}

			.is-layout-constrained>.alignwide {
				max-width: var(--wp--style--global--wide-size);
			}

			body.is-layout-flex {
				display: flex;
			}

			.is-layout-flex {
				flex-wrap: wrap;
				align-items: center;
			}

			.is-layout-flex>:is(*, div) {
				margin: 0;
			}

			body.is-layout-grid {
				display: grid;
			}

			.is-layout-grid>:is(*, div) {
				margin: 0;
			}

			:root{--wp--custom--light--general-color--h-1: #171717;--wp--custom--light--general-color--h-2: #2E2E2E;--wp--custom--light--general-color--h-3: #2E2E2E;--wp--custom--light--general-color--subtitle: #494949;--wp--custom--light--general-color--body: #494949;--wp--custom--light--general-color--caption: #5D5D5D;--wp--custom--light--general-color--disclaimer: #5D5D5D;--wp--custom--light--general-color-bg--minimal: #FEFEFE;--wp--custom--light--general-color-bg--subtle: #F8F8F8;--wp--custom--light--general-color-bg--bold: #2E2E2E;--wp--custom--light--general-color-bg--strong: #171717;--wp--custom--light--general-color-bg--sponsored: #F8F8F8;--wp--custom--light--general-color-bg--overlay: #01010180;--wp--custom--light--general-date-color--minimal: #5D5D5D;--wp--custom--light--general-date-color--subtle: #5D5D5D;--wp--custom--light--general-date-color--bold: #FEFEFE;--wp--custom--light--general-date-color--strong: #CCCCCC;--wp--custom--light--general-date-color--sponsored: #5D5D5D;--wp--custom--light--hyperlink--color-bg: #88734300;--wp--custom--light--hyperlink--enabled--color-fg: #2E2E2E;--wp--custom--light--hyperlink--enabled--border--color: #2E2E2E;--wp--custom--light--hyperlink--enabled--border--width: 2;--wp--custom--light--hyperlink--enabled--border--style: solid;--wp--custom--light--hyperlink--hover--color-fg: #010101;--wp--custom--light--hyperlink--hover--border--color: #010101;--wp--custom--light--hyperlink--hover--border--width: 2;--wp--custom--light--hyperlink--hover--border--style: solid;--wp--custom--light--hyperlink--pressed--color-fg: #010101;--wp--custom--light--hyperlink--pressed--border--color: #010101;--wp--custom--light--hyperlink--pressed--border--width: 2;--wp--custom--light--hyperlink--pressed--border--style: solid;--wp--custom--light--info--color-bg: #EFF3F8;--wp--custom--light--info--color-fg: #95A9C0;--wp--custom--light--info--color-stroke: #95A9C0;--wp--custom--light--info--color--5: #EFF3F8;--wp--custom--light--info--color--10: #DDE6F1;--wp--custom--light--info--color--20: #BACBDF;--wp--custom--light--info--color--30: #95A9C0;--wp--custom--light--info--color--40: #7F91A6;--wp--custom--light--info--color--50: #687789;--wp--custom--light--info--color--60: #525E6C;--wp--custom--light--info--color--70: #414A54;--wp--custom--light--info--color--80: #292E35;--wp--custom--light--info--color--90: #16171A;--wp--custom--light--warning--color-bg: #f6e5a640;--wp--custom--light--warning--color-fg: #C4A364;--wp--custom--light--warning--color-stroke: #C4A364;--wp--custom--light--warning--color--5: #FEFACF;--wp--custom--light--warning--color--10: #F6E5A6;--wp--custom--light--warning--color--20: #DFC582;--wp--custom--light--warning--color--30: #C4A364;--wp--custom--light--warning--color--40: #A58C52;--wp--custom--light--warning--color--50: #887343;--wp--custom--light--warning--color--60: #6B5B36;--wp--custom--light--warning--color--70: #54472C;--wp--custom--light--warning--color--80: #352D1E;--wp--custom--light--warning--color--90: #1A1610;--wp--custom--light--positive--color-bg: #F0F6F2;--wp--custom--light--positive--color-fg: #99AC9C;--wp--custom--light--positive--color-stroke: #99AC9C;--wp--custom--light--positive--border--color: #99AC9C;--wp--custom--light--positive--border--width: 2;--wp--custom--light--positive--border--style: solid;--wp--custom--light--positive--color--5: #F0F6F2;--wp--custom--light--positive--color--10: #E1E7E2;--wp--custom--light--positive--color--20: #C0CDC2;--wp--custom--light--positive--color--30: #99AC9C;--wp--custom--light--positive--color--40: #7E9582;--wp--custom--light--positive--color--50: #647B69;--wp--custom--light--positive--color--60: #4D6252;--wp--custom--light--positive--color--70: #3C4D40;--wp--custom--light--positive--color--80: #263028;--wp--custom--light--positive--color--90: #141815;--wp--custom--light--negative--color-bg: #FDF8F7;--wp--custom--light--negative--color-fg: #D3746A;--wp--custom--light--negative--color-stroke: #D3746A;--wp--custom--light--negative--border--color: #D3746A;--wp--custom--light--negative--border--width: 2;--wp--custom--light--negative--border--style: solid;--wp--custom--light--negative--color--5: #FDF8F7;--wp--custom--light--negative--color--10: #F9E1DD;--wp--custom--light--negative--color--20: #F1BDB5;--wp--custom--light--negative--color--30: #E29288;--wp--custom--light--negative--color--40: #D3746A;--wp--custom--light--negative--color--50: #BE544C;--wp--custom--light--negative--color--60: #A33934;--wp--custom--light--negative--color--70: #842926;--wp--custom--light--negative--color--80: #541B18;--wp--custom--light--negative--color--90: #26110D;--wp--custom--light--neutral--color-bg: #e9e9e980;--wp--custom--light--neutral--color-fg: #A7A7A7;--wp--custom--light--neutral--color-stroke: #A7A7A7;--wp--custom--light--neutral--color--0: #FEFEFE;--wp--custom--light--neutral--color--5: #F8F8F8;--wp--custom--light--neutral--color--10: #E9E9E9;--wp--custom--light--neutral--color--20: #CCCCCC;--wp--custom--light--neutral--color--30: #A7A7A7;--wp--custom--light--neutral--color--40: #8F8F8F;--wp--custom--light--neutral--color--50: #757575;--wp--custom--light--neutral--color--60: #5D5D5D;--wp--custom--light--neutral--color--70: #494949;--wp--custom--light--neutral--color--80: #2E2E2E;--wp--custom--light--neutral--color--90: #171717;--wp--custom--light--neutral--color--100: #010101;--wp--custom--light--icons--color-fg: #010101;--wp--custom--light--ad-wrapper--color-bg: #F8F8F8;--wp--custom--light--ad-wrapper--color-fg: #757575;--wp--custom--light--article-group--color-bg--minimal: #FEFEFE;--wp--custom--light--article-group--color-bg--subtle: #F8F8F8;--wp--custom--light--article-group--color-bg--bold: #2E2E2E;--wp--custom--light--article-group--color-bg--strong: #171717;--wp--custom--light--article-group--color-bg--sponsored: #F8F8F8;--wp--custom--light--article-head--color-bg: #FEFEFE;--wp--custom--light--article-head--title-color: #171717;--wp--custom--light--article-head--subtitle-color: #494949;--wp--custom--light--article-tile--enabled--color-bg--minimal: #FEFEFE;--wp--custom--light--article-tile--enabled--color-bg--subtle: #F8F8F8;--wp--custom--light--article-tile--enabled--color-bg--bold: #494949;--wp--custom--light--article-tile--enabled--color-bg--strong: #2E2E2E;--wp--custom--light--article-tile--enabled--color-bg--sponsored: #e9e9e9bf;--wp--custom--light--article-tile--enabled--title-color--minimal: #171717;--wp--custom--light--article-tile--enabled--title-color--subtle: #171717;--wp--custom--light--article-tile--enabled--title-color--bold: #F8F8F8;--wp--custom--light--article-tile--enabled--title-color--strong: #F8F8F8;--wp--custom--light--article-tile--enabled--title-color--sponsored: #171717;--wp--custom--light--article-tile--enabled--subtitle-color--minimal: #494949;--wp--custom--light--article-tile--enabled--subtitle-color--subtle: #494949;--wp--custom--light--article-tile--enabled--subtitle-color--bold: #CCCCCC;--wp--custom--light--article-tile--enabled--subtitle-color--strong: #CCCCCC;--wp--custom--light--article-tile--enabled--subtitle-color--sponsored: #494949;--wp--custom--light--article-tile--hover--color-bg--minimal: #FEFEFE;--wp--custom--light--article-tile--hover--color-bg--subtle: #F8F8F8;--wp--custom--light--article-tile--hover--color-bg--bold: #2E2E2E;--wp--custom--light--article-tile--hover--color-bg--strong: #171717;--wp--custom--light--article-tile--hover--color-bg--sponsored: #e9e9e9bf;--wp--custom--light--article-tile--hover--title-color--minimal: #010101;--wp--custom--light--article-tile--hover--title-color--subtle: #010101;--wp--custom--light--article-tile--hover--title-color--bold: #FEFEFE;--wp--custom--light--article-tile--hover--title-color--strong: #FEFEFE;--wp--custom--light--article-tile--hover--title-color--sponsored: #010101;--wp--custom--light--author-bio--title-color--minimal: #010101;--wp--custom--light--author-bio--title-color--subtle: #2E2E2E;--wp--custom--light--author-bio--title-color--sponsored: #5D5D5D;--wp--custom--light--author-bio--body-color--minimal: #2E2E2E;--wp--custom--light--author-bio--body-color--sponsored: #2E2E2E;--wp--custom--light--banners--color-bg--minimal: #E9E9E9;--wp--custom--light--banners--color-bg--subtle: #DFC582;--wp--custom--light--banners--color-bg--bold: #171717;--wp--custom--light--banners--color-bg--strong: #494949;--wp--custom--light--banners--color-bg--sponsored: #E9E9E9;--wp--custom--light--banners--title-color--minimal: #171717;--wp--custom--light--banners--title-color--subtle: #171717;--wp--custom--light--banners--title-color--bold: #FEFEFE;--wp--custom--light--banners--title-color--strong: #FEFEFE;--wp--custom--light--banners--title-color--sponsored: #010101;--wp--custom--light--banners--body-color--minimal: #2E2E2E;--wp--custom--light--banners--body-color--subtle: #2E2E2E;--wp--custom--light--banners--body-color--bold: #E9E9E9;--wp--custom--light--banners--body-color--strong: #E9E9E9;--wp--custom--light--banners--body-color--sponsored: #2E2E2E;--wp--custom--light--bottom-nav--color-bg: #F8F8F8;--wp--custom--light--bottom-nav--tagline-color: #010101;--wp--custom--light--bottom-nav--disclaimer-text-color: #757575;--wp--custom--light--bottom-nav--color-stroke: #cccccc00;--wp--custom--light--bottom-nav--container-stroke--color: #cccccc00;--wp--custom--light--bottom-nav--container-stroke--style: solid;--wp--custom--light--bottom-nav--container-stroke--width: 1;--wp--custom--light--button--primary--enabled--icon-style-color-bg--minimal: #5d5d5d1a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--subtle: #2e2e2e1a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--primary--enabled--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--primary--enabled--icon-style-color-fg--subtle: #2E2E2E;--wp--custom--light--button--primary--enabled--icon-style-color-fg--strong: #F8F8F8;--wp--custom--light--button--primary--enabled--icon-style-color-fg--bold: #F8F8F8;--wp--custom--light--button--primary--enabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--minimal: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--subtle: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--strong: #C4A364;--wp--custom--light--button--primary--enabled--text-style-color-bg--bold: #C4A364;--wp--custom--light--button--primary--enabled--text-style-color-bg--sponsored: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-fg--minimal: #F8F8F8;--wp--custom--light--button--primary--enabled--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--enabled--text-style-color-fg--strong: #171717;--wp--custom--light--button--primary--enabled--text-style-color-fg--bold: #171717;--wp--custom--light--button--primary--enabled--text-style-color-fg--sponsored: #E9E9E9;--wp--custom--light--button--primary--disabled--icon-style-color-bg--minimal: #5d5d5d1a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--subtle: #2e2e2e1a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--primary--disabled--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--primary--disabled--icon-style-color-fg--subtle: #2E2E2E;--wp--custom--light--button--primary--disabled--icon-style-color-fg--strong: #F8F8F8;--wp--custom--light--button--primary--disabled--icon-style-color-fg--bold: #F8F8F8;--wp--custom--light--button--primary--disabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--minimal: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--subtle: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--strong: #C4A364;--wp--custom--light--button--primary--disabled--text-style-color-bg--bold: #C4A364;--wp--custom--light--button--primary--disabled--text-style-color-bg--sponsored: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-fg--minimal: #F8F8F8;--wp--custom--light--button--primary--disabled--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--disabled--text-style-color-fg--strong: #171717;--wp--custom--light--button--primary--disabled--text-style-color-fg--bold: #171717;--wp--custom--light--button--primary--disabled--text-style-color-fg--sponsored: #E9E9E9;--wp--custom--light--button--primary--focused--icon-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--primary--focused--icon-style-color-bg--subtle: #2e2e2e26;--wp--custom--light--button--primary--focused--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--focused--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--focused--icon-style-color-bg--sponsored: #49494926;--wp--custom--light--button--primary--focused--icon-style-color-fg--minimal: #171717;--wp--custom--light--button--primary--focused--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--primary--focused--icon-style-color-fg--strong: #FEFEFE;--wp--custom--light--button--primary--focused--icon-style-color-fg--bold: #FEFEFE;--wp--custom--light--button--primary--focused--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--focused--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--focused--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--focused--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--focused--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--focused--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--focused--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--focused--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--primary--pressed--icon-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--primary--pressed--icon-style-color-bg--subtle: #2e2e2e26;--wp--custom--light--button--primary--pressed--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--pressed--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--pressed--icon-style-color-bg--sponsored: #49494926;--wp--custom--light--button--primary--pressed--icon-style-color-fg--minimal: #352D1E;--wp--custom--light--button--primary--pressed--icon-style-color-fg--subtle: #352D1E;--wp--custom--light--button--primary--pressed--icon-style-color-fg--strong: #DFC582;--wp--custom--light--button--primary--pressed--icon-style-color-fg--bold: #DFC582;--wp--custom--light--button--primary--pressed--icon-style-color-fg--sponsored: #494949;--wp--custom--light--button--primary--pressed--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--pressed--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--pressed--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--pressed--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--pressed--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--pressed--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--pressed--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--pressed--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--pressed--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--pressed--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--primary--hover--icon-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--primary--hover--icon-style-color-bg--subtle: #2e2e2e33;--wp--custom--light--button--primary--hover--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--hover--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--hover--icon-style-color-bg--sponsored: #75757540;--wp--custom--light--button--primary--hover--icon-style-color-fg--minimal: #171717;--wp--custom--light--button--primary--hover--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--primary--hover--icon-style-color-fg--strong: #FEFEFE;--wp--custom--light--button--primary--hover--icon-style-color-fg--bold: #FEFEFE;--wp--custom--light--button--primary--hover--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--hover--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--hover--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--hover--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--hover--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--hover--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--hover--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--hover--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--secondary--enabled--container-border--minimal--color: #352d1e00;--wp--custom--light--button--secondary--enabled--container-border--minimal--style: solid;--wp--custom--light--button--secondary--enabled--container-border--minimal--width: 2;--wp--custom--light--button--secondary--enabled--container-border--subtle--color: #352d1e00;--wp--custom--light--button--secondary--enabled--container-border--subtle--style: solid;--wp--custom--light--button--secondary--enabled--container-border--subtle--width: 2;--wp--custom--light--button--secondary--enabled--container-border--strong--color: #cccccc00;--wp--custom--light--button--secondary--enabled--container-border--strong--style: solid;--wp--custom--light--button--secondary--enabled--container-border--strong--width: 2;--wp--custom--light--button--secondary--enabled--container-border--bold--color: #cccccc00;--wp--custom--light--button--secondary--enabled--container-border--bold--style: solid;--wp--custom--light--button--secondary--enabled--container-border--bold--width: 2;--wp--custom--light--button--secondary--enabled--container-border--sponsored--color: #2e2e2e00;--wp--custom--light--button--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--enabled--text-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--secondary--enabled--text-style-color-bg--subtle: #5d5d5d26;--wp--custom--light--button--secondary--enabled--text-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--secondary--enabled--text-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--secondary--enabled--text-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--secondary--enabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--secondary--enabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--secondary--enabled--text-style-color-fg--strong: #CCCCCC;--wp--custom--light--button--secondary--enabled--text-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--secondary--enabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--secondary--disabled--text-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--secondary--disabled--text-style-color-bg--subtle: #5d5d5d26;--wp--custom--light--button--secondary--disabled--text-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--secondary--disabled--text-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--secondary--disabled--text-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--secondary--disabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--secondary--disabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--secondary--disabled--text-style-color-fg--strong: #CCCCCC;--wp--custom--light--button--secondary--disabled--text-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--secondary--disabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--secondary--disabled--container-border--minimal--color: #352d1e00;--wp--custom--light--button--secondary--disabled--container-border--minimal--style: solid;--wp--custom--light--button--secondary--disabled--container-border--minimal--width: 2;--wp--custom--light--button--secondary--disabled--container-border--subtle--color: #352d1e00;--wp--custom--light--button--secondary--disabled--container-border--subtle--style: solid;--wp--custom--light--button--secondary--disabled--container-border--subtle--width: 2;--wp--custom--light--button--secondary--disabled--container-border--strong--color: #cccccc00;--wp--custom--light--button--secondary--disabled--container-border--strong--style: solid;--wp--custom--light--button--secondary--disabled--container-border--strong--width: 2;--wp--custom--light--button--secondary--disabled--container-border--bold--color: #cccccc00;--wp--custom--light--button--secondary--disabled--container-border--bold--style: solid;--wp--custom--light--button--secondary--disabled--container-border--bold--width: 2;--wp--custom--light--button--secondary--disabled--container-border--sponsored--color: #2e2e2e00;--wp--custom--light--button--secondary--disabled--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--disabled--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--hover--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--hover--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--hover--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--hover--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--hover--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--hover--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--hover--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--hover--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--hover--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--hover--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--hover--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--hover--container-border--minimal--style: solid;--wp--custom--light--button--secondary--hover--container-border--minimal--width: 2;--wp--custom--light--button--secondary--hover--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--hover--container-border--subtle--style: solid;--wp--custom--light--button--secondary--hover--container-border--subtle--width: 2;--wp--custom--light--button--secondary--hover--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--hover--container-border--strong--style: solid;--wp--custom--light--button--secondary--hover--container-border--strong--width: 2;--wp--custom--light--button--secondary--hover--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--hover--container-border--bold--style: solid;--wp--custom--light--button--secondary--hover--container-border--bold--width: 2;--wp--custom--light--button--secondary--hover--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--hover--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--hover--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--focused--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--focused--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--focused--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--focused--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--focused--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--focused--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--focused--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--focused--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--focused--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--focused--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--focused--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--focused--container-border--minimal--style: solid;--wp--custom--light--button--secondary--focused--container-border--minimal--width: 2;--wp--custom--light--button--secondary--focused--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--focused--container-border--subtle--style: solid;--wp--custom--light--button--secondary--focused--container-border--subtle--width: 2;--wp--custom--light--button--secondary--focused--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--focused--container-border--strong--style: solid;--wp--custom--light--button--secondary--focused--container-border--strong--width: 2;--wp--custom--light--button--secondary--focused--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--focused--container-border--bold--style: solid;--wp--custom--light--button--secondary--focused--container-border--bold--width: 2;--wp--custom--light--button--secondary--focused--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--focused--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--focused--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--pressed--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--pressed--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--pressed--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--pressed--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--pressed--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--pressed--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--pressed--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--pressed--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--pressed--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--pressed--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--pressed--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--pressed--container-border--minimal--style: solid;--wp--custom--light--button--secondary--pressed--container-border--minimal--width: 2;--wp--custom--light--button--secondary--pressed--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--pressed--container-border--subtle--style: solid;--wp--custom--light--button--secondary--pressed--container-border--subtle--width: 2;--wp--custom--light--button--secondary--pressed--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--pressed--container-border--strong--style: solid;--wp--custom--light--button--secondary--pressed--container-border--strong--width: 2;--wp--custom--light--button--secondary--pressed--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--pressed--container-border--bold--style: solid;--wp--custom--light--button--secondary--pressed--container-border--bold--width: 2;--wp--custom--light--button--secondary--pressed--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--pressed--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--pressed--container-border--sponsored--width: 2;--wp--custom--light--button--tertiary--color-bg: #fefefe00;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--minimal: #494949;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--subtle: #494949;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--strong: #A7A7A7;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--minimal: #494949;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--subtle: #494949;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--strong: #A7A7A7;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--hover--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--hover--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--hover--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--hover--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--hover--text-style-color-fg--sponsored: #010101;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--focused--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--focused--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--focused--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--focused--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--focused--text-style-color-fg--sponsored: #010101;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--minimal: #54472C;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--subtle: #54472C;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--sponsored: #010101;--wp--custom--light--chip--primary--enabled--color-bg--minimal: #e9e9e9;--wp--custom--light--chip--primary--enabled--color-bg--subtle: #e9e9e9;--wp--custom--light--chip--primary--enabled--color-bg--bold: #F6E5A6;--wp--custom--light--chip--primary--enabled--color-bg--strong: #F6E5A6;--wp--custom--light--chip--primary--enabled--color-bg--sponsored: #cccccc80;--wp--custom--light--chip--primary--enabled--color-fg--minimal: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--subtle: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--bold: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--strong: #171717;--wp--custom--light--chip--primary--enabled--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--primary--hover--color-bg--minimal: #CCCCCC;--wp--custom--light--chip--primary--hover--color-bg--subtle: #CCCCCC;--wp--custom--light--chip--primary--hover--color-bg--bold: #DFC582;--wp--custom--light--chip--primary--hover--color-bg--strong: #DFC582;--wp--custom--light--chip--primary--hover--color-bg--sponsored: #CCCCCC;--wp--custom--light--chip--primary--hover--color-fg--minimal: #171717;--wp--custom--light--chip--primary--hover--color-fg--subtle: #171717;--wp--custom--light--chip--primary--hover--color-fg--bold: #171717;--wp--custom--light--chip--primary--hover--color-fg--strong: #010101;--wp--custom--light--chip--primary--hover--color-fg--sponsored: #171717;--wp--custom--light--chip--primary--selected--color-bg--minimal: #A7A7A7;--wp--custom--light--chip--primary--selected--color-bg--subtle: #A7A7A7;--wp--custom--light--chip--primary--selected--color-bg--bold: #F6E5A6;--wp--custom--light--chip--primary--selected--color-bg--strong: #F6E5A6;--wp--custom--light--chip--primary--selected--color-bg--sponsored: #A7A7A7;--wp--custom--light--chip--primary--selected--color-fg--minimal: #171717;--wp--custom--light--chip--primary--selected--color-fg--subtle: #010101;--wp--custom--light--chip--primary--selected--color-fg--bold: #171717;--wp--custom--light--chip--primary--selected--color-fg--strong: #010101;--wp--custom--light--chip--primary--selected--color-fg--sponsored: #2E2E2E;--wp--custom--light--chip--secondary--color-bg: #fefefe00;--wp--custom--light--chip--secondary--enabled--color-fg--minimal: #887343;--wp--custom--light--chip--secondary--enabled--color-fg--subtle: #6B5B36;--wp--custom--light--chip--secondary--enabled--color-fg--bold: #F6E5A6;--wp--custom--light--chip--secondary--enabled--color-fg--strong: #F6E5A6;--wp--custom--light--chip--secondary--enabled--color-fg--sponsored: #757575;--wp--custom--light--chip--secondary--enabled--container-border--minimal--color: #887343;--wp--custom--light--chip--secondary--enabled--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--subtle--color: #6B5B36;--wp--custom--light--chip--secondary--enabled--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--bold--color: #DFC582;--wp--custom--light--chip--secondary--enabled--container-border--bold--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--bold--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--strong--color: #DFC582;--wp--custom--light--chip--secondary--enabled--container-border--strong--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--strong--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--color: #757575;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--light--chip--secondary--hover--color-fg--minimal: #6B5B36;--wp--custom--light--chip--secondary--hover--color-fg--subtle: #54472C;--wp--custom--light--chip--secondary--hover--color-fg--bold: #DFC582;--wp--custom--light--chip--secondary--hover--color-fg--strong: #DFC582;--wp--custom--light--chip--secondary--hover--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--secondary--hover--container-border--minimal--color: #6B5B36;--wp--custom--light--chip--secondary--hover--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--hover--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--hover--container-border--subtle--color: #54472C;--wp--custom--light--chip--secondary--hover--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--hover--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--hover--container-border--bold--color: #C4A364;--wp--custom--light--chip--secondary--hover--container-border--bold--style: solid;--wp--custom--light--chip--secondary--hover--container-border--bold--width: 2;--wp--custom--light--chip--secondary--hover--container-border--strong--color: #C4A364;--wp--custom--light--chip--secondary--hover--container-border--strong--style: solid;--wp--custom--light--chip--secondary--hover--container-border--strong--width: 2;--wp--custom--light--chip--secondary--hover--container-border--sponsored--color: #5D5D5D;--wp--custom--light--chip--secondary--hover--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--hover--container-border--sponsored--width: 2;--wp--custom--light--chip--secondary--selected--color-fg--minimal: #54472C;--wp--custom--light--chip--secondary--selected--color-fg--subtle: #352D1E;--wp--custom--light--chip--secondary--selected--color-fg--bold: #E9E9E9;--wp--custom--light--chip--secondary--selected--color-fg--strong: #CCCCCC;--wp--custom--light--chip--secondary--selected--color-fg--sponsored: #494949;--wp--custom--light--chip--secondary--selected--container-border--minimal--color: #54472C;--wp--custom--light--chip--secondary--selected--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--selected--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--selected--container-border--subtle--color: #352D1E;--wp--custom--light--chip--secondary--selected--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--selected--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--selected--container-border--bold--color: #F8F8F8;--wp--custom--light--chip--secondary--selected--container-border--bold--style: solid;--wp--custom--light--chip--secondary--selected--container-border--bold--width: 2;--wp--custom--light--chip--secondary--selected--container-border--strong--color: #CCCCCC;--wp--custom--light--chip--secondary--selected--container-border--strong--style: solid;--wp--custom--light--chip--secondary--selected--container-border--strong--width: 2;--wp--custom--light--chip--secondary--selected--container-border--sponsored--color: #494949;--wp--custom--light--chip--secondary--selected--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--selected--container-border--sponsored--width: 2;--wp--custom--light--chip--tertiary--color-bg: #fefefe00;--wp--custom--light--chip--tertiary--enabled--color-fg--minimal: #A58C52;--wp--custom--light--chip--tertiary--enabled--color-fg--subtle: #6B5B36;--wp--custom--light--chip--tertiary--enabled--color-fg--bold: #F6E5A6;--wp--custom--light--chip--tertiary--enabled--color-fg--strong: #F6E5A6;--wp--custom--light--chip--tertiary--enabled--color-fg--sponsored: #757575;--wp--custom--light--chip--tertiary--hover--color-fg--minimal: #6B5B36;--wp--custom--light--chip--tertiary--hover--color-fg--subtle: #54472C;--wp--custom--light--chip--tertiary--hover--color-fg--bold: #DFC582;--wp--custom--light--chip--tertiary--hover--color-fg--strong: #DFC582;--wp--custom--light--chip--tertiary--hover--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--tertiary--selected--color-fg--minimal: #54472C;--wp--custom--light--chip--tertiary--selected--color-fg--subtle: #352D1E;--wp--custom--light--chip--tertiary--selected--color-fg--bold: #E9E9E9;--wp--custom--light--chip--tertiary--selected--color-fg--strong: #CCCCCC;--wp--custom--light--chip--tertiary--selected--color-fg--sponsored: #494949;--wp--custom--light--choices--off--icon-color: #8F8F8F;--wp--custom--light--choices--on--icon-color: #171717;--wp--custom--light--choices--hover--off-icon-color: #494949;--wp--custom--light--choices--hover--on-icon-color: #010101;--wp--custom--light--choices--disabled--color-fg: #8F8F8F;--wp--custom--light--choices--focused--icon-color: #010101;--wp--custom--light--comment-elements--username-color: #171717;--wp--custom--light--comment-elements--body-color: #2E2E2E;--wp--custom--light--comment-elements--container-stroke--color: #CCCCCC;--wp--custom--light--comment-elements--container-stroke--style: solid;--wp--custom--light--comment-elements--container-stroke--width: 2;--wp--custom--light--comment-elements--color-stroke: #CCCCCC;--wp--custom--light--comment-elements--badge-color: #C4A364;--wp--custom--light--comment-elements--badge-border--color: #c4a36440;--wp--custom--light--comment-elements--badge-border--width: 3;--wp--custom--light--comment-elements--badge-border--style: solid;--wp--custom--light--comments--no-comments-text-color: #757575;--wp--custom--light--comment-section--drawer-color-bg: #FEFEFE;--wp--custom--light--copy--primary--text-color: #171717;--wp--custom--light--copy--secondary--text-color: #2E2E2E;--wp--custom--light--copy--tertiary--text-color: #2E2E2E;--wp--custom--light--copy--quaternary--text-color: #5D5D5D;--wp--custom--light--divider--stroke--thin--color: #a7a7a740;--wp--custom--light--divider--stroke--thin--style: solid;--wp--custom--light--divider--stroke--thin--width: 1;--wp--custom--light--divider--stroke--thick--color: #a7a7a740;--wp--custom--light--divider--stroke--thick--style: solid;--wp--custom--light--divider--stroke--thick--width: 2;--wp--custom--light--divider--color-stroke: #a7a7a740;--wp--custom--light--elevation--level-0: 0px 0px 0px 0px #0101011a;--wp--custom--light--elevation--level-1: 0px 8px 16px -10px #0101011a;--wp--custom--light--elevation--level-2: 0px 4px 10px -2px #0101011a, 0px 4px 8px -4px #0101011a;--wp--custom--light--elevation--level-3: 0px 6px 14px -6px #0101011a, 0px 8px 20px -4px #0101011a;--wp--custom--light--table-of-contents--elevation: 0px 8px 16px -10px #0101011a;--wp--custom--light--table-of-contents--enabled--color-stroke: #E9E9E9;--wp--custom--light--table-of-contents--enabled--color-fg: #757575;--wp--custom--light--table-of-contents--enabled--color-bg: #f8f8f880;--wp--custom--light--table-of-contents--enabled--container-stroke--color: #E9E9E9;--wp--custom--light--table-of-contents--enabled--container-stroke--style: solid;--wp--custom--light--table-of-contents--enabled--container-stroke--width: 3;--wp--custom--light--table-of-contents--selected--color-stroke: #DFC582;--wp--custom--light--table-of-contents--selected--color-fg: #2E2E2E;--wp--custom--light--table-of-contents--selected--color-bg: #F8F8F8;--wp--custom--light--table-of-contents--selected--container-stroke--color: #DFC582;--wp--custom--light--table-of-contents--selected--container-stroke--style: solid;--wp--custom--light--table-of-contents--selected--container-stroke--width: 3;--wp--custom--light--errors--title-color: #010101;--wp--custom--light--errors--body-color: #2E2E2E;--wp--custom--light--expanded-top-nav--color-bg: #FEFEFE;--wp--custom--light--filter--dropdown-minimised-container-stroke--color: #fefefe00;--wp--custom--light--filter--dropdown-minimised-container-stroke--style: solid;--wp--custom--light--filter--dropdown-minimised-container-stroke--width: 1;--wp--custom--light--filter-tabs--enabled--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--enabled--color-fg: #2E2E2E;--wp--custom--light--filter-tabs--enabled--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--enabled--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--enabled--container-stroke--style: solid;--wp--custom--light--filter-tabs--enabled--container-stroke--width: 3;--wp--custom--light--filter-tabs--disabled--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--disabled--color-fg: #2E2E2E;--wp--custom--light--filter-tabs--disabled--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--disabled--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--disabled--container-stroke--style: solid;--wp--custom--light--filter-tabs--disabled--container-stroke--width: 2;--wp--custom--light--filter-tabs--hover--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--hover--color-fg: #171717;--wp--custom--light--filter-tabs--hover--image-style-overlay-color: #49494980;--wp--custom--light--filter-tabs--hover--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--hover--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--hover--container-stroke--style: solid;--wp--custom--light--filter-tabs--hover--container-stroke--width: 3;--wp--custom--light--filter-tabs--selected--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--selected--color-fg: #171717;--wp--custom--light--filter-tabs--selected--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--selected--container-stroke--style: solid;--wp--custom--light--filter-tabs--selected--container-stroke--width: 3;--wp--custom--light--filter-tabs--selected--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--focused--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--focused--color-fg: #171717;--wp--custom--light--filter-tabs--focused--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--focused--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--focused--container-stroke--style: solid;--wp--custom--light--filter-tabs--focused--container-stroke--width: 3;--wp--custom--light--review-summary--color-bg: #F8F8F8;--wp--custom--light--review-summary--color-stroke: #DFC582;--wp--custom--light--review-summary--title-color: #171717;--wp--custom--light--review-summary--body-color: #2E2E2E;--wp--custom--light--review-summary--number-rating-color--bg: #F6E5A6;--wp--custom--light--review-summary--number-rating-color--fg: #6B5B36;--wp--custom--light--review-summary--container-stroke--color: #DFC582;--wp--custom--light--review-summary--container-stroke--style: solid;--wp--custom--light--review-summary--container-stroke--width: 4;--wp--custom--light--review-summary--number-rating-container-border--color: #6B5B36;--wp--custom--light--review-summary--number-rating-container-border--style: solid;--wp--custom--light--review-summary--number-rating-container-border--width: 0;--wp--custom--light--image--color-bg: #F8F8F8;--wp--custom--light--image--caption-color: #494949;--wp--custom--light--input--neutral--enabled--label-color: #010101;--wp--custom--light--input--neutral--enabled--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--enabled--icon-color: #757575;--wp--custom--light--input--neutral--enabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--neutral--enabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--neutral--enabled--text-field-color-stroke: #A7A7A7;--wp--custom--light--input--neutral--enabled--helper-text-color: #494949;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--color: #A7A7A7;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--disabled--label-color: #010101;--wp--custom--light--input--neutral--disabled--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--disabled--icon-color: #757575;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--color: #A7A7A7;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--disabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--neutral--disabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--neutral--disabled--text-field-color-stroke: #A7A7A7;--wp--custom--light--input--neutral--disabled--helper-text-color: #494949;--wp--custom--light--input--neutral--hover--label-color: #010101;--wp--custom--light--input--neutral--hover--text-field-color-bg: #E9E9E9;--wp--custom--light--input--neutral--hover--icon-color: #5D5D5D;--wp--custom--light--input--neutral--hover--text-field-placeholder-text-color: #757575;--wp--custom--light--input--neutral--hover--text-field-filled-text-color: #494949;--wp--custom--light--input--neutral--hover--text-field-color-stroke: #8F8F8F;--wp--custom--light--input--neutral--hover--helper-text-color: #494949;--wp--custom--light--input--neutral--hover--text-field-container-stroke--color: #5D5D5D;--wp--custom--light--input--neutral--hover--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--hover--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--focused--label-color: #010101;--wp--custom--light--input--neutral--focused--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--focused--icon-color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-placeholder-text-color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-filled-text-color: #494949;--wp--custom--light--input--neutral--focused--text-field-color-stroke: #5D5D5D;--wp--custom--light--input--neutral--focused--helper-text-color: #494949;--wp--custom--light--input--neutral--focused--text-field-container-stroke--color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--focused--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--focused--cursor-color: #494949;--wp--custom--light--input--neutral--read-only--label-color: #010101;--wp--custom--light--input--neutral--read-only--text-field-color-bg: #fefefe00;--wp--custom--light--input--neutral--read-only--icon-color: #8F8F8F;--wp--custom--light--input--neutral--read-only--text-field-text-color: #494949;--wp--custom--light--input--neutral--read-only--text-field-color-stroke: #E9E9E9;--wp--custom--light--input--neutral--read-only--helper-text-color: #494949;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--color: #E9E9E9;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--width: 2;--wp--custom--light--input--error--enabled--label-color: #010101;--wp--custom--light--input--error--enabled--text-field-color-bg: #f8f8f8;--wp--custom--light--input--error--enabled--icon-color: #757575;--wp--custom--light--input--error--enabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--error--enabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--error--enabled--text-field-color-stroke: #D3746A;--wp--custom--light--input--error--enabled--helper-text-color: #A33934;--wp--custom--light--input--error--enabled--text-field-container-stroke--color: #D3746A;--wp--custom--light--input--error--enabled--text-field-container-stroke--style: solid;--wp--custom--light--input--error--enabled--text-field-container-stroke--width: 2;--wp--custom--light--input--error--hover--label-color: #010101;--wp--custom--light--input--error--hover--text-field-color-bg: #e9e9e9;--wp--custom--light--input--error--hover--icon-color: #5D5D5D;--wp--custom--light--input--error--hover--text-field-placeholder-text-color: #757575;--wp--custom--light--input--error--hover--text-field-filled-text-color: #494949;--wp--custom--light--input--error--hover--text-field-color-stroke: #BE544C;--wp--custom--light--input--error--hover--helper-text-color: #A33934;--wp--custom--light--input--error--hover--text-field-container-stroke--color: #BE544C;--wp--custom--light--input--error--hover--text-field-container-stroke--style: solid;--wp--custom--light--input--error--hover--text-field-container-stroke--width: 2;--wp--custom--light--input--error--focused--text-field-container-stroke--color: #BE544C;--wp--custom--light--input--error--focused--text-field-container-stroke--style: solid;--wp--custom--light--input--error--focused--text-field-container-stroke--width: 2;--wp--custom--light--input--error--focused--label-color: #010101;--wp--custom--light--input--error--focused--text-field-color-bg: #f8f8f8;--wp--custom--light--input--error--focused--icon-color: #5D5D5D;--wp--custom--light--input--error--focused--text-field-placeholder-text-color: #5D5D5D;--wp--custom--light--input--error--focused--text-field-filled-text-color: #494949;--wp--custom--light--input--error--focused--text-field-color-stroke: #BE544C;--wp--custom--light--input--error--focused--helper-text-color: #A33934;--wp--custom--light--input--error--focused--cursor-color: #A33934;--wp--custom--light--lightbox--color-bg: #010101e6;--wp--custom--light--lightbox--color-fg: #FEFEFE;--wp--custom--light--lightbox--button-color: #FEFEFE;--wp--custom--light--lightbox--indicators-on-color: #FEFEFE;--wp--custom--light--lightbox--indicators-off-color: #A7A7A7;--wp--custom--light--lightbox-buttons--enabled--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--enabled--color-fg: #FEFEFE;--wp--custom--light--lightbox-buttons--disabled--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--disabled--color-fg: #FEFEFE;--wp--custom--light--lightbox-buttons--hover--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--hover--color-fg: #CCCCCC;--wp--custom--light--lightbox-buttons--focused--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--focused--color-fg: #8F8F8F;--wp--custom--light--lightbox-buttons--pressed--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--pressed--color-fg: #8F8F8F;--wp--custom--light--login-cta--primary-style-false-color-bg: #e9e9e980;--wp--custom--light--login-cta--primary-style-false-color-fg: #2E2E2E;--wp--custom--light--login-cta--primary-style-true-color-bg: #F8F8F8;--wp--custom--light--login-cta--primary-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--icon-style-true-color-bg: #fefefe00;--wp--custom--light--login-cta--icon-style-false-color-bg: #fefefe00;--wp--custom--light--login-cta--icon-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--icon-style-false-color-fg: #2E2E2E;--wp--custom--light--login-cta--tertiary-style-false-color-fg: #6B5B36;--wp--custom--light--login-cta--tertiary-style-false-color-bg: #fefefe00;--wp--custom--light--login-cta--tertiary-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--tertiary-style-true-color-bg: #fefefe00;--wp--custom--light--mode--icon-style-icon-color: #2E2E2E;--wp--custom--light--mode--toggle-style-text-color: #757575;--wp--custom--light--mode--off--handle-color: #FEFEFE;--wp--custom--light--mode--off--track-color: #757575;--wp--custom--light--mode--on--handle-color: #FEFEFE;--wp--custom--light--mode--on--track-color: #887343;--wp--custom--light--newsletter--color-bg: #E9E9E9;--wp--custom--light--newsletter--title-color: #010101;--wp--custom--light--newsletter--body-color: #171717;--wp--custom--light--newsletter--disclaimer-color: #494949;--wp--custom--light--newsletter-confirmation--color-bg: #E9E9E9;--wp--custom--light--newsletter-confirmation--title-color: #010101;--wp--custom--light--newsletter-confirmation--body-color: #171717;--wp--custom--light--overlays--blur: 44;--wp--custom--light--overlays--color: #0101011a;--wp--custom--light--overlays--spread: 0;--wp--custom--light--overlays--type: dropShadow;--wp--custom--light--overlays--x: 0;--wp--custom--light--overlays--y: 0;--wp--custom--light--carousel-indicators--on-color: #171717;--wp--custom--light--carousel-indicators--off-color: #CCCCCC;--wp--custom--light--pagination-number--enabled--color-bg: #fefefe00;--wp--custom--light--pagination-number--enabled--color-fg: #494949;--wp--custom--light--pagination-number--selected--color-bg: #E9E9E9;--wp--custom--light--pagination-number--selected--color-fg: #2E2E2E;--wp--custom--light--pagination-number--hover--color-bg: #fefefe00;--wp--custom--light--pagination-number--hover--color-fg: #2E2E2E;--wp--custom--light--pagination-number--focused--color-bg: #fefefe00;--wp--custom--light--pagination-number--focused--color-fg: #2E2E2E;--wp--custom--light--pagination-number--pressed--color-bg: #fefefe00;--wp--custom--light--pagination-number--pressed--color-fg: #171717;--wp--custom--light--recaptcha--color-fg: #757575;--wp--custom--light--related-article--color-bg: #e9e9e900;--wp--custom--light--section-title--color-fg--minimal: #494949;--wp--custom--light--section-title--color-fg--subtle: #494949;--wp--custom--light--section-title--color-fg--bold: #FEFEFE;--wp--custom--light--section-title--color-fg--strong: #E9E9E9;--wp--custom--light--section-title--color-fg--sponsored: #5D5D5D;--wp--custom--light--star--unfilled-color-fg--minimal: #cccccc80;--wp--custom--light--star--unfilled-color-fg--subtle: #cccccc80;--wp--custom--light--star--unfilled-color-fg--bold: #494949;--wp--custom--light--star--unfilled-color-fg--strong: #494949;--wp--custom--light--star--unfilled-color-fg--sponsored: #CCCCCC;--wp--custom--light--star--filled-color-fg--minimal: #C4A364;--wp--custom--light--star--filled-color-fg--subtle: #C4A364;--wp--custom--light--star--filled-color-fg--bold: #DFC582;--wp--custom--light--star--filled-color-fg--strong: #DFC582;--wp--custom--light--star--filled-color-fg--sponsored: #5D5D5D;--wp--custom--light--star--input-color-fg--minimal: #171717;--wp--custom--light--star--input-color-fg--subtle: #171717;--wp--custom--light--star--input-color-fg--bold: #FEFEFE;--wp--custom--light--star--input-color-fg--strong: #FEFEFE;--wp--custom--light--star--input-color-fg--sponsored: #171717;--wp--custom--light--status-message--color-fg: #2E2E2E;--wp--custom--light--status-message--success--container-stroke--color: #99AC9C;--wp--custom--light--status-message--success--container-stroke--style: solid;--wp--custom--light--status-message--success--container-stroke--width: 4;--wp--custom--light--status-message--info--container-stroke--color: #95A9C0;--wp--custom--light--status-message--info--container-stroke--style: solid;--wp--custom--light--status-message--info--container-stroke--width: 4;--wp--custom--light--status-message--warning--container-stroke--color: #C4A364;--wp--custom--light--status-message--warning--container-stroke--style: solid;--wp--custom--light--status-message--warning--container-stroke--width: 4;--wp--custom--light--status-message--error--container-stroke--color: #D3746A;--wp--custom--light--status-message--error--container-stroke--style: solid;--wp--custom--light--status-message--error--container-stroke--width: 4;--wp--custom--light--status-message--neutral--container-stroke--color: #A7A7A7;--wp--custom--light--status-message--neutral--container-stroke--style: solid;--wp--custom--light--status-message--neutral--container-stroke--width: 4;--wp--custom--light--subscription-items--enabled--color-bg: #FEFEFE;--wp--custom--light--subscription-items--enabled--title-color: #010101;--wp--custom--light--subscription-items--enabled--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--enabled--body-color: #5D5D5D;--wp--custom--light--subscription-items--enabled--container-border--color: #E9E9E9;--wp--custom--light--subscription-items--enabled--container-border--style: solid;--wp--custom--light--subscription-items--enabled--container-border--width: 2;--wp--custom--light--subscription-items--hover--color-bg: #F8F8F8;--wp--custom--light--subscription-items--hover--title-color: #010101;--wp--custom--light--subscription-items--hover--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--hover--body-color: #5D5D5D;--wp--custom--light--subscription-items--hover--container-border--color: #CCCCCC;--wp--custom--light--subscription-items--hover--container-border--style: solid;--wp--custom--light--subscription-items--hover--container-border--width: 2;--wp--custom--light--subscription-items--selected--color-bg: #FEFACF;--wp--custom--light--subscription-items--selected--container-border--color: #887343;--wp--custom--light--subscription-items--selected--container-border--style: solid;--wp--custom--light--subscription-items--selected--container-border--width: 2;--wp--custom--light--subscription-items--selected--title-color: #010101;--wp--custom--light--subscription-items--selected--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--selected--body-color: #5D5D5D;--wp--custom--light--table--container-stroke--color: #CCCCCC;--wp--custom--light--table--container-stroke--style: solid;--wp--custom--light--table--container-stroke--width: 4;--wp--custom--light--table--cell-container-stroke--color: #cccccc40;--wp--custom--light--table--cell-container-stroke--style: solid;--wp--custom--light--table--cell-container-stroke--width: 2;--wp--custom--light--table--header-container-stroke--color: #cccccc40;--wp--custom--light--table--header-container-stroke--style: solid;--wp--custom--light--table--header-container-stroke--width: 2;--wp--custom--light--table--header-color-fg: #171717;--wp--custom--light--table--header-color-bg: #F8F8F8;--wp--custom--light--table--header-color-stroke: #cccccc40;--wp--custom--light--table--cell-color-fg: #2E2E2E;--wp--custom--light--table--color-stroke: #CCCCCC;--wp--custom--light--table--cell-color-stroke: #cccccc40;--wp--custom--light--table--enabled--odd-row-color-bg: #FEFEFE;--wp--custom--light--table--enabled--even-row-color-bg: #F8F8F8;--wp--custom--light--table--hover--color-bg: #CCCCCC;--wp--custom--light--tile-badge--ranking-container-border--minimal--color: #887343;--wp--custom--light--tile-badge--ranking-container-border--minimal--style: solid;--wp--custom--light--tile-badge--ranking-container-border--minimal--width: 0;--wp--custom--light--tile-badge--ranking-container-border--subtle--color: #6B5B36;--wp--custom--light--tile-badge--ranking-container-border--subtle--style: solid;--wp--custom--light--tile-badge--ranking-container-border--subtle--width: 0;--wp--custom--light--tile-badge--ranking-container-border--bold--color: #FEFEFE;--wp--custom--light--tile-badge--ranking-container-border--bold--style: solid;--wp--custom--light--tile-badge--ranking-container-border--bold--width: 0;--wp--custom--light--tile-badge--ranking-container-border--strong--color: #DFC582;--wp--custom--light--tile-badge--ranking-container-border--strong--style: solid;--wp--custom--light--tile-badge--ranking-container-border--strong--width: 0;--wp--custom--light--tile-badge--ranking-container-border--sponsored--color: #5D5D5D;--wp--custom--light--tile-badge--ranking-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--ranking-container-border--sponsored--width: 0;--wp--custom--light--tile-badge--ranking-color-bg--minimal: #010101;--wp--custom--light--tile-badge--ranking-color-bg--subtle: #010101;--wp--custom--light--tile-badge--ranking-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-bg--sponsored: #5D5D5D;--wp--custom--light--tile-badge--ranking-color-fg--minimal: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-fg--subtle: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-fg--bold: #010101;--wp--custom--light--tile-badge--ranking-color-fg--strong: #010101;--wp--custom--light--tile-badge--ranking-color-fg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--minimal: #010101;--wp--custom--light--tile-badge--rating-color-bg--subtle: #010101;--wp--custom--light--tile-badge--rating-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--sponsored: #5D5D5D;--wp--custom--light--tile-badge--rating-color-fg--minimal: #F8F8F8;--wp--custom--light--tile-badge--rating-color-fg--subtle: #F8F8F8;--wp--custom--light--tile-badge--rating-color-fg--bold: #010101;--wp--custom--light--tile-badge--rating-color-fg--strong: #010101;--wp--custom--light--tile-badge--rating-color-fg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--minimal: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--subtle: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--video-color-fg--minimal: #171717;--wp--custom--light--tile-badge--video-color-fg--subtle: #171717;--wp--custom--light--tile-badge--video-color-fg--bold: #171717;--wp--custom--light--tile-badge--video-color-fg--strong: #171717;--wp--custom--light--tile-badge--video-color-fg--sponsored: #171717;--wp--custom--light--tile-badge--rating-container-border--minimal--color: #F6E5A6;--wp--custom--light--tile-badge--rating-container-border--minimal--style: solid;--wp--custom--light--tile-badge--rating-container-border--minimal--width: 0;--wp--custom--light--tile-badge--rating-container-border--subtle--color: #DFC582;--wp--custom--light--tile-badge--rating-container-border--subtle--style: solid;--wp--custom--light--tile-badge--rating-container-border--subtle--width: 0;--wp--custom--light--tile-badge--rating-container-border--bold--color: #010101;--wp--custom--light--tile-badge--rating-container-border--bold--style: solid;--wp--custom--light--tile-badge--rating-container-border--bold--width: 0;--wp--custom--light--tile-badge--rating-container-border--strong--color: #FEFEFE;--wp--custom--light--tile-badge--rating-container-border--strong--style: solid;--wp--custom--light--tile-badge--rating-container-border--strong--width: 0;--wp--custom--light--tile-badge--rating-container-border--sponsored--color: #FEFEFE;--wp--custom--light--tile-badge--rating-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--rating-container-border--sponsored--width: 0;--wp--custom--light--tile-badge--video-container-border--minimal--color: #171717;--wp--custom--light--tile-badge--video-container-border--minimal--style: solid;--wp--custom--light--tile-badge--video-container-border--minimal--width: 0;--wp--custom--light--tile-badge--video-container-border--subtle--color: #DFC582;--wp--custom--light--tile-badge--video-container-border--subtle--style: solid;--wp--custom--light--tile-badge--video-container-border--subtle--width: 0;--wp--custom--light--tile-badge--video-container-border--bold--color: #DFC582;--wp--custom--light--tile-badge--video-container-border--bold--style: solid;--wp--custom--light--tile-badge--video-container-border--bold--width: 0;--wp--custom--light--tile-badge--video-container-border--strong--color: #887343;--wp--custom--light--tile-badge--video-container-border--strong--style: solid;--wp--custom--light--tile-badge--video-container-border--strong--width: 0;--wp--custom--light--tile-badge--video-container-border--sponsored--color: #CCCCCC;--wp--custom--light--tile-badge--video-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--video-container-border--sponsored--width: 0;--wp--custom--light--tip-box--info--container-stroke--color: #95A9C0;--wp--custom--light--tip-box--info--container-stroke--style: solid;--wp--custom--light--tip-box--info--container-stroke--width: 4;--wp--custom--light--tip-box--info--color-bg: #EFF3F8;--wp--custom--light--tip-box--info--color-fg: #525E6C;--wp--custom--light--tip-box--info--color-stroke: #95A9C0;--wp--custom--light--tip-box--negative--color-bg: #FDF8F7;--wp--custom--light--tip-box--negative--color-fg: #A33934;--wp--custom--light--tip-box--negative--color-stroke: #D3746A;--wp--custom--light--tip-box--negative--container-stroke--color: #D3746A;--wp--custom--light--tip-box--negative--container-stroke--style: solid;--wp--custom--light--tip-box--negative--container-stroke--width: 4;--wp--custom--light--tip-box--positive--container-stroke--color: #99AC9C;--wp--custom--light--tip-box--positive--container-stroke--style: solid;--wp--custom--light--tip-box--positive--container-stroke--width: 4;--wp--custom--light--tip-box--positive--color-bg: #F0F6F2;--wp--custom--light--tip-box--positive--color-fg: #4D6252;--wp--custom--light--tip-box--positive--color-stroke: #99AC9C;--wp--custom--light--toggle--color-fg: #010101;--wp--custom--light--toggle-switch--off--handle-color: #FEFEFE;--wp--custom--light--toggle-switch--off--track-color: #A7A7A7;--wp--custom--light--toggle-switch--on--handle-color: #FEFEFE;--wp--custom--light--toggle-switch--on--track-color: #171717;--wp--custom--light--top-nav--disclaimer-text-color: #757575;--wp--custom--light--top-nav--color-bg: #FEFEFE;--wp--custom--light--top-nav--menu-icon-color: #2E2E2E;--wp--custom--light--top-nav--color-stroke: #e9e9e9;--wp--custom--light--top-nav--container-stroke--color: #e9e9e9;--wp--custom--light--top-nav--container-stroke--style: solid;--wp--custom--light--top-nav--container-stroke--width: 2;--wp--custom--light--top-nav--elevation: 0px 8px 48px 0px #0000001A;--wp--custom--light--related-article-links--enabled--primary-color-fg: #887343;--wp--custom--light--related-article-links--enabled--primary-color-stroke: #dfc58240;--wp--custom--light--related-article-links--enabled--secondary-color-fg: #171717;--wp--custom--light--related-article-links--enabled--secondary-color-stroke: #e9e9e9;--wp--custom--light--related-article-links--primary-container-stroke--color: #dfc58240;--wp--custom--light--related-article-links--primary-container-stroke--width: 2;--wp--custom--light--related-article-links--primary-container-stroke--style: solid;--wp--custom--light--related-article-links--secondary-container-stroke--color: #e9e9e9;--wp--custom--light--related-article-links--secondary-container-stroke--width: 2;--wp--custom--light--related-article-links--secondary-container-stroke--style: solid;--wp--custom--light--related-article-links--hover--primary-color-fg: #171717;--wp--custom--light--related-article-links--hover--primary-color-stroke: #DFC582;--wp--custom--light--related-article-links--hover--secondary-color-fg: #171717;--wp--custom--light--related-article-links--hover--secondary-color-stroke: #DFC582;--wp--custom--light--author-name--color-bg: #fefefe00;--wp--custom--light--author-name--enabled--color-fg--minimal: #2E2E2E;--wp--custom--light--author-name--enabled--color-fg--subtle: #2E2E2E;--wp--custom--light--author-name--enabled--color-fg--bold: #CCCCCC;--wp--custom--light--author-name--enabled--color-fg--strong: #CCCCCC;--wp--custom--light--author-name--enabled--color-fg--sponsored: #2E2E2E;--wp--custom--light--author-name--hover--color-fg--minimal: #010101;--wp--custom--light--author-name--hover--color-fg--subtle: #010101;--wp--custom--light--author-name--hover--color-fg--bold: #E9E9E9;--wp--custom--light--author-name--hover--color-fg--strong: #E9E9E9;--wp--custom--light--author-name--hover--color-fg--sponsored: #010101;--wp--custom--light--author-name--pressed--color-fg--minimal: #010101;--wp--custom--light--author-name--pressed--color-fg--subtle: #010101;--wp--custom--light--author-name--pressed--color-fg--bold: #FEFEFE;--wp--custom--light--author-name--pressed--color-fg--strong: #FEFEFE;--wp--custom--light--author-name--pressed--color-fg--sponsored: #010101;--wp--custom--light--loading-indicator--color: #887343;--wp--custom--light--article-summary-links--color-bg: #fefefe00;--wp--custom--light--article-summary-links--enabled--color-fg: #6B5B36;--wp--custom--light--article-summary-links--hover--color-fg: #54472C;--wp--custom--light--article-summary-links--pressed--color-fg: #352D1E;--wp--custom--light--article-summary--container-stroke--color: #DFC582;--wp--custom--light--article-summary--container-stroke--width: 3;--wp--custom--light--article-summary--container-stroke--style: solid;--wp--custom--light--article-summary--color-bg: #F8F8F8;--wp--custom--light--article-summary--h-3-color: #2E2E2E;--wp--custom--light--article-summary--body-color: #494949;--wp--custom--light--article-summary--icon-color: #C4A364;--wp--custom--light--article-summary--color-stroke: #DFC582;--wp--custom--light--next-article--copy-container-color-bg: #a7a7a700;--wp--custom--light--next-article--copy-container-color-fg: #757575;--wp--custom--light--next-article--divider-color: #A7A7A7;--wp--custom--light--next-article--copy-container-border--color: #a7a7a700;--wp--custom--light--next-article--copy-container-border--width: 4;--wp--custom--light--next-article--copy-container-border--style: solid;--wp--custom--light--live-blog--timeline-color-fg--key-events: #887343;--wp--custom--light--live-blog--timeline-color-fg--regular: #E9E9E9;--wp--custom--light--live-blog--entry-color-bg--key-events: #FEFACF;--wp--custom--light--article-banners--color-bg--sponsored: #E9E9E9;--wp--custom--light--article-banners--color-bg--live-blog-open: #F6E5A6;--wp--custom--light--article-banners--color-bg--announcement: #E9E9E9;--wp--custom--light--article-banners--color-bg--live-blog-closed: #010101;--wp--custom--light--article-banners--color-fg--sponsored: #2E2E2E;--wp--custom--light--article-banners--color-fg--live-blog-open: #2E2E2E;--wp--custom--light--article-banners--color-fg--announcement: #494949;--wp--custom--light--article-banners--color-fg--live-blog-closed: #FEFEFE;--wp--custom--light--quiz-answer--enabled--color-bg: #F8F8F8;--wp--custom--light--quiz-answer--enabled--color-fg: #494949;--wp--custom--light--quiz-answer--enabled--border--color: #757575;--wp--custom--light--quiz-answer--enabled--border--width: 2;--wp--custom--light--quiz-answer--enabled--border--style: solid;--wp--custom--light--quiz-answer--disabled--border--color: #75757580;--wp--custom--light--quiz-answer--disabled--border--width: 2;--wp--custom--light--quiz-answer--disabled--border--style: solid;--wp--custom--light--quiz-answer--selected--color-bg: #2E2E2E;--wp--custom--light--quiz-answer--selected--color-fg: #F8F8F8;--wp--custom--light--quiz-answer--selected--border--color: #2E2E2E;--wp--custom--light--quiz-answer--selected--border--width: 2;--wp--custom--light--quiz-answer--selected--border--style: solid;--wp--custom--light--quiz-answer--hover--color-bg: #E9E9E9;--wp--custom--light--quiz-answer--hover--color-fg: #010101;--wp--custom--light--quiz-answer--hover--border--color: #010101;--wp--custom--light--quiz-answer--hover--border--width: 2;--wp--custom--light--quiz-answer--hover--border--style: solid;--wp--custom--light--quiz--result-color-fg--primary: #2E2E2E;--wp--custom--light--quiz--result-color-fg--secondary: #5D5D5D;--wp--custom--light--avatar--placeholder--color-bg: #494949;--wp--custom--light--avatar--placeholder--color-fg: #CCCCCC;--wp--custom--light--quotation--color-bg--pull-quote: #FEFEFE;--wp--custom--light--quotation--color-bg--quote: #FEFEFE;--wp--custom--light--quotation--color-fg--pull-quote: #2E2E2E;--wp--custom--light--quotation--color-fg--quote: #2E2E2E;--wp--custom--light--quotation--caption-color--pull-quote: #757575;--wp--custom--light--quotation--caption-color--quote: #757575;--wp--custom--light--quotation--color-stroke--pull-quote: #E9E9E9;--wp--custom--light--quotation--color-stroke--quote: #DFC582;--wp--custom--light--quotation--color-stroke--minimal-quote: #CCCCCC;--wp--custom--light--quotation--container-stroke--pull-quote--color: #E9E9E9;--wp--custom--light--quotation--container-stroke--pull-quote--style: solid;--wp--custom--light--quotation--container-stroke--pull-quote--width: 3;--wp--custom--light--quotation--container-stroke--quote--color: #DFC582;--wp--custom--light--quotation--container-stroke--quote--style: solid;--wp--custom--light--quotation--container-stroke--quote--width: 3;--wp--custom--light--links--primary--enabled--color-fg--sm: #757575;--wp--custom--light--links--primary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--primary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--primary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--primary--hover--color-fg--md: #757575;--wp--custom--light--links--primary--hover--color-fg--lg: #757575;--wp--custom--light--links--primary--activated--color-fg--sm: #887343;--wp--custom--light--links--primary--activated--color-fg--md: #887343;--wp--custom--light--links--primary--activated--color-fg--lg: #887343;--wp--custom--light--links--secondary--enabled--color-fg--sm: #494949;--wp--custom--light--links--secondary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--secondary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--secondary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--secondary--hover--color-fg--md: #757575;--wp--custom--light--links--secondary--hover--color-fg--lg: #757575;--wp--custom--light--links--secondary--activated--color-fg--sm: #887343;--wp--custom--light--links--secondary--activated--color-fg--md: #887343;--wp--custom--light--links--secondary--activated--color-fg--lg: #887343;--wp--custom--light--links--tertiary--enabled--color-fg--sm: #5D5D5D;--wp--custom--light--links--tertiary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--tertiary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--tertiary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--tertiary--hover--color-fg--md: #757575;--wp--custom--light--links--tertiary--hover--color-fg--lg: #757575;--wp--custom--light--links--tertiary--activated--color-fg--sm: #887343;--wp--custom--light--links--tertiary--activated--color-fg--md: #887343;--wp--custom--light--links--tertiary--activated--color-fg--lg: #887343;--wp--custom--light--links--quaternary--enabled--color-fg--sm: #494949;--wp--custom--light--links--quaternary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--quaternary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--quaternary--hover--color-fg--sm: #5D5D5D;--wp--custom--light--links--quaternary--hover--color-fg--md: #2E2E2E;--wp--custom--light--links--quaternary--hover--color-fg--lg: #2E2E2E;--wp--custom--light--links--quaternary--activated--color-fg--sm: #887343;--wp--custom--light--links--quaternary--activated--color-fg--md: #887343;--wp--custom--light--links--quaternary--activated--color-fg--lg: #887343;--wp--custom--light--links--quinary--enabled--color-fg: #5D5D5D;--wp--custom--light--links--quinary--hover--color-fg: #494949;--wp--custom--light--links--quinary--activated--color-fg: #2E2E2E;--wp--custom--light--links--quinary--context--color-fg: #171717;--wp--custom--light--links-expandable--icon-color-bg: #fefefe00;--wp--custom--light--links-expandable--icon-color-fg: #2E2E2E;--wp--custom--light--dynamic-nav--color-bg: #F8F8F8;--wp--custom--light--dynamic-nav--color-stroke: #2e2e2e00;--wp--custom--light--dynamic-nav--container-stroke--color: #2e2e2e00;--wp--custom--light--dynamic-nav--container-stroke--style: solid;--wp--custom--light--dynamic-nav--container-stroke--width: 2;--wp--custom--light--nav-socials--primary--enabled--color-bg: #E9E9E9;--wp--custom--light--nav-socials--primary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--primary--hover--color-bg: #CCCCCC;--wp--custom--light--nav-socials--primary--hover--color-fg: #171717;--wp--custom--light--nav-socials--secondary--enabled--color-bg: #e9e9e900;--wp--custom--light--nav-socials--secondary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--secondary--hover--color-bg: #e9e9e900;--wp--custom--light--nav-socials--secondary--hover--color-fg: #171717;--wp--custom--light--nav-socials--tertiary--enabled--color-bg: #fefefe00;--wp--custom--light--nav-socials--tertiary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--tertiary--hover--color-bg: #CCCCCC;--wp--custom--light--nav-socials--tertiary--hover--color-fg: #171717;--wp--custom--light--search--primary--enabled--bar-style-color-bg: #E9E9E9;--wp--custom--light--search--primary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--enabled--bar-style-text-color: #757575;--wp--custom--light--search--primary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--primary--enabled--icon-style-icon-color: #2E2E2E;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--width: 2;--wp--custom--light--search--primary--selected--bar-style-color-bg: #E9E9E9;--wp--custom--light--search--primary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--primary--selected--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--selected--bar-style-text-color: #010101;--wp--custom--light--search--primary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--primary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--selected--icon-style-text-color: #010101;--wp--custom--light--search--primary--selected--icon-style-color-stroke: #757575;--wp--custom--light--search--primary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--primary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--primary--selected--bar-style-container-stroke--width: 2;--wp--custom--light--search--primary--selected--icon-style-container-stroke--color: #757575;--wp--custom--light--search--primary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--primary--selected--icon-style-container-stroke--width: 2;--wp--custom--light--search--secondary--enabled--bar-style-color-bg: #f8f8f8;--wp--custom--light--search--secondary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-text-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--enabled--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--width: 0;--wp--custom--light--search--secondary--selected--bar-style-color-bg: #f8f8f8;--wp--custom--light--search--secondary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--secondary--selected--bar-style-icon-color: #494949;--wp--custom--light--search--secondary--selected--bar-style-text-color: #010101;--wp--custom--light--search--secondary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--selected--icon-style-text-color: #010101;--wp--custom--light--search--secondary--selected--icon-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--width: 0;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--width: 0;--wp--custom--light--search--tertiary--enabled--bar-style-color-bg: #F8F8F8;--wp--custom--light--search--tertiary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--enabled--bar-style-text-color: #757575;--wp--custom--light--search--tertiary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--tertiary--enabled--icon-style-icon-color: #2E2E2E;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--width: 2;--wp--custom--light--search--tertiary--selected--bar-style-color-bg: #F8F8F8;--wp--custom--light--search--tertiary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--tertiary--selected--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--selected--bar-style-text-color: #171717;--wp--custom--light--search--tertiary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--tertiary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--selected--icon-style-text-color: #010101;--wp--custom--light--search--tertiary--selected--icon-style-color-stroke: #757575;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--width: 2;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--color: #757575;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--width: 2;--wp--custom--light--poll--vote-bar--color-bg: #8f8f8f80;--wp--custom--light--poll--vote-bar--default-color-fg: #757575;--wp--custom--light--poll--vote-bar--winner-color-fg: #171717;--wp--custom--light--poll--color-bg: #f8f8f8;--wp--custom--light--poll--container-border--color: #a7a7a740;--wp--custom--light--poll--container-border--width: 2;--wp--custom--light--poll--container-border--style: solid;--wp--custom--light--topic-head--color-bg--image-bg: linear-gradient (0deg, #171717f5 0%, #171717e0 60%, #17171766 100%);--wp--custom--light--topic-head--color-bg--solid-bg: #F8F8F8;--wp--custom--light--topic-head--image--color-bg: rgba(#757575), 10%);--wp--custom--light--topic-head--image--border--color: #75757500;--wp--custom--light--topic-head--image--border--width: 2;--wp--custom--light--topic-head--primary--color-fg--solid-bg: #171717;--wp--custom--light--topic-head--primary--color-fg--image-bg: #FEFEFE;--wp--custom--light--topic-head--secondary--color-fg--solid-bg: #2E2E2E;--wp--custom--light--topic-head--secondary--color-fg--image-bg: #E9E9E9;--wp--custom--light--topic-head--tertiary--color-fg--solid-bg: #494949;--wp--custom--light--topic-head--tertiary--color-fg--image-bg: #CCCCCC;--wp--custom--light--topic-head--quaternary--color-fg--solid-bg: #5D5D5D;--wp--custom--light--topic-head--quaternary--color-fg--image-bg: #e9e9e9bf;--wp--custom--light--item-tile--enabled--color-bg--image-bg: #8f8f8f00;--wp--custom--light--item-tile--enabled--color-bg--solid-bg: #8f8f8f00;--wp--custom--light--item-tile--enabled--border--color: #8f8f8f00;--wp--custom--light--item-tile--enabled--border--width: 2;--wp--custom--light--item-tile--enabled--title-color--image-bg: #FEFEFE;--wp--custom--light--item-tile--enabled--title-color--solid-bg: #171717;--wp--custom--light--item-tile--enabled--subtitle-color--image-bg: #CCCCCC;--wp--custom--light--item-tile--enabled--subtitle-color--solid-bg: #494949;--wp--custom--light--item-tile--hover--color-bg--image-bg: #8f8f8f00;--wp--custom--light--item-tile--hover--color-bg--solid-bg: #8f8f8f00;--wp--custom--light--item-tile--hover--title-color--simage-bg: #FEFEFE;--wp--custom--light--item-tile--hover--title-color--solid-bg: #171717;--wp--custom--light--item-tile--hover--border--color: #8f8f8f00;--wp--custom--light--item-tile--hover--border--width: 2;--wp--custom--light--item-tile--image--portrait-style-color-bg: #8f8f8f1a;--wp--custom--light--item-tile--image--square-style-color-bg: #8f8f8f1a;--wp--custom--light--item-tile--image--portrait-style-border--color: #8f8f8f00;--wp--custom--light--item-tile--image--portrait-style-border--width: 2;--wp--custom--light--item-tile--image--square-style-border--color: #8f8f8f00;--wp--custom--light--item-tile--image--square-style-border--width: 2;--wp--custom--light--side-nav--title-container-stroke--desktop--color: #a7a7a740;--wp--custom--light--side-nav--title-container-stroke--desktop--width: 1;--wp--custom--light--side-nav--title-container-stroke--desktop--style: solid;--wp--custom--light--side-nav--title-container-stroke--mobile--color: #a7a7a740;--wp--custom--light--side-nav--title-container-stroke--mobile--width: 1;--wp--custom--light--side-nav--title-container-stroke--mobile--style: solid;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--color: #a7a7a740;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--width: 1;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--style: solid;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--color: #a7a7a740;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--width: 1;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--style: solid;--wp--custom--light--side-nav--color-bg--desktop: #f8f8f8;--wp--custom--light--side-nav--color-bg--mobile: #f8f8f8;--wp--custom--light--brand--color--5: #FEFACF;--wp--custom--light--brand--color--10: #F6E5A6;--wp--custom--light--brand--color--20: #DFC582;--wp--custom--light--brand--color--30: #C4A364;--wp--custom--light--brand--color--40: #A58C52;--wp--custom--light--brand--color--50: #887343;--wp--custom--light--brand--color--60: #6B5B36;--wp--custom--light--brand--color--70: #54472C;--wp--custom--light--brand--color--80: #352D1E;--wp--custom--light--brand--color--90: #1A1610;--wp--custom--light--accent-1--color--5: #F0F6F2;--wp--custom--light--accent-1--color--10: #E1E7E2;--wp--custom--light--accent-1--color--20: #C0CDC2;--wp--custom--light--accent-1--color--30: #99AC9C;--wp--custom--light--accent-1--color--40: #7E9582;--wp--custom--light--accent-1--color--50: #647B69;--wp--custom--light--accent-1--color--60: #4D6252;--wp--custom--light--accent-1--color--70: #3C4D40;--wp--custom--light--accent-1--color--80: #263028;--wp--custom--light--accent-1--color--90: #141815;--wp--custom--light--sponsored--color--5: #F8F8F8;--wp--custom--light--sponsored--color--10: #E9E9E9;--wp--custom--light--sponsored--color--20: #CCCCCC;--wp--custom--light--sponsored--color--30: #A7A7A7;--wp--custom--light--sponsored--color--40: #8F8F8F;--wp--custom--light--sponsored--color--50: #757575;--wp--custom--light--sponsored--color--60: #5D5D5D;--wp--custom--light--sponsored--color--70: #494949;--wp--custom--light--sponsored--color--80: #2E2E2E;--wp--custom--light--sponsored--color--90: #171717;--wp--custom--dark--general-color--h-1: #ECECEC;--wp--custom--dark--general-color--h-2: #CFCFCF;--wp--custom--dark--general-color--h-3: #CFCFCF;--wp--custom--dark--general-color--subtitle: #A9A9A9;--wp--custom--dark--general-color--body: #CFCFCF;--wp--custom--dark--general-color--caption: #909090;--wp--custom--dark--general-color--disclaimer: #909090;--wp--custom--dark--general-color-bg--minimal: #090909;--wp--custom--dark--general-color-bg--subtle: #1A1A1A;--wp--custom--dark--general-color-bg--bold: #CFCFCF;--wp--custom--dark--general-color-bg--strong: #010101;--wp--custom--dark--general-color-bg--sponsored: #1A1A1A;--wp--custom--dark--general-color-bg--overlay: #31313180;--wp--custom--dark--general-date-color--minimal: #A9A9A9;--wp--custom--dark--general-date-color--subtle: #909090;--wp--custom--dark--general-date-color--bold: #010101;--wp--custom--dark--general-date-color--strong: #909090;--wp--custom--dark--general-date-color--sponsored: #909090;--wp--custom--dark--hyperlink--color-bg: #88734300;--wp--custom--dark--hyperlink--enabled--color-fg: #E7CF84;--wp--custom--dark--hyperlink--enabled--border--color: #E7CF84;--wp--custom--dark--hyperlink--enabled--border--width: 2;--wp--custom--dark--hyperlink--enabled--border--style: solid;--wp--custom--dark--hyperlink--hover--color-fg: #FEFEFE;--wp--custom--dark--hyperlink--hover--border--color: #FEFEFE;--wp--custom--dark--hyperlink--hover--border--width: 2;--wp--custom--dark--hyperlink--hover--border--style: solid;--wp--custom--dark--hyperlink--pressed--color-fg: #FEFEFE;--wp--custom--dark--hyperlink--pressed--border--color: #FEFEFE;--wp--custom--dark--hyperlink--pressed--border--width: 2;--wp--custom--dark--hyperlink--pressed--border--style: solid;--wp--custom--dark--info--color-bg: #1B1E21;--wp--custom--dark--info--color-fg: #687789;--wp--custom--dark--info--color-stroke: #687789;--wp--custom--dark--info--color--5: #0F1012;--wp--custom--dark--info--color--10: #1B1E21;--wp--custom--dark--info--color--20: #2D333A;--wp--custom--dark--info--color--30: #424C57;--wp--custom--dark--info--color--40: #535F6D;--wp--custom--dark--info--color--50: #687789;--wp--custom--dark--info--color--60: #8092A7;--wp--custom--dark--info--color--70: #97ABC2;--wp--custom--dark--info--color--80: #C2D1E4;--wp--custom--dark--info--color--90: #E7EDF5;--wp--custom--dark--warning--color-bg: #221D15;--wp--custom--dark--warning--color-fg: #C3A663;--wp--custom--dark--warning--color-stroke: #C3A663;--wp--custom--dark--warning--color--5: #110F0A;--wp--custom--dark--warning--color--10: #221D15;--wp--custom--dark--warning--color--20: #3A3220;--wp--custom--dark--warning--color--30: #564A2D;--wp--custom--dark--warning--color--40: #6D5C37;--wp--custom--dark--warning--color--50: #887343;--wp--custom--dark--warning--color--60: #A68D53;--wp--custom--dark--warning--color--70: #C3A663;--wp--custom--dark--warning--color--80: #E7CF84;--wp--custom--dark--warning--color--90: #FDF5A6;--wp--custom--dark--positive--color-bg: #1A1F1B;--wp--custom--dark--positive--color-fg: #7F9683;--wp--custom--dark--positive--color-stroke: #7F9683;--wp--custom--dark--positive--border--color: #7F9683;--wp--custom--dark--positive--border--width: 2;--wp--custom--dark--positive--border--style: solid;--wp--custom--dark--positive--color--5: #0F1210;--wp--custom--dark--positive--color--10: #1A1F1B;--wp--custom--dark--positive--color--20: #2A352D;--wp--custom--dark--positive--color--30: #3E4F42;--wp--custom--dark--positive--color--40: #4E6353;--wp--custom--dark--positive--color--50: #647B69;--wp--custom--dark--positive--color--60: #7F9683;--wp--custom--dark--positive--color--70: #9BAE9F;--wp--custom--dark--positive--color--80: #C7D2C9;--wp--custom--dark--positive--color--90: #EAEEEB;--wp--custom--dark--negative--color-bg: #331410;--wp--custom--dark--negative--color-fg: #D4756B;--wp--custom--dark--negative--color-stroke: #D4756B;--wp--custom--dark--negative--border--color: #D4756B;--wp--custom--dark--negative--border--width: 2;--wp--custom--dark--negative--border--style: solid;--wp--custom--dark--negative--color--5: #1D0D09;--wp--custom--dark--negative--color--10: #331410;--wp--custom--dark--negative--color--20: #5C1D1A;--wp--custom--dark--negative--color--30: #882A27;--wp--custom--dark--negative--color--40: #A43A35;--wp--custom--dark--negative--color--50: #BE554C;--wp--custom--dark--negative--color--60: #D4756B;--wp--custom--dark--negative--color--70: #E4958C;--wp--custom--dark--negative--color--80: #F4C5BE;--wp--custom--dark--negative--color--90: #FBE9E7;--wp--custom--dark--neutral--color-bg: #31313180;--wp--custom--dark--neutral--color-fg: #909090;--wp--custom--dark--neutral--color-stroke: #909090;--wp--custom--dark--neutral--color--0: #010101;--wp--custom--dark--neutral--color--5: #090909;--wp--custom--dark--neutral--color--10: #1A1A1A;--wp--custom--dark--neutral--color--20: #313131;--wp--custom--dark--neutral--color--30: #4B4B4B;--wp--custom--dark--neutral--color--40: #5E5E5E;--wp--custom--dark--neutral--color--50: #757575;--wp--custom--dark--neutral--color--60: #909090;--wp--custom--dark--neutral--color--70: #A9A9A9;--wp--custom--dark--neutral--color--80: #CFCFCF;--wp--custom--dark--neutral--color--90: #ECECEC;--wp--custom--dark--neutral--color--100: #FEFEFE;--wp--custom--dark--icons--color-fg: #FEFEFE;--wp--custom--dark--ad-wrapper--color-bg: #010101;--wp--custom--dark--ad-wrapper--color-fg: #757575;--wp--custom--dark--article-group--color-bg--minimal: #090909;--wp--custom--dark--article-group--color-bg--subtle: #1a1a1a;--wp--custom--dark--article-group--color-bg--bold: #CFCFCF;--wp--custom--dark--article-group--color-bg--strong: #010101;--wp--custom--dark--article-group--color-bg--sponsored: #1A1A1A;--wp--custom--dark--article-head--color-bg: #090909;--wp--custom--dark--article-head--title-color: #ECECEC;--wp--custom--dark--article-head--subtitle-color: #A9A9A9;--wp--custom--dark--article-tile--enabled--color-bg--minimal: #090909;--wp--custom--dark--article-tile--enabled--color-bg--subtle: #1a1a1a;--wp--custom--dark--article-tile--enabled--color-bg--bold: #CFCFCF;--wp--custom--dark--article-tile--enabled--color-bg--strong: #010101;--wp--custom--dark--article-tile--enabled--color-bg--sponsored: #31313180;--wp--custom--dark--article-tile--enabled--title-color--minimal: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--subtle: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--bold: #090909;--wp--custom--dark--article-tile--enabled--title-color--strong: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--sponsored: #ECECEC;--wp--custom--dark--article-tile--enabled--subtitle-color--minimal: #A9A9A9;--wp--custom--dark--article-tile--enabled--subtitle-color--subtle: #A9A9A9;--wp--custom--dark--article-tile--enabled--subtitle-color--bold: #313131;--wp--custom--dark--article-tile--enabled--subtitle-color--strong: #CFCFCF;--wp--custom--dark--article-tile--enabled--subtitle-color--sponsored: #A9A9A9;--wp--custom--dark--article-tile--hover--color-bg--minimal: #090909;--wp--custom--dark--article-tile--hover--color-bg--subtle: #1A1A1A;--wp--custom--dark--article-tile--hover--color-bg--bold: #ECECEC;--wp--custom--dark--article-tile--hover--color-bg--strong: #010101;--wp--custom--dark--article-tile--hover--color-bg--sponsored: #31313180;--wp--custom--dark--article-tile--hover--title-color--minimal: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--subtle: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--bold: #090909;--wp--custom--dark--article-tile--hover--title-color--strong: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--sponsored: #FEFEFE;--wp--custom--dark--author-bio--title-color--minimal: #FEFEFE;--wp--custom--dark--author-bio--title-color--subtle: #E7CF84;--wp--custom--dark--author-bio--title-color--sponsored: #909090;--wp--custom--dark--author-bio--body-color--minimal: #CFCFCF;--wp--custom--dark--author-bio--body-color--sponsored: #CFCFCF;--wp--custom--dark--banners--color-bg--minimal: #4b4b4b40;--wp--custom--dark--banners--color-bg--subtle: #3A3220;--wp--custom--dark--banners--color-bg--bold: #E7CF84;--wp--custom--dark--banners--color-bg--strong: #2A352D;--wp--custom--dark--banners--color-bg--sponsored: #4b4b4b40;--wp--custom--dark--banners--title-color--minimal: #ECECEC;--wp--custom--dark--banners--title-color--subtle: #ECECEC;--wp--custom--dark--banners--title-color--bold: #010101;--wp--custom--dark--banners--title-color--strong: #FEFEFE;--wp--custom--dark--banners--title-color--sponsored: #FEFEFE;--wp--custom--dark--banners--body-color--minimal: #CFCFCF;--wp--custom--dark--banners--body-color--subtle: #CFCFCF;--wp--custom--dark--banners--body-color--bold: #1A1A1A;--wp--custom--dark--banners--body-color--strong: #CFCFCF;--wp--custom--dark--banners--body-color--sponsored: #CFCFCF;--wp--custom--dark--bottom-nav--color-bg: #1A1A1A;--wp--custom--dark--bottom-nav--tagline-color: #FEFEFE;--wp--custom--dark--bottom-nav--disclaimer-text-color: #757575;--wp--custom--dark--bottom-nav--color-stroke: #31313100;--wp--custom--dark--bottom-nav--container-stroke--color: #31313100;--wp--custom--dark--bottom-nav--container-stroke--style: solid;--wp--custom--dark--bottom-nav--container-stroke--width: 1;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--minimal: #a68d531a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--subtle: #e7cf841a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--strong: #e7cf841a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--bold: #221d151a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--minimal: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--subtle: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--strong: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--bold: #090909;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--enabled--text-style-color-bg--minimal: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--subtle: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--strong: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--bold: #564A2D;--wp--custom--dark--button--primary--enabled--text-style-color-bg--sponsored: #ECECEC;--wp--custom--dark--button--primary--enabled--text-style-color-fg--minimal: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--subtle: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--strong: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--bold: #ECECEC;--wp--custom--dark--button--primary--enabled--text-style-color-fg--sponsored: #1A1A1A;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--minimal: #a68d531a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--subtle: #e7cf841a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--strong: #e7cf841a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--bold: #221d151a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--minimal: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--subtle: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--strong: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--bold: #090909;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--disabled--text-style-color-bg--minimal: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--subtle: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--strong: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--bold: #564A2D;--wp--custom--dark--button--primary--disabled--text-style-color-bg--sponsored: #ECECEC;--wp--custom--dark--button--primary--disabled--text-style-color-fg--minimal: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--subtle: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--strong: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--bold: #ECECEC;--wp--custom--dark--button--primary--disabled--text-style-color-fg--sponsored: #1A1A1A;--wp--custom--dark--button--primary--focused--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--focused--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--focused--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--focused--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--focused--icon-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--primary--focused--icon-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--bold: #010101;--wp--custom--dark--button--primary--focused--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--primary--focused--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--focused--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--focused--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--focused--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--strong: #564A2D;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--bold: #564A2D;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--primary--pressed--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--pressed--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--pressed--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--pressed--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--primary--hover--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--hover--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--hover--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--hover--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--hover--icon-style-color-bg--sponsored: #75757540;--wp--custom--dark--button--primary--hover--icon-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--bold: #010101;--wp--custom--dark--button--primary--hover--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--primary--hover--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--hover--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--hover--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--hover--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--secondary--enabled--container-border--minimal--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--subtle--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--strong--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--strong--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--strong--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--bold--color: #3a322000;--wp--custom--dark--button--secondary--enabled--container-border--bold--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--bold--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--color: #cfcfcf00;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--minimal: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--subtle: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--strong: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--bold: #3a322026;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--minimal: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--subtle: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--strong: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--bold: #3a322026;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--secondary--disabled--container-border--minimal--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--subtle--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--strong--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--strong--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--strong--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--bold--color: #3a322000;--wp--custom--dark--button--secondary--disabled--container-border--bold--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--bold--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--color: #cfcfcf00;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--hover--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--hover--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--hover--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--hover--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--hover--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--hover--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--hover--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--hover--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--strong--style: solid;--wp--custom--dark--button--secondary--hover--container-border--strong--width: 2;--wp--custom--dark--button--secondary--hover--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--hover--container-border--bold--style: solid;--wp--custom--dark--button--secondary--hover--container-border--bold--width: 2;--wp--custom--dark--button--secondary--hover--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--hover--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--focused--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--focused--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--focused--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--focused--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--focused--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--focused--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--focused--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--focused--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--strong--style: solid;--wp--custom--dark--button--secondary--focused--container-border--strong--width: 2;--wp--custom--dark--button--secondary--focused--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--focused--container-border--bold--style: solid;--wp--custom--dark--button--secondary--focused--container-border--bold--width: 2;--wp--custom--dark--button--secondary--focused--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--focused--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--pressed--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--strong--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--strong--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--pressed--container-border--bold--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--bold--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--width: 2;--wp--custom--dark--button--tertiary--color-bg: #01010100;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--subtle: #A68D53;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--strong: #A68D53;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--subtle: #A68D53;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--strong: #A68D53;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--subtle: #FDF5A6;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--strong: #FDF5A6;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--bold: #1A1A1A;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--subtle: #FDF5A6;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--strong: #FDF5A6;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--bold: #1A1A1A;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--bold: #564A2D;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--primary--enabled--color-bg--minimal: #1A1A1A;--wp--custom--dark--chip--primary--enabled--color-bg--subtle: #313131;--wp--custom--dark--chip--primary--enabled--color-bg--bold: #221D15;--wp--custom--dark--chip--primary--enabled--color-bg--strong: #4b4b4b80;--wp--custom--dark--chip--primary--enabled--color-bg--sponsored: #313131;--wp--custom--dark--chip--primary--enabled--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--primary--enabled--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--primary--enabled--color-fg--bold: #CFCFCF;--wp--custom--dark--chip--primary--enabled--color-fg--strong: #ECECEC;--wp--custom--dark--chip--primary--enabled--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--primary--hover--color-bg--minimal: #313131;--wp--custom--dark--chip--primary--hover--color-bg--subtle: #4B4B4B;--wp--custom--dark--chip--primary--hover--color-bg--bold: #3A3220;--wp--custom--dark--chip--primary--hover--color-bg--strong: #4b4b4bbf;--wp--custom--dark--chip--primary--hover--color-bg--sponsored: #4B4B4B;--wp--custom--dark--chip--primary--hover--color-fg--minimal: #FDF5A6;--wp--custom--dark--chip--primary--hover--color-fg--subtle: #FDF5A6;--wp--custom--dark--chip--primary--hover--color-fg--bold: #ECECEC;--wp--custom--dark--chip--primary--hover--color-fg--strong: #FEFEFE;--wp--custom--dark--chip--primary--hover--color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--primary--selected--color-bg--minimal: #6D5C37;--wp--custom--dark--chip--primary--selected--color-bg--subtle: #6D5C37;--wp--custom--dark--chip--primary--selected--color-bg--bold: #221D15;--wp--custom--dark--chip--primary--selected--color-bg--strong: #4b4b4b;--wp--custom--dark--chip--primary--selected--color-bg--sponsored: #5E5E5E;--wp--custom--dark--chip--primary--selected--color-fg--minimal: #FDF5A6;--wp--custom--dark--chip--primary--selected--color-fg--subtle: #FDF5A6;--wp--custom--dark--chip--primary--selected--color-fg--bold: #ECECEC;--wp--custom--dark--chip--primary--selected--color-fg--strong: #FEFEFE;--wp--custom--dark--chip--primary--selected--color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--secondary--color-bg: #01010100;--wp--custom--dark--chip--secondary--enabled--color-fg--minimal: #887343;--wp--custom--dark--chip--secondary--enabled--color-fg--subtle: #A68D53;--wp--custom--dark--chip--secondary--enabled--color-fg--bold: #221D15;--wp--custom--dark--chip--secondary--enabled--color-fg--strong: #221D15;--wp--custom--dark--chip--secondary--enabled--color-fg--sponsored: #757575;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--color: #887343;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--color: #A68D53;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--bold--color: #3A3220;--wp--custom--dark--chip--secondary--enabled--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--strong--color: #3A3220;--wp--custom--dark--chip--secondary--enabled--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--color: #757575;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--dark--chip--secondary--hover--color-fg--minimal: #A68D53;--wp--custom--dark--chip--secondary--hover--color-fg--subtle: #C3A663;--wp--custom--dark--chip--secondary--hover--color-fg--bold: #3A3220;--wp--custom--dark--chip--secondary--hover--color-fg--strong: #3A3220;--wp--custom--dark--chip--secondary--hover--color-fg--sponsored: #909090;--wp--custom--dark--chip--secondary--hover--container-border--minimal--color: #A68D53;--wp--custom--dark--chip--secondary--hover--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--subtle--color: #C3A663;--wp--custom--dark--chip--secondary--hover--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--bold--color: #564A2D;--wp--custom--dark--chip--secondary--hover--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--strong--color: #564A2D;--wp--custom--dark--chip--secondary--hover--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--color: #909090;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--width: 2;--wp--custom--dark--chip--secondary--selected--color-fg--minimal: #C3A663;--wp--custom--dark--chip--secondary--selected--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--secondary--selected--color-fg--bold: #1A1A1A;--wp--custom--dark--chip--secondary--selected--color-fg--strong: #313131;--wp--custom--dark--chip--secondary--selected--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--secondary--selected--container-border--minimal--color: #C3A663;--wp--custom--dark--chip--secondary--selected--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--subtle--color: #E7CF84;--wp--custom--dark--chip--secondary--selected--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--bold--color: #090909;--wp--custom--dark--chip--secondary--selected--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--strong--color: #313131;--wp--custom--dark--chip--secondary--selected--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--color: #A9A9A9;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--width: 2;--wp--custom--dark--chip--tertiary--color-bg: #01010100;--wp--custom--dark--chip--tertiary--enabled--color-fg--minimal: #C3A663;--wp--custom--dark--chip--tertiary--enabled--color-fg--subtle: #C3A663;--wp--custom--dark--chip--tertiary--enabled--color-fg--bold: #221D15;--wp--custom--dark--chip--tertiary--enabled--color-fg--strong: #221D15;--wp--custom--dark--chip--tertiary--enabled--color-fg--sponsored: #909090;--wp--custom--dark--chip--tertiary--hover--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--tertiary--hover--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--tertiary--hover--color-fg--bold: #3A3220;--wp--custom--dark--chip--tertiary--hover--color-fg--strong: #3A3220;--wp--custom--dark--chip--tertiary--hover--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--tertiary--selected--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--tertiary--selected--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--tertiary--selected--color-fg--bold: #1A1A1A;--wp--custom--dark--chip--tertiary--selected--color-fg--strong: #313131;--wp--custom--dark--chip--tertiary--selected--color-fg--sponsored: #A9A9A9;--wp--custom--dark--choices--off--icon-color: #5E5E5E;--wp--custom--dark--choices--on--icon-color: #ECECEC;--wp--custom--dark--choices--hover--off-icon-color: #A9A9A9;--wp--custom--dark--choices--hover--on-icon-color: #FEFEFE;--wp--custom--dark--choices--disabled--color-fg: #5E5E5E;--wp--custom--dark--choices--focused--icon-color: #FEFEFE;--wp--custom--dark--comment-elements--username-color: #E7CF84;--wp--custom--dark--comment-elements--body-color: #CFCFCF;--wp--custom--dark--comment-elements--container-stroke--color: #1A1A1A;--wp--custom--dark--comment-elements--container-stroke--style: solid;--wp--custom--dark--comment-elements--container-stroke--width: 2;--wp--custom--dark--comment-elements--color-stroke: #1A1A1A;--wp--custom--dark--comment-elements--badge-color: #E7CF84;--wp--custom--dark--comment-elements--badge-border--color: #e7cf8440;--wp--custom--dark--comment-elements--badge-border--width: 3;--wp--custom--dark--comment-elements--badge-border--style: solid;--wp--custom--dark--comments--no-comments-text-color: #757575;--wp--custom--dark--comment-section--drawer-color-bg: #090909;--wp--custom--dark--copy--primary--text-color: #ECECEC;--wp--custom--dark--copy--secondary--text-color: #CFCFCF;--wp--custom--dark--copy--tertiary--text-color: #A9A9A9;--wp--custom--dark--copy--quaternary--text-color: #757575;--wp--custom--dark--divider--stroke--thin--color: #4b4b4bbf;--wp--custom--dark--divider--stroke--thin--style: solid;--wp--custom--dark--divider--stroke--thin--width: 1;--wp--custom--dark--divider--stroke--thick--color: #4b4b4bbf;--wp--custom--dark--divider--stroke--thick--style: solid;--wp--custom--dark--divider--stroke--thick--width: 2;--wp--custom--dark--divider--color-stroke: #4b4b4bbf;--wp--custom--dark--elevation--level-0: 0px 0px 0px 0px #fefefe1a;--wp--custom--dark--elevation--level-1: 0px 12px 16px -10px #01010100;--wp--custom--dark--elevation--level-2: 0px 4px 10px -2px #fefefe1a, 0px 4px 8px -4px #fefefe1a;--wp--custom--dark--elevation--level-3: 0px 6px 14px -6px #fefefe1a, 0px 8px 20px -4px #fefefe1a;--wp--custom--dark--table-of-contents--elevation: 0px 12px 16px -10px #01010100;--wp--custom--dark--table-of-contents--enabled--color-stroke: #4B4B4B;--wp--custom--dark--table-of-contents--enabled--color-fg: #909090;--wp--custom--dark--table-of-contents--enabled--color-bg: #1a1a1a80;--wp--custom--dark--table-of-contents--enabled--container-stroke--color: #4B4B4B;--wp--custom--dark--table-of-contents--enabled--container-stroke--style: solid;--wp--custom--dark--table-of-contents--enabled--container-stroke--width: 3;--wp--custom--dark--table-of-contents--selected--color-stroke: #E7CF84;--wp--custom--dark--table-of-contents--selected--color-fg: #FEFEFE;--wp--custom--dark--table-of-contents--selected--color-bg: #1a1a1a;--wp--custom--dark--table-of-contents--selected--container-stroke--color: #E7CF84;--wp--custom--dark--table-of-contents--selected--container-stroke--style: solid;--wp--custom--dark--table-of-contents--selected--container-stroke--width: 3;--wp--custom--dark--errors--title-color: #FEFEFE;--wp--custom--dark--errors--body-color: #CFCFCF;--wp--custom--dark--expanded-top-nav--color-bg: #1A1A1A;--wp--custom--dark--filter--dropdown-minimised-container-stroke--color: #01010100;--wp--custom--dark--filter--dropdown-minimised-container-stroke--style: solid;--wp--custom--dark--filter--dropdown-minimised-container-stroke--width: 1;--wp--custom--dark--filter-tabs--enabled--color-bg: #313131;--wp--custom--dark--filter-tabs--enabled--color-fg: #CFCFCF;--wp--custom--dark--filter-tabs--enabled--color-stroke: #01010100;--wp--custom--dark--filter-tabs--enabled--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--enabled--container-stroke--style: solid;--wp--custom--dark--filter-tabs--enabled--container-stroke--width: 3;--wp--custom--dark--filter-tabs--disabled--color-bg: #313131;--wp--custom--dark--filter-tabs--disabled--color-fg: #CFCFCF;--wp--custom--dark--filter-tabs--disabled--color-stroke: #01010100;--wp--custom--dark--filter-tabs--disabled--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--disabled--container-stroke--style: solid;--wp--custom--dark--filter-tabs--disabled--container-stroke--width: 2;--wp--custom--dark--filter-tabs--hover--color-bg: #313131;--wp--custom--dark--filter-tabs--hover--color-fg: #ECECEC;--wp--custom--dark--filter-tabs--hover--image-style-overlay-color: #a9a9a980;--wp--custom--dark--filter-tabs--hover--color-stroke: #01010100;--wp--custom--dark--filter-tabs--hover--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--hover--container-stroke--style: solid;--wp--custom--dark--filter-tabs--hover--container-stroke--width: 3;--wp--custom--dark--filter-tabs--selected--color-bg: #313131;--wp--custom--dark--filter-tabs--selected--color-fg: #E7CF84;--wp--custom--dark--filter-tabs--selected--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--selected--container-stroke--style: solid;--wp--custom--dark--filter-tabs--selected--container-stroke--width: 3;--wp--custom--dark--filter-tabs--selected--color-stroke: #01010100;--wp--custom--dark--filter-tabs--focused--color-bg: #313131;--wp--custom--dark--filter-tabs--focused--color-fg: #ECECEC;--wp--custom--dark--filter-tabs--focused--color-stroke: #01010100;--wp--custom--dark--filter-tabs--focused--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--focused--container-stroke--style: solid;--wp--custom--dark--filter-tabs--focused--container-stroke--width: 3;--wp--custom--dark--review-summary--color-bg: #1a1a1a;--wp--custom--dark--review-summary--color-stroke: #C3A663;--wp--custom--dark--review-summary--title-color: #ECECEC;--wp--custom--dark--review-summary--body-color: #CFCFCF;--wp--custom--dark--review-summary--number-rating-color--bg: #221D15;--wp--custom--dark--review-summary--number-rating-color--fg: #A68D53;--wp--custom--dark--review-summary--container-stroke--color: #C3A663;--wp--custom--dark--review-summary--container-stroke--style: solid;--wp--custom--dark--review-summary--container-stroke--width: 4;--wp--custom--dark--review-summary--number-rating-container-border--color: #A68D53;--wp--custom--dark--review-summary--number-rating-container-border--style: solid;--wp--custom--dark--review-summary--number-rating-container-border--width: 0;--wp--custom--dark--image--color-bg: #1A1A1A;--wp--custom--dark--image--caption-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--label-color: #FEFEFE;--wp--custom--dark--input--neutral--enabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--enabled--icon-color: #757575;--wp--custom--dark--input--neutral--enabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--neutral--enabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--text-field-color-stroke: #757575;--wp--custom--dark--input--neutral--enabled--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--color: #757575;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--disabled--label-color: #FEFEFE;--wp--custom--dark--input--neutral--disabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--disabled--icon-color: #757575;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--color: #757575;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--disabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--neutral--disabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--neutral--disabled--text-field-color-stroke: #757575;--wp--custom--dark--input--neutral--disabled--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--label-color: #FEFEFE;--wp--custom--dark--input--neutral--hover--text-field-color-bg: #313131;--wp--custom--dark--input--neutral--hover--icon-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--neutral--hover--text-field-filled-text-color: #CFCFCF;--wp--custom--dark--input--neutral--hover--text-field-color-stroke: #A9A9A9;--wp--custom--dark--input--neutral--hover--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--color: #A68D53;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--focused--label-color: #FEFEFE;--wp--custom--dark--input--neutral--focused--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--focused--icon-color: #A9A9A9;--wp--custom--dark--input--neutral--focused--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--neutral--focused--text-field-filled-text-color: #ECECEC;--wp--custom--dark--input--neutral--focused--text-field-color-stroke: #A68D53;--wp--custom--dark--input--neutral--focused--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--color: #A68D53;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--focused--cursor-color: #C3A663;--wp--custom--dark--input--neutral--read-only--label-color: #FEFEFE;--wp--custom--dark--input--neutral--read-only--text-field-color-bg: #01010100;--wp--custom--dark--input--neutral--read-only--icon-color: #5E5E5E;--wp--custom--dark--input--neutral--read-only--text-field-text-color: #A9A9A9;--wp--custom--dark--input--neutral--read-only--text-field-color-stroke: #313131;--wp--custom--dark--input--neutral--read-only--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--color: #313131;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--enabled--label-color: #FEFEFE;--wp--custom--dark--input--error--enabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--error--enabled--icon-color: #757575;--wp--custom--dark--input--error--enabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--error--enabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--error--enabled--text-field-color-stroke: #BE554C;--wp--custom--dark--input--error--enabled--helper-text-color: #E4958C;--wp--custom--dark--input--error--enabled--text-field-container-stroke--color: #BE554C;--wp--custom--dark--input--error--enabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--enabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--hover--label-color: #FEFEFE;--wp--custom--dark--input--error--hover--text-field-color-bg: #313131;--wp--custom--dark--input--error--hover--icon-color: #A9A9A9;--wp--custom--dark--input--error--hover--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--error--hover--text-field-filled-text-color: #CFCFCF;--wp--custom--dark--input--error--hover--text-field-color-stroke: #D4756B;--wp--custom--dark--input--error--hover--helper-text-color: #E4958C;--wp--custom--dark--input--error--hover--text-field-container-stroke--color: #D4756B;--wp--custom--dark--input--error--hover--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--hover--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--focused--text-field-container-stroke--color: #D4756B;--wp--custom--dark--input--error--focused--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--focused--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--focused--label-color: #FEFEFE;--wp--custom--dark--input--error--focused--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--error--focused--icon-color: #A9A9A9;--wp--custom--dark--input--error--focused--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--error--focused--text-field-filled-text-color: #ECECEC;--wp--custom--dark--input--error--focused--text-field-color-stroke: #D4756B;--wp--custom--dark--input--error--focused--helper-text-color: #E4958C;--wp--custom--dark--input--error--focused--cursor-color: #E4958C;--wp--custom--dark--lightbox--color-bg: #090909e6;--wp--custom--dark--lightbox--color-fg: #CFCFCF;--wp--custom--dark--lightbox--button-color: #CFCFCF;--wp--custom--dark--lightbox--indicators-on-color: #FEFEFE;--wp--custom--dark--lightbox--indicators-off-color: #4B4B4B;--wp--custom--dark--lightbox-buttons--enabled--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--enabled--color-fg: #757575;--wp--custom--dark--lightbox-buttons--disabled--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--disabled--color-fg: #757575;--wp--custom--dark--lightbox-buttons--hover--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--hover--color-fg: #CFCFCF;--wp--custom--dark--lightbox-buttons--focused--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--focused--color-fg: #CFCFCF;--wp--custom--dark--lightbox-buttons--pressed--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--pressed--color-fg: #ECECEC;--wp--custom--dark--login-cta--primary-style-false-color-bg: #313131;--wp--custom--dark--login-cta--primary-style-false-color-fg: #ECECEC;--wp--custom--dark--login-cta--primary-style-true-color-bg: #313131;--wp--custom--dark--login-cta--primary-style-true-color-fg: #ECECEC;--wp--custom--dark--login-cta--icon-style-true-color-bg: #01010100;--wp--custom--dark--login-cta--icon-style-false-color-bg: #01010100;--wp--custom--dark--login-cta--icon-style-true-color-fg: #CFCFCF;--wp--custom--dark--login-cta--icon-style-false-color-fg: #CFCFCF;--wp--custom--dark--login-cta--tertiary-style-false-color-fg: #C3A663;--wp--custom--dark--login-cta--tertiary-style-false-color-bg: #01010100;--wp--custom--dark--login-cta--tertiary-style-true-color-fg: #909090;--wp--custom--dark--login-cta--tertiary-style-true-color-bg: #01010100;--wp--custom--dark--mode--icon-style-icon-color: #CFCFCF;--wp--custom--dark--mode--toggle-style-text-color: #757575;--wp--custom--dark--mode--off--handle-color: #090909;--wp--custom--dark--mode--off--track-color: #757575;--wp--custom--dark--mode--on--handle-color: #090909;--wp--custom--dark--mode--on--track-color: #887343;--wp--custom--dark--links-expandable--icon-color-bg: #01010100;--wp--custom--dark--links-expandable--icon-color-fg: #CFCFCF;--wp--custom--dark--newsletter--color-bg: #010101;--wp--custom--dark--newsletter--title-color: #ECECEC;--wp--custom--dark--newsletter--body-color: #CFCFCF;--wp--custom--dark--newsletter--disclaimer-color: #A9A9A9;--wp--custom--dark--newsletter-confirmation--color-bg: #010101;--wp--custom--dark--newsletter-confirmation--title-color: #ECECEC;--wp--custom--dark--newsletter-confirmation--body-color: #CFCFCF;--wp--custom--dark--overlays--blur: 44;--wp--custom--dark--overlays--color: #fefefe1a;--wp--custom--dark--overlays--spread: 0;--wp--custom--dark--overlays--type: dropShadow;--wp--custom--dark--overlays--x: 0;--wp--custom--dark--overlays--y: 0;--wp--custom--dark--carousel-indicators--on-color: #ECECEC;--wp--custom--dark--carousel-indicators--off-color: #313131;--wp--custom--dark--pagination-number--enabled--color-bg: #01010100;--wp--custom--dark--pagination-number--enabled--color-fg: #A9A9A9;--wp--custom--dark--pagination-number--selected--color-bg: #313131;--wp--custom--dark--pagination-number--selected--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--hover--color-bg: #01010100;--wp--custom--dark--pagination-number--hover--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--focused--color-bg: #01010100;--wp--custom--dark--pagination-number--focused--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--pressed--color-bg: #01010100;--wp--custom--dark--pagination-number--pressed--color-fg: #ECECEC;--wp--custom--dark--recaptcha--color-fg: #757575;--wp--custom--dark--related-article--color-bg: #1a1a1a00;--wp--custom--dark--section-title--color-fg--minimal: #A9A9A9;--wp--custom--dark--section-title--color-fg--subtle: #A9A9A9;--wp--custom--dark--section-title--color-fg--bold: #090909;--wp--custom--dark--section-title--color-fg--strong: #1A1A1A;--wp--custom--dark--section-title--color-fg--sponsored: #909090;--wp--custom--dark--star--unfilled-color-fg--minimal: #3A3220;--wp--custom--dark--star--unfilled-color-fg--subtle: #3A3220;--wp--custom--dark--star--unfilled-color-fg--bold: #909090;--wp--custom--dark--star--unfilled-color-fg--strong: #A9A9A9;--wp--custom--dark--star--unfilled-color-fg--sponsored: #4B4B4B;--wp--custom--dark--star--filled-color-fg--minimal: #C3A663;--wp--custom--dark--star--filled-color-fg--subtle: #C3A663;--wp--custom--dark--star--filled-color-fg--bold: #887343;--wp--custom--dark--star--filled-color-fg--strong: #887343;--wp--custom--dark--star--filled-color-fg--sponsored: #A9A9A9;--wp--custom--dark--star--input-color-fg--minimal: #FEFEFE;--wp--custom--dark--star--input-color-fg--subtle: #FEFEFE;--wp--custom--dark--star--input-color-fg--bold: #010101;--wp--custom--dark--star--input-color-fg--strong: #010101;--wp--custom--dark--star--input-color-fg--sponsored: #FEFEFE;--wp--custom--dark--status-message--color-fg: #CFCFCF;--wp--custom--dark--status-message--success--container-stroke--color: #7F9683;--wp--custom--dark--status-message--success--container-stroke--style: solid;--wp--custom--dark--status-message--success--container-stroke--width: 4;--wp--custom--dark--status-message--info--container-stroke--color: #687789;--wp--custom--dark--status-message--info--container-stroke--style: solid;--wp--custom--dark--status-message--info--container-stroke--width: 4;--wp--custom--dark--status-message--warning--container-stroke--color: #C3A663;--wp--custom--dark--status-message--warning--container-stroke--style: solid;--wp--custom--dark--status-message--warning--container-stroke--width: 4;--wp--custom--dark--status-message--error--container-stroke--color: #D4756B;--wp--custom--dark--status-message--error--container-stroke--style: solid;--wp--custom--dark--status-message--error--container-stroke--width: 4;--wp--custom--dark--status-message--neutral--container-stroke--color: #909090;--wp--custom--dark--status-message--neutral--container-stroke--style: solid;--wp--custom--dark--status-message--neutral--container-stroke--width: 4;--wp--custom--dark--subscription-items--enabled--color-bg: #090909;--wp--custom--dark--subscription-items--enabled--title-color: #FEFEFE;--wp--custom--dark--subscription-items--enabled--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--enabled--body-color: #909090;--wp--custom--dark--subscription-items--enabled--container-border--color: #1A1A1A;--wp--custom--dark--subscription-items--enabled--container-border--style: solid;--wp--custom--dark--subscription-items--enabled--container-border--width: 2;--wp--custom--dark--subscription-items--hover--color-bg: #1A1A1A;--wp--custom--dark--subscription-items--hover--title-color: #FEFEFE;--wp--custom--dark--subscription-items--hover--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--hover--body-color: #909090;--wp--custom--dark--subscription-items--hover--container-border--color: #313131;--wp--custom--dark--subscription-items--hover--container-border--style: solid;--wp--custom--dark--subscription-items--hover--container-border--width: 2;--wp--custom--dark--subscription-items--selected--color-bg: #221D15;--wp--custom--dark--subscription-items--selected--container-border--color: #887343;--wp--custom--dark--subscription-items--selected--container-border--style: solid;--wp--custom--dark--subscription-items--selected--container-border--width: 2;--wp--custom--dark--subscription-items--selected--title-color: #FEFEFE;--wp--custom--dark--subscription-items--selected--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--selected--body-color: #909090;--wp--custom--dark--table--container-stroke--color: #4B4B4B;--wp--custom--dark--table--container-stroke--style: solid;--wp--custom--dark--table--container-stroke--width: 4;--wp--custom--dark--table--cell-container-stroke--color: #31313180;--wp--custom--dark--table--cell-container-stroke--style: solid;--wp--custom--dark--table--cell-container-stroke--width: 2;--wp--custom--dark--table--header-container-stroke--color: #31313180;--wp--custom--dark--table--header-container-stroke--style: solid;--wp--custom--dark--table--header-container-stroke--width: 2;--wp--custom--dark--table--header-color-fg: #ECECEC;--wp--custom--dark--table--header-color-bg: #1A1A1A;--wp--custom--dark--table--header-color-stroke: #31313180;--wp--custom--dark--table--cell-color-fg: #CFCFCF;--wp--custom--dark--table--color-stroke: #4B4B4B;--wp--custom--dark--table--cell-color-stroke: #31313180;--wp--custom--dark--table--enabled--odd-row-color-bg: #090909;--wp--custom--dark--table--enabled--even-row-color-bg: #1A1A1A;--wp--custom--dark--table--hover--color-bg: #313131;--wp--custom--dark--tile-badge--ranking-container-border--minimal--color: #887343;--wp--custom--dark--tile-badge--ranking-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--subtle--color: #A68D53;--wp--custom--dark--tile-badge--ranking-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--bold--color: #010101;--wp--custom--dark--tile-badge--ranking-container-border--bold--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--bold--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--strong--color: #3A3220;--wp--custom--dark--tile-badge--ranking-container-border--strong--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--strong--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--color: #909090;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--width: 0;--wp--custom--dark--tile-badge--ranking-color-bg--minimal: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-bg--subtle: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-bg--bold: #090909;--wp--custom--dark--tile-badge--ranking-color-bg--strong: #090909;--wp--custom--dark--tile-badge--ranking-color-bg--sponsored: #CFCFCF;--wp--custom--dark--tile-badge--ranking-color-fg--minimal: #090909;--wp--custom--dark--tile-badge--ranking-color-fg--subtle: #090909;--wp--custom--dark--tile-badge--ranking-color-fg--bold: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-fg--strong: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-fg--sponsored: #090909;--wp--custom--dark--tile-badge--rating-color-bg--minimal: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-bg--subtle: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-bg--bold: #090909;--wp--custom--dark--tile-badge--rating-color-bg--strong: #090909;--wp--custom--dark--tile-badge--rating-color-bg--sponsored: #CFCFCF;--wp--custom--dark--tile-badge--rating-color-fg--minimal: #090909;--wp--custom--dark--tile-badge--rating-color-fg--subtle: #090909;--wp--custom--dark--tile-badge--rating-color-fg--bold: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-fg--strong: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-fg--sponsored: #090909;--wp--custom--dark--tile-badge--video-color-bg--minimal: #090909;--wp--custom--dark--tile-badge--video-color-bg--subtle: #090909;--wp--custom--dark--tile-badge--video-color-bg--bold: #090909;--wp--custom--dark--tile-badge--video-color-bg--strong: #090909;--wp--custom--dark--tile-badge--video-color-bg--sponsored: #090909;--wp--custom--dark--tile-badge--video-color-fg--minimal: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--subtle: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--bold: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--strong: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--sponsored: #ECECEC;--wp--custom--dark--tile-badge--rating-container-border--minimal--color: #221D15;--wp--custom--dark--tile-badge--rating-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--rating-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--rating-container-border--subtle--color: #3A3220;--wp--custom--dark--tile-badge--rating-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--rating-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--rating-container-border--bold--color: #FEFEFE;--wp--custom--dark--tile-badge--rating-container-border--bold--style: solid;--wp--custom--dark--tile-badge--rating-container-border--bold--width: 0;--wp--custom--dark--tile-badge--rating-container-border--strong--color: #010101;--wp--custom--dark--tile-badge--rating-container-border--strong--style: solid;--wp--custom--dark--tile-badge--rating-container-border--strong--width: 0;--wp--custom--dark--tile-badge--rating-container-border--sponsored--color: #010101;--wp--custom--dark--tile-badge--rating-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--rating-container-border--sponsored--width: 0;--wp--custom--dark--tile-badge--video-container-border--minimal--color: #ECECEC;--wp--custom--dark--tile-badge--video-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--video-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--video-container-border--subtle--color: #3A3220;--wp--custom--dark--tile-badge--video-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--video-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--video-container-border--bold--color: #3A3220;--wp--custom--dark--tile-badge--video-container-border--bold--style: solid;--wp--custom--dark--tile-badge--video-container-border--bold--width: 0;--wp--custom--dark--tile-badge--video-container-border--strong--color: #887343;--wp--custom--dark--tile-badge--video-container-border--strong--style: solid;--wp--custom--dark--tile-badge--video-container-border--strong--width: 0;--wp--custom--dark--tile-badge--video-container-border--sponsored--color: #313131;--wp--custom--dark--tile-badge--video-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--video-container-border--sponsored--width: 0;--wp--custom--dark--tip-box--info--container-stroke--color: #8092A7;--wp--custom--dark--tip-box--info--container-stroke--style: solid;--wp--custom--dark--tip-box--info--container-stroke--width: 4;--wp--custom--dark--tip-box--info--color-bg: #1B1E21;--wp--custom--dark--tip-box--info--color-fg: #8092A7;--wp--custom--dark--tip-box--info--color-stroke: #8092A7;--wp--custom--dark--tip-box--negative--color-bg: #331410;--wp--custom--dark--tip-box--negative--color-fg: #D4756B;--wp--custom--dark--tip-box--negative--color-stroke: #D4756B;--wp--custom--dark--tip-box--negative--container-stroke--color: #D4756B;--wp--custom--dark--tip-box--negative--container-stroke--style: solid;--wp--custom--dark--tip-box--negative--container-stroke--width: 4;--wp--custom--dark--tip-box--positive--container-stroke--color: #7F9683;--wp--custom--dark--tip-box--positive--container-stroke--style: solid;--wp--custom--dark--tip-box--positive--container-stroke--width: 4;--wp--custom--dark--tip-box--positive--color-bg: #1A1F1B;--wp--custom--dark--tip-box--positive--color-fg: #7F9683;--wp--custom--dark--tip-box--positive--color-stroke: #7F9683;--wp--custom--dark--toggle--color-fg: #FEFEFE;--wp--custom--dark--toggle-switch--off--handle-color: #090909;--wp--custom--dark--toggle-switch--off--track-color: #5E5E5E;--wp--custom--dark--toggle-switch--on--handle-color: #090909;--wp--custom--dark--toggle-switch--on--track-color: #ECECEC;--wp--custom--dark--top-nav--disclaimer-text-color: #757575;--wp--custom--dark--top-nav--color-bg: #1A1A1A;--wp--custom--dark--top-nav--menu-icon-color: #CFCFCF;--wp--custom--dark--top-nav--color-stroke: #313131;--wp--custom--dark--top-nav--container-stroke--color: #313131;--wp--custom--dark--top-nav--container-stroke--style: solid;--wp--custom--dark--top-nav--container-stroke--width: 2;--wp--custom--dark--top-nav--elevation: 0px 8px 48px 0px #0000001A;--wp--custom--dark--related-article-links--enabled--primary-color-fg: #C3A663;--wp--custom--dark--related-article-links--enabled--primary-color-stroke: #564A2D;--wp--custom--dark--related-article-links--enabled--secondary-color-fg: #ECECEC;--wp--custom--dark--related-article-links--enabled--secondary-color-stroke: #4b4b4b;--wp--custom--dark--related-article-links--primary-container-stroke--color: #564A2D;--wp--custom--dark--related-article-links--primary-container-stroke--width: 2;--wp--custom--dark--related-article-links--primary-container-stroke--style: solid;--wp--custom--dark--related-article-links--secondary-container-stroke--color: #4b4b4b;--wp--custom--dark--related-article-links--secondary-container-stroke--width: 2;--wp--custom--dark--related-article-links--secondary-container-stroke--style: solid;--wp--custom--dark--related-article-links--hover--primary-color-fg: #E7CF84;--wp--custom--dark--related-article-links--hover--primary-color-stroke: #C3A663;--wp--custom--dark--related-article-links--hover--secondary-color-fg: #ECECEC;--wp--custom--dark--related-article-links--hover--secondary-color-stroke: #C3A663;--wp--custom--dark--author-name--color-bg: #01010100;--wp--custom--dark--author-name--enabled--color-fg--minimal: #CFCFCF;--wp--custom--dark--author-name--enabled--color-fg--subtle: #CFCFCF;--wp--custom--dark--author-name--enabled--color-fg--bold: #313131;--wp--custom--dark--author-name--enabled--color-fg--strong: #313131;--wp--custom--dark--author-name--enabled--color-fg--sponsored: #CFCFCF;--wp--custom--dark--author-name--hover--color-fg--minimal: #ECECEC;--wp--custom--dark--author-name--hover--color-fg--subtle: #ECECEC;--wp--custom--dark--author-name--hover--color-fg--bold: #1A1A1A;--wp--custom--dark--author-name--hover--color-fg--strong: #1A1A1A;--wp--custom--dark--author-name--hover--color-fg--sponsored: #ECECEC;--wp--custom--dark--author-name--pressed--color-fg--minimal: #FEFEFE;--wp--custom--dark--author-name--pressed--color-fg--subtle: #FEFEFE;--wp--custom--dark--author-name--pressed--color-fg--bold: #090909;--wp--custom--dark--author-name--pressed--color-fg--strong: #090909;--wp--custom--dark--author-name--pressed--color-fg--sponsored: #FEFEFE;--wp--custom--dark--loading-indicator--color: #887343;--wp--custom--dark--article-summary-links--color-bg: #01010100;--wp--custom--dark--article-summary-links--enabled--color-fg: #C3A663;--wp--custom--dark--article-summary-links--hover--color-fg: #E7CF84;--wp--custom--dark--article-summary-links--pressed--color-fg: #FDF5A6;--wp--custom--dark--article-summary--container-stroke--color: #C3A663;--wp--custom--dark--article-summary--container-stroke--width: 3;--wp--custom--dark--article-summary--container-stroke--style: solid;--wp--custom--dark--article-summary--color-bg: #1a1a1a;--wp--custom--dark--article-summary--h-3-color: #ECECEC;--wp--custom--dark--article-summary--body-color: #CFCFCF;--wp--custom--dark--article-summary--icon-color: #C3A663;--wp--custom--dark--article-summary--color-stroke: #C3A663;--wp--custom--dark--next-article--copy-container-color-bg: #4b4b4b00;--wp--custom--dark--next-article--copy-container-color-fg: #757575;--wp--custom--dark--next-article--divider-color: #4B4B4B;--wp--custom--dark--next-article--copy-container-border--color: #4b4b4b00;--wp--custom--dark--next-article--copy-container-border--width: 4;--wp--custom--dark--next-article--copy-container-border--style: solid;--wp--custom--dark--live-blog--timeline-color-fg--key-events: #A68D53;--wp--custom--dark--live-blog--timeline-color-fg--regular: #4B4B4B;--wp--custom--dark--live-blog--entry-color-bg--key-events: #221D15;--wp--custom--dark--article-banners--color-bg--sponsored: #010101;--wp--custom--dark--article-banners--color-bg--live-blog-open: #E7CF84;--wp--custom--dark--article-banners--color-bg--live-blog-closed: #CFCFCF;--wp--custom--dark--article-banners--color-bg--announcement: #313131;--wp--custom--dark--article-banners--color-fg--sponsored: #909090;--wp--custom--dark--article-banners--color-fg--live-blog-open: #1A1A1A;--wp--custom--dark--article-banners--color-fg--live-blog-closed: #010101;--wp--custom--dark--article-banners--color-fg--announcement: #E7CF84;--wp--custom--dark--quiz-answer--enabled--color-bg: #1A1A1A;--wp--custom--dark--quiz-answer--enabled--color-fg: #CFCFCF;--wp--custom--dark--quiz-answer--enabled--border--color: #757575;--wp--custom--dark--quiz-answer--enabled--border--width: 2;--wp--custom--dark--quiz-answer--enabled--border--style: solid;--wp--custom--dark--quiz-answer--selected--color-bg: #ECECEC;--wp--custom--dark--quiz-answer--selected--color-fg: #090909;--wp--custom--dark--quiz-answer--selected--border--color: #ECECEC;--wp--custom--dark--quiz-answer--selected--border--width: 2;--wp--custom--dark--quiz-answer--selected--border--style: solid;--wp--custom--dark--quiz-answer--hover--color-bg: #1A1A1A;--wp--custom--dark--quiz-answer--hover--color-fg: #FEFEFE;--wp--custom--dark--quiz-answer--hover--border--color: #FEFEFE;--wp--custom--dark--quiz-answer--hover--border--width: 2;--wp--custom--dark--quiz-answer--hover--border--style: solid;--wp--custom--dark--quiz-answer--disabled--border--color: #75757580;--wp--custom--dark--quiz-answer--disabled--border--width: 2;--wp--custom--dark--quiz-answer--disabled--border--style: solid;--wp--custom--dark--quiz--result-color-fg--primary: #CFCFCF;--wp--custom--dark--quiz--result-color-fg--secondary: #909090;--wp--custom--dark--avatar--placeholder--color-bg: #4B4B4B;--wp--custom--dark--avatar--placeholder--color-fg: #A9A9A9;--wp--custom--dark--quotation--color-bg--pull-quote: #090909;--wp--custom--dark--quotation--color-bg--quote: #090909;--wp--custom--dark--quotation--color-fg--pull-quote: #CFCFCF;--wp--custom--dark--quotation--color-fg--quote: #CFCFCF;--wp--custom--dark--quotation--caption-color--pull-quote: #909090;--wp--custom--dark--quotation--caption-color--quote: #909090;--wp--custom--dark--quotation--color-stroke--pull-quote: #313131;--wp--custom--dark--quotation--color-stroke--quote: #C3A663;--wp--custom--dark--quotation--color-stroke--minimal-quote: #313131;--wp--custom--dark--quotation--container-stroke--pull-quote--color: #313131;--wp--custom--dark--quotation--container-stroke--pull-quote--style: solid;--wp--custom--dark--quotation--container-stroke--pull-quote--width: 3;--wp--custom--dark--quotation--container-stroke--quote--color: #C3A663;--wp--custom--dark--quotation--container-stroke--quote--style: solid;--wp--custom--dark--quotation--container-stroke--quote--width: 3;--wp--custom--dark--dynamic-nav--color-bg: #1A1A1A;--wp--custom--dark--dynamic-nav--color-stroke: #cfcfcf00;--wp--custom--dark--dynamic-nav--container-stroke--color: #cfcfcf00;--wp--custom--dark--dynamic-nav--container-stroke--style: solid;--wp--custom--dark--dynamic-nav--container-stroke--width: 2;--wp--custom--dark--nav-socials--primary--enabled--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--primary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--primary--hover--color-bg: #313131;--wp--custom--dark--nav-socials--primary--hover--color-fg: #ECECEC;--wp--custom--dark--nav-socials--secondary--enabled--color-bg: #1a1a1a00;--wp--custom--dark--nav-socials--secondary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--secondary--hover--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--secondary--hover--color-fg: #ECECEC;--wp--custom--dark--nav-socials--tertiary--enabled--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--tertiary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--tertiary--hover--color-bg: #313131;--wp--custom--dark--nav-socials--tertiary--hover--color-fg: #ECECEC;--wp--custom--dark--links--primary--enabled--color-fg--sm: #909090;--wp--custom--dark--links--primary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--primary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--primary--hover--color-fg--sm: #CFCFCF;--wp--custom--dark--links--primary--hover--color-fg--md: #FEFEFE;--wp--custom--dark--links--primary--hover--color-fg--lg: #FEFEFE;--wp--custom--dark--links--primary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--primary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--primary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--secondary--enabled--color-fg--sm: #A9A9A9;--wp--custom--dark--links--secondary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--secondary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--secondary--hover--color-fg--sm: #909090;--wp--custom--dark--links--secondary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--secondary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--secondary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--secondary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--secondary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--tertiary--enabled--color-fg--sm: #909090;--wp--custom--dark--links--tertiary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--tertiary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--tertiary--hover--color-fg--sm: #909090;--wp--custom--dark--links--tertiary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--tertiary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--tertiary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--tertiary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--tertiary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--quaternary--enabled--color-fg--sm: #A9A9A9;--wp--custom--dark--links--quaternary--enabled--color-fg--md: #A9A9A9;--wp--custom--dark--links--quaternary--enabled--color-fg--lg: #A9A9A9;--wp--custom--dark--links--quaternary--hover--color-fg--sm: #909090;--wp--custom--dark--links--quaternary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--quaternary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--quaternary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--quaternary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--quaternary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--quinary--enabled--color-fg: #909090;--wp--custom--dark--links--quinary--hover--color-fg: #A9A9A9;--wp--custom--dark--links--quinary--activated--color-fg: #CFCFCF;--wp--custom--dark--links--quinary--context--color-fg: #ECECEC;--wp--custom--dark--search--primary--enabled--bar-style-color-bg: #313131;--wp--custom--dark--search--primary--enabled--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--primary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--primary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--primary--enabled--icon-style-icon-color: #CFCFCF;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--primary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--primary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--primary--selected--bar-style-icon-color: #909090;--wp--custom--dark--search--primary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--primary--selected--bar-style-color-stroke: #75757500;--wp--custom--dark--search--primary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--primary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--primary--selected--icon-style-color-stroke: #757575;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--color: #75757500;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--color: #757575;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--enabled--bar-style-color-bg: #313131bf;--wp--custom--dark--search--secondary--enabled--bar-style-icon-color: #A9A9A9;--wp--custom--dark--search--secondary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--secondary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--enabled--icon-style-icon-color: #909090;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--secondary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--secondary--selected--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--secondary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--secondary--selected--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--secondary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--secondary--selected--icon-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--enabled--bar-style-color-bg: #313131;--wp--custom--dark--search--tertiary--enabled--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--tertiary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--tertiary--enabled--icon-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--tertiary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--tertiary--selected--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--tertiary--selected--bar-style-color-stroke: #75757500;--wp--custom--dark--search--tertiary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--tertiary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--tertiary--selected--icon-style-color-stroke: #757575;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--color: #75757500;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--color: #757575;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--poll--vote-bar--color-bg: #5e5e5e80;--wp--custom--dark--poll--vote-bar--default-color-fg: #ECECEC;--wp--custom--dark--poll--vote-bar--winner-color-fg: #E7CF84;--wp--custom--dark--poll--color-bg: #1a1a1a;--wp--custom--dark--poll--container-border--color: #4b4b4bbf;--wp--custom--dark--poll--container-border--width: 2;--wp--custom--dark--poll--container-border--style: solid;--wp--custom--dark--topic-head--color-bg--image-bg: linear-gradient (0deg, #1a1a1afa 0%, #1a1a1af0 60%, #1a1a1a80 100%);--wp--custom--dark--topic-head--color-bg--solid-bg: #1A1A1A;--wp--custom--dark--topic-head--image--color-bg: rgba(#757575), 10%);--wp--custom--dark--topic-head--image--border--color: #75757500;--wp--custom--dark--topic-head--image--border--width: 2;--wp--custom--dark--topic-head--primary--color-fg--solid-bg: #ECECEC;--wp--custom--dark--topic-head--primary--color-fg--image-bg: #FEFEFE;--wp--custom--dark--topic-head--secondary--color-fg--solid-bg: #CFCFCF;--wp--custom--dark--topic-head--secondary--color-fg--image-bg: #ECECEC;--wp--custom--dark--topic-head--tertiary--color-fg--solid-bg: #A9A9A9;--wp--custom--dark--topic-head--tertiary--color-fg--image-bg: #CFCFCF;--wp--custom--dark--topic-head--quaternary--color-fg--solid-bg: #909090;--wp--custom--dark--topic-head--quaternary--color-fg--image-bg: #ecececbf;--wp--custom--dark--item-tile--enabled--color-bg--image-bg: #5e5e5e00;--wp--custom--dark--item-tile--enabled--color-bg--solid-bg: #5e5e5e00;--wp--custom--dark--item-tile--enabled--border--color: #5e5e5e00;--wp--custom--dark--item-tile--enabled--border--width: 2;--wp--custom--dark--item-tile--enabled--title-color--image-bg: #FEFEFE;--wp--custom--dark--item-tile--enabled--title-color--solid-bg: #ECECEC;--wp--custom--dark--item-tile--enabled--subtitle-color--image-bg: #CFCFCF;--wp--custom--dark--item-tile--enabled--subtitle-color--solid-bg: #A9A9A9;--wp--custom--dark--item-tile--hover--color-bg--image-bg: #5e5e5e00;--wp--custom--dark--item-tile--hover--color-bg--solid-bg: #5e5e5e00;--wp--custom--dark--item-tile--hover--title-color--simage-bg: #FEFEFE;--wp--custom--dark--item-tile--hover--title-color--solid-bg: #ECECEC;--wp--custom--dark--item-tile--hover--border--color: #5e5e5e00;--wp--custom--dark--item-tile--hover--border--width: 2;--wp--custom--dark--item-tile--image--portrait-style-color-bg: #5e5e5e1a;--wp--custom--dark--item-tile--image--square-style-color-bg: #5e5e5e1a;--wp--custom--dark--item-tile--image--portrait-style-border--color: #5e5e5e00;--wp--custom--dark--item-tile--image--portrait-style-border--width: 2;--wp--custom--dark--item-tile--image--square-style-border--color: #5e5e5e00;--wp--custom--dark--item-tile--image--square-style-border--width: 2;--wp--custom--dark--side-nav--title-container-stroke--desktop--color: #4b4b4bbf;--wp--custom--dark--side-nav--title-container-stroke--desktop--width: 1;--wp--custom--dark--side-nav--title-container-stroke--desktop--style: solid;--wp--custom--dark--side-nav--title-container-stroke--mobile--color: #4b4b4bbf;--wp--custom--dark--side-nav--title-container-stroke--mobile--width: 1;--wp--custom--dark--side-nav--title-container-stroke--mobile--style: solid;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--color: #4b4b4bbf;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--width: 1;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--style: solid;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--color: #4b4b4bbf;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--width: 1;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--style: solid;--wp--custom--dark--side-nav--color-bg--desktop: #1a1a1a80;--wp--custom--dark--side-nav--color-bg--mobile: #1a1a1a80;--wp--custom--dark--brand--color--5: #110F0A;--wp--custom--dark--brand--color--10: #221D15;--wp--custom--dark--brand--color--20: #3A3220;--wp--custom--dark--brand--color--30: #564A2D;--wp--custom--dark--brand--color--40: #6D5C37;--wp--custom--dark--brand--color--50: #887343;--wp--custom--dark--brand--color--60: #A68D53;--wp--custom--dark--brand--color--70: #C3A663;--wp--custom--dark--brand--color--80: #E7CF84;--wp--custom--dark--brand--color--90: #FDF5A6;--wp--custom--dark--accent-1--color--5: #0F1210;--wp--custom--dark--accent-1--color--10: #1A1F1B;--wp--custom--dark--accent-1--color--20: #2A352D;--wp--custom--dark--accent-1--color--30: #3E4F42;--wp--custom--dark--accent-1--color--40: #4E6353;--wp--custom--dark--accent-1--color--50: #647B69;--wp--custom--dark--accent-1--color--60: #7F9683;--wp--custom--dark--accent-1--color--70: #9BAE9F;--wp--custom--dark--accent-1--color--80: #C7D2C9;--wp--custom--dark--accent-1--color--90: #EAEEEB;--wp--custom--dark--sponsored--color--5: #090909;--wp--custom--dark--sponsored--color--10: #1A1A1A;--wp--custom--dark--sponsored--color--20: #313131;--wp--custom--dark--sponsored--color--30: #4B4B4B;--wp--custom--dark--sponsored--color--40: #5E5E5E;--wp--custom--dark--sponsored--color--50: #757575;--wp--custom--dark--sponsored--color--60: #909090;--wp--custom--dark--sponsored--color--70: #A9A9A9;--wp--custom--dark--sponsored--color--80: #CFCFCF;--wp--custom--dark--sponsored--color--90: #ECECEC;--wp--custom--general-type--h-1--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--general-type--h-1--font-weight: 800;--wp--custom--general-type--h-1--line-height: 38px;--wp--custom--general-type--h-1--font-size: 26px;--wp--custom--general-type--h-1--letter-spacing: 0em;--wp--custom--general-type--h-1--paragraph-spacing: 0px;--wp--custom--general-type--h-1--paragraph-indent: 0px;--wp--custom--general-type--h-1--text-decoration: none;--wp--custom--general-type--h-1--text-transform: none;--wp--custom--general-type--h-2--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--general-type--h-2--font-weight: 700;--wp--custom--general-type--h-2--line-height: 33px;--wp--custom--general-type--h-2--font-size: 23px;--wp--custom--general-type--h-2--letter-spacing: 0em;--wp--custom--general-type--h-2--paragraph-spacing: 0px;--wp--custom--general-type--h-2--paragraph-indent: 0px;--wp--custom--general-type--h-2--text-decoration: none;--wp--custom--general-type--h-2--text-transform: none;--wp--custom--general-type--h-3--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--general-type--h-3--font-weight: 700;--wp--custom--general-type--h-3--line-height: 28px;--wp--custom--general-type--h-3--font-size: 20px;--wp--custom--general-type--h-3--letter-spacing: 0em;--wp--custom--general-type--h-3--paragraph-spacing: 0px;--wp--custom--general-type--h-3--paragraph-indent: 0px;--wp--custom--general-type--h-3--text-decoration: none;--wp--custom--general-type--h-3--text-transform: none;--wp--custom--general-type--subtitle--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--general-type--subtitle--font-weight: 400;--wp--custom--general-type--subtitle--line-height: 24px;--wp--custom--general-type--subtitle--font-size: 16px;--wp--custom--general-type--subtitle--letter-spacing: 0em;--wp--custom--general-type--subtitle--paragraph-spacing: 0px;--wp--custom--general-type--subtitle--paragraph-indent: 0px;--wp--custom--general-type--subtitle--text-decoration: none;--wp--custom--general-type--subtitle--text-transform: none;--wp--custom--general-type--body--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--general-type--body--font-weight: 400;--wp--custom--general-type--body--line-height: 32px;--wp--custom--general-type--body--font-size: 18px;--wp--custom--general-type--body--letter-spacing: 0em;--wp--custom--general-type--body--paragraph-spacing: 0px;--wp--custom--general-type--body--paragraph-indent: 0px;--wp--custom--general-type--body--text-decoration: none;--wp--custom--general-type--body--text-transform: none;--wp--custom--general-type--body-bold--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--general-type--body-bold--font-weight: 700;--wp--custom--general-type--body-bold--line-height: 32px;--wp--custom--general-type--body-bold--font-size: 18px;--wp--custom--general-type--body-bold--letter-spacing: 0em;--wp--custom--general-type--body-bold--paragraph-spacing: 0px;--wp--custom--general-type--body-bold--paragraph-indent: 0px;--wp--custom--general-type--body-bold--text-decoration: none;--wp--custom--general-type--body-bold--text-transform: none;--wp--custom--general-type--caption--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--general-type--caption--font-weight: 400;--wp--custom--general-type--caption--line-height: 16px;--wp--custom--general-type--caption--font-size: 12px;--wp--custom--general-type--caption--letter-spacing: 0em;--wp--custom--general-type--caption--paragraph-spacing: 0px;--wp--custom--general-type--caption--paragraph-indent: 0px;--wp--custom--general-type--caption--text-decoration: none;--wp--custom--general-type--caption--text-transform: none;--wp--custom--general-type--date--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--general-type--date--font-weight: 400;--wp--custom--general-type--date--line-height: 22px;--wp--custom--general-type--date--font-size: 14px;--wp--custom--general-type--date--letter-spacing: 0em;--wp--custom--general-type--date--paragraph-spacing: 0px;--wp--custom--general-type--date--paragraph-indent: 0px;--wp--custom--general-type--date--text-decoration: none;--wp--custom--general-type--date--text-transform: uppercase;--wp--custom--general-type--disclaimer--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--general-type--disclaimer--font-weight: 400;--wp--custom--general-type--disclaimer--line-height: 18px;--wp--custom--general-type--disclaimer--font-size: 12px;--wp--custom--general-type--disclaimer--letter-spacing: 0em;--wp--custom--general-type--disclaimer--paragraph-spacing: 0px;--wp--custom--general-type--disclaimer--paragraph-indent: 0px;--wp--custom--general-type--disclaimer--text-decoration: none;--wp--custom--general-type--disclaimer--text-transform: none;--wp--custom--ad-blocker--container-spacing--padding-left: 360;--wp--custom--ad-blocker--container-spacing--padding-right: 360;--wp--custom--ad-blocker--container-spacing--padding-top: 315;--wp--custom--ad-blocker--container-spacing--padding-bottom: 315;--wp--custom--ad-wrapper--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--ad-wrapper--type--font-size: 12px;--wp--custom--ad-wrapper--type--font-weight: 600;--wp--custom--ad-wrapper--type--letter-spacing: 0.07em;--wp--custom--ad-wrapper--type--line-height: 18px;--wp--custom--ad-wrapper--type--paragraph-indent: 0px;--wp--custom--ad-wrapper--type--paragraph-spacing: 0px;--wp--custom--ad-wrapper--type--text-transform: uppercase;--wp--custom--ad-wrapper--type--text-decoration: none;--wp--custom--ad-wrapper--container-spacing--desktop--padding-right: 0;--wp--custom--ad-wrapper--container-spacing--desktop--padding-left: 0;--wp--custom--ad-wrapper--container-spacing--desktop--item-spacing: 16;--wp--custom--ad-wrapper--container-spacing--desktop--padding-top: 16;--wp--custom--ad-wrapper--container-spacing--desktop--padding-bottom: 16;--wp--custom--ad-wrapper--container-spacing--mobile--padding-top: 16;--wp--custom--ad-wrapper--container-spacing--mobile--padding-bottom: 16;--wp--custom--ad-wrapper--container-spacing--mobile--item-spacing: 16;--wp--custom--ad-wrapper--container-spacing--mobile--padding-left: 0;--wp--custom--ad-wrapper--container-spacing--mobile--padding-right: 0;--wp--custom--article-tile--container-border-radius--desktop: 0px;--wp--custom--article-tile--container-border-radius--mobile: 0px;--wp--custom--article-tile--title-type--desktop--sm--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--desktop--sm--font-size: 18px;--wp--custom--article-tile--title-type--desktop--sm--font-weight: 700;--wp--custom--article-tile--title-type--desktop--sm--letter-spacing: 0em;--wp--custom--article-tile--title-type--desktop--sm--line-height: 24px;--wp--custom--article-tile--title-type--desktop--sm--paragraph-indent: 0px;--wp--custom--article-tile--title-type--desktop--sm--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--desktop--sm--text-transform: none;--wp--custom--article-tile--title-type--desktop--sm--text-decoration: none;--wp--custom--article-tile--title-type--desktop--md--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--desktop--md--font-size: 20px;--wp--custom--article-tile--title-type--desktop--md--font-weight: 700;--wp--custom--article-tile--title-type--desktop--md--letter-spacing: 0em;--wp--custom--article-tile--title-type--desktop--md--line-height: 24px;--wp--custom--article-tile--title-type--desktop--md--paragraph-indent: 0px;--wp--custom--article-tile--title-type--desktop--md--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--desktop--md--text-transform: none;--wp--custom--article-tile--title-type--desktop--md--text-decoration: none;--wp--custom--article-tile--title-type--desktop--lg--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--desktop--lg--font-size: 33px;--wp--custom--article-tile--title-type--desktop--lg--font-weight: 700;--wp--custom--article-tile--title-type--desktop--lg--letter-spacing: 0em;--wp--custom--article-tile--title-type--desktop--lg--line-height: 41px;--wp--custom--article-tile--title-type--desktop--lg--paragraph-indent: 0px;--wp--custom--article-tile--title-type--desktop--lg--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--desktop--lg--text-transform: none;--wp--custom--article-tile--title-type--desktop--lg--text-decoration: none;--wp--custom--article-tile--title-type--mobile--sm--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--mobile--sm--font-size: 18px;--wp--custom--article-tile--title-type--mobile--sm--font-weight: 700;--wp--custom--article-tile--title-type--mobile--sm--letter-spacing: 0em;--wp--custom--article-tile--title-type--mobile--sm--line-height: 24px;--wp--custom--article-tile--title-type--mobile--sm--paragraph-indent: 0px;--wp--custom--article-tile--title-type--mobile--sm--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--mobile--sm--text-transform: none;--wp--custom--article-tile--title-type--mobile--sm--text-decoration: none;--wp--custom--article-tile--title-type--mobile--md--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--mobile--md--font-size: 23px;--wp--custom--article-tile--title-type--mobile--md--font-weight: 700;--wp--custom--article-tile--title-type--mobile--md--letter-spacing: 0em;--wp--custom--article-tile--title-type--mobile--md--line-height: 29px;--wp--custom--article-tile--title-type--mobile--md--paragraph-indent: 0px;--wp--custom--article-tile--title-type--mobile--md--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--mobile--md--text-transform: none;--wp--custom--article-tile--title-type--mobile--md--text-decoration: none;--wp--custom--article-tile--title-type--mobile--lg--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-tile--title-type--mobile--lg--font-size: 29px;--wp--custom--article-tile--title-type--mobile--lg--font-weight: 700;--wp--custom--article-tile--title-type--mobile--lg--letter-spacing: 0em;--wp--custom--article-tile--title-type--mobile--lg--line-height: 35px;--wp--custom--article-tile--title-type--mobile--lg--paragraph-indent: 0px;--wp--custom--article-tile--title-type--mobile--lg--paragraph-spacing: 0px;--wp--custom--article-tile--title-type--mobile--lg--text-transform: none;--wp--custom--article-tile--title-type--mobile--lg--text-decoration: none;--wp--custom--article-tile--subtitle-type--desktop--sm--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--desktop--sm--font-size: 14px;--wp--custom--article-tile--subtitle-type--desktop--sm--font-weight: 400;--wp--custom--article-tile--subtitle-type--desktop--sm--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--desktop--sm--line-height: 22px;--wp--custom--article-tile--subtitle-type--desktop--sm--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--desktop--sm--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--desktop--sm--text-transform: none;--wp--custom--article-tile--subtitle-type--desktop--sm--text-decoration: none;--wp--custom--article-tile--subtitle-type--desktop--md--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--desktop--md--font-size: 16px;--wp--custom--article-tile--subtitle-type--desktop--md--font-weight: 400;--wp--custom--article-tile--subtitle-type--desktop--md--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--desktop--md--line-height: 24px;--wp--custom--article-tile--subtitle-type--desktop--md--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--desktop--md--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--desktop--md--text-transform: none;--wp--custom--article-tile--subtitle-type--desktop--md--text-decoration: none;--wp--custom--article-tile--subtitle-type--desktop--lg--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--desktop--lg--font-size: 16px;--wp--custom--article-tile--subtitle-type--desktop--lg--font-weight: 400;--wp--custom--article-tile--subtitle-type--desktop--lg--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--desktop--lg--line-height: 24px;--wp--custom--article-tile--subtitle-type--desktop--lg--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--desktop--lg--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--desktop--lg--text-transform: none;--wp--custom--article-tile--subtitle-type--desktop--lg--text-decoration: none;--wp--custom--article-tile--subtitle-type--mobile--sm--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--mobile--sm--font-size: 14px;--wp--custom--article-tile--subtitle-type--mobile--sm--font-weight: 400;--wp--custom--article-tile--subtitle-type--mobile--sm--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--mobile--sm--line-height: 22px;--wp--custom--article-tile--subtitle-type--mobile--sm--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--mobile--sm--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--mobile--sm--text-transform: none;--wp--custom--article-tile--subtitle-type--mobile--sm--text-decoration: none;--wp--custom--article-tile--subtitle-type--mobile--md--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--mobile--md--font-size: 16px;--wp--custom--article-tile--subtitle-type--mobile--md--font-weight: 400;--wp--custom--article-tile--subtitle-type--mobile--md--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--mobile--md--line-height: 24px;--wp--custom--article-tile--subtitle-type--mobile--md--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--mobile--md--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--mobile--md--text-transform: none;--wp--custom--article-tile--subtitle-type--mobile--md--text-decoration: none;--wp--custom--article-tile--subtitle-type--mobile--lg--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-tile--subtitle-type--mobile--lg--font-size: 16px;--wp--custom--article-tile--subtitle-type--mobile--lg--font-weight: 400;--wp--custom--article-tile--subtitle-type--mobile--lg--letter-spacing: 0em;--wp--custom--article-tile--subtitle-type--mobile--lg--line-height: 24px;--wp--custom--article-tile--subtitle-type--mobile--lg--paragraph-indent: 0px;--wp--custom--article-tile--subtitle-type--mobile--lg--paragraph-spacing: 0px;--wp--custom--article-tile--subtitle-type--mobile--lg--text-transform: none;--wp--custom--article-tile--subtitle-type--mobile--lg--text-decoration: none;--wp--custom--article-tile--main-container-no-bg-spacing--mobile--padding-top: 0;--wp--custom--article-tile--main-container-no-bg-spacing--mobile--padding-bottom: 0;--wp--custom--article-tile--main-container-no-bg-spacing--mobile--padding-right: 0;--wp--custom--article-tile--main-container-no-bg-spacing--mobile--padding-left: 0;--wp--custom--article-tile--main-container-no-bg-spacing--mobile--item-spacing: 12;--wp--custom--article-tile--main-container-no-bg-spacing--desktop--padding-top: 0;--wp--custom--article-tile--main-container-no-bg-spacing--desktop--padding-bottom: 0;--wp--custom--article-tile--main-container-no-bg-spacing--desktop--padding-right: 0;--wp--custom--article-tile--main-container-no-bg-spacing--desktop--padding-left: 0;--wp--custom--article-tile--main-container-no-bg-spacing--desktop--item-spacing: 16;--wp--custom--article-tile--main-container-full-bg-spacing--mobile--padding-top: 12;--wp--custom--article-tile--main-container-full-bg-spacing--mobile--padding-bottom: 12;--wp--custom--article-tile--main-container-full-bg-spacing--mobile--padding-right: 12;--wp--custom--article-tile--main-container-full-bg-spacing--mobile--padding-left: 12;--wp--custom--article-tile--main-container-full-bg-spacing--mobile--item-spacing: 12;--wp--custom--article-tile--main-container-full-bg-spacing--desktop--padding-top: 12;--wp--custom--article-tile--main-container-full-bg-spacing--desktop--padding-bottom: 12;--wp--custom--article-tile--main-container-full-bg-spacing--desktop--padding-right: 12;--wp--custom--article-tile--main-container-full-bg-spacing--desktop--padding-left: 12;--wp--custom--article-tile--main-container-full-bg-spacing--desktop--item-spacing: 16;--wp--custom--article-tile--content-container-spacing--mobile--padding-top: 0;--wp--custom--article-tile--content-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-tile--content-container-spacing--mobile--padding-right: 0;--wp--custom--article-tile--content-container-spacing--mobile--padding-left: 0;--wp--custom--article-tile--content-container-spacing--mobile--item-spacing: 4;--wp--custom--article-tile--content-container-spacing--desktop--padding-top: 0;--wp--custom--article-tile--content-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-tile--content-container-spacing--desktop--padding-right: 0;--wp--custom--article-tile--content-container-spacing--desktop--padding-left: 0;--wp--custom--article-tile--content-container-spacing--desktop--item-spacing: 8;--wp--custom--article-tile--content-container-partial-bg-spacing--mobile--padding-top: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--mobile--padding-bottom: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--mobile--padding-right: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--mobile--padding-left: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--mobile--item-spacing: 4;--wp--custom--article-tile--content-container-partial-bg-spacing--desktop--padding-top: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--desktop--padding-bottom: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--desktop--padding-right: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--desktop--padding-left: 16;--wp--custom--article-tile--content-container-partial-bg-spacing--desktop--item-spacing: 8;--wp--custom--article-tile--title-container-spacing--desktop--item-spacing: 4;--wp--custom--article-tile--title-container-spacing--desktop--padding-top: 0;--wp--custom--article-tile--title-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-tile--title-container-spacing--desktop--padding-left: 0;--wp--custom--article-tile--title-container-spacing--desktop--padding-right: 0;--wp--custom--article-tile--title-container-spacing--mobile--item-spacing: 4;--wp--custom--article-tile--title-container-spacing--mobile--padding-top: 0;--wp--custom--article-tile--title-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-tile--title-container-spacing--mobile--padding-left: 0;--wp--custom--article-tile--title-container-spacing--mobile--padding-right: 0;--wp--custom--article-tile--image-size--sm--width: 100;--wp--custom--author-bio--title-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--author-bio--title-type--font-size: 26px;--wp--custom--author-bio--title-type--font-weight: 700;--wp--custom--author-bio--title-type--letter-spacing: 0em;--wp--custom--author-bio--title-type--line-height: 38px;--wp--custom--author-bio--title-type--paragraph-indent: 0px;--wp--custom--author-bio--title-type--paragraph-spacing: 0px;--wp--custom--author-bio--title-type--text-transform: none;--wp--custom--author-bio--title-type--text-decoration: none;--wp--custom--author-bio--body-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--author-bio--body-type--font-size: 18px;--wp--custom--author-bio--body-type--font-weight: 400;--wp--custom--author-bio--body-type--letter-spacing: 0em;--wp--custom--author-bio--body-type--line-height: 26px;--wp--custom--author-bio--body-type--paragraph-indent: 0px;--wp--custom--author-bio--body-type--paragraph-spacing: 0px;--wp--custom--author-bio--body-type--text-transform: none;--wp--custom--author-bio--body-type--text-decoration: none;--wp--custom--author-bio--image--desktop--width: 184;--wp--custom--author-bio--image--desktop--height: 184;--wp--custom--author-bio--image--desktop--border-radius: 0;--wp--custom--author-bio--image--mobile--width: 184;--wp--custom--author-bio--image--mobile--height: 184;--wp--custom--author-bio--image--mobile--border-radius: 0;--wp--custom--author-bio--about-us-image--desktop--width: 112;--wp--custom--author-bio--about-us-image--desktop--height: 112;--wp--custom--author-bio--about-us-image--desktop--border-radius: 0;--wp--custom--author-bio--about-us-image--mobile--width: 112;--wp--custom--author-bio--about-us-image--mobile--height: 112;--wp--custom--author-bio--about-us-image--mobile--border-radius: 0;--wp--custom--author-bio--about-us-container--desktop--border-radius: 0;--wp--custom--author-bio--about-us-container--desktop--item-spacing: 16;--wp--custom--author-bio--about-us-container--desktop--padding-top: 16;--wp--custom--author-bio--about-us-container--desktop--padding-bottom: 16;--wp--custom--author-bio--about-us-container--desktop--padding-left: 16;--wp--custom--author-bio--about-us-container--desktop--padding-right: 16;--wp--custom--author-bio--about-us-container--desktop--min-width: 286;--wp--custom--author-bio--about-us-container--desktop--max-width: 364;--wp--custom--author-bio--about-us-container--mobile--border-radius: 0;--wp--custom--author-bio--about-us-container--mobile--item-spacing: 16;--wp--custom--author-bio--about-us-container--mobile--padding-top: 12;--wp--custom--author-bio--about-us-container--mobile--padding-bottom: 12;--wp--custom--author-bio--about-us-container--mobile--padding-left: 12;--wp--custom--author-bio--about-us-container--mobile--padding-right: 12;--wp--custom--author-bio--about-us-container--mobile--min-width: 328;--wp--custom--author-bio--about-us-container--mobile--max-width: 472;--wp--custom--banners--body-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--banners--body-type--desktop--font-size: 18px;--wp--custom--banners--body-type--desktop--font-weight: 400;--wp--custom--banners--body-type--desktop--letter-spacing: 0em;--wp--custom--banners--body-type--desktop--line-height: 26px;--wp--custom--banners--body-type--desktop--paragraph-indent: 0px;--wp--custom--banners--body-type--desktop--paragraph-spacing: 0px;--wp--custom--banners--body-type--desktop--text-transform: none;--wp--custom--banners--body-type--desktop--text-decoration: none;--wp--custom--banners--body-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--banners--body-type--mobile--font-size: 16px;--wp--custom--banners--body-type--mobile--font-weight: 400;--wp--custom--banners--body-type--mobile--letter-spacing: 0em;--wp--custom--banners--body-type--mobile--line-height: 24px;--wp--custom--banners--body-type--mobile--paragraph-indent: 0px;--wp--custom--banners--body-type--mobile--paragraph-spacing: 0px;--wp--custom--banners--body-type--mobile--text-transform: none;--wp--custom--banners--body-type--mobile--text-decoration: none;--wp--custom--banners--title-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--banners--title-type--desktop--font-size: 23px;--wp--custom--banners--title-type--desktop--font-weight: 800;--wp--custom--banners--title-type--desktop--letter-spacing: 0em;--wp--custom--banners--title-type--desktop--line-height: 33px;--wp--custom--banners--title-type--desktop--paragraph-indent: 0px;--wp--custom--banners--title-type--desktop--paragraph-spacing: 0px;--wp--custom--banners--title-type--desktop--text-transform: none;--wp--custom--banners--title-type--desktop--text-decoration: none;--wp--custom--banners--title-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--banners--title-type--mobile--font-size: 23px;--wp--custom--banners--title-type--mobile--font-weight: 800;--wp--custom--banners--title-type--mobile--letter-spacing: 0em;--wp--custom--banners--title-type--mobile--line-height: 33px;--wp--custom--banners--title-type--mobile--paragraph-indent: 0px;--wp--custom--banners--title-type--mobile--paragraph-spacing: 0px;--wp--custom--banners--title-type--mobile--text-transform: none;--wp--custom--banners--title-type--mobile--text-decoration: none;--wp--custom--banners--container--mobile--padding-top: 0;--wp--custom--banners--container--mobile--padding-right: 0;--wp--custom--banners--container--mobile--padding-bottom: 0;--wp--custom--banners--container--mobile--padding-left: 0;--wp--custom--banners--container--mobile--item-spacing: 16;--wp--custom--banners--container--mobile--border-radius-top-left: 0;--wp--custom--banners--container--mobile--border-radius-top-right: 0;--wp--custom--banners--container--mobile--border-radius-bottom-right: 0;--wp--custom--banners--container--mobile--border-radius-bottom-left: 0;--wp--custom--banners--container--desktop--padding-top: 0;--wp--custom--banners--container--desktop--padding-right: 0;--wp--custom--banners--container--desktop--padding-bottom: 0;--wp--custom--banners--container--desktop--padding-left: 0;--wp--custom--banners--container--desktop--item-spacing: 24;--wp--custom--banners--container--desktop--border-radius-top-left: 0;--wp--custom--banners--container--desktop--border-radius-top-right: 0;--wp--custom--banners--container--desktop--border-radius-bottom-right: 0;--wp--custom--banners--container--desktop--border-radius-bottom-left: 0;--wp--custom--bottom-nav--tagline-type--desktop--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--bottom-nav--tagline-type--desktop--font-size: 18px;--wp--custom--bottom-nav--tagline-type--desktop--font-weight: 400;--wp--custom--bottom-nav--tagline-type--desktop--letter-spacing: -0.03em;--wp--custom--bottom-nav--tagline-type--desktop--line-height: 26px;--wp--custom--bottom-nav--tagline-type--desktop--paragraph-indent: 0px;--wp--custom--bottom-nav--tagline-type--desktop--paragraph-spacing: 0px;--wp--custom--bottom-nav--tagline-type--desktop--text-transform: uppercase;--wp--custom--bottom-nav--tagline-type--desktop--text-decoration: none;--wp--custom--bottom-nav--tagline-type--mobile--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--bottom-nav--tagline-type--mobile--font-size: 14px;--wp--custom--bottom-nav--tagline-type--mobile--font-weight: 400;--wp--custom--bottom-nav--tagline-type--mobile--letter-spacing: -0.03em;--wp--custom--bottom-nav--tagline-type--mobile--line-height: 20px;--wp--custom--bottom-nav--tagline-type--mobile--paragraph-indent: 0px;--wp--custom--bottom-nav--tagline-type--mobile--paragraph-spacing: 0px;--wp--custom--bottom-nav--tagline-type--mobile--text-transform: uppercase;--wp--custom--bottom-nav--tagline-type--mobile--text-decoration: none;--wp--custom--bottom-nav--container--desktop--border-radius-top-left: 0;--wp--custom--bottom-nav--container--desktop--border-radius-top-right: 0;--wp--custom--bottom-nav--container--desktop--padding-top: 16;--wp--custom--bottom-nav--container--desktop--padding-bottom: 16;--wp--custom--bottom-nav--container--desktop--padding-left: 0;--wp--custom--bottom-nav--container--desktop--padding-right: 0;--wp--custom--bottom-nav--container--desktop--item-spacing: 24;--wp--custom--bottom-nav--container--desktop--min-width: 1200;--wp--custom--bottom-nav--container--desktop--max-width: 1200;--wp--custom--bottom-nav--container--laptop--border-radius-top-left: 0;--wp--custom--bottom-nav--container--laptop--border-radius-top-right: 0;--wp--custom--bottom-nav--container--laptop--padding-top: 16;--wp--custom--bottom-nav--container--laptop--padding-bottom: 16;--wp--custom--bottom-nav--container--laptop--padding-left: 24;--wp--custom--bottom-nav--container--laptop--padding-right: 24;--wp--custom--bottom-nav--container--laptop--item-spacing: 24;--wp--custom--bottom-nav--container--laptop--min-width: 944;--wp--custom--bottom-nav--container--laptop--max-width: 1200;--wp--custom--bottom-nav--container--mobile--border-radius-top-left: 0;--wp--custom--bottom-nav--container--mobile--border-radius-top-right: 0;--wp--custom--bottom-nav--container--mobile--padding-top: 24;--wp--custom--bottom-nav--container--mobile--padding-bottom: 24;--wp--custom--bottom-nav--container--mobile--padding-left: 16;--wp--custom--bottom-nav--container--mobile--padding-right: 16;--wp--custom--bottom-nav--container--mobile--item-spacing: 24;--wp--custom--bottom-nav--logo-size--desktop--height: 48;--wp--custom--bottom-nav--logo-size--desktop--width: 150;--wp--custom--bottom-nav--logo-size--desktop--padding-top: 0;--wp--custom--bottom-nav--logo-size--desktop--padding-bottom: 0;--wp--custom--bottom-nav--logo-size--desktop--padding-left: 0;--wp--custom--bottom-nav--logo-size--desktop--padding-right: 0;--wp--custom--bottom-nav--logo-size--mobile--height: 56;--wp--custom--bottom-nav--logo-size--mobile--width: 175;--wp--custom--bottom-nav--logo-size--mobile--padding-top: 0;--wp--custom--bottom-nav--logo-size--mobile--padding-bottom: 0;--wp--custom--bottom-nav--logo-size--mobile--padding-left: 0;--wp--custom--bottom-nav--logo-size--mobile--padding-right: 0;--wp--custom--bottom-nav--logo-size--gamurs--height: 24;--wp--custom--bottom-nav--logo-size--gamurs--width: 123;--wp--custom--bottom-nav--logo-size--gamurs--padding-top: 0;--wp--custom--bottom-nav--logo-size--gamurs--padding-bottom: 0;--wp--custom--bottom-nav--logo-size--gamurs--padding-left: 0;--wp--custom--bottom-nav--logo-size--gamurs--padding-right: 0;--wp--custom--bottom-nav--column--desktop: 2;--wp--custom--bottom-nav--column--mobile: 2;--wp--custom--side-nav--container--desktop--border-radius: 8;--wp--custom--side-nav--container--desktop--padding-top: 16;--wp--custom--side-nav--container--desktop--padding-bottom: 16;--wp--custom--side-nav--container--desktop--padding-left: 16;--wp--custom--side-nav--container--desktop--padding-right: 16;--wp--custom--side-nav--container--desktop--item-spacing: 4;--wp--custom--side-nav--container--mobile--border-radius: 8;--wp--custom--side-nav--container--mobile--padding-top: 16;--wp--custom--side-nav--container--mobile--padding-bottom: 16;--wp--custom--side-nav--container--mobile--padding-left: 16;--wp--custom--side-nav--container--mobile--padding-right: 16;--wp--custom--side-nav--container--mobile--item-spacing: 8;--wp--custom--side-nav--title-container-spacing--desktop--padding-top: 0;--wp--custom--side-nav--title-container-spacing--desktop--padding-right: 0;--wp--custom--side-nav--title-container-spacing--desktop--padding-bottom: 12;--wp--custom--side-nav--title-container-spacing--desktop--padding-left: 0;--wp--custom--side-nav--title-container-spacing--mobile--padding-top: 0;--wp--custom--side-nav--title-container-spacing--mobile--padding-right: 0;--wp--custom--side-nav--title-container-spacing--mobile--padding-bottom: 12;--wp--custom--side-nav--title-container-spacing--mobile--padding-left: 0;--wp--custom--side-nav--subtitle-container-spacing--desktop--padding-top: 6;--wp--custom--side-nav--subtitle-container-spacing--desktop--padding-right: 0;--wp--custom--side-nav--subtitle-container-spacing--desktop--padding-bottom: 12;--wp--custom--side-nav--subtitle-container-spacing--desktop--padding-left: 0;--wp--custom--side-nav--subtitle-container-spacing--mobile--padding-top: 6;--wp--custom--side-nav--subtitle-container-spacing--mobile--padding-right: 0;--wp--custom--side-nav--subtitle-container-spacing--mobile--padding-bottom: 12;--wp--custom--side-nav--subtitle-container-spacing--mobile--padding-left: 0;--wp--custom--button--primary--icon-style-container--border-radius: 24;--wp--custom--button--primary--icon-style-container--item-spacing: 0;--wp--custom--button--primary--icon-style-container--padding-left: 8;--wp--custom--button--primary--icon-style-container--padding-right: 8;--wp--custom--button--primary--icon-style-container--padding-bottom: 8;--wp--custom--button--primary--icon-style-container--padding-top: 8;--wp--custom--button--primary--text-style-container--border-radius: 0;--wp--custom--button--primary--text-style-container--item-spacing: 8;--wp--custom--button--primary--text-style-container--padding-left: 16;--wp--custom--button--primary--text-style-container--padding-right: 16;--wp--custom--button--primary--text-style-container--padding-top: 8;--wp--custom--button--primary--text-style-container--padding-bottom: 8;--wp--custom--button--primary--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--button--primary--type--font-size: 18px;--wp--custom--button--primary--type--font-weight: 700;--wp--custom--button--primary--type--letter-spacing: 0em;--wp--custom--button--primary--type--line-height: 20px;--wp--custom--button--primary--type--paragraph-indent: 0px;--wp--custom--button--primary--type--paragraph-spacing: 0px;--wp--custom--button--primary--type--text-transform: uppercase;--wp--custom--button--primary--type--text-decoration: none;--wp--custom--button--secondary--text-style-container--border-radius: 0;--wp--custom--button--secondary--text-style-container--item-spacing: 8;--wp--custom--button--secondary--text-style-container--padding-left: 16;--wp--custom--button--secondary--text-style-container--padding-right: 16;--wp--custom--button--secondary--text-style-container--padding-top: 8;--wp--custom--button--secondary--text-style-container--padding-bottom: 8;--wp--custom--button--secondary--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--button--secondary--type--font-size: 18px;--wp--custom--button--secondary--type--font-weight: 700;--wp--custom--button--secondary--type--letter-spacing: 0em;--wp--custom--button--secondary--type--line-height: 20px;--wp--custom--button--secondary--type--paragraph-indent: 0px;--wp--custom--button--secondary--type--paragraph-spacing: 0px;--wp--custom--button--secondary--type--text-transform: uppercase;--wp--custom--button--secondary--type--text-decoration: none;--wp--custom--button--tertiary--icon-style-container--item-spacing: 0;--wp--custom--button--tertiary--icon-style-container--padding-top: 8;--wp--custom--button--tertiary--icon-style-container--padding-bottom: 8;--wp--custom--button--tertiary--icon-style-container--padding-right: 8;--wp--custom--button--tertiary--icon-style-container--padding-left: 8;--wp--custom--button--tertiary--text-style-container--item-spacing: 8;--wp--custom--button--tertiary--text-style-container--padding-left: 0;--wp--custom--button--tertiary--text-style-container--padding-right: 0;--wp--custom--button--tertiary--text-style-container--padding-top: 8;--wp--custom--button--tertiary--text-style-container--padding-bottom: 8;--wp--custom--button--tertiary--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--button--tertiary--type--font-size: 18px;--wp--custom--button--tertiary--type--font-weight: 700;--wp--custom--button--tertiary--type--letter-spacing: 0em;--wp--custom--button--tertiary--type--line-height: 20px;--wp--custom--button--tertiary--type--paragraph-indent: 0px;--wp--custom--button--tertiary--type--paragraph-spacing: 0px;--wp--custom--button--tertiary--type--text-transform: uppercase;--wp--custom--button--tertiary--type--text-decoration: none;--wp--custom--carousel-indicators--dots--height: 12;--wp--custom--carousel-indicators--dots--width: 12;--wp--custom--carousel-indicators--dots--border-radius: 8;--wp--custom--carousel-indicators--dots--padding-top: 0;--wp--custom--carousel-indicators--dots--padding-bottom: 0;--wp--custom--carousel-indicators--dots--padding-left: 0;--wp--custom--carousel-indicators--dots--padding-right: 0;--wp--custom--carousel-indicators--inchworm--height: 12;--wp--custom--carousel-indicators--inchworm--width: 32;--wp--custom--carousel-indicators--inchworm--border-radius: 8;--wp--custom--carousel-indicators--inchworm--padding-top: 0;--wp--custom--carousel-indicators--inchworm--padding-bottom: 0;--wp--custom--carousel-indicators--inchworm--padding-left: 0;--wp--custom--carousel-indicators--inchworm--padding-right: 0;--wp--custom--chip--container-style-container--sm--border-radius: 0;--wp--custom--chip--container-style-container--sm--item-spacing: 0;--wp--custom--chip--container-style-container--sm--padding-left: 8;--wp--custom--chip--container-style-container--sm--padding-right: 8;--wp--custom--chip--container-style-container--sm--padding-top: 4;--wp--custom--chip--container-style-container--sm--padding-bottom: 4;--wp--custom--chip--container-style-container--lg--border-radius: 0;--wp--custom--chip--container-style-container--lg--item-spacing: 0;--wp--custom--chip--container-style-container--lg--padding-top: 8;--wp--custom--chip--container-style-container--lg--padding-bottom: 8;--wp--custom--chip--container-style-container--lg--padding-left: 12;--wp--custom--chip--container-style-container--lg--padding-right: 12;--wp--custom--chip--text-style-container--sm--item-spacing: 0;--wp--custom--chip--text-style-container--sm--padding-top: 0;--wp--custom--chip--text-style-container--sm--padding-bottom: 0;--wp--custom--chip--text-style-container--sm--padding-left: 0;--wp--custom--chip--text-style-container--sm--padding-right: 0;--wp--custom--chip--text-style-container--lg--item-spacing: 0;--wp--custom--chip--text-style-container--lg--padding-top: 0;--wp--custom--chip--text-style-container--lg--padding-bottom: 0;--wp--custom--chip--text-style-container--lg--padding-left: 0;--wp--custom--chip--text-style-container--lg--padding-right: 0;--wp--custom--chip--type--sm--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--chip--type--sm--font-size: 11px;--wp--custom--chip--type--sm--font-weight: 700;--wp--custom--chip--type--sm--letter-spacing: -0.03em;--wp--custom--chip--type--sm--line-height: 13px;--wp--custom--chip--type--sm--paragraph-indent: 0px;--wp--custom--chip--type--sm--paragraph-spacing: 0px;--wp--custom--chip--type--sm--text-transform: uppercase;--wp--custom--chip--type--sm--text-decoration: none;--wp--custom--chip--type--lg--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--chip--type--lg--font-size: 12px;--wp--custom--chip--type--lg--font-weight: 700;--wp--custom--chip--type--lg--letter-spacing: -0.03em;--wp--custom--chip--type--lg--line-height: 14px;--wp--custom--chip--type--lg--paragraph-indent: 0px;--wp--custom--chip--type--lg--paragraph-spacing: 0px;--wp--custom--chip--type--lg--text-transform: uppercase;--wp--custom--chip--type--lg--text-decoration: none;--wp--custom--chip--height--sm: 4px;--wp--custom--chip--height--lg: 4px;--wp--custom--comment-elements--body-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--comment-elements--body-type--font-size: 16px;--wp--custom--comment-elements--body-type--font-weight: 400;--wp--custom--comment-elements--body-type--letter-spacing: 0em;--wp--custom--comment-elements--body-type--line-height: 24px;--wp--custom--comment-elements--body-type--paragraph-indent: 0px;--wp--custom--comment-elements--body-type--paragraph-spacing: 0px;--wp--custom--comment-elements--body-type--text-transform: none;--wp--custom--comment-elements--body-type--text-decoration: none;--wp--custom--comment-elements--username-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--comment-elements--username-type--font-size: 16px;--wp--custom--comment-elements--username-type--font-weight: 700;--wp--custom--comment-elements--username-type--letter-spacing: 0em;--wp--custom--comment-elements--username-type--line-height: 24px;--wp--custom--comment-elements--username-type--paragraph-indent: 0px;--wp--custom--comment-elements--username-type--paragraph-spacing: 0px;--wp--custom--comment-elements--username-type--text-transform: none;--wp--custom--comment-elements--username-type--text-decoration: none;--wp--custom--comment-elements--badge-container--sizing: 6;--wp--custom--comment-elements--badge-container--border-radius: 8;--wp--custom--comment-section--drawer-style-container-spacing--item-spacing: 32;--wp--custom--comment-section--drawer-style-container-spacing--padding-top: 32;--wp--custom--comment-section--drawer-style-container-spacing--padding-bottom: 32;--wp--custom--comment-section--drawer-style-container-spacing--padding-left: 32;--wp--custom--comment-section--drawer-style-container-spacing--padding-right: 32;--wp--custom--copy--h-1-container-spacing--padding-bottom: 0;--wp--custom--copy--h-1-container-spacing--padding-left: 0;--wp--custom--copy--h-1-container-spacing--padding-right: 0;--wp--custom--copy--h-1-container-spacing--padding-top: 0;--wp--custom--copy--h-1-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-1-type--desktop--font-size: 37px;--wp--custom--copy--h-1-type--desktop--font-weight: 700;--wp--custom--copy--h-1-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-1-type--desktop--line-height: 49px;--wp--custom--copy--h-1-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-1-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-1-type--desktop--text-transform: none;--wp--custom--copy--h-1-type--desktop--text-decoration: none;--wp--custom--copy--h-1-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-1-type--mobile--font-size: 29px;--wp--custom--copy--h-1-type--mobile--font-weight: 700;--wp--custom--copy--h-1-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-1-type--mobile--line-height: 39px;--wp--custom--copy--h-1-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-1-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-1-type--mobile--text-transform: none;--wp--custom--copy--h-1-type--mobile--text-decoration: none;--wp--custom--copy--h-2-container-spacing--padding-bottom: 0;--wp--custom--copy--h-2-container-spacing--padding-left: 0;--wp--custom--copy--h-2-container-spacing--padding-right: 0;--wp--custom--copy--h-2-container-spacing--padding-top: 16;--wp--custom--copy--h-2-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-2-type--desktop--font-size: 33px;--wp--custom--copy--h-2-type--desktop--font-weight: 700;--wp--custom--copy--h-2-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-2-type--desktop--line-height: 47px;--wp--custom--copy--h-2-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-2-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-2-type--desktop--text-transform: none;--wp--custom--copy--h-2-type--desktop--text-decoration: none;--wp--custom--copy--h-2-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-2-type--mobile--font-size: 23px;--wp--custom--copy--h-2-type--mobile--font-weight: 700;--wp--custom--copy--h-2-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-2-type--mobile--line-height: 33px;--wp--custom--copy--h-2-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-2-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-2-type--mobile--text-transform: none;--wp--custom--copy--h-2-type--mobile--text-decoration: none;--wp--custom--copy--h-3-container-spacing--padding-bottom: 0;--wp--custom--copy--h-3-container-spacing--padding-left: 0;--wp--custom--copy--h-3-container-spacing--padding-right: 0;--wp--custom--copy--h-3-container-spacing--padding-top: 8;--wp--custom--copy--h-3-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-3-type--desktop--font-size: 29px;--wp--custom--copy--h-3-type--desktop--font-weight: 700;--wp--custom--copy--h-3-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-3-type--desktop--line-height: 41px;--wp--custom--copy--h-3-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-3-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-3-type--desktop--text-transform: none;--wp--custom--copy--h-3-type--desktop--text-decoration: none;--wp--custom--copy--h-3-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-3-type--mobile--font-size: 20px;--wp--custom--copy--h-3-type--mobile--font-weight: 800;--wp--custom--copy--h-3-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-3-type--mobile--line-height: 28px;--wp--custom--copy--h-3-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-3-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-3-type--mobile--text-transform: none;--wp--custom--copy--h-3-type--mobile--text-decoration: none;--wp--custom--copy--h-4-container-spacing--padding-bottom: 0;--wp--custom--copy--h-4-container-spacing--padding-left: 0;--wp--custom--copy--h-4-container-spacing--padding-right: 0;--wp--custom--copy--h-4-container-spacing--padding-top: 8;--wp--custom--copy--h-4-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-4-type--desktop--font-size: 26px;--wp--custom--copy--h-4-type--desktop--font-weight: 700;--wp--custom--copy--h-4-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-4-type--desktop--line-height: 38px;--wp--custom--copy--h-4-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-4-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-4-type--desktop--text-transform: none;--wp--custom--copy--h-4-type--desktop--text-decoration: none;--wp--custom--copy--h-4-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-4-type--mobile--font-size: 20px;--wp--custom--copy--h-4-type--mobile--font-weight: 700;--wp--custom--copy--h-4-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-4-type--mobile--line-height: 28px;--wp--custom--copy--h-4-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-4-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-4-type--mobile--text-transform: none;--wp--custom--copy--h-4-type--mobile--text-decoration: none;--wp--custom--copy--h-5-container-spacing--padding-bottom: 0;--wp--custom--copy--h-5-container-spacing--padding-left: 0;--wp--custom--copy--h-5-container-spacing--padding-right: 0;--wp--custom--copy--h-5-container-spacing--padding-top: 8;--wp--custom--copy--h-5-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-5-type--desktop--font-size: 23px;--wp--custom--copy--h-5-type--desktop--font-weight: 700;--wp--custom--copy--h-5-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-5-type--desktop--line-height: 33px;--wp--custom--copy--h-5-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-5-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-5-type--desktop--text-transform: none;--wp--custom--copy--h-5-type--desktop--text-decoration: none;--wp--custom--copy--h-5-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-5-type--mobile--font-size: 18px;--wp--custom--copy--h-5-type--mobile--font-weight: 800;--wp--custom--copy--h-5-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-5-type--mobile--line-height: 26px;--wp--custom--copy--h-5-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-5-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-5-type--mobile--text-transform: none;--wp--custom--copy--h-5-type--mobile--text-decoration: none;--wp--custom--copy--h-6-container-spacing--padding-bottom: 0;--wp--custom--copy--h-6-container-spacing--padding-left: 0;--wp--custom--copy--h-6-container-spacing--padding-right: 0;--wp--custom--copy--h-6-container-spacing--padding-top: 8;--wp--custom--copy--h-6-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-6-type--desktop--font-size: 20px;--wp--custom--copy--h-6-type--desktop--font-weight: 700;--wp--custom--copy--h-6-type--desktop--letter-spacing: 0em;--wp--custom--copy--h-6-type--desktop--line-height: 28px;--wp--custom--copy--h-6-type--desktop--paragraph-indent: 0px;--wp--custom--copy--h-6-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--h-6-type--desktop--text-transform: none;--wp--custom--copy--h-6-type--desktop--text-decoration: none;--wp--custom--copy--h-6-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--copy--h-6-type--mobile--font-size: 18px;--wp--custom--copy--h-6-type--mobile--font-weight: 700;--wp--custom--copy--h-6-type--mobile--letter-spacing: 0em;--wp--custom--copy--h-6-type--mobile--line-height: 26px;--wp--custom--copy--h-6-type--mobile--paragraph-indent: 0px;--wp--custom--copy--h-6-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--h-6-type--mobile--text-transform: none;--wp--custom--copy--h-6-type--mobile--text-decoration: none;--wp--custom--copy--subtitle-type--desktop--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--copy--subtitle-type--desktop--font-size: 18px;--wp--custom--copy--subtitle-type--desktop--font-weight: 400;--wp--custom--copy--subtitle-type--desktop--letter-spacing: 0em;--wp--custom--copy--subtitle-type--desktop--line-height: 26px;--wp--custom--copy--subtitle-type--desktop--paragraph-indent: 0px;--wp--custom--copy--subtitle-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--subtitle-type--desktop--text-transform: none;--wp--custom--copy--subtitle-type--desktop--text-decoration: none;--wp--custom--copy--subtitle-type--mobile--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--copy--subtitle-type--mobile--font-size: 16px;--wp--custom--copy--subtitle-type--mobile--font-weight: 400;--wp--custom--copy--subtitle-type--mobile--letter-spacing: 0em;--wp--custom--copy--subtitle-type--mobile--line-height: 24px;--wp--custom--copy--subtitle-type--mobile--paragraph-indent: 0px;--wp--custom--copy--subtitle-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--subtitle-type--mobile--text-transform: none;--wp--custom--copy--subtitle-type--mobile--text-decoration: none;--wp--custom--copy--body-container-spacing--padding-bottom: 0;--wp--custom--copy--body-container-spacing--padding-left: 0;--wp--custom--copy--body-container-spacing--padding-right: 0;--wp--custom--copy--body-container-spacing--padding-top: 0;--wp--custom--copy--body-type--desktop--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--copy--body-type--desktop--font-size: 18px;--wp--custom--copy--body-type--desktop--font-weight: 400;--wp--custom--copy--body-type--desktop--line-height: 32px;--wp--custom--copy--body-type--desktop--paragraph-indent: 0px;--wp--custom--copy--body-type--desktop--paragraph-spacing: 0px;--wp--custom--copy--body-type--desktop--text-transform: none;--wp--custom--copy--body-type--desktop--text-decoration: none;--wp--custom--copy--body-type--desktop--letter-spacing: 0em;--wp--custom--copy--body-type--mobile--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--copy--body-type--mobile--font-size: 18px;--wp--custom--copy--body-type--mobile--font-weight: 400;--wp--custom--copy--body-type--mobile--letter-spacing: 0em;--wp--custom--copy--body-type--mobile--line-height: 32px;--wp--custom--copy--body-type--mobile--paragraph-indent: 0px;--wp--custom--copy--body-type--mobile--paragraph-spacing: 0px;--wp--custom--copy--body-type--mobile--text-transform: none;--wp--custom--copy--body-type--mobile--text-decoration: none;--wp--custom--errors--title-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--errors--title-type--font-size: 60px;--wp--custom--errors--title-type--font-weight: 700;--wp--custom--errors--title-type--letter-spacing: 0em;--wp--custom--errors--title-type--line-height: 86px;--wp--custom--errors--title-type--paragraph-indent: 0px;--wp--custom--errors--title-type--paragraph-spacing: 0px;--wp--custom--errors--title-type--text-transform: none;--wp--custom--errors--title-type--text-decoration: none;--wp--custom--errors--body-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--errors--body-type--font-size: 18px;--wp--custom--errors--body-type--font-weight: 400;--wp--custom--errors--body-type--letter-spacing: 0em;--wp--custom--errors--body-type--line-height: 26px;--wp--custom--errors--body-type--paragraph-indent: 0px;--wp--custom--errors--body-type--paragraph-spacing: 0px;--wp--custom--errors--body-type--text-transform: none;--wp--custom--errors--body-type--text-decoration: none;--wp--custom--expanded-top-nav--container--desktop--border-radius-bottom-right: 0;--wp--custom--expanded-top-nav--container--desktop--border-radius-bottom-left: 0;--wp--custom--expanded-top-nav--container--desktop--item-spacing: 24;--wp--custom--expanded-top-nav--container--desktop--padding-top: 24;--wp--custom--expanded-top-nav--container--desktop--padding-bottom: 24;--wp--custom--expanded-top-nav--container--desktop--padding-left: 0;--wp--custom--expanded-top-nav--container--desktop--padding-right: 0;--wp--custom--expanded-top-nav--container--desktop--min-width: 1200;--wp--custom--expanded-top-nav--container--desktop--max-width: 1200;--wp--custom--expanded-top-nav--container--laptop--border-radius-bottom-right: 0;--wp--custom--expanded-top-nav--container--laptop--border-radius-bottom-left: 0;--wp--custom--expanded-top-nav--container--laptop--item-spacing: 24;--wp--custom--expanded-top-nav--container--laptop--padding-top: 24;--wp--custom--expanded-top-nav--container--laptop--padding-bottom: 24;--wp--custom--expanded-top-nav--container--laptop--padding-left: 24;--wp--custom--expanded-top-nav--container--laptop--padding-right: 24;--wp--custom--expanded-top-nav--container--laptop--min-width: 944;--wp--custom--expanded-top-nav--container--laptop--max-width: 1200;--wp--custom--expanded-top-nav--container--mobile--border-radius-bottom-right: 0;--wp--custom--expanded-top-nav--container--mobile--border-radius-bottom-left: 0;--wp--custom--expanded-top-nav--container--mobile--item-spacing: 24;--wp--custom--expanded-top-nav--container--mobile--padding-top: 16;--wp--custom--expanded-top-nav--container--mobile--padding-bottom: 16;--wp--custom--expanded-top-nav--container--mobile--padding-left: 16;--wp--custom--expanded-top-nav--container--mobile--padding-right: 16;--wp--custom--filter-tabs--button-style-container-spacing--sm--item-spacing: 8;--wp--custom--filter-tabs--button-style-container-spacing--sm--padding-top: 16;--wp--custom--filter-tabs--button-style-container-spacing--sm--padding-bottom: 16;--wp--custom--filter-tabs--button-style-container-spacing--sm--padding-left: 16;--wp--custom--filter-tabs--button-style-container-spacing--sm--padding-right: 16;--wp--custom--filter-tabs--button-style-container-spacing--lg--item-spacing: 8;--wp--custom--filter-tabs--button-style-container-spacing--lg--padding-top: 16;--wp--custom--filter-tabs--button-style-container-spacing--lg--padding-bottom: 16;--wp--custom--filter-tabs--button-style-container-spacing--lg--padding-left: 24;--wp--custom--filter-tabs--button-style-container-spacing--lg--padding-right: 24;--wp--custom--filter-tabs--dropdown-style-container-spacing--item-spacing: 8;--wp--custom--filter-tabs--dropdown-style-container-spacing--padding-top: 8;--wp--custom--filter-tabs--dropdown-style-container-spacing--padding-bottom: 8;--wp--custom--filter-tabs--dropdown-style-container-spacing--padding-left: 16;--wp--custom--filter-tabs--dropdown-style-container-spacing--padding-right: 16;--wp--custom--filter-tabs--type--sm--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--filter-tabs--type--sm--font-size: 12px;--wp--custom--filter-tabs--type--sm--font-weight: 600;--wp--custom--filter-tabs--type--sm--letter-spacing: 0em;--wp--custom--filter-tabs--type--sm--line-height: 18px;--wp--custom--filter-tabs--type--sm--paragraph-indent: 0px;--wp--custom--filter-tabs--type--sm--paragraph-spacing: 0px;--wp--custom--filter-tabs--type--sm--text-transform: uppercase;--wp--custom--filter-tabs--type--sm--text-decoration: none;--wp--custom--filter-tabs--type--lg--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--filter-tabs--type--lg--font-size: 16px;--wp--custom--filter-tabs--type--lg--font-weight: 700;--wp--custom--filter-tabs--type--lg--letter-spacing: 0em;--wp--custom--filter-tabs--type--lg--line-height: 24px;--wp--custom--filter-tabs--type--lg--paragraph-indent: 0px;--wp--custom--filter-tabs--type--lg--paragraph-spacing: 0px;--wp--custom--filter-tabs--type--lg--text-transform: uppercase;--wp--custom--filter-tabs--type--lg--text-decoration: none;--wp--custom--filter-tabs--image-style-container--sizing: 48;--wp--custom--filter-tabs--image-style-container--border-radius: 24;--wp--custom--avatar--image-container--desktop--sizing: 96;--wp--custom--avatar--image-container--desktop--border-radius: 72;--wp--custom--avatar--image-container--mobile--sizing: 96;--wp--custom--avatar--image-container--mobile--border-radius: 72;--wp--custom--avatar--image-container--mini--sizing: 32;--wp--custom--avatar--image-container--mini--border-radius: 24;--wp--custom--font-family--primary: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--font-family--secondary: 'Roboto', Helvetica, sans-serif;--wp--custom--font-family--tertiary: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--general-container--all-devices--border-radius: 0;--wp--custom--general-container--all-devices--item-spacing: 16;--wp--custom--general-container--all-devices--padding-top: 16;--wp--custom--general-container--all-devices--padding-bottom: 16;--wp--custom--general-container--all-devices--padding-left: 16;--wp--custom--general-container--all-devices--padding-right: 16;--wp--custom--general-container--desktop--border-radius: 0;--wp--custom--general-container--desktop--item-spacing: 24;--wp--custom--general-container--desktop--padding-top: 24;--wp--custom--general-container--desktop--padding-bottom: 24;--wp--custom--general-container--desktop--padding-left: 24;--wp--custom--general-container--desktop--padding-right: 24;--wp--custom--general-container--mobile--border-radius: 0;--wp--custom--general-container--mobile--item-spacing: 16;--wp--custom--general-container--mobile--padding-top: 16;--wp--custom--general-container--mobile--padding-bottom: 16;--wp--custom--general-container--mobile--padding-left: 16;--wp--custom--general-container--mobile--padding-right: 16;--wp--custom--image--with-background-container--desktop--border-radius: 0;--wp--custom--image--with-background-container--desktop--item-spacing: 16;--wp--custom--image--with-background-container--desktop--padding-top: 24;--wp--custom--image--with-background-container--desktop--padding-bottom: 12;--wp--custom--image--with-background-container--desktop--padding-left: 24;--wp--custom--image--with-background-container--desktop--padding-right: 24;--wp--custom--image--with-background-container--mobile--border-radius: 0;--wp--custom--image--with-background-container--mobile--item-spacing: 8;--wp--custom--image--with-background-container--mobile--padding-top: 16;--wp--custom--image--with-background-container--mobile--padding-bottom: 12;--wp--custom--image--with-background-container--mobile--padding-left: 16;--wp--custom--image--with-background-container--mobile--padding-right: 16;--wp--custom--image--border-radius--xs: 0px;--wp--custom--image--border-radius--sm: 0px;--wp--custom--image--border-radius--md: 0px;--wp--custom--image--border-radius--lg: 0px;--wp--custom--image--without-background-container--desktop--border-radius: 0;--wp--custom--image--without-background-container--desktop--item-spacing: 8;--wp--custom--image--without-background-container--desktop--padding-top: 0;--wp--custom--image--without-background-container--desktop--padding-bottom: 0;--wp--custom--image--without-background-container--desktop--padding-left: 0;--wp--custom--image--without-background-container--desktop--padding-right: 0;--wp--custom--image--without-background-container--mobile--border-radius: 0;--wp--custom--image--without-background-container--mobile--item-spacing: 8;--wp--custom--image--without-background-container--mobile--padding-top: 0;--wp--custom--image--without-background-container--mobile--padding-bottom: 0;--wp--custom--image--without-background-container--mobile--padding-left: 0;--wp--custom--image--without-background-container--mobile--padding-right: 0;--wp--custom--general-container-border-radius--xs: 0px;--wp--custom--general-container-border-radius--sm: 0px;--wp--custom--general-container-border-radius--md: 16px;--wp--custom--general-container-border-radius--lg: 24px;--wp--custom--icons--size--sm: 16px;--wp--custom--icons--size--md: 24px;--wp--custom--icons--size--lg: 32px;--wp--custom--icons--size--xl: 40px;--wp--custom--image-metadata--container-spacing--item-spacing: 16;--wp--custom--image-metadata--container-spacing--padding-top: 0;--wp--custom--image-metadata--container-spacing--padding-bottom: 0;--wp--custom--image-metadata--container-spacing--padding-left: 0;--wp--custom--image-metadata--container-spacing--padding-right: 0;--wp--custom--image-metadata--article-head-container-spacing--mobile--padding-left: 16;--wp--custom--image-metadata--article-head-container-spacing--mobile--padding-right: 16;--wp--custom--image-metadata--article-head-container-spacing--mobile--padding-top: 0;--wp--custom--image-metadata--article-head-container-spacing--mobile--padding-bottom: 0;--wp--custom--image-metadata--article-head-container-spacing--mobile--item-spacing: 0;--wp--custom--image-metadata--article-head-container-spacing--desktop--padding-left: 0;--wp--custom--image-metadata--article-head-container-spacing--desktop--padding-right: 0;--wp--custom--image-metadata--article-head-container-spacing--desktop--padding-top: 0;--wp--custom--image-metadata--article-head-container-spacing--desktop--padding-bottom: 0;--wp--custom--image-metadata--article-head-container-spacing--desktop--item-spacing: 0;--wp--custom--input--container-spacing--item-spacing: 4;--wp--custom--input--container-spacing--padding-top: 0;--wp--custom--input--container-spacing--padding-bottom: 0;--wp--custom--input--container-spacing--padding-left: 0;--wp--custom--input--container-spacing--padding-right: 0;--wp--custom--input--label-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--input--label-type--font-size: 14px;--wp--custom--input--label-type--font-weight: 500;--wp--custom--input--label-type--letter-spacing: 0em;--wp--custom--input--label-type--line-height: 20px;--wp--custom--input--label-type--paragraph-indent: 0px;--wp--custom--input--label-type--paragraph-spacing: 0px;--wp--custom--input--label-type--text-transform: none;--wp--custom--input--label-type--text-decoration: none;--wp--custom--input--text-field-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--input--text-field-type--font-size: 16px;--wp--custom--input--text-field-type--font-weight: 400;--wp--custom--input--text-field-type--letter-spacing: 0em;--wp--custom--input--text-field-type--line-height: 24px;--wp--custom--input--text-field-type--paragraph-indent: 0px;--wp--custom--input--text-field-type--paragraph-spacing: 0px;--wp--custom--input--text-field-type--text-transform: none;--wp--custom--input--text-field-type--text-decoration: none;--wp--custom--input--helper-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--input--helper-type--font-size: 14px;--wp--custom--input--helper-type--font-weight: 400;--wp--custom--input--helper-type--letter-spacing: 0em;--wp--custom--input--helper-type--line-height: 20px;--wp--custom--input--helper-type--paragraph-indent: 0px;--wp--custom--input--helper-type--paragraph-spacing: 0px;--wp--custom--input--helper-type--text-transform: none;--wp--custom--input--helper-type--text-decoration: none;--wp--custom--input--text-field-container--border-radius: 0;--wp--custom--input--text-field-container--item-spacing: 8;--wp--custom--input--text-field-container--padding-top: 8;--wp--custom--input--text-field-container--padding-bottom: 8;--wp--custom--input--text-field-container--padding-left: 8;--wp--custom--input--text-field-container--padding-right: 8;--wp--custom--login-cta--icon-style-true-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--login-cta--icon-style-true-type--font-size: 16px;--wp--custom--login-cta--icon-style-true-type--font-weight: 500;--wp--custom--login-cta--icon-style-true-type--letter-spacing: 0em;--wp--custom--login-cta--icon-style-true-type--line-height: 24px;--wp--custom--login-cta--icon-style-true-type--paragraph-indent: 0px;--wp--custom--login-cta--icon-style-true-type--paragraph-spacing: 0px;--wp--custom--login-cta--icon-style-true-type--text-transform: uppercase;--wp--custom--login-cta--icon-style-true-type--text-decoration: none;--wp--custom--login-cta--icon-style-true-container--border-radius: 24;--wp--custom--login-cta--icon-style-true-container--padding-top: 0;--wp--custom--login-cta--icon-style-true-container--padding-bottom: 0;--wp--custom--login-cta--icon-style-true-container--padding-left: 0;--wp--custom--login-cta--icon-style-true-container--padding-right: 0;--wp--custom--mode--toggle-style-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--mode--toggle-style-type--font-size: 14px;--wp--custom--mode--toggle-style-type--font-weight: 500;--wp--custom--mode--toggle-style-type--letter-spacing: 0em;--wp--custom--mode--toggle-style-type--line-height: 20px;--wp--custom--mode--toggle-style-type--paragraph-indent: 0px;--wp--custom--mode--toggle-style-type--paragraph-spacing: 0px;--wp--custom--mode--toggle-style-type--text-transform: none;--wp--custom--mode--toggle-style-type--text-decoration: none;--wp--custom--links-expandable--expanded-container-spacing--item-spacing: 0;--wp--custom--links-expandable--expanded-container-spacing--padding-bottom: 8;--wp--custom--links-expandable--expanded-container-spacing--padding-top: 0;--wp--custom--links-expandable--expanded-container-spacing--padding-right: 0;--wp--custom--links-expandable--expanded-container-spacing--padding-left: 0;--wp--custom--links-expandable--minimised-container-spacing--item-spacing: 16;--wp--custom--links-expandable--minimised-container-spacing--padding-top: 0;--wp--custom--links-expandable--minimised-container-spacing--padding-bottom: 0;--wp--custom--links-expandable--minimised-container-spacing--padding-left: 0;--wp--custom--links-expandable--minimised-container-spacing--padding-right: 0;--wp--custom--links--type--sm--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--links--type--sm--font-size: 16px;--wp--custom--links--type--sm--font-weight: 600;--wp--custom--links--type--sm--letter-spacing: 0em;--wp--custom--links--type--sm--line-height: 22px;--wp--custom--links--type--sm--paragraph-indent: 0px;--wp--custom--links--type--sm--paragraph-spacing: 0px;--wp--custom--links--type--sm--text-transform: capitalize;--wp--custom--links--type--sm--text-decoration: none;--wp--custom--links--type--md--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--links--type--md--font-size: 18px;--wp--custom--links--type--md--font-weight: 700;--wp--custom--links--type--md--letter-spacing: 0em;--wp--custom--links--type--md--line-height: 26px;--wp--custom--links--type--md--paragraph-indent: 0px;--wp--custom--links--type--md--paragraph-spacing: 0px;--wp--custom--links--type--md--text-transform: uppercase;--wp--custom--links--type--md--text-decoration: none;--wp--custom--links--type--lg--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--links--type--lg--font-size: 20px;--wp--custom--links--type--lg--font-weight: 700;--wp--custom--links--type--lg--letter-spacing: 0em;--wp--custom--links--type--lg--line-height: 36px;--wp--custom--links--type--lg--paragraph-indent: 0px;--wp--custom--links--type--lg--paragraph-spacing: 0px;--wp--custom--links--type--lg--text-transform: uppercase;--wp--custom--links--type--lg--text-decoration: none;--wp--custom--links--container--padding-top: 4;--wp--custom--links--container--padding-bottom: 4;--wp--custom--links--container--padding-left: 0;--wp--custom--links--container--padding-right: 0;--wp--custom--newsletter--title-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter--title-type--desktop--font-size: 26px;--wp--custom--newsletter--title-type--desktop--font-weight: 800;--wp--custom--newsletter--title-type--desktop--letter-spacing: 0em;--wp--custom--newsletter--title-type--desktop--line-height: 34px;--wp--custom--newsletter--title-type--desktop--paragraph-indent: 0px;--wp--custom--newsletter--title-type--desktop--paragraph-spacing: 0px;--wp--custom--newsletter--title-type--desktop--text-transform: none;--wp--custom--newsletter--title-type--desktop--text-decoration: none;--wp--custom--newsletter--title-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter--title-type--mobile--font-size: 23px;--wp--custom--newsletter--title-type--mobile--font-weight: 800;--wp--custom--newsletter--title-type--mobile--letter-spacing: 0em;--wp--custom--newsletter--title-type--mobile--line-height: 31px;--wp--custom--newsletter--title-type--mobile--paragraph-indent: 0px;--wp--custom--newsletter--title-type--mobile--paragraph-spacing: 0px;--wp--custom--newsletter--title-type--mobile--text-transform: none;--wp--custom--newsletter--title-type--mobile--text-decoration: none;--wp--custom--newsletter--body-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter--body-type--desktop--font-size: 18px;--wp--custom--newsletter--body-type--desktop--font-weight: 400;--wp--custom--newsletter--body-type--desktop--letter-spacing: 0em;--wp--custom--newsletter--body-type--desktop--line-height: 26px;--wp--custom--newsletter--body-type--desktop--paragraph-indent: 0px;--wp--custom--newsletter--body-type--desktop--paragraph-spacing: 0px;--wp--custom--newsletter--body-type--desktop--text-transform: none;--wp--custom--newsletter--body-type--desktop--text-decoration: none;--wp--custom--newsletter--body-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter--body-type--mobile--font-size: 16px;--wp--custom--newsletter--body-type--mobile--font-weight: 400;--wp--custom--newsletter--body-type--mobile--letter-spacing: 0em;--wp--custom--newsletter--body-type--mobile--line-height: 24px;--wp--custom--newsletter--body-type--mobile--paragraph-indent: 0px;--wp--custom--newsletter--body-type--mobile--paragraph-spacing: 0px;--wp--custom--newsletter--body-type--mobile--text-transform: none;--wp--custom--newsletter--body-type--mobile--text-decoration: none;--wp--custom--newsletter-confirmation--title-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter-confirmation--title-type--desktop--font-size: 23px;--wp--custom--newsletter-confirmation--title-type--desktop--font-weight: 400;--wp--custom--newsletter-confirmation--title-type--desktop--letter-spacing: 0em;--wp--custom--newsletter-confirmation--title-type--desktop--line-height: 33px;--wp--custom--newsletter-confirmation--title-type--desktop--paragraph-indent: 0px;--wp--custom--newsletter-confirmation--title-type--desktop--paragraph-spacing: 0px;--wp--custom--newsletter-confirmation--title-type--desktop--text-transform: none;--wp--custom--newsletter-confirmation--title-type--desktop--text-decoration: none;--wp--custom--newsletter-confirmation--title-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter-confirmation--title-type--mobile--font-size: 20px;--wp--custom--newsletter-confirmation--title-type--mobile--font-weight: 400;--wp--custom--newsletter-confirmation--title-type--mobile--letter-spacing: 0em;--wp--custom--newsletter-confirmation--title-type--mobile--line-height: 28px;--wp--custom--newsletter-confirmation--title-type--mobile--paragraph-indent: 0px;--wp--custom--newsletter-confirmation--title-type--mobile--paragraph-spacing: 0px;--wp--custom--newsletter-confirmation--title-type--mobile--text-transform: none;--wp--custom--newsletter-confirmation--title-type--mobile--text-decoration: none;--wp--custom--newsletter-confirmation--body-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter-confirmation--body-type--desktop--font-size: 18px;--wp--custom--newsletter-confirmation--body-type--desktop--font-weight: 400;--wp--custom--newsletter-confirmation--body-type--desktop--letter-spacing: 0em;--wp--custom--newsletter-confirmation--body-type--desktop--line-height: 26px;--wp--custom--newsletter-confirmation--body-type--desktop--paragraph-indent: 0px;--wp--custom--newsletter-confirmation--body-type--desktop--paragraph-spacing: 0px;--wp--custom--newsletter-confirmation--body-type--desktop--text-transform: none;--wp--custom--newsletter-confirmation--body-type--desktop--text-decoration: none;--wp--custom--newsletter-confirmation--body-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--newsletter-confirmation--body-type--mobile--font-size: 16px;--wp--custom--newsletter-confirmation--body-type--mobile--font-weight: 400;--wp--custom--newsletter-confirmation--body-type--mobile--letter-spacing: 0em;--wp--custom--newsletter-confirmation--body-type--mobile--line-height: 24px;--wp--custom--newsletter-confirmation--body-type--mobile--paragraph-indent: 0px;--wp--custom--newsletter-confirmation--body-type--mobile--paragraph-spacing: 0px;--wp--custom--newsletter-confirmation--body-type--mobile--text-transform: none;--wp--custom--newsletter-confirmation--body-type--mobile--text-decoration: none;--wp--custom--pagination-number--container--border-radius: 8;--wp--custom--pagination-number--container--item-spacing: 0;--wp--custom--pagination-number--container--padding-top: 8;--wp--custom--pagination-number--container--padding-bottom: 8;--wp--custom--pagination-number--container--padding-left: 16;--wp--custom--pagination-number--container--padding-right: 16;--wp--custom--pagination-number--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--pagination-number--type--font-size: 16px;--wp--custom--pagination-number--type--font-weight: 500;--wp--custom--pagination-number--type--letter-spacing: 0em;--wp--custom--pagination-number--type--line-height: 24px;--wp--custom--pagination-number--type--paragraph-indent: 0px;--wp--custom--pagination-number--type--paragraph-spacing: 0px;--wp--custom--pagination-number--type--text-transform: none;--wp--custom--pagination-number--type--text-decoration: none;--wp--custom--table--header-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--table--header-type--font-size: 14px;--wp--custom--table--header-type--font-weight: 700;--wp--custom--table--header-type--letter-spacing: 0em;--wp--custom--table--header-type--line-height: 20px;--wp--custom--table--header-type--paragraph-indent: 0px;--wp--custom--table--header-type--paragraph-spacing: 0px;--wp--custom--table--header-type--text-transform: none;--wp--custom--table--header-type--text-decoration: none;--wp--custom--table--cell-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--table--cell-type--font-size: 14px;--wp--custom--table--cell-type--font-weight: 400;--wp--custom--table--cell-type--letter-spacing: 0em;--wp--custom--table--cell-type--line-height: 20px;--wp--custom--table--cell-type--paragraph-indent: 0px;--wp--custom--table--cell-type--paragraph-spacing: 0px;--wp--custom--table--cell-type--text-transform: none;--wp--custom--table--cell-type--text-decoration: none;--wp--custom--table--container-spacing--padding-bottom: 24;--wp--custom--table--container-spacing--padding-right: 0;--wp--custom--table--container-spacing--padding-top: 24;--wp--custom--table--container-spacing--padding-left: 0;--wp--custom--table--container-spacing--item-spacing: 0;--wp--custom--table--cell-container-spacing--padding-bottom: 16;--wp--custom--table--cell-container-spacing--padding-left: 16;--wp--custom--table--cell-container-spacing--padding-right: 16;--wp--custom--table--cell-container-spacing--padding-top: 16;--wp--custom--table--cell-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--title-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--title-container-spacing--padding-left: 0;--wp--custom--table-of-contents--title-container-spacing--padding-right: 12;--wp--custom--table-of-contents--title-container-spacing--padding-top: 8;--wp--custom--table-of-contents--title-container-spacing--item-spacing: 8;--wp--custom--table-of-contents--level-1-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-1-container-spacing--padding-left: 16;--wp--custom--table-of-contents--level-1-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-1-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-1-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--level-2-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-2-container-spacing--padding-left: 32;--wp--custom--table-of-contents--level-2-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-2-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-2-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--level-3-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-3-container-spacing--padding-left: 48;--wp--custom--table-of-contents--level-3-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-3-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-3-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--level-4-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-4-container-spacing--padding-left: 64;--wp--custom--table-of-contents--level-4-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-4-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-4-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--level-5-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-5-container-spacing--padding-left: 80;--wp--custom--table-of-contents--level-5-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-5-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-5-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--level-6-container-spacing--padding-bottom: 8;--wp--custom--table-of-contents--level-6-container-spacing--padding-left: 96;--wp--custom--table-of-contents--level-6-container-spacing--padding-right: 16;--wp--custom--table-of-contents--level-6-container-spacing--padding-top: 8;--wp--custom--table-of-contents--level-6-container-spacing--item-spacing: 0;--wp--custom--table-of-contents--expanded-max-height--desktop: 304px;--wp--custom--table-of-contents--expanded-max-height--mobile: 304px;--wp--custom--table-of-contents--type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--table-of-contents--type--font-weight: 400;--wp--custom--table-of-contents--type--line-height: 24px;--wp--custom--table-of-contents--type--font-size: 16px;--wp--custom--table-of-contents--type--letter-spacing: 0em;--wp--custom--table-of-contents--type--paragraph-spacing: 0px;--wp--custom--table-of-contents--type--text-decoration: none;--wp--custom--table-of-contents--type--text-transform: none;--wp--custom--table-of-contents--type--paragraph-indent: 0px;--wp--custom--recaptcha--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--recaptcha--type--font-size: 11px;--wp--custom--recaptcha--type--font-weight: 400;--wp--custom--recaptcha--type--letter-spacing: 0em;--wp--custom--recaptcha--type--line-height: 17px;--wp--custom--recaptcha--type--paragraph-indent: 0px;--wp--custom--recaptcha--type--paragraph-spacing: 0px;--wp--custom--recaptcha--type--text-transform: none;--wp--custom--recaptcha--type--text-decoration: none;--wp--custom--related-article--container--border-radius: 0;--wp--custom--related-article--container--item-spacing: 0;--wp--custom--related-article--container--padding-top: 0;--wp--custom--related-article--container--padding-bottom: 0;--wp--custom--related-article--container--padding-left: 0;--wp--custom--related-article--container--padding-right: 0;--wp--custom--related-article-links--container-spacing--item-spacing: 12;--wp--custom--related-article-links--container-spacing--padding-top: 16;--wp--custom--related-article-links--container-spacing--padding-bottom: 16;--wp--custom--related-article-links--container-spacing--padding-left: 0;--wp--custom--related-article-links--container-spacing--padding-right: 0;--wp--custom--related-article-links--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--related-article-links--type--font-weight: 600;--wp--custom--related-article-links--type--line-height: 26px;--wp--custom--related-article-links--type--font-size: 18px;--wp--custom--related-article-links--type--letter-spacing: 0em;--wp--custom--related-article-links--type--paragraph-spacing: 0px;--wp--custom--related-article-links--type--text-decoration: none;--wp--custom--related-article-links--type--text-transform: none;--wp--custom--related-article-links--type--paragraph-indent: 0px;--wp--custom--section-title--type--2-xs--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--section-title--type--2-xs--font-size: 10px;--wp--custom--section-title--type--2-xs--font-weight: 700;--wp--custom--section-title--type--2-xs--letter-spacing: -0.03em;--wp--custom--section-title--type--2-xs--line-height: normal;--wp--custom--section-title--type--2-xs--paragraph-indent: 0px;--wp--custom--section-title--type--2-xs--paragraph-spacing: 0px;--wp--custom--section-title--type--2-xs--text-transform: uppercase;--wp--custom--section-title--type--2-xs--text-decoration: none;--wp--custom--section-title--type--xs--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--section-title--type--xs--font-size: 11px;--wp--custom--section-title--type--xs--font-weight: 700;--wp--custom--section-title--type--xs--letter-spacing: -0.03em;--wp--custom--section-title--type--xs--line-height: normal;--wp--custom--section-title--type--xs--paragraph-indent: 0px;--wp--custom--section-title--type--xs--paragraph-spacing: 0px;--wp--custom--section-title--type--xs--text-transform: uppercase;--wp--custom--section-title--type--xs--text-decoration: none;--wp--custom--section-title--type--sm--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--section-title--type--sm--font-size: 14px;--wp--custom--section-title--type--sm--font-weight: 600;--wp--custom--section-title--type--sm--letter-spacing: -0.03em;--wp--custom--section-title--type--sm--line-height: 20px;--wp--custom--section-title--type--sm--paragraph-indent: 0px;--wp--custom--section-title--type--sm--paragraph-spacing: 0px;--wp--custom--section-title--type--sm--text-transform: uppercase;--wp--custom--section-title--type--sm--text-decoration: none;--wp--custom--section-title--type--md--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--section-title--type--md--font-size: 16px;--wp--custom--section-title--type--md--font-weight: 600;--wp--custom--section-title--type--md--letter-spacing: -0.03em;--wp--custom--section-title--type--md--line-height: 24px;--wp--custom--section-title--type--md--paragraph-indent: 0px;--wp--custom--section-title--type--md--paragraph-spacing: 0px;--wp--custom--section-title--type--md--text-transform: uppercase;--wp--custom--section-title--type--md--text-decoration: none;--wp--custom--section-title--type--lg--font-family: 'Lexend Exa', Verdana, Geneva, sans-serif;--wp--custom--section-title--type--lg--font-size: 18px;--wp--custom--section-title--type--lg--font-weight: 700;--wp--custom--section-title--type--lg--letter-spacing: -0.03em;--wp--custom--section-title--type--lg--line-height: 26px;--wp--custom--section-title--type--lg--paragraph-indent: 0px;--wp--custom--section-title--type--lg--paragraph-spacing: 0px;--wp--custom--section-title--type--lg--text-transform: uppercase;--wp--custom--section-title--type--lg--text-decoration: none;--wp--custom--section-title--container-spacing--item-spacing: 12;--wp--custom--section-title--container-spacing--padding-top: 0;--wp--custom--section-title--container-spacing--padding-right: 0;--wp--custom--section-title--container-spacing--padding-bottom: 0;--wp--custom--section-title--container-spacing--padding-left: 0;--wp--custom--socials--container-spacing--item-spacing: 8;--wp--custom--socials--container-spacing--padding-top: 0;--wp--custom--socials--container-spacing--padding-bottom: 0;--wp--custom--socials--container-spacing--padding-left: 0;--wp--custom--socials--container-spacing--padding-right: 0;--wp--custom--spacing--none: 0px;--wp--custom--spacing--xs: 4px;--wp--custom--spacing--sm: 8px;--wp--custom--spacing--md: 12px;--wp--custom--spacing--lg: 16px;--wp--custom--spacing--xl: 24px;--wp--custom--spacing--2-xl: 32px;--wp--custom--spacing--3-xl: 48px;--wp--custom--spacing--4-xl: 64px;--wp--custom--spacing--5-xl: 96px;--wp--custom--spacing--6-xl: 112px;--wp--custom--spacing--8-xl: 160px;--wp--custom--spacing--7-xl: 128px;--wp--custom--spacing--base: 8px;--wp--custom--status-message--container-spacing--item-spacing: 16;--wp--custom--status-message--container-spacing--padding-top: 16;--wp--custom--status-message--container-spacing--padding-bottom: 16;--wp--custom--status-message--container-spacing--padding-left: 16;--wp--custom--status-message--container-spacing--padding-right: 16;--wp--custom--status-message--type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--status-message--type--font-size: 14px;--wp--custom--status-message--type--font-weight: 400;--wp--custom--status-message--type--letter-spacing: 0em;--wp--custom--status-message--type--line-height: 20px;--wp--custom--status-message--type--paragraph-indent: 0px;--wp--custom--status-message--type--paragraph-spacing: 0px;--wp--custom--status-message--type--text-transform: none;--wp--custom--status-message--type--text-decoration: none;--wp--custom--subscription-items--title-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--subscription-items--title-type--font-size: 23px;--wp--custom--subscription-items--title-type--font-weight: 400;--wp--custom--subscription-items--title-type--letter-spacing: 0em;--wp--custom--subscription-items--title-type--line-height: 33px;--wp--custom--subscription-items--title-type--paragraph-indent: 0px;--wp--custom--subscription-items--title-type--paragraph-spacing: 0px;--wp--custom--subscription-items--title-type--text-transform: none;--wp--custom--subscription-items--title-type--text-decoration: none;--wp--custom--subscription-items--subtitle-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--subscription-items--subtitle-type--font-size: 18px;--wp--custom--subscription-items--subtitle-type--font-weight: 400;--wp--custom--subscription-items--subtitle-type--letter-spacing: 0em;--wp--custom--subscription-items--subtitle-type--line-height: 26px;--wp--custom--subscription-items--subtitle-type--paragraph-indent: 0px;--wp--custom--subscription-items--subtitle-type--paragraph-spacing: 0px;--wp--custom--subscription-items--subtitle-type--text-transform: none;--wp--custom--subscription-items--subtitle-type--text-decoration: none;--wp--custom--subscription-items--body-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--subscription-items--body-type--font-size: 16px;--wp--custom--subscription-items--body-type--font-weight: 400;--wp--custom--subscription-items--body-type--letter-spacing: 0em;--wp--custom--subscription-items--body-type--line-height: 24px;--wp--custom--subscription-items--body-type--paragraph-indent: 0px;--wp--custom--subscription-items--body-type--paragraph-spacing: 0px;--wp--custom--subscription-items--body-type--text-transform: none;--wp--custom--subscription-items--body-type--text-decoration: none;--wp--custom--text-decoration--hyperlink: underline;--wp--custom--tile-badge--container-border-radius: 44px;--wp--custom--tile-badge--size--height: 32;--wp--custom--tile-badge--size--width: 32;--wp--custom--tile-badge--size--padding-top: 0;--wp--custom--tile-badge--size--padding-bottom: 0;--wp--custom--tile-badge--size--padding-left: 0;--wp--custom--tile-badge--size--padding-right: 0;--wp--custom--tile-badge--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--tile-badge--type--font-size: 18px;--wp--custom--tile-badge--type--font-weight: 600;--wp--custom--tile-badge--type--letter-spacing: 0em;--wp--custom--tile-badge--type--line-height: 26px;--wp--custom--tile-badge--type--paragraph-indent: 0px;--wp--custom--tile-badge--type--paragraph-spacing: 0px;--wp--custom--tile-badge--type--text-transform: none;--wp--custom--tile-badge--type--text-decoration: none;--wp--custom--tile-badge--distance: 16px;--wp--custom--tip-box--container-spacing--item-spacing: 8;--wp--custom--tip-box--container-spacing--padding-bottom: 16;--wp--custom--tip-box--container-spacing--padding-left: 24;--wp--custom--tip-box--container-spacing--padding-right: 24;--wp--custom--tip-box--container-spacing--padding-top: 16;--wp--custom--toggle-switch--handle--border-radius: 8;--wp--custom--toggle-switch--handle--height: 16;--wp--custom--toggle-switch--handle--width: 16;--wp--custom--toggle-switch--handle--padding-top: 0;--wp--custom--toggle-switch--handle--padding-bottom: 0;--wp--custom--toggle-switch--handle--padding-left: 0;--wp--custom--toggle-switch--handle--padding-right: 0;--wp--custom--toggle-switch--track--border-radius: 24;--wp--custom--toggle-switch--track--height: 22;--wp--custom--toggle-switch--track--width: 40;--wp--custom--toggle-switch--track--padding-top: 0;--wp--custom--toggle-switch--track--padding-bottom: 0;--wp--custom--toggle-switch--track--padding-left: 0;--wp--custom--toggle-switch--track--padding-right: 0;--wp--custom--top-nav--logo-size--mobile--height: 38;--wp--custom--top-nav--logo-size--mobile--width: 119;--wp--custom--top-nav--logo-size--mobile--padding-top: 0;--wp--custom--top-nav--logo-size--mobile--padding-bottom: 0;--wp--custom--top-nav--logo-size--mobile--padding-left: 0;--wp--custom--top-nav--logo-size--mobile--padding-right: 0;--wp--custom--top-nav--logo-size--desktop--height: 42;--wp--custom--top-nav--logo-size--desktop--width: 131;--wp--custom--top-nav--logo-size--desktop--padding-top: 0;--wp--custom--top-nav--logo-size--desktop--padding-bottom: 0;--wp--custom--top-nav--logo-size--desktop--padding-left: 0;--wp--custom--top-nav--logo-size--desktop--padding-right: 0;--wp--custom--top-nav--primary-container-spacing--desktop--height: 64;--wp--custom--top-nav--primary-container-spacing--desktop--padding-top: 12;--wp--custom--top-nav--primary-container-spacing--desktop--padding-bottom: 12;--wp--custom--top-nav--primary-container-spacing--desktop--padding-left: 0;--wp--custom--top-nav--primary-container-spacing--desktop--padding-right: 0;--wp--custom--top-nav--primary-container-spacing--desktop--min-width: 1200;--wp--custom--top-nav--primary-container-spacing--desktop--max-width: 1200;--wp--custom--top-nav--primary-container-spacing--laptop--height: 64;--wp--custom--top-nav--primary-container-spacing--laptop--padding-top: 12;--wp--custom--top-nav--primary-container-spacing--laptop--padding-bottom: 12;--wp--custom--top-nav--primary-container-spacing--laptop--padding-left: 24;--wp--custom--top-nav--primary-container-spacing--laptop--padding-right: 24;--wp--custom--top-nav--primary-container-spacing--laptop--min-width: 944;--wp--custom--top-nav--primary-container-spacing--laptop--max-width: 1200;--wp--custom--top-nav--primary-container-spacing--mobile--height: 64;--wp--custom--top-nav--primary-container-spacing--mobile--padding-top: 12;--wp--custom--top-nav--primary-container-spacing--mobile--padding-bottom: 12;--wp--custom--top-nav--primary-container-spacing--mobile--padding-left: 16;--wp--custom--top-nav--primary-container-spacing--mobile--padding-right: 16;--wp--custom--top-nav--secondary-container-spacing--desktop--item-spacing: 24;--wp--custom--top-nav--secondary-container-spacing--desktop--padding-top: 0;--wp--custom--top-nav--secondary-container-spacing--desktop--padding-bottom: 0;--wp--custom--top-nav--secondary-container-spacing--desktop--padding-left: 0;--wp--custom--top-nav--secondary-container-spacing--desktop--padding-right: 0;--wp--custom--top-nav--secondary-container-spacing--mobile--item-spacing: 0;--wp--custom--top-nav--secondary-container-spacing--mobile--padding-top: 0;--wp--custom--top-nav--secondary-container-spacing--mobile--padding-bottom: 0;--wp--custom--top-nav--secondary-container-spacing--mobile--padding-left: 0;--wp--custom--top-nav--secondary-container-spacing--mobile--padding-right: 0;--wp--custom--top-nav--tertiary-container-spacing--desktop--item-spacing: 4;--wp--custom--top-nav--tertiary-container-spacing--desktop--padding-top: 0;--wp--custom--top-nav--tertiary-container-spacing--desktop--padding-bottom: 0;--wp--custom--top-nav--tertiary-container-spacing--desktop--padding-left: 0;--wp--custom--top-nav--tertiary-container-spacing--desktop--padding-right: 0;--wp--custom--top-nav--tertiary-container-spacing--mobile--item-spacing: 0;--wp--custom--top-nav--tertiary-container-spacing--mobile--padding-top: 0;--wp--custom--top-nav--tertiary-container-spacing--mobile--padding-bottom: 0;--wp--custom--top-nav--tertiary-container-spacing--mobile--padding-left: 0;--wp--custom--top-nav--tertiary-container-spacing--mobile--padding-right: 0;--wp--custom--top-nav--height: 64px;--wp--custom--top-nav--footer-column--desktop: 2;--wp--custom--top-nav--footer-column--mobile: 2;--wp--custom--dynamic-nav--primary-container-spacing--desktop--padding-top: 4;--wp--custom--dynamic-nav--primary-container-spacing--desktop--padding-bottom: 4;--wp--custom--dynamic-nav--primary-container-spacing--desktop--padding-left: 0;--wp--custom--dynamic-nav--primary-container-spacing--desktop--padding-right: 0;--wp--custom--dynamic-nav--primary-container-spacing--desktop--min-width: 1200;--wp--custom--dynamic-nav--primary-container-spacing--desktop--max-width: 1200;--wp--custom--dynamic-nav--primary-container-spacing--desktop--item-spacing: 16;--wp--custom--dynamic-nav--primary-container-spacing--laptop--padding-top: 4;--wp--custom--dynamic-nav--primary-container-spacing--laptop--padding-bottom: 4;--wp--custom--dynamic-nav--primary-container-spacing--laptop--padding-left: 24;--wp--custom--dynamic-nav--primary-container-spacing--laptop--padding-right: 24;--wp--custom--dynamic-nav--primary-container-spacing--laptop--min-width: 944;--wp--custom--dynamic-nav--primary-container-spacing--laptop--max-width: 1200;--wp--custom--dynamic-nav--primary-container-spacing--laptop--item-spacing: 16;--wp--custom--dynamic-nav--primary-container-spacing--mobile--padding-top: 4;--wp--custom--dynamic-nav--primary-container-spacing--mobile--padding-bottom: 4;--wp--custom--dynamic-nav--primary-container-spacing--mobile--padding-left: 16;--wp--custom--dynamic-nav--primary-container-spacing--mobile--padding-right: 16;--wp--custom--dynamic-nav--secondary-container-spacing--desktop--item-spacing: 16;--wp--custom--dynamic-nav--secondary-container-spacing--desktop--padding-top: 0;--wp--custom--dynamic-nav--secondary-container-spacing--desktop--padding-bottom: 0;--wp--custom--dynamic-nav--secondary-container-spacing--desktop--padding-left: 0;--wp--custom--dynamic-nav--secondary-container-spacing--desktop--padding-right: 0;--wp--custom--dynamic-nav--secondary-container-spacing--mobile--item-spacing: 16;--wp--custom--dynamic-nav--secondary-container-spacing--mobile--padding-top: 0;--wp--custom--dynamic-nav--secondary-container-spacing--mobile--padding-bottom: 0;--wp--custom--dynamic-nav--secondary-container-spacing--mobile--padding-left: 0;--wp--custom--dynamic-nav--secondary-container-spacing--mobile--padding-right: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--desktop--item-spacing: 16;--wp--custom--dynamic-nav--tertiary-container-spacing--desktop--padding-top: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--desktop--padding-bottom: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--desktop--padding-left: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--desktop--padding-right: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--mobile--item-spacing: 16;--wp--custom--dynamic-nav--tertiary-container-spacing--mobile--padding-top: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--mobile--padding-bottom: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--mobile--padding-left: 0;--wp--custom--dynamic-nav--tertiary-container-spacing--mobile--padding-right: 0;--wp--custom--author-name--type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--author-name--type--font-weight: 600;--wp--custom--author-name--type--line-height: 22px;--wp--custom--author-name--type--font-size: 14px;--wp--custom--author-name--type--letter-spacing: 0em;--wp--custom--author-name--type--paragraph-spacing: 0px;--wp--custom--author-name--type--paragraph-indent: 0px;--wp--custom--author-name--type--text-decoration: none;--wp--custom--author-name--type--text-transform: uppercase;--wp--custom--article-metadata--image-container--height: 32;--wp--custom--article-metadata--image-container--width: 32;--wp--custom--article-metadata--image-container--border-radius: 16;--wp--custom--article-metadata--image-container--padding-top: 0;--wp--custom--article-metadata--image-container--padding-bottom: 0;--wp--custom--article-metadata--image-container--padding-left: 0;--wp--custom--article-metadata--image-container--padding-right: 0;--wp--custom--loading-indicator--container--sizing: 48;--wp--custom--loading-indicator--container--padding-top: 8;--wp--custom--loading-indicator--container--padding-bottom: 8;--wp--custom--loading-indicator--container--padding-left: 8;--wp--custom--loading-indicator--container--padding-right: 8;--wp--custom--article-summary-links--type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--article-summary-links--type--font-weight: 700;--wp--custom--article-summary-links--type--line-height: 30px;--wp--custom--article-summary-links--type--font-size: 16px;--wp--custom--article-summary-links--type--letter-spacing: 0em;--wp--custom--article-summary-links--type--paragraph-spacing: 0px;--wp--custom--article-summary-links--type--paragraph-indent: 0px;--wp--custom--article-summary-links--type--text-transform: none;--wp--custom--article-summary-links--type--text-decoration: underline;--wp--custom--article-summary--container--border-radius: 0;--wp--custom--article-summary--container--item-spacing: 12;--wp--custom--article-summary--container--padding-top: 16;--wp--custom--article-summary--container--padding-bottom: 24;--wp--custom--article-summary--container--padding-left: 16;--wp--custom--article-summary--container--padding-right: 16;--wp--custom--next-article--divider-height: 1px;--wp--custom--next-article--type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--next-article--type--mobile--font-weight: 700;--wp--custom--next-article--type--mobile--line-height: 26px;--wp--custom--next-article--type--mobile--font-size: 14px;--wp--custom--next-article--type--mobile--letter-spacing: 0.07em;--wp--custom--next-article--type--mobile--paragraph-spacing: 0px;--wp--custom--next-article--type--mobile--text-decoration: none;--wp--custom--next-article--type--mobile--text-transform: uppercase;--wp--custom--next-article--type--mobile--paragraph-indent: 0px;--wp--custom--next-article--type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--next-article--type--desktop--font-weight: 700;--wp--custom--next-article--type--desktop--line-height: 26px;--wp--custom--next-article--type--desktop--font-size: 14px;--wp--custom--next-article--type--desktop--letter-spacing: 0.07em;--wp--custom--next-article--type--desktop--paragraph-spacing: 0px;--wp--custom--next-article--type--desktop--text-decoration: none;--wp--custom--next-article--type--desktop--text-transform: uppercase;--wp--custom--next-article--type--desktop--paragraph-indent: 0px;--wp--custom--next-article--main-container-spacing--mobile--item-spacing: 0;--wp--custom--next-article--main-container-spacing--mobile--padding-top: 0;--wp--custom--next-article--main-container-spacing--mobile--padding-bottom: 0;--wp--custom--next-article--main-container-spacing--mobile--padding-left: 0;--wp--custom--next-article--main-container-spacing--mobile--padding-right: 0;--wp--custom--next-article--main-container-spacing--desktop--item-spacing: 0;--wp--custom--next-article--main-container-spacing--desktop--padding-top: 0;--wp--custom--next-article--main-container-spacing--desktop--padding-bottom: 0;--wp--custom--next-article--main-container-spacing--desktop--padding-left: 0;--wp--custom--next-article--main-container-spacing--desktop--padding-right: 0;--wp--custom--next-article--copy-container--mobile--border-radius: 0;--wp--custom--next-article--copy-container--mobile--item-spacing: 8;--wp--custom--next-article--copy-container--mobile--padding-top: 0;--wp--custom--next-article--copy-container--mobile--padding-bottom: 0;--wp--custom--next-article--copy-container--mobile--padding-left: 16;--wp--custom--next-article--copy-container--mobile--padding-right: 16;--wp--custom--next-article--copy-container--desktop--border-radius: 0;--wp--custom--next-article--copy-container--desktop--item-spacing: 8;--wp--custom--next-article--copy-container--desktop--padding-top: 0;--wp--custom--next-article--copy-container--desktop--padding-bottom: 0;--wp--custom--next-article--copy-container--desktop--padding-left: 16;--wp--custom--next-article--copy-container--desktop--padding-right: 16;--wp--custom--live-blog--timeline-spacing--item-spacing: 4;--wp--custom--live-blog--timeline-spacing--padding-top: 0;--wp--custom--live-blog--timeline-spacing--padding-bottom: 0;--wp--custom--live-blog--timeline-spacing--padding-left: 0;--wp--custom--live-blog--timeline-spacing--padding-right: 0;--wp--custom--live-blog--timeline-indicator--sizing: 12;--wp--custom--live-blog--timeline-indicator--border-radius: 32;--wp--custom--live-blog--timeline-indicator--padding-top: 0;--wp--custom--live-blog--timeline-indicator--padding-bottom: 0;--wp--custom--live-blog--timeline-indicator--padding-left: 0;--wp--custom--live-blog--timeline-indicator--padding-right: 0;--wp--custom--live-blog--timeline-line--width: 2;--wp--custom--live-blog--timeline-line--border-radius: 0;--wp--custom--live-blog--timeline-line--padding-top: 0;--wp--custom--live-blog--timeline-line--padding-bottom: 0;--wp--custom--live-blog--timeline-line--padding-left: 0;--wp--custom--live-blog--timeline-line--padding-right: 0;--wp--custom--live-blog--entry-main-container-spacing--key-events--item-spacing: 24;--wp--custom--live-blog--entry-main-container-spacing--key-events--padding-top: 24;--wp--custom--live-blog--entry-main-container-spacing--key-events--padding-bottom: 24;--wp--custom--live-blog--entry-main-container-spacing--key-events--padding-left: 24;--wp--custom--live-blog--entry-main-container-spacing--key-events--padding-right: 24;--wp--custom--live-blog--entry-main-container-spacing--regular--padding-top: 0;--wp--custom--live-blog--entry-main-container-spacing--regular--padding-right: 0;--wp--custom--live-blog--entry-main-container-spacing--regular--padding-bottom: 0;--wp--custom--live-blog--entry-main-container-spacing--regular--padding-left: 24;--wp--custom--live-blog--entry-main-container-spacing--regular--item-spacing: 24;--wp--custom--live-blog--entry-copy-container-spacing--item-spacing: 16;--wp--custom--live-blog--entry-copy-container-spacing--padding-top: 0;--wp--custom--live-blog--entry-copy-container-spacing--padding-bottom: 0;--wp--custom--live-blog--entry-copy-container-spacing--padding-left: 0;--wp--custom--live-blog--entry-copy-container-spacing--padding-right: 0;--wp--custom--article-banners--type--sponsored--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-banners--type--sponsored--font-weight: 700;--wp--custom--article-banners--type--sponsored--line-height: 30px;--wp--custom--article-banners--type--sponsored--font-size: 16px;--wp--custom--article-banners--type--sponsored--letter-spacing: 0.02em;--wp--custom--article-banners--type--sponsored--paragraph-spacing: 0px;--wp--custom--article-banners--type--sponsored--paragraph-indent: 0px;--wp--custom--article-banners--type--sponsored--text-transform: none;--wp--custom--article-banners--type--sponsored--text-decoration: none;--wp--custom--article-banners--type--announcement--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-banners--type--announcement--font-weight: 500;--wp--custom--article-banners--type--announcement--line-height: 30px;--wp--custom--article-banners--type--announcement--font-size: 16px;--wp--custom--article-banners--type--announcement--letter-spacing: 0.02em;--wp--custom--article-banners--type--announcement--paragraph-spacing: 0px;--wp--custom--article-banners--type--announcement--paragraph-indent: 0px;--wp--custom--article-banners--type--announcement--text-transform: none;--wp--custom--article-banners--type--announcement--text-decoration: none;--wp--custom--article-banners--type--live-blog-open--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-banners--type--live-blog-open--font-weight: 700;--wp--custom--article-banners--type--live-blog-open--line-height: 30px;--wp--custom--article-banners--type--live-blog-open--font-size: 16px;--wp--custom--article-banners--type--live-blog-open--letter-spacing: 0.02em;--wp--custom--article-banners--type--live-blog-open--paragraph-spacing: 0px;--wp--custom--article-banners--type--live-blog-open--paragraph-indent: 0px;--wp--custom--article-banners--type--live-blog-open--text-transform: uppercase;--wp--custom--article-banners--type--live-blog-open--text-decoration: none;--wp--custom--article-banners--type--live-blog-closed--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-banners--type--live-blog-closed--font-weight: 700;--wp--custom--article-banners--type--live-blog-closed--line-height: 30px;--wp--custom--article-banners--type--live-blog-closed--font-size: 16px;--wp--custom--article-banners--type--live-blog-closed--letter-spacing: 0.02em;--wp--custom--article-banners--type--live-blog-closed--paragraph-spacing: 0px;--wp--custom--article-banners--type--live-blog-closed--paragraph-indent: 0px;--wp--custom--article-banners--type--live-blog-closed--text-transform: none;--wp--custom--article-banners--type--live-blog-closed--text-decoration: none;--wp--custom--article-banners--type--relative-time--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--article-banners--type--relative-time--font-weight: 500;--wp--custom--article-banners--type--relative-time--line-height: 30px;--wp--custom--article-banners--type--relative-time--font-size: 16px;--wp--custom--article-banners--type--relative-time--letter-spacing: 0.02em;--wp--custom--article-banners--type--relative-time--paragraph-spacing: 0px;--wp--custom--article-banners--type--relative-time--paragraph-indent: 0px;--wp--custom--article-banners--type--relative-time--text-transform: none;--wp--custom--article-banners--type--relative-time--text-decoration: none;--wp--custom--article-banners--container-spacing--lg--item-spacing: 8;--wp--custom--article-banners--container-spacing--lg--padding-top: 8;--wp--custom--article-banners--container-spacing--lg--padding-bottom: 8;--wp--custom--article-banners--container-spacing--lg--padding-left: 16;--wp--custom--article-banners--container-spacing--lg--padding-right: 24;--wp--custom--article-banners--container-spacing--sm--item-spacing: 8;--wp--custom--article-banners--container-spacing--sm--padding-top: 4;--wp--custom--article-banners--container-spacing--sm--padding-bottom: 4;--wp--custom--article-banners--container-spacing--sm--padding-left: 8;--wp--custom--article-banners--container-spacing--sm--padding-right: 8;--wp--custom--quiz-answer--container--border-radius: 8;--wp--custom--quiz-answer--container--item-spacing: 4;--wp--custom--quiz-answer--container--padding-top: 8;--wp--custom--quiz-answer--container--padding-bottom: 8;--wp--custom--quiz-answer--container--padding-left: 12;--wp--custom--quiz-answer--container--padding-right: 12;--wp--custom--quiz--question-container-spacing--item-spacing: 16;--wp--custom--quiz--question-container-spacing--padding-top: 0;--wp--custom--quiz--question-container-spacing--padding-bottom: 0;--wp--custom--quiz--question-container-spacing--padding-left: 0;--wp--custom--quiz--question-container-spacing--padding-right: 0;--wp--custom--quiz--result-container--border-radius: 0;--wp--custom--quiz--result-container--item-spacing: 24;--wp--custom--quiz--result-container--padding-top: 24;--wp--custom--quiz--result-container--padding-bottom: 24;--wp--custom--quiz--result-container--padding-left: 24;--wp--custom--quiz--result-container--padding-right: 24;--wp--custom--poll--container--desktop--item-spacing: 16;--wp--custom--poll--container--desktop--padding-top: 16;--wp--custom--poll--container--desktop--padding-bottom: 16;--wp--custom--poll--container--desktop--padding-left: 16;--wp--custom--poll--container--desktop--padding-right: 16;--wp--custom--poll--container--desktop--border-radius: 8;--wp--custom--poll--container--mobile--item-spacing: 16;--wp--custom--poll--container--mobile--padding-top: 16;--wp--custom--poll--container--mobile--padding-bottom: 16;--wp--custom--poll--container--mobile--padding-left: 16;--wp--custom--poll--container--mobile--padding-right: 16;--wp--custom--poll--container--mobile--border-radius: 8;--wp--custom--poll--vote-bar-container--padding-top: 0;--wp--custom--poll--vote-bar-container--padding-bottom: 0;--wp--custom--poll--vote-bar-container--padding-left: 0;--wp--custom--poll--vote-bar-container--padding-right: 0;--wp--custom--poll--vote-bar-container--border-radius: 0;--wp--custom--poll--vote-bar-container--height: 4;--wp--custom--poll--container-spacing--primary--item-spacing: 4;--wp--custom--poll--container-spacing--primary--padding-top: 0;--wp--custom--poll--container-spacing--primary--padding-right: 0;--wp--custom--poll--container-spacing--primary--padding-bottom: 0;--wp--custom--poll--container-spacing--primary--padding-left: 0;--wp--custom--poll--container-spacing--secondary--item-spacing: 4;--wp--custom--poll--container-spacing--secondary--padding-top: 0;--wp--custom--poll--container-spacing--secondary--padding-right: 0;--wp--custom--poll--container-spacing--secondary--padding-bottom: 0;--wp--custom--poll--container-spacing--secondary--padding-left: 0;--wp--custom--divider--size--thin: 4px;--wp--custom--divider--size--thick: 16px;--wp--custom--review-summary--number-rating-type--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--review-summary--number-rating-type--font-weight: 700;--wp--custom--review-summary--number-rating-type--line-height: 47px;--wp--custom--review-summary--number-rating-type--font-size: 33px;--wp--custom--review-summary--number-rating-type--letter-spacing: 0em;--wp--custom--review-summary--number-rating-type--paragraph-spacing: 0px;--wp--custom--review-summary--number-rating-type--paragraph-indent: 0px;--wp--custom--review-summary--number-rating-type--text-decoration: none;--wp--custom--review-summary--number-rating-type--text-transform: none;--wp--custom--review-summary--number-rating-container--sizing: 64;--wp--custom--review-summary--number-rating-container--border-radius: 48;--wp--custom--review-summary--number-rating-container--padding-top: 0;--wp--custom--review-summary--number-rating-container--padding-bottom: 0;--wp--custom--review-summary--number-rating-container--padding-left: 0;--wp--custom--review-summary--number-rating-container--padding-right: 0;--wp--custom--review-summary--1-col-container--desktop--border-radius: 0;--wp--custom--review-summary--1-col-container--desktop--item-spacing: 24;--wp--custom--review-summary--1-col-container--desktop--padding-top: 32;--wp--custom--review-summary--1-col-container--desktop--padding-bottom: 32;--wp--custom--review-summary--1-col-container--desktop--padding-left: 32;--wp--custom--review-summary--1-col-container--desktop--padding-right: 32;--wp--custom--review-summary--1-col-container--mobile--border-radius: 0;--wp--custom--review-summary--1-col-container--mobile--item-spacing: 16;--wp--custom--review-summary--1-col-container--mobile--padding-top: 24;--wp--custom--review-summary--1-col-container--mobile--padding-bottom: 24;--wp--custom--review-summary--1-col-container--mobile--padding-left: 24;--wp--custom--review-summary--1-col-container--mobile--padding-right: 24;--wp--custom--review-summary--2-col-container--desktop--border-radius: 0;--wp--custom--review-summary--2-col-container--desktop--item-spacing: 48;--wp--custom--review-summary--2-col-container--desktop--padding-top: 32;--wp--custom--review-summary--2-col-container--desktop--padding-bottom: 32;--wp--custom--review-summary--2-col-container--desktop--padding-left: 32;--wp--custom--review-summary--2-col-container--desktop--padding-right: 32;--wp--custom--review-summary--2-col-container--mobile--border-radius: 0;--wp--custom--review-summary--2-col-container--mobile--item-spacing: 24;--wp--custom--review-summary--2-col-container--mobile--padding-top: 24;--wp--custom--review-summary--2-col-container--mobile--padding-bottom: 24;--wp--custom--review-summary--2-col-container--mobile--padding-left: 24;--wp--custom--review-summary--2-col-container--mobile--padding-right: 24;--wp--custom--article-group--primary-with-bg-container--desktop--border-radius: 0;--wp--custom--article-group--primary-with-bg-container--desktop--item-spacing: 24;--wp--custom--article-group--primary-with-bg-container--desktop--padding-top: 24;--wp--custom--article-group--primary-with-bg-container--desktop--padding-bottom: 24;--wp--custom--article-group--primary-with-bg-container--desktop--padding-left: 24;--wp--custom--article-group--primary-with-bg-container--desktop--padding-right: 24;--wp--custom--article-group--primary-with-bg-container--mobile--padding-top: 32;--wp--custom--article-group--primary-with-bg-container--mobile--padding-right: 16;--wp--custom--article-group--primary-with-bg-container--mobile--padding-bottom: 16;--wp--custom--article-group--primary-with-bg-container--mobile--padding-left: 16;--wp--custom--article-group--primary-with-bg-container--mobile--border-radius: 0;--wp--custom--article-group--primary-with-bg-container--mobile--item-spacing: 16;--wp--custom--article-group--primary-no-bg-container--desktop--border-radius: 0;--wp--custom--article-group--primary-no-bg-container--desktop--item-spacing: 16;--wp--custom--article-group--primary-no-bg-container--desktop--padding-top: 0;--wp--custom--article-group--primary-no-bg-container--desktop--padding-bottom: 0;--wp--custom--article-group--primary-no-bg-container--desktop--padding-left: 0;--wp--custom--article-group--primary-no-bg-container--desktop--padding-right: 0;--wp--custom--article-group--primary-no-bg-container--mobile--border-radius: 0;--wp--custom--article-group--primary-no-bg-container--mobile--item-spacing: 16;--wp--custom--article-group--primary-no-bg-container--mobile--padding-top: 0;--wp--custom--article-group--primary-no-bg-container--mobile--padding-bottom: 0;--wp--custom--article-group--primary-no-bg-container--mobile--padding-left: 0;--wp--custom--article-group--primary-no-bg-container--mobile--padding-right: 0;--wp--custom--article-group--secondary-container-spacing--desktop--item-spacing: 24;--wp--custom--article-group--secondary-container-spacing--desktop--padding-top: 0;--wp--custom--article-group--secondary-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-group--secondary-container-spacing--desktop--padding-left: 0;--wp--custom--article-group--secondary-container-spacing--desktop--padding-right: 0;--wp--custom--article-group--secondary-container-spacing--mobile--item-spacing: 16;--wp--custom--article-group--secondary-container-spacing--mobile--padding-top: 0;--wp--custom--article-group--secondary-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-group--secondary-container-spacing--mobile--padding-left: 0;--wp--custom--article-group--secondary-container-spacing--mobile--padding-right: 0;--wp--custom--article-group--tertiary-container-spacing--desktop--item-spacing: 24;--wp--custom--article-group--tertiary-container-spacing--desktop--padding-top: 0;--wp--custom--article-group--tertiary-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-group--tertiary-container-spacing--desktop--padding-left: 0;--wp--custom--article-group--tertiary-container-spacing--desktop--padding-right: 0;--wp--custom--article-group--tertiary-container-spacing--mobile--item-spacing: 16;--wp--custom--article-group--tertiary-container-spacing--mobile--padding-top: 0;--wp--custom--article-group--tertiary-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-group--tertiary-container-spacing--mobile--padding-left: 0;--wp--custom--article-group--tertiary-container-spacing--mobile--padding-right: 0;--wp--custom--article-group--sidebar-container--desktop--border-radius: 0;--wp--custom--article-group--sidebar-container--desktop--item-spacing: 16;--wp--custom--article-group--sidebar-container--desktop--padding-top: 24;--wp--custom--article-group--sidebar-container--desktop--padding-bottom: 24;--wp--custom--article-group--sidebar-container--desktop--padding-left: 24;--wp--custom--article-group--sidebar-container--desktop--padding-right: 24;--wp--custom--article-group--sidebar-container--mobile--border-radius: 0;--wp--custom--article-group--sidebar-container--mobile--item-spacing: 12;--wp--custom--article-group--sidebar-container--mobile--padding-top: 16;--wp--custom--article-group--sidebar-container--mobile--padding-bottom: 16;--wp--custom--article-group--sidebar-container--mobile--padding-left: 16;--wp--custom--article-group--sidebar-container--mobile--padding-right: 16;--wp--custom--block--content-container-spacing--desktop--padding-top: 0;--wp--custom--block--content-container-spacing--desktop--padding-bottom: 0;--wp--custom--block--content-container-spacing--desktop--padding-left: 0;--wp--custom--block--content-container-spacing--desktop--padding-right: 0;--wp--custom--block--content-container-spacing--desktop--item-spacing: 0;--wp--custom--block--content-container-spacing--laptop--item-spacing: 0;--wp--custom--block--content-container-spacing--laptop--padding-top: 0;--wp--custom--block--content-container-spacing--laptop--padding-bottom: 0;--wp--custom--block--content-container-spacing--laptop--padding-left: 24;--wp--custom--block--content-container-spacing--laptop--padding-right: 24;--wp--custom--block--content-container-spacing--mobile--item-spacing: 0;--wp--custom--block--content-container-spacing--mobile--padding-top: 0;--wp--custom--block--content-container-spacing--mobile--padding-bottom: 0;--wp--custom--block--content-container-spacing--mobile--padding-left: 0;--wp--custom--block--content-container-spacing--mobile--padding-right: 0;--wp--custom--block--content-container-spacing--takeover--item-spacing: 0;--wp--custom--block--content-container-spacing--takeover--padding-top: 0;--wp--custom--block--content-container-spacing--takeover--padding-bottom: 0;--wp--custom--block--content-container-spacing--takeover--padding-left: 0;--wp--custom--block--content-container-spacing--takeover--padding-right: 0;--wp--custom--block--featured-container--desktop--item-spacing: 0;--wp--custom--block--featured-container--desktop--padding-top: 24;--wp--custom--block--featured-container--desktop--padding-bottom: 24;--wp--custom--block--featured-container--desktop--padding-left: 24;--wp--custom--block--featured-container--desktop--padding-right: 24;--wp--custom--block--featured-container--desktop--min-width: 944;--wp--custom--block--featured-container--desktop--max-width: 1248;--wp--custom--block--featured-container--mobile--item-spacing: 0;--wp--custom--block--featured-container--mobile--padding-top: 0;--wp--custom--block--featured-container--mobile--padding-right: 0;--wp--custom--block--featured-container--mobile--padding-bottom: 16;--wp--custom--block--featured-container--mobile--padding-left: 0;--wp--custom--block--category-container--desktop--item-spacing: 16;--wp--custom--block--category-container--desktop--min-width: 944;--wp--custom--block--category-container--desktop--max-width: 1248;--wp--custom--block--category-container--desktop--padding-top: 16;--wp--custom--block--category-container--desktop--padding-bottom: 16;--wp--custom--block--category-container--desktop--padding-left: 24;--wp--custom--block--category-container--desktop--padding-right: 24;--wp--custom--block--category-container--mobile--item-spacing: 16;--wp--custom--block--category-container--mobile--padding-top: 16;--wp--custom--block--category-container--mobile--padding-bottom: 16;--wp--custom--block--category-container--mobile--padding-left: 16;--wp--custom--block--category-container--mobile--padding-right: 16;--wp--custom--block--2-col-container-spacing--desktop--item-spacing: 32;--wp--custom--block--2-col-container-spacing--desktop--padding-top: 0;--wp--custom--block--2-col-container-spacing--desktop--padding-bottom: 0;--wp--custom--block--2-col-container-spacing--desktop--padding-left: 0;--wp--custom--block--2-col-container-spacing--desktop--padding-right: 0;--wp--custom--block--2-col-container-spacing--mobile--item-spacing: 24;--wp--custom--block--2-col-container-spacing--mobile--padding-top: 0;--wp--custom--block--2-col-container-spacing--mobile--padding-bottom: 0;--wp--custom--block--2-col-container-spacing--mobile--padding-left: 0;--wp--custom--block--2-col-container-spacing--mobile--padding-right: 0;--wp--custom--block--article-head-container--desktop--min-width: 944;--wp--custom--block--article-head-container--desktop--max-width: 1248;--wp--custom--block--article-head-container--desktop--padding-top: 24;--wp--custom--block--article-head-container--desktop--padding-bottom: 0;--wp--custom--block--article-head-container--desktop--padding-left: 24;--wp--custom--block--article-head-container--desktop--padding-right: 24;--wp--custom--block--article-head-container--desktop--item-spacing: 0;--wp--custom--block--article-head-container--mobile--padding-top: 0;--wp--custom--block--article-head-container--mobile--padding-bottom: 0;--wp--custom--block--article-head-container--mobile--padding-left: 0;--wp--custom--block--article-head-container--mobile--padding-right: 0;--wp--custom--block--article-head-container--mobile--item-spacing: 0;--wp--custom--block--nav-col-container--desktop--item-spacing: 16;--wp--custom--block--nav-col-container--desktop--padding-top: 0;--wp--custom--block--nav-col-container--desktop--padding-bottom: 0;--wp--custom--block--nav-col-container--desktop--padding-left: 0;--wp--custom--block--nav-col-container--desktop--padding-right: 0;--wp--custom--block--nav-col-container--desktop--width: 160;--wp--custom--block--nav-col-container--mobile--item-spacing: 16;--wp--custom--block--nav-col-container--mobile--padding-top: 0;--wp--custom--block--nav-col-container--mobile--padding-bottom: 0;--wp--custom--block--nav-col-container--mobile--padding-left: 0;--wp--custom--block--nav-col-container--mobile--padding-right: 0;--wp--custom--block--author-bio-container--desktop--item-spacing: 16;--wp--custom--block--author-bio-container--desktop--min-width: 944;--wp--custom--block--author-bio-container--desktop--max-width: 1248;--wp--custom--block--author-bio-container--desktop--padding-top: 64;--wp--custom--block--author-bio-container--desktop--padding-bottom: 64;--wp--custom--block--author-bio-container--desktop--padding-left: 24;--wp--custom--block--author-bio-container--desktop--padding-right: 24;--wp--custom--block--author-bio-container--mobile--item-spacing: 24;--wp--custom--block--author-bio-container--mobile--padding-top: 32;--wp--custom--block--author-bio-container--mobile--padding-bottom: 32;--wp--custom--block--author-bio-container--mobile--padding-left: 16;--wp--custom--block--author-bio-container--mobile--padding-right: 16;--wp--custom--block--hero-col-container--desktop--item-spacing: 24;--wp--custom--block--hero-col-container--desktop--max-width: 800;--wp--custom--block--hero-col-container--desktop--padding-top: 0;--wp--custom--block--hero-col-container--desktop--padding-bottom: 0;--wp--custom--block--hero-col-container--desktop--padding-left: 0;--wp--custom--block--hero-col-container--desktop--padding-right: 0;--wp--custom--block--hero-col-container--takeover--item-spacing: 24;--wp--custom--block--hero-col-container--takeover--min-width: 728;--wp--custom--block--hero-col-container--takeover--max-width: 800;--wp--custom--block--hero-col-container--takeover--padding-top: 0;--wp--custom--block--hero-col-container--takeover--padding-bottom: 0;--wp--custom--block--hero-col-container--takeover--padding-left: 0;--wp--custom--block--hero-col-container--takeover--padding-right: 0;--wp--custom--block--hero-col-container--mobile--item-spacing: 16;--wp--custom--block--hero-col-container--mobile--padding-top: 0;--wp--custom--block--hero-col-container--mobile--padding-bottom: 0;--wp--custom--block--hero-col-container--mobile--padding-left: 0;--wp--custom--block--hero-col-container--mobile--padding-right: 0;--wp--custom--block--sidebar-container--desktop--item-spacing: 16;--wp--custom--block--sidebar-container--desktop--padding-top: 0;--wp--custom--block--sidebar-container--desktop--padding-bottom: 0;--wp--custom--block--sidebar-container--desktop--padding-left: 0;--wp--custom--block--sidebar-container--desktop--padding-right: 0;--wp--custom--block--sidebar-container--desktop--width: 300;--wp--custom--block--sidebar-container--mobile--item-spacing: 24;--wp--custom--block--sidebar-container--mobile--padding-top: 0;--wp--custom--block--sidebar-container--mobile--padding-bottom: 0;--wp--custom--block--sidebar-container--mobile--padding-left: 0;--wp--custom--block--sidebar-container--mobile--padding-right: 0;--wp--custom--block--takeover-container--max-width: 1248;--wp--custom--block--takeover-container--padding-top: 306;--wp--custom--block--takeover-container--padding-bottom: 0;--wp--custom--block--takeover-container--padding-left: 0;--wp--custom--block--takeover-container--padding-right: 0;--wp--custom--block--takeover-container--item-spacing: 0;--wp--custom--links-group--horizontal-container-spacing--item-spacing: 20;--wp--custom--links-group--horizontal-container-spacing--padding-top: 0;--wp--custom--links-group--horizontal-container-spacing--padding-bottom: 0;--wp--custom--links-group--horizontal-container-spacing--padding-left: 0;--wp--custom--links-group--horizontal-container-spacing--padding-right: 0;--wp--custom--links-group--vertical-container-spacing--desktop--item-spacing: 4;--wp--custom--links-group--vertical-container-spacing--desktop--padding-top: 0;--wp--custom--links-group--vertical-container-spacing--desktop--padding-bottom: 0;--wp--custom--links-group--vertical-container-spacing--desktop--padding-left: 0;--wp--custom--links-group--vertical-container-spacing--desktop--padding-right: 0;--wp--custom--links-group--vertical-container-spacing--mobile--item-spacing: 4;--wp--custom--links-group--vertical-container-spacing--mobile--padding-top: 0;--wp--custom--links-group--vertical-container-spacing--mobile--padding-bottom: 0;--wp--custom--links-group--vertical-container-spacing--mobile--padding-left: 0;--wp--custom--links-group--vertical-container-spacing--mobile--padding-right: 0;--wp--custom--filter--chip-style-container-spacing--item-spacing: 8;--wp--custom--filter--chip-style-container-spacing--padding-top: 0;--wp--custom--filter--chip-style-container-spacing--padding-bottom: 0;--wp--custom--filter--chip-style-container-spacing--padding-left: 0;--wp--custom--filter--chip-style-container-spacing--padding-right: 0;--wp--custom--filter--image-style-container-spacing--item-spacing: 8;--wp--custom--filter--image-style-container-spacing--padding-top: 8;--wp--custom--filter--image-style-container-spacing--padding-bottom: 8;--wp--custom--filter--image-style-container-spacing--padding-left: 8;--wp--custom--filter--image-style-container-spacing--padding-right: 8;--wp--custom--article-head--primary-container--desktop--border-radius: 0;--wp--custom--article-head--primary-container--desktop--item-spacing: 16;--wp--custom--article-head--primary-container--desktop--padding-top: 0;--wp--custom--article-head--primary-container--desktop--padding-bottom: 0;--wp--custom--article-head--primary-container--desktop--padding-left: 0;--wp--custom--article-head--primary-container--desktop--padding-right: 0;--wp--custom--article-head--primary-container--mobile--border-radius: 0;--wp--custom--article-head--primary-container--mobile--item-spacing: 16;--wp--custom--article-head--primary-container--mobile--padding-top: 0;--wp--custom--article-head--primary-container--mobile--padding-bottom: 0;--wp--custom--article-head--primary-container--mobile--padding-left: 0;--wp--custom--article-head--primary-container--mobile--padding-right: 0;--wp--custom--article-head--secondary-container-spacing--desktop--item-spacing: 12;--wp--custom--article-head--secondary-container-spacing--desktop--padding-top: 0;--wp--custom--article-head--secondary-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-head--secondary-container-spacing--desktop--padding-left: 0;--wp--custom--article-head--secondary-container-spacing--desktop--padding-right: 0;--wp--custom--article-head--secondary-container-spacing--mobile--item-spacing: 12;--wp--custom--article-head--secondary-container-spacing--mobile--padding-top: 0;--wp--custom--article-head--secondary-container-spacing--mobile--padding-bottom: 16;--wp--custom--article-head--secondary-container-spacing--mobile--padding-left: 16;--wp--custom--article-head--secondary-container-spacing--mobile--padding-right: 16;--wp--custom--article-head--tertiary-container-spacing--desktop--item-spacing: 4;--wp--custom--article-head--tertiary-container-spacing--desktop--padding-top: 0;--wp--custom--article-head--tertiary-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-head--tertiary-container-spacing--desktop--padding-left: 0;--wp--custom--article-head--tertiary-container-spacing--desktop--padding-right: 0;--wp--custom--article-head--tertiary-container-spacing--mobile--item-spacing: 4;--wp--custom--article-head--tertiary-container-spacing--mobile--padding-top: 0;--wp--custom--article-head--tertiary-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-head--tertiary-container-spacing--mobile--padding-left: 0;--wp--custom--article-head--tertiary-container-spacing--mobile--padding-right: 0;--wp--custom--article-head--title-container-spacing--desktop--item-spacing: 12;--wp--custom--article-head--title-container-spacing--desktop--padding-top: 0;--wp--custom--article-head--title-container-spacing--desktop--padding-bottom: 0;--wp--custom--article-head--title-container-spacing--desktop--padding-left: 0;--wp--custom--article-head--title-container-spacing--desktop--padding-right: 0;--wp--custom--article-head--title-container-spacing--mobile--item-spacing: 8;--wp--custom--article-head--title-container-spacing--mobile--padding-top: 0;--wp--custom--article-head--title-container-spacing--mobile--padding-bottom: 0;--wp--custom--article-head--title-container-spacing--mobile--padding-left: 0;--wp--custom--article-head--title-container-spacing--mobile--padding-right: 0;--wp--custom--takeover--image-container-spacing--item-spacing: 0;--wp--custom--takeover--image-container-spacing--padding-top: 0;--wp--custom--takeover--image-container-spacing--padding-bottom: 0;--wp--custom--takeover--image-container-spacing--padding-left: 0;--wp--custom--takeover--image-container-spacing--padding-right: 0;--wp--custom--takeover--image-size--width: 1920;--wp--custom--takeover--image-size--height: 1080;--wp--custom--takeover--image-size--padding-top: 0;--wp--custom--takeover--image-size--padding-bottom: 0;--wp--custom--takeover--image-size--padding-left: 0;--wp--custom--takeover--image-size--padding-right: 0;--wp--custom--hyperlink--border-offset: 3px;--wp--custom--top-nav-logo--distance-top--desktop: 8px;--wp--custom--top-nav-logo--distance-top--mobile: 8px;--wp--custom--top-nav-logo--distance-left--desktop: 8px;--wp--custom--top-nav-logo--distance-left--mobile: 8px;--wp--custom--search--primary-style-container-spacing--item-spacing: 0;--wp--custom--search--primary-style-container-spacing--padding-top: 0;--wp--custom--search--primary-style-container-spacing--padding-bottom: 0;--wp--custom--search--primary-style-container-spacing--padding-left: 0;--wp--custom--search--primary-style-container-spacing--padding-right: 0;--wp--custom--search--tertiary-style-container-spacing--item-spacing: 16;--wp--custom--search--tertiary-style-container-spacing--padding-top: 0;--wp--custom--search--tertiary-style-container-spacing--padding-bottom: 0;--wp--custom--search--tertiary-style-container-spacing--padding-left: 0;--wp--custom--search--tertiary-style-container-spacing--padding-right: 0;--wp--custom--quotation--pull-quote-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--quotation--pull-quote-type--desktop--font-size: 23px;--wp--custom--quotation--pull-quote-type--desktop--font-weight: 500;--wp--custom--quotation--pull-quote-type--desktop--letter-spacing: 0em;--wp--custom--quotation--pull-quote-type--desktop--line-height: 35px;--wp--custom--quotation--pull-quote-type--desktop--paragraph-indent: 0px;--wp--custom--quotation--pull-quote-type--desktop--paragraph-spacing: 0px;--wp--custom--quotation--pull-quote-type--desktop--text-transform: none;--wp--custom--quotation--pull-quote-type--desktop--text-decoration: none;--wp--custom--quotation--pull-quote-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--quotation--pull-quote-type--mobile--font-size: 23px;--wp--custom--quotation--pull-quote-type--mobile--font-weight: 500;--wp--custom--quotation--pull-quote-type--mobile--letter-spacing: 0em;--wp--custom--quotation--pull-quote-type--mobile--line-height: 35px;--wp--custom--quotation--pull-quote-type--mobile--paragraph-indent: 0px;--wp--custom--quotation--pull-quote-type--mobile--paragraph-spacing: 0px;--wp--custom--quotation--pull-quote-type--mobile--text-transform: none;--wp--custom--quotation--pull-quote-type--mobile--text-decoration: none;--wp--custom--quotation--quote-type--desktop--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--quotation--quote-type--desktop--font-size: 20px;--wp--custom--quotation--quote-type--desktop--font-weight: 500;--wp--custom--quotation--quote-type--desktop--letter-spacing: 0em;--wp--custom--quotation--quote-type--desktop--line-height: 30px;--wp--custom--quotation--quote-type--desktop--paragraph-indent: 0px;--wp--custom--quotation--quote-type--desktop--paragraph-spacing: 0px;--wp--custom--quotation--quote-type--desktop--text-transform: none;--wp--custom--quotation--quote-type--desktop--text-decoration: none;--wp--custom--quotation--quote-type--mobile--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--quotation--quote-type--mobile--font-size: 20px;--wp--custom--quotation--quote-type--mobile--font-weight: 500;--wp--custom--quotation--quote-type--mobile--letter-spacing: 0em;--wp--custom--quotation--quote-type--mobile--line-height: 30px;--wp--custom--quotation--quote-type--mobile--paragraph-indent: 0px;--wp--custom--quotation--quote-type--mobile--paragraph-spacing: 0px;--wp--custom--quotation--quote-type--mobile--text-transform: none;--wp--custom--quotation--quote-type--mobile--text-decoration: none;--wp--custom--quotation--quote-type--mark--font-family: 'Barlow Condensed', Trebuchet MS, Helvetica, sans-serif;--wp--custom--quotation--quote-type--mark--font-weight: 700;--wp--custom--quotation--quote-type--mark--font-size: 47px;--wp--custom--quotation--quote-type--mark--line-height: 47px;--wp--custom--quotation--quote-type--mark--text-decoration: none;--wp--custom--quotation--quote-type--mark--letter-spacing: 0em;--wp--custom--quotation--quote-type--mark--paragraph-spacing: 0px;--wp--custom--quotation--quote-type--mark--text-transform: none;--wp--custom--quotation--quote-type--mark--paragraph-indent: 0px;--wp--custom--quotation--container-spacing--pull-quote--padding-bottom: 24;--wp--custom--quotation--container-spacing--pull-quote--padding-left: 16;--wp--custom--quotation--container-spacing--pull-quote--padding-right: 16;--wp--custom--quotation--container-spacing--pull-quote--padding-top: 24;--wp--custom--quotation--container-spacing--pull-quote--item-spacing: 8;--wp--custom--quotation--container-spacing--quote--padding-bottom: 0;--wp--custom--quotation--container-spacing--quote--padding-left: 24;--wp--custom--quotation--container-spacing--quote--padding-right: 16;--wp--custom--quotation--container-spacing--quote--padding-top: 0;--wp--custom--quotation--container-spacing--quote--item-spacing: 8;--wp--custom--quotation--container-spacing--minimal-quote--padding-bottom: 0;--wp--custom--quotation--container-spacing--minimal-quote--padding-left: 20;--wp--custom--quotation--container-spacing--minimal-quote--padding-right: 0;--wp--custom--quotation--container-spacing--minimal-quote--padding-top: 0;--wp--custom--quotation--container-spacing--minimal-quote--item-spacing: 8;--wp--custom--quotation--container-spacing--mark--sizing: 24;--wp--custom--quotation--container-spacing--mark--padding-top: 0;--wp--custom--quotation--container-spacing--mark--padding-right: 0;--wp--custom--quotation--container-spacing--mark--padding-bottom: 0;--wp--custom--quotation--container-spacing--mark--padding-left: 0;--wp--custom--disabled--opacity: 40%;--wp--custom--topic-head--container--2-col--padding-top: 24;--wp--custom--topic-head--container--2-col--padding-right: 24;--wp--custom--topic-head--container--2-col--padding-bottom: 24;--wp--custom--topic-head--container--2-col--padding-left: 24;--wp--custom--topic-head--container--2-col--item-spacing: 24;--wp--custom--topic-head--container--2-col--border-radius: 8;--wp--custom--topic-head--container--1-col--padding-top: 16;--wp--custom--topic-head--container--1-col--padding-right: 16;--wp--custom--topic-head--container--1-col--padding-bottom: 16;--wp--custom--topic-head--container--1-col--padding-left: 16;--wp--custom--topic-head--container--1-col--item-spacing: 16;--wp--custom--topic-head--container--1-col--border-radius: 8;--wp--custom--topic-head--container-spacing--primary: 24px;--wp--custom--topic-head--container-spacing--secondary: 16px;--wp--custom--topic-head--container-spacing--tertiary: 8px;--wp--custom--topic-head--container-spacing--quaternary: 2px;--wp--custom--topic-head--image-container--lg--padding-top: 0;--wp--custom--topic-head--image-container--lg--padding-right: 0;--wp--custom--topic-head--image-container--lg--padding-bottom: 0;--wp--custom--topic-head--image-container--lg--padding-left: 0;--wp--custom--topic-head--image-container--lg--border-radius: 8;--wp--custom--topic-head--image-container--lg--max-width: 320;--wp--custom--topic-head--image-container--lg--min-width: 240;--wp--custom--topic-head--image-container--lg--min-height: 180;--wp--custom--topic-head--image-container--lg--max-height: 400;--wp--custom--topic-head--image-container--md--padding-top: 0;--wp--custom--topic-head--image-container--md--padding-right: 0;--wp--custom--topic-head--image-container--md--padding-bottom: 0;--wp--custom--topic-head--image-container--md--padding-left: 0;--wp--custom--topic-head--image-container--md--width: 100;--wp--custom--topic-head--image-container--md--height: 150;--wp--custom--topic-head--image-container--md--border-radius: 8;--wp--custom--topic-head--image-container--sm--padding-top: 0;--wp--custom--topic-head--image-container--sm--padding-right: 0;--wp--custom--topic-head--image-container--sm--padding-bottom: 0;--wp--custom--topic-head--image-container--sm--padding-left: 0;--wp--custom--topic-head--image-container--sm--width: 150;--wp--custom--topic-head--image-container--sm--height: 150;--wp--custom--topic-head--image-container--sm--border-radius: 8;--wp--custom--topic-head--background-blur: 40px;--wp--custom--topic-head--title-container--padding-top: 0;--wp--custom--topic-head--title-container--padding-right: 0;--wp--custom--topic-head--title-container--padding-bottom: 0;--wp--custom--topic-head--title-container--padding-left: 0;--wp--custom--topic-head--title-container--item-spacing: 4;--wp--custom--topic-head--sidebar-container--padding-top: 0;--wp--custom--topic-head--sidebar-container--padding-right: 0;--wp--custom--topic-head--sidebar-container--padding-bottom: 0;--wp--custom--topic-head--sidebar-container--padding-left: 0;--wp--custom--topic-head--sidebar-container--item-spacing: 16;--wp--custom--topic-head--sidebar-container--width: 320px;--wp--custom--image-list--image-container--width: 32;--wp--custom--image-list--image-container--height: 32;--wp--custom--image-list--image-container--border-radius: 8;--wp--custom--image-list--image-container--padding-top: 0;--wp--custom--image-list--image-container--padding-right: 0;--wp--custom--image-list--image-container--padding-bottom: 0;--wp--custom--image-list--image-container--padding-left: 0;--wp--custom--image-list--container-spacing--padding-top: 0;--wp--custom--image-list--container-spacing--padding-right: 0;--wp--custom--image-list--container-spacing--padding-bottom: 0;--wp--custom--image-list--container-spacing--padding-left: 0;--wp--custom--image-list--container-spacing--item-spacing: 4;--wp--custom--item-tile--vertical-container-spacing--padding-top: 0;--wp--custom--item-tile--vertical-container-spacing--padding-right: 0;--wp--custom--item-tile--vertical-container-spacing--padding-bottom: 0;--wp--custom--item-tile--vertical-container-spacing--padding-left: 0;--wp--custom--item-tile--vertical-container-spacing--item-spacing: 8;--wp--custom--item-tile--vertical-container-spacing--border-radius: 0;--wp--custom--item-tile--horizontal-container-spacing--padding-top: 0;--wp--custom--item-tile--horizontal-container-spacing--padding-right: 0;--wp--custom--item-tile--horizontal-container-spacing--padding-bottom: 0;--wp--custom--item-tile--horizontal-container-spacing--padding-left: 0;--wp--custom--item-tile--horizontal-container-spacing--item-spacing: 12;--wp--custom--item-tile--horizontal-container-spacing--border-radius: 0;--wp--custom--item-tile--image-container--portrait--padding-top: 0;--wp--custom--item-tile--image-container--portrait--padding-right: 0;--wp--custom--item-tile--image-container--portrait--padding-bottom: 0;--wp--custom--item-tile--image-container--portrait--padding-left: 0;--wp--custom--item-tile--image-container--portrait--width: 80;--wp--custom--item-tile--image-container--portrait--height: 120;--wp--custom--item-tile--image-container--portrait--border-radius: 8;--wp--custom--item-tile--image-container--square--padding-top: 0;--wp--custom--item-tile--image-container--square--padding-right: 0;--wp--custom--item-tile--image-container--square--padding-bottom: 0;--wp--custom--item-tile--image-container--square--padding-left: 0;--wp--custom--item-tile--image-container--square--width: 80;--wp--custom--item-tile--image-container--square--height: 80;--wp--custom--item-tile--image-container--square--border-radius: 8;--wp--custom--item-tile--title-container--padding-top: 0;--wp--custom--item-tile--title-container--padding-right: 0;--wp--custom--item-tile--title-container--padding-bottom: 0;--wp--custom--item-tile--title-container--padding-left: 0;--wp--custom--item-tile--title-container--item-spacing: 2px;--wp--custom--item-tile--title-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--item-tile--title-type--font-weight: 700;--wp--custom--item-tile--title-type--font-size: 14px;--wp--custom--item-tile--title-type--line-height: 18px;--wp--custom--item-tile--title-type--letter-spacing: 0em;--wp--custom--item-tile--title-type--text-decoration: none;--wp--custom--item-tile--title-type--text-transform: none;--wp--custom--item-tile--subtitle-type--font-family: 'Roboto', Helvetica, sans-serif;--wp--custom--item-tile--subtitle-type--font-weight: 400;--wp--custom--item-tile--subtitle-type--font-size: 14px;--wp--custom--item-tile--subtitle-type--line-height: 18px;--wp--custom--item-tile--subtitle-type--letter-spacing: 0em;--wp--custom--item-tile--subtitle-type--text-decoration: none;--wp--custom--item-tile--subtitle-type--text-transform: none;--wp--custom--item-group--horizontal-container-spacing--padding-top: 0;--wp--custom--item-group--horizontal-container-spacing--padding-right: 0;--wp--custom--item-group--horizontal-container-spacing--padding-bottom: 0;--wp--custom--item-group--horizontal-container-spacing--padding-left: 0;--wp--custom--item-group--horizontal-container-spacing--item-spacing: 12;--wp--custom--item-group--vertical-container-spacing--padding-top: 0;--wp--custom--item-group--vertical-container-spacing--padding-right: 0;--wp--custom--item-group--vertical-container-spacing--padding-bottom: 0;--wp--custom--item-group--vertical-container-spacing--padding-left: 0;--wp--custom--item-group--vertical-container-spacing--item-spacing: 12;--wp--custom--modal--container--sm--padding-top: 16;--wp--custom--modal--container--sm--padding-right: 16;--wp--custom--modal--container--sm--padding-bottom: 16;--wp--custom--modal--container--sm--padding-left: 16;--wp--custom--modal--container--sm--max-width: 480;--wp--custom--modal--container--lg--padding-top: 16;--wp--custom--modal--container--lg--padding-right: 16;--wp--custom--modal--container--lg--padding-bottom: 16;--wp--custom--modal--container--lg--padding-left: 16;--wp--custom--modal--container--lg--max-width: 1200;}:root{--wp--custom--light--general-color--h-1: #171717;--wp--custom--light--general-color--h-2: #2E2E2E;--wp--custom--light--general-color--h-3: #2E2E2E;--wp--custom--light--general-color--subtitle: #494949;--wp--custom--light--general-color--body: #494949;--wp--custom--light--general-color--caption: #5D5D5D;--wp--custom--light--general-color--disclaimer: #5D5D5D;--wp--custom--light--general-color-bg--minimal: #FEFEFE;--wp--custom--light--general-color-bg--subtle: #F8F8F8;--wp--custom--light--general-color-bg--bold: #2E2E2E;--wp--custom--light--general-color-bg--strong: #171717;--wp--custom--light--general-color-bg--sponsored: #F8F8F8;--wp--custom--light--general-color-bg--overlay: #01010180;--wp--custom--light--general-date-color--minimal: #5D5D5D;--wp--custom--light--general-date-color--subtle: #5D5D5D;--wp--custom--light--general-date-color--bold: #FEFEFE;--wp--custom--light--general-date-color--strong: #CCCCCC;--wp--custom--light--general-date-color--sponsored: #5D5D5D;--wp--custom--light--hyperlink--color-bg: #88734300;--wp--custom--light--hyperlink--enabled--color-fg: #2E2E2E;--wp--custom--light--hyperlink--enabled--border--color: #2E2E2E;--wp--custom--light--hyperlink--enabled--border--width: 2;--wp--custom--light--hyperlink--enabled--border--style: solid;--wp--custom--light--hyperlink--hover--color-fg: #010101;--wp--custom--light--hyperlink--hover--border--color: #010101;--wp--custom--light--hyperlink--hover--border--width: 2;--wp--custom--light--hyperlink--hover--border--style: solid;--wp--custom--light--hyperlink--pressed--color-fg: #010101;--wp--custom--light--hyperlink--pressed--border--color: #010101;--wp--custom--light--hyperlink--pressed--border--width: 2;--wp--custom--light--hyperlink--pressed--border--style: solid;--wp--custom--light--info--color-bg: #EFF3F8;--wp--custom--light--info--color-fg: #95A9C0;--wp--custom--light--info--color-stroke: #95A9C0;--wp--custom--light--info--color--5: #EFF3F8;--wp--custom--light--info--color--10: #DDE6F1;--wp--custom--light--info--color--20: #BACBDF;--wp--custom--light--info--color--30: #95A9C0;--wp--custom--light--info--color--40: #7F91A6;--wp--custom--light--info--color--50: #687789;--wp--custom--light--info--color--60: #525E6C;--wp--custom--light--info--color--70: #414A54;--wp--custom--light--info--color--80: #292E35;--wp--custom--light--info--color--90: #16171A;--wp--custom--light--warning--color-bg: #f6e5a640;--wp--custom--light--warning--color-fg: #C4A364;--wp--custom--light--warning--color-stroke: #C4A364;--wp--custom--light--warning--color--5: #FEFACF;--wp--custom--light--warning--color--10: #F6E5A6;--wp--custom--light--warning--color--20: #DFC582;--wp--custom--light--warning--color--30: #C4A364;--wp--custom--light--warning--color--40: #A58C52;--wp--custom--light--warning--color--50: #887343;--wp--custom--light--warning--color--60: #6B5B36;--wp--custom--light--warning--color--70: #54472C;--wp--custom--light--warning--color--80: #352D1E;--wp--custom--light--warning--color--90: #1A1610;--wp--custom--light--positive--color-bg: #F0F6F2;--wp--custom--light--positive--color-fg: #99AC9C;--wp--custom--light--positive--color-stroke: #99AC9C;--wp--custom--light--positive--border--color: #99AC9C;--wp--custom--light--positive--border--width: 2;--wp--custom--light--positive--border--style: solid;--wp--custom--light--positive--color--5: #F0F6F2;--wp--custom--light--positive--color--10: #E1E7E2;--wp--custom--light--positive--color--20: #C0CDC2;--wp--custom--light--positive--color--30: #99AC9C;--wp--custom--light--positive--color--40: #7E9582;--wp--custom--light--positive--color--50: #647B69;--wp--custom--light--positive--color--60: #4D6252;--wp--custom--light--positive--color--70: #3C4D40;--wp--custom--light--positive--color--80: #263028;--wp--custom--light--positive--color--90: #141815;--wp--custom--light--negative--color-bg: #FDF8F7;--wp--custom--light--negative--color-fg: #D3746A;--wp--custom--light--negative--color-stroke: #D3746A;--wp--custom--light--negative--border--color: #D3746A;--wp--custom--light--negative--border--width: 2;--wp--custom--light--negative--border--style: solid;--wp--custom--light--negative--color--5: #FDF8F7;--wp--custom--light--negative--color--10: #F9E1DD;--wp--custom--light--negative--color--20: #F1BDB5;--wp--custom--light--negative--color--30: #E29288;--wp--custom--light--negative--color--40: #D3746A;--wp--custom--light--negative--color--50: #BE544C;--wp--custom--light--negative--color--60: #A33934;--wp--custom--light--negative--color--70: #842926;--wp--custom--light--negative--color--80: #541B18;--wp--custom--light--negative--color--90: #26110D;--wp--custom--light--neutral--color-bg: #e9e9e980;--wp--custom--light--neutral--color-fg: #A7A7A7;--wp--custom--light--neutral--color-stroke: #A7A7A7;--wp--custom--light--neutral--color--0: #FEFEFE;--wp--custom--light--neutral--color--5: #F8F8F8;--wp--custom--light--neutral--color--10: #E9E9E9;--wp--custom--light--neutral--color--20: #CCCCCC;--wp--custom--light--neutral--color--30: #A7A7A7;--wp--custom--light--neutral--color--40: #8F8F8F;--wp--custom--light--neutral--color--50: #757575;--wp--custom--light--neutral--color--60: #5D5D5D;--wp--custom--light--neutral--color--70: #494949;--wp--custom--light--neutral--color--80: #2E2E2E;--wp--custom--light--neutral--color--90: #171717;--wp--custom--light--neutral--color--100: #010101;--wp--custom--light--icons--color-fg: #010101;--wp--custom--light--ad-wrapper--color-bg: #F8F8F8;--wp--custom--light--ad-wrapper--color-fg: #757575;--wp--custom--light--article-group--color-bg--minimal: #FEFEFE;--wp--custom--light--article-group--color-bg--subtle: #F8F8F8;--wp--custom--light--article-group--color-bg--bold: #2E2E2E;--wp--custom--light--article-group--color-bg--strong: #171717;--wp--custom--light--article-group--color-bg--sponsored: #F8F8F8;--wp--custom--light--article-head--color-bg: #FEFEFE;--wp--custom--light--article-head--title-color: #171717;--wp--custom--light--article-head--subtitle-color: #494949;--wp--custom--light--article-tile--enabled--color-bg--minimal: #FEFEFE;--wp--custom--light--article-tile--enabled--color-bg--subtle: #F8F8F8;--wp--custom--light--article-tile--enabled--color-bg--bold: #494949;--wp--custom--light--article-tile--enabled--color-bg--strong: #2E2E2E;--wp--custom--light--article-tile--enabled--color-bg--sponsored: #e9e9e9bf;--wp--custom--light--article-tile--enabled--title-color--minimal: #171717;--wp--custom--light--article-tile--enabled--title-color--subtle: #171717;--wp--custom--light--article-tile--enabled--title-color--bold: #F8F8F8;--wp--custom--light--article-tile--enabled--title-color--strong: #F8F8F8;--wp--custom--light--article-tile--enabled--title-color--sponsored: #171717;--wp--custom--light--article-tile--enabled--subtitle-color--minimal: #494949;--wp--custom--light--article-tile--enabled--subtitle-color--subtle: #494949;--wp--custom--light--article-tile--enabled--subtitle-color--bold: #CCCCCC;--wp--custom--light--article-tile--enabled--subtitle-color--strong: #CCCCCC;--wp--custom--light--article-tile--enabled--subtitle-color--sponsored: #494949;--wp--custom--light--article-tile--hover--color-bg--minimal: #FEFEFE;--wp--custom--light--article-tile--hover--color-bg--subtle: #F8F8F8;--wp--custom--light--article-tile--hover--color-bg--bold: #2E2E2E;--wp--custom--light--article-tile--hover--color-bg--strong: #171717;--wp--custom--light--article-tile--hover--color-bg--sponsored: #e9e9e9bf;--wp--custom--light--article-tile--hover--title-color--minimal: #010101;--wp--custom--light--article-tile--hover--title-color--subtle: #010101;--wp--custom--light--article-tile--hover--title-color--bold: #FEFEFE;--wp--custom--light--article-tile--hover--title-color--strong: #FEFEFE;--wp--custom--light--article-tile--hover--title-color--sponsored: #010101;--wp--custom--light--author-bio--title-color--minimal: #010101;--wp--custom--light--author-bio--title-color--subtle: #2E2E2E;--wp--custom--light--author-bio--title-color--sponsored: #5D5D5D;--wp--custom--light--author-bio--body-color--minimal: #2E2E2E;--wp--custom--light--author-bio--body-color--sponsored: #2E2E2E;--wp--custom--light--banners--color-bg--minimal: #E9E9E9;--wp--custom--light--banners--color-bg--subtle: #DFC582;--wp--custom--light--banners--color-bg--bold: #171717;--wp--custom--light--banners--color-bg--strong: #494949;--wp--custom--light--banners--color-bg--sponsored: #E9E9E9;--wp--custom--light--banners--title-color--minimal: #171717;--wp--custom--light--banners--title-color--subtle: #171717;--wp--custom--light--banners--title-color--bold: #FEFEFE;--wp--custom--light--banners--title-color--strong: #FEFEFE;--wp--custom--light--banners--title-color--sponsored: #010101;--wp--custom--light--banners--body-color--minimal: #2E2E2E;--wp--custom--light--banners--body-color--subtle: #2E2E2E;--wp--custom--light--banners--body-color--bold: #E9E9E9;--wp--custom--light--banners--body-color--strong: #E9E9E9;--wp--custom--light--banners--body-color--sponsored: #2E2E2E;--wp--custom--light--bottom-nav--color-bg: #F8F8F8;--wp--custom--light--bottom-nav--tagline-color: #010101;--wp--custom--light--bottom-nav--disclaimer-text-color: #757575;--wp--custom--light--bottom-nav--color-stroke: #cccccc00;--wp--custom--light--bottom-nav--container-stroke--color: #cccccc00;--wp--custom--light--bottom-nav--container-stroke--style: solid;--wp--custom--light--bottom-nav--container-stroke--width: 1;--wp--custom--light--button--primary--enabled--icon-style-color-bg--minimal: #5d5d5d1a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--subtle: #2e2e2e1a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--primary--enabled--icon-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--primary--enabled--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--primary--enabled--icon-style-color-fg--subtle: #2E2E2E;--wp--custom--light--button--primary--enabled--icon-style-color-fg--strong: #F8F8F8;--wp--custom--light--button--primary--enabled--icon-style-color-fg--bold: #F8F8F8;--wp--custom--light--button--primary--enabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--minimal: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--subtle: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-bg--strong: #C4A364;--wp--custom--light--button--primary--enabled--text-style-color-bg--bold: #C4A364;--wp--custom--light--button--primary--enabled--text-style-color-bg--sponsored: #2E2E2E;--wp--custom--light--button--primary--enabled--text-style-color-fg--minimal: #F8F8F8;--wp--custom--light--button--primary--enabled--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--enabled--text-style-color-fg--strong: #171717;--wp--custom--light--button--primary--enabled--text-style-color-fg--bold: #171717;--wp--custom--light--button--primary--enabled--text-style-color-fg--sponsored: #E9E9E9;--wp--custom--light--button--primary--disabled--icon-style-color-bg--minimal: #5d5d5d1a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--subtle: #2e2e2e1a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--primary--disabled--icon-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--primary--disabled--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--primary--disabled--icon-style-color-fg--subtle: #2E2E2E;--wp--custom--light--button--primary--disabled--icon-style-color-fg--strong: #F8F8F8;--wp--custom--light--button--primary--disabled--icon-style-color-fg--bold: #F8F8F8;--wp--custom--light--button--primary--disabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--minimal: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--subtle: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-bg--strong: #C4A364;--wp--custom--light--button--primary--disabled--text-style-color-bg--bold: #C4A364;--wp--custom--light--button--primary--disabled--text-style-color-bg--sponsored: #2E2E2E;--wp--custom--light--button--primary--disabled--text-style-color-fg--minimal: #F8F8F8;--wp--custom--light--button--primary--disabled--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--disabled--text-style-color-fg--strong: #171717;--wp--custom--light--button--primary--disabled--text-style-color-fg--bold: #171717;--wp--custom--light--button--primary--disabled--text-style-color-fg--sponsored: #E9E9E9;--wp--custom--light--button--primary--focused--icon-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--primary--focused--icon-style-color-bg--subtle: #2e2e2e26;--wp--custom--light--button--primary--focused--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--focused--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--focused--icon-style-color-bg--sponsored: #49494926;--wp--custom--light--button--primary--focused--icon-style-color-fg--minimal: #171717;--wp--custom--light--button--primary--focused--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--primary--focused--icon-style-color-fg--strong: #FEFEFE;--wp--custom--light--button--primary--focused--icon-style-color-fg--bold: #FEFEFE;--wp--custom--light--button--primary--focused--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--focused--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--focused--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--focused--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--focused--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--focused--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--focused--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--focused--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--focused--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--primary--pressed--icon-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--primary--pressed--icon-style-color-bg--subtle: #2e2e2e26;--wp--custom--light--button--primary--pressed--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--pressed--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--pressed--icon-style-color-bg--sponsored: #49494926;--wp--custom--light--button--primary--pressed--icon-style-color-fg--minimal: #352D1E;--wp--custom--light--button--primary--pressed--icon-style-color-fg--subtle: #352D1E;--wp--custom--light--button--primary--pressed--icon-style-color-fg--strong: #DFC582;--wp--custom--light--button--primary--pressed--icon-style-color-fg--bold: #DFC582;--wp--custom--light--button--primary--pressed--icon-style-color-fg--sponsored: #494949;--wp--custom--light--button--primary--pressed--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--pressed--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--pressed--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--pressed--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--pressed--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--pressed--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--pressed--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--pressed--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--pressed--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--pressed--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--primary--hover--icon-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--primary--hover--icon-style-color-bg--subtle: #2e2e2e33;--wp--custom--light--button--primary--hover--icon-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--primary--hover--icon-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--primary--hover--icon-style-color-bg--sponsored: #75757540;--wp--custom--light--button--primary--hover--icon-style-color-fg--minimal: #171717;--wp--custom--light--button--primary--hover--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--primary--hover--icon-style-color-fg--strong: #FEFEFE;--wp--custom--light--button--primary--hover--icon-style-color-fg--bold: #FEFEFE;--wp--custom--light--button--primary--hover--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--minimal: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--subtle: #171717;--wp--custom--light--button--primary--hover--text-style-color-bg--strong: #DFC582;--wp--custom--light--button--primary--hover--text-style-color-bg--bold: #DFC582;--wp--custom--light--button--primary--hover--text-style-color-bg--sponsored: #171717;--wp--custom--light--button--primary--hover--text-style-color-fg--minimal: #FEFEFE;--wp--custom--light--button--primary--hover--text-style-color-fg--subtle: #F8F8F8;--wp--custom--light--button--primary--hover--text-style-color-fg--strong: #2E2E2E;--wp--custom--light--button--primary--hover--text-style-color-fg--bold: #2E2E2E;--wp--custom--light--button--primary--hover--text-style-color-fg--sponsored: #F8F8F8;--wp--custom--light--button--secondary--enabled--container-border--minimal--color: #352d1e00;--wp--custom--light--button--secondary--enabled--container-border--minimal--style: solid;--wp--custom--light--button--secondary--enabled--container-border--minimal--width: 2;--wp--custom--light--button--secondary--enabled--container-border--subtle--color: #352d1e00;--wp--custom--light--button--secondary--enabled--container-border--subtle--style: solid;--wp--custom--light--button--secondary--enabled--container-border--subtle--width: 2;--wp--custom--light--button--secondary--enabled--container-border--strong--color: #cccccc00;--wp--custom--light--button--secondary--enabled--container-border--strong--style: solid;--wp--custom--light--button--secondary--enabled--container-border--strong--width: 2;--wp--custom--light--button--secondary--enabled--container-border--bold--color: #cccccc00;--wp--custom--light--button--secondary--enabled--container-border--bold--style: solid;--wp--custom--light--button--secondary--enabled--container-border--bold--width: 2;--wp--custom--light--button--secondary--enabled--container-border--sponsored--color: #2e2e2e00;--wp--custom--light--button--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--enabled--text-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--secondary--enabled--text-style-color-bg--subtle: #5d5d5d26;--wp--custom--light--button--secondary--enabled--text-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--secondary--enabled--text-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--secondary--enabled--text-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--secondary--enabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--secondary--enabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--secondary--enabled--text-style-color-fg--strong: #CCCCCC;--wp--custom--light--button--secondary--enabled--text-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--secondary--enabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--secondary--disabled--text-style-color-bg--minimal: #5d5d5d26;--wp--custom--light--button--secondary--disabled--text-style-color-bg--subtle: #5d5d5d26;--wp--custom--light--button--secondary--disabled--text-style-color-bg--strong: #e9e9e91a;--wp--custom--light--button--secondary--disabled--text-style-color-bg--bold: #e9e9e91a;--wp--custom--light--button--secondary--disabled--text-style-color-bg--sponsored: #4949491a;--wp--custom--light--button--secondary--disabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--secondary--disabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--secondary--disabled--text-style-color-fg--strong: #CCCCCC;--wp--custom--light--button--secondary--disabled--text-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--secondary--disabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--secondary--disabled--container-border--minimal--color: #352d1e00;--wp--custom--light--button--secondary--disabled--container-border--minimal--style: solid;--wp--custom--light--button--secondary--disabled--container-border--minimal--width: 2;--wp--custom--light--button--secondary--disabled--container-border--subtle--color: #352d1e00;--wp--custom--light--button--secondary--disabled--container-border--subtle--style: solid;--wp--custom--light--button--secondary--disabled--container-border--subtle--width: 2;--wp--custom--light--button--secondary--disabled--container-border--strong--color: #cccccc00;--wp--custom--light--button--secondary--disabled--container-border--strong--style: solid;--wp--custom--light--button--secondary--disabled--container-border--strong--width: 2;--wp--custom--light--button--secondary--disabled--container-border--bold--color: #cccccc00;--wp--custom--light--button--secondary--disabled--container-border--bold--style: solid;--wp--custom--light--button--secondary--disabled--container-border--bold--width: 2;--wp--custom--light--button--secondary--disabled--container-border--sponsored--color: #2e2e2e00;--wp--custom--light--button--secondary--disabled--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--disabled--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--hover--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--hover--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--hover--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--hover--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--hover--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--hover--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--hover--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--hover--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--hover--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--hover--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--hover--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--hover--container-border--minimal--style: solid;--wp--custom--light--button--secondary--hover--container-border--minimal--width: 2;--wp--custom--light--button--secondary--hover--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--hover--container-border--subtle--style: solid;--wp--custom--light--button--secondary--hover--container-border--subtle--width: 2;--wp--custom--light--button--secondary--hover--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--hover--container-border--strong--style: solid;--wp--custom--light--button--secondary--hover--container-border--strong--width: 2;--wp--custom--light--button--secondary--hover--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--hover--container-border--bold--style: solid;--wp--custom--light--button--secondary--hover--container-border--bold--width: 2;--wp--custom--light--button--secondary--hover--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--hover--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--hover--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--focused--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--focused--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--focused--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--focused--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--focused--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--focused--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--focused--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--focused--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--focused--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--focused--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--focused--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--focused--container-border--minimal--style: solid;--wp--custom--light--button--secondary--focused--container-border--minimal--width: 2;--wp--custom--light--button--secondary--focused--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--focused--container-border--subtle--style: solid;--wp--custom--light--button--secondary--focused--container-border--subtle--width: 2;--wp--custom--light--button--secondary--focused--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--focused--container-border--strong--style: solid;--wp--custom--light--button--secondary--focused--container-border--strong--width: 2;--wp--custom--light--button--secondary--focused--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--focused--container-border--bold--style: solid;--wp--custom--light--button--secondary--focused--container-border--bold--width: 2;--wp--custom--light--button--secondary--focused--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--focused--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--focused--container-border--sponsored--width: 2;--wp--custom--light--button--secondary--pressed--text-style-color-bg--minimal: #5d5d5d33;--wp--custom--light--button--secondary--pressed--text-style-color-bg--subtle: #5d5d5d33;--wp--custom--light--button--secondary--pressed--text-style-color-bg--strong: #e9e9e926;--wp--custom--light--button--secondary--pressed--text-style-color-bg--bold: #e9e9e926;--wp--custom--light--button--secondary--pressed--text-style-color-bg--sponsored: #49494926;--wp--custom--light--button--secondary--pressed--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--secondary--pressed--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--secondary--pressed--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--secondary--pressed--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--secondary--pressed--text-style-color-fg--sponsored: #171717;--wp--custom--light--button--secondary--pressed--container-border--minimal--color: #1a161000;--wp--custom--light--button--secondary--pressed--container-border--minimal--style: solid;--wp--custom--light--button--secondary--pressed--container-border--minimal--width: 2;--wp--custom--light--button--secondary--pressed--container-border--subtle--color: #1a161000;--wp--custom--light--button--secondary--pressed--container-border--subtle--style: solid;--wp--custom--light--button--secondary--pressed--container-border--subtle--width: 2;--wp--custom--light--button--secondary--pressed--container-border--strong--color: #e9e9e900;--wp--custom--light--button--secondary--pressed--container-border--strong--style: solid;--wp--custom--light--button--secondary--pressed--container-border--strong--width: 2;--wp--custom--light--button--secondary--pressed--container-border--bold--color: #e9e9e900;--wp--custom--light--button--secondary--pressed--container-border--bold--style: solid;--wp--custom--light--button--secondary--pressed--container-border--bold--width: 2;--wp--custom--light--button--secondary--pressed--container-border--sponsored--color: #17171700;--wp--custom--light--button--secondary--pressed--container-border--sponsored--style: solid;--wp--custom--light--button--secondary--pressed--container-border--sponsored--width: 2;--wp--custom--light--button--tertiary--color-bg: #fefefe00;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--minimal: #494949;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--subtle: #494949;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--strong: #A7A7A7;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--enabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--minimal: #494949;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--subtle: #494949;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--strong: #A7A7A7;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--bold: #CCCCCC;--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--minimal: #352D1E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--subtle: #352D1E;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--disabled--text-style-color-fg--sponsored: #2E2E2E;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--hover--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--hover--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--hover--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--hover--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--hover--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--hover--text-style-color-fg--sponsored: #010101;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--minimal: #2E2E2E;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--subtle: #171717;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--focused--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--focused--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--focused--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--focused--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--focused--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--focused--text-style-color-fg--sponsored: #010101;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--minimal: #54472C;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--subtle: #54472C;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--strong: #DFC582;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--bold: #DFC582;--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--sponsored: #171717;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--minimal: #1A1610;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--subtle: #1A1610;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--strong: #E9E9E9;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--bold: #E9E9E9;--wp--custom--light--button--tertiary--pressed--text-style-color-fg--sponsored: #010101;--wp--custom--light--chip--primary--enabled--color-bg--minimal: #e9e9e9;--wp--custom--light--chip--primary--enabled--color-bg--subtle: #e9e9e9;--wp--custom--light--chip--primary--enabled--color-bg--bold: #F6E5A6;--wp--custom--light--chip--primary--enabled--color-bg--strong: #F6E5A6;--wp--custom--light--chip--primary--enabled--color-bg--sponsored: #cccccc80;--wp--custom--light--chip--primary--enabled--color-fg--minimal: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--subtle: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--bold: #2E2E2E;--wp--custom--light--chip--primary--enabled--color-fg--strong: #171717;--wp--custom--light--chip--primary--enabled--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--primary--hover--color-bg--minimal: #CCCCCC;--wp--custom--light--chip--primary--hover--color-bg--subtle: #CCCCCC;--wp--custom--light--chip--primary--hover--color-bg--bold: #DFC582;--wp--custom--light--chip--primary--hover--color-bg--strong: #DFC582;--wp--custom--light--chip--primary--hover--color-bg--sponsored: #CCCCCC;--wp--custom--light--chip--primary--hover--color-fg--minimal: #171717;--wp--custom--light--chip--primary--hover--color-fg--subtle: #171717;--wp--custom--light--chip--primary--hover--color-fg--bold: #171717;--wp--custom--light--chip--primary--hover--color-fg--strong: #010101;--wp--custom--light--chip--primary--hover--color-fg--sponsored: #171717;--wp--custom--light--chip--primary--selected--color-bg--minimal: #A7A7A7;--wp--custom--light--chip--primary--selected--color-bg--subtle: #A7A7A7;--wp--custom--light--chip--primary--selected--color-bg--bold: #F6E5A6;--wp--custom--light--chip--primary--selected--color-bg--strong: #F6E5A6;--wp--custom--light--chip--primary--selected--color-bg--sponsored: #A7A7A7;--wp--custom--light--chip--primary--selected--color-fg--minimal: #171717;--wp--custom--light--chip--primary--selected--color-fg--subtle: #010101;--wp--custom--light--chip--primary--selected--color-fg--bold: #171717;--wp--custom--light--chip--primary--selected--color-fg--strong: #010101;--wp--custom--light--chip--primary--selected--color-fg--sponsored: #2E2E2E;--wp--custom--light--chip--secondary--color-bg: #fefefe00;--wp--custom--light--chip--secondary--enabled--color-fg--minimal: #887343;--wp--custom--light--chip--secondary--enabled--color-fg--subtle: #6B5B36;--wp--custom--light--chip--secondary--enabled--color-fg--bold: #F6E5A6;--wp--custom--light--chip--secondary--enabled--color-fg--strong: #F6E5A6;--wp--custom--light--chip--secondary--enabled--color-fg--sponsored: #757575;--wp--custom--light--chip--secondary--enabled--container-border--minimal--color: #887343;--wp--custom--light--chip--secondary--enabled--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--subtle--color: #6B5B36;--wp--custom--light--chip--secondary--enabled--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--bold--color: #DFC582;--wp--custom--light--chip--secondary--enabled--container-border--bold--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--bold--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--strong--color: #DFC582;--wp--custom--light--chip--secondary--enabled--container-border--strong--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--strong--width: 2;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--color: #757575;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--light--chip--secondary--hover--color-fg--minimal: #6B5B36;--wp--custom--light--chip--secondary--hover--color-fg--subtle: #54472C;--wp--custom--light--chip--secondary--hover--color-fg--bold: #DFC582;--wp--custom--light--chip--secondary--hover--color-fg--strong: #DFC582;--wp--custom--light--chip--secondary--hover--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--secondary--hover--container-border--minimal--color: #6B5B36;--wp--custom--light--chip--secondary--hover--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--hover--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--hover--container-border--subtle--color: #54472C;--wp--custom--light--chip--secondary--hover--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--hover--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--hover--container-border--bold--color: #C4A364;--wp--custom--light--chip--secondary--hover--container-border--bold--style: solid;--wp--custom--light--chip--secondary--hover--container-border--bold--width: 2;--wp--custom--light--chip--secondary--hover--container-border--strong--color: #C4A364;--wp--custom--light--chip--secondary--hover--container-border--strong--style: solid;--wp--custom--light--chip--secondary--hover--container-border--strong--width: 2;--wp--custom--light--chip--secondary--hover--container-border--sponsored--color: #5D5D5D;--wp--custom--light--chip--secondary--hover--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--hover--container-border--sponsored--width: 2;--wp--custom--light--chip--secondary--selected--color-fg--minimal: #54472C;--wp--custom--light--chip--secondary--selected--color-fg--subtle: #352D1E;--wp--custom--light--chip--secondary--selected--color-fg--bold: #E9E9E9;--wp--custom--light--chip--secondary--selected--color-fg--strong: #CCCCCC;--wp--custom--light--chip--secondary--selected--color-fg--sponsored: #494949;--wp--custom--light--chip--secondary--selected--container-border--minimal--color: #54472C;--wp--custom--light--chip--secondary--selected--container-border--minimal--style: solid;--wp--custom--light--chip--secondary--selected--container-border--minimal--width: 2;--wp--custom--light--chip--secondary--selected--container-border--subtle--color: #352D1E;--wp--custom--light--chip--secondary--selected--container-border--subtle--style: solid;--wp--custom--light--chip--secondary--selected--container-border--subtle--width: 2;--wp--custom--light--chip--secondary--selected--container-border--bold--color: #F8F8F8;--wp--custom--light--chip--secondary--selected--container-border--bold--style: solid;--wp--custom--light--chip--secondary--selected--container-border--bold--width: 2;--wp--custom--light--chip--secondary--selected--container-border--strong--color: #CCCCCC;--wp--custom--light--chip--secondary--selected--container-border--strong--style: solid;--wp--custom--light--chip--secondary--selected--container-border--strong--width: 2;--wp--custom--light--chip--secondary--selected--container-border--sponsored--color: #494949;--wp--custom--light--chip--secondary--selected--container-border--sponsored--style: solid;--wp--custom--light--chip--secondary--selected--container-border--sponsored--width: 2;--wp--custom--light--chip--tertiary--color-bg: #fefefe00;--wp--custom--light--chip--tertiary--enabled--color-fg--minimal: #A58C52;--wp--custom--light--chip--tertiary--enabled--color-fg--subtle: #6B5B36;--wp--custom--light--chip--tertiary--enabled--color-fg--bold: #F6E5A6;--wp--custom--light--chip--tertiary--enabled--color-fg--strong: #F6E5A6;--wp--custom--light--chip--tertiary--enabled--color-fg--sponsored: #757575;--wp--custom--light--chip--tertiary--hover--color-fg--minimal: #6B5B36;--wp--custom--light--chip--tertiary--hover--color-fg--subtle: #54472C;--wp--custom--light--chip--tertiary--hover--color-fg--bold: #DFC582;--wp--custom--light--chip--tertiary--hover--color-fg--strong: #DFC582;--wp--custom--light--chip--tertiary--hover--color-fg--sponsored: #5D5D5D;--wp--custom--light--chip--tertiary--selected--color-fg--minimal: #54472C;--wp--custom--light--chip--tertiary--selected--color-fg--subtle: #352D1E;--wp--custom--light--chip--tertiary--selected--color-fg--bold: #E9E9E9;--wp--custom--light--chip--tertiary--selected--color-fg--strong: #CCCCCC;--wp--custom--light--chip--tertiary--selected--color-fg--sponsored: #494949;--wp--custom--light--choices--off--icon-color: #8F8F8F;--wp--custom--light--choices--on--icon-color: #171717;--wp--custom--light--choices--hover--off-icon-color: #494949;--wp--custom--light--choices--hover--on-icon-color: #010101;--wp--custom--light--choices--disabled--color-fg: #8F8F8F;--wp--custom--light--choices--focused--icon-color: #010101;--wp--custom--light--comment-elements--username-color: #171717;--wp--custom--light--comment-elements--body-color: #2E2E2E;--wp--custom--light--comment-elements--container-stroke--color: #CCCCCC;--wp--custom--light--comment-elements--container-stroke--style: solid;--wp--custom--light--comment-elements--container-stroke--width: 2;--wp--custom--light--comment-elements--color-stroke: #CCCCCC;--wp--custom--light--comment-elements--badge-color: #C4A364;--wp--custom--light--comment-elements--badge-border--color: #c4a36440;--wp--custom--light--comment-elements--badge-border--width: 3;--wp--custom--light--comment-elements--badge-border--style: solid;--wp--custom--light--comments--no-comments-text-color: #757575;--wp--custom--light--comment-section--drawer-color-bg: #FEFEFE;--wp--custom--light--copy--primary--text-color: #171717;--wp--custom--light--copy--secondary--text-color: #2E2E2E;--wp--custom--light--copy--tertiary--text-color: #2E2E2E;--wp--custom--light--copy--quaternary--text-color: #5D5D5D;--wp--custom--light--divider--stroke--thin--color: #a7a7a740;--wp--custom--light--divider--stroke--thin--style: solid;--wp--custom--light--divider--stroke--thin--width: 1;--wp--custom--light--divider--stroke--thick--color: #a7a7a740;--wp--custom--light--divider--stroke--thick--style: solid;--wp--custom--light--divider--stroke--thick--width: 2;--wp--custom--light--divider--color-stroke: #a7a7a740;--wp--custom--light--elevation--level-0: 0px 0px 0px 0px #0101011a;--wp--custom--light--elevation--level-1: 0px 8px 16px -10px #0101011a;--wp--custom--light--elevation--level-2: 0px 4px 10px -2px #0101011a, 0px 4px 8px -4px #0101011a;--wp--custom--light--elevation--level-3: 0px 6px 14px -6px #0101011a, 0px 8px 20px -4px #0101011a;--wp--custom--light--table-of-contents--elevation: 0px 8px 16px -10px #0101011a;--wp--custom--light--table-of-contents--enabled--color-stroke: #E9E9E9;--wp--custom--light--table-of-contents--enabled--color-fg: #757575;--wp--custom--light--table-of-contents--enabled--color-bg: #f8f8f880;--wp--custom--light--table-of-contents--enabled--container-stroke--color: #E9E9E9;--wp--custom--light--table-of-contents--enabled--container-stroke--style: solid;--wp--custom--light--table-of-contents--enabled--container-stroke--width: 3;--wp--custom--light--table-of-contents--selected--color-stroke: #DFC582;--wp--custom--light--table-of-contents--selected--color-fg: #2E2E2E;--wp--custom--light--table-of-contents--selected--color-bg: #F8F8F8;--wp--custom--light--table-of-contents--selected--container-stroke--color: #DFC582;--wp--custom--light--table-of-contents--selected--container-stroke--style: solid;--wp--custom--light--table-of-contents--selected--container-stroke--width: 3;--wp--custom--light--errors--title-color: #010101;--wp--custom--light--errors--body-color: #2E2E2E;--wp--custom--light--expanded-top-nav--color-bg: #FEFEFE;--wp--custom--light--filter--dropdown-minimised-container-stroke--color: #fefefe00;--wp--custom--light--filter--dropdown-minimised-container-stroke--style: solid;--wp--custom--light--filter--dropdown-minimised-container-stroke--width: 1;--wp--custom--light--filter-tabs--enabled--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--enabled--color-fg: #2E2E2E;--wp--custom--light--filter-tabs--enabled--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--enabled--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--enabled--container-stroke--style: solid;--wp--custom--light--filter-tabs--enabled--container-stroke--width: 3;--wp--custom--light--filter-tabs--disabled--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--disabled--color-fg: #2E2E2E;--wp--custom--light--filter-tabs--disabled--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--disabled--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--disabled--container-stroke--style: solid;--wp--custom--light--filter-tabs--disabled--container-stroke--width: 2;--wp--custom--light--filter-tabs--hover--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--hover--color-fg: #171717;--wp--custom--light--filter-tabs--hover--image-style-overlay-color: #49494980;--wp--custom--light--filter-tabs--hover--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--hover--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--hover--container-stroke--style: solid;--wp--custom--light--filter-tabs--hover--container-stroke--width: 3;--wp--custom--light--filter-tabs--selected--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--selected--color-fg: #171717;--wp--custom--light--filter-tabs--selected--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--selected--container-stroke--style: solid;--wp--custom--light--filter-tabs--selected--container-stroke--width: 3;--wp--custom--light--filter-tabs--selected--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--focused--color-bg: #E9E9E9;--wp--custom--light--filter-tabs--focused--color-fg: #171717;--wp--custom--light--filter-tabs--focused--color-stroke: #fefefe00;--wp--custom--light--filter-tabs--focused--container-stroke--color: #fefefe00;--wp--custom--light--filter-tabs--focused--container-stroke--style: solid;--wp--custom--light--filter-tabs--focused--container-stroke--width: 3;--wp--custom--light--review-summary--color-bg: #F8F8F8;--wp--custom--light--review-summary--color-stroke: #DFC582;--wp--custom--light--review-summary--title-color: #171717;--wp--custom--light--review-summary--body-color: #2E2E2E;--wp--custom--light--review-summary--number-rating-color--bg: #F6E5A6;--wp--custom--light--review-summary--number-rating-color--fg: #6B5B36;--wp--custom--light--review-summary--container-stroke--color: #DFC582;--wp--custom--light--review-summary--container-stroke--style: solid;--wp--custom--light--review-summary--container-stroke--width: 4;--wp--custom--light--review-summary--number-rating-container-border--color: #6B5B36;--wp--custom--light--review-summary--number-rating-container-border--style: solid;--wp--custom--light--review-summary--number-rating-container-border--width: 0;--wp--custom--light--image--color-bg: #F8F8F8;--wp--custom--light--image--caption-color: #494949;--wp--custom--light--input--neutral--enabled--label-color: #010101;--wp--custom--light--input--neutral--enabled--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--enabled--icon-color: #757575;--wp--custom--light--input--neutral--enabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--neutral--enabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--neutral--enabled--text-field-color-stroke: #A7A7A7;--wp--custom--light--input--neutral--enabled--helper-text-color: #494949;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--color: #A7A7A7;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--enabled--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--disabled--label-color: #010101;--wp--custom--light--input--neutral--disabled--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--disabled--icon-color: #757575;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--color: #A7A7A7;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--disabled--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--disabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--neutral--disabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--neutral--disabled--text-field-color-stroke: #A7A7A7;--wp--custom--light--input--neutral--disabled--helper-text-color: #494949;--wp--custom--light--input--neutral--hover--label-color: #010101;--wp--custom--light--input--neutral--hover--text-field-color-bg: #E9E9E9;--wp--custom--light--input--neutral--hover--icon-color: #5D5D5D;--wp--custom--light--input--neutral--hover--text-field-placeholder-text-color: #757575;--wp--custom--light--input--neutral--hover--text-field-filled-text-color: #494949;--wp--custom--light--input--neutral--hover--text-field-color-stroke: #8F8F8F;--wp--custom--light--input--neutral--hover--helper-text-color: #494949;--wp--custom--light--input--neutral--hover--text-field-container-stroke--color: #5D5D5D;--wp--custom--light--input--neutral--hover--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--hover--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--focused--label-color: #010101;--wp--custom--light--input--neutral--focused--text-field-color-bg: #F8F8F8;--wp--custom--light--input--neutral--focused--icon-color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-placeholder-text-color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-filled-text-color: #494949;--wp--custom--light--input--neutral--focused--text-field-color-stroke: #5D5D5D;--wp--custom--light--input--neutral--focused--helper-text-color: #494949;--wp--custom--light--input--neutral--focused--text-field-container-stroke--color: #5D5D5D;--wp--custom--light--input--neutral--focused--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--focused--text-field-container-stroke--width: 2;--wp--custom--light--input--neutral--focused--cursor-color: #494949;--wp--custom--light--input--neutral--read-only--label-color: #010101;--wp--custom--light--input--neutral--read-only--text-field-color-bg: #fefefe00;--wp--custom--light--input--neutral--read-only--icon-color: #8F8F8F;--wp--custom--light--input--neutral--read-only--text-field-text-color: #494949;--wp--custom--light--input--neutral--read-only--text-field-color-stroke: #E9E9E9;--wp--custom--light--input--neutral--read-only--helper-text-color: #494949;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--color: #E9E9E9;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--style: solid;--wp--custom--light--input--neutral--read-only--text-field-container-stroke--width: 2;--wp--custom--light--input--error--enabled--label-color: #010101;--wp--custom--light--input--error--enabled--text-field-color-bg: #f8f8f8;--wp--custom--light--input--error--enabled--icon-color: #757575;--wp--custom--light--input--error--enabled--text-field-placeholder-text-color: #8F8F8F;--wp--custom--light--input--error--enabled--text-field-filled-text-color: #5D5D5D;--wp--custom--light--input--error--enabled--text-field-color-stroke: #D3746A;--wp--custom--light--input--error--enabled--helper-text-color: #A33934;--wp--custom--light--input--error--enabled--text-field-container-stroke--color: #D3746A;--wp--custom--light--input--error--enabled--text-field-container-stroke--style: solid;--wp--custom--light--input--error--enabled--text-field-container-stroke--width: 2;--wp--custom--light--input--error--hover--label-color: #010101;--wp--custom--light--input--error--hover--text-field-color-bg: #e9e9e9;--wp--custom--light--input--error--hover--icon-color: #5D5D5D;--wp--custom--light--input--error--hover--text-field-placeholder-text-color: #757575;--wp--custom--light--input--error--hover--text-field-filled-text-color: #494949;--wp--custom--light--input--error--hover--text-field-color-stroke: #BE544C;--wp--custom--light--input--error--hover--helper-text-color: #A33934;--wp--custom--light--input--error--hover--text-field-container-stroke--color: #BE544C;--wp--custom--light--input--error--hover--text-field-container-stroke--style: solid;--wp--custom--light--input--error--hover--text-field-container-stroke--width: 2;--wp--custom--light--input--error--focused--text-field-container-stroke--color: #BE544C;--wp--custom--light--input--error--focused--text-field-container-stroke--style: solid;--wp--custom--light--input--error--focused--text-field-container-stroke--width: 2;--wp--custom--light--input--error--focused--label-color: #010101;--wp--custom--light--input--error--focused--text-field-color-bg: #f8f8f8;--wp--custom--light--input--error--focused--icon-color: #5D5D5D;--wp--custom--light--input--error--focused--text-field-placeholder-text-color: #5D5D5D;--wp--custom--light--input--error--focused--text-field-filled-text-color: #494949;--wp--custom--light--input--error--focused--text-field-color-stroke: #BE544C;--wp--custom--light--input--error--focused--helper-text-color: #A33934;--wp--custom--light--input--error--focused--cursor-color: #A33934;--wp--custom--light--lightbox--color-bg: #010101e6;--wp--custom--light--lightbox--color-fg: #FEFEFE;--wp--custom--light--lightbox--button-color: #FEFEFE;--wp--custom--light--lightbox--indicators-on-color: #FEFEFE;--wp--custom--light--lightbox--indicators-off-color: #A7A7A7;--wp--custom--light--lightbox-buttons--enabled--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--enabled--color-fg: #FEFEFE;--wp--custom--light--lightbox-buttons--disabled--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--disabled--color-fg: #FEFEFE;--wp--custom--light--lightbox-buttons--hover--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--hover--color-fg: #CCCCCC;--wp--custom--light--lightbox-buttons--focused--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--focused--color-fg: #8F8F8F;--wp--custom--light--lightbox-buttons--pressed--color-bg: #fefefe00;--wp--custom--light--lightbox-buttons--pressed--color-fg: #8F8F8F;--wp--custom--light--login-cta--primary-style-false-color-bg: #e9e9e980;--wp--custom--light--login-cta--primary-style-false-color-fg: #2E2E2E;--wp--custom--light--login-cta--primary-style-true-color-bg: #F8F8F8;--wp--custom--light--login-cta--primary-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--icon-style-true-color-bg: #fefefe00;--wp--custom--light--login-cta--icon-style-false-color-bg: #fefefe00;--wp--custom--light--login-cta--icon-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--icon-style-false-color-fg: #2E2E2E;--wp--custom--light--login-cta--tertiary-style-false-color-fg: #6B5B36;--wp--custom--light--login-cta--tertiary-style-false-color-bg: #fefefe00;--wp--custom--light--login-cta--tertiary-style-true-color-fg: #2E2E2E;--wp--custom--light--login-cta--tertiary-style-true-color-bg: #fefefe00;--wp--custom--light--mode--icon-style-icon-color: #2E2E2E;--wp--custom--light--mode--toggle-style-text-color: #757575;--wp--custom--light--mode--off--handle-color: #FEFEFE;--wp--custom--light--mode--off--track-color: #757575;--wp--custom--light--mode--on--handle-color: #FEFEFE;--wp--custom--light--mode--on--track-color: #887343;--wp--custom--light--newsletter--color-bg: #E9E9E9;--wp--custom--light--newsletter--title-color: #010101;--wp--custom--light--newsletter--body-color: #171717;--wp--custom--light--newsletter--disclaimer-color: #494949;--wp--custom--light--newsletter-confirmation--color-bg: #E9E9E9;--wp--custom--light--newsletter-confirmation--title-color: #010101;--wp--custom--light--newsletter-confirmation--body-color: #171717;--wp--custom--light--overlays--blur: 44;--wp--custom--light--overlays--color: #0101011a;--wp--custom--light--overlays--spread: 0;--wp--custom--light--overlays--type: dropShadow;--wp--custom--light--overlays--x: 0;--wp--custom--light--overlays--y: 0;--wp--custom--light--carousel-indicators--on-color: #171717;--wp--custom--light--carousel-indicators--off-color: #CCCCCC;--wp--custom--light--pagination-number--enabled--color-bg: #fefefe00;--wp--custom--light--pagination-number--enabled--color-fg: #494949;--wp--custom--light--pagination-number--selected--color-bg: #E9E9E9;--wp--custom--light--pagination-number--selected--color-fg: #2E2E2E;--wp--custom--light--pagination-number--hover--color-bg: #fefefe00;--wp--custom--light--pagination-number--hover--color-fg: #2E2E2E;--wp--custom--light--pagination-number--focused--color-bg: #fefefe00;--wp--custom--light--pagination-number--focused--color-fg: #2E2E2E;--wp--custom--light--pagination-number--pressed--color-bg: #fefefe00;--wp--custom--light--pagination-number--pressed--color-fg: #171717;--wp--custom--light--recaptcha--color-fg: #757575;--wp--custom--light--related-article--color-bg: #e9e9e900;--wp--custom--light--section-title--color-fg--minimal: #494949;--wp--custom--light--section-title--color-fg--subtle: #494949;--wp--custom--light--section-title--color-fg--bold: #FEFEFE;--wp--custom--light--section-title--color-fg--strong: #E9E9E9;--wp--custom--light--section-title--color-fg--sponsored: #5D5D5D;--wp--custom--light--star--unfilled-color-fg--minimal: #cccccc80;--wp--custom--light--star--unfilled-color-fg--subtle: #cccccc80;--wp--custom--light--star--unfilled-color-fg--bold: #494949;--wp--custom--light--star--unfilled-color-fg--strong: #494949;--wp--custom--light--star--unfilled-color-fg--sponsored: #CCCCCC;--wp--custom--light--star--filled-color-fg--minimal: #C4A364;--wp--custom--light--star--filled-color-fg--subtle: #C4A364;--wp--custom--light--star--filled-color-fg--bold: #DFC582;--wp--custom--light--star--filled-color-fg--strong: #DFC582;--wp--custom--light--star--filled-color-fg--sponsored: #5D5D5D;--wp--custom--light--star--input-color-fg--minimal: #171717;--wp--custom--light--star--input-color-fg--subtle: #171717;--wp--custom--light--star--input-color-fg--bold: #FEFEFE;--wp--custom--light--star--input-color-fg--strong: #FEFEFE;--wp--custom--light--star--input-color-fg--sponsored: #171717;--wp--custom--light--status-message--color-fg: #2E2E2E;--wp--custom--light--status-message--success--container-stroke--color: #99AC9C;--wp--custom--light--status-message--success--container-stroke--style: solid;--wp--custom--light--status-message--success--container-stroke--width: 4;--wp--custom--light--status-message--info--container-stroke--color: #95A9C0;--wp--custom--light--status-message--info--container-stroke--style: solid;--wp--custom--light--status-message--info--container-stroke--width: 4;--wp--custom--light--status-message--warning--container-stroke--color: #C4A364;--wp--custom--light--status-message--warning--container-stroke--style: solid;--wp--custom--light--status-message--warning--container-stroke--width: 4;--wp--custom--light--status-message--error--container-stroke--color: #D3746A;--wp--custom--light--status-message--error--container-stroke--style: solid;--wp--custom--light--status-message--error--container-stroke--width: 4;--wp--custom--light--status-message--neutral--container-stroke--color: #A7A7A7;--wp--custom--light--status-message--neutral--container-stroke--style: solid;--wp--custom--light--status-message--neutral--container-stroke--width: 4;--wp--custom--light--subscription-items--enabled--color-bg: #FEFEFE;--wp--custom--light--subscription-items--enabled--title-color: #010101;--wp--custom--light--subscription-items--enabled--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--enabled--body-color: #5D5D5D;--wp--custom--light--subscription-items--enabled--container-border--color: #E9E9E9;--wp--custom--light--subscription-items--enabled--container-border--style: solid;--wp--custom--light--subscription-items--enabled--container-border--width: 2;--wp--custom--light--subscription-items--hover--color-bg: #F8F8F8;--wp--custom--light--subscription-items--hover--title-color: #010101;--wp--custom--light--subscription-items--hover--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--hover--body-color: #5D5D5D;--wp--custom--light--subscription-items--hover--container-border--color: #CCCCCC;--wp--custom--light--subscription-items--hover--container-border--style: solid;--wp--custom--light--subscription-items--hover--container-border--width: 2;--wp--custom--light--subscription-items--selected--color-bg: #FEFACF;--wp--custom--light--subscription-items--selected--container-border--color: #887343;--wp--custom--light--subscription-items--selected--container-border--style: solid;--wp--custom--light--subscription-items--selected--container-border--width: 2;--wp--custom--light--subscription-items--selected--title-color: #010101;--wp--custom--light--subscription-items--selected--subtitle-color: #2E2E2E;--wp--custom--light--subscription-items--selected--body-color: #5D5D5D;--wp--custom--light--table--container-stroke--color: #CCCCCC;--wp--custom--light--table--container-stroke--style: solid;--wp--custom--light--table--container-stroke--width: 4;--wp--custom--light--table--cell-container-stroke--color: #cccccc40;--wp--custom--light--table--cell-container-stroke--style: solid;--wp--custom--light--table--cell-container-stroke--width: 2;--wp--custom--light--table--header-container-stroke--color: #cccccc40;--wp--custom--light--table--header-container-stroke--style: solid;--wp--custom--light--table--header-container-stroke--width: 2;--wp--custom--light--table--header-color-fg: #171717;--wp--custom--light--table--header-color-bg: #F8F8F8;--wp--custom--light--table--header-color-stroke: #cccccc40;--wp--custom--light--table--cell-color-fg: #2E2E2E;--wp--custom--light--table--color-stroke: #CCCCCC;--wp--custom--light--table--cell-color-stroke: #cccccc40;--wp--custom--light--table--enabled--odd-row-color-bg: #FEFEFE;--wp--custom--light--table--enabled--even-row-color-bg: #F8F8F8;--wp--custom--light--table--hover--color-bg: #CCCCCC;--wp--custom--light--tile-badge--ranking-container-border--minimal--color: #887343;--wp--custom--light--tile-badge--ranking-container-border--minimal--style: solid;--wp--custom--light--tile-badge--ranking-container-border--minimal--width: 0;--wp--custom--light--tile-badge--ranking-container-border--subtle--color: #6B5B36;--wp--custom--light--tile-badge--ranking-container-border--subtle--style: solid;--wp--custom--light--tile-badge--ranking-container-border--subtle--width: 0;--wp--custom--light--tile-badge--ranking-container-border--bold--color: #FEFEFE;--wp--custom--light--tile-badge--ranking-container-border--bold--style: solid;--wp--custom--light--tile-badge--ranking-container-border--bold--width: 0;--wp--custom--light--tile-badge--ranking-container-border--strong--color: #DFC582;--wp--custom--light--tile-badge--ranking-container-border--strong--style: solid;--wp--custom--light--tile-badge--ranking-container-border--strong--width: 0;--wp--custom--light--tile-badge--ranking-container-border--sponsored--color: #5D5D5D;--wp--custom--light--tile-badge--ranking-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--ranking-container-border--sponsored--width: 0;--wp--custom--light--tile-badge--ranking-color-bg--minimal: #010101;--wp--custom--light--tile-badge--ranking-color-bg--subtle: #010101;--wp--custom--light--tile-badge--ranking-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-bg--sponsored: #5D5D5D;--wp--custom--light--tile-badge--ranking-color-fg--minimal: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-fg--subtle: #FEFEFE;--wp--custom--light--tile-badge--ranking-color-fg--bold: #010101;--wp--custom--light--tile-badge--ranking-color-fg--strong: #010101;--wp--custom--light--tile-badge--ranking-color-fg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--minimal: #010101;--wp--custom--light--tile-badge--rating-color-bg--subtle: #010101;--wp--custom--light--tile-badge--rating-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--rating-color-bg--sponsored: #5D5D5D;--wp--custom--light--tile-badge--rating-color-fg--minimal: #F8F8F8;--wp--custom--light--tile-badge--rating-color-fg--subtle: #F8F8F8;--wp--custom--light--tile-badge--rating-color-fg--bold: #010101;--wp--custom--light--tile-badge--rating-color-fg--strong: #010101;--wp--custom--light--tile-badge--rating-color-fg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--minimal: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--subtle: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--bold: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--strong: #FEFEFE;--wp--custom--light--tile-badge--video-color-bg--sponsored: #FEFEFE;--wp--custom--light--tile-badge--video-color-fg--minimal: #171717;--wp--custom--light--tile-badge--video-color-fg--subtle: #171717;--wp--custom--light--tile-badge--video-color-fg--bold: #171717;--wp--custom--light--tile-badge--video-color-fg--strong: #171717;--wp--custom--light--tile-badge--video-color-fg--sponsored: #171717;--wp--custom--light--tile-badge--rating-container-border--minimal--color: #F6E5A6;--wp--custom--light--tile-badge--rating-container-border--minimal--style: solid;--wp--custom--light--tile-badge--rating-container-border--minimal--width: 0;--wp--custom--light--tile-badge--rating-container-border--subtle--color: #DFC582;--wp--custom--light--tile-badge--rating-container-border--subtle--style: solid;--wp--custom--light--tile-badge--rating-container-border--subtle--width: 0;--wp--custom--light--tile-badge--rating-container-border--bold--color: #010101;--wp--custom--light--tile-badge--rating-container-border--bold--style: solid;--wp--custom--light--tile-badge--rating-container-border--bold--width: 0;--wp--custom--light--tile-badge--rating-container-border--strong--color: #FEFEFE;--wp--custom--light--tile-badge--rating-container-border--strong--style: solid;--wp--custom--light--tile-badge--rating-container-border--strong--width: 0;--wp--custom--light--tile-badge--rating-container-border--sponsored--color: #FEFEFE;--wp--custom--light--tile-badge--rating-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--rating-container-border--sponsored--width: 0;--wp--custom--light--tile-badge--video-container-border--minimal--color: #171717;--wp--custom--light--tile-badge--video-container-border--minimal--style: solid;--wp--custom--light--tile-badge--video-container-border--minimal--width: 0;--wp--custom--light--tile-badge--video-container-border--subtle--color: #DFC582;--wp--custom--light--tile-badge--video-container-border--subtle--style: solid;--wp--custom--light--tile-badge--video-container-border--subtle--width: 0;--wp--custom--light--tile-badge--video-container-border--bold--color: #DFC582;--wp--custom--light--tile-badge--video-container-border--bold--style: solid;--wp--custom--light--tile-badge--video-container-border--bold--width: 0;--wp--custom--light--tile-badge--video-container-border--strong--color: #887343;--wp--custom--light--tile-badge--video-container-border--strong--style: solid;--wp--custom--light--tile-badge--video-container-border--strong--width: 0;--wp--custom--light--tile-badge--video-container-border--sponsored--color: #CCCCCC;--wp--custom--light--tile-badge--video-container-border--sponsored--style: solid;--wp--custom--light--tile-badge--video-container-border--sponsored--width: 0;--wp--custom--light--tip-box--info--container-stroke--color: #95A9C0;--wp--custom--light--tip-box--info--container-stroke--style: solid;--wp--custom--light--tip-box--info--container-stroke--width: 4;--wp--custom--light--tip-box--info--color-bg: #EFF3F8;--wp--custom--light--tip-box--info--color-fg: #525E6C;--wp--custom--light--tip-box--info--color-stroke: #95A9C0;--wp--custom--light--tip-box--negative--color-bg: #FDF8F7;--wp--custom--light--tip-box--negative--color-fg: #A33934;--wp--custom--light--tip-box--negative--color-stroke: #D3746A;--wp--custom--light--tip-box--negative--container-stroke--color: #D3746A;--wp--custom--light--tip-box--negative--container-stroke--style: solid;--wp--custom--light--tip-box--negative--container-stroke--width: 4;--wp--custom--light--tip-box--positive--container-stroke--color: #99AC9C;--wp--custom--light--tip-box--positive--container-stroke--style: solid;--wp--custom--light--tip-box--positive--container-stroke--width: 4;--wp--custom--light--tip-box--positive--color-bg: #F0F6F2;--wp--custom--light--tip-box--positive--color-fg: #4D6252;--wp--custom--light--tip-box--positive--color-stroke: #99AC9C;--wp--custom--light--toggle--color-fg: #010101;--wp--custom--light--toggle-switch--off--handle-color: #FEFEFE;--wp--custom--light--toggle-switch--off--track-color: #A7A7A7;--wp--custom--light--toggle-switch--on--handle-color: #FEFEFE;--wp--custom--light--toggle-switch--on--track-color: #171717;--wp--custom--light--top-nav--disclaimer-text-color: #757575;--wp--custom--light--top-nav--color-bg: #FEFEFE;--wp--custom--light--top-nav--menu-icon-color: #2E2E2E;--wp--custom--light--top-nav--color-stroke: #e9e9e9;--wp--custom--light--top-nav--container-stroke--color: #e9e9e9;--wp--custom--light--top-nav--container-stroke--style: solid;--wp--custom--light--top-nav--container-stroke--width: 2;--wp--custom--light--top-nav--elevation: 0px 8px 48px 0px #0000001A;--wp--custom--light--related-article-links--enabled--primary-color-fg: #887343;--wp--custom--light--related-article-links--enabled--primary-color-stroke: #dfc58240;--wp--custom--light--related-article-links--enabled--secondary-color-fg: #171717;--wp--custom--light--related-article-links--enabled--secondary-color-stroke: #e9e9e9;--wp--custom--light--related-article-links--primary-container-stroke--color: #dfc58240;--wp--custom--light--related-article-links--primary-container-stroke--width: 2;--wp--custom--light--related-article-links--primary-container-stroke--style: solid;--wp--custom--light--related-article-links--secondary-container-stroke--color: #e9e9e9;--wp--custom--light--related-article-links--secondary-container-stroke--width: 2;--wp--custom--light--related-article-links--secondary-container-stroke--style: solid;--wp--custom--light--related-article-links--hover--primary-color-fg: #171717;--wp--custom--light--related-article-links--hover--primary-color-stroke: #DFC582;--wp--custom--light--related-article-links--hover--secondary-color-fg: #171717;--wp--custom--light--related-article-links--hover--secondary-color-stroke: #DFC582;--wp--custom--light--author-name--color-bg: #fefefe00;--wp--custom--light--author-name--enabled--color-fg--minimal: #2E2E2E;--wp--custom--light--author-name--enabled--color-fg--subtle: #2E2E2E;--wp--custom--light--author-name--enabled--color-fg--bold: #CCCCCC;--wp--custom--light--author-name--enabled--color-fg--strong: #CCCCCC;--wp--custom--light--author-name--enabled--color-fg--sponsored: #2E2E2E;--wp--custom--light--author-name--hover--color-fg--minimal: #010101;--wp--custom--light--author-name--hover--color-fg--subtle: #010101;--wp--custom--light--author-name--hover--color-fg--bold: #E9E9E9;--wp--custom--light--author-name--hover--color-fg--strong: #E9E9E9;--wp--custom--light--author-name--hover--color-fg--sponsored: #010101;--wp--custom--light--author-name--pressed--color-fg--minimal: #010101;--wp--custom--light--author-name--pressed--color-fg--subtle: #010101;--wp--custom--light--author-name--pressed--color-fg--bold: #FEFEFE;--wp--custom--light--author-name--pressed--color-fg--strong: #FEFEFE;--wp--custom--light--author-name--pressed--color-fg--sponsored: #010101;--wp--custom--light--loading-indicator--color: #887343;--wp--custom--light--article-summary-links--color-bg: #fefefe00;--wp--custom--light--article-summary-links--enabled--color-fg: #6B5B36;--wp--custom--light--article-summary-links--hover--color-fg: #54472C;--wp--custom--light--article-summary-links--pressed--color-fg: #352D1E;--wp--custom--light--article-summary--container-stroke--color: #DFC582;--wp--custom--light--article-summary--container-stroke--width: 3;--wp--custom--light--article-summary--container-stroke--style: solid;--wp--custom--light--article-summary--color-bg: #F8F8F8;--wp--custom--light--article-summary--h-3-color: #2E2E2E;--wp--custom--light--article-summary--body-color: #494949;--wp--custom--light--article-summary--icon-color: #C4A364;--wp--custom--light--article-summary--color-stroke: #DFC582;--wp--custom--light--next-article--copy-container-color-bg: #a7a7a700;--wp--custom--light--next-article--copy-container-color-fg: #757575;--wp--custom--light--next-article--divider-color: #A7A7A7;--wp--custom--light--next-article--copy-container-border--color: #a7a7a700;--wp--custom--light--next-article--copy-container-border--width: 4;--wp--custom--light--next-article--copy-container-border--style: solid;--wp--custom--light--live-blog--timeline-color-fg--key-events: #887343;--wp--custom--light--live-blog--timeline-color-fg--regular: #E9E9E9;--wp--custom--light--live-blog--entry-color-bg--key-events: #FEFACF;--wp--custom--light--article-banners--color-bg--sponsored: #E9E9E9;--wp--custom--light--article-banners--color-bg--live-blog-open: #F6E5A6;--wp--custom--light--article-banners--color-bg--announcement: #E9E9E9;--wp--custom--light--article-banners--color-bg--live-blog-closed: #010101;--wp--custom--light--article-banners--color-fg--sponsored: #2E2E2E;--wp--custom--light--article-banners--color-fg--live-blog-open: #2E2E2E;--wp--custom--light--article-banners--color-fg--announcement: #494949;--wp--custom--light--article-banners--color-fg--live-blog-closed: #FEFEFE;--wp--custom--light--quiz-answer--enabled--color-bg: #F8F8F8;--wp--custom--light--quiz-answer--enabled--color-fg: #494949;--wp--custom--light--quiz-answer--enabled--border--color: #757575;--wp--custom--light--quiz-answer--enabled--border--width: 2;--wp--custom--light--quiz-answer--enabled--border--style: solid;--wp--custom--light--quiz-answer--disabled--border--color: #75757580;--wp--custom--light--quiz-answer--disabled--border--width: 2;--wp--custom--light--quiz-answer--disabled--border--style: solid;--wp--custom--light--quiz-answer--selected--color-bg: #2E2E2E;--wp--custom--light--quiz-answer--selected--color-fg: #F8F8F8;--wp--custom--light--quiz-answer--selected--border--color: #2E2E2E;--wp--custom--light--quiz-answer--selected--border--width: 2;--wp--custom--light--quiz-answer--selected--border--style: solid;--wp--custom--light--quiz-answer--hover--color-bg: #E9E9E9;--wp--custom--light--quiz-answer--hover--color-fg: #010101;--wp--custom--light--quiz-answer--hover--border--color: #010101;--wp--custom--light--quiz-answer--hover--border--width: 2;--wp--custom--light--quiz-answer--hover--border--style: solid;--wp--custom--light--quiz--result-color-fg--primary: #2E2E2E;--wp--custom--light--quiz--result-color-fg--secondary: #5D5D5D;--wp--custom--light--avatar--placeholder--color-bg: #494949;--wp--custom--light--avatar--placeholder--color-fg: #CCCCCC;--wp--custom--light--quotation--color-bg--pull-quote: #FEFEFE;--wp--custom--light--quotation--color-bg--quote: #FEFEFE;--wp--custom--light--quotation--color-fg--pull-quote: #2E2E2E;--wp--custom--light--quotation--color-fg--quote: #2E2E2E;--wp--custom--light--quotation--caption-color--pull-quote: #757575;--wp--custom--light--quotation--caption-color--quote: #757575;--wp--custom--light--quotation--color-stroke--pull-quote: #E9E9E9;--wp--custom--light--quotation--color-stroke--quote: #DFC582;--wp--custom--light--quotation--color-stroke--minimal-quote: #CCCCCC;--wp--custom--light--quotation--container-stroke--pull-quote--color: #E9E9E9;--wp--custom--light--quotation--container-stroke--pull-quote--style: solid;--wp--custom--light--quotation--container-stroke--pull-quote--width: 3;--wp--custom--light--quotation--container-stroke--quote--color: #DFC582;--wp--custom--light--quotation--container-stroke--quote--style: solid;--wp--custom--light--quotation--container-stroke--quote--width: 3;--wp--custom--light--links--primary--enabled--color-fg--sm: #757575;--wp--custom--light--links--primary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--primary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--primary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--primary--hover--color-fg--md: #757575;--wp--custom--light--links--primary--hover--color-fg--lg: #757575;--wp--custom--light--links--primary--activated--color-fg--sm: #887343;--wp--custom--light--links--primary--activated--color-fg--md: #887343;--wp--custom--light--links--primary--activated--color-fg--lg: #887343;--wp--custom--light--links--secondary--enabled--color-fg--sm: #494949;--wp--custom--light--links--secondary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--secondary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--secondary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--secondary--hover--color-fg--md: #757575;--wp--custom--light--links--secondary--hover--color-fg--lg: #757575;--wp--custom--light--links--secondary--activated--color-fg--sm: #887343;--wp--custom--light--links--secondary--activated--color-fg--md: #887343;--wp--custom--light--links--secondary--activated--color-fg--lg: #887343;--wp--custom--light--links--tertiary--enabled--color-fg--sm: #5D5D5D;--wp--custom--light--links--tertiary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--tertiary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--tertiary--hover--color-fg--sm: #2E2E2E;--wp--custom--light--links--tertiary--hover--color-fg--md: #757575;--wp--custom--light--links--tertiary--hover--color-fg--lg: #757575;--wp--custom--light--links--tertiary--activated--color-fg--sm: #887343;--wp--custom--light--links--tertiary--activated--color-fg--md: #887343;--wp--custom--light--links--tertiary--activated--color-fg--lg: #887343;--wp--custom--light--links--quaternary--enabled--color-fg--sm: #494949;--wp--custom--light--links--quaternary--enabled--color-fg--md: #2E2E2E;--wp--custom--light--links--quaternary--enabled--color-fg--lg: #2E2E2E;--wp--custom--light--links--quaternary--hover--color-fg--sm: #5D5D5D;--wp--custom--light--links--quaternary--hover--color-fg--md: #2E2E2E;--wp--custom--light--links--quaternary--hover--color-fg--lg: #2E2E2E;--wp--custom--light--links--quaternary--activated--color-fg--sm: #887343;--wp--custom--light--links--quaternary--activated--color-fg--md: #887343;--wp--custom--light--links--quaternary--activated--color-fg--lg: #887343;--wp--custom--light--links--quinary--enabled--color-fg: #5D5D5D;--wp--custom--light--links--quinary--hover--color-fg: #494949;--wp--custom--light--links--quinary--activated--color-fg: #2E2E2E;--wp--custom--light--links--quinary--context--color-fg: #171717;--wp--custom--light--links-expandable--icon-color-bg: #fefefe00;--wp--custom--light--links-expandable--icon-color-fg: #2E2E2E;--wp--custom--light--dynamic-nav--color-bg: #F8F8F8;--wp--custom--light--dynamic-nav--color-stroke: #2e2e2e00;--wp--custom--light--dynamic-nav--container-stroke--color: #2e2e2e00;--wp--custom--light--dynamic-nav--container-stroke--style: solid;--wp--custom--light--dynamic-nav--container-stroke--width: 2;--wp--custom--light--nav-socials--primary--enabled--color-bg: #E9E9E9;--wp--custom--light--nav-socials--primary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--primary--hover--color-bg: #CCCCCC;--wp--custom--light--nav-socials--primary--hover--color-fg: #171717;--wp--custom--light--nav-socials--secondary--enabled--color-bg: #e9e9e900;--wp--custom--light--nav-socials--secondary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--secondary--hover--color-bg: #e9e9e900;--wp--custom--light--nav-socials--secondary--hover--color-fg: #171717;--wp--custom--light--nav-socials--tertiary--enabled--color-bg: #fefefe00;--wp--custom--light--nav-socials--tertiary--enabled--color-fg: #2E2E2E;--wp--custom--light--nav-socials--tertiary--hover--color-bg: #CCCCCC;--wp--custom--light--nav-socials--tertiary--hover--color-fg: #171717;--wp--custom--light--search--primary--enabled--bar-style-color-bg: #E9E9E9;--wp--custom--light--search--primary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--enabled--bar-style-text-color: #757575;--wp--custom--light--search--primary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--primary--enabled--icon-style-icon-color: #2E2E2E;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--primary--enabled--bar-style-container-stroke--width: 2;--wp--custom--light--search--primary--selected--bar-style-color-bg: #E9E9E9;--wp--custom--light--search--primary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--primary--selected--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--selected--bar-style-text-color: #010101;--wp--custom--light--search--primary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--primary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--primary--selected--icon-style-text-color: #010101;--wp--custom--light--search--primary--selected--icon-style-color-stroke: #757575;--wp--custom--light--search--primary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--primary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--primary--selected--bar-style-container-stroke--width: 2;--wp--custom--light--search--primary--selected--icon-style-container-stroke--color: #757575;--wp--custom--light--search--primary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--primary--selected--icon-style-container-stroke--width: 2;--wp--custom--light--search--secondary--enabled--bar-style-color-bg: #f8f8f8;--wp--custom--light--search--secondary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-text-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--enabled--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--width: 0;--wp--custom--light--search--secondary--selected--bar-style-color-bg: #f8f8f8;--wp--custom--light--search--secondary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--secondary--selected--bar-style-icon-color: #494949;--wp--custom--light--search--secondary--selected--bar-style-text-color: #010101;--wp--custom--light--search--secondary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--secondary--selected--icon-style-text-color: #010101;--wp--custom--light--search--secondary--selected--icon-style-color-stroke: #f8f8f800;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--secondary--selected--bar-style-container-stroke--width: 0;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--secondary--selected--icon-style-container-stroke--width: 0;--wp--custom--light--search--tertiary--enabled--bar-style-color-bg: #F8F8F8;--wp--custom--light--search--tertiary--enabled--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--enabled--bar-style-text-color: #757575;--wp--custom--light--search--tertiary--enabled--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--tertiary--enabled--icon-style-icon-color: #2E2E2E;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--width: 2;--wp--custom--light--search--tertiary--selected--bar-style-color-bg: #F8F8F8;--wp--custom--light--search--tertiary--selected--icon-style-color-bg: #fefefe00;--wp--custom--light--search--tertiary--selected--bar-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--selected--bar-style-text-color: #171717;--wp--custom--light--search--tertiary--selected--bar-style-color-stroke: #f8f8f800;--wp--custom--light--search--tertiary--selected--icon-style-icon-color: #5D5D5D;--wp--custom--light--search--tertiary--selected--icon-style-text-color: #010101;--wp--custom--light--search--tertiary--selected--icon-style-color-stroke: #757575;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--color: #f8f8f800;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--width: 2;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--color: #757575;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--style: solid;--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--width: 2;--wp--custom--light--poll--vote-bar--color-bg: #8f8f8f80;--wp--custom--light--poll--vote-bar--default-color-fg: #757575;--wp--custom--light--poll--vote-bar--winner-color-fg: #171717;--wp--custom--light--poll--color-bg: #f8f8f8;--wp--custom--light--poll--container-border--color: #a7a7a740;--wp--custom--light--poll--container-border--width: 2;--wp--custom--light--poll--container-border--style: solid;--wp--custom--light--topic-head--color-bg--image-bg: linear-gradient (0deg, #171717f5 0%, #171717e0 60%, #17171766 100%);--wp--custom--light--topic-head--color-bg--solid-bg: #F8F8F8;--wp--custom--light--topic-head--image--color-bg: rgba(#757575), 10%);--wp--custom--light--topic-head--image--border--color: #75757500;--wp--custom--light--topic-head--image--border--width: 2;--wp--custom--light--topic-head--primary--color-fg--solid-bg: #171717;--wp--custom--light--topic-head--primary--color-fg--image-bg: #FEFEFE;--wp--custom--light--topic-head--secondary--color-fg--solid-bg: #2E2E2E;--wp--custom--light--topic-head--secondary--color-fg--image-bg: #E9E9E9;--wp--custom--light--topic-head--tertiary--color-fg--solid-bg: #494949;--wp--custom--light--topic-head--tertiary--color-fg--image-bg: #CCCCCC;--wp--custom--light--topic-head--quaternary--color-fg--solid-bg: #5D5D5D;--wp--custom--light--topic-head--quaternary--color-fg--image-bg: #e9e9e9bf;--wp--custom--light--item-tile--enabled--color-bg--image-bg: #8f8f8f00;--wp--custom--light--item-tile--enabled--color-bg--solid-bg: #8f8f8f00;--wp--custom--light--item-tile--enabled--border--color: #8f8f8f00;--wp--custom--light--item-tile--enabled--border--width: 2;--wp--custom--light--item-tile--enabled--title-color--image-bg: #FEFEFE;--wp--custom--light--item-tile--enabled--title-color--solid-bg: #171717;--wp--custom--light--item-tile--enabled--subtitle-color--image-bg: #CCCCCC;--wp--custom--light--item-tile--enabled--subtitle-color--solid-bg: #494949;--wp--custom--light--item-tile--hover--color-bg--image-bg: #8f8f8f00;--wp--custom--light--item-tile--hover--color-bg--solid-bg: #8f8f8f00;--wp--custom--light--item-tile--hover--title-color--simage-bg: #FEFEFE;--wp--custom--light--item-tile--hover--title-color--solid-bg: #171717;--wp--custom--light--item-tile--hover--border--color: #8f8f8f00;--wp--custom--light--item-tile--hover--border--width: 2;--wp--custom--light--item-tile--image--portrait-style-color-bg: #8f8f8f1a;--wp--custom--light--item-tile--image--square-style-color-bg: #8f8f8f1a;--wp--custom--light--item-tile--image--portrait-style-border--color: #8f8f8f00;--wp--custom--light--item-tile--image--portrait-style-border--width: 2;--wp--custom--light--item-tile--image--square-style-border--color: #8f8f8f00;--wp--custom--light--item-tile--image--square-style-border--width: 2;--wp--custom--light--side-nav--title-container-stroke--desktop--color: #a7a7a740;--wp--custom--light--side-nav--title-container-stroke--desktop--width: 1;--wp--custom--light--side-nav--title-container-stroke--desktop--style: solid;--wp--custom--light--side-nav--title-container-stroke--mobile--color: #a7a7a740;--wp--custom--light--side-nav--title-container-stroke--mobile--width: 1;--wp--custom--light--side-nav--title-container-stroke--mobile--style: solid;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--color: #a7a7a740;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--width: 1;--wp--custom--light--side-nav--subtitle-container-stroke--desktop--style: solid;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--color: #a7a7a740;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--width: 1;--wp--custom--light--side-nav--subtitle-container-stroke--mobile--style: solid;--wp--custom--light--side-nav--color-bg--desktop: #f8f8f8;--wp--custom--light--side-nav--color-bg--mobile: #f8f8f8;--wp--custom--light--brand--color--5: #FEFACF;--wp--custom--light--brand--color--10: #F6E5A6;--wp--custom--light--brand--color--20: #DFC582;--wp--custom--light--brand--color--30: #C4A364;--wp--custom--light--brand--color--40: #A58C52;--wp--custom--light--brand--color--50: #887343;--wp--custom--light--brand--color--60: #6B5B36;--wp--custom--light--brand--color--70: #54472C;--wp--custom--light--brand--color--80: #352D1E;--wp--custom--light--brand--color--90: #1A1610;--wp--custom--light--accent-1--color--5: #F0F6F2;--wp--custom--light--accent-1--color--10: #E1E7E2;--wp--custom--light--accent-1--color--20: #C0CDC2;--wp--custom--light--accent-1--color--30: #99AC9C;--wp--custom--light--accent-1--color--40: #7E9582;--wp--custom--light--accent-1--color--50: #647B69;--wp--custom--light--accent-1--color--60: #4D6252;--wp--custom--light--accent-1--color--70: #3C4D40;--wp--custom--light--accent-1--color--80: #263028;--wp--custom--light--accent-1--color--90: #141815;--wp--custom--light--sponsored--color--5: #F8F8F8;--wp--custom--light--sponsored--color--10: #E9E9E9;--wp--custom--light--sponsored--color--20: #CCCCCC;--wp--custom--light--sponsored--color--30: #A7A7A7;--wp--custom--light--sponsored--color--40: #8F8F8F;--wp--custom--light--sponsored--color--50: #757575;--wp--custom--light--sponsored--color--60: #5D5D5D;--wp--custom--light--sponsored--color--70: #494949;--wp--custom--light--sponsored--color--80: #2E2E2E;--wp--custom--light--sponsored--color--90: #171717;}body.theme-light{--wp--custom--general-color--h-1:var(--wp--custom--light--general-color--h-1);--wp--custom--general-color--h-2:var(--wp--custom--light--general-color--h-2);--wp--custom--general-color--h-3:var(--wp--custom--light--general-color--h-3);--wp--custom--general-color--subtitle:var(--wp--custom--light--general-color--subtitle);--wp--custom--general-color--body:var(--wp--custom--light--general-color--body);--wp--custom--general-color--caption:var(--wp--custom--light--general-color--caption);--wp--custom--general-color--disclaimer:var(--wp--custom--light--general-color--disclaimer);--wp--custom--general-color-bg--minimal:var(--wp--custom--light--general-color-bg--minimal);--wp--custom--general-color-bg--subtle:var(--wp--custom--light--general-color-bg--subtle);--wp--custom--general-color-bg--bold:var(--wp--custom--light--general-color-bg--bold);--wp--custom--general-color-bg--strong:var(--wp--custom--light--general-color-bg--strong);--wp--custom--general-color-bg--sponsored:var(--wp--custom--light--general-color-bg--sponsored);--wp--custom--general-color-bg--overlay:var(--wp--custom--light--general-color-bg--overlay);--wp--custom--general-date-color--minimal:var(--wp--custom--light--general-date-color--minimal);--wp--custom--general-date-color--subtle:var(--wp--custom--light--general-date-color--subtle);--wp--custom--general-date-color--bold:var(--wp--custom--light--general-date-color--bold);--wp--custom--general-date-color--strong:var(--wp--custom--light--general-date-color--strong);--wp--custom--general-date-color--sponsored:var(--wp--custom--light--general-date-color--sponsored);--wp--custom--hyperlink--color-bg:var(--wp--custom--light--hyperlink--color-bg);--wp--custom--hyperlink--enabled--color-fg:var(--wp--custom--light--hyperlink--enabled--color-fg);--wp--custom--hyperlink--enabled--border--color:var(--wp--custom--light--hyperlink--enabled--border--color);--wp--custom--hyperlink--enabled--border--width:var(--wp--custom--light--hyperlink--enabled--border--width);--wp--custom--hyperlink--enabled--border--style:var(--wp--custom--light--hyperlink--enabled--border--style);--wp--custom--hyperlink--hover--color-fg:var(--wp--custom--light--hyperlink--hover--color-fg);--wp--custom--hyperlink--hover--border--color:var(--wp--custom--light--hyperlink--hover--border--color);--wp--custom--hyperlink--hover--border--width:var(--wp--custom--light--hyperlink--hover--border--width);--wp--custom--hyperlink--hover--border--style:var(--wp--custom--light--hyperlink--hover--border--style);--wp--custom--hyperlink--pressed--color-fg:var(--wp--custom--light--hyperlink--pressed--color-fg);--wp--custom--hyperlink--pressed--border--color:var(--wp--custom--light--hyperlink--pressed--border--color);--wp--custom--hyperlink--pressed--border--width:var(--wp--custom--light--hyperlink--pressed--border--width);--wp--custom--hyperlink--pressed--border--style:var(--wp--custom--light--hyperlink--pressed--border--style);--wp--custom--info--color-bg:var(--wp--custom--light--info--color-bg);--wp--custom--info--color-fg:var(--wp--custom--light--info--color-fg);--wp--custom--info--color-stroke:var(--wp--custom--light--info--color-stroke);--wp--custom--info--color--5:var(--wp--custom--light--info--color--5);--wp--custom--info--color--10:var(--wp--custom--light--info--color--10);--wp--custom--info--color--20:var(--wp--custom--light--info--color--20);--wp--custom--info--color--30:var(--wp--custom--light--info--color--30);--wp--custom--info--color--40:var(--wp--custom--light--info--color--40);--wp--custom--info--color--50:var(--wp--custom--light--info--color--50);--wp--custom--info--color--60:var(--wp--custom--light--info--color--60);--wp--custom--info--color--70:var(--wp--custom--light--info--color--70);--wp--custom--info--color--80:var(--wp--custom--light--info--color--80);--wp--custom--info--color--90:var(--wp--custom--light--info--color--90);--wp--custom--warning--color-bg:var(--wp--custom--light--warning--color-bg);--wp--custom--warning--color-fg:var(--wp--custom--light--warning--color-fg);--wp--custom--warning--color-stroke:var(--wp--custom--light--warning--color-stroke);--wp--custom--warning--color--5:var(--wp--custom--light--warning--color--5);--wp--custom--warning--color--10:var(--wp--custom--light--warning--color--10);--wp--custom--warning--color--20:var(--wp--custom--light--warning--color--20);--wp--custom--warning--color--30:var(--wp--custom--light--warning--color--30);--wp--custom--warning--color--40:var(--wp--custom--light--warning--color--40);--wp--custom--warning--color--50:var(--wp--custom--light--warning--color--50);--wp--custom--warning--color--60:var(--wp--custom--light--warning--color--60);--wp--custom--warning--color--70:var(--wp--custom--light--warning--color--70);--wp--custom--warning--color--80:var(--wp--custom--light--warning--color--80);--wp--custom--warning--color--90:var(--wp--custom--light--warning--color--90);--wp--custom--positive--color-bg:var(--wp--custom--light--positive--color-bg);--wp--custom--positive--color-fg:var(--wp--custom--light--positive--color-fg);--wp--custom--positive--color-stroke:var(--wp--custom--light--positive--color-stroke);--wp--custom--positive--border--color:var(--wp--custom--light--positive--border--color);--wp--custom--positive--border--width:var(--wp--custom--light--positive--border--width);--wp--custom--positive--border--style:var(--wp--custom--light--positive--border--style);--wp--custom--positive--color--5:var(--wp--custom--light--positive--color--5);--wp--custom--positive--color--10:var(--wp--custom--light--positive--color--10);--wp--custom--positive--color--20:var(--wp--custom--light--positive--color--20);--wp--custom--positive--color--30:var(--wp--custom--light--positive--color--30);--wp--custom--positive--color--40:var(--wp--custom--light--positive--color--40);--wp--custom--positive--color--50:var(--wp--custom--light--positive--color--50);--wp--custom--positive--color--60:var(--wp--custom--light--positive--color--60);--wp--custom--positive--color--70:var(--wp--custom--light--positive--color--70);--wp--custom--positive--color--80:var(--wp--custom--light--positive--color--80);--wp--custom--positive--color--90:var(--wp--custom--light--positive--color--90);--wp--custom--negative--color-bg:var(--wp--custom--light--negative--color-bg);--wp--custom--negative--color-fg:var(--wp--custom--light--negative--color-fg);--wp--custom--negative--color-stroke:var(--wp--custom--light--negative--color-stroke);--wp--custom--negative--border--color:var(--wp--custom--light--negative--border--color);--wp--custom--negative--border--width:var(--wp--custom--light--negative--border--width);--wp--custom--negative--border--style:var(--wp--custom--light--negative--border--style);--wp--custom--negative--color--5:var(--wp--custom--light--negative--color--5);--wp--custom--negative--color--10:var(--wp--custom--light--negative--color--10);--wp--custom--negative--color--20:var(--wp--custom--light--negative--color--20);--wp--custom--negative--color--30:var(--wp--custom--light--negative--color--30);--wp--custom--negative--color--40:var(--wp--custom--light--negative--color--40);--wp--custom--negative--color--50:var(--wp--custom--light--negative--color--50);--wp--custom--negative--color--60:var(--wp--custom--light--negative--color--60);--wp--custom--negative--color--70:var(--wp--custom--light--negative--color--70);--wp--custom--negative--color--80:var(--wp--custom--light--negative--color--80);--wp--custom--negative--color--90:var(--wp--custom--light--negative--color--90);--wp--custom--neutral--color-bg:var(--wp--custom--light--neutral--color-bg);--wp--custom--neutral--color-fg:var(--wp--custom--light--neutral--color-fg);--wp--custom--neutral--color-stroke:var(--wp--custom--light--neutral--color-stroke);--wp--custom--neutral--color--0:var(--wp--custom--light--neutral--color--0);--wp--custom--neutral--color--5:var(--wp--custom--light--neutral--color--5);--wp--custom--neutral--color--10:var(--wp--custom--light--neutral--color--10);--wp--custom--neutral--color--20:var(--wp--custom--light--neutral--color--20);--wp--custom--neutral--color--30:var(--wp--custom--light--neutral--color--30);--wp--custom--neutral--color--40:var(--wp--custom--light--neutral--color--40);--wp--custom--neutral--color--50:var(--wp--custom--light--neutral--color--50);--wp--custom--neutral--color--60:var(--wp--custom--light--neutral--color--60);--wp--custom--neutral--color--70:var(--wp--custom--light--neutral--color--70);--wp--custom--neutral--color--80:var(--wp--custom--light--neutral--color--80);--wp--custom--neutral--color--90:var(--wp--custom--light--neutral--color--90);--wp--custom--neutral--color--100:var(--wp--custom--light--neutral--color--100);--wp--custom--icons--color-fg:var(--wp--custom--light--icons--color-fg);--wp--custom--ad-wrapper--color-bg:var(--wp--custom--light--ad-wrapper--color-bg);--wp--custom--ad-wrapper--color-fg:var(--wp--custom--light--ad-wrapper--color-fg);--wp--custom--article-group--color-bg--minimal:var(--wp--custom--light--article-group--color-bg--minimal);--wp--custom--article-group--color-bg--subtle:var(--wp--custom--light--article-group--color-bg--subtle);--wp--custom--article-group--color-bg--bold:var(--wp--custom--light--article-group--color-bg--bold);--wp--custom--article-group--color-bg--strong:var(--wp--custom--light--article-group--color-bg--strong);--wp--custom--article-group--color-bg--sponsored:var(--wp--custom--light--article-group--color-bg--sponsored);--wp--custom--article-head--color-bg:var(--wp--custom--light--article-head--color-bg);--wp--custom--article-head--title-color:var(--wp--custom--light--article-head--title-color);--wp--custom--article-head--subtitle-color:var(--wp--custom--light--article-head--subtitle-color);--wp--custom--article-tile--enabled--color-bg--minimal:var(--wp--custom--light--article-tile--enabled--color-bg--minimal);--wp--custom--article-tile--enabled--color-bg--subtle:var(--wp--custom--light--article-tile--enabled--color-bg--subtle);--wp--custom--article-tile--enabled--color-bg--bold:var(--wp--custom--light--article-tile--enabled--color-bg--bold);--wp--custom--article-tile--enabled--color-bg--strong:var(--wp--custom--light--article-tile--enabled--color-bg--strong);--wp--custom--article-tile--enabled--color-bg--sponsored:var(--wp--custom--light--article-tile--enabled--color-bg--sponsored);--wp--custom--article-tile--enabled--title-color--minimal:var(--wp--custom--light--article-tile--enabled--title-color--minimal);--wp--custom--article-tile--enabled--title-color--subtle:var(--wp--custom--light--article-tile--enabled--title-color--subtle);--wp--custom--article-tile--enabled--title-color--bold:var(--wp--custom--light--article-tile--enabled--title-color--bold);--wp--custom--article-tile--enabled--title-color--strong:var(--wp--custom--light--article-tile--enabled--title-color--strong);--wp--custom--article-tile--enabled--title-color--sponsored:var(--wp--custom--light--article-tile--enabled--title-color--sponsored);--wp--custom--article-tile--enabled--subtitle-color--minimal:var(--wp--custom--light--article-tile--enabled--subtitle-color--minimal);--wp--custom--article-tile--enabled--subtitle-color--subtle:var(--wp--custom--light--article-tile--enabled--subtitle-color--subtle);--wp--custom--article-tile--enabled--subtitle-color--bold:var(--wp--custom--light--article-tile--enabled--subtitle-color--bold);--wp--custom--article-tile--enabled--subtitle-color--strong:var(--wp--custom--light--article-tile--enabled--subtitle-color--strong);--wp--custom--article-tile--enabled--subtitle-color--sponsored:var(--wp--custom--light--article-tile--enabled--subtitle-color--sponsored);--wp--custom--article-tile--hover--color-bg--minimal:var(--wp--custom--light--article-tile--hover--color-bg--minimal);--wp--custom--article-tile--hover--color-bg--subtle:var(--wp--custom--light--article-tile--hover--color-bg--subtle);--wp--custom--article-tile--hover--color-bg--bold:var(--wp--custom--light--article-tile--hover--color-bg--bold);--wp--custom--article-tile--hover--color-bg--strong:var(--wp--custom--light--article-tile--hover--color-bg--strong);--wp--custom--article-tile--hover--color-bg--sponsored:var(--wp--custom--light--article-tile--hover--color-bg--sponsored);--wp--custom--article-tile--hover--title-color--minimal:var(--wp--custom--light--article-tile--hover--title-color--minimal);--wp--custom--article-tile--hover--title-color--subtle:var(--wp--custom--light--article-tile--hover--title-color--subtle);--wp--custom--article-tile--hover--title-color--bold:var(--wp--custom--light--article-tile--hover--title-color--bold);--wp--custom--article-tile--hover--title-color--strong:var(--wp--custom--light--article-tile--hover--title-color--strong);--wp--custom--article-tile--hover--title-color--sponsored:var(--wp--custom--light--article-tile--hover--title-color--sponsored);--wp--custom--author-bio--title-color--minimal:var(--wp--custom--light--author-bio--title-color--minimal);--wp--custom--author-bio--title-color--subtle:var(--wp--custom--light--author-bio--title-color--subtle);--wp--custom--author-bio--title-color--sponsored:var(--wp--custom--light--author-bio--title-color--sponsored);--wp--custom--author-bio--body-color--minimal:var(--wp--custom--light--author-bio--body-color--minimal);--wp--custom--author-bio--body-color--sponsored:var(--wp--custom--light--author-bio--body-color--sponsored);--wp--custom--banners--color-bg--minimal:var(--wp--custom--light--banners--color-bg--minimal);--wp--custom--banners--color-bg--subtle:var(--wp--custom--light--banners--color-bg--subtle);--wp--custom--banners--color-bg--bold:var(--wp--custom--light--banners--color-bg--bold);--wp--custom--banners--color-bg--strong:var(--wp--custom--light--banners--color-bg--strong);--wp--custom--banners--color-bg--sponsored:var(--wp--custom--light--banners--color-bg--sponsored);--wp--custom--banners--title-color--minimal:var(--wp--custom--light--banners--title-color--minimal);--wp--custom--banners--title-color--subtle:var(--wp--custom--light--banners--title-color--subtle);--wp--custom--banners--title-color--bold:var(--wp--custom--light--banners--title-color--bold);--wp--custom--banners--title-color--strong:var(--wp--custom--light--banners--title-color--strong);--wp--custom--banners--title-color--sponsored:var(--wp--custom--light--banners--title-color--sponsored);--wp--custom--banners--body-color--minimal:var(--wp--custom--light--banners--body-color--minimal);--wp--custom--banners--body-color--subtle:var(--wp--custom--light--banners--body-color--subtle);--wp--custom--banners--body-color--bold:var(--wp--custom--light--banners--body-color--bold);--wp--custom--banners--body-color--strong:var(--wp--custom--light--banners--body-color--strong);--wp--custom--banners--body-color--sponsored:var(--wp--custom--light--banners--body-color--sponsored);--wp--custom--bottom-nav--color-bg:var(--wp--custom--light--bottom-nav--color-bg);--wp--custom--bottom-nav--tagline-color:var(--wp--custom--light--bottom-nav--tagline-color);--wp--custom--bottom-nav--disclaimer-text-color:var(--wp--custom--light--bottom-nav--disclaimer-text-color);--wp--custom--bottom-nav--color-stroke:var(--wp--custom--light--bottom-nav--color-stroke);--wp--custom--bottom-nav--container-stroke--color:var(--wp--custom--light--bottom-nav--container-stroke--color);--wp--custom--bottom-nav--container-stroke--style:var(--wp--custom--light--bottom-nav--container-stroke--style);--wp--custom--bottom-nav--container-stroke--width:var(--wp--custom--light--bottom-nav--container-stroke--width);--wp--custom--button--primary--enabled--icon-style-color-bg--minimal:var(--wp--custom--light--button--primary--enabled--icon-style-color-bg--minimal);--wp--custom--button--primary--enabled--icon-style-color-bg--subtle:var(--wp--custom--light--button--primary--enabled--icon-style-color-bg--subtle);--wp--custom--button--primary--enabled--icon-style-color-bg--strong:var(--wp--custom--light--button--primary--enabled--icon-style-color-bg--strong);--wp--custom--button--primary--enabled--icon-style-color-bg--bold:var(--wp--custom--light--button--primary--enabled--icon-style-color-bg--bold);--wp--custom--button--primary--enabled--icon-style-color-bg--sponsored:var(--wp--custom--light--button--primary--enabled--icon-style-color-bg--sponsored);--wp--custom--button--primary--enabled--icon-style-color-fg--minimal:var(--wp--custom--light--button--primary--enabled--icon-style-color-fg--minimal);--wp--custom--button--primary--enabled--icon-style-color-fg--subtle:var(--wp--custom--light--button--primary--enabled--icon-style-color-fg--subtle);--wp--custom--button--primary--enabled--icon-style-color-fg--strong:var(--wp--custom--light--button--primary--enabled--icon-style-color-fg--strong);--wp--custom--button--primary--enabled--icon-style-color-fg--bold:var(--wp--custom--light--button--primary--enabled--icon-style-color-fg--bold);--wp--custom--button--primary--enabled--icon-style-color-fg--sponsored:var(--wp--custom--light--button--primary--enabled--icon-style-color-fg--sponsored);--wp--custom--button--primary--enabled--text-style-color-bg--minimal:var(--wp--custom--light--button--primary--enabled--text-style-color-bg--minimal);--wp--custom--button--primary--enabled--text-style-color-bg--subtle:var(--wp--custom--light--button--primary--enabled--text-style-color-bg--subtle);--wp--custom--button--primary--enabled--text-style-color-bg--strong:var(--wp--custom--light--button--primary--enabled--text-style-color-bg--strong);--wp--custom--button--primary--enabled--text-style-color-bg--bold:var(--wp--custom--light--button--primary--enabled--text-style-color-bg--bold);--wp--custom--button--primary--enabled--text-style-color-bg--sponsored:var(--wp--custom--light--button--primary--enabled--text-style-color-bg--sponsored);--wp--custom--button--primary--enabled--text-style-color-fg--minimal:var(--wp--custom--light--button--primary--enabled--text-style-color-fg--minimal);--wp--custom--button--primary--enabled--text-style-color-fg--subtle:var(--wp--custom--light--button--primary--enabled--text-style-color-fg--subtle);--wp--custom--button--primary--enabled--text-style-color-fg--strong:var(--wp--custom--light--button--primary--enabled--text-style-color-fg--strong);--wp--custom--button--primary--enabled--text-style-color-fg--bold:var(--wp--custom--light--button--primary--enabled--text-style-color-fg--bold);--wp--custom--button--primary--enabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--primary--enabled--text-style-color-fg--sponsored);--wp--custom--button--primary--disabled--icon-style-color-bg--minimal:var(--wp--custom--light--button--primary--disabled--icon-style-color-bg--minimal);--wp--custom--button--primary--disabled--icon-style-color-bg--subtle:var(--wp--custom--light--button--primary--disabled--icon-style-color-bg--subtle);--wp--custom--button--primary--disabled--icon-style-color-bg--strong:var(--wp--custom--light--button--primary--disabled--icon-style-color-bg--strong);--wp--custom--button--primary--disabled--icon-style-color-bg--bold:var(--wp--custom--light--button--primary--disabled--icon-style-color-bg--bold);--wp--custom--button--primary--disabled--icon-style-color-bg--sponsored:var(--wp--custom--light--button--primary--disabled--icon-style-color-bg--sponsored);--wp--custom--button--primary--disabled--icon-style-color-fg--minimal:var(--wp--custom--light--button--primary--disabled--icon-style-color-fg--minimal);--wp--custom--button--primary--disabled--icon-style-color-fg--subtle:var(--wp--custom--light--button--primary--disabled--icon-style-color-fg--subtle);--wp--custom--button--primary--disabled--icon-style-color-fg--strong:var(--wp--custom--light--button--primary--disabled--icon-style-color-fg--strong);--wp--custom--button--primary--disabled--icon-style-color-fg--bold:var(--wp--custom--light--button--primary--disabled--icon-style-color-fg--bold);--wp--custom--button--primary--disabled--icon-style-color-fg--sponsored:var(--wp--custom--light--button--primary--disabled--icon-style-color-fg--sponsored);--wp--custom--button--primary--disabled--text-style-color-bg--minimal:var(--wp--custom--light--button--primary--disabled--text-style-color-bg--minimal);--wp--custom--button--primary--disabled--text-style-color-bg--subtle:var(--wp--custom--light--button--primary--disabled--text-style-color-bg--subtle);--wp--custom--button--primary--disabled--text-style-color-bg--strong:var(--wp--custom--light--button--primary--disabled--text-style-color-bg--strong);--wp--custom--button--primary--disabled--text-style-color-bg--bold:var(--wp--custom--light--button--primary--disabled--text-style-color-bg--bold);--wp--custom--button--primary--disabled--text-style-color-bg--sponsored:var(--wp--custom--light--button--primary--disabled--text-style-color-bg--sponsored);--wp--custom--button--primary--disabled--text-style-color-fg--minimal:var(--wp--custom--light--button--primary--disabled--text-style-color-fg--minimal);--wp--custom--button--primary--disabled--text-style-color-fg--subtle:var(--wp--custom--light--button--primary--disabled--text-style-color-fg--subtle);--wp--custom--button--primary--disabled--text-style-color-fg--strong:var(--wp--custom--light--button--primary--disabled--text-style-color-fg--strong);--wp--custom--button--primary--disabled--text-style-color-fg--bold:var(--wp--custom--light--button--primary--disabled--text-style-color-fg--bold);--wp--custom--button--primary--disabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--primary--disabled--text-style-color-fg--sponsored);--wp--custom--button--primary--focused--icon-style-color-bg--minimal:var(--wp--custom--light--button--primary--focused--icon-style-color-bg--minimal);--wp--custom--button--primary--focused--icon-style-color-bg--subtle:var(--wp--custom--light--button--primary--focused--icon-style-color-bg--subtle);--wp--custom--button--primary--focused--icon-style-color-bg--strong:var(--wp--custom--light--button--primary--focused--icon-style-color-bg--strong);--wp--custom--button--primary--focused--icon-style-color-bg--bold:var(--wp--custom--light--button--primary--focused--icon-style-color-bg--bold);--wp--custom--button--primary--focused--icon-style-color-bg--sponsored:var(--wp--custom--light--button--primary--focused--icon-style-color-bg--sponsored);--wp--custom--button--primary--focused--icon-style-color-fg--minimal:var(--wp--custom--light--button--primary--focused--icon-style-color-fg--minimal);--wp--custom--button--primary--focused--icon-style-color-fg--subtle:var(--wp--custom--light--button--primary--focused--icon-style-color-fg--subtle);--wp--custom--button--primary--focused--icon-style-color-fg--strong:var(--wp--custom--light--button--primary--focused--icon-style-color-fg--strong);--wp--custom--button--primary--focused--icon-style-color-fg--bold:var(--wp--custom--light--button--primary--focused--icon-style-color-fg--bold);--wp--custom--button--primary--focused--icon-style-color-fg--sponsored:var(--wp--custom--light--button--primary--focused--icon-style-color-fg--sponsored);--wp--custom--button--primary--focused--text-style-color-bg--minimal:var(--wp--custom--light--button--primary--focused--text-style-color-bg--minimal);--wp--custom--button--primary--focused--text-style-color-bg--subtle:var(--wp--custom--light--button--primary--focused--text-style-color-bg--subtle);--wp--custom--button--primary--focused--text-style-color-bg--strong:var(--wp--custom--light--button--primary--focused--text-style-color-bg--strong);--wp--custom--button--primary--focused--text-style-color-bg--bold:var(--wp--custom--light--button--primary--focused--text-style-color-bg--bold);--wp--custom--button--primary--focused--text-style-color-bg--sponsored:var(--wp--custom--light--button--primary--focused--text-style-color-bg--sponsored);--wp--custom--button--primary--focused--text-style-color-fg--minimal:var(--wp--custom--light--button--primary--focused--text-style-color-fg--minimal);--wp--custom--button--primary--focused--text-style-color-fg--subtle:var(--wp--custom--light--button--primary--focused--text-style-color-fg--subtle);--wp--custom--button--primary--focused--text-style-color-fg--strong:var(--wp--custom--light--button--primary--focused--text-style-color-fg--strong);--wp--custom--button--primary--focused--text-style-color-fg--bold:var(--wp--custom--light--button--primary--focused--text-style-color-fg--bold);--wp--custom--button--primary--focused--text-style-color-fg--sponsored:var(--wp--custom--light--button--primary--focused--text-style-color-fg--sponsored);--wp--custom--button--primary--pressed--icon-style-color-bg--minimal:var(--wp--custom--light--button--primary--pressed--icon-style-color-bg--minimal);--wp--custom--button--primary--pressed--icon-style-color-bg--subtle:var(--wp--custom--light--button--primary--pressed--icon-style-color-bg--subtle);--wp--custom--button--primary--pressed--icon-style-color-bg--strong:var(--wp--custom--light--button--primary--pressed--icon-style-color-bg--strong);--wp--custom--button--primary--pressed--icon-style-color-bg--bold:var(--wp--custom--light--button--primary--pressed--icon-style-color-bg--bold);--wp--custom--button--primary--pressed--icon-style-color-bg--sponsored:var(--wp--custom--light--button--primary--pressed--icon-style-color-bg--sponsored);--wp--custom--button--primary--pressed--icon-style-color-fg--minimal:var(--wp--custom--light--button--primary--pressed--icon-style-color-fg--minimal);--wp--custom--button--primary--pressed--icon-style-color-fg--subtle:var(--wp--custom--light--button--primary--pressed--icon-style-color-fg--subtle);--wp--custom--button--primary--pressed--icon-style-color-fg--strong:var(--wp--custom--light--button--primary--pressed--icon-style-color-fg--strong);--wp--custom--button--primary--pressed--icon-style-color-fg--bold:var(--wp--custom--light--button--primary--pressed--icon-style-color-fg--bold);--wp--custom--button--primary--pressed--icon-style-color-fg--sponsored:var(--wp--custom--light--button--primary--pressed--icon-style-color-fg--sponsored);--wp--custom--button--primary--pressed--text-style-color-bg--minimal:var(--wp--custom--light--button--primary--pressed--text-style-color-bg--minimal);--wp--custom--button--primary--pressed--text-style-color-bg--subtle:var(--wp--custom--light--button--primary--pressed--text-style-color-bg--subtle);--wp--custom--button--primary--pressed--text-style-color-bg--strong:var(--wp--custom--light--button--primary--pressed--text-style-color-bg--strong);--wp--custom--button--primary--pressed--text-style-color-bg--bold:var(--wp--custom--light--button--primary--pressed--text-style-color-bg--bold);--wp--custom--button--primary--pressed--text-style-color-bg--sponsored:var(--wp--custom--light--button--primary--pressed--text-style-color-bg--sponsored);--wp--custom--button--primary--pressed--text-style-color-fg--minimal:var(--wp--custom--light--button--primary--pressed--text-style-color-fg--minimal);--wp--custom--button--primary--pressed--text-style-color-fg--subtle:var(--wp--custom--light--button--primary--pressed--text-style-color-fg--subtle);--wp--custom--button--primary--pressed--text-style-color-fg--strong:var(--wp--custom--light--button--primary--pressed--text-style-color-fg--strong);--wp--custom--button--primary--pressed--text-style-color-fg--bold:var(--wp--custom--light--button--primary--pressed--text-style-color-fg--bold);--wp--custom--button--primary--pressed--text-style-color-fg--sponsored:var(--wp--custom--light--button--primary--pressed--text-style-color-fg--sponsored);--wp--custom--button--primary--hover--icon-style-color-bg--minimal:var(--wp--custom--light--button--primary--hover--icon-style-color-bg--minimal);--wp--custom--button--primary--hover--icon-style-color-bg--subtle:var(--wp--custom--light--button--primary--hover--icon-style-color-bg--subtle);--wp--custom--button--primary--hover--icon-style-color-bg--strong:var(--wp--custom--light--button--primary--hover--icon-style-color-bg--strong);--wp--custom--button--primary--hover--icon-style-color-bg--bold:var(--wp--custom--light--button--primary--hover--icon-style-color-bg--bold);--wp--custom--button--primary--hover--icon-style-color-bg--sponsored:var(--wp--custom--light--button--primary--hover--icon-style-color-bg--sponsored);--wp--custom--button--primary--hover--icon-style-color-fg--minimal:var(--wp--custom--light--button--primary--hover--icon-style-color-fg--minimal);--wp--custom--button--primary--hover--icon-style-color-fg--subtle:var(--wp--custom--light--button--primary--hover--icon-style-color-fg--subtle);--wp--custom--button--primary--hover--icon-style-color-fg--strong:var(--wp--custom--light--button--primary--hover--icon-style-color-fg--strong);--wp--custom--button--primary--hover--icon-style-color-fg--bold:var(--wp--custom--light--button--primary--hover--icon-style-color-fg--bold);--wp--custom--button--primary--hover--icon-style-color-fg--sponsored:var(--wp--custom--light--button--primary--hover--icon-style-color-fg--sponsored);--wp--custom--button--primary--hover--text-style-color-bg--minimal:var(--wp--custom--light--button--primary--hover--text-style-color-bg--minimal);--wp--custom--button--primary--hover--text-style-color-bg--subtle:var(--wp--custom--light--button--primary--hover--text-style-color-bg--subtle);--wp--custom--button--primary--hover--text-style-color-bg--strong:var(--wp--custom--light--button--primary--hover--text-style-color-bg--strong);--wp--custom--button--primary--hover--text-style-color-bg--bold:var(--wp--custom--light--button--primary--hover--text-style-color-bg--bold);--wp--custom--button--primary--hover--text-style-color-bg--sponsored:var(--wp--custom--light--button--primary--hover--text-style-color-bg--sponsored);--wp--custom--button--primary--hover--text-style-color-fg--minimal:var(--wp--custom--light--button--primary--hover--text-style-color-fg--minimal);--wp--custom--button--primary--hover--text-style-color-fg--subtle:var(--wp--custom--light--button--primary--hover--text-style-color-fg--subtle);--wp--custom--button--primary--hover--text-style-color-fg--strong:var(--wp--custom--light--button--primary--hover--text-style-color-fg--strong);--wp--custom--button--primary--hover--text-style-color-fg--bold:var(--wp--custom--light--button--primary--hover--text-style-color-fg--bold);--wp--custom--button--primary--hover--text-style-color-fg--sponsored:var(--wp--custom--light--button--primary--hover--text-style-color-fg--sponsored);--wp--custom--button--secondary--enabled--container-border--minimal--color:var(--wp--custom--light--button--secondary--enabled--container-border--minimal--color);--wp--custom--button--secondary--enabled--container-border--minimal--style:var(--wp--custom--light--button--secondary--enabled--container-border--minimal--style);--wp--custom--button--secondary--enabled--container-border--minimal--width:var(--wp--custom--light--button--secondary--enabled--container-border--minimal--width);--wp--custom--button--secondary--enabled--container-border--subtle--color:var(--wp--custom--light--button--secondary--enabled--container-border--subtle--color);--wp--custom--button--secondary--enabled--container-border--subtle--style:var(--wp--custom--light--button--secondary--enabled--container-border--subtle--style);--wp--custom--button--secondary--enabled--container-border--subtle--width:var(--wp--custom--light--button--secondary--enabled--container-border--subtle--width);--wp--custom--button--secondary--enabled--container-border--strong--color:var(--wp--custom--light--button--secondary--enabled--container-border--strong--color);--wp--custom--button--secondary--enabled--container-border--strong--style:var(--wp--custom--light--button--secondary--enabled--container-border--strong--style);--wp--custom--button--secondary--enabled--container-border--strong--width:var(--wp--custom--light--button--secondary--enabled--container-border--strong--width);--wp--custom--button--secondary--enabled--container-border--bold--color:var(--wp--custom--light--button--secondary--enabled--container-border--bold--color);--wp--custom--button--secondary--enabled--container-border--bold--style:var(--wp--custom--light--button--secondary--enabled--container-border--bold--style);--wp--custom--button--secondary--enabled--container-border--bold--width:var(--wp--custom--light--button--secondary--enabled--container-border--bold--width);--wp--custom--button--secondary--enabled--container-border--sponsored--color:var(--wp--custom--light--button--secondary--enabled--container-border--sponsored--color);--wp--custom--button--secondary--enabled--container-border--sponsored--style:var(--wp--custom--light--button--secondary--enabled--container-border--sponsored--style);--wp--custom--button--secondary--enabled--container-border--sponsored--width:var(--wp--custom--light--button--secondary--enabled--container-border--sponsored--width);--wp--custom--button--secondary--enabled--text-style-color-bg--minimal:var(--wp--custom--light--button--secondary--enabled--text-style-color-bg--minimal);--wp--custom--button--secondary--enabled--text-style-color-bg--subtle:var(--wp--custom--light--button--secondary--enabled--text-style-color-bg--subtle);--wp--custom--button--secondary--enabled--text-style-color-bg--strong:var(--wp--custom--light--button--secondary--enabled--text-style-color-bg--strong);--wp--custom--button--secondary--enabled--text-style-color-bg--bold:var(--wp--custom--light--button--secondary--enabled--text-style-color-bg--bold);--wp--custom--button--secondary--enabled--text-style-color-bg--sponsored:var(--wp--custom--light--button--secondary--enabled--text-style-color-bg--sponsored);--wp--custom--button--secondary--enabled--text-style-color-fg--minimal:var(--wp--custom--light--button--secondary--enabled--text-style-color-fg--minimal);--wp--custom--button--secondary--enabled--text-style-color-fg--subtle:var(--wp--custom--light--button--secondary--enabled--text-style-color-fg--subtle);--wp--custom--button--secondary--enabled--text-style-color-fg--strong:var(--wp--custom--light--button--secondary--enabled--text-style-color-fg--strong);--wp--custom--button--secondary--enabled--text-style-color-fg--bold:var(--wp--custom--light--button--secondary--enabled--text-style-color-fg--bold);--wp--custom--button--secondary--enabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--secondary--enabled--text-style-color-fg--sponsored);--wp--custom--button--secondary--disabled--text-style-color-bg--minimal:var(--wp--custom--light--button--secondary--disabled--text-style-color-bg--minimal);--wp--custom--button--secondary--disabled--text-style-color-bg--subtle:var(--wp--custom--light--button--secondary--disabled--text-style-color-bg--subtle);--wp--custom--button--secondary--disabled--text-style-color-bg--strong:var(--wp--custom--light--button--secondary--disabled--text-style-color-bg--strong);--wp--custom--button--secondary--disabled--text-style-color-bg--bold:var(--wp--custom--light--button--secondary--disabled--text-style-color-bg--bold);--wp--custom--button--secondary--disabled--text-style-color-bg--sponsored:var(--wp--custom--light--button--secondary--disabled--text-style-color-bg--sponsored);--wp--custom--button--secondary--disabled--text-style-color-fg--minimal:var(--wp--custom--light--button--secondary--disabled--text-style-color-fg--minimal);--wp--custom--button--secondary--disabled--text-style-color-fg--subtle:var(--wp--custom--light--button--secondary--disabled--text-style-color-fg--subtle);--wp--custom--button--secondary--disabled--text-style-color-fg--strong:var(--wp--custom--light--button--secondary--disabled--text-style-color-fg--strong);--wp--custom--button--secondary--disabled--text-style-color-fg--bold:var(--wp--custom--light--button--secondary--disabled--text-style-color-fg--bold);--wp--custom--button--secondary--disabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--secondary--disabled--text-style-color-fg--sponsored);--wp--custom--button--secondary--disabled--container-border--minimal--color:var(--wp--custom--light--button--secondary--disabled--container-border--minimal--color);--wp--custom--button--secondary--disabled--container-border--minimal--style:var(--wp--custom--light--button--secondary--disabled--container-border--minimal--style);--wp--custom--button--secondary--disabled--container-border--minimal--width:var(--wp--custom--light--button--secondary--disabled--container-border--minimal--width);--wp--custom--button--secondary--disabled--container-border--subtle--color:var(--wp--custom--light--button--secondary--disabled--container-border--subtle--color);--wp--custom--button--secondary--disabled--container-border--subtle--style:var(--wp--custom--light--button--secondary--disabled--container-border--subtle--style);--wp--custom--button--secondary--disabled--container-border--subtle--width:var(--wp--custom--light--button--secondary--disabled--container-border--subtle--width);--wp--custom--button--secondary--disabled--container-border--strong--color:var(--wp--custom--light--button--secondary--disabled--container-border--strong--color);--wp--custom--button--secondary--disabled--container-border--strong--style:var(--wp--custom--light--button--secondary--disabled--container-border--strong--style);--wp--custom--button--secondary--disabled--container-border--strong--width:var(--wp--custom--light--button--secondary--disabled--container-border--strong--width);--wp--custom--button--secondary--disabled--container-border--bold--color:var(--wp--custom--light--button--secondary--disabled--container-border--bold--color);--wp--custom--button--secondary--disabled--container-border--bold--style:var(--wp--custom--light--button--secondary--disabled--container-border--bold--style);--wp--custom--button--secondary--disabled--container-border--bold--width:var(--wp--custom--light--button--secondary--disabled--container-border--bold--width);--wp--custom--button--secondary--disabled--container-border--sponsored--color:var(--wp--custom--light--button--secondary--disabled--container-border--sponsored--color);--wp--custom--button--secondary--disabled--container-border--sponsored--style:var(--wp--custom--light--button--secondary--disabled--container-border--sponsored--style);--wp--custom--button--secondary--disabled--container-border--sponsored--width:var(--wp--custom--light--button--secondary--disabled--container-border--sponsored--width);--wp--custom--button--secondary--hover--text-style-color-bg--minimal:var(--wp--custom--light--button--secondary--hover--text-style-color-bg--minimal);--wp--custom--button--secondary--hover--text-style-color-bg--subtle:var(--wp--custom--light--button--secondary--hover--text-style-color-bg--subtle);--wp--custom--button--secondary--hover--text-style-color-bg--strong:var(--wp--custom--light--button--secondary--hover--text-style-color-bg--strong);--wp--custom--button--secondary--hover--text-style-color-bg--bold:var(--wp--custom--light--button--secondary--hover--text-style-color-bg--bold);--wp--custom--button--secondary--hover--text-style-color-bg--sponsored:var(--wp--custom--light--button--secondary--hover--text-style-color-bg--sponsored);--wp--custom--button--secondary--hover--text-style-color-fg--minimal:var(--wp--custom--light--button--secondary--hover--text-style-color-fg--minimal);--wp--custom--button--secondary--hover--text-style-color-fg--subtle:var(--wp--custom--light--button--secondary--hover--text-style-color-fg--subtle);--wp--custom--button--secondary--hover--text-style-color-fg--strong:var(--wp--custom--light--button--secondary--hover--text-style-color-fg--strong);--wp--custom--button--secondary--hover--text-style-color-fg--bold:var(--wp--custom--light--button--secondary--hover--text-style-color-fg--bold);--wp--custom--button--secondary--hover--text-style-color-fg--sponsored:var(--wp--custom--light--button--secondary--hover--text-style-color-fg--sponsored);--wp--custom--button--secondary--hover--container-border--minimal--color:var(--wp--custom--light--button--secondary--hover--container-border--minimal--color);--wp--custom--button--secondary--hover--container-border--minimal--style:var(--wp--custom--light--button--secondary--hover--container-border--minimal--style);--wp--custom--button--secondary--hover--container-border--minimal--width:var(--wp--custom--light--button--secondary--hover--container-border--minimal--width);--wp--custom--button--secondary--hover--container-border--subtle--color:var(--wp--custom--light--button--secondary--hover--container-border--subtle--color);--wp--custom--button--secondary--hover--container-border--subtle--style:var(--wp--custom--light--button--secondary--hover--container-border--subtle--style);--wp--custom--button--secondary--hover--container-border--subtle--width:var(--wp--custom--light--button--secondary--hover--container-border--subtle--width);--wp--custom--button--secondary--hover--container-border--strong--color:var(--wp--custom--light--button--secondary--hover--container-border--strong--color);--wp--custom--button--secondary--hover--container-border--strong--style:var(--wp--custom--light--button--secondary--hover--container-border--strong--style);--wp--custom--button--secondary--hover--container-border--strong--width:var(--wp--custom--light--button--secondary--hover--container-border--strong--width);--wp--custom--button--secondary--hover--container-border--bold--color:var(--wp--custom--light--button--secondary--hover--container-border--bold--color);--wp--custom--button--secondary--hover--container-border--bold--style:var(--wp--custom--light--button--secondary--hover--container-border--bold--style);--wp--custom--button--secondary--hover--container-border--bold--width:var(--wp--custom--light--button--secondary--hover--container-border--bold--width);--wp--custom--button--secondary--hover--container-border--sponsored--color:var(--wp--custom--light--button--secondary--hover--container-border--sponsored--color);--wp--custom--button--secondary--hover--container-border--sponsored--style:var(--wp--custom--light--button--secondary--hover--container-border--sponsored--style);--wp--custom--button--secondary--hover--container-border--sponsored--width:var(--wp--custom--light--button--secondary--hover--container-border--sponsored--width);--wp--custom--button--secondary--focused--text-style-color-bg--minimal:var(--wp--custom--light--button--secondary--focused--text-style-color-bg--minimal);--wp--custom--button--secondary--focused--text-style-color-bg--subtle:var(--wp--custom--light--button--secondary--focused--text-style-color-bg--subtle);--wp--custom--button--secondary--focused--text-style-color-bg--strong:var(--wp--custom--light--button--secondary--focused--text-style-color-bg--strong);--wp--custom--button--secondary--focused--text-style-color-bg--bold:var(--wp--custom--light--button--secondary--focused--text-style-color-bg--bold);--wp--custom--button--secondary--focused--text-style-color-bg--sponsored:var(--wp--custom--light--button--secondary--focused--text-style-color-bg--sponsored);--wp--custom--button--secondary--focused--text-style-color-fg--minimal:var(--wp--custom--light--button--secondary--focused--text-style-color-fg--minimal);--wp--custom--button--secondary--focused--text-style-color-fg--subtle:var(--wp--custom--light--button--secondary--focused--text-style-color-fg--subtle);--wp--custom--button--secondary--focused--text-style-color-fg--strong:var(--wp--custom--light--button--secondary--focused--text-style-color-fg--strong);--wp--custom--button--secondary--focused--text-style-color-fg--bold:var(--wp--custom--light--button--secondary--focused--text-style-color-fg--bold);--wp--custom--button--secondary--focused--text-style-color-fg--sponsored:var(--wp--custom--light--button--secondary--focused--text-style-color-fg--sponsored);--wp--custom--button--secondary--focused--container-border--minimal--color:var(--wp--custom--light--button--secondary--focused--container-border--minimal--color);--wp--custom--button--secondary--focused--container-border--minimal--style:var(--wp--custom--light--button--secondary--focused--container-border--minimal--style);--wp--custom--button--secondary--focused--container-border--minimal--width:var(--wp--custom--light--button--secondary--focused--container-border--minimal--width);--wp--custom--button--secondary--focused--container-border--subtle--color:var(--wp--custom--light--button--secondary--focused--container-border--subtle--color);--wp--custom--button--secondary--focused--container-border--subtle--style:var(--wp--custom--light--button--secondary--focused--container-border--subtle--style);--wp--custom--button--secondary--focused--container-border--subtle--width:var(--wp--custom--light--button--secondary--focused--container-border--subtle--width);--wp--custom--button--secondary--focused--container-border--strong--color:var(--wp--custom--light--button--secondary--focused--container-border--strong--color);--wp--custom--button--secondary--focused--container-border--strong--style:var(--wp--custom--light--button--secondary--focused--container-border--strong--style);--wp--custom--button--secondary--focused--container-border--strong--width:var(--wp--custom--light--button--secondary--focused--container-border--strong--width);--wp--custom--button--secondary--focused--container-border--bold--color:var(--wp--custom--light--button--secondary--focused--container-border--bold--color);--wp--custom--button--secondary--focused--container-border--bold--style:var(--wp--custom--light--button--secondary--focused--container-border--bold--style);--wp--custom--button--secondary--focused--container-border--bold--width:var(--wp--custom--light--button--secondary--focused--container-border--bold--width);--wp--custom--button--secondary--focused--container-border--sponsored--color:var(--wp--custom--light--button--secondary--focused--container-border--sponsored--color);--wp--custom--button--secondary--focused--container-border--sponsored--style:var(--wp--custom--light--button--secondary--focused--container-border--sponsored--style);--wp--custom--button--secondary--focused--container-border--sponsored--width:var(--wp--custom--light--button--secondary--focused--container-border--sponsored--width);--wp--custom--button--secondary--pressed--text-style-color-bg--minimal:var(--wp--custom--light--button--secondary--pressed--text-style-color-bg--minimal);--wp--custom--button--secondary--pressed--text-style-color-bg--subtle:var(--wp--custom--light--button--secondary--pressed--text-style-color-bg--subtle);--wp--custom--button--secondary--pressed--text-style-color-bg--strong:var(--wp--custom--light--button--secondary--pressed--text-style-color-bg--strong);--wp--custom--button--secondary--pressed--text-style-color-bg--bold:var(--wp--custom--light--button--secondary--pressed--text-style-color-bg--bold);--wp--custom--button--secondary--pressed--text-style-color-bg--sponsored:var(--wp--custom--light--button--secondary--pressed--text-style-color-bg--sponsored);--wp--custom--button--secondary--pressed--text-style-color-fg--minimal:var(--wp--custom--light--button--secondary--pressed--text-style-color-fg--minimal);--wp--custom--button--secondary--pressed--text-style-color-fg--subtle:var(--wp--custom--light--button--secondary--pressed--text-style-color-fg--subtle);--wp--custom--button--secondary--pressed--text-style-color-fg--strong:var(--wp--custom--light--button--secondary--pressed--text-style-color-fg--strong);--wp--custom--button--secondary--pressed--text-style-color-fg--bold:var(--wp--custom--light--button--secondary--pressed--text-style-color-fg--bold);--wp--custom--button--secondary--pressed--text-style-color-fg--sponsored:var(--wp--custom--light--button--secondary--pressed--text-style-color-fg--sponsored);--wp--custom--button--secondary--pressed--container-border--minimal--color:var(--wp--custom--light--button--secondary--pressed--container-border--minimal--color);--wp--custom--button--secondary--pressed--container-border--minimal--style:var(--wp--custom--light--button--secondary--pressed--container-border--minimal--style);--wp--custom--button--secondary--pressed--container-border--minimal--width:var(--wp--custom--light--button--secondary--pressed--container-border--minimal--width);--wp--custom--button--secondary--pressed--container-border--subtle--color:var(--wp--custom--light--button--secondary--pressed--container-border--subtle--color);--wp--custom--button--secondary--pressed--container-border--subtle--style:var(--wp--custom--light--button--secondary--pressed--container-border--subtle--style);--wp--custom--button--secondary--pressed--container-border--subtle--width:var(--wp--custom--light--button--secondary--pressed--container-border--subtle--width);--wp--custom--button--secondary--pressed--container-border--strong--color:var(--wp--custom--light--button--secondary--pressed--container-border--strong--color);--wp--custom--button--secondary--pressed--container-border--strong--style:var(--wp--custom--light--button--secondary--pressed--container-border--strong--style);--wp--custom--button--secondary--pressed--container-border--strong--width:var(--wp--custom--light--button--secondary--pressed--container-border--strong--width);--wp--custom--button--secondary--pressed--container-border--bold--color:var(--wp--custom--light--button--secondary--pressed--container-border--bold--color);--wp--custom--button--secondary--pressed--container-border--bold--style:var(--wp--custom--light--button--secondary--pressed--container-border--bold--style);--wp--custom--button--secondary--pressed--container-border--bold--width:var(--wp--custom--light--button--secondary--pressed--container-border--bold--width);--wp--custom--button--secondary--pressed--container-border--sponsored--color:var(--wp--custom--light--button--secondary--pressed--container-border--sponsored--color);--wp--custom--button--secondary--pressed--container-border--sponsored--style:var(--wp--custom--light--button--secondary--pressed--container-border--sponsored--style);--wp--custom--button--secondary--pressed--container-border--sponsored--width:var(--wp--custom--light--button--secondary--pressed--container-border--sponsored--width);--wp--custom--button--tertiary--color-bg:var(--wp--custom--light--button--tertiary--color-bg);--wp--custom--button--tertiary--enabled--icon-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--minimal);--wp--custom--button--tertiary--enabled--icon-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--subtle);--wp--custom--button--tertiary--enabled--icon-style-color-fg--strong:var(--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--strong);--wp--custom--button--tertiary--enabled--icon-style-color-fg--bold:var(--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--bold);--wp--custom--button--tertiary--enabled--icon-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--enabled--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--enabled--text-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--enabled--text-style-color-fg--minimal);--wp--custom--button--tertiary--enabled--text-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--enabled--text-style-color-fg--subtle);--wp--custom--button--tertiary--enabled--text-style-color-fg--strong:var(--wp--custom--light--button--tertiary--enabled--text-style-color-fg--strong);--wp--custom--button--tertiary--enabled--text-style-color-fg--bold:var(--wp--custom--light--button--tertiary--enabled--text-style-color-fg--bold);--wp--custom--button--tertiary--enabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--enabled--text-style-color-fg--sponsored);--wp--custom--button--tertiary--disabled--icon-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--minimal);--wp--custom--button--tertiary--disabled--icon-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--subtle);--wp--custom--button--tertiary--disabled--icon-style-color-fg--strong:var(--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--strong);--wp--custom--button--tertiary--disabled--icon-style-color-fg--bold:var(--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--bold);--wp--custom--button--tertiary--disabled--icon-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--disabled--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--disabled--text-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--disabled--text-style-color-fg--minimal);--wp--custom--button--tertiary--disabled--text-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--disabled--text-style-color-fg--subtle);--wp--custom--button--tertiary--disabled--text-style-color-fg--strong:var(--wp--custom--light--button--tertiary--disabled--text-style-color-fg--strong);--wp--custom--button--tertiary--disabled--text-style-color-fg--bold:var(--wp--custom--light--button--tertiary--disabled--text-style-color-fg--bold);--wp--custom--button--tertiary--disabled--text-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--disabled--text-style-color-fg--sponsored);--wp--custom--button--tertiary--hover--icon-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--hover--icon-style-color-fg--minimal);--wp--custom--button--tertiary--hover--icon-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--hover--icon-style-color-fg--subtle);--wp--custom--button--tertiary--hover--icon-style-color-fg--strong:var(--wp--custom--light--button--tertiary--hover--icon-style-color-fg--strong);--wp--custom--button--tertiary--hover--icon-style-color-fg--bold:var(--wp--custom--light--button--tertiary--hover--icon-style-color-fg--bold);--wp--custom--button--tertiary--hover--icon-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--hover--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--hover--text-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--hover--text-style-color-fg--minimal);--wp--custom--button--tertiary--hover--text-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--hover--text-style-color-fg--subtle);--wp--custom--button--tertiary--hover--text-style-color-fg--strong:var(--wp--custom--light--button--tertiary--hover--text-style-color-fg--strong);--wp--custom--button--tertiary--hover--text-style-color-fg--bold:var(--wp--custom--light--button--tertiary--hover--text-style-color-fg--bold);--wp--custom--button--tertiary--hover--text-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--hover--text-style-color-fg--sponsored);--wp--custom--button--tertiary--focused--icon-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--focused--icon-style-color-fg--minimal);--wp--custom--button--tertiary--focused--icon-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--focused--icon-style-color-fg--subtle);--wp--custom--button--tertiary--focused--icon-style-color-fg--strong:var(--wp--custom--light--button--tertiary--focused--icon-style-color-fg--strong);--wp--custom--button--tertiary--focused--icon-style-color-fg--bold:var(--wp--custom--light--button--tertiary--focused--icon-style-color-fg--bold);--wp--custom--button--tertiary--focused--icon-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--focused--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--focused--text-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--focused--text-style-color-fg--minimal);--wp--custom--button--tertiary--focused--text-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--focused--text-style-color-fg--subtle);--wp--custom--button--tertiary--focused--text-style-color-fg--strong:var(--wp--custom--light--button--tertiary--focused--text-style-color-fg--strong);--wp--custom--button--tertiary--focused--text-style-color-fg--bold:var(--wp--custom--light--button--tertiary--focused--text-style-color-fg--bold);--wp--custom--button--tertiary--focused--text-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--focused--text-style-color-fg--sponsored);--wp--custom--button--tertiary--pressed--icon-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--minimal);--wp--custom--button--tertiary--pressed--icon-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--subtle);--wp--custom--button--tertiary--pressed--icon-style-color-fg--strong:var(--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--strong);--wp--custom--button--tertiary--pressed--icon-style-color-fg--bold:var(--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--bold);--wp--custom--button--tertiary--pressed--icon-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--pressed--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--pressed--text-style-color-fg--minimal:var(--wp--custom--light--button--tertiary--pressed--text-style-color-fg--minimal);--wp--custom--button--tertiary--pressed--text-style-color-fg--subtle:var(--wp--custom--light--button--tertiary--pressed--text-style-color-fg--subtle);--wp--custom--button--tertiary--pressed--text-style-color-fg--strong:var(--wp--custom--light--button--tertiary--pressed--text-style-color-fg--strong);--wp--custom--button--tertiary--pressed--text-style-color-fg--bold:var(--wp--custom--light--button--tertiary--pressed--text-style-color-fg--bold);--wp--custom--button--tertiary--pressed--text-style-color-fg--sponsored:var(--wp--custom--light--button--tertiary--pressed--text-style-color-fg--sponsored);--wp--custom--chip--primary--enabled--color-bg--minimal:var(--wp--custom--light--chip--primary--enabled--color-bg--minimal);--wp--custom--chip--primary--enabled--color-bg--subtle:var(--wp--custom--light--chip--primary--enabled--color-bg--subtle);--wp--custom--chip--primary--enabled--color-bg--bold:var(--wp--custom--light--chip--primary--enabled--color-bg--bold);--wp--custom--chip--primary--enabled--color-bg--strong:var(--wp--custom--light--chip--primary--enabled--color-bg--strong);--wp--custom--chip--primary--enabled--color-bg--sponsored:var(--wp--custom--light--chip--primary--enabled--color-bg--sponsored);--wp--custom--chip--primary--enabled--color-fg--minimal:var(--wp--custom--light--chip--primary--enabled--color-fg--minimal);--wp--custom--chip--primary--enabled--color-fg--subtle:var(--wp--custom--light--chip--primary--enabled--color-fg--subtle);--wp--custom--chip--primary--enabled--color-fg--bold:var(--wp--custom--light--chip--primary--enabled--color-fg--bold);--wp--custom--chip--primary--enabled--color-fg--strong:var(--wp--custom--light--chip--primary--enabled--color-fg--strong);--wp--custom--chip--primary--enabled--color-fg--sponsored:var(--wp--custom--light--chip--primary--enabled--color-fg--sponsored);--wp--custom--chip--primary--hover--color-bg--minimal:var(--wp--custom--light--chip--primary--hover--color-bg--minimal);--wp--custom--chip--primary--hover--color-bg--subtle:var(--wp--custom--light--chip--primary--hover--color-bg--subtle);--wp--custom--chip--primary--hover--color-bg--bold:var(--wp--custom--light--chip--primary--hover--color-bg--bold);--wp--custom--chip--primary--hover--color-bg--strong:var(--wp--custom--light--chip--primary--hover--color-bg--strong);--wp--custom--chip--primary--hover--color-bg--sponsored:var(--wp--custom--light--chip--primary--hover--color-bg--sponsored);--wp--custom--chip--primary--hover--color-fg--minimal:var(--wp--custom--light--chip--primary--hover--color-fg--minimal);--wp--custom--chip--primary--hover--color-fg--subtle:var(--wp--custom--light--chip--primary--hover--color-fg--subtle);--wp--custom--chip--primary--hover--color-fg--bold:var(--wp--custom--light--chip--primary--hover--color-fg--bold);--wp--custom--chip--primary--hover--color-fg--strong:var(--wp--custom--light--chip--primary--hover--color-fg--strong);--wp--custom--chip--primary--hover--color-fg--sponsored:var(--wp--custom--light--chip--primary--hover--color-fg--sponsored);--wp--custom--chip--primary--selected--color-bg--minimal:var(--wp--custom--light--chip--primary--selected--color-bg--minimal);--wp--custom--chip--primary--selected--color-bg--subtle:var(--wp--custom--light--chip--primary--selected--color-bg--subtle);--wp--custom--chip--primary--selected--color-bg--bold:var(--wp--custom--light--chip--primary--selected--color-bg--bold);--wp--custom--chip--primary--selected--color-bg--strong:var(--wp--custom--light--chip--primary--selected--color-bg--strong);--wp--custom--chip--primary--selected--color-bg--sponsored:var(--wp--custom--light--chip--primary--selected--color-bg--sponsored);--wp--custom--chip--primary--selected--color-fg--minimal:var(--wp--custom--light--chip--primary--selected--color-fg--minimal);--wp--custom--chip--primary--selected--color-fg--subtle:var(--wp--custom--light--chip--primary--selected--color-fg--subtle);--wp--custom--chip--primary--selected--color-fg--bold:var(--wp--custom--light--chip--primary--selected--color-fg--bold);--wp--custom--chip--primary--selected--color-fg--strong:var(--wp--custom--light--chip--primary--selected--color-fg--strong);--wp--custom--chip--primary--selected--color-fg--sponsored:var(--wp--custom--light--chip--primary--selected--color-fg--sponsored);--wp--custom--chip--secondary--color-bg:var(--wp--custom--light--chip--secondary--color-bg);--wp--custom--chip--secondary--enabled--color-fg--minimal:var(--wp--custom--light--chip--secondary--enabled--color-fg--minimal);--wp--custom--chip--secondary--enabled--color-fg--subtle:var(--wp--custom--light--chip--secondary--enabled--color-fg--subtle);--wp--custom--chip--secondary--enabled--color-fg--bold:var(--wp--custom--light--chip--secondary--enabled--color-fg--bold);--wp--custom--chip--secondary--enabled--color-fg--strong:var(--wp--custom--light--chip--secondary--enabled--color-fg--strong);--wp--custom--chip--secondary--enabled--color-fg--sponsored:var(--wp--custom--light--chip--secondary--enabled--color-fg--sponsored);--wp--custom--chip--secondary--enabled--container-border--minimal--color:var(--wp--custom--light--chip--secondary--enabled--container-border--minimal--color);--wp--custom--chip--secondary--enabled--container-border--minimal--style:var(--wp--custom--light--chip--secondary--enabled--container-border--minimal--style);--wp--custom--chip--secondary--enabled--container-border--minimal--width:var(--wp--custom--light--chip--secondary--enabled--container-border--minimal--width);--wp--custom--chip--secondary--enabled--container-border--subtle--color:var(--wp--custom--light--chip--secondary--enabled--container-border--subtle--color);--wp--custom--chip--secondary--enabled--container-border--subtle--style:var(--wp--custom--light--chip--secondary--enabled--container-border--subtle--style);--wp--custom--chip--secondary--enabled--container-border--subtle--width:var(--wp--custom--light--chip--secondary--enabled--container-border--subtle--width);--wp--custom--chip--secondary--enabled--container-border--bold--color:var(--wp--custom--light--chip--secondary--enabled--container-border--bold--color);--wp--custom--chip--secondary--enabled--container-border--bold--style:var(--wp--custom--light--chip--secondary--enabled--container-border--bold--style);--wp--custom--chip--secondary--enabled--container-border--bold--width:var(--wp--custom--light--chip--secondary--enabled--container-border--bold--width);--wp--custom--chip--secondary--enabled--container-border--strong--color:var(--wp--custom--light--chip--secondary--enabled--container-border--strong--color);--wp--custom--chip--secondary--enabled--container-border--strong--style:var(--wp--custom--light--chip--secondary--enabled--container-border--strong--style);--wp--custom--chip--secondary--enabled--container-border--strong--width:var(--wp--custom--light--chip--secondary--enabled--container-border--strong--width);--wp--custom--chip--secondary--enabled--container-border--sponsored--color:var(--wp--custom--light--chip--secondary--enabled--container-border--sponsored--color);--wp--custom--chip--secondary--enabled--container-border--sponsored--style:var(--wp--custom--light--chip--secondary--enabled--container-border--sponsored--style);--wp--custom--chip--secondary--enabled--container-border--sponsored--width:var(--wp--custom--light--chip--secondary--enabled--container-border--sponsored--width);--wp--custom--chip--secondary--hover--color-fg--minimal:var(--wp--custom--light--chip--secondary--hover--color-fg--minimal);--wp--custom--chip--secondary--hover--color-fg--subtle:var(--wp--custom--light--chip--secondary--hover--color-fg--subtle);--wp--custom--chip--secondary--hover--color-fg--bold:var(--wp--custom--light--chip--secondary--hover--color-fg--bold);--wp--custom--chip--secondary--hover--color-fg--strong:var(--wp--custom--light--chip--secondary--hover--color-fg--strong);--wp--custom--chip--secondary--hover--color-fg--sponsored:var(--wp--custom--light--chip--secondary--hover--color-fg--sponsored);--wp--custom--chip--secondary--hover--container-border--minimal--color:var(--wp--custom--light--chip--secondary--hover--container-border--minimal--color);--wp--custom--chip--secondary--hover--container-border--minimal--style:var(--wp--custom--light--chip--secondary--hover--container-border--minimal--style);--wp--custom--chip--secondary--hover--container-border--minimal--width:var(--wp--custom--light--chip--secondary--hover--container-border--minimal--width);--wp--custom--chip--secondary--hover--container-border--subtle--color:var(--wp--custom--light--chip--secondary--hover--container-border--subtle--color);--wp--custom--chip--secondary--hover--container-border--subtle--style:var(--wp--custom--light--chip--secondary--hover--container-border--subtle--style);--wp--custom--chip--secondary--hover--container-border--subtle--width:var(--wp--custom--light--chip--secondary--hover--container-border--subtle--width);--wp--custom--chip--secondary--hover--container-border--bold--color:var(--wp--custom--light--chip--secondary--hover--container-border--bold--color);--wp--custom--chip--secondary--hover--container-border--bold--style:var(--wp--custom--light--chip--secondary--hover--container-border--bold--style);--wp--custom--chip--secondary--hover--container-border--bold--width:var(--wp--custom--light--chip--secondary--hover--container-border--bold--width);--wp--custom--chip--secondary--hover--container-border--strong--color:var(--wp--custom--light--chip--secondary--hover--container-border--strong--color);--wp--custom--chip--secondary--hover--container-border--strong--style:var(--wp--custom--light--chip--secondary--hover--container-border--strong--style);--wp--custom--chip--secondary--hover--container-border--strong--width:var(--wp--custom--light--chip--secondary--hover--container-border--strong--width);--wp--custom--chip--secondary--hover--container-border--sponsored--color:var(--wp--custom--light--chip--secondary--hover--container-border--sponsored--color);--wp--custom--chip--secondary--hover--container-border--sponsored--style:var(--wp--custom--light--chip--secondary--hover--container-border--sponsored--style);--wp--custom--chip--secondary--hover--container-border--sponsored--width:var(--wp--custom--light--chip--secondary--hover--container-border--sponsored--width);--wp--custom--chip--secondary--selected--color-fg--minimal:var(--wp--custom--light--chip--secondary--selected--color-fg--minimal);--wp--custom--chip--secondary--selected--color-fg--subtle:var(--wp--custom--light--chip--secondary--selected--color-fg--subtle);--wp--custom--chip--secondary--selected--color-fg--bold:var(--wp--custom--light--chip--secondary--selected--color-fg--bold);--wp--custom--chip--secondary--selected--color-fg--strong:var(--wp--custom--light--chip--secondary--selected--color-fg--strong);--wp--custom--chip--secondary--selected--color-fg--sponsored:var(--wp--custom--light--chip--secondary--selected--color-fg--sponsored);--wp--custom--chip--secondary--selected--container-border--minimal--color:var(--wp--custom--light--chip--secondary--selected--container-border--minimal--color);--wp--custom--chip--secondary--selected--container-border--minimal--style:var(--wp--custom--light--chip--secondary--selected--container-border--minimal--style);--wp--custom--chip--secondary--selected--container-border--minimal--width:var(--wp--custom--light--chip--secondary--selected--container-border--minimal--width);--wp--custom--chip--secondary--selected--container-border--subtle--color:var(--wp--custom--light--chip--secondary--selected--container-border--subtle--color);--wp--custom--chip--secondary--selected--container-border--subtle--style:var(--wp--custom--light--chip--secondary--selected--container-border--subtle--style);--wp--custom--chip--secondary--selected--container-border--subtle--width:var(--wp--custom--light--chip--secondary--selected--container-border--subtle--width);--wp--custom--chip--secondary--selected--container-border--bold--color:var(--wp--custom--light--chip--secondary--selected--container-border--bold--color);--wp--custom--chip--secondary--selected--container-border--bold--style:var(--wp--custom--light--chip--secondary--selected--container-border--bold--style);--wp--custom--chip--secondary--selected--container-border--bold--width:var(--wp--custom--light--chip--secondary--selected--container-border--bold--width);--wp--custom--chip--secondary--selected--container-border--strong--color:var(--wp--custom--light--chip--secondary--selected--container-border--strong--color);--wp--custom--chip--secondary--selected--container-border--strong--style:var(--wp--custom--light--chip--secondary--selected--container-border--strong--style);--wp--custom--chip--secondary--selected--container-border--strong--width:var(--wp--custom--light--chip--secondary--selected--container-border--strong--width);--wp--custom--chip--secondary--selected--container-border--sponsored--color:var(--wp--custom--light--chip--secondary--selected--container-border--sponsored--color);--wp--custom--chip--secondary--selected--container-border--sponsored--style:var(--wp--custom--light--chip--secondary--selected--container-border--sponsored--style);--wp--custom--chip--secondary--selected--container-border--sponsored--width:var(--wp--custom--light--chip--secondary--selected--container-border--sponsored--width);--wp--custom--chip--tertiary--color-bg:var(--wp--custom--light--chip--tertiary--color-bg);--wp--custom--chip--tertiary--enabled--color-fg--minimal:var(--wp--custom--light--chip--tertiary--enabled--color-fg--minimal);--wp--custom--chip--tertiary--enabled--color-fg--subtle:var(--wp--custom--light--chip--tertiary--enabled--color-fg--subtle);--wp--custom--chip--tertiary--enabled--color-fg--bold:var(--wp--custom--light--chip--tertiary--enabled--color-fg--bold);--wp--custom--chip--tertiary--enabled--color-fg--strong:var(--wp--custom--light--chip--tertiary--enabled--color-fg--strong);--wp--custom--chip--tertiary--enabled--color-fg--sponsored:var(--wp--custom--light--chip--tertiary--enabled--color-fg--sponsored);--wp--custom--chip--tertiary--hover--color-fg--minimal:var(--wp--custom--light--chip--tertiary--hover--color-fg--minimal);--wp--custom--chip--tertiary--hover--color-fg--subtle:var(--wp--custom--light--chip--tertiary--hover--color-fg--subtle);--wp--custom--chip--tertiary--hover--color-fg--bold:var(--wp--custom--light--chip--tertiary--hover--color-fg--bold);--wp--custom--chip--tertiary--hover--color-fg--strong:var(--wp--custom--light--chip--tertiary--hover--color-fg--strong);--wp--custom--chip--tertiary--hover--color-fg--sponsored:var(--wp--custom--light--chip--tertiary--hover--color-fg--sponsored);--wp--custom--chip--tertiary--selected--color-fg--minimal:var(--wp--custom--light--chip--tertiary--selected--color-fg--minimal);--wp--custom--chip--tertiary--selected--color-fg--subtle:var(--wp--custom--light--chip--tertiary--selected--color-fg--subtle);--wp--custom--chip--tertiary--selected--color-fg--bold:var(--wp--custom--light--chip--tertiary--selected--color-fg--bold);--wp--custom--chip--tertiary--selected--color-fg--strong:var(--wp--custom--light--chip--tertiary--selected--color-fg--strong);--wp--custom--chip--tertiary--selected--color-fg--sponsored:var(--wp--custom--light--chip--tertiary--selected--color-fg--sponsored);--wp--custom--choices--off--icon-color:var(--wp--custom--light--choices--off--icon-color);--wp--custom--choices--on--icon-color:var(--wp--custom--light--choices--on--icon-color);--wp--custom--choices--hover--off-icon-color:var(--wp--custom--light--choices--hover--off-icon-color);--wp--custom--choices--hover--on-icon-color:var(--wp--custom--light--choices--hover--on-icon-color);--wp--custom--choices--disabled--color-fg:var(--wp--custom--light--choices--disabled--color-fg);--wp--custom--choices--focused--icon-color:var(--wp--custom--light--choices--focused--icon-color);--wp--custom--comment-elements--username-color:var(--wp--custom--light--comment-elements--username-color);--wp--custom--comment-elements--body-color:var(--wp--custom--light--comment-elements--body-color);--wp--custom--comment-elements--container-stroke--color:var(--wp--custom--light--comment-elements--container-stroke--color);--wp--custom--comment-elements--container-stroke--style:var(--wp--custom--light--comment-elements--container-stroke--style);--wp--custom--comment-elements--container-stroke--width:var(--wp--custom--light--comment-elements--container-stroke--width);--wp--custom--comment-elements--color-stroke:var(--wp--custom--light--comment-elements--color-stroke);--wp--custom--comment-elements--badge-color:var(--wp--custom--light--comment-elements--badge-color);--wp--custom--comment-elements--badge-border--color:var(--wp--custom--light--comment-elements--badge-border--color);--wp--custom--comment-elements--badge-border--width:var(--wp--custom--light--comment-elements--badge-border--width);--wp--custom--comment-elements--badge-border--style:var(--wp--custom--light--comment-elements--badge-border--style);--wp--custom--comments--no-comments-text-color:var(--wp--custom--light--comments--no-comments-text-color);--wp--custom--comment-section--drawer-color-bg:var(--wp--custom--light--comment-section--drawer-color-bg);--wp--custom--copy--primary--text-color:var(--wp--custom--light--copy--primary--text-color);--wp--custom--copy--secondary--text-color:var(--wp--custom--light--copy--secondary--text-color);--wp--custom--copy--tertiary--text-color:var(--wp--custom--light--copy--tertiary--text-color);--wp--custom--copy--quaternary--text-color:var(--wp--custom--light--copy--quaternary--text-color);--wp--custom--divider--stroke--thin--color:var(--wp--custom--light--divider--stroke--thin--color);--wp--custom--divider--stroke--thin--style:var(--wp--custom--light--divider--stroke--thin--style);--wp--custom--divider--stroke--thin--width:var(--wp--custom--light--divider--stroke--thin--width);--wp--custom--divider--stroke--thick--color:var(--wp--custom--light--divider--stroke--thick--color);--wp--custom--divider--stroke--thick--style:var(--wp--custom--light--divider--stroke--thick--style);--wp--custom--divider--stroke--thick--width:var(--wp--custom--light--divider--stroke--thick--width);--wp--custom--divider--color-stroke:var(--wp--custom--light--divider--color-stroke);--wp--custom--elevation--level-0:var(--wp--custom--light--elevation--level-0);--wp--custom--elevation--level-1:var(--wp--custom--light--elevation--level-1);--wp--custom--elevation--level-2:var(--wp--custom--light--elevation--level-2);--wp--custom--elevation--level-3:var(--wp--custom--light--elevation--level-3);--wp--custom--table-of-contents--elevation:var(--wp--custom--light--table-of-contents--elevation);--wp--custom--table-of-contents--enabled--color-stroke:var(--wp--custom--light--table-of-contents--enabled--color-stroke);--wp--custom--table-of-contents--enabled--color-fg:var(--wp--custom--light--table-of-contents--enabled--color-fg);--wp--custom--table-of-contents--enabled--color-bg:var(--wp--custom--light--table-of-contents--enabled--color-bg);--wp--custom--table-of-contents--enabled--container-stroke--color:var(--wp--custom--light--table-of-contents--enabled--container-stroke--color);--wp--custom--table-of-contents--enabled--container-stroke--style:var(--wp--custom--light--table-of-contents--enabled--container-stroke--style);--wp--custom--table-of-contents--enabled--container-stroke--width:var(--wp--custom--light--table-of-contents--enabled--container-stroke--width);--wp--custom--table-of-contents--selected--color-stroke:var(--wp--custom--light--table-of-contents--selected--color-stroke);--wp--custom--table-of-contents--selected--color-fg:var(--wp--custom--light--table-of-contents--selected--color-fg);--wp--custom--table-of-contents--selected--color-bg:var(--wp--custom--light--table-of-contents--selected--color-bg);--wp--custom--table-of-contents--selected--container-stroke--color:var(--wp--custom--light--table-of-contents--selected--container-stroke--color);--wp--custom--table-of-contents--selected--container-stroke--style:var(--wp--custom--light--table-of-contents--selected--container-stroke--style);--wp--custom--table-of-contents--selected--container-stroke--width:var(--wp--custom--light--table-of-contents--selected--container-stroke--width);--wp--custom--errors--title-color:var(--wp--custom--light--errors--title-color);--wp--custom--errors--body-color:var(--wp--custom--light--errors--body-color);--wp--custom--expanded-top-nav--color-bg:var(--wp--custom--light--expanded-top-nav--color-bg);--wp--custom--filter--dropdown-minimised-container-stroke--color:var(--wp--custom--light--filter--dropdown-minimised-container-stroke--color);--wp--custom--filter--dropdown-minimised-container-stroke--style:var(--wp--custom--light--filter--dropdown-minimised-container-stroke--style);--wp--custom--filter--dropdown-minimised-container-stroke--width:var(--wp--custom--light--filter--dropdown-minimised-container-stroke--width);--wp--custom--filter-tabs--enabled--color-bg:var(--wp--custom--light--filter-tabs--enabled--color-bg);--wp--custom--filter-tabs--enabled--color-fg:var(--wp--custom--light--filter-tabs--enabled--color-fg);--wp--custom--filter-tabs--enabled--color-stroke:var(--wp--custom--light--filter-tabs--enabled--color-stroke);--wp--custom--filter-tabs--enabled--container-stroke--color:var(--wp--custom--light--filter-tabs--enabled--container-stroke--color);--wp--custom--filter-tabs--enabled--container-stroke--style:var(--wp--custom--light--filter-tabs--enabled--container-stroke--style);--wp--custom--filter-tabs--enabled--container-stroke--width:var(--wp--custom--light--filter-tabs--enabled--container-stroke--width);--wp--custom--filter-tabs--disabled--color-bg:var(--wp--custom--light--filter-tabs--disabled--color-bg);--wp--custom--filter-tabs--disabled--color-fg:var(--wp--custom--light--filter-tabs--disabled--color-fg);--wp--custom--filter-tabs--disabled--color-stroke:var(--wp--custom--light--filter-tabs--disabled--color-stroke);--wp--custom--filter-tabs--disabled--container-stroke--color:var(--wp--custom--light--filter-tabs--disabled--container-stroke--color);--wp--custom--filter-tabs--disabled--container-stroke--style:var(--wp--custom--light--filter-tabs--disabled--container-stroke--style);--wp--custom--filter-tabs--disabled--container-stroke--width:var(--wp--custom--light--filter-tabs--disabled--container-stroke--width);--wp--custom--filter-tabs--hover--color-bg:var(--wp--custom--light--filter-tabs--hover--color-bg);--wp--custom--filter-tabs--hover--color-fg:var(--wp--custom--light--filter-tabs--hover--color-fg);--wp--custom--filter-tabs--hover--image-style-overlay-color:var(--wp--custom--light--filter-tabs--hover--image-style-overlay-color);--wp--custom--filter-tabs--hover--color-stroke:var(--wp--custom--light--filter-tabs--hover--color-stroke);--wp--custom--filter-tabs--hover--container-stroke--color:var(--wp--custom--light--filter-tabs--hover--container-stroke--color);--wp--custom--filter-tabs--hover--container-stroke--style:var(--wp--custom--light--filter-tabs--hover--container-stroke--style);--wp--custom--filter-tabs--hover--container-stroke--width:var(--wp--custom--light--filter-tabs--hover--container-stroke--width);--wp--custom--filter-tabs--selected--color-bg:var(--wp--custom--light--filter-tabs--selected--color-bg);--wp--custom--filter-tabs--selected--color-fg:var(--wp--custom--light--filter-tabs--selected--color-fg);--wp--custom--filter-tabs--selected--container-stroke--color:var(--wp--custom--light--filter-tabs--selected--container-stroke--color);--wp--custom--filter-tabs--selected--container-stroke--style:var(--wp--custom--light--filter-tabs--selected--container-stroke--style);--wp--custom--filter-tabs--selected--container-stroke--width:var(--wp--custom--light--filter-tabs--selected--container-stroke--width);--wp--custom--filter-tabs--selected--color-stroke:var(--wp--custom--light--filter-tabs--selected--color-stroke);--wp--custom--filter-tabs--focused--color-bg:var(--wp--custom--light--filter-tabs--focused--color-bg);--wp--custom--filter-tabs--focused--color-fg:var(--wp--custom--light--filter-tabs--focused--color-fg);--wp--custom--filter-tabs--focused--color-stroke:var(--wp--custom--light--filter-tabs--focused--color-stroke);--wp--custom--filter-tabs--focused--container-stroke--color:var(--wp--custom--light--filter-tabs--focused--container-stroke--color);--wp--custom--filter-tabs--focused--container-stroke--style:var(--wp--custom--light--filter-tabs--focused--container-stroke--style);--wp--custom--filter-tabs--focused--container-stroke--width:var(--wp--custom--light--filter-tabs--focused--container-stroke--width);--wp--custom--review-summary--color-bg:var(--wp--custom--light--review-summary--color-bg);--wp--custom--review-summary--color-stroke:var(--wp--custom--light--review-summary--color-stroke);--wp--custom--review-summary--title-color:var(--wp--custom--light--review-summary--title-color);--wp--custom--review-summary--body-color:var(--wp--custom--light--review-summary--body-color);--wp--custom--review-summary--number-rating-color--bg:var(--wp--custom--light--review-summary--number-rating-color--bg);--wp--custom--review-summary--number-rating-color--fg:var(--wp--custom--light--review-summary--number-rating-color--fg);--wp--custom--review-summary--container-stroke--color:var(--wp--custom--light--review-summary--container-stroke--color);--wp--custom--review-summary--container-stroke--style:var(--wp--custom--light--review-summary--container-stroke--style);--wp--custom--review-summary--container-stroke--width:var(--wp--custom--light--review-summary--container-stroke--width);--wp--custom--review-summary--number-rating-container-border--color:var(--wp--custom--light--review-summary--number-rating-container-border--color);--wp--custom--review-summary--number-rating-container-border--style:var(--wp--custom--light--review-summary--number-rating-container-border--style);--wp--custom--review-summary--number-rating-container-border--width:var(--wp--custom--light--review-summary--number-rating-container-border--width);--wp--custom--image--color-bg:var(--wp--custom--light--image--color-bg);--wp--custom--image--caption-color:var(--wp--custom--light--image--caption-color);--wp--custom--input--neutral--enabled--label-color:var(--wp--custom--light--input--neutral--enabled--label-color);--wp--custom--input--neutral--enabled--text-field-color-bg:var(--wp--custom--light--input--neutral--enabled--text-field-color-bg);--wp--custom--input--neutral--enabled--icon-color:var(--wp--custom--light--input--neutral--enabled--icon-color);--wp--custom--input--neutral--enabled--text-field-placeholder-text-color:var(--wp--custom--light--input--neutral--enabled--text-field-placeholder-text-color);--wp--custom--input--neutral--enabled--text-field-filled-text-color:var(--wp--custom--light--input--neutral--enabled--text-field-filled-text-color);--wp--custom--input--neutral--enabled--text-field-color-stroke:var(--wp--custom--light--input--neutral--enabled--text-field-color-stroke);--wp--custom--input--neutral--enabled--helper-text-color:var(--wp--custom--light--input--neutral--enabled--helper-text-color);--wp--custom--input--neutral--enabled--text-field-container-stroke--color:var(--wp--custom--light--input--neutral--enabled--text-field-container-stroke--color);--wp--custom--input--neutral--enabled--text-field-container-stroke--style:var(--wp--custom--light--input--neutral--enabled--text-field-container-stroke--style);--wp--custom--input--neutral--enabled--text-field-container-stroke--width:var(--wp--custom--light--input--neutral--enabled--text-field-container-stroke--width);--wp--custom--input--neutral--disabled--label-color:var(--wp--custom--light--input--neutral--disabled--label-color);--wp--custom--input--neutral--disabled--text-field-color-bg:var(--wp--custom--light--input--neutral--disabled--text-field-color-bg);--wp--custom--input--neutral--disabled--icon-color:var(--wp--custom--light--input--neutral--disabled--icon-color);--wp--custom--input--neutral--disabled--text-field-container-stroke--color:var(--wp--custom--light--input--neutral--disabled--text-field-container-stroke--color);--wp--custom--input--neutral--disabled--text-field-container-stroke--style:var(--wp--custom--light--input--neutral--disabled--text-field-container-stroke--style);--wp--custom--input--neutral--disabled--text-field-container-stroke--width:var(--wp--custom--light--input--neutral--disabled--text-field-container-stroke--width);--wp--custom--input--neutral--disabled--text-field-placeholder-text-color:var(--wp--custom--light--input--neutral--disabled--text-field-placeholder-text-color);--wp--custom--input--neutral--disabled--text-field-filled-text-color:var(--wp--custom--light--input--neutral--disabled--text-field-filled-text-color);--wp--custom--input--neutral--disabled--text-field-color-stroke:var(--wp--custom--light--input--neutral--disabled--text-field-color-stroke);--wp--custom--input--neutral--disabled--helper-text-color:var(--wp--custom--light--input--neutral--disabled--helper-text-color);--wp--custom--input--neutral--hover--label-color:var(--wp--custom--light--input--neutral--hover--label-color);--wp--custom--input--neutral--hover--text-field-color-bg:var(--wp--custom--light--input--neutral--hover--text-field-color-bg);--wp--custom--input--neutral--hover--icon-color:var(--wp--custom--light--input--neutral--hover--icon-color);--wp--custom--input--neutral--hover--text-field-placeholder-text-color:var(--wp--custom--light--input--neutral--hover--text-field-placeholder-text-color);--wp--custom--input--neutral--hover--text-field-filled-text-color:var(--wp--custom--light--input--neutral--hover--text-field-filled-text-color);--wp--custom--input--neutral--hover--text-field-color-stroke:var(--wp--custom--light--input--neutral--hover--text-field-color-stroke);--wp--custom--input--neutral--hover--helper-text-color:var(--wp--custom--light--input--neutral--hover--helper-text-color);--wp--custom--input--neutral--hover--text-field-container-stroke--color:var(--wp--custom--light--input--neutral--hover--text-field-container-stroke--color);--wp--custom--input--neutral--hover--text-field-container-stroke--style:var(--wp--custom--light--input--neutral--hover--text-field-container-stroke--style);--wp--custom--input--neutral--hover--text-field-container-stroke--width:var(--wp--custom--light--input--neutral--hover--text-field-container-stroke--width);--wp--custom--input--neutral--focused--label-color:var(--wp--custom--light--input--neutral--focused--label-color);--wp--custom--input--neutral--focused--text-field-color-bg:var(--wp--custom--light--input--neutral--focused--text-field-color-bg);--wp--custom--input--neutral--focused--icon-color:var(--wp--custom--light--input--neutral--focused--icon-color);--wp--custom--input--neutral--focused--text-field-placeholder-text-color:var(--wp--custom--light--input--neutral--focused--text-field-placeholder-text-color);--wp--custom--input--neutral--focused--text-field-filled-text-color:var(--wp--custom--light--input--neutral--focused--text-field-filled-text-color);--wp--custom--input--neutral--focused--text-field-color-stroke:var(--wp--custom--light--input--neutral--focused--text-field-color-stroke);--wp--custom--input--neutral--focused--helper-text-color:var(--wp--custom--light--input--neutral--focused--helper-text-color);--wp--custom--input--neutral--focused--text-field-container-stroke--color:var(--wp--custom--light--input--neutral--focused--text-field-container-stroke--color);--wp--custom--input--neutral--focused--text-field-container-stroke--style:var(--wp--custom--light--input--neutral--focused--text-field-container-stroke--style);--wp--custom--input--neutral--focused--text-field-container-stroke--width:var(--wp--custom--light--input--neutral--focused--text-field-container-stroke--width);--wp--custom--input--neutral--focused--cursor-color:var(--wp--custom--light--input--neutral--focused--cursor-color);--wp--custom--input--neutral--read-only--label-color:var(--wp--custom--light--input--neutral--read-only--label-color);--wp--custom--input--neutral--read-only--text-field-color-bg:var(--wp--custom--light--input--neutral--read-only--text-field-color-bg);--wp--custom--input--neutral--read-only--icon-color:var(--wp--custom--light--input--neutral--read-only--icon-color);--wp--custom--input--neutral--read-only--text-field-text-color:var(--wp--custom--light--input--neutral--read-only--text-field-text-color);--wp--custom--input--neutral--read-only--text-field-color-stroke:var(--wp--custom--light--input--neutral--read-only--text-field-color-stroke);--wp--custom--input--neutral--read-only--helper-text-color:var(--wp--custom--light--input--neutral--read-only--helper-text-color);--wp--custom--input--neutral--read-only--text-field-container-stroke--color:var(--wp--custom--light--input--neutral--read-only--text-field-container-stroke--color);--wp--custom--input--neutral--read-only--text-field-container-stroke--style:var(--wp--custom--light--input--neutral--read-only--text-field-container-stroke--style);--wp--custom--input--neutral--read-only--text-field-container-stroke--width:var(--wp--custom--light--input--neutral--read-only--text-field-container-stroke--width);--wp--custom--input--error--enabled--label-color:var(--wp--custom--light--input--error--enabled--label-color);--wp--custom--input--error--enabled--text-field-color-bg:var(--wp--custom--light--input--error--enabled--text-field-color-bg);--wp--custom--input--error--enabled--icon-color:var(--wp--custom--light--input--error--enabled--icon-color);--wp--custom--input--error--enabled--text-field-placeholder-text-color:var(--wp--custom--light--input--error--enabled--text-field-placeholder-text-color);--wp--custom--input--error--enabled--text-field-filled-text-color:var(--wp--custom--light--input--error--enabled--text-field-filled-text-color);--wp--custom--input--error--enabled--text-field-color-stroke:var(--wp--custom--light--input--error--enabled--text-field-color-stroke);--wp--custom--input--error--enabled--helper-text-color:var(--wp--custom--light--input--error--enabled--helper-text-color);--wp--custom--input--error--enabled--text-field-container-stroke--color:var(--wp--custom--light--input--error--enabled--text-field-container-stroke--color);--wp--custom--input--error--enabled--text-field-container-stroke--style:var(--wp--custom--light--input--error--enabled--text-field-container-stroke--style);--wp--custom--input--error--enabled--text-field-container-stroke--width:var(--wp--custom--light--input--error--enabled--text-field-container-stroke--width);--wp--custom--input--error--hover--label-color:var(--wp--custom--light--input--error--hover--label-color);--wp--custom--input--error--hover--text-field-color-bg:var(--wp--custom--light--input--error--hover--text-field-color-bg);--wp--custom--input--error--hover--icon-color:var(--wp--custom--light--input--error--hover--icon-color);--wp--custom--input--error--hover--text-field-placeholder-text-color:var(--wp--custom--light--input--error--hover--text-field-placeholder-text-color);--wp--custom--input--error--hover--text-field-filled-text-color:var(--wp--custom--light--input--error--hover--text-field-filled-text-color);--wp--custom--input--error--hover--text-field-color-stroke:var(--wp--custom--light--input--error--hover--text-field-color-stroke);--wp--custom--input--error--hover--helper-text-color:var(--wp--custom--light--input--error--hover--helper-text-color);--wp--custom--input--error--hover--text-field-container-stroke--color:var(--wp--custom--light--input--error--hover--text-field-container-stroke--color);--wp--custom--input--error--hover--text-field-container-stroke--style:var(--wp--custom--light--input--error--hover--text-field-container-stroke--style);--wp--custom--input--error--hover--text-field-container-stroke--width:var(--wp--custom--light--input--error--hover--text-field-container-stroke--width);--wp--custom--input--error--focused--text-field-container-stroke--color:var(--wp--custom--light--input--error--focused--text-field-container-stroke--color);--wp--custom--input--error--focused--text-field-container-stroke--style:var(--wp--custom--light--input--error--focused--text-field-container-stroke--style);--wp--custom--input--error--focused--text-field-container-stroke--width:var(--wp--custom--light--input--error--focused--text-field-container-stroke--width);--wp--custom--input--error--focused--label-color:var(--wp--custom--light--input--error--focused--label-color);--wp--custom--input--error--focused--text-field-color-bg:var(--wp--custom--light--input--error--focused--text-field-color-bg);--wp--custom--input--error--focused--icon-color:var(--wp--custom--light--input--error--focused--icon-color);--wp--custom--input--error--focused--text-field-placeholder-text-color:var(--wp--custom--light--input--error--focused--text-field-placeholder-text-color);--wp--custom--input--error--focused--text-field-filled-text-color:var(--wp--custom--light--input--error--focused--text-field-filled-text-color);--wp--custom--input--error--focused--text-field-color-stroke:var(--wp--custom--light--input--error--focused--text-field-color-stroke);--wp--custom--input--error--focused--helper-text-color:var(--wp--custom--light--input--error--focused--helper-text-color);--wp--custom--input--error--focused--cursor-color:var(--wp--custom--light--input--error--focused--cursor-color);--wp--custom--lightbox--color-bg:var(--wp--custom--light--lightbox--color-bg);--wp--custom--lightbox--color-fg:var(--wp--custom--light--lightbox--color-fg);--wp--custom--lightbox--button-color:var(--wp--custom--light--lightbox--button-color);--wp--custom--lightbox--indicators-on-color:var(--wp--custom--light--lightbox--indicators-on-color);--wp--custom--lightbox--indicators-off-color:var(--wp--custom--light--lightbox--indicators-off-color);--wp--custom--lightbox-buttons--enabled--color-bg:var(--wp--custom--light--lightbox-buttons--enabled--color-bg);--wp--custom--lightbox-buttons--enabled--color-fg:var(--wp--custom--light--lightbox-buttons--enabled--color-fg);--wp--custom--lightbox-buttons--disabled--color-bg:var(--wp--custom--light--lightbox-buttons--disabled--color-bg);--wp--custom--lightbox-buttons--disabled--color-fg:var(--wp--custom--light--lightbox-buttons--disabled--color-fg);--wp--custom--lightbox-buttons--hover--color-bg:var(--wp--custom--light--lightbox-buttons--hover--color-bg);--wp--custom--lightbox-buttons--hover--color-fg:var(--wp--custom--light--lightbox-buttons--hover--color-fg);--wp--custom--lightbox-buttons--focused--color-bg:var(--wp--custom--light--lightbox-buttons--focused--color-bg);--wp--custom--lightbox-buttons--focused--color-fg:var(--wp--custom--light--lightbox-buttons--focused--color-fg);--wp--custom--lightbox-buttons--pressed--color-bg:var(--wp--custom--light--lightbox-buttons--pressed--color-bg);--wp--custom--lightbox-buttons--pressed--color-fg:var(--wp--custom--light--lightbox-buttons--pressed--color-fg);--wp--custom--login-cta--primary-style-false-color-bg:var(--wp--custom--light--login-cta--primary-style-false-color-bg);--wp--custom--login-cta--primary-style-false-color-fg:var(--wp--custom--light--login-cta--primary-style-false-color-fg);--wp--custom--login-cta--primary-style-true-color-bg:var(--wp--custom--light--login-cta--primary-style-true-color-bg);--wp--custom--login-cta--primary-style-true-color-fg:var(--wp--custom--light--login-cta--primary-style-true-color-fg);--wp--custom--login-cta--icon-style-true-color-bg:var(--wp--custom--light--login-cta--icon-style-true-color-bg);--wp--custom--login-cta--icon-style-false-color-bg:var(--wp--custom--light--login-cta--icon-style-false-color-bg);--wp--custom--login-cta--icon-style-true-color-fg:var(--wp--custom--light--login-cta--icon-style-true-color-fg);--wp--custom--login-cta--icon-style-false-color-fg:var(--wp--custom--light--login-cta--icon-style-false-color-fg);--wp--custom--login-cta--tertiary-style-false-color-fg:var(--wp--custom--light--login-cta--tertiary-style-false-color-fg);--wp--custom--login-cta--tertiary-style-false-color-bg:var(--wp--custom--light--login-cta--tertiary-style-false-color-bg);--wp--custom--login-cta--tertiary-style-true-color-fg:var(--wp--custom--light--login-cta--tertiary-style-true-color-fg);--wp--custom--login-cta--tertiary-style-true-color-bg:var(--wp--custom--light--login-cta--tertiary-style-true-color-bg);--wp--custom--mode--icon-style-icon-color:var(--wp--custom--light--mode--icon-style-icon-color);--wp--custom--mode--toggle-style-text-color:var(--wp--custom--light--mode--toggle-style-text-color);--wp--custom--mode--off--handle-color:var(--wp--custom--light--mode--off--handle-color);--wp--custom--mode--off--track-color:var(--wp--custom--light--mode--off--track-color);--wp--custom--mode--on--handle-color:var(--wp--custom--light--mode--on--handle-color);--wp--custom--mode--on--track-color:var(--wp--custom--light--mode--on--track-color);--wp--custom--newsletter--color-bg:var(--wp--custom--light--newsletter--color-bg);--wp--custom--newsletter--title-color:var(--wp--custom--light--newsletter--title-color);--wp--custom--newsletter--body-color:var(--wp--custom--light--newsletter--body-color);--wp--custom--newsletter--disclaimer-color:var(--wp--custom--light--newsletter--disclaimer-color);--wp--custom--newsletter-confirmation--color-bg:var(--wp--custom--light--newsletter-confirmation--color-bg);--wp--custom--newsletter-confirmation--title-color:var(--wp--custom--light--newsletter-confirmation--title-color);--wp--custom--newsletter-confirmation--body-color:var(--wp--custom--light--newsletter-confirmation--body-color);--wp--custom--overlays--blur:var(--wp--custom--light--overlays--blur);--wp--custom--overlays--color:var(--wp--custom--light--overlays--color);--wp--custom--overlays--spread:var(--wp--custom--light--overlays--spread);--wp--custom--overlays--type:var(--wp--custom--light--overlays--type);--wp--custom--overlays--x:var(--wp--custom--light--overlays--x);--wp--custom--overlays--y:var(--wp--custom--light--overlays--y);--wp--custom--carousel-indicators--on-color:var(--wp--custom--light--carousel-indicators--on-color);--wp--custom--carousel-indicators--off-color:var(--wp--custom--light--carousel-indicators--off-color);--wp--custom--pagination-number--enabled--color-bg:var(--wp--custom--light--pagination-number--enabled--color-bg);--wp--custom--pagination-number--enabled--color-fg:var(--wp--custom--light--pagination-number--enabled--color-fg);--wp--custom--pagination-number--selected--color-bg:var(--wp--custom--light--pagination-number--selected--color-bg);--wp--custom--pagination-number--selected--color-fg:var(--wp--custom--light--pagination-number--selected--color-fg);--wp--custom--pagination-number--hover--color-bg:var(--wp--custom--light--pagination-number--hover--color-bg);--wp--custom--pagination-number--hover--color-fg:var(--wp--custom--light--pagination-number--hover--color-fg);--wp--custom--pagination-number--focused--color-bg:var(--wp--custom--light--pagination-number--focused--color-bg);--wp--custom--pagination-number--focused--color-fg:var(--wp--custom--light--pagination-number--focused--color-fg);--wp--custom--pagination-number--pressed--color-bg:var(--wp--custom--light--pagination-number--pressed--color-bg);--wp--custom--pagination-number--pressed--color-fg:var(--wp--custom--light--pagination-number--pressed--color-fg);--wp--custom--recaptcha--color-fg:var(--wp--custom--light--recaptcha--color-fg);--wp--custom--related-article--color-bg:var(--wp--custom--light--related-article--color-bg);--wp--custom--section-title--color-fg--minimal:var(--wp--custom--light--section-title--color-fg--minimal);--wp--custom--section-title--color-fg--subtle:var(--wp--custom--light--section-title--color-fg--subtle);--wp--custom--section-title--color-fg--bold:var(--wp--custom--light--section-title--color-fg--bold);--wp--custom--section-title--color-fg--strong:var(--wp--custom--light--section-title--color-fg--strong);--wp--custom--section-title--color-fg--sponsored:var(--wp--custom--light--section-title--color-fg--sponsored);--wp--custom--star--unfilled-color-fg--minimal:var(--wp--custom--light--star--unfilled-color-fg--minimal);--wp--custom--star--unfilled-color-fg--subtle:var(--wp--custom--light--star--unfilled-color-fg--subtle);--wp--custom--star--unfilled-color-fg--bold:var(--wp--custom--light--star--unfilled-color-fg--bold);--wp--custom--star--unfilled-color-fg--strong:var(--wp--custom--light--star--unfilled-color-fg--strong);--wp--custom--star--unfilled-color-fg--sponsored:var(--wp--custom--light--star--unfilled-color-fg--sponsored);--wp--custom--star--filled-color-fg--minimal:var(--wp--custom--light--star--filled-color-fg--minimal);--wp--custom--star--filled-color-fg--subtle:var(--wp--custom--light--star--filled-color-fg--subtle);--wp--custom--star--filled-color-fg--bold:var(--wp--custom--light--star--filled-color-fg--bold);--wp--custom--star--filled-color-fg--strong:var(--wp--custom--light--star--filled-color-fg--strong);--wp--custom--star--filled-color-fg--sponsored:var(--wp--custom--light--star--filled-color-fg--sponsored);--wp--custom--star--input-color-fg--minimal:var(--wp--custom--light--star--input-color-fg--minimal);--wp--custom--star--input-color-fg--subtle:var(--wp--custom--light--star--input-color-fg--subtle);--wp--custom--star--input-color-fg--bold:var(--wp--custom--light--star--input-color-fg--bold);--wp--custom--star--input-color-fg--strong:var(--wp--custom--light--star--input-color-fg--strong);--wp--custom--star--input-color-fg--sponsored:var(--wp--custom--light--star--input-color-fg--sponsored);--wp--custom--status-message--color-fg:var(--wp--custom--light--status-message--color-fg);--wp--custom--status-message--success--container-stroke--color:var(--wp--custom--light--status-message--success--container-stroke--color);--wp--custom--status-message--success--container-stroke--style:var(--wp--custom--light--status-message--success--container-stroke--style);--wp--custom--status-message--success--container-stroke--width:var(--wp--custom--light--status-message--success--container-stroke--width);--wp--custom--status-message--info--container-stroke--color:var(--wp--custom--light--status-message--info--container-stroke--color);--wp--custom--status-message--info--container-stroke--style:var(--wp--custom--light--status-message--info--container-stroke--style);--wp--custom--status-message--info--container-stroke--width:var(--wp--custom--light--status-message--info--container-stroke--width);--wp--custom--status-message--warning--container-stroke--color:var(--wp--custom--light--status-message--warning--container-stroke--color);--wp--custom--status-message--warning--container-stroke--style:var(--wp--custom--light--status-message--warning--container-stroke--style);--wp--custom--status-message--warning--container-stroke--width:var(--wp--custom--light--status-message--warning--container-stroke--width);--wp--custom--status-message--error--container-stroke--color:var(--wp--custom--light--status-message--error--container-stroke--color);--wp--custom--status-message--error--container-stroke--style:var(--wp--custom--light--status-message--error--container-stroke--style);--wp--custom--status-message--error--container-stroke--width:var(--wp--custom--light--status-message--error--container-stroke--width);--wp--custom--status-message--neutral--container-stroke--color:var(--wp--custom--light--status-message--neutral--container-stroke--color);--wp--custom--status-message--neutral--container-stroke--style:var(--wp--custom--light--status-message--neutral--container-stroke--style);--wp--custom--status-message--neutral--container-stroke--width:var(--wp--custom--light--status-message--neutral--container-stroke--width);--wp--custom--subscription-items--enabled--color-bg:var(--wp--custom--light--subscription-items--enabled--color-bg);--wp--custom--subscription-items--enabled--title-color:var(--wp--custom--light--subscription-items--enabled--title-color);--wp--custom--subscription-items--enabled--subtitle-color:var(--wp--custom--light--subscription-items--enabled--subtitle-color);--wp--custom--subscription-items--enabled--body-color:var(--wp--custom--light--subscription-items--enabled--body-color);--wp--custom--subscription-items--enabled--container-border--color:var(--wp--custom--light--subscription-items--enabled--container-border--color);--wp--custom--subscription-items--enabled--container-border--style:var(--wp--custom--light--subscription-items--enabled--container-border--style);--wp--custom--subscription-items--enabled--container-border--width:var(--wp--custom--light--subscription-items--enabled--container-border--width);--wp--custom--subscription-items--hover--color-bg:var(--wp--custom--light--subscription-items--hover--color-bg);--wp--custom--subscription-items--hover--title-color:var(--wp--custom--light--subscription-items--hover--title-color);--wp--custom--subscription-items--hover--subtitle-color:var(--wp--custom--light--subscription-items--hover--subtitle-color);--wp--custom--subscription-items--hover--body-color:var(--wp--custom--light--subscription-items--hover--body-color);--wp--custom--subscription-items--hover--container-border--color:var(--wp--custom--light--subscription-items--hover--container-border--color);--wp--custom--subscription-items--hover--container-border--style:var(--wp--custom--light--subscription-items--hover--container-border--style);--wp--custom--subscription-items--hover--container-border--width:var(--wp--custom--light--subscription-items--hover--container-border--width);--wp--custom--subscription-items--selected--color-bg:var(--wp--custom--light--subscription-items--selected--color-bg);--wp--custom--subscription-items--selected--container-border--color:var(--wp--custom--light--subscription-items--selected--container-border--color);--wp--custom--subscription-items--selected--container-border--style:var(--wp--custom--light--subscription-items--selected--container-border--style);--wp--custom--subscription-items--selected--container-border--width:var(--wp--custom--light--subscription-items--selected--container-border--width);--wp--custom--subscription-items--selected--title-color:var(--wp--custom--light--subscription-items--selected--title-color);--wp--custom--subscription-items--selected--subtitle-color:var(--wp--custom--light--subscription-items--selected--subtitle-color);--wp--custom--subscription-items--selected--body-color:var(--wp--custom--light--subscription-items--selected--body-color);--wp--custom--table--container-stroke--color:var(--wp--custom--light--table--container-stroke--color);--wp--custom--table--container-stroke--style:var(--wp--custom--light--table--container-stroke--style);--wp--custom--table--container-stroke--width:var(--wp--custom--light--table--container-stroke--width);--wp--custom--table--cell-container-stroke--color:var(--wp--custom--light--table--cell-container-stroke--color);--wp--custom--table--cell-container-stroke--style:var(--wp--custom--light--table--cell-container-stroke--style);--wp--custom--table--cell-container-stroke--width:var(--wp--custom--light--table--cell-container-stroke--width);--wp--custom--table--header-container-stroke--color:var(--wp--custom--light--table--header-container-stroke--color);--wp--custom--table--header-container-stroke--style:var(--wp--custom--light--table--header-container-stroke--style);--wp--custom--table--header-container-stroke--width:var(--wp--custom--light--table--header-container-stroke--width);--wp--custom--table--header-color-fg:var(--wp--custom--light--table--header-color-fg);--wp--custom--table--header-color-bg:var(--wp--custom--light--table--header-color-bg);--wp--custom--table--header-color-stroke:var(--wp--custom--light--table--header-color-stroke);--wp--custom--table--cell-color-fg:var(--wp--custom--light--table--cell-color-fg);--wp--custom--table--color-stroke:var(--wp--custom--light--table--color-stroke);--wp--custom--table--cell-color-stroke:var(--wp--custom--light--table--cell-color-stroke);--wp--custom--table--enabled--odd-row-color-bg:var(--wp--custom--light--table--enabled--odd-row-color-bg);--wp--custom--table--enabled--even-row-color-bg:var(--wp--custom--light--table--enabled--even-row-color-bg);--wp--custom--table--hover--color-bg:var(--wp--custom--light--table--hover--color-bg);--wp--custom--tile-badge--ranking-container-border--minimal--color:var(--wp--custom--light--tile-badge--ranking-container-border--minimal--color);--wp--custom--tile-badge--ranking-container-border--minimal--style:var(--wp--custom--light--tile-badge--ranking-container-border--minimal--style);--wp--custom--tile-badge--ranking-container-border--minimal--width:var(--wp--custom--light--tile-badge--ranking-container-border--minimal--width);--wp--custom--tile-badge--ranking-container-border--subtle--color:var(--wp--custom--light--tile-badge--ranking-container-border--subtle--color);--wp--custom--tile-badge--ranking-container-border--subtle--style:var(--wp--custom--light--tile-badge--ranking-container-border--subtle--style);--wp--custom--tile-badge--ranking-container-border--subtle--width:var(--wp--custom--light--tile-badge--ranking-container-border--subtle--width);--wp--custom--tile-badge--ranking-container-border--bold--color:var(--wp--custom--light--tile-badge--ranking-container-border--bold--color);--wp--custom--tile-badge--ranking-container-border--bold--style:var(--wp--custom--light--tile-badge--ranking-container-border--bold--style);--wp--custom--tile-badge--ranking-container-border--bold--width:var(--wp--custom--light--tile-badge--ranking-container-border--bold--width);--wp--custom--tile-badge--ranking-container-border--strong--color:var(--wp--custom--light--tile-badge--ranking-container-border--strong--color);--wp--custom--tile-badge--ranking-container-border--strong--style:var(--wp--custom--light--tile-badge--ranking-container-border--strong--style);--wp--custom--tile-badge--ranking-container-border--strong--width:var(--wp--custom--light--tile-badge--ranking-container-border--strong--width);--wp--custom--tile-badge--ranking-container-border--sponsored--color:var(--wp--custom--light--tile-badge--ranking-container-border--sponsored--color);--wp--custom--tile-badge--ranking-container-border--sponsored--style:var(--wp--custom--light--tile-badge--ranking-container-border--sponsored--style);--wp--custom--tile-badge--ranking-container-border--sponsored--width:var(--wp--custom--light--tile-badge--ranking-container-border--sponsored--width);--wp--custom--tile-badge--ranking-color-bg--minimal:var(--wp--custom--light--tile-badge--ranking-color-bg--minimal);--wp--custom--tile-badge--ranking-color-bg--subtle:var(--wp--custom--light--tile-badge--ranking-color-bg--subtle);--wp--custom--tile-badge--ranking-color-bg--bold:var(--wp--custom--light--tile-badge--ranking-color-bg--bold);--wp--custom--tile-badge--ranking-color-bg--strong:var(--wp--custom--light--tile-badge--ranking-color-bg--strong);--wp--custom--tile-badge--ranking-color-bg--sponsored:var(--wp--custom--light--tile-badge--ranking-color-bg--sponsored);--wp--custom--tile-badge--ranking-color-fg--minimal:var(--wp--custom--light--tile-badge--ranking-color-fg--minimal);--wp--custom--tile-badge--ranking-color-fg--subtle:var(--wp--custom--light--tile-badge--ranking-color-fg--subtle);--wp--custom--tile-badge--ranking-color-fg--bold:var(--wp--custom--light--tile-badge--ranking-color-fg--bold);--wp--custom--tile-badge--ranking-color-fg--strong:var(--wp--custom--light--tile-badge--ranking-color-fg--strong);--wp--custom--tile-badge--ranking-color-fg--sponsored:var(--wp--custom--light--tile-badge--ranking-color-fg--sponsored);--wp--custom--tile-badge--rating-color-bg--minimal:var(--wp--custom--light--tile-badge--rating-color-bg--minimal);--wp--custom--tile-badge--rating-color-bg--subtle:var(--wp--custom--light--tile-badge--rating-color-bg--subtle);--wp--custom--tile-badge--rating-color-bg--bold:var(--wp--custom--light--tile-badge--rating-color-bg--bold);--wp--custom--tile-badge--rating-color-bg--strong:var(--wp--custom--light--tile-badge--rating-color-bg--strong);--wp--custom--tile-badge--rating-color-bg--sponsored:var(--wp--custom--light--tile-badge--rating-color-bg--sponsored);--wp--custom--tile-badge--rating-color-fg--minimal:var(--wp--custom--light--tile-badge--rating-color-fg--minimal);--wp--custom--tile-badge--rating-color-fg--subtle:var(--wp--custom--light--tile-badge--rating-color-fg--subtle);--wp--custom--tile-badge--rating-color-fg--bold:var(--wp--custom--light--tile-badge--rating-color-fg--bold);--wp--custom--tile-badge--rating-color-fg--strong:var(--wp--custom--light--tile-badge--rating-color-fg--strong);--wp--custom--tile-badge--rating-color-fg--sponsored:var(--wp--custom--light--tile-badge--rating-color-fg--sponsored);--wp--custom--tile-badge--video-color-bg--minimal:var(--wp--custom--light--tile-badge--video-color-bg--minimal);--wp--custom--tile-badge--video-color-bg--subtle:var(--wp--custom--light--tile-badge--video-color-bg--subtle);--wp--custom--tile-badge--video-color-bg--bold:var(--wp--custom--light--tile-badge--video-color-bg--bold);--wp--custom--tile-badge--video-color-bg--strong:var(--wp--custom--light--tile-badge--video-color-bg--strong);--wp--custom--tile-badge--video-color-bg--sponsored:var(--wp--custom--light--tile-badge--video-color-bg--sponsored);--wp--custom--tile-badge--video-color-fg--minimal:var(--wp--custom--light--tile-badge--video-color-fg--minimal);--wp--custom--tile-badge--video-color-fg--subtle:var(--wp--custom--light--tile-badge--video-color-fg--subtle);--wp--custom--tile-badge--video-color-fg--bold:var(--wp--custom--light--tile-badge--video-color-fg--bold);--wp--custom--tile-badge--video-color-fg--strong:var(--wp--custom--light--tile-badge--video-color-fg--strong);--wp--custom--tile-badge--video-color-fg--sponsored:var(--wp--custom--light--tile-badge--video-color-fg--sponsored);--wp--custom--tile-badge--rating-container-border--minimal--color:var(--wp--custom--light--tile-badge--rating-container-border--minimal--color);--wp--custom--tile-badge--rating-container-border--minimal--style:var(--wp--custom--light--tile-badge--rating-container-border--minimal--style);--wp--custom--tile-badge--rating-container-border--minimal--width:var(--wp--custom--light--tile-badge--rating-container-border--minimal--width);--wp--custom--tile-badge--rating-container-border--subtle--color:var(--wp--custom--light--tile-badge--rating-container-border--subtle--color);--wp--custom--tile-badge--rating-container-border--subtle--style:var(--wp--custom--light--tile-badge--rating-container-border--subtle--style);--wp--custom--tile-badge--rating-container-border--subtle--width:var(--wp--custom--light--tile-badge--rating-container-border--subtle--width);--wp--custom--tile-badge--rating-container-border--bold--color:var(--wp--custom--light--tile-badge--rating-container-border--bold--color);--wp--custom--tile-badge--rating-container-border--bold--style:var(--wp--custom--light--tile-badge--rating-container-border--bold--style);--wp--custom--tile-badge--rating-container-border--bold--width:var(--wp--custom--light--tile-badge--rating-container-border--bold--width);--wp--custom--tile-badge--rating-container-border--strong--color:var(--wp--custom--light--tile-badge--rating-container-border--strong--color);--wp--custom--tile-badge--rating-container-border--strong--style:var(--wp--custom--light--tile-badge--rating-container-border--strong--style);--wp--custom--tile-badge--rating-container-border--strong--width:var(--wp--custom--light--tile-badge--rating-container-border--strong--width);--wp--custom--tile-badge--rating-container-border--sponsored--color:var(--wp--custom--light--tile-badge--rating-container-border--sponsored--color);--wp--custom--tile-badge--rating-container-border--sponsored--style:var(--wp--custom--light--tile-badge--rating-container-border--sponsored--style);--wp--custom--tile-badge--rating-container-border--sponsored--width:var(--wp--custom--light--tile-badge--rating-container-border--sponsored--width);--wp--custom--tile-badge--video-container-border--minimal--color:var(--wp--custom--light--tile-badge--video-container-border--minimal--color);--wp--custom--tile-badge--video-container-border--minimal--style:var(--wp--custom--light--tile-badge--video-container-border--minimal--style);--wp--custom--tile-badge--video-container-border--minimal--width:var(--wp--custom--light--tile-badge--video-container-border--minimal--width);--wp--custom--tile-badge--video-container-border--subtle--color:var(--wp--custom--light--tile-badge--video-container-border--subtle--color);--wp--custom--tile-badge--video-container-border--subtle--style:var(--wp--custom--light--tile-badge--video-container-border--subtle--style);--wp--custom--tile-badge--video-container-border--subtle--width:var(--wp--custom--light--tile-badge--video-container-border--subtle--width);--wp--custom--tile-badge--video-container-border--bold--color:var(--wp--custom--light--tile-badge--video-container-border--bold--color);--wp--custom--tile-badge--video-container-border--bold--style:var(--wp--custom--light--tile-badge--video-container-border--bold--style);--wp--custom--tile-badge--video-container-border--bold--width:var(--wp--custom--light--tile-badge--video-container-border--bold--width);--wp--custom--tile-badge--video-container-border--strong--color:var(--wp--custom--light--tile-badge--video-container-border--strong--color);--wp--custom--tile-badge--video-container-border--strong--style:var(--wp--custom--light--tile-badge--video-container-border--strong--style);--wp--custom--tile-badge--video-container-border--strong--width:var(--wp--custom--light--tile-badge--video-container-border--strong--width);--wp--custom--tile-badge--video-container-border--sponsored--color:var(--wp--custom--light--tile-badge--video-container-border--sponsored--color);--wp--custom--tile-badge--video-container-border--sponsored--style:var(--wp--custom--light--tile-badge--video-container-border--sponsored--style);--wp--custom--tile-badge--video-container-border--sponsored--width:var(--wp--custom--light--tile-badge--video-container-border--sponsored--width);--wp--custom--tip-box--info--container-stroke--color:var(--wp--custom--light--tip-box--info--container-stroke--color);--wp--custom--tip-box--info--container-stroke--style:var(--wp--custom--light--tip-box--info--container-stroke--style);--wp--custom--tip-box--info--container-stroke--width:var(--wp--custom--light--tip-box--info--container-stroke--width);--wp--custom--tip-box--info--color-bg:var(--wp--custom--light--tip-box--info--color-bg);--wp--custom--tip-box--info--color-fg:var(--wp--custom--light--tip-box--info--color-fg);--wp--custom--tip-box--info--color-stroke:var(--wp--custom--light--tip-box--info--color-stroke);--wp--custom--tip-box--negative--color-bg:var(--wp--custom--light--tip-box--negative--color-bg);--wp--custom--tip-box--negative--color-fg:var(--wp--custom--light--tip-box--negative--color-fg);--wp--custom--tip-box--negative--color-stroke:var(--wp--custom--light--tip-box--negative--color-stroke);--wp--custom--tip-box--negative--container-stroke--color:var(--wp--custom--light--tip-box--negative--container-stroke--color);--wp--custom--tip-box--negative--container-stroke--style:var(--wp--custom--light--tip-box--negative--container-stroke--style);--wp--custom--tip-box--negative--container-stroke--width:var(--wp--custom--light--tip-box--negative--container-stroke--width);--wp--custom--tip-box--positive--container-stroke--color:var(--wp--custom--light--tip-box--positive--container-stroke--color);--wp--custom--tip-box--positive--container-stroke--style:var(--wp--custom--light--tip-box--positive--container-stroke--style);--wp--custom--tip-box--positive--container-stroke--width:var(--wp--custom--light--tip-box--positive--container-stroke--width);--wp--custom--tip-box--positive--color-bg:var(--wp--custom--light--tip-box--positive--color-bg);--wp--custom--tip-box--positive--color-fg:var(--wp--custom--light--tip-box--positive--color-fg);--wp--custom--tip-box--positive--color-stroke:var(--wp--custom--light--tip-box--positive--color-stroke);--wp--custom--toggle--color-fg:var(--wp--custom--light--toggle--color-fg);--wp--custom--toggle-switch--off--handle-color:var(--wp--custom--light--toggle-switch--off--handle-color);--wp--custom--toggle-switch--off--track-color:var(--wp--custom--light--toggle-switch--off--track-color);--wp--custom--toggle-switch--on--handle-color:var(--wp--custom--light--toggle-switch--on--handle-color);--wp--custom--toggle-switch--on--track-color:var(--wp--custom--light--toggle-switch--on--track-color);--wp--custom--top-nav--disclaimer-text-color:var(--wp--custom--light--top-nav--disclaimer-text-color);--wp--custom--top-nav--color-bg:var(--wp--custom--light--top-nav--color-bg);--wp--custom--top-nav--menu-icon-color:var(--wp--custom--light--top-nav--menu-icon-color);--wp--custom--top-nav--color-stroke:var(--wp--custom--light--top-nav--color-stroke);--wp--custom--top-nav--container-stroke--color:var(--wp--custom--light--top-nav--container-stroke--color);--wp--custom--top-nav--container-stroke--style:var(--wp--custom--light--top-nav--container-stroke--style);--wp--custom--top-nav--container-stroke--width:var(--wp--custom--light--top-nav--container-stroke--width);--wp--custom--top-nav--elevation:var(--wp--custom--light--top-nav--elevation);--wp--custom--related-article-links--enabled--primary-color-fg:var(--wp--custom--light--related-article-links--enabled--primary-color-fg);--wp--custom--related-article-links--enabled--primary-color-stroke:var(--wp--custom--light--related-article-links--enabled--primary-color-stroke);--wp--custom--related-article-links--enabled--secondary-color-fg:var(--wp--custom--light--related-article-links--enabled--secondary-color-fg);--wp--custom--related-article-links--enabled--secondary-color-stroke:var(--wp--custom--light--related-article-links--enabled--secondary-color-stroke);--wp--custom--related-article-links--primary-container-stroke--color:var(--wp--custom--light--related-article-links--primary-container-stroke--color);--wp--custom--related-article-links--primary-container-stroke--width:var(--wp--custom--light--related-article-links--primary-container-stroke--width);--wp--custom--related-article-links--primary-container-stroke--style:var(--wp--custom--light--related-article-links--primary-container-stroke--style);--wp--custom--related-article-links--secondary-container-stroke--color:var(--wp--custom--light--related-article-links--secondary-container-stroke--color);--wp--custom--related-article-links--secondary-container-stroke--width:var(--wp--custom--light--related-article-links--secondary-container-stroke--width);--wp--custom--related-article-links--secondary-container-stroke--style:var(--wp--custom--light--related-article-links--secondary-container-stroke--style);--wp--custom--related-article-links--hover--primary-color-fg:var(--wp--custom--light--related-article-links--hover--primary-color-fg);--wp--custom--related-article-links--hover--primary-color-stroke:var(--wp--custom--light--related-article-links--hover--primary-color-stroke);--wp--custom--related-article-links--hover--secondary-color-fg:var(--wp--custom--light--related-article-links--hover--secondary-color-fg);--wp--custom--related-article-links--hover--secondary-color-stroke:var(--wp--custom--light--related-article-links--hover--secondary-color-stroke);--wp--custom--author-name--color-bg:var(--wp--custom--light--author-name--color-bg);--wp--custom--author-name--enabled--color-fg--minimal:var(--wp--custom--light--author-name--enabled--color-fg--minimal);--wp--custom--author-name--enabled--color-fg--subtle:var(--wp--custom--light--author-name--enabled--color-fg--subtle);--wp--custom--author-name--enabled--color-fg--bold:var(--wp--custom--light--author-name--enabled--color-fg--bold);--wp--custom--author-name--enabled--color-fg--strong:var(--wp--custom--light--author-name--enabled--color-fg--strong);--wp--custom--author-name--enabled--color-fg--sponsored:var(--wp--custom--light--author-name--enabled--color-fg--sponsored);--wp--custom--author-name--hover--color-fg--minimal:var(--wp--custom--light--author-name--hover--color-fg--minimal);--wp--custom--author-name--hover--color-fg--subtle:var(--wp--custom--light--author-name--hover--color-fg--subtle);--wp--custom--author-name--hover--color-fg--bold:var(--wp--custom--light--author-name--hover--color-fg--bold);--wp--custom--author-name--hover--color-fg--strong:var(--wp--custom--light--author-name--hover--color-fg--strong);--wp--custom--author-name--hover--color-fg--sponsored:var(--wp--custom--light--author-name--hover--color-fg--sponsored);--wp--custom--author-name--pressed--color-fg--minimal:var(--wp--custom--light--author-name--pressed--color-fg--minimal);--wp--custom--author-name--pressed--color-fg--subtle:var(--wp--custom--light--author-name--pressed--color-fg--subtle);--wp--custom--author-name--pressed--color-fg--bold:var(--wp--custom--light--author-name--pressed--color-fg--bold);--wp--custom--author-name--pressed--color-fg--strong:var(--wp--custom--light--author-name--pressed--color-fg--strong);--wp--custom--author-name--pressed--color-fg--sponsored:var(--wp--custom--light--author-name--pressed--color-fg--sponsored);--wp--custom--loading-indicator--color:var(--wp--custom--light--loading-indicator--color);--wp--custom--article-summary-links--color-bg:var(--wp--custom--light--article-summary-links--color-bg);--wp--custom--article-summary-links--enabled--color-fg:var(--wp--custom--light--article-summary-links--enabled--color-fg);--wp--custom--article-summary-links--hover--color-fg:var(--wp--custom--light--article-summary-links--hover--color-fg);--wp--custom--article-summary-links--pressed--color-fg:var(--wp--custom--light--article-summary-links--pressed--color-fg);--wp--custom--article-summary--container-stroke--color:var(--wp--custom--light--article-summary--container-stroke--color);--wp--custom--article-summary--container-stroke--width:var(--wp--custom--light--article-summary--container-stroke--width);--wp--custom--article-summary--container-stroke--style:var(--wp--custom--light--article-summary--container-stroke--style);--wp--custom--article-summary--color-bg:var(--wp--custom--light--article-summary--color-bg);--wp--custom--article-summary--h-3-color:var(--wp--custom--light--article-summary--h-3-color);--wp--custom--article-summary--body-color:var(--wp--custom--light--article-summary--body-color);--wp--custom--article-summary--icon-color:var(--wp--custom--light--article-summary--icon-color);--wp--custom--article-summary--color-stroke:var(--wp--custom--light--article-summary--color-stroke);--wp--custom--next-article--copy-container-color-bg:var(--wp--custom--light--next-article--copy-container-color-bg);--wp--custom--next-article--copy-container-color-fg:var(--wp--custom--light--next-article--copy-container-color-fg);--wp--custom--next-article--divider-color:var(--wp--custom--light--next-article--divider-color);--wp--custom--next-article--copy-container-border--color:var(--wp--custom--light--next-article--copy-container-border--color);--wp--custom--next-article--copy-container-border--width:var(--wp--custom--light--next-article--copy-container-border--width);--wp--custom--next-article--copy-container-border--style:var(--wp--custom--light--next-article--copy-container-border--style);--wp--custom--live-blog--timeline-color-fg--key-events:var(--wp--custom--light--live-blog--timeline-color-fg--key-events);--wp--custom--live-blog--timeline-color-fg--regular:var(--wp--custom--light--live-blog--timeline-color-fg--regular);--wp--custom--live-blog--entry-color-bg--key-events:var(--wp--custom--light--live-blog--entry-color-bg--key-events);--wp--custom--article-banners--color-bg--sponsored:var(--wp--custom--light--article-banners--color-bg--sponsored);--wp--custom--article-banners--color-bg--live-blog-open:var(--wp--custom--light--article-banners--color-bg--live-blog-open);--wp--custom--article-banners--color-bg--announcement:var(--wp--custom--light--article-banners--color-bg--announcement);--wp--custom--article-banners--color-bg--live-blog-closed:var(--wp--custom--light--article-banners--color-bg--live-blog-closed);--wp--custom--article-banners--color-fg--sponsored:var(--wp--custom--light--article-banners--color-fg--sponsored);--wp--custom--article-banners--color-fg--live-blog-open:var(--wp--custom--light--article-banners--color-fg--live-blog-open);--wp--custom--article-banners--color-fg--announcement:var(--wp--custom--light--article-banners--color-fg--announcement);--wp--custom--article-banners--color-fg--live-blog-closed:var(--wp--custom--light--article-banners--color-fg--live-blog-closed);--wp--custom--quiz-answer--enabled--color-bg:var(--wp--custom--light--quiz-answer--enabled--color-bg);--wp--custom--quiz-answer--enabled--color-fg:var(--wp--custom--light--quiz-answer--enabled--color-fg);--wp--custom--quiz-answer--enabled--border--color:var(--wp--custom--light--quiz-answer--enabled--border--color);--wp--custom--quiz-answer--enabled--border--width:var(--wp--custom--light--quiz-answer--enabled--border--width);--wp--custom--quiz-answer--enabled--border--style:var(--wp--custom--light--quiz-answer--enabled--border--style);--wp--custom--quiz-answer--disabled--border--color:var(--wp--custom--light--quiz-answer--disabled--border--color);--wp--custom--quiz-answer--disabled--border--width:var(--wp--custom--light--quiz-answer--disabled--border--width);--wp--custom--quiz-answer--disabled--border--style:var(--wp--custom--light--quiz-answer--disabled--border--style);--wp--custom--quiz-answer--selected--color-bg:var(--wp--custom--light--quiz-answer--selected--color-bg);--wp--custom--quiz-answer--selected--color-fg:var(--wp--custom--light--quiz-answer--selected--color-fg);--wp--custom--quiz-answer--selected--border--color:var(--wp--custom--light--quiz-answer--selected--border--color);--wp--custom--quiz-answer--selected--border--width:var(--wp--custom--light--quiz-answer--selected--border--width);--wp--custom--quiz-answer--selected--border--style:var(--wp--custom--light--quiz-answer--selected--border--style);--wp--custom--quiz-answer--hover--color-bg:var(--wp--custom--light--quiz-answer--hover--color-bg);--wp--custom--quiz-answer--hover--color-fg:var(--wp--custom--light--quiz-answer--hover--color-fg);--wp--custom--quiz-answer--hover--border--color:var(--wp--custom--light--quiz-answer--hover--border--color);--wp--custom--quiz-answer--hover--border--width:var(--wp--custom--light--quiz-answer--hover--border--width);--wp--custom--quiz-answer--hover--border--style:var(--wp--custom--light--quiz-answer--hover--border--style);--wp--custom--quiz--result-color-fg--primary:var(--wp--custom--light--quiz--result-color-fg--primary);--wp--custom--quiz--result-color-fg--secondary:var(--wp--custom--light--quiz--result-color-fg--secondary);--wp--custom--avatar--placeholder--color-bg:var(--wp--custom--light--avatar--placeholder--color-bg);--wp--custom--avatar--placeholder--color-fg:var(--wp--custom--light--avatar--placeholder--color-fg);--wp--custom--quotation--color-bg--pull-quote:var(--wp--custom--light--quotation--color-bg--pull-quote);--wp--custom--quotation--color-bg--quote:var(--wp--custom--light--quotation--color-bg--quote);--wp--custom--quotation--color-fg--pull-quote:var(--wp--custom--light--quotation--color-fg--pull-quote);--wp--custom--quotation--color-fg--quote:var(--wp--custom--light--quotation--color-fg--quote);--wp--custom--quotation--caption-color--pull-quote:var(--wp--custom--light--quotation--caption-color--pull-quote);--wp--custom--quotation--caption-color--quote:var(--wp--custom--light--quotation--caption-color--quote);--wp--custom--quotation--color-stroke--pull-quote:var(--wp--custom--light--quotation--color-stroke--pull-quote);--wp--custom--quotation--color-stroke--quote:var(--wp--custom--light--quotation--color-stroke--quote);--wp--custom--quotation--color-stroke--minimal-quote:var(--wp--custom--light--quotation--color-stroke--minimal-quote);--wp--custom--quotation--container-stroke--pull-quote--color:var(--wp--custom--light--quotation--container-stroke--pull-quote--color);--wp--custom--quotation--container-stroke--pull-quote--style:var(--wp--custom--light--quotation--container-stroke--pull-quote--style);--wp--custom--quotation--container-stroke--pull-quote--width:var(--wp--custom--light--quotation--container-stroke--pull-quote--width);--wp--custom--quotation--container-stroke--quote--color:var(--wp--custom--light--quotation--container-stroke--quote--color);--wp--custom--quotation--container-stroke--quote--style:var(--wp--custom--light--quotation--container-stroke--quote--style);--wp--custom--quotation--container-stroke--quote--width:var(--wp--custom--light--quotation--container-stroke--quote--width);--wp--custom--links--primary--enabled--color-fg--sm:var(--wp--custom--light--links--primary--enabled--color-fg--sm);--wp--custom--links--primary--enabled--color-fg--md:var(--wp--custom--light--links--primary--enabled--color-fg--md);--wp--custom--links--primary--enabled--color-fg--lg:var(--wp--custom--light--links--primary--enabled--color-fg--lg);--wp--custom--links--primary--hover--color-fg--sm:var(--wp--custom--light--links--primary--hover--color-fg--sm);--wp--custom--links--primary--hover--color-fg--md:var(--wp--custom--light--links--primary--hover--color-fg--md);--wp--custom--links--primary--hover--color-fg--lg:var(--wp--custom--light--links--primary--hover--color-fg--lg);--wp--custom--links--primary--activated--color-fg--sm:var(--wp--custom--light--links--primary--activated--color-fg--sm);--wp--custom--links--primary--activated--color-fg--md:var(--wp--custom--light--links--primary--activated--color-fg--md);--wp--custom--links--primary--activated--color-fg--lg:var(--wp--custom--light--links--primary--activated--color-fg--lg);--wp--custom--links--secondary--enabled--color-fg--sm:var(--wp--custom--light--links--secondary--enabled--color-fg--sm);--wp--custom--links--secondary--enabled--color-fg--md:var(--wp--custom--light--links--secondary--enabled--color-fg--md);--wp--custom--links--secondary--enabled--color-fg--lg:var(--wp--custom--light--links--secondary--enabled--color-fg--lg);--wp--custom--links--secondary--hover--color-fg--sm:var(--wp--custom--light--links--secondary--hover--color-fg--sm);--wp--custom--links--secondary--hover--color-fg--md:var(--wp--custom--light--links--secondary--hover--color-fg--md);--wp--custom--links--secondary--hover--color-fg--lg:var(--wp--custom--light--links--secondary--hover--color-fg--lg);--wp--custom--links--secondary--activated--color-fg--sm:var(--wp--custom--light--links--secondary--activated--color-fg--sm);--wp--custom--links--secondary--activated--color-fg--md:var(--wp--custom--light--links--secondary--activated--color-fg--md);--wp--custom--links--secondary--activated--color-fg--lg:var(--wp--custom--light--links--secondary--activated--color-fg--lg);--wp--custom--links--tertiary--enabled--color-fg--sm:var(--wp--custom--light--links--tertiary--enabled--color-fg--sm);--wp--custom--links--tertiary--enabled--color-fg--md:var(--wp--custom--light--links--tertiary--enabled--color-fg--md);--wp--custom--links--tertiary--enabled--color-fg--lg:var(--wp--custom--light--links--tertiary--enabled--color-fg--lg);--wp--custom--links--tertiary--hover--color-fg--sm:var(--wp--custom--light--links--tertiary--hover--color-fg--sm);--wp--custom--links--tertiary--hover--color-fg--md:var(--wp--custom--light--links--tertiary--hover--color-fg--md);--wp--custom--links--tertiary--hover--color-fg--lg:var(--wp--custom--light--links--tertiary--hover--color-fg--lg);--wp--custom--links--tertiary--activated--color-fg--sm:var(--wp--custom--light--links--tertiary--activated--color-fg--sm);--wp--custom--links--tertiary--activated--color-fg--md:var(--wp--custom--light--links--tertiary--activated--color-fg--md);--wp--custom--links--tertiary--activated--color-fg--lg:var(--wp--custom--light--links--tertiary--activated--color-fg--lg);--wp--custom--links--quaternary--enabled--color-fg--sm:var(--wp--custom--light--links--quaternary--enabled--color-fg--sm);--wp--custom--links--quaternary--enabled--color-fg--md:var(--wp--custom--light--links--quaternary--enabled--color-fg--md);--wp--custom--links--quaternary--enabled--color-fg--lg:var(--wp--custom--light--links--quaternary--enabled--color-fg--lg);--wp--custom--links--quaternary--hover--color-fg--sm:var(--wp--custom--light--links--quaternary--hover--color-fg--sm);--wp--custom--links--quaternary--hover--color-fg--md:var(--wp--custom--light--links--quaternary--hover--color-fg--md);--wp--custom--links--quaternary--hover--color-fg--lg:var(--wp--custom--light--links--quaternary--hover--color-fg--lg);--wp--custom--links--quaternary--activated--color-fg--sm:var(--wp--custom--light--links--quaternary--activated--color-fg--sm);--wp--custom--links--quaternary--activated--color-fg--md:var(--wp--custom--light--links--quaternary--activated--color-fg--md);--wp--custom--links--quaternary--activated--color-fg--lg:var(--wp--custom--light--links--quaternary--activated--color-fg--lg);--wp--custom--links--quinary--enabled--color-fg:var(--wp--custom--light--links--quinary--enabled--color-fg);--wp--custom--links--quinary--hover--color-fg:var(--wp--custom--light--links--quinary--hover--color-fg);--wp--custom--links--quinary--activated--color-fg:var(--wp--custom--light--links--quinary--activated--color-fg);--wp--custom--links--quinary--context--color-fg:var(--wp--custom--light--links--quinary--context--color-fg);--wp--custom--links-expandable--icon-color-bg:var(--wp--custom--light--links-expandable--icon-color-bg);--wp--custom--links-expandable--icon-color-fg:var(--wp--custom--light--links-expandable--icon-color-fg);--wp--custom--dynamic-nav--color-bg:var(--wp--custom--light--dynamic-nav--color-bg);--wp--custom--dynamic-nav--color-stroke:var(--wp--custom--light--dynamic-nav--color-stroke);--wp--custom--dynamic-nav--container-stroke--color:var(--wp--custom--light--dynamic-nav--container-stroke--color);--wp--custom--dynamic-nav--container-stroke--style:var(--wp--custom--light--dynamic-nav--container-stroke--style);--wp--custom--dynamic-nav--container-stroke--width:var(--wp--custom--light--dynamic-nav--container-stroke--width);--wp--custom--nav-socials--primary--enabled--color-bg:var(--wp--custom--light--nav-socials--primary--enabled--color-bg);--wp--custom--nav-socials--primary--enabled--color-fg:var(--wp--custom--light--nav-socials--primary--enabled--color-fg);--wp--custom--nav-socials--primary--hover--color-bg:var(--wp--custom--light--nav-socials--primary--hover--color-bg);--wp--custom--nav-socials--primary--hover--color-fg:var(--wp--custom--light--nav-socials--primary--hover--color-fg);--wp--custom--nav-socials--secondary--enabled--color-bg:var(--wp--custom--light--nav-socials--secondary--enabled--color-bg);--wp--custom--nav-socials--secondary--enabled--color-fg:var(--wp--custom--light--nav-socials--secondary--enabled--color-fg);--wp--custom--nav-socials--secondary--hover--color-bg:var(--wp--custom--light--nav-socials--secondary--hover--color-bg);--wp--custom--nav-socials--secondary--hover--color-fg:var(--wp--custom--light--nav-socials--secondary--hover--color-fg);--wp--custom--nav-socials--tertiary--enabled--color-bg:var(--wp--custom--light--nav-socials--tertiary--enabled--color-bg);--wp--custom--nav-socials--tertiary--enabled--color-fg:var(--wp--custom--light--nav-socials--tertiary--enabled--color-fg);--wp--custom--nav-socials--tertiary--hover--color-bg:var(--wp--custom--light--nav-socials--tertiary--hover--color-bg);--wp--custom--nav-socials--tertiary--hover--color-fg:var(--wp--custom--light--nav-socials--tertiary--hover--color-fg);--wp--custom--search--primary--enabled--bar-style-color-bg:var(--wp--custom--light--search--primary--enabled--bar-style-color-bg);--wp--custom--search--primary--enabled--bar-style-icon-color:var(--wp--custom--light--search--primary--enabled--bar-style-icon-color);--wp--custom--search--primary--enabled--bar-style-text-color:var(--wp--custom--light--search--primary--enabled--bar-style-text-color);--wp--custom--search--primary--enabled--bar-style-color-stroke:var(--wp--custom--light--search--primary--enabled--bar-style-color-stroke);--wp--custom--search--primary--enabled--icon-style-icon-color:var(--wp--custom--light--search--primary--enabled--icon-style-icon-color);--wp--custom--search--primary--enabled--bar-style-container-stroke--color:var(--wp--custom--light--search--primary--enabled--bar-style-container-stroke--color);--wp--custom--search--primary--enabled--bar-style-container-stroke--style:var(--wp--custom--light--search--primary--enabled--bar-style-container-stroke--style);--wp--custom--search--primary--enabled--bar-style-container-stroke--width:var(--wp--custom--light--search--primary--enabled--bar-style-container-stroke--width);--wp--custom--search--primary--selected--bar-style-color-bg:var(--wp--custom--light--search--primary--selected--bar-style-color-bg);--wp--custom--search--primary--selected--icon-style-color-bg:var(--wp--custom--light--search--primary--selected--icon-style-color-bg);--wp--custom--search--primary--selected--bar-style-icon-color:var(--wp--custom--light--search--primary--selected--bar-style-icon-color);--wp--custom--search--primary--selected--bar-style-text-color:var(--wp--custom--light--search--primary--selected--bar-style-text-color);--wp--custom--search--primary--selected--bar-style-color-stroke:var(--wp--custom--light--search--primary--selected--bar-style-color-stroke);--wp--custom--search--primary--selected--icon-style-icon-color:var(--wp--custom--light--search--primary--selected--icon-style-icon-color);--wp--custom--search--primary--selected--icon-style-text-color:var(--wp--custom--light--search--primary--selected--icon-style-text-color);--wp--custom--search--primary--selected--icon-style-color-stroke:var(--wp--custom--light--search--primary--selected--icon-style-color-stroke);--wp--custom--search--primary--selected--bar-style-container-stroke--color:var(--wp--custom--light--search--primary--selected--bar-style-container-stroke--color);--wp--custom--search--primary--selected--bar-style-container-stroke--style:var(--wp--custom--light--search--primary--selected--bar-style-container-stroke--style);--wp--custom--search--primary--selected--bar-style-container-stroke--width:var(--wp--custom--light--search--primary--selected--bar-style-container-stroke--width);--wp--custom--search--primary--selected--icon-style-container-stroke--color:var(--wp--custom--light--search--primary--selected--icon-style-container-stroke--color);--wp--custom--search--primary--selected--icon-style-container-stroke--style:var(--wp--custom--light--search--primary--selected--icon-style-container-stroke--style);--wp--custom--search--primary--selected--icon-style-container-stroke--width:var(--wp--custom--light--search--primary--selected--icon-style-container-stroke--width);--wp--custom--search--secondary--enabled--bar-style-color-bg:var(--wp--custom--light--search--secondary--enabled--bar-style-color-bg);--wp--custom--search--secondary--enabled--bar-style-icon-color:var(--wp--custom--light--search--secondary--enabled--bar-style-icon-color);--wp--custom--search--secondary--enabled--bar-style-text-color:var(--wp--custom--light--search--secondary--enabled--bar-style-text-color);--wp--custom--search--secondary--enabled--bar-style-color-stroke:var(--wp--custom--light--search--secondary--enabled--bar-style-color-stroke);--wp--custom--search--secondary--enabled--icon-style-icon-color:var(--wp--custom--light--search--secondary--enabled--icon-style-icon-color);--wp--custom--search--secondary--enabled--bar-style-container-stroke--color:var(--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--color);--wp--custom--search--secondary--enabled--bar-style-container-stroke--style:var(--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--style);--wp--custom--search--secondary--enabled--bar-style-container-stroke--width:var(--wp--custom--light--search--secondary--enabled--bar-style-container-stroke--width);--wp--custom--search--secondary--selected--bar-style-color-bg:var(--wp--custom--light--search--secondary--selected--bar-style-color-bg);--wp--custom--search--secondary--selected--icon-style-color-bg:var(--wp--custom--light--search--secondary--selected--icon-style-color-bg);--wp--custom--search--secondary--selected--bar-style-icon-color:var(--wp--custom--light--search--secondary--selected--bar-style-icon-color);--wp--custom--search--secondary--selected--bar-style-text-color:var(--wp--custom--light--search--secondary--selected--bar-style-text-color);--wp--custom--search--secondary--selected--bar-style-color-stroke:var(--wp--custom--light--search--secondary--selected--bar-style-color-stroke);--wp--custom--search--secondary--selected--icon-style-icon-color:var(--wp--custom--light--search--secondary--selected--icon-style-icon-color);--wp--custom--search--secondary--selected--icon-style-text-color:var(--wp--custom--light--search--secondary--selected--icon-style-text-color);--wp--custom--search--secondary--selected--icon-style-color-stroke:var(--wp--custom--light--search--secondary--selected--icon-style-color-stroke);--wp--custom--search--secondary--selected--bar-style-container-stroke--color:var(--wp--custom--light--search--secondary--selected--bar-style-container-stroke--color);--wp--custom--search--secondary--selected--bar-style-container-stroke--style:var(--wp--custom--light--search--secondary--selected--bar-style-container-stroke--style);--wp--custom--search--secondary--selected--bar-style-container-stroke--width:var(--wp--custom--light--search--secondary--selected--bar-style-container-stroke--width);--wp--custom--search--secondary--selected--icon-style-container-stroke--color:var(--wp--custom--light--search--secondary--selected--icon-style-container-stroke--color);--wp--custom--search--secondary--selected--icon-style-container-stroke--style:var(--wp--custom--light--search--secondary--selected--icon-style-container-stroke--style);--wp--custom--search--secondary--selected--icon-style-container-stroke--width:var(--wp--custom--light--search--secondary--selected--icon-style-container-stroke--width);--wp--custom--search--tertiary--enabled--bar-style-color-bg:var(--wp--custom--light--search--tertiary--enabled--bar-style-color-bg);--wp--custom--search--tertiary--enabled--bar-style-icon-color:var(--wp--custom--light--search--tertiary--enabled--bar-style-icon-color);--wp--custom--search--tertiary--enabled--bar-style-text-color:var(--wp--custom--light--search--tertiary--enabled--bar-style-text-color);--wp--custom--search--tertiary--enabled--bar-style-color-stroke:var(--wp--custom--light--search--tertiary--enabled--bar-style-color-stroke);--wp--custom--search--tertiary--enabled--icon-style-icon-color:var(--wp--custom--light--search--tertiary--enabled--icon-style-icon-color);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--color:var(--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--color);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--style:var(--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--style);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--width:var(--wp--custom--light--search--tertiary--enabled--bar-style-container-stroke--width);--wp--custom--search--tertiary--selected--bar-style-color-bg:var(--wp--custom--light--search--tertiary--selected--bar-style-color-bg);--wp--custom--search--tertiary--selected--icon-style-color-bg:var(--wp--custom--light--search--tertiary--selected--icon-style-color-bg);--wp--custom--search--tertiary--selected--bar-style-icon-color:var(--wp--custom--light--search--tertiary--selected--bar-style-icon-color);--wp--custom--search--tertiary--selected--bar-style-text-color:var(--wp--custom--light--search--tertiary--selected--bar-style-text-color);--wp--custom--search--tertiary--selected--bar-style-color-stroke:var(--wp--custom--light--search--tertiary--selected--bar-style-color-stroke);--wp--custom--search--tertiary--selected--icon-style-icon-color:var(--wp--custom--light--search--tertiary--selected--icon-style-icon-color);--wp--custom--search--tertiary--selected--icon-style-text-color:var(--wp--custom--light--search--tertiary--selected--icon-style-text-color);--wp--custom--search--tertiary--selected--icon-style-color-stroke:var(--wp--custom--light--search--tertiary--selected--icon-style-color-stroke);--wp--custom--search--tertiary--selected--bar-style-container-stroke--color:var(--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--color);--wp--custom--search--tertiary--selected--bar-style-container-stroke--style:var(--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--style);--wp--custom--search--tertiary--selected--bar-style-container-stroke--width:var(--wp--custom--light--search--tertiary--selected--bar-style-container-stroke--width);--wp--custom--search--tertiary--selected--icon-style-container-stroke--color:var(--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--color);--wp--custom--search--tertiary--selected--icon-style-container-stroke--style:var(--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--style);--wp--custom--search--tertiary--selected--icon-style-container-stroke--width:var(--wp--custom--light--search--tertiary--selected--icon-style-container-stroke--width);--wp--custom--poll--vote-bar--color-bg:var(--wp--custom--light--poll--vote-bar--color-bg);--wp--custom--poll--vote-bar--default-color-fg:var(--wp--custom--light--poll--vote-bar--default-color-fg);--wp--custom--poll--vote-bar--winner-color-fg:var(--wp--custom--light--poll--vote-bar--winner-color-fg);--wp--custom--poll--color-bg:var(--wp--custom--light--poll--color-bg);--wp--custom--poll--container-border--color:var(--wp--custom--light--poll--container-border--color);--wp--custom--poll--container-border--width:var(--wp--custom--light--poll--container-border--width);--wp--custom--poll--container-border--style:var(--wp--custom--light--poll--container-border--style);--wp--custom--topic-head--color-bg--image-bg:var(--wp--custom--light--topic-head--color-bg--image-bg);--wp--custom--topic-head--color-bg--solid-bg:var(--wp--custom--light--topic-head--color-bg--solid-bg);--wp--custom--topic-head--image--color-bg:var(--wp--custom--light--topic-head--image--color-bg);--wp--custom--topic-head--image--border--color:var(--wp--custom--light--topic-head--image--border--color);--wp--custom--topic-head--image--border--width:var(--wp--custom--light--topic-head--image--border--width);--wp--custom--topic-head--primary--color-fg--solid-bg:var(--wp--custom--light--topic-head--primary--color-fg--solid-bg);--wp--custom--topic-head--primary--color-fg--image-bg:var(--wp--custom--light--topic-head--primary--color-fg--image-bg);--wp--custom--topic-head--secondary--color-fg--solid-bg:var(--wp--custom--light--topic-head--secondary--color-fg--solid-bg);--wp--custom--topic-head--secondary--color-fg--image-bg:var(--wp--custom--light--topic-head--secondary--color-fg--image-bg);--wp--custom--topic-head--tertiary--color-fg--solid-bg:var(--wp--custom--light--topic-head--tertiary--color-fg--solid-bg);--wp--custom--topic-head--tertiary--color-fg--image-bg:var(--wp--custom--light--topic-head--tertiary--color-fg--image-bg);--wp--custom--topic-head--quaternary--color-fg--solid-bg:var(--wp--custom--light--topic-head--quaternary--color-fg--solid-bg);--wp--custom--topic-head--quaternary--color-fg--image-bg:var(--wp--custom--light--topic-head--quaternary--color-fg--image-bg);--wp--custom--item-tile--enabled--color-bg--image-bg:var(--wp--custom--light--item-tile--enabled--color-bg--image-bg);--wp--custom--item-tile--enabled--color-bg--solid-bg:var(--wp--custom--light--item-tile--enabled--color-bg--solid-bg);--wp--custom--item-tile--enabled--border--color:var(--wp--custom--light--item-tile--enabled--border--color);--wp--custom--item-tile--enabled--border--width:var(--wp--custom--light--item-tile--enabled--border--width);--wp--custom--item-tile--enabled--title-color--image-bg:var(--wp--custom--light--item-tile--enabled--title-color--image-bg);--wp--custom--item-tile--enabled--title-color--solid-bg:var(--wp--custom--light--item-tile--enabled--title-color--solid-bg);--wp--custom--item-tile--enabled--subtitle-color--image-bg:var(--wp--custom--light--item-tile--enabled--subtitle-color--image-bg);--wp--custom--item-tile--enabled--subtitle-color--solid-bg:var(--wp--custom--light--item-tile--enabled--subtitle-color--solid-bg);--wp--custom--item-tile--hover--color-bg--image-bg:var(--wp--custom--light--item-tile--hover--color-bg--image-bg);--wp--custom--item-tile--hover--color-bg--solid-bg:var(--wp--custom--light--item-tile--hover--color-bg--solid-bg);--wp--custom--item-tile--hover--title-color--simage-bg:var(--wp--custom--light--item-tile--hover--title-color--simage-bg);--wp--custom--item-tile--hover--title-color--solid-bg:var(--wp--custom--light--item-tile--hover--title-color--solid-bg);--wp--custom--item-tile--hover--border--color:var(--wp--custom--light--item-tile--hover--border--color);--wp--custom--item-tile--hover--border--width:var(--wp--custom--light--item-tile--hover--border--width);--wp--custom--item-tile--image--portrait-style-color-bg:var(--wp--custom--light--item-tile--image--portrait-style-color-bg);--wp--custom--item-tile--image--square-style-color-bg:var(--wp--custom--light--item-tile--image--square-style-color-bg);--wp--custom--item-tile--image--portrait-style-border--color:var(--wp--custom--light--item-tile--image--portrait-style-border--color);--wp--custom--item-tile--image--portrait-style-border--width:var(--wp--custom--light--item-tile--image--portrait-style-border--width);--wp--custom--item-tile--image--square-style-border--color:var(--wp--custom--light--item-tile--image--square-style-border--color);--wp--custom--item-tile--image--square-style-border--width:var(--wp--custom--light--item-tile--image--square-style-border--width);--wp--custom--side-nav--title-container-stroke--desktop--color:var(--wp--custom--light--side-nav--title-container-stroke--desktop--color);--wp--custom--side-nav--title-container-stroke--desktop--width:var(--wp--custom--light--side-nav--title-container-stroke--desktop--width);--wp--custom--side-nav--title-container-stroke--desktop--style:var(--wp--custom--light--side-nav--title-container-stroke--desktop--style);--wp--custom--side-nav--title-container-stroke--mobile--color:var(--wp--custom--light--side-nav--title-container-stroke--mobile--color);--wp--custom--side-nav--title-container-stroke--mobile--width:var(--wp--custom--light--side-nav--title-container-stroke--mobile--width);--wp--custom--side-nav--title-container-stroke--mobile--style:var(--wp--custom--light--side-nav--title-container-stroke--mobile--style);--wp--custom--side-nav--subtitle-container-stroke--desktop--color:var(--wp--custom--light--side-nav--subtitle-container-stroke--desktop--color);--wp--custom--side-nav--subtitle-container-stroke--desktop--width:var(--wp--custom--light--side-nav--subtitle-container-stroke--desktop--width);--wp--custom--side-nav--subtitle-container-stroke--desktop--style:var(--wp--custom--light--side-nav--subtitle-container-stroke--desktop--style);--wp--custom--side-nav--subtitle-container-stroke--mobile--color:var(--wp--custom--light--side-nav--subtitle-container-stroke--mobile--color);--wp--custom--side-nav--subtitle-container-stroke--mobile--width:var(--wp--custom--light--side-nav--subtitle-container-stroke--mobile--width);--wp--custom--side-nav--subtitle-container-stroke--mobile--style:var(--wp--custom--light--side-nav--subtitle-container-stroke--mobile--style);--wp--custom--side-nav--color-bg--desktop:var(--wp--custom--light--side-nav--color-bg--desktop);--wp--custom--side-nav--color-bg--mobile:var(--wp--custom--light--side-nav--color-bg--mobile);--wp--custom--brand--color--5:var(--wp--custom--light--brand--color--5);--wp--custom--brand--color--10:var(--wp--custom--light--brand--color--10);--wp--custom--brand--color--20:var(--wp--custom--light--brand--color--20);--wp--custom--brand--color--30:var(--wp--custom--light--brand--color--30);--wp--custom--brand--color--40:var(--wp--custom--light--brand--color--40);--wp--custom--brand--color--50:var(--wp--custom--light--brand--color--50);--wp--custom--brand--color--60:var(--wp--custom--light--brand--color--60);--wp--custom--brand--color--70:var(--wp--custom--light--brand--color--70);--wp--custom--brand--color--80:var(--wp--custom--light--brand--color--80);--wp--custom--brand--color--90:var(--wp--custom--light--brand--color--90);--wp--custom--accent-1--color--5:var(--wp--custom--light--accent-1--color--5);--wp--custom--accent-1--color--10:var(--wp--custom--light--accent-1--color--10);--wp--custom--accent-1--color--20:var(--wp--custom--light--accent-1--color--20);--wp--custom--accent-1--color--30:var(--wp--custom--light--accent-1--color--30);--wp--custom--accent-1--color--40:var(--wp--custom--light--accent-1--color--40);--wp--custom--accent-1--color--50:var(--wp--custom--light--accent-1--color--50);--wp--custom--accent-1--color--60:var(--wp--custom--light--accent-1--color--60);--wp--custom--accent-1--color--70:var(--wp--custom--light--accent-1--color--70);--wp--custom--accent-1--color--80:var(--wp--custom--light--accent-1--color--80);--wp--custom--accent-1--color--90:var(--wp--custom--light--accent-1--color--90);--wp--custom--sponsored--color--5:var(--wp--custom--light--sponsored--color--5);--wp--custom--sponsored--color--10:var(--wp--custom--light--sponsored--color--10);--wp--custom--sponsored--color--20:var(--wp--custom--light--sponsored--color--20);--wp--custom--sponsored--color--30:var(--wp--custom--light--sponsored--color--30);--wp--custom--sponsored--color--40:var(--wp--custom--light--sponsored--color--40);--wp--custom--sponsored--color--50:var(--wp--custom--light--sponsored--color--50);--wp--custom--sponsored--color--60:var(--wp--custom--light--sponsored--color--60);--wp--custom--sponsored--color--70:var(--wp--custom--light--sponsored--color--70);--wp--custom--sponsored--color--80:var(--wp--custom--light--sponsored--color--80);--wp--custom--sponsored--color--90:var(--wp--custom--light--sponsored--color--90);}:root{--wp--custom--dark--general-color--h-1: #ECECEC;--wp--custom--dark--general-color--h-2: #CFCFCF;--wp--custom--dark--general-color--h-3: #CFCFCF;--wp--custom--dark--general-color--subtitle: #A9A9A9;--wp--custom--dark--general-color--body: #CFCFCF;--wp--custom--dark--general-color--caption: #909090;--wp--custom--dark--general-color--disclaimer: #909090;--wp--custom--dark--general-color-bg--minimal: #090909;--wp--custom--dark--general-color-bg--subtle: #1A1A1A;--wp--custom--dark--general-color-bg--bold: #CFCFCF;--wp--custom--dark--general-color-bg--strong: #010101;--wp--custom--dark--general-color-bg--sponsored: #1A1A1A;--wp--custom--dark--general-color-bg--overlay: #31313180;--wp--custom--dark--general-date-color--minimal: #A9A9A9;--wp--custom--dark--general-date-color--subtle: #909090;--wp--custom--dark--general-date-color--bold: #010101;--wp--custom--dark--general-date-color--strong: #909090;--wp--custom--dark--general-date-color--sponsored: #909090;--wp--custom--dark--hyperlink--color-bg: #88734300;--wp--custom--dark--hyperlink--enabled--color-fg: #E7CF84;--wp--custom--dark--hyperlink--enabled--border--color: #E7CF84;--wp--custom--dark--hyperlink--enabled--border--width: 2;--wp--custom--dark--hyperlink--enabled--border--style: solid;--wp--custom--dark--hyperlink--hover--color-fg: #FEFEFE;--wp--custom--dark--hyperlink--hover--border--color: #FEFEFE;--wp--custom--dark--hyperlink--hover--border--width: 2;--wp--custom--dark--hyperlink--hover--border--style: solid;--wp--custom--dark--hyperlink--pressed--color-fg: #FEFEFE;--wp--custom--dark--hyperlink--pressed--border--color: #FEFEFE;--wp--custom--dark--hyperlink--pressed--border--width: 2;--wp--custom--dark--hyperlink--pressed--border--style: solid;--wp--custom--dark--info--color-bg: #1B1E21;--wp--custom--dark--info--color-fg: #687789;--wp--custom--dark--info--color-stroke: #687789;--wp--custom--dark--info--color--5: #0F1012;--wp--custom--dark--info--color--10: #1B1E21;--wp--custom--dark--info--color--20: #2D333A;--wp--custom--dark--info--color--30: #424C57;--wp--custom--dark--info--color--40: #535F6D;--wp--custom--dark--info--color--50: #687789;--wp--custom--dark--info--color--60: #8092A7;--wp--custom--dark--info--color--70: #97ABC2;--wp--custom--dark--info--color--80: #C2D1E4;--wp--custom--dark--info--color--90: #E7EDF5;--wp--custom--dark--warning--color-bg: #221D15;--wp--custom--dark--warning--color-fg: #C3A663;--wp--custom--dark--warning--color-stroke: #C3A663;--wp--custom--dark--warning--color--5: #110F0A;--wp--custom--dark--warning--color--10: #221D15;--wp--custom--dark--warning--color--20: #3A3220;--wp--custom--dark--warning--color--30: #564A2D;--wp--custom--dark--warning--color--40: #6D5C37;--wp--custom--dark--warning--color--50: #887343;--wp--custom--dark--warning--color--60: #A68D53;--wp--custom--dark--warning--color--70: #C3A663;--wp--custom--dark--warning--color--80: #E7CF84;--wp--custom--dark--warning--color--90: #FDF5A6;--wp--custom--dark--positive--color-bg: #1A1F1B;--wp--custom--dark--positive--color-fg: #7F9683;--wp--custom--dark--positive--color-stroke: #7F9683;--wp--custom--dark--positive--border--color: #7F9683;--wp--custom--dark--positive--border--width: 2;--wp--custom--dark--positive--border--style: solid;--wp--custom--dark--positive--color--5: #0F1210;--wp--custom--dark--positive--color--10: #1A1F1B;--wp--custom--dark--positive--color--20: #2A352D;--wp--custom--dark--positive--color--30: #3E4F42;--wp--custom--dark--positive--color--40: #4E6353;--wp--custom--dark--positive--color--50: #647B69;--wp--custom--dark--positive--color--60: #7F9683;--wp--custom--dark--positive--color--70: #9BAE9F;--wp--custom--dark--positive--color--80: #C7D2C9;--wp--custom--dark--positive--color--90: #EAEEEB;--wp--custom--dark--negative--color-bg: #331410;--wp--custom--dark--negative--color-fg: #D4756B;--wp--custom--dark--negative--color-stroke: #D4756B;--wp--custom--dark--negative--border--color: #D4756B;--wp--custom--dark--negative--border--width: 2;--wp--custom--dark--negative--border--style: solid;--wp--custom--dark--negative--color--5: #1D0D09;--wp--custom--dark--negative--color--10: #331410;--wp--custom--dark--negative--color--20: #5C1D1A;--wp--custom--dark--negative--color--30: #882A27;--wp--custom--dark--negative--color--40: #A43A35;--wp--custom--dark--negative--color--50: #BE554C;--wp--custom--dark--negative--color--60: #D4756B;--wp--custom--dark--negative--color--70: #E4958C;--wp--custom--dark--negative--color--80: #F4C5BE;--wp--custom--dark--negative--color--90: #FBE9E7;--wp--custom--dark--neutral--color-bg: #31313180;--wp--custom--dark--neutral--color-fg: #909090;--wp--custom--dark--neutral--color-stroke: #909090;--wp--custom--dark--neutral--color--0: #010101;--wp--custom--dark--neutral--color--5: #090909;--wp--custom--dark--neutral--color--10: #1A1A1A;--wp--custom--dark--neutral--color--20: #313131;--wp--custom--dark--neutral--color--30: #4B4B4B;--wp--custom--dark--neutral--color--40: #5E5E5E;--wp--custom--dark--neutral--color--50: #757575;--wp--custom--dark--neutral--color--60: #909090;--wp--custom--dark--neutral--color--70: #A9A9A9;--wp--custom--dark--neutral--color--80: #CFCFCF;--wp--custom--dark--neutral--color--90: #ECECEC;--wp--custom--dark--neutral--color--100: #FEFEFE;--wp--custom--dark--icons--color-fg: #FEFEFE;--wp--custom--dark--ad-wrapper--color-bg: #010101;--wp--custom--dark--ad-wrapper--color-fg: #757575;--wp--custom--dark--article-group--color-bg--minimal: #090909;--wp--custom--dark--article-group--color-bg--subtle: #1a1a1a;--wp--custom--dark--article-group--color-bg--bold: #CFCFCF;--wp--custom--dark--article-group--color-bg--strong: #010101;--wp--custom--dark--article-group--color-bg--sponsored: #1A1A1A;--wp--custom--dark--article-head--color-bg: #090909;--wp--custom--dark--article-head--title-color: #ECECEC;--wp--custom--dark--article-head--subtitle-color: #A9A9A9;--wp--custom--dark--article-tile--enabled--color-bg--minimal: #090909;--wp--custom--dark--article-tile--enabled--color-bg--subtle: #1a1a1a;--wp--custom--dark--article-tile--enabled--color-bg--bold: #CFCFCF;--wp--custom--dark--article-tile--enabled--color-bg--strong: #010101;--wp--custom--dark--article-tile--enabled--color-bg--sponsored: #31313180;--wp--custom--dark--article-tile--enabled--title-color--minimal: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--subtle: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--bold: #090909;--wp--custom--dark--article-tile--enabled--title-color--strong: #ECECEC;--wp--custom--dark--article-tile--enabled--title-color--sponsored: #ECECEC;--wp--custom--dark--article-tile--enabled--subtitle-color--minimal: #A9A9A9;--wp--custom--dark--article-tile--enabled--subtitle-color--subtle: #A9A9A9;--wp--custom--dark--article-tile--enabled--subtitle-color--bold: #313131;--wp--custom--dark--article-tile--enabled--subtitle-color--strong: #CFCFCF;--wp--custom--dark--article-tile--enabled--subtitle-color--sponsored: #A9A9A9;--wp--custom--dark--article-tile--hover--color-bg--minimal: #090909;--wp--custom--dark--article-tile--hover--color-bg--subtle: #1A1A1A;--wp--custom--dark--article-tile--hover--color-bg--bold: #ECECEC;--wp--custom--dark--article-tile--hover--color-bg--strong: #010101;--wp--custom--dark--article-tile--hover--color-bg--sponsored: #31313180;--wp--custom--dark--article-tile--hover--title-color--minimal: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--subtle: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--bold: #090909;--wp--custom--dark--article-tile--hover--title-color--strong: #FEFEFE;--wp--custom--dark--article-tile--hover--title-color--sponsored: #FEFEFE;--wp--custom--dark--author-bio--title-color--minimal: #FEFEFE;--wp--custom--dark--author-bio--title-color--subtle: #E7CF84;--wp--custom--dark--author-bio--title-color--sponsored: #909090;--wp--custom--dark--author-bio--body-color--minimal: #CFCFCF;--wp--custom--dark--author-bio--body-color--sponsored: #CFCFCF;--wp--custom--dark--banners--color-bg--minimal: #4b4b4b40;--wp--custom--dark--banners--color-bg--subtle: #3A3220;--wp--custom--dark--banners--color-bg--bold: #E7CF84;--wp--custom--dark--banners--color-bg--strong: #2A352D;--wp--custom--dark--banners--color-bg--sponsored: #4b4b4b40;--wp--custom--dark--banners--title-color--minimal: #ECECEC;--wp--custom--dark--banners--title-color--subtle: #ECECEC;--wp--custom--dark--banners--title-color--bold: #010101;--wp--custom--dark--banners--title-color--strong: #FEFEFE;--wp--custom--dark--banners--title-color--sponsored: #FEFEFE;--wp--custom--dark--banners--body-color--minimal: #CFCFCF;--wp--custom--dark--banners--body-color--subtle: #CFCFCF;--wp--custom--dark--banners--body-color--bold: #1A1A1A;--wp--custom--dark--banners--body-color--strong: #CFCFCF;--wp--custom--dark--banners--body-color--sponsored: #CFCFCF;--wp--custom--dark--bottom-nav--color-bg: #1A1A1A;--wp--custom--dark--bottom-nav--tagline-color: #FEFEFE;--wp--custom--dark--bottom-nav--disclaimer-text-color: #757575;--wp--custom--dark--bottom-nav--color-stroke: #31313100;--wp--custom--dark--bottom-nav--container-stroke--color: #31313100;--wp--custom--dark--bottom-nav--container-stroke--style: solid;--wp--custom--dark--bottom-nav--container-stroke--width: 1;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--minimal: #a68d531a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--subtle: #e7cf841a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--strong: #e7cf841a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--bold: #221d151a;--wp--custom--dark--button--primary--enabled--icon-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--minimal: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--subtle: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--strong: #CFCFCF;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--bold: #090909;--wp--custom--dark--button--primary--enabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--enabled--text-style-color-bg--minimal: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--subtle: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--strong: #E7CF84;--wp--custom--dark--button--primary--enabled--text-style-color-bg--bold: #564A2D;--wp--custom--dark--button--primary--enabled--text-style-color-bg--sponsored: #ECECEC;--wp--custom--dark--button--primary--enabled--text-style-color-fg--minimal: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--subtle: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--strong: #010101;--wp--custom--dark--button--primary--enabled--text-style-color-fg--bold: #ECECEC;--wp--custom--dark--button--primary--enabled--text-style-color-fg--sponsored: #1A1A1A;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--minimal: #a68d531a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--subtle: #e7cf841a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--strong: #e7cf841a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--bold: #221d151a;--wp--custom--dark--button--primary--disabled--icon-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--minimal: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--subtle: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--strong: #CFCFCF;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--bold: #090909;--wp--custom--dark--button--primary--disabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--disabled--text-style-color-bg--minimal: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--subtle: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--strong: #E7CF84;--wp--custom--dark--button--primary--disabled--text-style-color-bg--bold: #564A2D;--wp--custom--dark--button--primary--disabled--text-style-color-bg--sponsored: #ECECEC;--wp--custom--dark--button--primary--disabled--text-style-color-fg--minimal: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--subtle: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--strong: #010101;--wp--custom--dark--button--primary--disabled--text-style-color-fg--bold: #ECECEC;--wp--custom--dark--button--primary--disabled--text-style-color-fg--sponsored: #1A1A1A;--wp--custom--dark--button--primary--focused--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--focused--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--focused--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--focused--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--focused--icon-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--primary--focused--icon-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--primary--focused--icon-style-color-fg--bold: #010101;--wp--custom--dark--button--primary--focused--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--primary--focused--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--focused--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--focused--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--focused--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--focused--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--focused--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--pressed--icon-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--strong: #564A2D;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--bold: #564A2D;--wp--custom--dark--button--primary--pressed--icon-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--primary--pressed--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--pressed--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--pressed--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--pressed--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--pressed--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--pressed--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--primary--hover--icon-style-color-bg--minimal: #a68d5326;--wp--custom--dark--button--primary--hover--icon-style-color-bg--subtle: #e7cf8426;--wp--custom--dark--button--primary--hover--icon-style-color-bg--strong: #e7cf8426;--wp--custom--dark--button--primary--hover--icon-style-color-bg--bold: #221d1526;--wp--custom--dark--button--primary--hover--icon-style-color-bg--sponsored: #75757540;--wp--custom--dark--button--primary--hover--icon-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--primary--hover--icon-style-color-fg--bold: #010101;--wp--custom--dark--button--primary--hover--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--primary--hover--text-style-color-bg--minimal: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--subtle: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--strong: #C3A663;--wp--custom--dark--button--primary--hover--text-style-color-bg--bold: #1A1A1A;--wp--custom--dark--button--primary--hover--text-style-color-bg--sponsored: #CFCFCF;--wp--custom--dark--button--primary--hover--text-style-color-fg--minimal: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--subtle: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--strong: #221D15;--wp--custom--dark--button--primary--hover--text-style-color-fg--bold: #CFCFCF;--wp--custom--dark--button--primary--hover--text-style-color-fg--sponsored: #090909;--wp--custom--dark--button--secondary--enabled--container-border--minimal--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--subtle--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--strong--color: #e7cf8400;--wp--custom--dark--button--secondary--enabled--container-border--strong--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--strong--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--bold--color: #3a322000;--wp--custom--dark--button--secondary--enabled--container-border--bold--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--bold--width: 2;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--color: #cfcfcf00;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--minimal: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--subtle: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--strong: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--bold: #3a322026;--wp--custom--dark--button--secondary--enabled--text-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--secondary--enabled--text-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--minimal: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--subtle: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--strong: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--bold: #3a322026;--wp--custom--dark--button--secondary--disabled--text-style-color-bg--sponsored: #a9a9a91a;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--secondary--disabled--text-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--secondary--disabled--container-border--minimal--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--subtle--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--strong--color: #e7cf8400;--wp--custom--dark--button--secondary--disabled--container-border--strong--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--strong--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--bold--color: #3a322000;--wp--custom--dark--button--secondary--disabled--container-border--bold--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--bold--width: 2;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--color: #cfcfcf00;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--disabled--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--hover--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--hover--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--hover--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--hover--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--hover--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--hover--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--hover--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--hover--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--hover--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--hover--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--strong--style: solid;--wp--custom--dark--button--secondary--hover--container-border--strong--width: 2;--wp--custom--dark--button--secondary--hover--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--hover--container-border--bold--style: solid;--wp--custom--dark--button--secondary--hover--container-border--bold--width: 2;--wp--custom--dark--button--secondary--hover--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--hover--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--hover--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--focused--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--focused--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--focused--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--focused--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--focused--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--focused--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--focused--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--focused--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--focused--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--focused--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--strong--style: solid;--wp--custom--dark--button--secondary--focused--container-border--strong--width: 2;--wp--custom--dark--button--secondary--focused--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--focused--container-border--bold--style: solid;--wp--custom--dark--button--secondary--focused--container-border--bold--width: 2;--wp--custom--dark--button--secondary--focused--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--focused--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--focused--container-border--sponsored--width: 2;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--minimal: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--subtle: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--strong: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--bold: #3a322033;--wp--custom--dark--button--secondary--pressed--text-style-color-bg--sponsored: #a9a9a926;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--minimal: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--subtle: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--strong: #ECECEC;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--secondary--pressed--text-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--secondary--pressed--container-border--minimal--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--minimal--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--minimal--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--subtle--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--subtle--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--subtle--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--strong--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--strong--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--strong--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--bold--color: #221d1500;--wp--custom--dark--button--secondary--pressed--container-border--bold--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--bold--width: 2;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--color: #ececec00;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--style: solid;--wp--custom--dark--button--secondary--pressed--container-border--sponsored--width: 2;--wp--custom--dark--button--tertiary--color-bg: #01010100;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--subtle: #A68D53;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--strong: #A68D53;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--sponsored: #CFCFCF;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--subtle: #A68D53;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--strong: #A68D53;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--bold: #3A3220;--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--sponsored: #A9A9A9;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--subtle: #FDF5A6;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--strong: #FDF5A6;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--bold: #1A1A1A;--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--hover--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--subtle: #FDF5A6;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--strong: #FDF5A6;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--bold: #1A1A1A;--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--focused--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--minimal: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--subtle: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--strong: #C3A663;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--bold: #564A2D;--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--sponsored: #ECECEC;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--minimal: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--subtle: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--strong: #E7CF84;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--bold: #221D15;--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--primary--enabled--color-bg--minimal: #1A1A1A;--wp--custom--dark--chip--primary--enabled--color-bg--subtle: #313131;--wp--custom--dark--chip--primary--enabled--color-bg--bold: #221D15;--wp--custom--dark--chip--primary--enabled--color-bg--strong: #4b4b4b80;--wp--custom--dark--chip--primary--enabled--color-bg--sponsored: #313131;--wp--custom--dark--chip--primary--enabled--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--primary--enabled--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--primary--enabled--color-fg--bold: #CFCFCF;--wp--custom--dark--chip--primary--enabled--color-fg--strong: #ECECEC;--wp--custom--dark--chip--primary--enabled--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--primary--hover--color-bg--minimal: #313131;--wp--custom--dark--chip--primary--hover--color-bg--subtle: #4B4B4B;--wp--custom--dark--chip--primary--hover--color-bg--bold: #3A3220;--wp--custom--dark--chip--primary--hover--color-bg--strong: #4b4b4bbf;--wp--custom--dark--chip--primary--hover--color-bg--sponsored: #4B4B4B;--wp--custom--dark--chip--primary--hover--color-fg--minimal: #FDF5A6;--wp--custom--dark--chip--primary--hover--color-fg--subtle: #FDF5A6;--wp--custom--dark--chip--primary--hover--color-fg--bold: #ECECEC;--wp--custom--dark--chip--primary--hover--color-fg--strong: #FEFEFE;--wp--custom--dark--chip--primary--hover--color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--primary--selected--color-bg--minimal: #6D5C37;--wp--custom--dark--chip--primary--selected--color-bg--subtle: #6D5C37;--wp--custom--dark--chip--primary--selected--color-bg--bold: #221D15;--wp--custom--dark--chip--primary--selected--color-bg--strong: #4b4b4b;--wp--custom--dark--chip--primary--selected--color-bg--sponsored: #5E5E5E;--wp--custom--dark--chip--primary--selected--color-fg--minimal: #FDF5A6;--wp--custom--dark--chip--primary--selected--color-fg--subtle: #FDF5A6;--wp--custom--dark--chip--primary--selected--color-fg--bold: #ECECEC;--wp--custom--dark--chip--primary--selected--color-fg--strong: #FEFEFE;--wp--custom--dark--chip--primary--selected--color-fg--sponsored: #FEFEFE;--wp--custom--dark--chip--secondary--color-bg: #01010100;--wp--custom--dark--chip--secondary--enabled--color-fg--minimal: #887343;--wp--custom--dark--chip--secondary--enabled--color-fg--subtle: #A68D53;--wp--custom--dark--chip--secondary--enabled--color-fg--bold: #221D15;--wp--custom--dark--chip--secondary--enabled--color-fg--strong: #221D15;--wp--custom--dark--chip--secondary--enabled--color-fg--sponsored: #757575;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--color: #887343;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--color: #A68D53;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--bold--color: #3A3220;--wp--custom--dark--chip--secondary--enabled--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--strong--color: #3A3220;--wp--custom--dark--chip--secondary--enabled--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--color: #757575;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--width: 2;--wp--custom--dark--chip--secondary--hover--color-fg--minimal: #A68D53;--wp--custom--dark--chip--secondary--hover--color-fg--subtle: #C3A663;--wp--custom--dark--chip--secondary--hover--color-fg--bold: #3A3220;--wp--custom--dark--chip--secondary--hover--color-fg--strong: #3A3220;--wp--custom--dark--chip--secondary--hover--color-fg--sponsored: #909090;--wp--custom--dark--chip--secondary--hover--container-border--minimal--color: #A68D53;--wp--custom--dark--chip--secondary--hover--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--subtle--color: #C3A663;--wp--custom--dark--chip--secondary--hover--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--bold--color: #564A2D;--wp--custom--dark--chip--secondary--hover--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--strong--color: #564A2D;--wp--custom--dark--chip--secondary--hover--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--color: #909090;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--hover--container-border--sponsored--width: 2;--wp--custom--dark--chip--secondary--selected--color-fg--minimal: #C3A663;--wp--custom--dark--chip--secondary--selected--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--secondary--selected--color-fg--bold: #1A1A1A;--wp--custom--dark--chip--secondary--selected--color-fg--strong: #313131;--wp--custom--dark--chip--secondary--selected--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--secondary--selected--container-border--minimal--color: #C3A663;--wp--custom--dark--chip--secondary--selected--container-border--minimal--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--minimal--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--subtle--color: #E7CF84;--wp--custom--dark--chip--secondary--selected--container-border--subtle--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--subtle--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--bold--color: #090909;--wp--custom--dark--chip--secondary--selected--container-border--bold--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--bold--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--strong--color: #313131;--wp--custom--dark--chip--secondary--selected--container-border--strong--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--strong--width: 2;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--color: #A9A9A9;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--style: solid;--wp--custom--dark--chip--secondary--selected--container-border--sponsored--width: 2;--wp--custom--dark--chip--tertiary--color-bg: #01010100;--wp--custom--dark--chip--tertiary--enabled--color-fg--minimal: #C3A663;--wp--custom--dark--chip--tertiary--enabled--color-fg--subtle: #C3A663;--wp--custom--dark--chip--tertiary--enabled--color-fg--bold: #221D15;--wp--custom--dark--chip--tertiary--enabled--color-fg--strong: #221D15;--wp--custom--dark--chip--tertiary--enabled--color-fg--sponsored: #909090;--wp--custom--dark--chip--tertiary--hover--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--tertiary--hover--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--tertiary--hover--color-fg--bold: #3A3220;--wp--custom--dark--chip--tertiary--hover--color-fg--strong: #3A3220;--wp--custom--dark--chip--tertiary--hover--color-fg--sponsored: #A9A9A9;--wp--custom--dark--chip--tertiary--selected--color-fg--minimal: #E7CF84;--wp--custom--dark--chip--tertiary--selected--color-fg--subtle: #E7CF84;--wp--custom--dark--chip--tertiary--selected--color-fg--bold: #1A1A1A;--wp--custom--dark--chip--tertiary--selected--color-fg--strong: #313131;--wp--custom--dark--chip--tertiary--selected--color-fg--sponsored: #A9A9A9;--wp--custom--dark--choices--off--icon-color: #5E5E5E;--wp--custom--dark--choices--on--icon-color: #ECECEC;--wp--custom--dark--choices--hover--off-icon-color: #A9A9A9;--wp--custom--dark--choices--hover--on-icon-color: #FEFEFE;--wp--custom--dark--choices--disabled--color-fg: #5E5E5E;--wp--custom--dark--choices--focused--icon-color: #FEFEFE;--wp--custom--dark--comment-elements--username-color: #E7CF84;--wp--custom--dark--comment-elements--body-color: #CFCFCF;--wp--custom--dark--comment-elements--container-stroke--color: #1A1A1A;--wp--custom--dark--comment-elements--container-stroke--style: solid;--wp--custom--dark--comment-elements--container-stroke--width: 2;--wp--custom--dark--comment-elements--color-stroke: #1A1A1A;--wp--custom--dark--comment-elements--badge-color: #E7CF84;--wp--custom--dark--comment-elements--badge-border--color: #e7cf8440;--wp--custom--dark--comment-elements--badge-border--width: 3;--wp--custom--dark--comment-elements--badge-border--style: solid;--wp--custom--dark--comments--no-comments-text-color: #757575;--wp--custom--dark--comment-section--drawer-color-bg: #090909;--wp--custom--dark--copy--primary--text-color: #ECECEC;--wp--custom--dark--copy--secondary--text-color: #CFCFCF;--wp--custom--dark--copy--tertiary--text-color: #A9A9A9;--wp--custom--dark--copy--quaternary--text-color: #757575;--wp--custom--dark--divider--stroke--thin--color: #4b4b4bbf;--wp--custom--dark--divider--stroke--thin--style: solid;--wp--custom--dark--divider--stroke--thin--width: 1;--wp--custom--dark--divider--stroke--thick--color: #4b4b4bbf;--wp--custom--dark--divider--stroke--thick--style: solid;--wp--custom--dark--divider--stroke--thick--width: 2;--wp--custom--dark--divider--color-stroke: #4b4b4bbf;--wp--custom--dark--elevation--level-0: 0px 0px 0px 0px #fefefe1a;--wp--custom--dark--elevation--level-1: 0px 12px 16px -10px #01010100;--wp--custom--dark--elevation--level-2: 0px 4px 10px -2px #fefefe1a, 0px 4px 8px -4px #fefefe1a;--wp--custom--dark--elevation--level-3: 0px 6px 14px -6px #fefefe1a, 0px 8px 20px -4px #fefefe1a;--wp--custom--dark--table-of-contents--elevation: 0px 12px 16px -10px #01010100;--wp--custom--dark--table-of-contents--enabled--color-stroke: #4B4B4B;--wp--custom--dark--table-of-contents--enabled--color-fg: #909090;--wp--custom--dark--table-of-contents--enabled--color-bg: #1a1a1a80;--wp--custom--dark--table-of-contents--enabled--container-stroke--color: #4B4B4B;--wp--custom--dark--table-of-contents--enabled--container-stroke--style: solid;--wp--custom--dark--table-of-contents--enabled--container-stroke--width: 3;--wp--custom--dark--table-of-contents--selected--color-stroke: #E7CF84;--wp--custom--dark--table-of-contents--selected--color-fg: #FEFEFE;--wp--custom--dark--table-of-contents--selected--color-bg: #1a1a1a;--wp--custom--dark--table-of-contents--selected--container-stroke--color: #E7CF84;--wp--custom--dark--table-of-contents--selected--container-stroke--style: solid;--wp--custom--dark--table-of-contents--selected--container-stroke--width: 3;--wp--custom--dark--errors--title-color: #FEFEFE;--wp--custom--dark--errors--body-color: #CFCFCF;--wp--custom--dark--expanded-top-nav--color-bg: #1A1A1A;--wp--custom--dark--filter--dropdown-minimised-container-stroke--color: #01010100;--wp--custom--dark--filter--dropdown-minimised-container-stroke--style: solid;--wp--custom--dark--filter--dropdown-minimised-container-stroke--width: 1;--wp--custom--dark--filter-tabs--enabled--color-bg: #313131;--wp--custom--dark--filter-tabs--enabled--color-fg: #CFCFCF;--wp--custom--dark--filter-tabs--enabled--color-stroke: #01010100;--wp--custom--dark--filter-tabs--enabled--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--enabled--container-stroke--style: solid;--wp--custom--dark--filter-tabs--enabled--container-stroke--width: 3;--wp--custom--dark--filter-tabs--disabled--color-bg: #313131;--wp--custom--dark--filter-tabs--disabled--color-fg: #CFCFCF;--wp--custom--dark--filter-tabs--disabled--color-stroke: #01010100;--wp--custom--dark--filter-tabs--disabled--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--disabled--container-stroke--style: solid;--wp--custom--dark--filter-tabs--disabled--container-stroke--width: 2;--wp--custom--dark--filter-tabs--hover--color-bg: #313131;--wp--custom--dark--filter-tabs--hover--color-fg: #ECECEC;--wp--custom--dark--filter-tabs--hover--image-style-overlay-color: #a9a9a980;--wp--custom--dark--filter-tabs--hover--color-stroke: #01010100;--wp--custom--dark--filter-tabs--hover--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--hover--container-stroke--style: solid;--wp--custom--dark--filter-tabs--hover--container-stroke--width: 3;--wp--custom--dark--filter-tabs--selected--color-bg: #313131;--wp--custom--dark--filter-tabs--selected--color-fg: #E7CF84;--wp--custom--dark--filter-tabs--selected--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--selected--container-stroke--style: solid;--wp--custom--dark--filter-tabs--selected--container-stroke--width: 3;--wp--custom--dark--filter-tabs--selected--color-stroke: #01010100;--wp--custom--dark--filter-tabs--focused--color-bg: #313131;--wp--custom--dark--filter-tabs--focused--color-fg: #ECECEC;--wp--custom--dark--filter-tabs--focused--color-stroke: #01010100;--wp--custom--dark--filter-tabs--focused--container-stroke--color: #01010100;--wp--custom--dark--filter-tabs--focused--container-stroke--style: solid;--wp--custom--dark--filter-tabs--focused--container-stroke--width: 3;--wp--custom--dark--review-summary--color-bg: #1a1a1a;--wp--custom--dark--review-summary--color-stroke: #C3A663;--wp--custom--dark--review-summary--title-color: #ECECEC;--wp--custom--dark--review-summary--body-color: #CFCFCF;--wp--custom--dark--review-summary--number-rating-color--bg: #221D15;--wp--custom--dark--review-summary--number-rating-color--fg: #A68D53;--wp--custom--dark--review-summary--container-stroke--color: #C3A663;--wp--custom--dark--review-summary--container-stroke--style: solid;--wp--custom--dark--review-summary--container-stroke--width: 4;--wp--custom--dark--review-summary--number-rating-container-border--color: #A68D53;--wp--custom--dark--review-summary--number-rating-container-border--style: solid;--wp--custom--dark--review-summary--number-rating-container-border--width: 0;--wp--custom--dark--image--color-bg: #1A1A1A;--wp--custom--dark--image--caption-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--label-color: #FEFEFE;--wp--custom--dark--input--neutral--enabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--enabled--icon-color: #757575;--wp--custom--dark--input--neutral--enabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--neutral--enabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--text-field-color-stroke: #757575;--wp--custom--dark--input--neutral--enabled--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--color: #757575;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--disabled--label-color: #FEFEFE;--wp--custom--dark--input--neutral--disabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--disabled--icon-color: #757575;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--color: #757575;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--disabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--neutral--disabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--neutral--disabled--text-field-color-stroke: #757575;--wp--custom--dark--input--neutral--disabled--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--label-color: #FEFEFE;--wp--custom--dark--input--neutral--hover--text-field-color-bg: #313131;--wp--custom--dark--input--neutral--hover--icon-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--neutral--hover--text-field-filled-text-color: #CFCFCF;--wp--custom--dark--input--neutral--hover--text-field-color-stroke: #A9A9A9;--wp--custom--dark--input--neutral--hover--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--color: #A68D53;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--hover--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--focused--label-color: #FEFEFE;--wp--custom--dark--input--neutral--focused--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--neutral--focused--icon-color: #A9A9A9;--wp--custom--dark--input--neutral--focused--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--neutral--focused--text-field-filled-text-color: #ECECEC;--wp--custom--dark--input--neutral--focused--text-field-color-stroke: #A68D53;--wp--custom--dark--input--neutral--focused--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--color: #A68D53;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--focused--text-field-container-stroke--width: 2;--wp--custom--dark--input--neutral--focused--cursor-color: #C3A663;--wp--custom--dark--input--neutral--read-only--label-color: #FEFEFE;--wp--custom--dark--input--neutral--read-only--text-field-color-bg: #01010100;--wp--custom--dark--input--neutral--read-only--icon-color: #5E5E5E;--wp--custom--dark--input--neutral--read-only--text-field-text-color: #A9A9A9;--wp--custom--dark--input--neutral--read-only--text-field-color-stroke: #313131;--wp--custom--dark--input--neutral--read-only--helper-text-color: #A9A9A9;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--color: #313131;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--style: solid;--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--enabled--label-color: #FEFEFE;--wp--custom--dark--input--error--enabled--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--error--enabled--icon-color: #757575;--wp--custom--dark--input--error--enabled--text-field-placeholder-text-color: #5E5E5E;--wp--custom--dark--input--error--enabled--text-field-filled-text-color: #A9A9A9;--wp--custom--dark--input--error--enabled--text-field-color-stroke: #BE554C;--wp--custom--dark--input--error--enabled--helper-text-color: #E4958C;--wp--custom--dark--input--error--enabled--text-field-container-stroke--color: #BE554C;--wp--custom--dark--input--error--enabled--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--enabled--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--hover--label-color: #FEFEFE;--wp--custom--dark--input--error--hover--text-field-color-bg: #313131;--wp--custom--dark--input--error--hover--icon-color: #A9A9A9;--wp--custom--dark--input--error--hover--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--error--hover--text-field-filled-text-color: #CFCFCF;--wp--custom--dark--input--error--hover--text-field-color-stroke: #D4756B;--wp--custom--dark--input--error--hover--helper-text-color: #E4958C;--wp--custom--dark--input--error--hover--text-field-container-stroke--color: #D4756B;--wp--custom--dark--input--error--hover--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--hover--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--focused--text-field-container-stroke--color: #D4756B;--wp--custom--dark--input--error--focused--text-field-container-stroke--style: solid;--wp--custom--dark--input--error--focused--text-field-container-stroke--width: 2;--wp--custom--dark--input--error--focused--label-color: #FEFEFE;--wp--custom--dark--input--error--focused--text-field-color-bg: #1A1A1A;--wp--custom--dark--input--error--focused--icon-color: #A9A9A9;--wp--custom--dark--input--error--focused--text-field-placeholder-text-color: #909090;--wp--custom--dark--input--error--focused--text-field-filled-text-color: #ECECEC;--wp--custom--dark--input--error--focused--text-field-color-stroke: #D4756B;--wp--custom--dark--input--error--focused--helper-text-color: #E4958C;--wp--custom--dark--input--error--focused--cursor-color: #E4958C;--wp--custom--dark--lightbox--color-bg: #090909e6;--wp--custom--dark--lightbox--color-fg: #CFCFCF;--wp--custom--dark--lightbox--button-color: #CFCFCF;--wp--custom--dark--lightbox--indicators-on-color: #FEFEFE;--wp--custom--dark--lightbox--indicators-off-color: #4B4B4B;--wp--custom--dark--lightbox-buttons--enabled--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--enabled--color-fg: #757575;--wp--custom--dark--lightbox-buttons--disabled--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--disabled--color-fg: #757575;--wp--custom--dark--lightbox-buttons--hover--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--hover--color-fg: #CFCFCF;--wp--custom--dark--lightbox-buttons--focused--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--focused--color-fg: #CFCFCF;--wp--custom--dark--lightbox-buttons--pressed--color-bg: #01010100;--wp--custom--dark--lightbox-buttons--pressed--color-fg: #ECECEC;--wp--custom--dark--login-cta--primary-style-false-color-bg: #313131;--wp--custom--dark--login-cta--primary-style-false-color-fg: #ECECEC;--wp--custom--dark--login-cta--primary-style-true-color-bg: #313131;--wp--custom--dark--login-cta--primary-style-true-color-fg: #ECECEC;--wp--custom--dark--login-cta--icon-style-true-color-bg: #01010100;--wp--custom--dark--login-cta--icon-style-false-color-bg: #01010100;--wp--custom--dark--login-cta--icon-style-true-color-fg: #CFCFCF;--wp--custom--dark--login-cta--icon-style-false-color-fg: #CFCFCF;--wp--custom--dark--login-cta--tertiary-style-false-color-fg: #C3A663;--wp--custom--dark--login-cta--tertiary-style-false-color-bg: #01010100;--wp--custom--dark--login-cta--tertiary-style-true-color-fg: #909090;--wp--custom--dark--login-cta--tertiary-style-true-color-bg: #01010100;--wp--custom--dark--mode--icon-style-icon-color: #CFCFCF;--wp--custom--dark--mode--toggle-style-text-color: #757575;--wp--custom--dark--mode--off--handle-color: #090909;--wp--custom--dark--mode--off--track-color: #757575;--wp--custom--dark--mode--on--handle-color: #090909;--wp--custom--dark--mode--on--track-color: #887343;--wp--custom--dark--links-expandable--icon-color-bg: #01010100;--wp--custom--dark--links-expandable--icon-color-fg: #CFCFCF;--wp--custom--dark--newsletter--color-bg: #010101;--wp--custom--dark--newsletter--title-color: #ECECEC;--wp--custom--dark--newsletter--body-color: #CFCFCF;--wp--custom--dark--newsletter--disclaimer-color: #A9A9A9;--wp--custom--dark--newsletter-confirmation--color-bg: #010101;--wp--custom--dark--newsletter-confirmation--title-color: #ECECEC;--wp--custom--dark--newsletter-confirmation--body-color: #CFCFCF;--wp--custom--dark--overlays--blur: 44;--wp--custom--dark--overlays--color: #fefefe1a;--wp--custom--dark--overlays--spread: 0;--wp--custom--dark--overlays--type: dropShadow;--wp--custom--dark--overlays--x: 0;--wp--custom--dark--overlays--y: 0;--wp--custom--dark--carousel-indicators--on-color: #ECECEC;--wp--custom--dark--carousel-indicators--off-color: #313131;--wp--custom--dark--pagination-number--enabled--color-bg: #01010100;--wp--custom--dark--pagination-number--enabled--color-fg: #A9A9A9;--wp--custom--dark--pagination-number--selected--color-bg: #313131;--wp--custom--dark--pagination-number--selected--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--hover--color-bg: #01010100;--wp--custom--dark--pagination-number--hover--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--focused--color-bg: #01010100;--wp--custom--dark--pagination-number--focused--color-fg: #CFCFCF;--wp--custom--dark--pagination-number--pressed--color-bg: #01010100;--wp--custom--dark--pagination-number--pressed--color-fg: #ECECEC;--wp--custom--dark--recaptcha--color-fg: #757575;--wp--custom--dark--related-article--color-bg: #1a1a1a00;--wp--custom--dark--section-title--color-fg--minimal: #A9A9A9;--wp--custom--dark--section-title--color-fg--subtle: #A9A9A9;--wp--custom--dark--section-title--color-fg--bold: #090909;--wp--custom--dark--section-title--color-fg--strong: #1A1A1A;--wp--custom--dark--section-title--color-fg--sponsored: #909090;--wp--custom--dark--star--unfilled-color-fg--minimal: #3A3220;--wp--custom--dark--star--unfilled-color-fg--subtle: #3A3220;--wp--custom--dark--star--unfilled-color-fg--bold: #909090;--wp--custom--dark--star--unfilled-color-fg--strong: #A9A9A9;--wp--custom--dark--star--unfilled-color-fg--sponsored: #4B4B4B;--wp--custom--dark--star--filled-color-fg--minimal: #C3A663;--wp--custom--dark--star--filled-color-fg--subtle: #C3A663;--wp--custom--dark--star--filled-color-fg--bold: #887343;--wp--custom--dark--star--filled-color-fg--strong: #887343;--wp--custom--dark--star--filled-color-fg--sponsored: #A9A9A9;--wp--custom--dark--star--input-color-fg--minimal: #FEFEFE;--wp--custom--dark--star--input-color-fg--subtle: #FEFEFE;--wp--custom--dark--star--input-color-fg--bold: #010101;--wp--custom--dark--star--input-color-fg--strong: #010101;--wp--custom--dark--star--input-color-fg--sponsored: #FEFEFE;--wp--custom--dark--status-message--color-fg: #CFCFCF;--wp--custom--dark--status-message--success--container-stroke--color: #7F9683;--wp--custom--dark--status-message--success--container-stroke--style: solid;--wp--custom--dark--status-message--success--container-stroke--width: 4;--wp--custom--dark--status-message--info--container-stroke--color: #687789;--wp--custom--dark--status-message--info--container-stroke--style: solid;--wp--custom--dark--status-message--info--container-stroke--width: 4;--wp--custom--dark--status-message--warning--container-stroke--color: #C3A663;--wp--custom--dark--status-message--warning--container-stroke--style: solid;--wp--custom--dark--status-message--warning--container-stroke--width: 4;--wp--custom--dark--status-message--error--container-stroke--color: #D4756B;--wp--custom--dark--status-message--error--container-stroke--style: solid;--wp--custom--dark--status-message--error--container-stroke--width: 4;--wp--custom--dark--status-message--neutral--container-stroke--color: #909090;--wp--custom--dark--status-message--neutral--container-stroke--style: solid;--wp--custom--dark--status-message--neutral--container-stroke--width: 4;--wp--custom--dark--subscription-items--enabled--color-bg: #090909;--wp--custom--dark--subscription-items--enabled--title-color: #FEFEFE;--wp--custom--dark--subscription-items--enabled--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--enabled--body-color: #909090;--wp--custom--dark--subscription-items--enabled--container-border--color: #1A1A1A;--wp--custom--dark--subscription-items--enabled--container-border--style: solid;--wp--custom--dark--subscription-items--enabled--container-border--width: 2;--wp--custom--dark--subscription-items--hover--color-bg: #1A1A1A;--wp--custom--dark--subscription-items--hover--title-color: #FEFEFE;--wp--custom--dark--subscription-items--hover--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--hover--body-color: #909090;--wp--custom--dark--subscription-items--hover--container-border--color: #313131;--wp--custom--dark--subscription-items--hover--container-border--style: solid;--wp--custom--dark--subscription-items--hover--container-border--width: 2;--wp--custom--dark--subscription-items--selected--color-bg: #221D15;--wp--custom--dark--subscription-items--selected--container-border--color: #887343;--wp--custom--dark--subscription-items--selected--container-border--style: solid;--wp--custom--dark--subscription-items--selected--container-border--width: 2;--wp--custom--dark--subscription-items--selected--title-color: #FEFEFE;--wp--custom--dark--subscription-items--selected--subtitle-color: #CFCFCF;--wp--custom--dark--subscription-items--selected--body-color: #909090;--wp--custom--dark--table--container-stroke--color: #4B4B4B;--wp--custom--dark--table--container-stroke--style: solid;--wp--custom--dark--table--container-stroke--width: 4;--wp--custom--dark--table--cell-container-stroke--color: #31313180;--wp--custom--dark--table--cell-container-stroke--style: solid;--wp--custom--dark--table--cell-container-stroke--width: 2;--wp--custom--dark--table--header-container-stroke--color: #31313180;--wp--custom--dark--table--header-container-stroke--style: solid;--wp--custom--dark--table--header-container-stroke--width: 2;--wp--custom--dark--table--header-color-fg: #ECECEC;--wp--custom--dark--table--header-color-bg: #1A1A1A;--wp--custom--dark--table--header-color-stroke: #31313180;--wp--custom--dark--table--cell-color-fg: #CFCFCF;--wp--custom--dark--table--color-stroke: #4B4B4B;--wp--custom--dark--table--cell-color-stroke: #31313180;--wp--custom--dark--table--enabled--odd-row-color-bg: #090909;--wp--custom--dark--table--enabled--even-row-color-bg: #1A1A1A;--wp--custom--dark--table--hover--color-bg: #313131;--wp--custom--dark--tile-badge--ranking-container-border--minimal--color: #887343;--wp--custom--dark--tile-badge--ranking-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--subtle--color: #A68D53;--wp--custom--dark--tile-badge--ranking-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--bold--color: #010101;--wp--custom--dark--tile-badge--ranking-container-border--bold--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--bold--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--strong--color: #3A3220;--wp--custom--dark--tile-badge--ranking-container-border--strong--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--strong--width: 0;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--color: #909090;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--ranking-container-border--sponsored--width: 0;--wp--custom--dark--tile-badge--ranking-color-bg--minimal: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-bg--subtle: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-bg--bold: #090909;--wp--custom--dark--tile-badge--ranking-color-bg--strong: #090909;--wp--custom--dark--tile-badge--ranking-color-bg--sponsored: #CFCFCF;--wp--custom--dark--tile-badge--ranking-color-fg--minimal: #090909;--wp--custom--dark--tile-badge--ranking-color-fg--subtle: #090909;--wp--custom--dark--tile-badge--ranking-color-fg--bold: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-fg--strong: #FEFEFE;--wp--custom--dark--tile-badge--ranking-color-fg--sponsored: #090909;--wp--custom--dark--tile-badge--rating-color-bg--minimal: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-bg--subtle: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-bg--bold: #090909;--wp--custom--dark--tile-badge--rating-color-bg--strong: #090909;--wp--custom--dark--tile-badge--rating-color-bg--sponsored: #CFCFCF;--wp--custom--dark--tile-badge--rating-color-fg--minimal: #090909;--wp--custom--dark--tile-badge--rating-color-fg--subtle: #090909;--wp--custom--dark--tile-badge--rating-color-fg--bold: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-fg--strong: #FEFEFE;--wp--custom--dark--tile-badge--rating-color-fg--sponsored: #090909;--wp--custom--dark--tile-badge--video-color-bg--minimal: #090909;--wp--custom--dark--tile-badge--video-color-bg--subtle: #090909;--wp--custom--dark--tile-badge--video-color-bg--bold: #090909;--wp--custom--dark--tile-badge--video-color-bg--strong: #090909;--wp--custom--dark--tile-badge--video-color-bg--sponsored: #090909;--wp--custom--dark--tile-badge--video-color-fg--minimal: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--subtle: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--bold: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--strong: #ECECEC;--wp--custom--dark--tile-badge--video-color-fg--sponsored: #ECECEC;--wp--custom--dark--tile-badge--rating-container-border--minimal--color: #221D15;--wp--custom--dark--tile-badge--rating-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--rating-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--rating-container-border--subtle--color: #3A3220;--wp--custom--dark--tile-badge--rating-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--rating-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--rating-container-border--bold--color: #FEFEFE;--wp--custom--dark--tile-badge--rating-container-border--bold--style: solid;--wp--custom--dark--tile-badge--rating-container-border--bold--width: 0;--wp--custom--dark--tile-badge--rating-container-border--strong--color: #010101;--wp--custom--dark--tile-badge--rating-container-border--strong--style: solid;--wp--custom--dark--tile-badge--rating-container-border--strong--width: 0;--wp--custom--dark--tile-badge--rating-container-border--sponsored--color: #010101;--wp--custom--dark--tile-badge--rating-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--rating-container-border--sponsored--width: 0;--wp--custom--dark--tile-badge--video-container-border--minimal--color: #ECECEC;--wp--custom--dark--tile-badge--video-container-border--minimal--style: solid;--wp--custom--dark--tile-badge--video-container-border--minimal--width: 0;--wp--custom--dark--tile-badge--video-container-border--subtle--color: #3A3220;--wp--custom--dark--tile-badge--video-container-border--subtle--style: solid;--wp--custom--dark--tile-badge--video-container-border--subtle--width: 0;--wp--custom--dark--tile-badge--video-container-border--bold--color: #3A3220;--wp--custom--dark--tile-badge--video-container-border--bold--style: solid;--wp--custom--dark--tile-badge--video-container-border--bold--width: 0;--wp--custom--dark--tile-badge--video-container-border--strong--color: #887343;--wp--custom--dark--tile-badge--video-container-border--strong--style: solid;--wp--custom--dark--tile-badge--video-container-border--strong--width: 0;--wp--custom--dark--tile-badge--video-container-border--sponsored--color: #313131;--wp--custom--dark--tile-badge--video-container-border--sponsored--style: solid;--wp--custom--dark--tile-badge--video-container-border--sponsored--width: 0;--wp--custom--dark--tip-box--info--container-stroke--color: #8092A7;--wp--custom--dark--tip-box--info--container-stroke--style: solid;--wp--custom--dark--tip-box--info--container-stroke--width: 4;--wp--custom--dark--tip-box--info--color-bg: #1B1E21;--wp--custom--dark--tip-box--info--color-fg: #8092A7;--wp--custom--dark--tip-box--info--color-stroke: #8092A7;--wp--custom--dark--tip-box--negative--color-bg: #331410;--wp--custom--dark--tip-box--negative--color-fg: #D4756B;--wp--custom--dark--tip-box--negative--color-stroke: #D4756B;--wp--custom--dark--tip-box--negative--container-stroke--color: #D4756B;--wp--custom--dark--tip-box--negative--container-stroke--style: solid;--wp--custom--dark--tip-box--negative--container-stroke--width: 4;--wp--custom--dark--tip-box--positive--container-stroke--color: #7F9683;--wp--custom--dark--tip-box--positive--container-stroke--style: solid;--wp--custom--dark--tip-box--positive--container-stroke--width: 4;--wp--custom--dark--tip-box--positive--color-bg: #1A1F1B;--wp--custom--dark--tip-box--positive--color-fg: #7F9683;--wp--custom--dark--tip-box--positive--color-stroke: #7F9683;--wp--custom--dark--toggle--color-fg: #FEFEFE;--wp--custom--dark--toggle-switch--off--handle-color: #090909;--wp--custom--dark--toggle-switch--off--track-color: #5E5E5E;--wp--custom--dark--toggle-switch--on--handle-color: #090909;--wp--custom--dark--toggle-switch--on--track-color: #ECECEC;--wp--custom--dark--top-nav--disclaimer-text-color: #757575;--wp--custom--dark--top-nav--color-bg: #1A1A1A;--wp--custom--dark--top-nav--menu-icon-color: #CFCFCF;--wp--custom--dark--top-nav--color-stroke: #313131;--wp--custom--dark--top-nav--container-stroke--color: #313131;--wp--custom--dark--top-nav--container-stroke--style: solid;--wp--custom--dark--top-nav--container-stroke--width: 2;--wp--custom--dark--top-nav--elevation: 0px 8px 48px 0px #0000001A;--wp--custom--dark--related-article-links--enabled--primary-color-fg: #C3A663;--wp--custom--dark--related-article-links--enabled--primary-color-stroke: #564A2D;--wp--custom--dark--related-article-links--enabled--secondary-color-fg: #ECECEC;--wp--custom--dark--related-article-links--enabled--secondary-color-stroke: #4b4b4b;--wp--custom--dark--related-article-links--primary-container-stroke--color: #564A2D;--wp--custom--dark--related-article-links--primary-container-stroke--width: 2;--wp--custom--dark--related-article-links--primary-container-stroke--style: solid;--wp--custom--dark--related-article-links--secondary-container-stroke--color: #4b4b4b;--wp--custom--dark--related-article-links--secondary-container-stroke--width: 2;--wp--custom--dark--related-article-links--secondary-container-stroke--style: solid;--wp--custom--dark--related-article-links--hover--primary-color-fg: #E7CF84;--wp--custom--dark--related-article-links--hover--primary-color-stroke: #C3A663;--wp--custom--dark--related-article-links--hover--secondary-color-fg: #ECECEC;--wp--custom--dark--related-article-links--hover--secondary-color-stroke: #C3A663;--wp--custom--dark--author-name--color-bg: #01010100;--wp--custom--dark--author-name--enabled--color-fg--minimal: #CFCFCF;--wp--custom--dark--author-name--enabled--color-fg--subtle: #CFCFCF;--wp--custom--dark--author-name--enabled--color-fg--bold: #313131;--wp--custom--dark--author-name--enabled--color-fg--strong: #313131;--wp--custom--dark--author-name--enabled--color-fg--sponsored: #CFCFCF;--wp--custom--dark--author-name--hover--color-fg--minimal: #ECECEC;--wp--custom--dark--author-name--hover--color-fg--subtle: #ECECEC;--wp--custom--dark--author-name--hover--color-fg--bold: #1A1A1A;--wp--custom--dark--author-name--hover--color-fg--strong: #1A1A1A;--wp--custom--dark--author-name--hover--color-fg--sponsored: #ECECEC;--wp--custom--dark--author-name--pressed--color-fg--minimal: #FEFEFE;--wp--custom--dark--author-name--pressed--color-fg--subtle: #FEFEFE;--wp--custom--dark--author-name--pressed--color-fg--bold: #090909;--wp--custom--dark--author-name--pressed--color-fg--strong: #090909;--wp--custom--dark--author-name--pressed--color-fg--sponsored: #FEFEFE;--wp--custom--dark--loading-indicator--color: #887343;--wp--custom--dark--article-summary-links--color-bg: #01010100;--wp--custom--dark--article-summary-links--enabled--color-fg: #C3A663;--wp--custom--dark--article-summary-links--hover--color-fg: #E7CF84;--wp--custom--dark--article-summary-links--pressed--color-fg: #FDF5A6;--wp--custom--dark--article-summary--container-stroke--color: #C3A663;--wp--custom--dark--article-summary--container-stroke--width: 3;--wp--custom--dark--article-summary--container-stroke--style: solid;--wp--custom--dark--article-summary--color-bg: #1a1a1a;--wp--custom--dark--article-summary--h-3-color: #ECECEC;--wp--custom--dark--article-summary--body-color: #CFCFCF;--wp--custom--dark--article-summary--icon-color: #C3A663;--wp--custom--dark--article-summary--color-stroke: #C3A663;--wp--custom--dark--next-article--copy-container-color-bg: #4b4b4b00;--wp--custom--dark--next-article--copy-container-color-fg: #757575;--wp--custom--dark--next-article--divider-color: #4B4B4B;--wp--custom--dark--next-article--copy-container-border--color: #4b4b4b00;--wp--custom--dark--next-article--copy-container-border--width: 4;--wp--custom--dark--next-article--copy-container-border--style: solid;--wp--custom--dark--live-blog--timeline-color-fg--key-events: #A68D53;--wp--custom--dark--live-blog--timeline-color-fg--regular: #4B4B4B;--wp--custom--dark--live-blog--entry-color-bg--key-events: #221D15;--wp--custom--dark--article-banners--color-bg--sponsored: #010101;--wp--custom--dark--article-banners--color-bg--live-blog-open: #E7CF84;--wp--custom--dark--article-banners--color-bg--live-blog-closed: #CFCFCF;--wp--custom--dark--article-banners--color-bg--announcement: #313131;--wp--custom--dark--article-banners--color-fg--sponsored: #909090;--wp--custom--dark--article-banners--color-fg--live-blog-open: #1A1A1A;--wp--custom--dark--article-banners--color-fg--live-blog-closed: #010101;--wp--custom--dark--article-banners--color-fg--announcement: #E7CF84;--wp--custom--dark--quiz-answer--enabled--color-bg: #1A1A1A;--wp--custom--dark--quiz-answer--enabled--color-fg: #CFCFCF;--wp--custom--dark--quiz-answer--enabled--border--color: #757575;--wp--custom--dark--quiz-answer--enabled--border--width: 2;--wp--custom--dark--quiz-answer--enabled--border--style: solid;--wp--custom--dark--quiz-answer--selected--color-bg: #ECECEC;--wp--custom--dark--quiz-answer--selected--color-fg: #090909;--wp--custom--dark--quiz-answer--selected--border--color: #ECECEC;--wp--custom--dark--quiz-answer--selected--border--width: 2;--wp--custom--dark--quiz-answer--selected--border--style: solid;--wp--custom--dark--quiz-answer--hover--color-bg: #1A1A1A;--wp--custom--dark--quiz-answer--hover--color-fg: #FEFEFE;--wp--custom--dark--quiz-answer--hover--border--color: #FEFEFE;--wp--custom--dark--quiz-answer--hover--border--width: 2;--wp--custom--dark--quiz-answer--hover--border--style: solid;--wp--custom--dark--quiz-answer--disabled--border--color: #75757580;--wp--custom--dark--quiz-answer--disabled--border--width: 2;--wp--custom--dark--quiz-answer--disabled--border--style: solid;--wp--custom--dark--quiz--result-color-fg--primary: #CFCFCF;--wp--custom--dark--quiz--result-color-fg--secondary: #909090;--wp--custom--dark--avatar--placeholder--color-bg: #4B4B4B;--wp--custom--dark--avatar--placeholder--color-fg: #A9A9A9;--wp--custom--dark--quotation--color-bg--pull-quote: #090909;--wp--custom--dark--quotation--color-bg--quote: #090909;--wp--custom--dark--quotation--color-fg--pull-quote: #CFCFCF;--wp--custom--dark--quotation--color-fg--quote: #CFCFCF;--wp--custom--dark--quotation--caption-color--pull-quote: #909090;--wp--custom--dark--quotation--caption-color--quote: #909090;--wp--custom--dark--quotation--color-stroke--pull-quote: #313131;--wp--custom--dark--quotation--color-stroke--quote: #C3A663;--wp--custom--dark--quotation--color-stroke--minimal-quote: #313131;--wp--custom--dark--quotation--container-stroke--pull-quote--color: #313131;--wp--custom--dark--quotation--container-stroke--pull-quote--style: solid;--wp--custom--dark--quotation--container-stroke--pull-quote--width: 3;--wp--custom--dark--quotation--container-stroke--quote--color: #C3A663;--wp--custom--dark--quotation--container-stroke--quote--style: solid;--wp--custom--dark--quotation--container-stroke--quote--width: 3;--wp--custom--dark--dynamic-nav--color-bg: #1A1A1A;--wp--custom--dark--dynamic-nav--color-stroke: #cfcfcf00;--wp--custom--dark--dynamic-nav--container-stroke--color: #cfcfcf00;--wp--custom--dark--dynamic-nav--container-stroke--style: solid;--wp--custom--dark--dynamic-nav--container-stroke--width: 2;--wp--custom--dark--nav-socials--primary--enabled--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--primary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--primary--hover--color-bg: #313131;--wp--custom--dark--nav-socials--primary--hover--color-fg: #ECECEC;--wp--custom--dark--nav-socials--secondary--enabled--color-bg: #1a1a1a00;--wp--custom--dark--nav-socials--secondary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--secondary--hover--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--secondary--hover--color-fg: #ECECEC;--wp--custom--dark--nav-socials--tertiary--enabled--color-bg: #1A1A1A;--wp--custom--dark--nav-socials--tertiary--enabled--color-fg: #CFCFCF;--wp--custom--dark--nav-socials--tertiary--hover--color-bg: #313131;--wp--custom--dark--nav-socials--tertiary--hover--color-fg: #ECECEC;--wp--custom--dark--links--primary--enabled--color-fg--sm: #909090;--wp--custom--dark--links--primary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--primary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--primary--hover--color-fg--sm: #CFCFCF;--wp--custom--dark--links--primary--hover--color-fg--md: #FEFEFE;--wp--custom--dark--links--primary--hover--color-fg--lg: #FEFEFE;--wp--custom--dark--links--primary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--primary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--primary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--secondary--enabled--color-fg--sm: #A9A9A9;--wp--custom--dark--links--secondary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--secondary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--secondary--hover--color-fg--sm: #909090;--wp--custom--dark--links--secondary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--secondary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--secondary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--secondary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--secondary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--tertiary--enabled--color-fg--sm: #909090;--wp--custom--dark--links--tertiary--enabled--color-fg--md: #CFCFCF;--wp--custom--dark--links--tertiary--enabled--color-fg--lg: #CFCFCF;--wp--custom--dark--links--tertiary--hover--color-fg--sm: #909090;--wp--custom--dark--links--tertiary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--tertiary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--tertiary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--tertiary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--tertiary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--quaternary--enabled--color-fg--sm: #A9A9A9;--wp--custom--dark--links--quaternary--enabled--color-fg--md: #A9A9A9;--wp--custom--dark--links--quaternary--enabled--color-fg--lg: #A9A9A9;--wp--custom--dark--links--quaternary--hover--color-fg--sm: #909090;--wp--custom--dark--links--quaternary--hover--color-fg--md: #CFCFCF;--wp--custom--dark--links--quaternary--hover--color-fg--lg: #CFCFCF;--wp--custom--dark--links--quaternary--activated--color-fg--sm: #E7CF84;--wp--custom--dark--links--quaternary--activated--color-fg--md: #E7CF84;--wp--custom--dark--links--quaternary--activated--color-fg--lg: #E7CF84;--wp--custom--dark--links--quinary--enabled--color-fg: #909090;--wp--custom--dark--links--quinary--hover--color-fg: #A9A9A9;--wp--custom--dark--links--quinary--activated--color-fg: #CFCFCF;--wp--custom--dark--links--quinary--context--color-fg: #ECECEC;--wp--custom--dark--search--primary--enabled--bar-style-color-bg: #313131;--wp--custom--dark--search--primary--enabled--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--primary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--primary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--primary--enabled--icon-style-icon-color: #CFCFCF;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--primary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--primary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--primary--selected--bar-style-icon-color: #909090;--wp--custom--dark--search--primary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--primary--selected--bar-style-color-stroke: #75757500;--wp--custom--dark--search--primary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--primary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--primary--selected--icon-style-color-stroke: #757575;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--color: #75757500;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--primary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--color: #757575;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--primary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--enabled--bar-style-color-bg: #313131bf;--wp--custom--dark--search--secondary--enabled--bar-style-icon-color: #A9A9A9;--wp--custom--dark--search--secondary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--secondary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--enabled--icon-style-icon-color: #909090;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--secondary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--secondary--selected--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--secondary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--secondary--selected--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--secondary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--secondary--selected--icon-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--enabled--bar-style-color-bg: #313131;--wp--custom--dark--search--tertiary--enabled--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--enabled--bar-style-text-color: #909090;--wp--custom--dark--search--tertiary--enabled--bar-style-color-stroke: #4b4b4b00;--wp--custom--dark--search--tertiary--enabled--icon-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--color: #4b4b4b00;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--selected--bar-style-color-bg: #313131;--wp--custom--dark--search--tertiary--selected--icon-style-color-bg: #01010100;--wp--custom--dark--search--tertiary--selected--bar-style-icon-color: #CFCFCF;--wp--custom--dark--search--tertiary--selected--bar-style-text-color: #FEFEFE;--wp--custom--dark--search--tertiary--selected--bar-style-color-stroke: #75757500;--wp--custom--dark--search--tertiary--selected--icon-style-icon-color: #909090;--wp--custom--dark--search--tertiary--selected--icon-style-text-color: #FEFEFE;--wp--custom--dark--search--tertiary--selected--icon-style-color-stroke: #757575;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--color: #75757500;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--width: 2;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--color: #757575;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--style: solid;--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--width: 2;--wp--custom--dark--poll--vote-bar--color-bg: #5e5e5e80;--wp--custom--dark--poll--vote-bar--default-color-fg: #ECECEC;--wp--custom--dark--poll--vote-bar--winner-color-fg: #E7CF84;--wp--custom--dark--poll--color-bg: #1a1a1a;--wp--custom--dark--poll--container-border--color: #4b4b4bbf;--wp--custom--dark--poll--container-border--width: 2;--wp--custom--dark--poll--container-border--style: solid;--wp--custom--dark--topic-head--color-bg--image-bg: linear-gradient (0deg, #1a1a1afa 0%, #1a1a1af0 60%, #1a1a1a80 100%);--wp--custom--dark--topic-head--color-bg--solid-bg: #1A1A1A;--wp--custom--dark--topic-head--image--color-bg: rgba(#757575), 10%);--wp--custom--dark--topic-head--image--border--color: #75757500;--wp--custom--dark--topic-head--image--border--width: 2;--wp--custom--dark--topic-head--primary--color-fg--solid-bg: #ECECEC;--wp--custom--dark--topic-head--primary--color-fg--image-bg: #FEFEFE;--wp--custom--dark--topic-head--secondary--color-fg--solid-bg: #CFCFCF;--wp--custom--dark--topic-head--secondary--color-fg--image-bg: #ECECEC;--wp--custom--dark--topic-head--tertiary--color-fg--solid-bg: #A9A9A9;--wp--custom--dark--topic-head--tertiary--color-fg--image-bg: #CFCFCF;--wp--custom--dark--topic-head--quaternary--color-fg--solid-bg: #909090;--wp--custom--dark--topic-head--quaternary--color-fg--image-bg: #ecececbf;--wp--custom--dark--item-tile--enabled--color-bg--image-bg: #5e5e5e00;--wp--custom--dark--item-tile--enabled--color-bg--solid-bg: #5e5e5e00;--wp--custom--dark--item-tile--enabled--border--color: #5e5e5e00;--wp--custom--dark--item-tile--enabled--border--width: 2;--wp--custom--dark--item-tile--enabled--title-color--image-bg: #FEFEFE;--wp--custom--dark--item-tile--enabled--title-color--solid-bg: #ECECEC;--wp--custom--dark--item-tile--enabled--subtitle-color--image-bg: #CFCFCF;--wp--custom--dark--item-tile--enabled--subtitle-color--solid-bg: #A9A9A9;--wp--custom--dark--item-tile--hover--color-bg--image-bg: #5e5e5e00;--wp--custom--dark--item-tile--hover--color-bg--solid-bg: #5e5e5e00;--wp--custom--dark--item-tile--hover--title-color--simage-bg: #FEFEFE;--wp--custom--dark--item-tile--hover--title-color--solid-bg: #ECECEC;--wp--custom--dark--item-tile--hover--border--color: #5e5e5e00;--wp--custom--dark--item-tile--hover--border--width: 2;--wp--custom--dark--item-tile--image--portrait-style-color-bg: #5e5e5e1a;--wp--custom--dark--item-tile--image--square-style-color-bg: #5e5e5e1a;--wp--custom--dark--item-tile--image--portrait-style-border--color: #5e5e5e00;--wp--custom--dark--item-tile--image--portrait-style-border--width: 2;--wp--custom--dark--item-tile--image--square-style-border--color: #5e5e5e00;--wp--custom--dark--item-tile--image--square-style-border--width: 2;--wp--custom--dark--side-nav--title-container-stroke--desktop--color: #4b4b4bbf;--wp--custom--dark--side-nav--title-container-stroke--desktop--width: 1;--wp--custom--dark--side-nav--title-container-stroke--desktop--style: solid;--wp--custom--dark--side-nav--title-container-stroke--mobile--color: #4b4b4bbf;--wp--custom--dark--side-nav--title-container-stroke--mobile--width: 1;--wp--custom--dark--side-nav--title-container-stroke--mobile--style: solid;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--color: #4b4b4bbf;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--width: 1;--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--style: solid;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--color: #4b4b4bbf;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--width: 1;--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--style: solid;--wp--custom--dark--side-nav--color-bg--desktop: #1a1a1a80;--wp--custom--dark--side-nav--color-bg--mobile: #1a1a1a80;--wp--custom--dark--brand--color--5: #110F0A;--wp--custom--dark--brand--color--10: #221D15;--wp--custom--dark--brand--color--20: #3A3220;--wp--custom--dark--brand--color--30: #564A2D;--wp--custom--dark--brand--color--40: #6D5C37;--wp--custom--dark--brand--color--50: #887343;--wp--custom--dark--brand--color--60: #A68D53;--wp--custom--dark--brand--color--70: #C3A663;--wp--custom--dark--brand--color--80: #E7CF84;--wp--custom--dark--brand--color--90: #FDF5A6;--wp--custom--dark--accent-1--color--5: #0F1210;--wp--custom--dark--accent-1--color--10: #1A1F1B;--wp--custom--dark--accent-1--color--20: #2A352D;--wp--custom--dark--accent-1--color--30: #3E4F42;--wp--custom--dark--accent-1--color--40: #4E6353;--wp--custom--dark--accent-1--color--50: #647B69;--wp--custom--dark--accent-1--color--60: #7F9683;--wp--custom--dark--accent-1--color--70: #9BAE9F;--wp--custom--dark--accent-1--color--80: #C7D2C9;--wp--custom--dark--accent-1--color--90: #EAEEEB;--wp--custom--dark--sponsored--color--5: #090909;--wp--custom--dark--sponsored--color--10: #1A1A1A;--wp--custom--dark--sponsored--color--20: #313131;--wp--custom--dark--sponsored--color--30: #4B4B4B;--wp--custom--dark--sponsored--color--40: #5E5E5E;--wp--custom--dark--sponsored--color--50: #757575;--wp--custom--dark--sponsored--color--60: #909090;--wp--custom--dark--sponsored--color--70: #A9A9A9;--wp--custom--dark--sponsored--color--80: #CFCFCF;--wp--custom--dark--sponsored--color--90: #ECECEC;}body.theme-dark{--wp--custom--general-color--h-1:var(--wp--custom--dark--general-color--h-1);--wp--custom--general-color--h-2:var(--wp--custom--dark--general-color--h-2);--wp--custom--general-color--h-3:var(--wp--custom--dark--general-color--h-3);--wp--custom--general-color--subtitle:var(--wp--custom--dark--general-color--subtitle);--wp--custom--general-color--body:var(--wp--custom--dark--general-color--body);--wp--custom--general-color--caption:var(--wp--custom--dark--general-color--caption);--wp--custom--general-color--disclaimer:var(--wp--custom--dark--general-color--disclaimer);--wp--custom--general-color-bg--minimal:var(--wp--custom--dark--general-color-bg--minimal);--wp--custom--general-color-bg--subtle:var(--wp--custom--dark--general-color-bg--subtle);--wp--custom--general-color-bg--bold:var(--wp--custom--dark--general-color-bg--bold);--wp--custom--general-color-bg--strong:var(--wp--custom--dark--general-color-bg--strong);--wp--custom--general-color-bg--sponsored:var(--wp--custom--dark--general-color-bg--sponsored);--wp--custom--general-color-bg--overlay:var(--wp--custom--dark--general-color-bg--overlay);--wp--custom--general-date-color--minimal:var(--wp--custom--dark--general-date-color--minimal);--wp--custom--general-date-color--subtle:var(--wp--custom--dark--general-date-color--subtle);--wp--custom--general-date-color--bold:var(--wp--custom--dark--general-date-color--bold);--wp--custom--general-date-color--strong:var(--wp--custom--dark--general-date-color--strong);--wp--custom--general-date-color--sponsored:var(--wp--custom--dark--general-date-color--sponsored);--wp--custom--hyperlink--color-bg:var(--wp--custom--dark--hyperlink--color-bg);--wp--custom--hyperlink--enabled--color-fg:var(--wp--custom--dark--hyperlink--enabled--color-fg);--wp--custom--hyperlink--enabled--border--color:var(--wp--custom--dark--hyperlink--enabled--border--color);--wp--custom--hyperlink--enabled--border--width:var(--wp--custom--dark--hyperlink--enabled--border--width);--wp--custom--hyperlink--enabled--border--style:var(--wp--custom--dark--hyperlink--enabled--border--style);--wp--custom--hyperlink--hover--color-fg:var(--wp--custom--dark--hyperlink--hover--color-fg);--wp--custom--hyperlink--hover--border--color:var(--wp--custom--dark--hyperlink--hover--border--color);--wp--custom--hyperlink--hover--border--width:var(--wp--custom--dark--hyperlink--hover--border--width);--wp--custom--hyperlink--hover--border--style:var(--wp--custom--dark--hyperlink--hover--border--style);--wp--custom--hyperlink--pressed--color-fg:var(--wp--custom--dark--hyperlink--pressed--color-fg);--wp--custom--hyperlink--pressed--border--color:var(--wp--custom--dark--hyperlink--pressed--border--color);--wp--custom--hyperlink--pressed--border--width:var(--wp--custom--dark--hyperlink--pressed--border--width);--wp--custom--hyperlink--pressed--border--style:var(--wp--custom--dark--hyperlink--pressed--border--style);--wp--custom--info--color-bg:var(--wp--custom--dark--info--color-bg);--wp--custom--info--color-fg:var(--wp--custom--dark--info--color-fg);--wp--custom--info--color-stroke:var(--wp--custom--dark--info--color-stroke);--wp--custom--info--color--5:var(--wp--custom--dark--info--color--5);--wp--custom--info--color--10:var(--wp--custom--dark--info--color--10);--wp--custom--info--color--20:var(--wp--custom--dark--info--color--20);--wp--custom--info--color--30:var(--wp--custom--dark--info--color--30);--wp--custom--info--color--40:var(--wp--custom--dark--info--color--40);--wp--custom--info--color--50:var(--wp--custom--dark--info--color--50);--wp--custom--info--color--60:var(--wp--custom--dark--info--color--60);--wp--custom--info--color--70:var(--wp--custom--dark--info--color--70);--wp--custom--info--color--80:var(--wp--custom--dark--info--color--80);--wp--custom--info--color--90:var(--wp--custom--dark--info--color--90);--wp--custom--warning--color-bg:var(--wp--custom--dark--warning--color-bg);--wp--custom--warning--color-fg:var(--wp--custom--dark--warning--color-fg);--wp--custom--warning--color-stroke:var(--wp--custom--dark--warning--color-stroke);--wp--custom--warning--color--5:var(--wp--custom--dark--warning--color--5);--wp--custom--warning--color--10:var(--wp--custom--dark--warning--color--10);--wp--custom--warning--color--20:var(--wp--custom--dark--warning--color--20);--wp--custom--warning--color--30:var(--wp--custom--dark--warning--color--30);--wp--custom--warning--color--40:var(--wp--custom--dark--warning--color--40);--wp--custom--warning--color--50:var(--wp--custom--dark--warning--color--50);--wp--custom--warning--color--60:var(--wp--custom--dark--warning--color--60);--wp--custom--warning--color--70:var(--wp--custom--dark--warning--color--70);--wp--custom--warning--color--80:var(--wp--custom--dark--warning--color--80);--wp--custom--warning--color--90:var(--wp--custom--dark--warning--color--90);--wp--custom--positive--color-bg:var(--wp--custom--dark--positive--color-bg);--wp--custom--positive--color-fg:var(--wp--custom--dark--positive--color-fg);--wp--custom--positive--color-stroke:var(--wp--custom--dark--positive--color-stroke);--wp--custom--positive--border--color:var(--wp--custom--dark--positive--border--color);--wp--custom--positive--border--width:var(--wp--custom--dark--positive--border--width);--wp--custom--positive--border--style:var(--wp--custom--dark--positive--border--style);--wp--custom--positive--color--5:var(--wp--custom--dark--positive--color--5);--wp--custom--positive--color--10:var(--wp--custom--dark--positive--color--10);--wp--custom--positive--color--20:var(--wp--custom--dark--positive--color--20);--wp--custom--positive--color--30:var(--wp--custom--dark--positive--color--30);--wp--custom--positive--color--40:var(--wp--custom--dark--positive--color--40);--wp--custom--positive--color--50:var(--wp--custom--dark--positive--color--50);--wp--custom--positive--color--60:var(--wp--custom--dark--positive--color--60);--wp--custom--positive--color--70:var(--wp--custom--dark--positive--color--70);--wp--custom--positive--color--80:var(--wp--custom--dark--positive--color--80);--wp--custom--positive--color--90:var(--wp--custom--dark--positive--color--90);--wp--custom--negative--color-bg:var(--wp--custom--dark--negative--color-bg);--wp--custom--negative--color-fg:var(--wp--custom--dark--negative--color-fg);--wp--custom--negative--color-stroke:var(--wp--custom--dark--negative--color-stroke);--wp--custom--negative--border--color:var(--wp--custom--dark--negative--border--color);--wp--custom--negative--border--width:var(--wp--custom--dark--negative--border--width);--wp--custom--negative--border--style:var(--wp--custom--dark--negative--border--style);--wp--custom--negative--color--5:var(--wp--custom--dark--negative--color--5);--wp--custom--negative--color--10:var(--wp--custom--dark--negative--color--10);--wp--custom--negative--color--20:var(--wp--custom--dark--negative--color--20);--wp--custom--negative--color--30:var(--wp--custom--dark--negative--color--30);--wp--custom--negative--color--40:var(--wp--custom--dark--negative--color--40);--wp--custom--negative--color--50:var(--wp--custom--dark--negative--color--50);--wp--custom--negative--color--60:var(--wp--custom--dark--negative--color--60);--wp--custom--negative--color--70:var(--wp--custom--dark--negative--color--70);--wp--custom--negative--color--80:var(--wp--custom--dark--negative--color--80);--wp--custom--negative--color--90:var(--wp--custom--dark--negative--color--90);--wp--custom--neutral--color-bg:var(--wp--custom--dark--neutral--color-bg);--wp--custom--neutral--color-fg:var(--wp--custom--dark--neutral--color-fg);--wp--custom--neutral--color-stroke:var(--wp--custom--dark--neutral--color-stroke);--wp--custom--neutral--color--0:var(--wp--custom--dark--neutral--color--0);--wp--custom--neutral--color--5:var(--wp--custom--dark--neutral--color--5);--wp--custom--neutral--color--10:var(--wp--custom--dark--neutral--color--10);--wp--custom--neutral--color--20:var(--wp--custom--dark--neutral--color--20);--wp--custom--neutral--color--30:var(--wp--custom--dark--neutral--color--30);--wp--custom--neutral--color--40:var(--wp--custom--dark--neutral--color--40);--wp--custom--neutral--color--50:var(--wp--custom--dark--neutral--color--50);--wp--custom--neutral--color--60:var(--wp--custom--dark--neutral--color--60);--wp--custom--neutral--color--70:var(--wp--custom--dark--neutral--color--70);--wp--custom--neutral--color--80:var(--wp--custom--dark--neutral--color--80);--wp--custom--neutral--color--90:var(--wp--custom--dark--neutral--color--90);--wp--custom--neutral--color--100:var(--wp--custom--dark--neutral--color--100);--wp--custom--icons--color-fg:var(--wp--custom--dark--icons--color-fg);--wp--custom--ad-wrapper--color-bg:var(--wp--custom--dark--ad-wrapper--color-bg);--wp--custom--ad-wrapper--color-fg:var(--wp--custom--dark--ad-wrapper--color-fg);--wp--custom--article-group--color-bg--minimal:var(--wp--custom--dark--article-group--color-bg--minimal);--wp--custom--article-group--color-bg--subtle:var(--wp--custom--dark--article-group--color-bg--subtle);--wp--custom--article-group--color-bg--bold:var(--wp--custom--dark--article-group--color-bg--bold);--wp--custom--article-group--color-bg--strong:var(--wp--custom--dark--article-group--color-bg--strong);--wp--custom--article-group--color-bg--sponsored:var(--wp--custom--dark--article-group--color-bg--sponsored);--wp--custom--article-head--color-bg:var(--wp--custom--dark--article-head--color-bg);--wp--custom--article-head--title-color:var(--wp--custom--dark--article-head--title-color);--wp--custom--article-head--subtitle-color:var(--wp--custom--dark--article-head--subtitle-color);--wp--custom--article-tile--enabled--color-bg--minimal:var(--wp--custom--dark--article-tile--enabled--color-bg--minimal);--wp--custom--article-tile--enabled--color-bg--subtle:var(--wp--custom--dark--article-tile--enabled--color-bg--subtle);--wp--custom--article-tile--enabled--color-bg--bold:var(--wp--custom--dark--article-tile--enabled--color-bg--bold);--wp--custom--article-tile--enabled--color-bg--strong:var(--wp--custom--dark--article-tile--enabled--color-bg--strong);--wp--custom--article-tile--enabled--color-bg--sponsored:var(--wp--custom--dark--article-tile--enabled--color-bg--sponsored);--wp--custom--article-tile--enabled--title-color--minimal:var(--wp--custom--dark--article-tile--enabled--title-color--minimal);--wp--custom--article-tile--enabled--title-color--subtle:var(--wp--custom--dark--article-tile--enabled--title-color--subtle);--wp--custom--article-tile--enabled--title-color--bold:var(--wp--custom--dark--article-tile--enabled--title-color--bold);--wp--custom--article-tile--enabled--title-color--strong:var(--wp--custom--dark--article-tile--enabled--title-color--strong);--wp--custom--article-tile--enabled--title-color--sponsored:var(--wp--custom--dark--article-tile--enabled--title-color--sponsored);--wp--custom--article-tile--enabled--subtitle-color--minimal:var(--wp--custom--dark--article-tile--enabled--subtitle-color--minimal);--wp--custom--article-tile--enabled--subtitle-color--subtle:var(--wp--custom--dark--article-tile--enabled--subtitle-color--subtle);--wp--custom--article-tile--enabled--subtitle-color--bold:var(--wp--custom--dark--article-tile--enabled--subtitle-color--bold);--wp--custom--article-tile--enabled--subtitle-color--strong:var(--wp--custom--dark--article-tile--enabled--subtitle-color--strong);--wp--custom--article-tile--enabled--subtitle-color--sponsored:var(--wp--custom--dark--article-tile--enabled--subtitle-color--sponsored);--wp--custom--article-tile--hover--color-bg--minimal:var(--wp--custom--dark--article-tile--hover--color-bg--minimal);--wp--custom--article-tile--hover--color-bg--subtle:var(--wp--custom--dark--article-tile--hover--color-bg--subtle);--wp--custom--article-tile--hover--color-bg--bold:var(--wp--custom--dark--article-tile--hover--color-bg--bold);--wp--custom--article-tile--hover--color-bg--strong:var(--wp--custom--dark--article-tile--hover--color-bg--strong);--wp--custom--article-tile--hover--color-bg--sponsored:var(--wp--custom--dark--article-tile--hover--color-bg--sponsored);--wp--custom--article-tile--hover--title-color--minimal:var(--wp--custom--dark--article-tile--hover--title-color--minimal);--wp--custom--article-tile--hover--title-color--subtle:var(--wp--custom--dark--article-tile--hover--title-color--subtle);--wp--custom--article-tile--hover--title-color--bold:var(--wp--custom--dark--article-tile--hover--title-color--bold);--wp--custom--article-tile--hover--title-color--strong:var(--wp--custom--dark--article-tile--hover--title-color--strong);--wp--custom--article-tile--hover--title-color--sponsored:var(--wp--custom--dark--article-tile--hover--title-color--sponsored);--wp--custom--author-bio--title-color--minimal:var(--wp--custom--dark--author-bio--title-color--minimal);--wp--custom--author-bio--title-color--subtle:var(--wp--custom--dark--author-bio--title-color--subtle);--wp--custom--author-bio--title-color--sponsored:var(--wp--custom--dark--author-bio--title-color--sponsored);--wp--custom--author-bio--body-color--minimal:var(--wp--custom--dark--author-bio--body-color--minimal);--wp--custom--author-bio--body-color--sponsored:var(--wp--custom--dark--author-bio--body-color--sponsored);--wp--custom--banners--color-bg--minimal:var(--wp--custom--dark--banners--color-bg--minimal);--wp--custom--banners--color-bg--subtle:var(--wp--custom--dark--banners--color-bg--subtle);--wp--custom--banners--color-bg--bold:var(--wp--custom--dark--banners--color-bg--bold);--wp--custom--banners--color-bg--strong:var(--wp--custom--dark--banners--color-bg--strong);--wp--custom--banners--color-bg--sponsored:var(--wp--custom--dark--banners--color-bg--sponsored);--wp--custom--banners--title-color--minimal:var(--wp--custom--dark--banners--title-color--minimal);--wp--custom--banners--title-color--subtle:var(--wp--custom--dark--banners--title-color--subtle);--wp--custom--banners--title-color--bold:var(--wp--custom--dark--banners--title-color--bold);--wp--custom--banners--title-color--strong:var(--wp--custom--dark--banners--title-color--strong);--wp--custom--banners--title-color--sponsored:var(--wp--custom--dark--banners--title-color--sponsored);--wp--custom--banners--body-color--minimal:var(--wp--custom--dark--banners--body-color--minimal);--wp--custom--banners--body-color--subtle:var(--wp--custom--dark--banners--body-color--subtle);--wp--custom--banners--body-color--bold:var(--wp--custom--dark--banners--body-color--bold);--wp--custom--banners--body-color--strong:var(--wp--custom--dark--banners--body-color--strong);--wp--custom--banners--body-color--sponsored:var(--wp--custom--dark--banners--body-color--sponsored);--wp--custom--bottom-nav--color-bg:var(--wp--custom--dark--bottom-nav--color-bg);--wp--custom--bottom-nav--tagline-color:var(--wp--custom--dark--bottom-nav--tagline-color);--wp--custom--bottom-nav--disclaimer-text-color:var(--wp--custom--dark--bottom-nav--disclaimer-text-color);--wp--custom--bottom-nav--color-stroke:var(--wp--custom--dark--bottom-nav--color-stroke);--wp--custom--bottom-nav--container-stroke--color:var(--wp--custom--dark--bottom-nav--container-stroke--color);--wp--custom--bottom-nav--container-stroke--style:var(--wp--custom--dark--bottom-nav--container-stroke--style);--wp--custom--bottom-nav--container-stroke--width:var(--wp--custom--dark--bottom-nav--container-stroke--width);--wp--custom--button--primary--enabled--icon-style-color-bg--minimal:var(--wp--custom--dark--button--primary--enabled--icon-style-color-bg--minimal);--wp--custom--button--primary--enabled--icon-style-color-bg--subtle:var(--wp--custom--dark--button--primary--enabled--icon-style-color-bg--subtle);--wp--custom--button--primary--enabled--icon-style-color-bg--strong:var(--wp--custom--dark--button--primary--enabled--icon-style-color-bg--strong);--wp--custom--button--primary--enabled--icon-style-color-bg--bold:var(--wp--custom--dark--button--primary--enabled--icon-style-color-bg--bold);--wp--custom--button--primary--enabled--icon-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--enabled--icon-style-color-bg--sponsored);--wp--custom--button--primary--enabled--icon-style-color-fg--minimal:var(--wp--custom--dark--button--primary--enabled--icon-style-color-fg--minimal);--wp--custom--button--primary--enabled--icon-style-color-fg--subtle:var(--wp--custom--dark--button--primary--enabled--icon-style-color-fg--subtle);--wp--custom--button--primary--enabled--icon-style-color-fg--strong:var(--wp--custom--dark--button--primary--enabled--icon-style-color-fg--strong);--wp--custom--button--primary--enabled--icon-style-color-fg--bold:var(--wp--custom--dark--button--primary--enabled--icon-style-color-fg--bold);--wp--custom--button--primary--enabled--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--enabled--icon-style-color-fg--sponsored);--wp--custom--button--primary--enabled--text-style-color-bg--minimal:var(--wp--custom--dark--button--primary--enabled--text-style-color-bg--minimal);--wp--custom--button--primary--enabled--text-style-color-bg--subtle:var(--wp--custom--dark--button--primary--enabled--text-style-color-bg--subtle);--wp--custom--button--primary--enabled--text-style-color-bg--strong:var(--wp--custom--dark--button--primary--enabled--text-style-color-bg--strong);--wp--custom--button--primary--enabled--text-style-color-bg--bold:var(--wp--custom--dark--button--primary--enabled--text-style-color-bg--bold);--wp--custom--button--primary--enabled--text-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--enabled--text-style-color-bg--sponsored);--wp--custom--button--primary--enabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--primary--enabled--text-style-color-fg--minimal);--wp--custom--button--primary--enabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--primary--enabled--text-style-color-fg--subtle);--wp--custom--button--primary--enabled--text-style-color-fg--strong:var(--wp--custom--dark--button--primary--enabled--text-style-color-fg--strong);--wp--custom--button--primary--enabled--text-style-color-fg--bold:var(--wp--custom--dark--button--primary--enabled--text-style-color-fg--bold);--wp--custom--button--primary--enabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--enabled--text-style-color-fg--sponsored);--wp--custom--button--primary--disabled--icon-style-color-bg--minimal:var(--wp--custom--dark--button--primary--disabled--icon-style-color-bg--minimal);--wp--custom--button--primary--disabled--icon-style-color-bg--subtle:var(--wp--custom--dark--button--primary--disabled--icon-style-color-bg--subtle);--wp--custom--button--primary--disabled--icon-style-color-bg--strong:var(--wp--custom--dark--button--primary--disabled--icon-style-color-bg--strong);--wp--custom--button--primary--disabled--icon-style-color-bg--bold:var(--wp--custom--dark--button--primary--disabled--icon-style-color-bg--bold);--wp--custom--button--primary--disabled--icon-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--disabled--icon-style-color-bg--sponsored);--wp--custom--button--primary--disabled--icon-style-color-fg--minimal:var(--wp--custom--dark--button--primary--disabled--icon-style-color-fg--minimal);--wp--custom--button--primary--disabled--icon-style-color-fg--subtle:var(--wp--custom--dark--button--primary--disabled--icon-style-color-fg--subtle);--wp--custom--button--primary--disabled--icon-style-color-fg--strong:var(--wp--custom--dark--button--primary--disabled--icon-style-color-fg--strong);--wp--custom--button--primary--disabled--icon-style-color-fg--bold:var(--wp--custom--dark--button--primary--disabled--icon-style-color-fg--bold);--wp--custom--button--primary--disabled--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--disabled--icon-style-color-fg--sponsored);--wp--custom--button--primary--disabled--text-style-color-bg--minimal:var(--wp--custom--dark--button--primary--disabled--text-style-color-bg--minimal);--wp--custom--button--primary--disabled--text-style-color-bg--subtle:var(--wp--custom--dark--button--primary--disabled--text-style-color-bg--subtle);--wp--custom--button--primary--disabled--text-style-color-bg--strong:var(--wp--custom--dark--button--primary--disabled--text-style-color-bg--strong);--wp--custom--button--primary--disabled--text-style-color-bg--bold:var(--wp--custom--dark--button--primary--disabled--text-style-color-bg--bold);--wp--custom--button--primary--disabled--text-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--disabled--text-style-color-bg--sponsored);--wp--custom--button--primary--disabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--primary--disabled--text-style-color-fg--minimal);--wp--custom--button--primary--disabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--primary--disabled--text-style-color-fg--subtle);--wp--custom--button--primary--disabled--text-style-color-fg--strong:var(--wp--custom--dark--button--primary--disabled--text-style-color-fg--strong);--wp--custom--button--primary--disabled--text-style-color-fg--bold:var(--wp--custom--dark--button--primary--disabled--text-style-color-fg--bold);--wp--custom--button--primary--disabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--disabled--text-style-color-fg--sponsored);--wp--custom--button--primary--focused--icon-style-color-bg--minimal:var(--wp--custom--dark--button--primary--focused--icon-style-color-bg--minimal);--wp--custom--button--primary--focused--icon-style-color-bg--subtle:var(--wp--custom--dark--button--primary--focused--icon-style-color-bg--subtle);--wp--custom--button--primary--focused--icon-style-color-bg--strong:var(--wp--custom--dark--button--primary--focused--icon-style-color-bg--strong);--wp--custom--button--primary--focused--icon-style-color-bg--bold:var(--wp--custom--dark--button--primary--focused--icon-style-color-bg--bold);--wp--custom--button--primary--focused--icon-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--focused--icon-style-color-bg--sponsored);--wp--custom--button--primary--focused--icon-style-color-fg--minimal:var(--wp--custom--dark--button--primary--focused--icon-style-color-fg--minimal);--wp--custom--button--primary--focused--icon-style-color-fg--subtle:var(--wp--custom--dark--button--primary--focused--icon-style-color-fg--subtle);--wp--custom--button--primary--focused--icon-style-color-fg--strong:var(--wp--custom--dark--button--primary--focused--icon-style-color-fg--strong);--wp--custom--button--primary--focused--icon-style-color-fg--bold:var(--wp--custom--dark--button--primary--focused--icon-style-color-fg--bold);--wp--custom--button--primary--focused--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--focused--icon-style-color-fg--sponsored);--wp--custom--button--primary--focused--text-style-color-bg--minimal:var(--wp--custom--dark--button--primary--focused--text-style-color-bg--minimal);--wp--custom--button--primary--focused--text-style-color-bg--subtle:var(--wp--custom--dark--button--primary--focused--text-style-color-bg--subtle);--wp--custom--button--primary--focused--text-style-color-bg--strong:var(--wp--custom--dark--button--primary--focused--text-style-color-bg--strong);--wp--custom--button--primary--focused--text-style-color-bg--bold:var(--wp--custom--dark--button--primary--focused--text-style-color-bg--bold);--wp--custom--button--primary--focused--text-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--focused--text-style-color-bg--sponsored);--wp--custom--button--primary--focused--text-style-color-fg--minimal:var(--wp--custom--dark--button--primary--focused--text-style-color-fg--minimal);--wp--custom--button--primary--focused--text-style-color-fg--subtle:var(--wp--custom--dark--button--primary--focused--text-style-color-fg--subtle);--wp--custom--button--primary--focused--text-style-color-fg--strong:var(--wp--custom--dark--button--primary--focused--text-style-color-fg--strong);--wp--custom--button--primary--focused--text-style-color-fg--bold:var(--wp--custom--dark--button--primary--focused--text-style-color-fg--bold);--wp--custom--button--primary--focused--text-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--focused--text-style-color-fg--sponsored);--wp--custom--button--primary--pressed--icon-style-color-bg--minimal:var(--wp--custom--dark--button--primary--pressed--icon-style-color-bg--minimal);--wp--custom--button--primary--pressed--icon-style-color-bg--subtle:var(--wp--custom--dark--button--primary--pressed--icon-style-color-bg--subtle);--wp--custom--button--primary--pressed--icon-style-color-bg--strong:var(--wp--custom--dark--button--primary--pressed--icon-style-color-bg--strong);--wp--custom--button--primary--pressed--icon-style-color-bg--bold:var(--wp--custom--dark--button--primary--pressed--icon-style-color-bg--bold);--wp--custom--button--primary--pressed--icon-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--pressed--icon-style-color-bg--sponsored);--wp--custom--button--primary--pressed--icon-style-color-fg--minimal:var(--wp--custom--dark--button--primary--pressed--icon-style-color-fg--minimal);--wp--custom--button--primary--pressed--icon-style-color-fg--subtle:var(--wp--custom--dark--button--primary--pressed--icon-style-color-fg--subtle);--wp--custom--button--primary--pressed--icon-style-color-fg--strong:var(--wp--custom--dark--button--primary--pressed--icon-style-color-fg--strong);--wp--custom--button--primary--pressed--icon-style-color-fg--bold:var(--wp--custom--dark--button--primary--pressed--icon-style-color-fg--bold);--wp--custom--button--primary--pressed--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--pressed--icon-style-color-fg--sponsored);--wp--custom--button--primary--pressed--text-style-color-bg--minimal:var(--wp--custom--dark--button--primary--pressed--text-style-color-bg--minimal);--wp--custom--button--primary--pressed--text-style-color-bg--subtle:var(--wp--custom--dark--button--primary--pressed--text-style-color-bg--subtle);--wp--custom--button--primary--pressed--text-style-color-bg--strong:var(--wp--custom--dark--button--primary--pressed--text-style-color-bg--strong);--wp--custom--button--primary--pressed--text-style-color-bg--bold:var(--wp--custom--dark--button--primary--pressed--text-style-color-bg--bold);--wp--custom--button--primary--pressed--text-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--pressed--text-style-color-bg--sponsored);--wp--custom--button--primary--pressed--text-style-color-fg--minimal:var(--wp--custom--dark--button--primary--pressed--text-style-color-fg--minimal);--wp--custom--button--primary--pressed--text-style-color-fg--subtle:var(--wp--custom--dark--button--primary--pressed--text-style-color-fg--subtle);--wp--custom--button--primary--pressed--text-style-color-fg--strong:var(--wp--custom--dark--button--primary--pressed--text-style-color-fg--strong);--wp--custom--button--primary--pressed--text-style-color-fg--bold:var(--wp--custom--dark--button--primary--pressed--text-style-color-fg--bold);--wp--custom--button--primary--pressed--text-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--pressed--text-style-color-fg--sponsored);--wp--custom--button--primary--hover--icon-style-color-bg--minimal:var(--wp--custom--dark--button--primary--hover--icon-style-color-bg--minimal);--wp--custom--button--primary--hover--icon-style-color-bg--subtle:var(--wp--custom--dark--button--primary--hover--icon-style-color-bg--subtle);--wp--custom--button--primary--hover--icon-style-color-bg--strong:var(--wp--custom--dark--button--primary--hover--icon-style-color-bg--strong);--wp--custom--button--primary--hover--icon-style-color-bg--bold:var(--wp--custom--dark--button--primary--hover--icon-style-color-bg--bold);--wp--custom--button--primary--hover--icon-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--hover--icon-style-color-bg--sponsored);--wp--custom--button--primary--hover--icon-style-color-fg--minimal:var(--wp--custom--dark--button--primary--hover--icon-style-color-fg--minimal);--wp--custom--button--primary--hover--icon-style-color-fg--subtle:var(--wp--custom--dark--button--primary--hover--icon-style-color-fg--subtle);--wp--custom--button--primary--hover--icon-style-color-fg--strong:var(--wp--custom--dark--button--primary--hover--icon-style-color-fg--strong);--wp--custom--button--primary--hover--icon-style-color-fg--bold:var(--wp--custom--dark--button--primary--hover--icon-style-color-fg--bold);--wp--custom--button--primary--hover--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--hover--icon-style-color-fg--sponsored);--wp--custom--button--primary--hover--text-style-color-bg--minimal:var(--wp--custom--dark--button--primary--hover--text-style-color-bg--minimal);--wp--custom--button--primary--hover--text-style-color-bg--subtle:var(--wp--custom--dark--button--primary--hover--text-style-color-bg--subtle);--wp--custom--button--primary--hover--text-style-color-bg--strong:var(--wp--custom--dark--button--primary--hover--text-style-color-bg--strong);--wp--custom--button--primary--hover--text-style-color-bg--bold:var(--wp--custom--dark--button--primary--hover--text-style-color-bg--bold);--wp--custom--button--primary--hover--text-style-color-bg--sponsored:var(--wp--custom--dark--button--primary--hover--text-style-color-bg--sponsored);--wp--custom--button--primary--hover--text-style-color-fg--minimal:var(--wp--custom--dark--button--primary--hover--text-style-color-fg--minimal);--wp--custom--button--primary--hover--text-style-color-fg--subtle:var(--wp--custom--dark--button--primary--hover--text-style-color-fg--subtle);--wp--custom--button--primary--hover--text-style-color-fg--strong:var(--wp--custom--dark--button--primary--hover--text-style-color-fg--strong);--wp--custom--button--primary--hover--text-style-color-fg--bold:var(--wp--custom--dark--button--primary--hover--text-style-color-fg--bold);--wp--custom--button--primary--hover--text-style-color-fg--sponsored:var(--wp--custom--dark--button--primary--hover--text-style-color-fg--sponsored);--wp--custom--button--secondary--enabled--container-border--minimal--color:var(--wp--custom--dark--button--secondary--enabled--container-border--minimal--color);--wp--custom--button--secondary--enabled--container-border--minimal--style:var(--wp--custom--dark--button--secondary--enabled--container-border--minimal--style);--wp--custom--button--secondary--enabled--container-border--minimal--width:var(--wp--custom--dark--button--secondary--enabled--container-border--minimal--width);--wp--custom--button--secondary--enabled--container-border--subtle--color:var(--wp--custom--dark--button--secondary--enabled--container-border--subtle--color);--wp--custom--button--secondary--enabled--container-border--subtle--style:var(--wp--custom--dark--button--secondary--enabled--container-border--subtle--style);--wp--custom--button--secondary--enabled--container-border--subtle--width:var(--wp--custom--dark--button--secondary--enabled--container-border--subtle--width);--wp--custom--button--secondary--enabled--container-border--strong--color:var(--wp--custom--dark--button--secondary--enabled--container-border--strong--color);--wp--custom--button--secondary--enabled--container-border--strong--style:var(--wp--custom--dark--button--secondary--enabled--container-border--strong--style);--wp--custom--button--secondary--enabled--container-border--strong--width:var(--wp--custom--dark--button--secondary--enabled--container-border--strong--width);--wp--custom--button--secondary--enabled--container-border--bold--color:var(--wp--custom--dark--button--secondary--enabled--container-border--bold--color);--wp--custom--button--secondary--enabled--container-border--bold--style:var(--wp--custom--dark--button--secondary--enabled--container-border--bold--style);--wp--custom--button--secondary--enabled--container-border--bold--width:var(--wp--custom--dark--button--secondary--enabled--container-border--bold--width);--wp--custom--button--secondary--enabled--container-border--sponsored--color:var(--wp--custom--dark--button--secondary--enabled--container-border--sponsored--color);--wp--custom--button--secondary--enabled--container-border--sponsored--style:var(--wp--custom--dark--button--secondary--enabled--container-border--sponsored--style);--wp--custom--button--secondary--enabled--container-border--sponsored--width:var(--wp--custom--dark--button--secondary--enabled--container-border--sponsored--width);--wp--custom--button--secondary--enabled--text-style-color-bg--minimal:var(--wp--custom--dark--button--secondary--enabled--text-style-color-bg--minimal);--wp--custom--button--secondary--enabled--text-style-color-bg--subtle:var(--wp--custom--dark--button--secondary--enabled--text-style-color-bg--subtle);--wp--custom--button--secondary--enabled--text-style-color-bg--strong:var(--wp--custom--dark--button--secondary--enabled--text-style-color-bg--strong);--wp--custom--button--secondary--enabled--text-style-color-bg--bold:var(--wp--custom--dark--button--secondary--enabled--text-style-color-bg--bold);--wp--custom--button--secondary--enabled--text-style-color-bg--sponsored:var(--wp--custom--dark--button--secondary--enabled--text-style-color-bg--sponsored);--wp--custom--button--secondary--enabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--secondary--enabled--text-style-color-fg--minimal);--wp--custom--button--secondary--enabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--secondary--enabled--text-style-color-fg--subtle);--wp--custom--button--secondary--enabled--text-style-color-fg--strong:var(--wp--custom--dark--button--secondary--enabled--text-style-color-fg--strong);--wp--custom--button--secondary--enabled--text-style-color-fg--bold:var(--wp--custom--dark--button--secondary--enabled--text-style-color-fg--bold);--wp--custom--button--secondary--enabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--secondary--enabled--text-style-color-fg--sponsored);--wp--custom--button--secondary--disabled--text-style-color-bg--minimal:var(--wp--custom--dark--button--secondary--disabled--text-style-color-bg--minimal);--wp--custom--button--secondary--disabled--text-style-color-bg--subtle:var(--wp--custom--dark--button--secondary--disabled--text-style-color-bg--subtle);--wp--custom--button--secondary--disabled--text-style-color-bg--strong:var(--wp--custom--dark--button--secondary--disabled--text-style-color-bg--strong);--wp--custom--button--secondary--disabled--text-style-color-bg--bold:var(--wp--custom--dark--button--secondary--disabled--text-style-color-bg--bold);--wp--custom--button--secondary--disabled--text-style-color-bg--sponsored:var(--wp--custom--dark--button--secondary--disabled--text-style-color-bg--sponsored);--wp--custom--button--secondary--disabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--secondary--disabled--text-style-color-fg--minimal);--wp--custom--button--secondary--disabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--secondary--disabled--text-style-color-fg--subtle);--wp--custom--button--secondary--disabled--text-style-color-fg--strong:var(--wp--custom--dark--button--secondary--disabled--text-style-color-fg--strong);--wp--custom--button--secondary--disabled--text-style-color-fg--bold:var(--wp--custom--dark--button--secondary--disabled--text-style-color-fg--bold);--wp--custom--button--secondary--disabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--secondary--disabled--text-style-color-fg--sponsored);--wp--custom--button--secondary--disabled--container-border--minimal--color:var(--wp--custom--dark--button--secondary--disabled--container-border--minimal--color);--wp--custom--button--secondary--disabled--container-border--minimal--style:var(--wp--custom--dark--button--secondary--disabled--container-border--minimal--style);--wp--custom--button--secondary--disabled--container-border--minimal--width:var(--wp--custom--dark--button--secondary--disabled--container-border--minimal--width);--wp--custom--button--secondary--disabled--container-border--subtle--color:var(--wp--custom--dark--button--secondary--disabled--container-border--subtle--color);--wp--custom--button--secondary--disabled--container-border--subtle--style:var(--wp--custom--dark--button--secondary--disabled--container-border--subtle--style);--wp--custom--button--secondary--disabled--container-border--subtle--width:var(--wp--custom--dark--button--secondary--disabled--container-border--subtle--width);--wp--custom--button--secondary--disabled--container-border--strong--color:var(--wp--custom--dark--button--secondary--disabled--container-border--strong--color);--wp--custom--button--secondary--disabled--container-border--strong--style:var(--wp--custom--dark--button--secondary--disabled--container-border--strong--style);--wp--custom--button--secondary--disabled--container-border--strong--width:var(--wp--custom--dark--button--secondary--disabled--container-border--strong--width);--wp--custom--button--secondary--disabled--container-border--bold--color:var(--wp--custom--dark--button--secondary--disabled--container-border--bold--color);--wp--custom--button--secondary--disabled--container-border--bold--style:var(--wp--custom--dark--button--secondary--disabled--container-border--bold--style);--wp--custom--button--secondary--disabled--container-border--bold--width:var(--wp--custom--dark--button--secondary--disabled--container-border--bold--width);--wp--custom--button--secondary--disabled--container-border--sponsored--color:var(--wp--custom--dark--button--secondary--disabled--container-border--sponsored--color);--wp--custom--button--secondary--disabled--container-border--sponsored--style:var(--wp--custom--dark--button--secondary--disabled--container-border--sponsored--style);--wp--custom--button--secondary--disabled--container-border--sponsored--width:var(--wp--custom--dark--button--secondary--disabled--container-border--sponsored--width);--wp--custom--button--secondary--hover--text-style-color-bg--minimal:var(--wp--custom--dark--button--secondary--hover--text-style-color-bg--minimal);--wp--custom--button--secondary--hover--text-style-color-bg--subtle:var(--wp--custom--dark--button--secondary--hover--text-style-color-bg--subtle);--wp--custom--button--secondary--hover--text-style-color-bg--strong:var(--wp--custom--dark--button--secondary--hover--text-style-color-bg--strong);--wp--custom--button--secondary--hover--text-style-color-bg--bold:var(--wp--custom--dark--button--secondary--hover--text-style-color-bg--bold);--wp--custom--button--secondary--hover--text-style-color-bg--sponsored:var(--wp--custom--dark--button--secondary--hover--text-style-color-bg--sponsored);--wp--custom--button--secondary--hover--text-style-color-fg--minimal:var(--wp--custom--dark--button--secondary--hover--text-style-color-fg--minimal);--wp--custom--button--secondary--hover--text-style-color-fg--subtle:var(--wp--custom--dark--button--secondary--hover--text-style-color-fg--subtle);--wp--custom--button--secondary--hover--text-style-color-fg--strong:var(--wp--custom--dark--button--secondary--hover--text-style-color-fg--strong);--wp--custom--button--secondary--hover--text-style-color-fg--bold:var(--wp--custom--dark--button--secondary--hover--text-style-color-fg--bold);--wp--custom--button--secondary--hover--text-style-color-fg--sponsored:var(--wp--custom--dark--button--secondary--hover--text-style-color-fg--sponsored);--wp--custom--button--secondary--hover--container-border--minimal--color:var(--wp--custom--dark--button--secondary--hover--container-border--minimal--color);--wp--custom--button--secondary--hover--container-border--minimal--style:var(--wp--custom--dark--button--secondary--hover--container-border--minimal--style);--wp--custom--button--secondary--hover--container-border--minimal--width:var(--wp--custom--dark--button--secondary--hover--container-border--minimal--width);--wp--custom--button--secondary--hover--container-border--subtle--color:var(--wp--custom--dark--button--secondary--hover--container-border--subtle--color);--wp--custom--button--secondary--hover--container-border--subtle--style:var(--wp--custom--dark--button--secondary--hover--container-border--subtle--style);--wp--custom--button--secondary--hover--container-border--subtle--width:var(--wp--custom--dark--button--secondary--hover--container-border--subtle--width);--wp--custom--button--secondary--hover--container-border--strong--color:var(--wp--custom--dark--button--secondary--hover--container-border--strong--color);--wp--custom--button--secondary--hover--container-border--strong--style:var(--wp--custom--dark--button--secondary--hover--container-border--strong--style);--wp--custom--button--secondary--hover--container-border--strong--width:var(--wp--custom--dark--button--secondary--hover--container-border--strong--width);--wp--custom--button--secondary--hover--container-border--bold--color:var(--wp--custom--dark--button--secondary--hover--container-border--bold--color);--wp--custom--button--secondary--hover--container-border--bold--style:var(--wp--custom--dark--button--secondary--hover--container-border--bold--style);--wp--custom--button--secondary--hover--container-border--bold--width:var(--wp--custom--dark--button--secondary--hover--container-border--bold--width);--wp--custom--button--secondary--hover--container-border--sponsored--color:var(--wp--custom--dark--button--secondary--hover--container-border--sponsored--color);--wp--custom--button--secondary--hover--container-border--sponsored--style:var(--wp--custom--dark--button--secondary--hover--container-border--sponsored--style);--wp--custom--button--secondary--hover--container-border--sponsored--width:var(--wp--custom--dark--button--secondary--hover--container-border--sponsored--width);--wp--custom--button--secondary--focused--text-style-color-bg--minimal:var(--wp--custom--dark--button--secondary--focused--text-style-color-bg--minimal);--wp--custom--button--secondary--focused--text-style-color-bg--subtle:var(--wp--custom--dark--button--secondary--focused--text-style-color-bg--subtle);--wp--custom--button--secondary--focused--text-style-color-bg--strong:var(--wp--custom--dark--button--secondary--focused--text-style-color-bg--strong);--wp--custom--button--secondary--focused--text-style-color-bg--bold:var(--wp--custom--dark--button--secondary--focused--text-style-color-bg--bold);--wp--custom--button--secondary--focused--text-style-color-bg--sponsored:var(--wp--custom--dark--button--secondary--focused--text-style-color-bg--sponsored);--wp--custom--button--secondary--focused--text-style-color-fg--minimal:var(--wp--custom--dark--button--secondary--focused--text-style-color-fg--minimal);--wp--custom--button--secondary--focused--text-style-color-fg--subtle:var(--wp--custom--dark--button--secondary--focused--text-style-color-fg--subtle);--wp--custom--button--secondary--focused--text-style-color-fg--strong:var(--wp--custom--dark--button--secondary--focused--text-style-color-fg--strong);--wp--custom--button--secondary--focused--text-style-color-fg--bold:var(--wp--custom--dark--button--secondary--focused--text-style-color-fg--bold);--wp--custom--button--secondary--focused--text-style-color-fg--sponsored:var(--wp--custom--dark--button--secondary--focused--text-style-color-fg--sponsored);--wp--custom--button--secondary--focused--container-border--minimal--color:var(--wp--custom--dark--button--secondary--focused--container-border--minimal--color);--wp--custom--button--secondary--focused--container-border--minimal--style:var(--wp--custom--dark--button--secondary--focused--container-border--minimal--style);--wp--custom--button--secondary--focused--container-border--minimal--width:var(--wp--custom--dark--button--secondary--focused--container-border--minimal--width);--wp--custom--button--secondary--focused--container-border--subtle--color:var(--wp--custom--dark--button--secondary--focused--container-border--subtle--color);--wp--custom--button--secondary--focused--container-border--subtle--style:var(--wp--custom--dark--button--secondary--focused--container-border--subtle--style);--wp--custom--button--secondary--focused--container-border--subtle--width:var(--wp--custom--dark--button--secondary--focused--container-border--subtle--width);--wp--custom--button--secondary--focused--container-border--strong--color:var(--wp--custom--dark--button--secondary--focused--container-border--strong--color);--wp--custom--button--secondary--focused--container-border--strong--style:var(--wp--custom--dark--button--secondary--focused--container-border--strong--style);--wp--custom--button--secondary--focused--container-border--strong--width:var(--wp--custom--dark--button--secondary--focused--container-border--strong--width);--wp--custom--button--secondary--focused--container-border--bold--color:var(--wp--custom--dark--button--secondary--focused--container-border--bold--color);--wp--custom--button--secondary--focused--container-border--bold--style:var(--wp--custom--dark--button--secondary--focused--container-border--bold--style);--wp--custom--button--secondary--focused--container-border--bold--width:var(--wp--custom--dark--button--secondary--focused--container-border--bold--width);--wp--custom--button--secondary--focused--container-border--sponsored--color:var(--wp--custom--dark--button--secondary--focused--container-border--sponsored--color);--wp--custom--button--secondary--focused--container-border--sponsored--style:var(--wp--custom--dark--button--secondary--focused--container-border--sponsored--style);--wp--custom--button--secondary--focused--container-border--sponsored--width:var(--wp--custom--dark--button--secondary--focused--container-border--sponsored--width);--wp--custom--button--secondary--pressed--text-style-color-bg--minimal:var(--wp--custom--dark--button--secondary--pressed--text-style-color-bg--minimal);--wp--custom--button--secondary--pressed--text-style-color-bg--subtle:var(--wp--custom--dark--button--secondary--pressed--text-style-color-bg--subtle);--wp--custom--button--secondary--pressed--text-style-color-bg--strong:var(--wp--custom--dark--button--secondary--pressed--text-style-color-bg--strong);--wp--custom--button--secondary--pressed--text-style-color-bg--bold:var(--wp--custom--dark--button--secondary--pressed--text-style-color-bg--bold);--wp--custom--button--secondary--pressed--text-style-color-bg--sponsored:var(--wp--custom--dark--button--secondary--pressed--text-style-color-bg--sponsored);--wp--custom--button--secondary--pressed--text-style-color-fg--minimal:var(--wp--custom--dark--button--secondary--pressed--text-style-color-fg--minimal);--wp--custom--button--secondary--pressed--text-style-color-fg--subtle:var(--wp--custom--dark--button--secondary--pressed--text-style-color-fg--subtle);--wp--custom--button--secondary--pressed--text-style-color-fg--strong:var(--wp--custom--dark--button--secondary--pressed--text-style-color-fg--strong);--wp--custom--button--secondary--pressed--text-style-color-fg--bold:var(--wp--custom--dark--button--secondary--pressed--text-style-color-fg--bold);--wp--custom--button--secondary--pressed--text-style-color-fg--sponsored:var(--wp--custom--dark--button--secondary--pressed--text-style-color-fg--sponsored);--wp--custom--button--secondary--pressed--container-border--minimal--color:var(--wp--custom--dark--button--secondary--pressed--container-border--minimal--color);--wp--custom--button--secondary--pressed--container-border--minimal--style:var(--wp--custom--dark--button--secondary--pressed--container-border--minimal--style);--wp--custom--button--secondary--pressed--container-border--minimal--width:var(--wp--custom--dark--button--secondary--pressed--container-border--minimal--width);--wp--custom--button--secondary--pressed--container-border--subtle--color:var(--wp--custom--dark--button--secondary--pressed--container-border--subtle--color);--wp--custom--button--secondary--pressed--container-border--subtle--style:var(--wp--custom--dark--button--secondary--pressed--container-border--subtle--style);--wp--custom--button--secondary--pressed--container-border--subtle--width:var(--wp--custom--dark--button--secondary--pressed--container-border--subtle--width);--wp--custom--button--secondary--pressed--container-border--strong--color:var(--wp--custom--dark--button--secondary--pressed--container-border--strong--color);--wp--custom--button--secondary--pressed--container-border--strong--style:var(--wp--custom--dark--button--secondary--pressed--container-border--strong--style);--wp--custom--button--secondary--pressed--container-border--strong--width:var(--wp--custom--dark--button--secondary--pressed--container-border--strong--width);--wp--custom--button--secondary--pressed--container-border--bold--color:var(--wp--custom--dark--button--secondary--pressed--container-border--bold--color);--wp--custom--button--secondary--pressed--container-border--bold--style:var(--wp--custom--dark--button--secondary--pressed--container-border--bold--style);--wp--custom--button--secondary--pressed--container-border--bold--width:var(--wp--custom--dark--button--secondary--pressed--container-border--bold--width);--wp--custom--button--secondary--pressed--container-border--sponsored--color:var(--wp--custom--dark--button--secondary--pressed--container-border--sponsored--color);--wp--custom--button--secondary--pressed--container-border--sponsored--style:var(--wp--custom--dark--button--secondary--pressed--container-border--sponsored--style);--wp--custom--button--secondary--pressed--container-border--sponsored--width:var(--wp--custom--dark--button--secondary--pressed--container-border--sponsored--width);--wp--custom--button--tertiary--color-bg:var(--wp--custom--dark--button--tertiary--color-bg);--wp--custom--button--tertiary--enabled--icon-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--minimal);--wp--custom--button--tertiary--enabled--icon-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--subtle);--wp--custom--button--tertiary--enabled--icon-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--strong);--wp--custom--button--tertiary--enabled--icon-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--bold);--wp--custom--button--tertiary--enabled--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--enabled--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--enabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--minimal);--wp--custom--button--tertiary--enabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--subtle);--wp--custom--button--tertiary--enabled--text-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--strong);--wp--custom--button--tertiary--enabled--text-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--bold);--wp--custom--button--tertiary--enabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--enabled--text-style-color-fg--sponsored);--wp--custom--button--tertiary--disabled--icon-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--minimal);--wp--custom--button--tertiary--disabled--icon-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--subtle);--wp--custom--button--tertiary--disabled--icon-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--strong);--wp--custom--button--tertiary--disabled--icon-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--bold);--wp--custom--button--tertiary--disabled--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--disabled--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--disabled--text-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--minimal);--wp--custom--button--tertiary--disabled--text-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--subtle);--wp--custom--button--tertiary--disabled--text-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--strong);--wp--custom--button--tertiary--disabled--text-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--bold);--wp--custom--button--tertiary--disabled--text-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--disabled--text-style-color-fg--sponsored);--wp--custom--button--tertiary--hover--icon-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--minimal);--wp--custom--button--tertiary--hover--icon-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--subtle);--wp--custom--button--tertiary--hover--icon-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--strong);--wp--custom--button--tertiary--hover--icon-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--bold);--wp--custom--button--tertiary--hover--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--hover--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--hover--text-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--hover--text-style-color-fg--minimal);--wp--custom--button--tertiary--hover--text-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--hover--text-style-color-fg--subtle);--wp--custom--button--tertiary--hover--text-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--hover--text-style-color-fg--strong);--wp--custom--button--tertiary--hover--text-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--hover--text-style-color-fg--bold);--wp--custom--button--tertiary--hover--text-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--hover--text-style-color-fg--sponsored);--wp--custom--button--tertiary--focused--icon-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--minimal);--wp--custom--button--tertiary--focused--icon-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--subtle);--wp--custom--button--tertiary--focused--icon-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--strong);--wp--custom--button--tertiary--focused--icon-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--bold);--wp--custom--button--tertiary--focused--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--focused--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--focused--text-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--focused--text-style-color-fg--minimal);--wp--custom--button--tertiary--focused--text-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--focused--text-style-color-fg--subtle);--wp--custom--button--tertiary--focused--text-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--focused--text-style-color-fg--strong);--wp--custom--button--tertiary--focused--text-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--focused--text-style-color-fg--bold);--wp--custom--button--tertiary--focused--text-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--focused--text-style-color-fg--sponsored);--wp--custom--button--tertiary--pressed--icon-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--minimal);--wp--custom--button--tertiary--pressed--icon-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--subtle);--wp--custom--button--tertiary--pressed--icon-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--strong);--wp--custom--button--tertiary--pressed--icon-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--bold);--wp--custom--button--tertiary--pressed--icon-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--pressed--icon-style-color-fg--sponsored);--wp--custom--button--tertiary--pressed--text-style-color-fg--minimal:var(--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--minimal);--wp--custom--button--tertiary--pressed--text-style-color-fg--subtle:var(--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--subtle);--wp--custom--button--tertiary--pressed--text-style-color-fg--strong:var(--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--strong);--wp--custom--button--tertiary--pressed--text-style-color-fg--bold:var(--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--bold);--wp--custom--button--tertiary--pressed--text-style-color-fg--sponsored:var(--wp--custom--dark--button--tertiary--pressed--text-style-color-fg--sponsored);--wp--custom--chip--primary--enabled--color-bg--minimal:var(--wp--custom--dark--chip--primary--enabled--color-bg--minimal);--wp--custom--chip--primary--enabled--color-bg--subtle:var(--wp--custom--dark--chip--primary--enabled--color-bg--subtle);--wp--custom--chip--primary--enabled--color-bg--bold:var(--wp--custom--dark--chip--primary--enabled--color-bg--bold);--wp--custom--chip--primary--enabled--color-bg--strong:var(--wp--custom--dark--chip--primary--enabled--color-bg--strong);--wp--custom--chip--primary--enabled--color-bg--sponsored:var(--wp--custom--dark--chip--primary--enabled--color-bg--sponsored);--wp--custom--chip--primary--enabled--color-fg--minimal:var(--wp--custom--dark--chip--primary--enabled--color-fg--minimal);--wp--custom--chip--primary--enabled--color-fg--subtle:var(--wp--custom--dark--chip--primary--enabled--color-fg--subtle);--wp--custom--chip--primary--enabled--color-fg--bold:var(--wp--custom--dark--chip--primary--enabled--color-fg--bold);--wp--custom--chip--primary--enabled--color-fg--strong:var(--wp--custom--dark--chip--primary--enabled--color-fg--strong);--wp--custom--chip--primary--enabled--color-fg--sponsored:var(--wp--custom--dark--chip--primary--enabled--color-fg--sponsored);--wp--custom--chip--primary--hover--color-bg--minimal:var(--wp--custom--dark--chip--primary--hover--color-bg--minimal);--wp--custom--chip--primary--hover--color-bg--subtle:var(--wp--custom--dark--chip--primary--hover--color-bg--subtle);--wp--custom--chip--primary--hover--color-bg--bold:var(--wp--custom--dark--chip--primary--hover--color-bg--bold);--wp--custom--chip--primary--hover--color-bg--strong:var(--wp--custom--dark--chip--primary--hover--color-bg--strong);--wp--custom--chip--primary--hover--color-bg--sponsored:var(--wp--custom--dark--chip--primary--hover--color-bg--sponsored);--wp--custom--chip--primary--hover--color-fg--minimal:var(--wp--custom--dark--chip--primary--hover--color-fg--minimal);--wp--custom--chip--primary--hover--color-fg--subtle:var(--wp--custom--dark--chip--primary--hover--color-fg--subtle);--wp--custom--chip--primary--hover--color-fg--bold:var(--wp--custom--dark--chip--primary--hover--color-fg--bold);--wp--custom--chip--primary--hover--color-fg--strong:var(--wp--custom--dark--chip--primary--hover--color-fg--strong);--wp--custom--chip--primary--hover--color-fg--sponsored:var(--wp--custom--dark--chip--primary--hover--color-fg--sponsored);--wp--custom--chip--primary--selected--color-bg--minimal:var(--wp--custom--dark--chip--primary--selected--color-bg--minimal);--wp--custom--chip--primary--selected--color-bg--subtle:var(--wp--custom--dark--chip--primary--selected--color-bg--subtle);--wp--custom--chip--primary--selected--color-bg--bold:var(--wp--custom--dark--chip--primary--selected--color-bg--bold);--wp--custom--chip--primary--selected--color-bg--strong:var(--wp--custom--dark--chip--primary--selected--color-bg--strong);--wp--custom--chip--primary--selected--color-bg--sponsored:var(--wp--custom--dark--chip--primary--selected--color-bg--sponsored);--wp--custom--chip--primary--selected--color-fg--minimal:var(--wp--custom--dark--chip--primary--selected--color-fg--minimal);--wp--custom--chip--primary--selected--color-fg--subtle:var(--wp--custom--dark--chip--primary--selected--color-fg--subtle);--wp--custom--chip--primary--selected--color-fg--bold:var(--wp--custom--dark--chip--primary--selected--color-fg--bold);--wp--custom--chip--primary--selected--color-fg--strong:var(--wp--custom--dark--chip--primary--selected--color-fg--strong);--wp--custom--chip--primary--selected--color-fg--sponsored:var(--wp--custom--dark--chip--primary--selected--color-fg--sponsored);--wp--custom--chip--secondary--color-bg:var(--wp--custom--dark--chip--secondary--color-bg);--wp--custom--chip--secondary--enabled--color-fg--minimal:var(--wp--custom--dark--chip--secondary--enabled--color-fg--minimal);--wp--custom--chip--secondary--enabled--color-fg--subtle:var(--wp--custom--dark--chip--secondary--enabled--color-fg--subtle);--wp--custom--chip--secondary--enabled--color-fg--bold:var(--wp--custom--dark--chip--secondary--enabled--color-fg--bold);--wp--custom--chip--secondary--enabled--color-fg--strong:var(--wp--custom--dark--chip--secondary--enabled--color-fg--strong);--wp--custom--chip--secondary--enabled--color-fg--sponsored:var(--wp--custom--dark--chip--secondary--enabled--color-fg--sponsored);--wp--custom--chip--secondary--enabled--container-border--minimal--color:var(--wp--custom--dark--chip--secondary--enabled--container-border--minimal--color);--wp--custom--chip--secondary--enabled--container-border--minimal--style:var(--wp--custom--dark--chip--secondary--enabled--container-border--minimal--style);--wp--custom--chip--secondary--enabled--container-border--minimal--width:var(--wp--custom--dark--chip--secondary--enabled--container-border--minimal--width);--wp--custom--chip--secondary--enabled--container-border--subtle--color:var(--wp--custom--dark--chip--secondary--enabled--container-border--subtle--color);--wp--custom--chip--secondary--enabled--container-border--subtle--style:var(--wp--custom--dark--chip--secondary--enabled--container-border--subtle--style);--wp--custom--chip--secondary--enabled--container-border--subtle--width:var(--wp--custom--dark--chip--secondary--enabled--container-border--subtle--width);--wp--custom--chip--secondary--enabled--container-border--bold--color:var(--wp--custom--dark--chip--secondary--enabled--container-border--bold--color);--wp--custom--chip--secondary--enabled--container-border--bold--style:var(--wp--custom--dark--chip--secondary--enabled--container-border--bold--style);--wp--custom--chip--secondary--enabled--container-border--bold--width:var(--wp--custom--dark--chip--secondary--enabled--container-border--bold--width);--wp--custom--chip--secondary--enabled--container-border--strong--color:var(--wp--custom--dark--chip--secondary--enabled--container-border--strong--color);--wp--custom--chip--secondary--enabled--container-border--strong--style:var(--wp--custom--dark--chip--secondary--enabled--container-border--strong--style);--wp--custom--chip--secondary--enabled--container-border--strong--width:var(--wp--custom--dark--chip--secondary--enabled--container-border--strong--width);--wp--custom--chip--secondary--enabled--container-border--sponsored--color:var(--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--color);--wp--custom--chip--secondary--enabled--container-border--sponsored--style:var(--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--style);--wp--custom--chip--secondary--enabled--container-border--sponsored--width:var(--wp--custom--dark--chip--secondary--enabled--container-border--sponsored--width);--wp--custom--chip--secondary--hover--color-fg--minimal:var(--wp--custom--dark--chip--secondary--hover--color-fg--minimal);--wp--custom--chip--secondary--hover--color-fg--subtle:var(--wp--custom--dark--chip--secondary--hover--color-fg--subtle);--wp--custom--chip--secondary--hover--color-fg--bold:var(--wp--custom--dark--chip--secondary--hover--color-fg--bold);--wp--custom--chip--secondary--hover--color-fg--strong:var(--wp--custom--dark--chip--secondary--hover--color-fg--strong);--wp--custom--chip--secondary--hover--color-fg--sponsored:var(--wp--custom--dark--chip--secondary--hover--color-fg--sponsored);--wp--custom--chip--secondary--hover--container-border--minimal--color:var(--wp--custom--dark--chip--secondary--hover--container-border--minimal--color);--wp--custom--chip--secondary--hover--container-border--minimal--style:var(--wp--custom--dark--chip--secondary--hover--container-border--minimal--style);--wp--custom--chip--secondary--hover--container-border--minimal--width:var(--wp--custom--dark--chip--secondary--hover--container-border--minimal--width);--wp--custom--chip--secondary--hover--container-border--subtle--color:var(--wp--custom--dark--chip--secondary--hover--container-border--subtle--color);--wp--custom--chip--secondary--hover--container-border--subtle--style:var(--wp--custom--dark--chip--secondary--hover--container-border--subtle--style);--wp--custom--chip--secondary--hover--container-border--subtle--width:var(--wp--custom--dark--chip--secondary--hover--container-border--subtle--width);--wp--custom--chip--secondary--hover--container-border--bold--color:var(--wp--custom--dark--chip--secondary--hover--container-border--bold--color);--wp--custom--chip--secondary--hover--container-border--bold--style:var(--wp--custom--dark--chip--secondary--hover--container-border--bold--style);--wp--custom--chip--secondary--hover--container-border--bold--width:var(--wp--custom--dark--chip--secondary--hover--container-border--bold--width);--wp--custom--chip--secondary--hover--container-border--strong--color:var(--wp--custom--dark--chip--secondary--hover--container-border--strong--color);--wp--custom--chip--secondary--hover--container-border--strong--style:var(--wp--custom--dark--chip--secondary--hover--container-border--strong--style);--wp--custom--chip--secondary--hover--container-border--strong--width:var(--wp--custom--dark--chip--secondary--hover--container-border--strong--width);--wp--custom--chip--secondary--hover--container-border--sponsored--color:var(--wp--custom--dark--chip--secondary--hover--container-border--sponsored--color);--wp--custom--chip--secondary--hover--container-border--sponsored--style:var(--wp--custom--dark--chip--secondary--hover--container-border--sponsored--style);--wp--custom--chip--secondary--hover--container-border--sponsored--width:var(--wp--custom--dark--chip--secondary--hover--container-border--sponsored--width);--wp--custom--chip--secondary--selected--color-fg--minimal:var(--wp--custom--dark--chip--secondary--selected--color-fg--minimal);--wp--custom--chip--secondary--selected--color-fg--subtle:var(--wp--custom--dark--chip--secondary--selected--color-fg--subtle);--wp--custom--chip--secondary--selected--color-fg--bold:var(--wp--custom--dark--chip--secondary--selected--color-fg--bold);--wp--custom--chip--secondary--selected--color-fg--strong:var(--wp--custom--dark--chip--secondary--selected--color-fg--strong);--wp--custom--chip--secondary--selected--color-fg--sponsored:var(--wp--custom--dark--chip--secondary--selected--color-fg--sponsored);--wp--custom--chip--secondary--selected--container-border--minimal--color:var(--wp--custom--dark--chip--secondary--selected--container-border--minimal--color);--wp--custom--chip--secondary--selected--container-border--minimal--style:var(--wp--custom--dark--chip--secondary--selected--container-border--minimal--style);--wp--custom--chip--secondary--selected--container-border--minimal--width:var(--wp--custom--dark--chip--secondary--selected--container-border--minimal--width);--wp--custom--chip--secondary--selected--container-border--subtle--color:var(--wp--custom--dark--chip--secondary--selected--container-border--subtle--color);--wp--custom--chip--secondary--selected--container-border--subtle--style:var(--wp--custom--dark--chip--secondary--selected--container-border--subtle--style);--wp--custom--chip--secondary--selected--container-border--subtle--width:var(--wp--custom--dark--chip--secondary--selected--container-border--subtle--width);--wp--custom--chip--secondary--selected--container-border--bold--color:var(--wp--custom--dark--chip--secondary--selected--container-border--bold--color);--wp--custom--chip--secondary--selected--container-border--bold--style:var(--wp--custom--dark--chip--secondary--selected--container-border--bold--style);--wp--custom--chip--secondary--selected--container-border--bold--width:var(--wp--custom--dark--chip--secondary--selected--container-border--bold--width);--wp--custom--chip--secondary--selected--container-border--strong--color:var(--wp--custom--dark--chip--secondary--selected--container-border--strong--color);--wp--custom--chip--secondary--selected--container-border--strong--style:var(--wp--custom--dark--chip--secondary--selected--container-border--strong--style);--wp--custom--chip--secondary--selected--container-border--strong--width:var(--wp--custom--dark--chip--secondary--selected--container-border--strong--width);--wp--custom--chip--secondary--selected--container-border--sponsored--color:var(--wp--custom--dark--chip--secondary--selected--container-border--sponsored--color);--wp--custom--chip--secondary--selected--container-border--sponsored--style:var(--wp--custom--dark--chip--secondary--selected--container-border--sponsored--style);--wp--custom--chip--secondary--selected--container-border--sponsored--width:var(--wp--custom--dark--chip--secondary--selected--container-border--sponsored--width);--wp--custom--chip--tertiary--color-bg:var(--wp--custom--dark--chip--tertiary--color-bg);--wp--custom--chip--tertiary--enabled--color-fg--minimal:var(--wp--custom--dark--chip--tertiary--enabled--color-fg--minimal);--wp--custom--chip--tertiary--enabled--color-fg--subtle:var(--wp--custom--dark--chip--tertiary--enabled--color-fg--subtle);--wp--custom--chip--tertiary--enabled--color-fg--bold:var(--wp--custom--dark--chip--tertiary--enabled--color-fg--bold);--wp--custom--chip--tertiary--enabled--color-fg--strong:var(--wp--custom--dark--chip--tertiary--enabled--color-fg--strong);--wp--custom--chip--tertiary--enabled--color-fg--sponsored:var(--wp--custom--dark--chip--tertiary--enabled--color-fg--sponsored);--wp--custom--chip--tertiary--hover--color-fg--minimal:var(--wp--custom--dark--chip--tertiary--hover--color-fg--minimal);--wp--custom--chip--tertiary--hover--color-fg--subtle:var(--wp--custom--dark--chip--tertiary--hover--color-fg--subtle);--wp--custom--chip--tertiary--hover--color-fg--bold:var(--wp--custom--dark--chip--tertiary--hover--color-fg--bold);--wp--custom--chip--tertiary--hover--color-fg--strong:var(--wp--custom--dark--chip--tertiary--hover--color-fg--strong);--wp--custom--chip--tertiary--hover--color-fg--sponsored:var(--wp--custom--dark--chip--tertiary--hover--color-fg--sponsored);--wp--custom--chip--tertiary--selected--color-fg--minimal:var(--wp--custom--dark--chip--tertiary--selected--color-fg--minimal);--wp--custom--chip--tertiary--selected--color-fg--subtle:var(--wp--custom--dark--chip--tertiary--selected--color-fg--subtle);--wp--custom--chip--tertiary--selected--color-fg--bold:var(--wp--custom--dark--chip--tertiary--selected--color-fg--bold);--wp--custom--chip--tertiary--selected--color-fg--strong:var(--wp--custom--dark--chip--tertiary--selected--color-fg--strong);--wp--custom--chip--tertiary--selected--color-fg--sponsored:var(--wp--custom--dark--chip--tertiary--selected--color-fg--sponsored);--wp--custom--choices--off--icon-color:var(--wp--custom--dark--choices--off--icon-color);--wp--custom--choices--on--icon-color:var(--wp--custom--dark--choices--on--icon-color);--wp--custom--choices--hover--off-icon-color:var(--wp--custom--dark--choices--hover--off-icon-color);--wp--custom--choices--hover--on-icon-color:var(--wp--custom--dark--choices--hover--on-icon-color);--wp--custom--choices--disabled--color-fg:var(--wp--custom--dark--choices--disabled--color-fg);--wp--custom--choices--focused--icon-color:var(--wp--custom--dark--choices--focused--icon-color);--wp--custom--comment-elements--username-color:var(--wp--custom--dark--comment-elements--username-color);--wp--custom--comment-elements--body-color:var(--wp--custom--dark--comment-elements--body-color);--wp--custom--comment-elements--container-stroke--color:var(--wp--custom--dark--comment-elements--container-stroke--color);--wp--custom--comment-elements--container-stroke--style:var(--wp--custom--dark--comment-elements--container-stroke--style);--wp--custom--comment-elements--container-stroke--width:var(--wp--custom--dark--comment-elements--container-stroke--width);--wp--custom--comment-elements--color-stroke:var(--wp--custom--dark--comment-elements--color-stroke);--wp--custom--comment-elements--badge-color:var(--wp--custom--dark--comment-elements--badge-color);--wp--custom--comment-elements--badge-border--color:var(--wp--custom--dark--comment-elements--badge-border--color);--wp--custom--comment-elements--badge-border--width:var(--wp--custom--dark--comment-elements--badge-border--width);--wp--custom--comment-elements--badge-border--style:var(--wp--custom--dark--comment-elements--badge-border--style);--wp--custom--comments--no-comments-text-color:var(--wp--custom--dark--comments--no-comments-text-color);--wp--custom--comment-section--drawer-color-bg:var(--wp--custom--dark--comment-section--drawer-color-bg);--wp--custom--copy--primary--text-color:var(--wp--custom--dark--copy--primary--text-color);--wp--custom--copy--secondary--text-color:var(--wp--custom--dark--copy--secondary--text-color);--wp--custom--copy--tertiary--text-color:var(--wp--custom--dark--copy--tertiary--text-color);--wp--custom--copy--quaternary--text-color:var(--wp--custom--dark--copy--quaternary--text-color);--wp--custom--divider--stroke--thin--color:var(--wp--custom--dark--divider--stroke--thin--color);--wp--custom--divider--stroke--thin--style:var(--wp--custom--dark--divider--stroke--thin--style);--wp--custom--divider--stroke--thin--width:var(--wp--custom--dark--divider--stroke--thin--width);--wp--custom--divider--stroke--thick--color:var(--wp--custom--dark--divider--stroke--thick--color);--wp--custom--divider--stroke--thick--style:var(--wp--custom--dark--divider--stroke--thick--style);--wp--custom--divider--stroke--thick--width:var(--wp--custom--dark--divider--stroke--thick--width);--wp--custom--divider--color-stroke:var(--wp--custom--dark--divider--color-stroke);--wp--custom--elevation--level-0:var(--wp--custom--dark--elevation--level-0);--wp--custom--elevation--level-1:var(--wp--custom--dark--elevation--level-1);--wp--custom--elevation--level-2:var(--wp--custom--dark--elevation--level-2);--wp--custom--elevation--level-3:var(--wp--custom--dark--elevation--level-3);--wp--custom--table-of-contents--elevation:var(--wp--custom--dark--table-of-contents--elevation);--wp--custom--table-of-contents--enabled--color-stroke:var(--wp--custom--dark--table-of-contents--enabled--color-stroke);--wp--custom--table-of-contents--enabled--color-fg:var(--wp--custom--dark--table-of-contents--enabled--color-fg);--wp--custom--table-of-contents--enabled--color-bg:var(--wp--custom--dark--table-of-contents--enabled--color-bg);--wp--custom--table-of-contents--enabled--container-stroke--color:var(--wp--custom--dark--table-of-contents--enabled--container-stroke--color);--wp--custom--table-of-contents--enabled--container-stroke--style:var(--wp--custom--dark--table-of-contents--enabled--container-stroke--style);--wp--custom--table-of-contents--enabled--container-stroke--width:var(--wp--custom--dark--table-of-contents--enabled--container-stroke--width);--wp--custom--table-of-contents--selected--color-stroke:var(--wp--custom--dark--table-of-contents--selected--color-stroke);--wp--custom--table-of-contents--selected--color-fg:var(--wp--custom--dark--table-of-contents--selected--color-fg);--wp--custom--table-of-contents--selected--color-bg:var(--wp--custom--dark--table-of-contents--selected--color-bg);--wp--custom--table-of-contents--selected--container-stroke--color:var(--wp--custom--dark--table-of-contents--selected--container-stroke--color);--wp--custom--table-of-contents--selected--container-stroke--style:var(--wp--custom--dark--table-of-contents--selected--container-stroke--style);--wp--custom--table-of-contents--selected--container-stroke--width:var(--wp--custom--dark--table-of-contents--selected--container-stroke--width);--wp--custom--errors--title-color:var(--wp--custom--dark--errors--title-color);--wp--custom--errors--body-color:var(--wp--custom--dark--errors--body-color);--wp--custom--expanded-top-nav--color-bg:var(--wp--custom--dark--expanded-top-nav--color-bg);--wp--custom--filter--dropdown-minimised-container-stroke--color:var(--wp--custom--dark--filter--dropdown-minimised-container-stroke--color);--wp--custom--filter--dropdown-minimised-container-stroke--style:var(--wp--custom--dark--filter--dropdown-minimised-container-stroke--style);--wp--custom--filter--dropdown-minimised-container-stroke--width:var(--wp--custom--dark--filter--dropdown-minimised-container-stroke--width);--wp--custom--filter-tabs--enabled--color-bg:var(--wp--custom--dark--filter-tabs--enabled--color-bg);--wp--custom--filter-tabs--enabled--color-fg:var(--wp--custom--dark--filter-tabs--enabled--color-fg);--wp--custom--filter-tabs--enabled--color-stroke:var(--wp--custom--dark--filter-tabs--enabled--color-stroke);--wp--custom--filter-tabs--enabled--container-stroke--color:var(--wp--custom--dark--filter-tabs--enabled--container-stroke--color);--wp--custom--filter-tabs--enabled--container-stroke--style:var(--wp--custom--dark--filter-tabs--enabled--container-stroke--style);--wp--custom--filter-tabs--enabled--container-stroke--width:var(--wp--custom--dark--filter-tabs--enabled--container-stroke--width);--wp--custom--filter-tabs--disabled--color-bg:var(--wp--custom--dark--filter-tabs--disabled--color-bg);--wp--custom--filter-tabs--disabled--color-fg:var(--wp--custom--dark--filter-tabs--disabled--color-fg);--wp--custom--filter-tabs--disabled--color-stroke:var(--wp--custom--dark--filter-tabs--disabled--color-stroke);--wp--custom--filter-tabs--disabled--container-stroke--color:var(--wp--custom--dark--filter-tabs--disabled--container-stroke--color);--wp--custom--filter-tabs--disabled--container-stroke--style:var(--wp--custom--dark--filter-tabs--disabled--container-stroke--style);--wp--custom--filter-tabs--disabled--container-stroke--width:var(--wp--custom--dark--filter-tabs--disabled--container-stroke--width);--wp--custom--filter-tabs--hover--color-bg:var(--wp--custom--dark--filter-tabs--hover--color-bg);--wp--custom--filter-tabs--hover--color-fg:var(--wp--custom--dark--filter-tabs--hover--color-fg);--wp--custom--filter-tabs--hover--image-style-overlay-color:var(--wp--custom--dark--filter-tabs--hover--image-style-overlay-color);--wp--custom--filter-tabs--hover--color-stroke:var(--wp--custom--dark--filter-tabs--hover--color-stroke);--wp--custom--filter-tabs--hover--container-stroke--color:var(--wp--custom--dark--filter-tabs--hover--container-stroke--color);--wp--custom--filter-tabs--hover--container-stroke--style:var(--wp--custom--dark--filter-tabs--hover--container-stroke--style);--wp--custom--filter-tabs--hover--container-stroke--width:var(--wp--custom--dark--filter-tabs--hover--container-stroke--width);--wp--custom--filter-tabs--selected--color-bg:var(--wp--custom--dark--filter-tabs--selected--color-bg);--wp--custom--filter-tabs--selected--color-fg:var(--wp--custom--dark--filter-tabs--selected--color-fg);--wp--custom--filter-tabs--selected--container-stroke--color:var(--wp--custom--dark--filter-tabs--selected--container-stroke--color);--wp--custom--filter-tabs--selected--container-stroke--style:var(--wp--custom--dark--filter-tabs--selected--container-stroke--style);--wp--custom--filter-tabs--selected--container-stroke--width:var(--wp--custom--dark--filter-tabs--selected--container-stroke--width);--wp--custom--filter-tabs--selected--color-stroke:var(--wp--custom--dark--filter-tabs--selected--color-stroke);--wp--custom--filter-tabs--focused--color-bg:var(--wp--custom--dark--filter-tabs--focused--color-bg);--wp--custom--filter-tabs--focused--color-fg:var(--wp--custom--dark--filter-tabs--focused--color-fg);--wp--custom--filter-tabs--focused--color-stroke:var(--wp--custom--dark--filter-tabs--focused--color-stroke);--wp--custom--filter-tabs--focused--container-stroke--color:var(--wp--custom--dark--filter-tabs--focused--container-stroke--color);--wp--custom--filter-tabs--focused--container-stroke--style:var(--wp--custom--dark--filter-tabs--focused--container-stroke--style);--wp--custom--filter-tabs--focused--container-stroke--width:var(--wp--custom--dark--filter-tabs--focused--container-stroke--width);--wp--custom--review-summary--color-bg:var(--wp--custom--dark--review-summary--color-bg);--wp--custom--review-summary--color-stroke:var(--wp--custom--dark--review-summary--color-stroke);--wp--custom--review-summary--title-color:var(--wp--custom--dark--review-summary--title-color);--wp--custom--review-summary--body-color:var(--wp--custom--dark--review-summary--body-color);--wp--custom--review-summary--number-rating-color--bg:var(--wp--custom--dark--review-summary--number-rating-color--bg);--wp--custom--review-summary--number-rating-color--fg:var(--wp--custom--dark--review-summary--number-rating-color--fg);--wp--custom--review-summary--container-stroke--color:var(--wp--custom--dark--review-summary--container-stroke--color);--wp--custom--review-summary--container-stroke--style:var(--wp--custom--dark--review-summary--container-stroke--style);--wp--custom--review-summary--container-stroke--width:var(--wp--custom--dark--review-summary--container-stroke--width);--wp--custom--review-summary--number-rating-container-border--color:var(--wp--custom--dark--review-summary--number-rating-container-border--color);--wp--custom--review-summary--number-rating-container-border--style:var(--wp--custom--dark--review-summary--number-rating-container-border--style);--wp--custom--review-summary--number-rating-container-border--width:var(--wp--custom--dark--review-summary--number-rating-container-border--width);--wp--custom--image--color-bg:var(--wp--custom--dark--image--color-bg);--wp--custom--image--caption-color:var(--wp--custom--dark--image--caption-color);--wp--custom--input--neutral--enabled--label-color:var(--wp--custom--dark--input--neutral--enabled--label-color);--wp--custom--input--neutral--enabled--text-field-color-bg:var(--wp--custom--dark--input--neutral--enabled--text-field-color-bg);--wp--custom--input--neutral--enabled--icon-color:var(--wp--custom--dark--input--neutral--enabled--icon-color);--wp--custom--input--neutral--enabled--text-field-placeholder-text-color:var(--wp--custom--dark--input--neutral--enabled--text-field-placeholder-text-color);--wp--custom--input--neutral--enabled--text-field-filled-text-color:var(--wp--custom--dark--input--neutral--enabled--text-field-filled-text-color);--wp--custom--input--neutral--enabled--text-field-color-stroke:var(--wp--custom--dark--input--neutral--enabled--text-field-color-stroke);--wp--custom--input--neutral--enabled--helper-text-color:var(--wp--custom--dark--input--neutral--enabled--helper-text-color);--wp--custom--input--neutral--enabled--text-field-container-stroke--color:var(--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--color);--wp--custom--input--neutral--enabled--text-field-container-stroke--style:var(--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--style);--wp--custom--input--neutral--enabled--text-field-container-stroke--width:var(--wp--custom--dark--input--neutral--enabled--text-field-container-stroke--width);--wp--custom--input--neutral--disabled--label-color:var(--wp--custom--dark--input--neutral--disabled--label-color);--wp--custom--input--neutral--disabled--text-field-color-bg:var(--wp--custom--dark--input--neutral--disabled--text-field-color-bg);--wp--custom--input--neutral--disabled--icon-color:var(--wp--custom--dark--input--neutral--disabled--icon-color);--wp--custom--input--neutral--disabled--text-field-container-stroke--color:var(--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--color);--wp--custom--input--neutral--disabled--text-field-container-stroke--style:var(--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--style);--wp--custom--input--neutral--disabled--text-field-container-stroke--width:var(--wp--custom--dark--input--neutral--disabled--text-field-container-stroke--width);--wp--custom--input--neutral--disabled--text-field-placeholder-text-color:var(--wp--custom--dark--input--neutral--disabled--text-field-placeholder-text-color);--wp--custom--input--neutral--disabled--text-field-filled-text-color:var(--wp--custom--dark--input--neutral--disabled--text-field-filled-text-color);--wp--custom--input--neutral--disabled--text-field-color-stroke:var(--wp--custom--dark--input--neutral--disabled--text-field-color-stroke);--wp--custom--input--neutral--disabled--helper-text-color:var(--wp--custom--dark--input--neutral--disabled--helper-text-color);--wp--custom--input--neutral--hover--label-color:var(--wp--custom--dark--input--neutral--hover--label-color);--wp--custom--input--neutral--hover--text-field-color-bg:var(--wp--custom--dark--input--neutral--hover--text-field-color-bg);--wp--custom--input--neutral--hover--icon-color:var(--wp--custom--dark--input--neutral--hover--icon-color);--wp--custom--input--neutral--hover--text-field-placeholder-text-color:var(--wp--custom--dark--input--neutral--hover--text-field-placeholder-text-color);--wp--custom--input--neutral--hover--text-field-filled-text-color:var(--wp--custom--dark--input--neutral--hover--text-field-filled-text-color);--wp--custom--input--neutral--hover--text-field-color-stroke:var(--wp--custom--dark--input--neutral--hover--text-field-color-stroke);--wp--custom--input--neutral--hover--helper-text-color:var(--wp--custom--dark--input--neutral--hover--helper-text-color);--wp--custom--input--neutral--hover--text-field-container-stroke--color:var(--wp--custom--dark--input--neutral--hover--text-field-container-stroke--color);--wp--custom--input--neutral--hover--text-field-container-stroke--style:var(--wp--custom--dark--input--neutral--hover--text-field-container-stroke--style);--wp--custom--input--neutral--hover--text-field-container-stroke--width:var(--wp--custom--dark--input--neutral--hover--text-field-container-stroke--width);--wp--custom--input--neutral--focused--label-color:var(--wp--custom--dark--input--neutral--focused--label-color);--wp--custom--input--neutral--focused--text-field-color-bg:var(--wp--custom--dark--input--neutral--focused--text-field-color-bg);--wp--custom--input--neutral--focused--icon-color:var(--wp--custom--dark--input--neutral--focused--icon-color);--wp--custom--input--neutral--focused--text-field-placeholder-text-color:var(--wp--custom--dark--input--neutral--focused--text-field-placeholder-text-color);--wp--custom--input--neutral--focused--text-field-filled-text-color:var(--wp--custom--dark--input--neutral--focused--text-field-filled-text-color);--wp--custom--input--neutral--focused--text-field-color-stroke:var(--wp--custom--dark--input--neutral--focused--text-field-color-stroke);--wp--custom--input--neutral--focused--helper-text-color:var(--wp--custom--dark--input--neutral--focused--helper-text-color);--wp--custom--input--neutral--focused--text-field-container-stroke--color:var(--wp--custom--dark--input--neutral--focused--text-field-container-stroke--color);--wp--custom--input--neutral--focused--text-field-container-stroke--style:var(--wp--custom--dark--input--neutral--focused--text-field-container-stroke--style);--wp--custom--input--neutral--focused--text-field-container-stroke--width:var(--wp--custom--dark--input--neutral--focused--text-field-container-stroke--width);--wp--custom--input--neutral--focused--cursor-color:var(--wp--custom--dark--input--neutral--focused--cursor-color);--wp--custom--input--neutral--read-only--label-color:var(--wp--custom--dark--input--neutral--read-only--label-color);--wp--custom--input--neutral--read-only--text-field-color-bg:var(--wp--custom--dark--input--neutral--read-only--text-field-color-bg);--wp--custom--input--neutral--read-only--icon-color:var(--wp--custom--dark--input--neutral--read-only--icon-color);--wp--custom--input--neutral--read-only--text-field-text-color:var(--wp--custom--dark--input--neutral--read-only--text-field-text-color);--wp--custom--input--neutral--read-only--text-field-color-stroke:var(--wp--custom--dark--input--neutral--read-only--text-field-color-stroke);--wp--custom--input--neutral--read-only--helper-text-color:var(--wp--custom--dark--input--neutral--read-only--helper-text-color);--wp--custom--input--neutral--read-only--text-field-container-stroke--color:var(--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--color);--wp--custom--input--neutral--read-only--text-field-container-stroke--style:var(--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--style);--wp--custom--input--neutral--read-only--text-field-container-stroke--width:var(--wp--custom--dark--input--neutral--read-only--text-field-container-stroke--width);--wp--custom--input--error--enabled--label-color:var(--wp--custom--dark--input--error--enabled--label-color);--wp--custom--input--error--enabled--text-field-color-bg:var(--wp--custom--dark--input--error--enabled--text-field-color-bg);--wp--custom--input--error--enabled--icon-color:var(--wp--custom--dark--input--error--enabled--icon-color);--wp--custom--input--error--enabled--text-field-placeholder-text-color:var(--wp--custom--dark--input--error--enabled--text-field-placeholder-text-color);--wp--custom--input--error--enabled--text-field-filled-text-color:var(--wp--custom--dark--input--error--enabled--text-field-filled-text-color);--wp--custom--input--error--enabled--text-field-color-stroke:var(--wp--custom--dark--input--error--enabled--text-field-color-stroke);--wp--custom--input--error--enabled--helper-text-color:var(--wp--custom--dark--input--error--enabled--helper-text-color);--wp--custom--input--error--enabled--text-field-container-stroke--color:var(--wp--custom--dark--input--error--enabled--text-field-container-stroke--color);--wp--custom--input--error--enabled--text-field-container-stroke--style:var(--wp--custom--dark--input--error--enabled--text-field-container-stroke--style);--wp--custom--input--error--enabled--text-field-container-stroke--width:var(--wp--custom--dark--input--error--enabled--text-field-container-stroke--width);--wp--custom--input--error--hover--label-color:var(--wp--custom--dark--input--error--hover--label-color);--wp--custom--input--error--hover--text-field-color-bg:var(--wp--custom--dark--input--error--hover--text-field-color-bg);--wp--custom--input--error--hover--icon-color:var(--wp--custom--dark--input--error--hover--icon-color);--wp--custom--input--error--hover--text-field-placeholder-text-color:var(--wp--custom--dark--input--error--hover--text-field-placeholder-text-color);--wp--custom--input--error--hover--text-field-filled-text-color:var(--wp--custom--dark--input--error--hover--text-field-filled-text-color);--wp--custom--input--error--hover--text-field-color-stroke:var(--wp--custom--dark--input--error--hover--text-field-color-stroke);--wp--custom--input--error--hover--helper-text-color:var(--wp--custom--dark--input--error--hover--helper-text-color);--wp--custom--input--error--hover--text-field-container-stroke--color:var(--wp--custom--dark--input--error--hover--text-field-container-stroke--color);--wp--custom--input--error--hover--text-field-container-stroke--style:var(--wp--custom--dark--input--error--hover--text-field-container-stroke--style);--wp--custom--input--error--hover--text-field-container-stroke--width:var(--wp--custom--dark--input--error--hover--text-field-container-stroke--width);--wp--custom--input--error--focused--text-field-container-stroke--color:var(--wp--custom--dark--input--error--focused--text-field-container-stroke--color);--wp--custom--input--error--focused--text-field-container-stroke--style:var(--wp--custom--dark--input--error--focused--text-field-container-stroke--style);--wp--custom--input--error--focused--text-field-container-stroke--width:var(--wp--custom--dark--input--error--focused--text-field-container-stroke--width);--wp--custom--input--error--focused--label-color:var(--wp--custom--dark--input--error--focused--label-color);--wp--custom--input--error--focused--text-field-color-bg:var(--wp--custom--dark--input--error--focused--text-field-color-bg);--wp--custom--input--error--focused--icon-color:var(--wp--custom--dark--input--error--focused--icon-color);--wp--custom--input--error--focused--text-field-placeholder-text-color:var(--wp--custom--dark--input--error--focused--text-field-placeholder-text-color);--wp--custom--input--error--focused--text-field-filled-text-color:var(--wp--custom--dark--input--error--focused--text-field-filled-text-color);--wp--custom--input--error--focused--text-field-color-stroke:var(--wp--custom--dark--input--error--focused--text-field-color-stroke);--wp--custom--input--error--focused--helper-text-color:var(--wp--custom--dark--input--error--focused--helper-text-color);--wp--custom--input--error--focused--cursor-color:var(--wp--custom--dark--input--error--focused--cursor-color);--wp--custom--lightbox--color-bg:var(--wp--custom--dark--lightbox--color-bg);--wp--custom--lightbox--color-fg:var(--wp--custom--dark--lightbox--color-fg);--wp--custom--lightbox--button-color:var(--wp--custom--dark--lightbox--button-color);--wp--custom--lightbox--indicators-on-color:var(--wp--custom--dark--lightbox--indicators-on-color);--wp--custom--lightbox--indicators-off-color:var(--wp--custom--dark--lightbox--indicators-off-color);--wp--custom--lightbox-buttons--enabled--color-bg:var(--wp--custom--dark--lightbox-buttons--enabled--color-bg);--wp--custom--lightbox-buttons--enabled--color-fg:var(--wp--custom--dark--lightbox-buttons--enabled--color-fg);--wp--custom--lightbox-buttons--disabled--color-bg:var(--wp--custom--dark--lightbox-buttons--disabled--color-bg);--wp--custom--lightbox-buttons--disabled--color-fg:var(--wp--custom--dark--lightbox-buttons--disabled--color-fg);--wp--custom--lightbox-buttons--hover--color-bg:var(--wp--custom--dark--lightbox-buttons--hover--color-bg);--wp--custom--lightbox-buttons--hover--color-fg:var(--wp--custom--dark--lightbox-buttons--hover--color-fg);--wp--custom--lightbox-buttons--focused--color-bg:var(--wp--custom--dark--lightbox-buttons--focused--color-bg);--wp--custom--lightbox-buttons--focused--color-fg:var(--wp--custom--dark--lightbox-buttons--focused--color-fg);--wp--custom--lightbox-buttons--pressed--color-bg:var(--wp--custom--dark--lightbox-buttons--pressed--color-bg);--wp--custom--lightbox-buttons--pressed--color-fg:var(--wp--custom--dark--lightbox-buttons--pressed--color-fg);--wp--custom--login-cta--primary-style-false-color-bg:var(--wp--custom--dark--login-cta--primary-style-false-color-bg);--wp--custom--login-cta--primary-style-false-color-fg:var(--wp--custom--dark--login-cta--primary-style-false-color-fg);--wp--custom--login-cta--primary-style-true-color-bg:var(--wp--custom--dark--login-cta--primary-style-true-color-bg);--wp--custom--login-cta--primary-style-true-color-fg:var(--wp--custom--dark--login-cta--primary-style-true-color-fg);--wp--custom--login-cta--icon-style-true-color-bg:var(--wp--custom--dark--login-cta--icon-style-true-color-bg);--wp--custom--login-cta--icon-style-false-color-bg:var(--wp--custom--dark--login-cta--icon-style-false-color-bg);--wp--custom--login-cta--icon-style-true-color-fg:var(--wp--custom--dark--login-cta--icon-style-true-color-fg);--wp--custom--login-cta--icon-style-false-color-fg:var(--wp--custom--dark--login-cta--icon-style-false-color-fg);--wp--custom--login-cta--tertiary-style-false-color-fg:var(--wp--custom--dark--login-cta--tertiary-style-false-color-fg);--wp--custom--login-cta--tertiary-style-false-color-bg:var(--wp--custom--dark--login-cta--tertiary-style-false-color-bg);--wp--custom--login-cta--tertiary-style-true-color-fg:var(--wp--custom--dark--login-cta--tertiary-style-true-color-fg);--wp--custom--login-cta--tertiary-style-true-color-bg:var(--wp--custom--dark--login-cta--tertiary-style-true-color-bg);--wp--custom--mode--icon-style-icon-color:var(--wp--custom--dark--mode--icon-style-icon-color);--wp--custom--mode--toggle-style-text-color:var(--wp--custom--dark--mode--toggle-style-text-color);--wp--custom--mode--off--handle-color:var(--wp--custom--dark--mode--off--handle-color);--wp--custom--mode--off--track-color:var(--wp--custom--dark--mode--off--track-color);--wp--custom--mode--on--handle-color:var(--wp--custom--dark--mode--on--handle-color);--wp--custom--mode--on--track-color:var(--wp--custom--dark--mode--on--track-color);--wp--custom--links-expandable--icon-color-bg:var(--wp--custom--dark--links-expandable--icon-color-bg);--wp--custom--links-expandable--icon-color-fg:var(--wp--custom--dark--links-expandable--icon-color-fg);--wp--custom--newsletter--color-bg:var(--wp--custom--dark--newsletter--color-bg);--wp--custom--newsletter--title-color:var(--wp--custom--dark--newsletter--title-color);--wp--custom--newsletter--body-color:var(--wp--custom--dark--newsletter--body-color);--wp--custom--newsletter--disclaimer-color:var(--wp--custom--dark--newsletter--disclaimer-color);--wp--custom--newsletter-confirmation--color-bg:var(--wp--custom--dark--newsletter-confirmation--color-bg);--wp--custom--newsletter-confirmation--title-color:var(--wp--custom--dark--newsletter-confirmation--title-color);--wp--custom--newsletter-confirmation--body-color:var(--wp--custom--dark--newsletter-confirmation--body-color);--wp--custom--overlays--blur:var(--wp--custom--dark--overlays--blur);--wp--custom--overlays--color:var(--wp--custom--dark--overlays--color);--wp--custom--overlays--spread:var(--wp--custom--dark--overlays--spread);--wp--custom--overlays--type:var(--wp--custom--dark--overlays--type);--wp--custom--overlays--x:var(--wp--custom--dark--overlays--x);--wp--custom--overlays--y:var(--wp--custom--dark--overlays--y);--wp--custom--carousel-indicators--on-color:var(--wp--custom--dark--carousel-indicators--on-color);--wp--custom--carousel-indicators--off-color:var(--wp--custom--dark--carousel-indicators--off-color);--wp--custom--pagination-number--enabled--color-bg:var(--wp--custom--dark--pagination-number--enabled--color-bg);--wp--custom--pagination-number--enabled--color-fg:var(--wp--custom--dark--pagination-number--enabled--color-fg);--wp--custom--pagination-number--selected--color-bg:var(--wp--custom--dark--pagination-number--selected--color-bg);--wp--custom--pagination-number--selected--color-fg:var(--wp--custom--dark--pagination-number--selected--color-fg);--wp--custom--pagination-number--hover--color-bg:var(--wp--custom--dark--pagination-number--hover--color-bg);--wp--custom--pagination-number--hover--color-fg:var(--wp--custom--dark--pagination-number--hover--color-fg);--wp--custom--pagination-number--focused--color-bg:var(--wp--custom--dark--pagination-number--focused--color-bg);--wp--custom--pagination-number--focused--color-fg:var(--wp--custom--dark--pagination-number--focused--color-fg);--wp--custom--pagination-number--pressed--color-bg:var(--wp--custom--dark--pagination-number--pressed--color-bg);--wp--custom--pagination-number--pressed--color-fg:var(--wp--custom--dark--pagination-number--pressed--color-fg);--wp--custom--recaptcha--color-fg:var(--wp--custom--dark--recaptcha--color-fg);--wp--custom--related-article--color-bg:var(--wp--custom--dark--related-article--color-bg);--wp--custom--section-title--color-fg--minimal:var(--wp--custom--dark--section-title--color-fg--minimal);--wp--custom--section-title--color-fg--subtle:var(--wp--custom--dark--section-title--color-fg--subtle);--wp--custom--section-title--color-fg--bold:var(--wp--custom--dark--section-title--color-fg--bold);--wp--custom--section-title--color-fg--strong:var(--wp--custom--dark--section-title--color-fg--strong);--wp--custom--section-title--color-fg--sponsored:var(--wp--custom--dark--section-title--color-fg--sponsored);--wp--custom--star--unfilled-color-fg--minimal:var(--wp--custom--dark--star--unfilled-color-fg--minimal);--wp--custom--star--unfilled-color-fg--subtle:var(--wp--custom--dark--star--unfilled-color-fg--subtle);--wp--custom--star--unfilled-color-fg--bold:var(--wp--custom--dark--star--unfilled-color-fg--bold);--wp--custom--star--unfilled-color-fg--strong:var(--wp--custom--dark--star--unfilled-color-fg--strong);--wp--custom--star--unfilled-color-fg--sponsored:var(--wp--custom--dark--star--unfilled-color-fg--sponsored);--wp--custom--star--filled-color-fg--minimal:var(--wp--custom--dark--star--filled-color-fg--minimal);--wp--custom--star--filled-color-fg--subtle:var(--wp--custom--dark--star--filled-color-fg--subtle);--wp--custom--star--filled-color-fg--bold:var(--wp--custom--dark--star--filled-color-fg--bold);--wp--custom--star--filled-color-fg--strong:var(--wp--custom--dark--star--filled-color-fg--strong);--wp--custom--star--filled-color-fg--sponsored:var(--wp--custom--dark--star--filled-color-fg--sponsored);--wp--custom--star--input-color-fg--minimal:var(--wp--custom--dark--star--input-color-fg--minimal);--wp--custom--star--input-color-fg--subtle:var(--wp--custom--dark--star--input-color-fg--subtle);--wp--custom--star--input-color-fg--bold:var(--wp--custom--dark--star--input-color-fg--bold);--wp--custom--star--input-color-fg--strong:var(--wp--custom--dark--star--input-color-fg--strong);--wp--custom--star--input-color-fg--sponsored:var(--wp--custom--dark--star--input-color-fg--sponsored);--wp--custom--status-message--color-fg:var(--wp--custom--dark--status-message--color-fg);--wp--custom--status-message--success--container-stroke--color:var(--wp--custom--dark--status-message--success--container-stroke--color);--wp--custom--status-message--success--container-stroke--style:var(--wp--custom--dark--status-message--success--container-stroke--style);--wp--custom--status-message--success--container-stroke--width:var(--wp--custom--dark--status-message--success--container-stroke--width);--wp--custom--status-message--info--container-stroke--color:var(--wp--custom--dark--status-message--info--container-stroke--color);--wp--custom--status-message--info--container-stroke--style:var(--wp--custom--dark--status-message--info--container-stroke--style);--wp--custom--status-message--info--container-stroke--width:var(--wp--custom--dark--status-message--info--container-stroke--width);--wp--custom--status-message--warning--container-stroke--color:var(--wp--custom--dark--status-message--warning--container-stroke--color);--wp--custom--status-message--warning--container-stroke--style:var(--wp--custom--dark--status-message--warning--container-stroke--style);--wp--custom--status-message--warning--container-stroke--width:var(--wp--custom--dark--status-message--warning--container-stroke--width);--wp--custom--status-message--error--container-stroke--color:var(--wp--custom--dark--status-message--error--container-stroke--color);--wp--custom--status-message--error--container-stroke--style:var(--wp--custom--dark--status-message--error--container-stroke--style);--wp--custom--status-message--error--container-stroke--width:var(--wp--custom--dark--status-message--error--container-stroke--width);--wp--custom--status-message--neutral--container-stroke--color:var(--wp--custom--dark--status-message--neutral--container-stroke--color);--wp--custom--status-message--neutral--container-stroke--style:var(--wp--custom--dark--status-message--neutral--container-stroke--style);--wp--custom--status-message--neutral--container-stroke--width:var(--wp--custom--dark--status-message--neutral--container-stroke--width);--wp--custom--subscription-items--enabled--color-bg:var(--wp--custom--dark--subscription-items--enabled--color-bg);--wp--custom--subscription-items--enabled--title-color:var(--wp--custom--dark--subscription-items--enabled--title-color);--wp--custom--subscription-items--enabled--subtitle-color:var(--wp--custom--dark--subscription-items--enabled--subtitle-color);--wp--custom--subscription-items--enabled--body-color:var(--wp--custom--dark--subscription-items--enabled--body-color);--wp--custom--subscription-items--enabled--container-border--color:var(--wp--custom--dark--subscription-items--enabled--container-border--color);--wp--custom--subscription-items--enabled--container-border--style:var(--wp--custom--dark--subscription-items--enabled--container-border--style);--wp--custom--subscription-items--enabled--container-border--width:var(--wp--custom--dark--subscription-items--enabled--container-border--width);--wp--custom--subscription-items--hover--color-bg:var(--wp--custom--dark--subscription-items--hover--color-bg);--wp--custom--subscription-items--hover--title-color:var(--wp--custom--dark--subscription-items--hover--title-color);--wp--custom--subscription-items--hover--subtitle-color:var(--wp--custom--dark--subscription-items--hover--subtitle-color);--wp--custom--subscription-items--hover--body-color:var(--wp--custom--dark--subscription-items--hover--body-color);--wp--custom--subscription-items--hover--container-border--color:var(--wp--custom--dark--subscription-items--hover--container-border--color);--wp--custom--subscription-items--hover--container-border--style:var(--wp--custom--dark--subscription-items--hover--container-border--style);--wp--custom--subscription-items--hover--container-border--width:var(--wp--custom--dark--subscription-items--hover--container-border--width);--wp--custom--subscription-items--selected--color-bg:var(--wp--custom--dark--subscription-items--selected--color-bg);--wp--custom--subscription-items--selected--container-border--color:var(--wp--custom--dark--subscription-items--selected--container-border--color);--wp--custom--subscription-items--selected--container-border--style:var(--wp--custom--dark--subscription-items--selected--container-border--style);--wp--custom--subscription-items--selected--container-border--width:var(--wp--custom--dark--subscription-items--selected--container-border--width);--wp--custom--subscription-items--selected--title-color:var(--wp--custom--dark--subscription-items--selected--title-color);--wp--custom--subscription-items--selected--subtitle-color:var(--wp--custom--dark--subscription-items--selected--subtitle-color);--wp--custom--subscription-items--selected--body-color:var(--wp--custom--dark--subscription-items--selected--body-color);--wp--custom--table--container-stroke--color:var(--wp--custom--dark--table--container-stroke--color);--wp--custom--table--container-stroke--style:var(--wp--custom--dark--table--container-stroke--style);--wp--custom--table--container-stroke--width:var(--wp--custom--dark--table--container-stroke--width);--wp--custom--table--cell-container-stroke--color:var(--wp--custom--dark--table--cell-container-stroke--color);--wp--custom--table--cell-container-stroke--style:var(--wp--custom--dark--table--cell-container-stroke--style);--wp--custom--table--cell-container-stroke--width:var(--wp--custom--dark--table--cell-container-stroke--width);--wp--custom--table--header-container-stroke--color:var(--wp--custom--dark--table--header-container-stroke--color);--wp--custom--table--header-container-stroke--style:var(--wp--custom--dark--table--header-container-stroke--style);--wp--custom--table--header-container-stroke--width:var(--wp--custom--dark--table--header-container-stroke--width);--wp--custom--table--header-color-fg:var(--wp--custom--dark--table--header-color-fg);--wp--custom--table--header-color-bg:var(--wp--custom--dark--table--header-color-bg);--wp--custom--table--header-color-stroke:var(--wp--custom--dark--table--header-color-stroke);--wp--custom--table--cell-color-fg:var(--wp--custom--dark--table--cell-color-fg);--wp--custom--table--color-stroke:var(--wp--custom--dark--table--color-stroke);--wp--custom--table--cell-color-stroke:var(--wp--custom--dark--table--cell-color-stroke);--wp--custom--table--enabled--odd-row-color-bg:var(--wp--custom--dark--table--enabled--odd-row-color-bg);--wp--custom--table--enabled--even-row-color-bg:var(--wp--custom--dark--table--enabled--even-row-color-bg);--wp--custom--table--hover--color-bg:var(--wp--custom--dark--table--hover--color-bg);--wp--custom--tile-badge--ranking-container-border--minimal--color:var(--wp--custom--dark--tile-badge--ranking-container-border--minimal--color);--wp--custom--tile-badge--ranking-container-border--minimal--style:var(--wp--custom--dark--tile-badge--ranking-container-border--minimal--style);--wp--custom--tile-badge--ranking-container-border--minimal--width:var(--wp--custom--dark--tile-badge--ranking-container-border--minimal--width);--wp--custom--tile-badge--ranking-container-border--subtle--color:var(--wp--custom--dark--tile-badge--ranking-container-border--subtle--color);--wp--custom--tile-badge--ranking-container-border--subtle--style:var(--wp--custom--dark--tile-badge--ranking-container-border--subtle--style);--wp--custom--tile-badge--ranking-container-border--subtle--width:var(--wp--custom--dark--tile-badge--ranking-container-border--subtle--width);--wp--custom--tile-badge--ranking-container-border--bold--color:var(--wp--custom--dark--tile-badge--ranking-container-border--bold--color);--wp--custom--tile-badge--ranking-container-border--bold--style:var(--wp--custom--dark--tile-badge--ranking-container-border--bold--style);--wp--custom--tile-badge--ranking-container-border--bold--width:var(--wp--custom--dark--tile-badge--ranking-container-border--bold--width);--wp--custom--tile-badge--ranking-container-border--strong--color:var(--wp--custom--dark--tile-badge--ranking-container-border--strong--color);--wp--custom--tile-badge--ranking-container-border--strong--style:var(--wp--custom--dark--tile-badge--ranking-container-border--strong--style);--wp--custom--tile-badge--ranking-container-border--strong--width:var(--wp--custom--dark--tile-badge--ranking-container-border--strong--width);--wp--custom--tile-badge--ranking-container-border--sponsored--color:var(--wp--custom--dark--tile-badge--ranking-container-border--sponsored--color);--wp--custom--tile-badge--ranking-container-border--sponsored--style:var(--wp--custom--dark--tile-badge--ranking-container-border--sponsored--style);--wp--custom--tile-badge--ranking-container-border--sponsored--width:var(--wp--custom--dark--tile-badge--ranking-container-border--sponsored--width);--wp--custom--tile-badge--ranking-color-bg--minimal:var(--wp--custom--dark--tile-badge--ranking-color-bg--minimal);--wp--custom--tile-badge--ranking-color-bg--subtle:var(--wp--custom--dark--tile-badge--ranking-color-bg--subtle);--wp--custom--tile-badge--ranking-color-bg--bold:var(--wp--custom--dark--tile-badge--ranking-color-bg--bold);--wp--custom--tile-badge--ranking-color-bg--strong:var(--wp--custom--dark--tile-badge--ranking-color-bg--strong);--wp--custom--tile-badge--ranking-color-bg--sponsored:var(--wp--custom--dark--tile-badge--ranking-color-bg--sponsored);--wp--custom--tile-badge--ranking-color-fg--minimal:var(--wp--custom--dark--tile-badge--ranking-color-fg--minimal);--wp--custom--tile-badge--ranking-color-fg--subtle:var(--wp--custom--dark--tile-badge--ranking-color-fg--subtle);--wp--custom--tile-badge--ranking-color-fg--bold:var(--wp--custom--dark--tile-badge--ranking-color-fg--bold);--wp--custom--tile-badge--ranking-color-fg--strong:var(--wp--custom--dark--tile-badge--ranking-color-fg--strong);--wp--custom--tile-badge--ranking-color-fg--sponsored:var(--wp--custom--dark--tile-badge--ranking-color-fg--sponsored);--wp--custom--tile-badge--rating-color-bg--minimal:var(--wp--custom--dark--tile-badge--rating-color-bg--minimal);--wp--custom--tile-badge--rating-color-bg--subtle:var(--wp--custom--dark--tile-badge--rating-color-bg--subtle);--wp--custom--tile-badge--rating-color-bg--bold:var(--wp--custom--dark--tile-badge--rating-color-bg--bold);--wp--custom--tile-badge--rating-color-bg--strong:var(--wp--custom--dark--tile-badge--rating-color-bg--strong);--wp--custom--tile-badge--rating-color-bg--sponsored:var(--wp--custom--dark--tile-badge--rating-color-bg--sponsored);--wp--custom--tile-badge--rating-color-fg--minimal:var(--wp--custom--dark--tile-badge--rating-color-fg--minimal);--wp--custom--tile-badge--rating-color-fg--subtle:var(--wp--custom--dark--tile-badge--rating-color-fg--subtle);--wp--custom--tile-badge--rating-color-fg--bold:var(--wp--custom--dark--tile-badge--rating-color-fg--bold);--wp--custom--tile-badge--rating-color-fg--strong:var(--wp--custom--dark--tile-badge--rating-color-fg--strong);--wp--custom--tile-badge--rating-color-fg--sponsored:var(--wp--custom--dark--tile-badge--rating-color-fg--sponsored);--wp--custom--tile-badge--video-color-bg--minimal:var(--wp--custom--dark--tile-badge--video-color-bg--minimal);--wp--custom--tile-badge--video-color-bg--subtle:var(--wp--custom--dark--tile-badge--video-color-bg--subtle);--wp--custom--tile-badge--video-color-bg--bold:var(--wp--custom--dark--tile-badge--video-color-bg--bold);--wp--custom--tile-badge--video-color-bg--strong:var(--wp--custom--dark--tile-badge--video-color-bg--strong);--wp--custom--tile-badge--video-color-bg--sponsored:var(--wp--custom--dark--tile-badge--video-color-bg--sponsored);--wp--custom--tile-badge--video-color-fg--minimal:var(--wp--custom--dark--tile-badge--video-color-fg--minimal);--wp--custom--tile-badge--video-color-fg--subtle:var(--wp--custom--dark--tile-badge--video-color-fg--subtle);--wp--custom--tile-badge--video-color-fg--bold:var(--wp--custom--dark--tile-badge--video-color-fg--bold);--wp--custom--tile-badge--video-color-fg--strong:var(--wp--custom--dark--tile-badge--video-color-fg--strong);--wp--custom--tile-badge--video-color-fg--sponsored:var(--wp--custom--dark--tile-badge--video-color-fg--sponsored);--wp--custom--tile-badge--rating-container-border--minimal--color:var(--wp--custom--dark--tile-badge--rating-container-border--minimal--color);--wp--custom--tile-badge--rating-container-border--minimal--style:var(--wp--custom--dark--tile-badge--rating-container-border--minimal--style);--wp--custom--tile-badge--rating-container-border--minimal--width:var(--wp--custom--dark--tile-badge--rating-container-border--minimal--width);--wp--custom--tile-badge--rating-container-border--subtle--color:var(--wp--custom--dark--tile-badge--rating-container-border--subtle--color);--wp--custom--tile-badge--rating-container-border--subtle--style:var(--wp--custom--dark--tile-badge--rating-container-border--subtle--style);--wp--custom--tile-badge--rating-container-border--subtle--width:var(--wp--custom--dark--tile-badge--rating-container-border--subtle--width);--wp--custom--tile-badge--rating-container-border--bold--color:var(--wp--custom--dark--tile-badge--rating-container-border--bold--color);--wp--custom--tile-badge--rating-container-border--bold--style:var(--wp--custom--dark--tile-badge--rating-container-border--bold--style);--wp--custom--tile-badge--rating-container-border--bold--width:var(--wp--custom--dark--tile-badge--rating-container-border--bold--width);--wp--custom--tile-badge--rating-container-border--strong--color:var(--wp--custom--dark--tile-badge--rating-container-border--strong--color);--wp--custom--tile-badge--rating-container-border--strong--style:var(--wp--custom--dark--tile-badge--rating-container-border--strong--style);--wp--custom--tile-badge--rating-container-border--strong--width:var(--wp--custom--dark--tile-badge--rating-container-border--strong--width);--wp--custom--tile-badge--rating-container-border--sponsored--color:var(--wp--custom--dark--tile-badge--rating-container-border--sponsored--color);--wp--custom--tile-badge--rating-container-border--sponsored--style:var(--wp--custom--dark--tile-badge--rating-container-border--sponsored--style);--wp--custom--tile-badge--rating-container-border--sponsored--width:var(--wp--custom--dark--tile-badge--rating-container-border--sponsored--width);--wp--custom--tile-badge--video-container-border--minimal--color:var(--wp--custom--dark--tile-badge--video-container-border--minimal--color);--wp--custom--tile-badge--video-container-border--minimal--style:var(--wp--custom--dark--tile-badge--video-container-border--minimal--style);--wp--custom--tile-badge--video-container-border--minimal--width:var(--wp--custom--dark--tile-badge--video-container-border--minimal--width);--wp--custom--tile-badge--video-container-border--subtle--color:var(--wp--custom--dark--tile-badge--video-container-border--subtle--color);--wp--custom--tile-badge--video-container-border--subtle--style:var(--wp--custom--dark--tile-badge--video-container-border--subtle--style);--wp--custom--tile-badge--video-container-border--subtle--width:var(--wp--custom--dark--tile-badge--video-container-border--subtle--width);--wp--custom--tile-badge--video-container-border--bold--color:var(--wp--custom--dark--tile-badge--video-container-border--bold--color);--wp--custom--tile-badge--video-container-border--bold--style:var(--wp--custom--dark--tile-badge--video-container-border--bold--style);--wp--custom--tile-badge--video-container-border--bold--width:var(--wp--custom--dark--tile-badge--video-container-border--bold--width);--wp--custom--tile-badge--video-container-border--strong--color:var(--wp--custom--dark--tile-badge--video-container-border--strong--color);--wp--custom--tile-badge--video-container-border--strong--style:var(--wp--custom--dark--tile-badge--video-container-border--strong--style);--wp--custom--tile-badge--video-container-border--strong--width:var(--wp--custom--dark--tile-badge--video-container-border--strong--width);--wp--custom--tile-badge--video-container-border--sponsored--color:var(--wp--custom--dark--tile-badge--video-container-border--sponsored--color);--wp--custom--tile-badge--video-container-border--sponsored--style:var(--wp--custom--dark--tile-badge--video-container-border--sponsored--style);--wp--custom--tile-badge--video-container-border--sponsored--width:var(--wp--custom--dark--tile-badge--video-container-border--sponsored--width);--wp--custom--tip-box--info--container-stroke--color:var(--wp--custom--dark--tip-box--info--container-stroke--color);--wp--custom--tip-box--info--container-stroke--style:var(--wp--custom--dark--tip-box--info--container-stroke--style);--wp--custom--tip-box--info--container-stroke--width:var(--wp--custom--dark--tip-box--info--container-stroke--width);--wp--custom--tip-box--info--color-bg:var(--wp--custom--dark--tip-box--info--color-bg);--wp--custom--tip-box--info--color-fg:var(--wp--custom--dark--tip-box--info--color-fg);--wp--custom--tip-box--info--color-stroke:var(--wp--custom--dark--tip-box--info--color-stroke);--wp--custom--tip-box--negative--color-bg:var(--wp--custom--dark--tip-box--negative--color-bg);--wp--custom--tip-box--negative--color-fg:var(--wp--custom--dark--tip-box--negative--color-fg);--wp--custom--tip-box--negative--color-stroke:var(--wp--custom--dark--tip-box--negative--color-stroke);--wp--custom--tip-box--negative--container-stroke--color:var(--wp--custom--dark--tip-box--negative--container-stroke--color);--wp--custom--tip-box--negative--container-stroke--style:var(--wp--custom--dark--tip-box--negative--container-stroke--style);--wp--custom--tip-box--negative--container-stroke--width:var(--wp--custom--dark--tip-box--negative--container-stroke--width);--wp--custom--tip-box--positive--container-stroke--color:var(--wp--custom--dark--tip-box--positive--container-stroke--color);--wp--custom--tip-box--positive--container-stroke--style:var(--wp--custom--dark--tip-box--positive--container-stroke--style);--wp--custom--tip-box--positive--container-stroke--width:var(--wp--custom--dark--tip-box--positive--container-stroke--width);--wp--custom--tip-box--positive--color-bg:var(--wp--custom--dark--tip-box--positive--color-bg);--wp--custom--tip-box--positive--color-fg:var(--wp--custom--dark--tip-box--positive--color-fg);--wp--custom--tip-box--positive--color-stroke:var(--wp--custom--dark--tip-box--positive--color-stroke);--wp--custom--toggle--color-fg:var(--wp--custom--dark--toggle--color-fg);--wp--custom--toggle-switch--off--handle-color:var(--wp--custom--dark--toggle-switch--off--handle-color);--wp--custom--toggle-switch--off--track-color:var(--wp--custom--dark--toggle-switch--off--track-color);--wp--custom--toggle-switch--on--handle-color:var(--wp--custom--dark--toggle-switch--on--handle-color);--wp--custom--toggle-switch--on--track-color:var(--wp--custom--dark--toggle-switch--on--track-color);--wp--custom--top-nav--disclaimer-text-color:var(--wp--custom--dark--top-nav--disclaimer-text-color);--wp--custom--top-nav--color-bg:var(--wp--custom--dark--top-nav--color-bg);--wp--custom--top-nav--menu-icon-color:var(--wp--custom--dark--top-nav--menu-icon-color);--wp--custom--top-nav--color-stroke:var(--wp--custom--dark--top-nav--color-stroke);--wp--custom--top-nav--container-stroke--color:var(--wp--custom--dark--top-nav--container-stroke--color);--wp--custom--top-nav--container-stroke--style:var(--wp--custom--dark--top-nav--container-stroke--style);--wp--custom--top-nav--container-stroke--width:var(--wp--custom--dark--top-nav--container-stroke--width);--wp--custom--top-nav--elevation:var(--wp--custom--dark--top-nav--elevation);--wp--custom--related-article-links--enabled--primary-color-fg:var(--wp--custom--dark--related-article-links--enabled--primary-color-fg);--wp--custom--related-article-links--enabled--primary-color-stroke:var(--wp--custom--dark--related-article-links--enabled--primary-color-stroke);--wp--custom--related-article-links--enabled--secondary-color-fg:var(--wp--custom--dark--related-article-links--enabled--secondary-color-fg);--wp--custom--related-article-links--enabled--secondary-color-stroke:var(--wp--custom--dark--related-article-links--enabled--secondary-color-stroke);--wp--custom--related-article-links--primary-container-stroke--color:var(--wp--custom--dark--related-article-links--primary-container-stroke--color);--wp--custom--related-article-links--primary-container-stroke--width:var(--wp--custom--dark--related-article-links--primary-container-stroke--width);--wp--custom--related-article-links--primary-container-stroke--style:var(--wp--custom--dark--related-article-links--primary-container-stroke--style);--wp--custom--related-article-links--secondary-container-stroke--color:var(--wp--custom--dark--related-article-links--secondary-container-stroke--color);--wp--custom--related-article-links--secondary-container-stroke--width:var(--wp--custom--dark--related-article-links--secondary-container-stroke--width);--wp--custom--related-article-links--secondary-container-stroke--style:var(--wp--custom--dark--related-article-links--secondary-container-stroke--style);--wp--custom--related-article-links--hover--primary-color-fg:var(--wp--custom--dark--related-article-links--hover--primary-color-fg);--wp--custom--related-article-links--hover--primary-color-stroke:var(--wp--custom--dark--related-article-links--hover--primary-color-stroke);--wp--custom--related-article-links--hover--secondary-color-fg:var(--wp--custom--dark--related-article-links--hover--secondary-color-fg);--wp--custom--related-article-links--hover--secondary-color-stroke:var(--wp--custom--dark--related-article-links--hover--secondary-color-stroke);--wp--custom--author-name--color-bg:var(--wp--custom--dark--author-name--color-bg);--wp--custom--author-name--enabled--color-fg--minimal:var(--wp--custom--dark--author-name--enabled--color-fg--minimal);--wp--custom--author-name--enabled--color-fg--subtle:var(--wp--custom--dark--author-name--enabled--color-fg--subtle);--wp--custom--author-name--enabled--color-fg--bold:var(--wp--custom--dark--author-name--enabled--color-fg--bold);--wp--custom--author-name--enabled--color-fg--strong:var(--wp--custom--dark--author-name--enabled--color-fg--strong);--wp--custom--author-name--enabled--color-fg--sponsored:var(--wp--custom--dark--author-name--enabled--color-fg--sponsored);--wp--custom--author-name--hover--color-fg--minimal:var(--wp--custom--dark--author-name--hover--color-fg--minimal);--wp--custom--author-name--hover--color-fg--subtle:var(--wp--custom--dark--author-name--hover--color-fg--subtle);--wp--custom--author-name--hover--color-fg--bold:var(--wp--custom--dark--author-name--hover--color-fg--bold);--wp--custom--author-name--hover--color-fg--strong:var(--wp--custom--dark--author-name--hover--color-fg--strong);--wp--custom--author-name--hover--color-fg--sponsored:var(--wp--custom--dark--author-name--hover--color-fg--sponsored);--wp--custom--author-name--pressed--color-fg--minimal:var(--wp--custom--dark--author-name--pressed--color-fg--minimal);--wp--custom--author-name--pressed--color-fg--subtle:var(--wp--custom--dark--author-name--pressed--color-fg--subtle);--wp--custom--author-name--pressed--color-fg--bold:var(--wp--custom--dark--author-name--pressed--color-fg--bold);--wp--custom--author-name--pressed--color-fg--strong:var(--wp--custom--dark--author-name--pressed--color-fg--strong);--wp--custom--author-name--pressed--color-fg--sponsored:var(--wp--custom--dark--author-name--pressed--color-fg--sponsored);--wp--custom--loading-indicator--color:var(--wp--custom--dark--loading-indicator--color);--wp--custom--article-summary-links--color-bg:var(--wp--custom--dark--article-summary-links--color-bg);--wp--custom--article-summary-links--enabled--color-fg:var(--wp--custom--dark--article-summary-links--enabled--color-fg);--wp--custom--article-summary-links--hover--color-fg:var(--wp--custom--dark--article-summary-links--hover--color-fg);--wp--custom--article-summary-links--pressed--color-fg:var(--wp--custom--dark--article-summary-links--pressed--color-fg);--wp--custom--article-summary--container-stroke--color:var(--wp--custom--dark--article-summary--container-stroke--color);--wp--custom--article-summary--container-stroke--width:var(--wp--custom--dark--article-summary--container-stroke--width);--wp--custom--article-summary--container-stroke--style:var(--wp--custom--dark--article-summary--container-stroke--style);--wp--custom--article-summary--color-bg:var(--wp--custom--dark--article-summary--color-bg);--wp--custom--article-summary--h-3-color:var(--wp--custom--dark--article-summary--h-3-color);--wp--custom--article-summary--body-color:var(--wp--custom--dark--article-summary--body-color);--wp--custom--article-summary--icon-color:var(--wp--custom--dark--article-summary--icon-color);--wp--custom--article-summary--color-stroke:var(--wp--custom--dark--article-summary--color-stroke);--wp--custom--next-article--copy-container-color-bg:var(--wp--custom--dark--next-article--copy-container-color-bg);--wp--custom--next-article--copy-container-color-fg:var(--wp--custom--dark--next-article--copy-container-color-fg);--wp--custom--next-article--divider-color:var(--wp--custom--dark--next-article--divider-color);--wp--custom--next-article--copy-container-border--color:var(--wp--custom--dark--next-article--copy-container-border--color);--wp--custom--next-article--copy-container-border--width:var(--wp--custom--dark--next-article--copy-container-border--width);--wp--custom--next-article--copy-container-border--style:var(--wp--custom--dark--next-article--copy-container-border--style);--wp--custom--live-blog--timeline-color-fg--key-events:var(--wp--custom--dark--live-blog--timeline-color-fg--key-events);--wp--custom--live-blog--timeline-color-fg--regular:var(--wp--custom--dark--live-blog--timeline-color-fg--regular);--wp--custom--live-blog--entry-color-bg--key-events:var(--wp--custom--dark--live-blog--entry-color-bg--key-events);--wp--custom--article-banners--color-bg--sponsored:var(--wp--custom--dark--article-banners--color-bg--sponsored);--wp--custom--article-banners--color-bg--live-blog-open:var(--wp--custom--dark--article-banners--color-bg--live-blog-open);--wp--custom--article-banners--color-bg--live-blog-closed:var(--wp--custom--dark--article-banners--color-bg--live-blog-closed);--wp--custom--article-banners--color-bg--announcement:var(--wp--custom--dark--article-banners--color-bg--announcement);--wp--custom--article-banners--color-fg--sponsored:var(--wp--custom--dark--article-banners--color-fg--sponsored);--wp--custom--article-banners--color-fg--live-blog-open:var(--wp--custom--dark--article-banners--color-fg--live-blog-open);--wp--custom--article-banners--color-fg--live-blog-closed:var(--wp--custom--dark--article-banners--color-fg--live-blog-closed);--wp--custom--article-banners--color-fg--announcement:var(--wp--custom--dark--article-banners--color-fg--announcement);--wp--custom--quiz-answer--enabled--color-bg:var(--wp--custom--dark--quiz-answer--enabled--color-bg);--wp--custom--quiz-answer--enabled--color-fg:var(--wp--custom--dark--quiz-answer--enabled--color-fg);--wp--custom--quiz-answer--enabled--border--color:var(--wp--custom--dark--quiz-answer--enabled--border--color);--wp--custom--quiz-answer--enabled--border--width:var(--wp--custom--dark--quiz-answer--enabled--border--width);--wp--custom--quiz-answer--enabled--border--style:var(--wp--custom--dark--quiz-answer--enabled--border--style);--wp--custom--quiz-answer--selected--color-bg:var(--wp--custom--dark--quiz-answer--selected--color-bg);--wp--custom--quiz-answer--selected--color-fg:var(--wp--custom--dark--quiz-answer--selected--color-fg);--wp--custom--quiz-answer--selected--border--color:var(--wp--custom--dark--quiz-answer--selected--border--color);--wp--custom--quiz-answer--selected--border--width:var(--wp--custom--dark--quiz-answer--selected--border--width);--wp--custom--quiz-answer--selected--border--style:var(--wp--custom--dark--quiz-answer--selected--border--style);--wp--custom--quiz-answer--hover--color-bg:var(--wp--custom--dark--quiz-answer--hover--color-bg);--wp--custom--quiz-answer--hover--color-fg:var(--wp--custom--dark--quiz-answer--hover--color-fg);--wp--custom--quiz-answer--hover--border--color:var(--wp--custom--dark--quiz-answer--hover--border--color);--wp--custom--quiz-answer--hover--border--width:var(--wp--custom--dark--quiz-answer--hover--border--width);--wp--custom--quiz-answer--hover--border--style:var(--wp--custom--dark--quiz-answer--hover--border--style);--wp--custom--quiz-answer--disabled--border--color:var(--wp--custom--dark--quiz-answer--disabled--border--color);--wp--custom--quiz-answer--disabled--border--width:var(--wp--custom--dark--quiz-answer--disabled--border--width);--wp--custom--quiz-answer--disabled--border--style:var(--wp--custom--dark--quiz-answer--disabled--border--style);--wp--custom--quiz--result-color-fg--primary:var(--wp--custom--dark--quiz--result-color-fg--primary);--wp--custom--quiz--result-color-fg--secondary:var(--wp--custom--dark--quiz--result-color-fg--secondary);--wp--custom--avatar--placeholder--color-bg:var(--wp--custom--dark--avatar--placeholder--color-bg);--wp--custom--avatar--placeholder--color-fg:var(--wp--custom--dark--avatar--placeholder--color-fg);--wp--custom--quotation--color-bg--pull-quote:var(--wp--custom--dark--quotation--color-bg--pull-quote);--wp--custom--quotation--color-bg--quote:var(--wp--custom--dark--quotation--color-bg--quote);--wp--custom--quotation--color-fg--pull-quote:var(--wp--custom--dark--quotation--color-fg--pull-quote);--wp--custom--quotation--color-fg--quote:var(--wp--custom--dark--quotation--color-fg--quote);--wp--custom--quotation--caption-color--pull-quote:var(--wp--custom--dark--quotation--caption-color--pull-quote);--wp--custom--quotation--caption-color--quote:var(--wp--custom--dark--quotation--caption-color--quote);--wp--custom--quotation--color-stroke--pull-quote:var(--wp--custom--dark--quotation--color-stroke--pull-quote);--wp--custom--quotation--color-stroke--quote:var(--wp--custom--dark--quotation--color-stroke--quote);--wp--custom--quotation--color-stroke--minimal-quote:var(--wp--custom--dark--quotation--color-stroke--minimal-quote);--wp--custom--quotation--container-stroke--pull-quote--color:var(--wp--custom--dark--quotation--container-stroke--pull-quote--color);--wp--custom--quotation--container-stroke--pull-quote--style:var(--wp--custom--dark--quotation--container-stroke--pull-quote--style);--wp--custom--quotation--container-stroke--pull-quote--width:var(--wp--custom--dark--quotation--container-stroke--pull-quote--width);--wp--custom--quotation--container-stroke--quote--color:var(--wp--custom--dark--quotation--container-stroke--quote--color);--wp--custom--quotation--container-stroke--quote--style:var(--wp--custom--dark--quotation--container-stroke--quote--style);--wp--custom--quotation--container-stroke--quote--width:var(--wp--custom--dark--quotation--container-stroke--quote--width);--wp--custom--dynamic-nav--color-bg:var(--wp--custom--dark--dynamic-nav--color-bg);--wp--custom--dynamic-nav--color-stroke:var(--wp--custom--dark--dynamic-nav--color-stroke);--wp--custom--dynamic-nav--container-stroke--color:var(--wp--custom--dark--dynamic-nav--container-stroke--color);--wp--custom--dynamic-nav--container-stroke--style:var(--wp--custom--dark--dynamic-nav--container-stroke--style);--wp--custom--dynamic-nav--container-stroke--width:var(--wp--custom--dark--dynamic-nav--container-stroke--width);--wp--custom--nav-socials--primary--enabled--color-bg:var(--wp--custom--dark--nav-socials--primary--enabled--color-bg);--wp--custom--nav-socials--primary--enabled--color-fg:var(--wp--custom--dark--nav-socials--primary--enabled--color-fg);--wp--custom--nav-socials--primary--hover--color-bg:var(--wp--custom--dark--nav-socials--primary--hover--color-bg);--wp--custom--nav-socials--primary--hover--color-fg:var(--wp--custom--dark--nav-socials--primary--hover--color-fg);--wp--custom--nav-socials--secondary--enabled--color-bg:var(--wp--custom--dark--nav-socials--secondary--enabled--color-bg);--wp--custom--nav-socials--secondary--enabled--color-fg:var(--wp--custom--dark--nav-socials--secondary--enabled--color-fg);--wp--custom--nav-socials--secondary--hover--color-bg:var(--wp--custom--dark--nav-socials--secondary--hover--color-bg);--wp--custom--nav-socials--secondary--hover--color-fg:var(--wp--custom--dark--nav-socials--secondary--hover--color-fg);--wp--custom--nav-socials--tertiary--enabled--color-bg:var(--wp--custom--dark--nav-socials--tertiary--enabled--color-bg);--wp--custom--nav-socials--tertiary--enabled--color-fg:var(--wp--custom--dark--nav-socials--tertiary--enabled--color-fg);--wp--custom--nav-socials--tertiary--hover--color-bg:var(--wp--custom--dark--nav-socials--tertiary--hover--color-bg);--wp--custom--nav-socials--tertiary--hover--color-fg:var(--wp--custom--dark--nav-socials--tertiary--hover--color-fg);--wp--custom--links--primary--enabled--color-fg--sm:var(--wp--custom--dark--links--primary--enabled--color-fg--sm);--wp--custom--links--primary--enabled--color-fg--md:var(--wp--custom--dark--links--primary--enabled--color-fg--md);--wp--custom--links--primary--enabled--color-fg--lg:var(--wp--custom--dark--links--primary--enabled--color-fg--lg);--wp--custom--links--primary--hover--color-fg--sm:var(--wp--custom--dark--links--primary--hover--color-fg--sm);--wp--custom--links--primary--hover--color-fg--md:var(--wp--custom--dark--links--primary--hover--color-fg--md);--wp--custom--links--primary--hover--color-fg--lg:var(--wp--custom--dark--links--primary--hover--color-fg--lg);--wp--custom--links--primary--activated--color-fg--sm:var(--wp--custom--dark--links--primary--activated--color-fg--sm);--wp--custom--links--primary--activated--color-fg--md:var(--wp--custom--dark--links--primary--activated--color-fg--md);--wp--custom--links--primary--activated--color-fg--lg:var(--wp--custom--dark--links--primary--activated--color-fg--lg);--wp--custom--links--secondary--enabled--color-fg--sm:var(--wp--custom--dark--links--secondary--enabled--color-fg--sm);--wp--custom--links--secondary--enabled--color-fg--md:var(--wp--custom--dark--links--secondary--enabled--color-fg--md);--wp--custom--links--secondary--enabled--color-fg--lg:var(--wp--custom--dark--links--secondary--enabled--color-fg--lg);--wp--custom--links--secondary--hover--color-fg--sm:var(--wp--custom--dark--links--secondary--hover--color-fg--sm);--wp--custom--links--secondary--hover--color-fg--md:var(--wp--custom--dark--links--secondary--hover--color-fg--md);--wp--custom--links--secondary--hover--color-fg--lg:var(--wp--custom--dark--links--secondary--hover--color-fg--lg);--wp--custom--links--secondary--activated--color-fg--sm:var(--wp--custom--dark--links--secondary--activated--color-fg--sm);--wp--custom--links--secondary--activated--color-fg--md:var(--wp--custom--dark--links--secondary--activated--color-fg--md);--wp--custom--links--secondary--activated--color-fg--lg:var(--wp--custom--dark--links--secondary--activated--color-fg--lg);--wp--custom--links--tertiary--enabled--color-fg--sm:var(--wp--custom--dark--links--tertiary--enabled--color-fg--sm);--wp--custom--links--tertiary--enabled--color-fg--md:var(--wp--custom--dark--links--tertiary--enabled--color-fg--md);--wp--custom--links--tertiary--enabled--color-fg--lg:var(--wp--custom--dark--links--tertiary--enabled--color-fg--lg);--wp--custom--links--tertiary--hover--color-fg--sm:var(--wp--custom--dark--links--tertiary--hover--color-fg--sm);--wp--custom--links--tertiary--hover--color-fg--md:var(--wp--custom--dark--links--tertiary--hover--color-fg--md);--wp--custom--links--tertiary--hover--color-fg--lg:var(--wp--custom--dark--links--tertiary--hover--color-fg--lg);--wp--custom--links--tertiary--activated--color-fg--sm:var(--wp--custom--dark--links--tertiary--activated--color-fg--sm);--wp--custom--links--tertiary--activated--color-fg--md:var(--wp--custom--dark--links--tertiary--activated--color-fg--md);--wp--custom--links--tertiary--activated--color-fg--lg:var(--wp--custom--dark--links--tertiary--activated--color-fg--lg);--wp--custom--links--quaternary--enabled--color-fg--sm:var(--wp--custom--dark--links--quaternary--enabled--color-fg--sm);--wp--custom--links--quaternary--enabled--color-fg--md:var(--wp--custom--dark--links--quaternary--enabled--color-fg--md);--wp--custom--links--quaternary--enabled--color-fg--lg:var(--wp--custom--dark--links--quaternary--enabled--color-fg--lg);--wp--custom--links--quaternary--hover--color-fg--sm:var(--wp--custom--dark--links--quaternary--hover--color-fg--sm);--wp--custom--links--quaternary--hover--color-fg--md:var(--wp--custom--dark--links--quaternary--hover--color-fg--md);--wp--custom--links--quaternary--hover--color-fg--lg:var(--wp--custom--dark--links--quaternary--hover--color-fg--lg);--wp--custom--links--quaternary--activated--color-fg--sm:var(--wp--custom--dark--links--quaternary--activated--color-fg--sm);--wp--custom--links--quaternary--activated--color-fg--md:var(--wp--custom--dark--links--quaternary--activated--color-fg--md);--wp--custom--links--quaternary--activated--color-fg--lg:var(--wp--custom--dark--links--quaternary--activated--color-fg--lg);--wp--custom--links--quinary--enabled--color-fg:var(--wp--custom--dark--links--quinary--enabled--color-fg);--wp--custom--links--quinary--hover--color-fg:var(--wp--custom--dark--links--quinary--hover--color-fg);--wp--custom--links--quinary--activated--color-fg:var(--wp--custom--dark--links--quinary--activated--color-fg);--wp--custom--links--quinary--context--color-fg:var(--wp--custom--dark--links--quinary--context--color-fg);--wp--custom--search--primary--enabled--bar-style-color-bg:var(--wp--custom--dark--search--primary--enabled--bar-style-color-bg);--wp--custom--search--primary--enabled--bar-style-icon-color:var(--wp--custom--dark--search--primary--enabled--bar-style-icon-color);--wp--custom--search--primary--enabled--bar-style-text-color:var(--wp--custom--dark--search--primary--enabled--bar-style-text-color);--wp--custom--search--primary--enabled--bar-style-color-stroke:var(--wp--custom--dark--search--primary--enabled--bar-style-color-stroke);--wp--custom--search--primary--enabled--icon-style-icon-color:var(--wp--custom--dark--search--primary--enabled--icon-style-icon-color);--wp--custom--search--primary--enabled--bar-style-container-stroke--color:var(--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--color);--wp--custom--search--primary--enabled--bar-style-container-stroke--style:var(--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--style);--wp--custom--search--primary--enabled--bar-style-container-stroke--width:var(--wp--custom--dark--search--primary--enabled--bar-style-container-stroke--width);--wp--custom--search--primary--selected--bar-style-color-bg:var(--wp--custom--dark--search--primary--selected--bar-style-color-bg);--wp--custom--search--primary--selected--icon-style-color-bg:var(--wp--custom--dark--search--primary--selected--icon-style-color-bg);--wp--custom--search--primary--selected--bar-style-icon-color:var(--wp--custom--dark--search--primary--selected--bar-style-icon-color);--wp--custom--search--primary--selected--bar-style-text-color:var(--wp--custom--dark--search--primary--selected--bar-style-text-color);--wp--custom--search--primary--selected--bar-style-color-stroke:var(--wp--custom--dark--search--primary--selected--bar-style-color-stroke);--wp--custom--search--primary--selected--icon-style-icon-color:var(--wp--custom--dark--search--primary--selected--icon-style-icon-color);--wp--custom--search--primary--selected--icon-style-text-color:var(--wp--custom--dark--search--primary--selected--icon-style-text-color);--wp--custom--search--primary--selected--icon-style-color-stroke:var(--wp--custom--dark--search--primary--selected--icon-style-color-stroke);--wp--custom--search--primary--selected--bar-style-container-stroke--color:var(--wp--custom--dark--search--primary--selected--bar-style-container-stroke--color);--wp--custom--search--primary--selected--bar-style-container-stroke--style:var(--wp--custom--dark--search--primary--selected--bar-style-container-stroke--style);--wp--custom--search--primary--selected--bar-style-container-stroke--width:var(--wp--custom--dark--search--primary--selected--bar-style-container-stroke--width);--wp--custom--search--primary--selected--icon-style-container-stroke--color:var(--wp--custom--dark--search--primary--selected--icon-style-container-stroke--color);--wp--custom--search--primary--selected--icon-style-container-stroke--style:var(--wp--custom--dark--search--primary--selected--icon-style-container-stroke--style);--wp--custom--search--primary--selected--icon-style-container-stroke--width:var(--wp--custom--dark--search--primary--selected--icon-style-container-stroke--width);--wp--custom--search--secondary--enabled--bar-style-color-bg:var(--wp--custom--dark--search--secondary--enabled--bar-style-color-bg);--wp--custom--search--secondary--enabled--bar-style-icon-color:var(--wp--custom--dark--search--secondary--enabled--bar-style-icon-color);--wp--custom--search--secondary--enabled--bar-style-text-color:var(--wp--custom--dark--search--secondary--enabled--bar-style-text-color);--wp--custom--search--secondary--enabled--bar-style-color-stroke:var(--wp--custom--dark--search--secondary--enabled--bar-style-color-stroke);--wp--custom--search--secondary--enabled--icon-style-icon-color:var(--wp--custom--dark--search--secondary--enabled--icon-style-icon-color);--wp--custom--search--secondary--enabled--bar-style-container-stroke--color:var(--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--color);--wp--custom--search--secondary--enabled--bar-style-container-stroke--style:var(--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--style);--wp--custom--search--secondary--enabled--bar-style-container-stroke--width:var(--wp--custom--dark--search--secondary--enabled--bar-style-container-stroke--width);--wp--custom--search--secondary--selected--bar-style-color-bg:var(--wp--custom--dark--search--secondary--selected--bar-style-color-bg);--wp--custom--search--secondary--selected--icon-style-color-bg:var(--wp--custom--dark--search--secondary--selected--icon-style-color-bg);--wp--custom--search--secondary--selected--bar-style-icon-color:var(--wp--custom--dark--search--secondary--selected--bar-style-icon-color);--wp--custom--search--secondary--selected--bar-style-text-color:var(--wp--custom--dark--search--secondary--selected--bar-style-text-color);--wp--custom--search--secondary--selected--bar-style-color-stroke:var(--wp--custom--dark--search--secondary--selected--bar-style-color-stroke);--wp--custom--search--secondary--selected--icon-style-icon-color:var(--wp--custom--dark--search--secondary--selected--icon-style-icon-color);--wp--custom--search--secondary--selected--icon-style-text-color:var(--wp--custom--dark--search--secondary--selected--icon-style-text-color);--wp--custom--search--secondary--selected--icon-style-color-stroke:var(--wp--custom--dark--search--secondary--selected--icon-style-color-stroke);--wp--custom--search--secondary--selected--bar-style-container-stroke--color:var(--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--color);--wp--custom--search--secondary--selected--bar-style-container-stroke--style:var(--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--style);--wp--custom--search--secondary--selected--bar-style-container-stroke--width:var(--wp--custom--dark--search--secondary--selected--bar-style-container-stroke--width);--wp--custom--search--secondary--selected--icon-style-container-stroke--color:var(--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--color);--wp--custom--search--secondary--selected--icon-style-container-stroke--style:var(--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--style);--wp--custom--search--secondary--selected--icon-style-container-stroke--width:var(--wp--custom--dark--search--secondary--selected--icon-style-container-stroke--width);--wp--custom--search--tertiary--enabled--bar-style-color-bg:var(--wp--custom--dark--search--tertiary--enabled--bar-style-color-bg);--wp--custom--search--tertiary--enabled--bar-style-icon-color:var(--wp--custom--dark--search--tertiary--enabled--bar-style-icon-color);--wp--custom--search--tertiary--enabled--bar-style-text-color:var(--wp--custom--dark--search--tertiary--enabled--bar-style-text-color);--wp--custom--search--tertiary--enabled--bar-style-color-stroke:var(--wp--custom--dark--search--tertiary--enabled--bar-style-color-stroke);--wp--custom--search--tertiary--enabled--icon-style-icon-color:var(--wp--custom--dark--search--tertiary--enabled--icon-style-icon-color);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--color:var(--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--color);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--style:var(--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--style);--wp--custom--search--tertiary--enabled--bar-style-container-stroke--width:var(--wp--custom--dark--search--tertiary--enabled--bar-style-container-stroke--width);--wp--custom--search--tertiary--selected--bar-style-color-bg:var(--wp--custom--dark--search--tertiary--selected--bar-style-color-bg);--wp--custom--search--tertiary--selected--icon-style-color-bg:var(--wp--custom--dark--search--tertiary--selected--icon-style-color-bg);--wp--custom--search--tertiary--selected--bar-style-icon-color:var(--wp--custom--dark--search--tertiary--selected--bar-style-icon-color);--wp--custom--search--tertiary--selected--bar-style-text-color:var(--wp--custom--dark--search--tertiary--selected--bar-style-text-color);--wp--custom--search--tertiary--selected--bar-style-color-stroke:var(--wp--custom--dark--search--tertiary--selected--bar-style-color-stroke);--wp--custom--search--tertiary--selected--icon-style-icon-color:var(--wp--custom--dark--search--tertiary--selected--icon-style-icon-color);--wp--custom--search--tertiary--selected--icon-style-text-color:var(--wp--custom--dark--search--tertiary--selected--icon-style-text-color);--wp--custom--search--tertiary--selected--icon-style-color-stroke:var(--wp--custom--dark--search--tertiary--selected--icon-style-color-stroke);--wp--custom--search--tertiary--selected--bar-style-container-stroke--color:var(--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--color);--wp--custom--search--tertiary--selected--bar-style-container-stroke--style:var(--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--style);--wp--custom--search--tertiary--selected--bar-style-container-stroke--width:var(--wp--custom--dark--search--tertiary--selected--bar-style-container-stroke--width);--wp--custom--search--tertiary--selected--icon-style-container-stroke--color:var(--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--color);--wp--custom--search--tertiary--selected--icon-style-container-stroke--style:var(--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--style);--wp--custom--search--tertiary--selected--icon-style-container-stroke--width:var(--wp--custom--dark--search--tertiary--selected--icon-style-container-stroke--width);--wp--custom--poll--vote-bar--color-bg:var(--wp--custom--dark--poll--vote-bar--color-bg);--wp--custom--poll--vote-bar--default-color-fg:var(--wp--custom--dark--poll--vote-bar--default-color-fg);--wp--custom--poll--vote-bar--winner-color-fg:var(--wp--custom--dark--poll--vote-bar--winner-color-fg);--wp--custom--poll--color-bg:var(--wp--custom--dark--poll--color-bg);--wp--custom--poll--container-border--color:var(--wp--custom--dark--poll--container-border--color);--wp--custom--poll--container-border--width:var(--wp--custom--dark--poll--container-border--width);--wp--custom--poll--container-border--style:var(--wp--custom--dark--poll--container-border--style);--wp--custom--topic-head--color-bg--image-bg:var(--wp--custom--dark--topic-head--color-bg--image-bg);--wp--custom--topic-head--color-bg--solid-bg:var(--wp--custom--dark--topic-head--color-bg--solid-bg);--wp--custom--topic-head--image--color-bg:var(--wp--custom--dark--topic-head--image--color-bg);--wp--custom--topic-head--image--border--color:var(--wp--custom--dark--topic-head--image--border--color);--wp--custom--topic-head--image--border--width:var(--wp--custom--dark--topic-head--image--border--width);--wp--custom--topic-head--primary--color-fg--solid-bg:var(--wp--custom--dark--topic-head--primary--color-fg--solid-bg);--wp--custom--topic-head--primary--color-fg--image-bg:var(--wp--custom--dark--topic-head--primary--color-fg--image-bg);--wp--custom--topic-head--secondary--color-fg--solid-bg:var(--wp--custom--dark--topic-head--secondary--color-fg--solid-bg);--wp--custom--topic-head--secondary--color-fg--image-bg:var(--wp--custom--dark--topic-head--secondary--color-fg--image-bg);--wp--custom--topic-head--tertiary--color-fg--solid-bg:var(--wp--custom--dark--topic-head--tertiary--color-fg--solid-bg);--wp--custom--topic-head--tertiary--color-fg--image-bg:var(--wp--custom--dark--topic-head--tertiary--color-fg--image-bg);--wp--custom--topic-head--quaternary--color-fg--solid-bg:var(--wp--custom--dark--topic-head--quaternary--color-fg--solid-bg);--wp--custom--topic-head--quaternary--color-fg--image-bg:var(--wp--custom--dark--topic-head--quaternary--color-fg--image-bg);--wp--custom--item-tile--enabled--color-bg--image-bg:var(--wp--custom--dark--item-tile--enabled--color-bg--image-bg);--wp--custom--item-tile--enabled--color-bg--solid-bg:var(--wp--custom--dark--item-tile--enabled--color-bg--solid-bg);--wp--custom--item-tile--enabled--border--color:var(--wp--custom--dark--item-tile--enabled--border--color);--wp--custom--item-tile--enabled--border--width:var(--wp--custom--dark--item-tile--enabled--border--width);--wp--custom--item-tile--enabled--title-color--image-bg:var(--wp--custom--dark--item-tile--enabled--title-color--image-bg);--wp--custom--item-tile--enabled--title-color--solid-bg:var(--wp--custom--dark--item-tile--enabled--title-color--solid-bg);--wp--custom--item-tile--enabled--subtitle-color--image-bg:var(--wp--custom--dark--item-tile--enabled--subtitle-color--image-bg);--wp--custom--item-tile--enabled--subtitle-color--solid-bg:var(--wp--custom--dark--item-tile--enabled--subtitle-color--solid-bg);--wp--custom--item-tile--hover--color-bg--image-bg:var(--wp--custom--dark--item-tile--hover--color-bg--image-bg);--wp--custom--item-tile--hover--color-bg--solid-bg:var(--wp--custom--dark--item-tile--hover--color-bg--solid-bg);--wp--custom--item-tile--hover--title-color--simage-bg:var(--wp--custom--dark--item-tile--hover--title-color--simage-bg);--wp--custom--item-tile--hover--title-color--solid-bg:var(--wp--custom--dark--item-tile--hover--title-color--solid-bg);--wp--custom--item-tile--hover--border--color:var(--wp--custom--dark--item-tile--hover--border--color);--wp--custom--item-tile--hover--border--width:var(--wp--custom--dark--item-tile--hover--border--width);--wp--custom--item-tile--image--portrait-style-color-bg:var(--wp--custom--dark--item-tile--image--portrait-style-color-bg);--wp--custom--item-tile--image--square-style-color-bg:var(--wp--custom--dark--item-tile--image--square-style-color-bg);--wp--custom--item-tile--image--portrait-style-border--color:var(--wp--custom--dark--item-tile--image--portrait-style-border--color);--wp--custom--item-tile--image--portrait-style-border--width:var(--wp--custom--dark--item-tile--image--portrait-style-border--width);--wp--custom--item-tile--image--square-style-border--color:var(--wp--custom--dark--item-tile--image--square-style-border--color);--wp--custom--item-tile--image--square-style-border--width:var(--wp--custom--dark--item-tile--image--square-style-border--width);--wp--custom--side-nav--title-container-stroke--desktop--color:var(--wp--custom--dark--side-nav--title-container-stroke--desktop--color);--wp--custom--side-nav--title-container-stroke--desktop--width:var(--wp--custom--dark--side-nav--title-container-stroke--desktop--width);--wp--custom--side-nav--title-container-stroke--desktop--style:var(--wp--custom--dark--side-nav--title-container-stroke--desktop--style);--wp--custom--side-nav--title-container-stroke--mobile--color:var(--wp--custom--dark--side-nav--title-container-stroke--mobile--color);--wp--custom--side-nav--title-container-stroke--mobile--width:var(--wp--custom--dark--side-nav--title-container-stroke--mobile--width);--wp--custom--side-nav--title-container-stroke--mobile--style:var(--wp--custom--dark--side-nav--title-container-stroke--mobile--style);--wp--custom--side-nav--subtitle-container-stroke--desktop--color:var(--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--color);--wp--custom--side-nav--subtitle-container-stroke--desktop--width:var(--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--width);--wp--custom--side-nav--subtitle-container-stroke--desktop--style:var(--wp--custom--dark--side-nav--subtitle-container-stroke--desktop--style);--wp--custom--side-nav--subtitle-container-stroke--mobile--color:var(--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--color);--wp--custom--side-nav--subtitle-container-stroke--mobile--width:var(--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--width);--wp--custom--side-nav--subtitle-container-stroke--mobile--style:var(--wp--custom--dark--side-nav--subtitle-container-stroke--mobile--style);--wp--custom--side-nav--color-bg--desktop:var(--wp--custom--dark--side-nav--color-bg--desktop);--wp--custom--side-nav--color-bg--mobile:var(--wp--custom--dark--side-nav--color-bg--mobile);--wp--custom--brand--color--5:var(--wp--custom--dark--brand--color--5);--wp--custom--brand--color--10:var(--wp--custom--dark--brand--color--10);--wp--custom--brand--color--20:var(--wp--custom--dark--brand--color--20);--wp--custom--brand--color--30:var(--wp--custom--dark--brand--color--30);--wp--custom--brand--color--40:var(--wp--custom--dark--brand--color--40);--wp--custom--brand--color--50:var(--wp--custom--dark--brand--color--50);--wp--custom--brand--color--60:var(--wp--custom--dark--brand--color--60);--wp--custom--brand--color--70:var(--wp--custom--dark--brand--color--70);--wp--custom--brand--color--80:var(--wp--custom--dark--brand--color--80);--wp--custom--brand--color--90:var(--wp--custom--dark--brand--color--90);--wp--custom--accent-1--color--5:var(--wp--custom--dark--accent-1--color--5);--wp--custom--accent-1--color--10:var(--wp--custom--dark--accent-1--color--10);--wp--custom--accent-1--color--20:var(--wp--custom--dark--accent-1--color--20);--wp--custom--accent-1--color--30:var(--wp--custom--dark--accent-1--color--30);--wp--custom--accent-1--color--40:var(--wp--custom--dark--accent-1--color--40);--wp--custom--accent-1--color--50:var(--wp--custom--dark--accent-1--color--50);--wp--custom--accent-1--color--60:var(--wp--custom--dark--accent-1--color--60);--wp--custom--accent-1--color--70:var(--wp--custom--dark--accent-1--color--70);--wp--custom--accent-1--color--80:var(--wp--custom--dark--accent-1--color--80);--wp--custom--accent-1--color--90:var(--wp--custom--dark--accent-1--color--90);--wp--custom--sponsored--color--5:var(--wp--custom--dark--sponsored--color--5);--wp--custom--sponsored--color--10:var(--wp--custom--dark--sponsored--color--10);--wp--custom--sponsored--color--20:var(--wp--custom--dark--sponsored--color--20);--wp--custom--sponsored--color--30:var(--wp--custom--dark--sponsored--color--30);--wp--custom--sponsored--color--40:var(--wp--custom--dark--sponsored--color--40);--wp--custom--sponsored--color--50:var(--wp--custom--dark--sponsored--color--50);--wp--custom--sponsored--color--60:var(--wp--custom--dark--sponsored--color--60);--wp--custom--sponsored--color--70:var(--wp--custom--dark--sponsored--color--70);--wp--custom--sponsored--color--80:var(--wp--custom--dark--sponsored--color--80);--wp--custom--sponsored--color--90:var(--wp--custom--dark--sponsored--color--90);}