		.has-orange-color
        .has-custom-orange-color {
		color: var(--wp--preset--color--custom-orange) !important;
		}
		.has-orange-background-color,
		.has-custom-orange-background-color {
			background-color: var(--wp--preset--color--custom-orange) !important;
		}
		.has-orange-link-color a,
		.has-custom-orange-link-color a {
			color: var(--wp--preset--color--custom-orange);
		}
		:root body .has-orange-hover-color:hover,
		:root body .has-custom-orange-hover-color:hover {
			color: var(--wp--preset--color--custom-orange) !important;
		}
		.has-orange-svg-color svg,
		.has-custom-orange-svg-color svg {
			fill: var(--wp--preset--color--custom-orange);
		}
	
		.wp-block-heading.has-orange-background-color::before,
		.wp-block-heading.has-custom-orange-background-color::before {
			color: var(--wp--preset--color--custom-orange);
		}
		
		.has-orange-svg-color path,
		.has-custom-orange-svg-color path {
			fill: var(--wp--preset--color--custom-orange) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-orange-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-orange) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-orange-background-color  {
			background: var(--wp--preset--color--custom-orange);
		}

		:root {
			--wp--preset--color--orange: #eb6109;
			--wp--preset--color--custom-orange: #eb6109;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-orange);
		}

		body.custom-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-orange);
		}

		body.custom-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-orange) !important;
			color: var(--wp--preset--color--custom-orange) !important;
		}

		body.custom-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-orange) !important;
			text-decoration: none;
		}

                   
      		.has-black-color
        .has-custom-black-color {
		color: var(--wp--preset--color--custom-black) !important;
		}
		.has-black-background-color,
		.has-custom-black-background-color {
			background-color: var(--wp--preset--color--custom-black) !important;
		}
		.has-black-link-color a,
		.has-custom-black-link-color a {
			color: var(--wp--preset--color--custom-black);
		}
		:root body .has-black-hover-color:hover,
		:root body .has-custom-black-hover-color:hover {
			color: var(--wp--preset--color--custom-black) !important;
		}
		.has-black-svg-color svg,
		.has-custom-black-svg-color svg {
			fill: var(--wp--preset--color--custom-black);
		}
	
		.wp-block-heading.has-black-background-color::before,
		.wp-block-heading.has-custom-black-background-color::before {
			color: var(--wp--preset--color--custom-black);
		}
		
		.has-black-svg-color path,
		.has-custom-black-svg-color path {
			fill: var(--wp--preset--color--custom-black) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-black-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-black-background-color:before {
			background-color: var(--wp--preset--color--custom-black) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-black-background-color  {
			background: var(--wp--preset--color--custom-black);
		}

		:root {
			--wp--preset--color--black: #283c48;
			--wp--preset--color--custom-black: #283c48;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-black-background-color:before {
			background-color: var(--wp--preset--color--custom-black);
		}

		body.custom-black-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-black-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-black);
		}

		body.custom-black-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-black-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-black) !important;
			color: var(--wp--preset--color--custom-black) !important;
		}

		body.custom-black-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-black-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-black-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-black) !important;
			text-decoration: none;
		}

                   
      		.has-white-color
        .has-custom-white-color {
		color: var(--wp--preset--color--custom-white) !important;
		}
		.has-white-background-color,
		.has-custom-white-background-color {
			background-color: var(--wp--preset--color--custom-white) !important;
		}
		.has-white-link-color a,
		.has-custom-white-link-color a {
			color: var(--wp--preset--color--custom-white);
		}
		:root body .has-white-hover-color:hover,
		:root body .has-custom-white-hover-color:hover {
			color: var(--wp--preset--color--custom-white) !important;
		}
		.has-white-svg-color svg,
		.has-custom-white-svg-color svg {
			fill: var(--wp--preset--color--custom-white);
		}
	
		.wp-block-heading.has-white-background-color::before,
		.wp-block-heading.has-custom-white-background-color::before {
			color: var(--wp--preset--color--custom-white);
		}
		
		.has-white-svg-color path,
		.has-custom-white-svg-color path {
			fill: var(--wp--preset--color--custom-white) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-white-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-white-background-color:before {
			background-color: var(--wp--preset--color--custom-white) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-white-background-color  {
			background: var(--wp--preset--color--custom-white);
		}

		:root {
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--custom-white: #ffffff;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-white-background-color:before {
			background-color: var(--wp--preset--color--custom-white);
		}

		body.custom-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-white);
		}

		body.custom-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-white) !important;
			color: var(--wp--preset--color--custom-white) !important;
		}

		body.custom-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-white) !important;
			text-decoration: none;
		}

                   
      		.has-transparent-color
        .has-custom-transparent-color {
		color: var(--wp--preset--color--custom-transparent) !important;
		}
		.has-transparent-background-color,
		.has-custom-transparent-background-color {
			background-color: var(--wp--preset--color--custom-transparent) !important;
		}
		.has-transparent-link-color a,
		.has-custom-transparent-link-color a {
			color: var(--wp--preset--color--custom-transparent);
		}
		:root body .has-transparent-hover-color:hover,
		:root body .has-custom-transparent-hover-color:hover {
			color: var(--wp--preset--color--custom-transparent) !important;
		}
		.has-transparent-svg-color svg,
		.has-custom-transparent-svg-color svg {
			fill: var(--wp--preset--color--custom-transparent);
		}
	
		.wp-block-heading.has-transparent-background-color::before,
		.wp-block-heading.has-custom-transparent-background-color::before {
			color: var(--wp--preset--color--custom-transparent);
		}
		
		.has-transparent-svg-color path,
		.has-custom-transparent-svg-color path {
			fill: var(--wp--preset--color--custom-transparent) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-transparent-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-transparent-background-color:before {
			background-color: var(--wp--preset--color--custom-transparent) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-transparent-background-color  {
			background: var(--wp--preset--color--custom-transparent);
		}

		:root {
			--wp--preset--color--transparent: #ffffff00;
			--wp--preset--color--custom-transparent: #ffffff00;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-transparent-background-color:before {
			background-color: var(--wp--preset--color--custom-transparent);
		}

		body.custom-transparent-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-transparent-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-transparent);
		}

		body.custom-transparent-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-transparent-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-transparent) !important;
			color: var(--wp--preset--color--custom-transparent) !important;
		}

		body.custom-transparent-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-transparent-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-transparent-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-transparent) !important;
			text-decoration: none;
		}

                   
      		.has-transparent-white-color
        .has-custom-transparent-white-color {
		color: var(--wp--preset--color--custom-transparent-white) !important;
		}
		.has-transparent-white-background-color,
		.has-custom-transparent-white-background-color {
			background-color: var(--wp--preset--color--custom-transparent-white) !important;
		}
		.has-transparent-white-link-color a,
		.has-custom-transparent-white-link-color a {
			color: var(--wp--preset--color--custom-transparent-white);
		}
		:root body .has-transparent-white-hover-color:hover,
		:root body .has-custom-transparent-white-hover-color:hover {
			color: var(--wp--preset--color--custom-transparent-white) !important;
		}
		.has-transparent-white-svg-color svg,
		.has-custom-transparent-white-svg-color svg {
			fill: var(--wp--preset--color--custom-transparent-white);
		}
	
		.wp-block-heading.has-transparent-white-background-color::before,
		.wp-block-heading.has-custom-transparent-white-background-color::before {
			color: var(--wp--preset--color--custom-transparent-white);
		}
		
		.has-transparent-white-svg-color path,
		.has-custom-transparent-white-svg-color path {
			fill: var(--wp--preset--color--custom-transparent-white) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-transparent-white-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-transparent-white-background-color:before {
			background-color: var(--wp--preset--color--custom-transparent-white) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-transparent-white-background-color  {
			background: var(--wp--preset--color--custom-transparent-white);
		}

		:root {
			--wp--preset--color--transparent-white: #ffffff4d;
			--wp--preset--color--custom-transparent-white: #ffffff4d;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-transparent-white-background-color:before {
			background-color: var(--wp--preset--color--custom-transparent-white);
		}

		body.custom-transparent-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-transparent-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-transparent-white);
		}

		body.custom-transparent-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-transparent-white-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-transparent-white) !important;
			color: var(--wp--preset--color--custom-transparent-white) !important;
		}

		body.custom-transparent-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-transparent-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-transparent-white-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-transparent-white) !important;
			text-decoration: none;
		}

                   
      		.has-blue-color
        .has-custom-blue-color {
		color: var(--wp--preset--color--custom-blue) !important;
		}
		.has-blue-background-color,
		.has-custom-blue-background-color {
			background-color: var(--wp--preset--color--custom-blue) !important;
		}
		.has-blue-link-color a,
		.has-custom-blue-link-color a {
			color: var(--wp--preset--color--custom-blue);
		}
		:root body .has-blue-hover-color:hover,
		:root body .has-custom-blue-hover-color:hover {
			color: var(--wp--preset--color--custom-blue) !important;
		}
		.has-blue-svg-color svg,
		.has-custom-blue-svg-color svg {
			fill: var(--wp--preset--color--custom-blue);
		}
	
		.wp-block-heading.has-blue-background-color::before,
		.wp-block-heading.has-custom-blue-background-color::before {
			color: var(--wp--preset--color--custom-blue);
		}
		
		.has-blue-svg-color path,
		.has-custom-blue-svg-color path {
			fill: var(--wp--preset--color--custom-blue) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-blue-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-blue-background-color:before {
			background-color: var(--wp--preset--color--custom-blue) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-blue-background-color  {
			background: var(--wp--preset--color--custom-blue);
		}

		:root {
			--wp--preset--color--blue: #004a8a;
			--wp--preset--color--custom-blue: #004a8a;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-blue-background-color:before {
			background-color: var(--wp--preset--color--custom-blue);
		}

		body.custom-blue-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-blue-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-blue);
		}

		body.custom-blue-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-blue-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-blue) !important;
			color: var(--wp--preset--color--custom-blue) !important;
		}

		body.custom-blue-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-blue-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-blue-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-blue) !important;
			text-decoration: none;
		}

                   
      		.has-coral-color
        .has-custom-coral-color {
		color: var(--wp--preset--color--custom-coral) !important;
		}
		.has-coral-background-color,
		.has-custom-coral-background-color {
			background-color: var(--wp--preset--color--custom-coral) !important;
		}
		.has-coral-link-color a,
		.has-custom-coral-link-color a {
			color: var(--wp--preset--color--custom-coral);
		}
		:root body .has-coral-hover-color:hover,
		:root body .has-custom-coral-hover-color:hover {
			color: var(--wp--preset--color--custom-coral) !important;
		}
		.has-coral-svg-color svg,
		.has-custom-coral-svg-color svg {
			fill: var(--wp--preset--color--custom-coral);
		}
	
		.wp-block-heading.has-coral-background-color::before,
		.wp-block-heading.has-custom-coral-background-color::before {
			color: var(--wp--preset--color--custom-coral);
		}
		
		.has-coral-svg-color path,
		.has-custom-coral-svg-color path {
			fill: var(--wp--preset--color--custom-coral) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-coral-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-coral-background-color:before {
			background-color: var(--wp--preset--color--custom-coral) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-coral-background-color  {
			background: var(--wp--preset--color--custom-coral);
		}

		:root {
			--wp--preset--color--coral: #ff5257;
			--wp--preset--color--custom-coral: #ff5257;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-coral-background-color:before {
			background-color: var(--wp--preset--color--custom-coral);
		}

		body.custom-coral-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-coral-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-coral);
		}

		body.custom-coral-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-coral-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-coral) !important;
			color: var(--wp--preset--color--custom-coral) !important;
		}

		body.custom-coral-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-coral-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-coral-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-coral) !important;
			text-decoration: none;
		}

                   
      		.has-dark-orange-color
        .has-custom-dark-orange-color {
		color: var(--wp--preset--color--custom-dark-orange) !important;
		}
		.has-dark-orange-background-color,
		.has-custom-dark-orange-background-color {
			background-color: var(--wp--preset--color--custom-dark-orange) !important;
		}
		.has-dark-orange-link-color a,
		.has-custom-dark-orange-link-color a {
			color: var(--wp--preset--color--custom-dark-orange);
		}
		:root body .has-dark-orange-hover-color:hover,
		:root body .has-custom-dark-orange-hover-color:hover {
			color: var(--wp--preset--color--custom-dark-orange) !important;
		}
		.has-dark-orange-svg-color svg,
		.has-custom-dark-orange-svg-color svg {
			fill: var(--wp--preset--color--custom-dark-orange);
		}
	
		.wp-block-heading.has-dark-orange-background-color::before,
		.wp-block-heading.has-custom-dark-orange-background-color::before {
			color: var(--wp--preset--color--custom-dark-orange);
		}
		
		.has-dark-orange-svg-color path,
		.has-custom-dark-orange-svg-color path {
			fill: var(--wp--preset--color--custom-dark-orange) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-dark-orange-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-dark-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-dark-orange) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-dark-orange-background-color  {
			background: var(--wp--preset--color--custom-dark-orange);
		}

		:root {
			--wp--preset--color--dark-orange: #e84d0e;
			--wp--preset--color--custom-dark-orange: #e84d0e;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-dark-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-dark-orange);
		}

		body.custom-dark-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-dark-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-dark-orange);
		}

		body.custom-dark-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-dark-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-dark-orange) !important;
			color: var(--wp--preset--color--custom-dark-orange) !important;
		}

		body.custom-dark-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-dark-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-dark-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-dark-orange) !important;
			text-decoration: none;
		}

                   
      		.has-light-teal-color
        .has-custom-light-teal-color {
		color: var(--wp--preset--color--custom-light-teal) !important;
		}
		.has-light-teal-background-color,
		.has-custom-light-teal-background-color {
			background-color: var(--wp--preset--color--custom-light-teal) !important;
		}
		.has-light-teal-link-color a,
		.has-custom-light-teal-link-color a {
			color: var(--wp--preset--color--custom-light-teal);
		}
		:root body .has-light-teal-hover-color:hover,
		:root body .has-custom-light-teal-hover-color:hover {
			color: var(--wp--preset--color--custom-light-teal) !important;
		}
		.has-light-teal-svg-color svg,
		.has-custom-light-teal-svg-color svg {
			fill: var(--wp--preset--color--custom-light-teal);
		}
	
		.wp-block-heading.has-light-teal-background-color::before,
		.wp-block-heading.has-custom-light-teal-background-color::before {
			color: var(--wp--preset--color--custom-light-teal);
		}
		
		.has-light-teal-svg-color path,
		.has-custom-light-teal-svg-color path {
			fill: var(--wp--preset--color--custom-light-teal) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-light-teal-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-light-teal-background-color:before {
			background-color: var(--wp--preset--color--custom-light-teal) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-light-teal-background-color  {
			background: var(--wp--preset--color--custom-light-teal);
		}

		:root {
			--wp--preset--color--light-teal: #87c7c9;
			--wp--preset--color--custom-light-teal: #87c7c9;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-light-teal-background-color:before {
			background-color: var(--wp--preset--color--custom-light-teal);
		}

		body.custom-light-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-light-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-light-teal);
		}

		body.custom-light-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-light-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-light-teal) !important;
			color: var(--wp--preset--color--custom-light-teal) !important;
		}

		body.custom-light-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-light-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-light-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-light-teal) !important;
			text-decoration: none;
		}

                   
      		.has-lighter-teal-color
        .has-custom-lighter-teal-color {
		color: var(--wp--preset--color--custom-lighter-teal) !important;
		}
		.has-lighter-teal-background-color,
		.has-custom-lighter-teal-background-color {
			background-color: var(--wp--preset--color--custom-lighter-teal) !important;
		}
		.has-lighter-teal-link-color a,
		.has-custom-lighter-teal-link-color a {
			color: var(--wp--preset--color--custom-lighter-teal);
		}
		:root body .has-lighter-teal-hover-color:hover,
		:root body .has-custom-lighter-teal-hover-color:hover {
			color: var(--wp--preset--color--custom-lighter-teal) !important;
		}
		.has-lighter-teal-svg-color svg,
		.has-custom-lighter-teal-svg-color svg {
			fill: var(--wp--preset--color--custom-lighter-teal);
		}
	
		.wp-block-heading.has-lighter-teal-background-color::before,
		.wp-block-heading.has-custom-lighter-teal-background-color::before {
			color: var(--wp--preset--color--custom-lighter-teal);
		}
		
		.has-lighter-teal-svg-color path,
		.has-custom-lighter-teal-svg-color path {
			fill: var(--wp--preset--color--custom-lighter-teal) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-lighter-teal-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-lighter-teal-background-color:before {
			background-color: var(--wp--preset--color--custom-lighter-teal) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-lighter-teal-background-color  {
			background: var(--wp--preset--color--custom-lighter-teal);
		}

		:root {
			--wp--preset--color--lighter-teal: #ecf4f5;
			--wp--preset--color--custom-lighter-teal: #ecf4f5;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-lighter-teal-background-color:before {
			background-color: var(--wp--preset--color--custom-lighter-teal);
		}

		body.custom-lighter-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-lighter-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-lighter-teal);
		}

		body.custom-lighter-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-lighter-teal-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-lighter-teal) !important;
			color: var(--wp--preset--color--custom-lighter-teal) !important;
		}

		body.custom-lighter-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-lighter-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-lighter-teal-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-lighter-teal) !important;
			text-decoration: none;
		}

                   
      		.has-light-orange-color
        .has-custom-light-orange-color {
		color: var(--wp--preset--color--custom-light-orange) !important;
		}
		.has-light-orange-background-color,
		.has-custom-light-orange-background-color {
			background-color: var(--wp--preset--color--custom-light-orange) !important;
		}
		.has-light-orange-link-color a,
		.has-custom-light-orange-link-color a {
			color: var(--wp--preset--color--custom-light-orange);
		}
		:root body .has-light-orange-hover-color:hover,
		:root body .has-custom-light-orange-hover-color:hover {
			color: var(--wp--preset--color--custom-light-orange) !important;
		}
		.has-light-orange-svg-color svg,
		.has-custom-light-orange-svg-color svg {
			fill: var(--wp--preset--color--custom-light-orange);
		}
	
		.wp-block-heading.has-light-orange-background-color::before,
		.wp-block-heading.has-custom-light-orange-background-color::before {
			color: var(--wp--preset--color--custom-light-orange);
		}
		
		.has-light-orange-svg-color path,
		.has-custom-light-orange-svg-color path {
			fill: var(--wp--preset--color--custom-light-orange) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-light-orange-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-light-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-light-orange) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-light-orange-background-color  {
			background: var(--wp--preset--color--custom-light-orange);
		}

		:root {
			--wp--preset--color--light-orange: #ffebda;
			--wp--preset--color--custom-light-orange: #ffebda;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-light-orange-background-color:before {
			background-color: var(--wp--preset--color--custom-light-orange);
		}

		body.custom-light-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-light-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-light-orange);
		}

		body.custom-light-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-light-orange-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-light-orange) !important;
			color: var(--wp--preset--color--custom-light-orange) !important;
		}

		body.custom-light-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-light-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-light-orange-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-light-orange) !important;
			text-decoration: none;
		}

                   
      		.has-light-grey-color
        .has-custom-light-grey-color {
		color: var(--wp--preset--color--custom-light-grey) !important;
		}
		.has-light-grey-background-color,
		.has-custom-light-grey-background-color {
			background-color: var(--wp--preset--color--custom-light-grey) !important;
		}
		.has-light-grey-link-color a,
		.has-custom-light-grey-link-color a {
			color: var(--wp--preset--color--custom-light-grey);
		}
		:root body .has-light-grey-hover-color:hover,
		:root body .has-custom-light-grey-hover-color:hover {
			color: var(--wp--preset--color--custom-light-grey) !important;
		}
		.has-light-grey-svg-color svg,
		.has-custom-light-grey-svg-color svg {
			fill: var(--wp--preset--color--custom-light-grey);
		}
	
		.wp-block-heading.has-light-grey-background-color::before,
		.wp-block-heading.has-custom-light-grey-background-color::before {
			color: var(--wp--preset--color--custom-light-grey);
		}
		
		.has-light-grey-svg-color path,
		.has-custom-light-grey-svg-color path {
			fill: var(--wp--preset--color--custom-light-grey) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-light-grey-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-light-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-light-grey) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-light-grey-background-color  {
			background: var(--wp--preset--color--custom-light-grey);
		}

		:root {
			--wp--preset--color--light-grey: #d4d4d8;
			--wp--preset--color--custom-light-grey: #d4d4d8;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-light-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-light-grey);
		}

		body.custom-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-light-grey);
		}

		body.custom-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-light-grey) !important;
			color: var(--wp--preset--color--custom-light-grey) !important;
		}

		body.custom-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-light-grey) !important;
			text-decoration: none;
		}

                   
      		.has-very-light-grey-color
        .has-custom-very-light-grey-color {
		color: var(--wp--preset--color--custom-very-light-grey) !important;
		}
		.has-very-light-grey-background-color,
		.has-custom-very-light-grey-background-color {
			background-color: var(--wp--preset--color--custom-very-light-grey) !important;
		}
		.has-very-light-grey-link-color a,
		.has-custom-very-light-grey-link-color a {
			color: var(--wp--preset--color--custom-very-light-grey);
		}
		:root body .has-very-light-grey-hover-color:hover,
		:root body .has-custom-very-light-grey-hover-color:hover {
			color: var(--wp--preset--color--custom-very-light-grey) !important;
		}
		.has-very-light-grey-svg-color svg,
		.has-custom-very-light-grey-svg-color svg {
			fill: var(--wp--preset--color--custom-very-light-grey);
		}
	
		.wp-block-heading.has-very-light-grey-background-color::before,
		.wp-block-heading.has-custom-very-light-grey-background-color::before {
			color: var(--wp--preset--color--custom-very-light-grey);
		}
		
		.has-very-light-grey-svg-color path,
		.has-custom-very-light-grey-svg-color path {
			fill: var(--wp--preset--color--custom-very-light-grey) !important;
		}

		.wp-block-button.is-style-simple .wp-element-button.has-very-light-grey-background-color:before,
		.wp-block-button.is-style-simple .wp-element-button.has-custom-very-light-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-very-light-grey) !important;
		}

		.acf-field.dropdown-color-picker span.dropdown-item.has-custom-very-light-grey-background-color  {
			background: var(--wp--preset--color--custom-very-light-grey);
		}

		:root {
			--wp--preset--color--very-light-grey: #f2f2f2;
			--wp--preset--color--custom-very-light-grey: #f2f2f2;
		}	
		
		header.wp-block-template-part .header-inner.has-custom-very-light-grey-background-color:before {
			background-color: var(--wp--preset--color--custom-very-light-grey);
		}

		body.custom-very-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		body.custom-very-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
			color: var(--wp--preset--color--custom-very-light-grey);
		}

		body.custom-very-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-group.top-bar,
		body.custom-very-light-grey-nav-link-color header.wp-block-template-part:not(.scrolled) .wp-block-buttons .wp-block-button__link {
			border-color: var(--wp--preset--color--ccustom-very-light-grey) !important;
			color: var(--wp--preset--color--custom-very-light-grey) !important;
		}

		body.custom-very-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.ancestor > a,
		body.custom-very-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li.menu-item.current > a,
		body.custom-very-light-grey-nav-link-active-color header.wp-block-template-part:not(.scrolled) .wp-block-acf-menu ul.navigation-container > li:hover > a {
			color: var(--wp--preset--color--custom-very-light-grey) !important;
			text-decoration: none;
		}

                   
      
:root body .has-black-background-color {
		background-color: var(--wp--preset--color--custom-black) !important;
}
:root body .has-black-color {
		color: var(--wp--preset--color--custom-black) !important;
}

                @font-face {
                  font-family: 'BardHaus';
                  src: url('/wp-content/uploads/fonts/BardHaus-Medium.woff2');
                  font-weight: 500;
                }

				.components-button[aria-label="has-bardhaus-font-family"] {
					font-family: 'BardHaus';
				}

                                @font-face {
                  font-family: 'BardHaus';
                  src: url('/wp-content/uploads/fonts/BardHaus-Bold.woff2');
                  font-weight: 700;
                }

				.components-button[aria-label="has-bardhaus-font-family"] {
					font-family: 'BardHaus';
				}

                                @font-face {
                  font-family: 'BardHaus';
                  src: url('/wp-content/uploads/fonts/BardHaus-Black.woff2');
                  font-weight: 900;
                }

				.components-button[aria-label="has-bardhaus-font-family"] {
					font-family: 'BardHaus';
				}

                                @font-face {
                  font-family: 'BardHaus';
                  src: url('/wp-content/uploads/fonts/BardHaus-Light.woff2');
                  font-weight: 300;
                }

				.components-button[aria-label="has-bardhaus-font-family"] {
					font-family: 'BardHaus';
				}

                                @font-face {
                  font-family: 'BardHaus';
                  src: url('/wp-content/uploads/fonts/BardHaus-Book.woff2');
                  font-weight: 400;
                }

				.components-button[aria-label="has-bardhaus-font-family"] {
					font-family: 'BardHaus';
				}

                
:root {
		--wp--preset--font-family--bardhaus: 'BardHaus';
}




/* Material Icons */


:root {
	--mi-style: 'Material Symbols Sharp';
	--mi-fill: 1;
	--mi-wght: 600;
	--mi-grad: 0;
	--mi-opsz: 40;
}

:root .material-symbols {
	font-family: 'Material Symbols Sharp' !important;
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
}

.wp-block-read-more:after,
.gform_button:after,
.wp-element-button:after,
:root .wp-site-blocks ul.wp-block-list li::before,
:root ul.wp-block-list li::before,
:root ul.wp-block-page-list li::before,
nav.has-bullets ul li::before,
span.material-symbols,
.wp-block-acf-popups .popup-container:after {
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
	font-size: unset;
}


/* Icons for Lists*/

:root ul.wp-block-list li::before,
:root ul.wp-block-page-list li::before,
nav.has-bullets ul li::before {
	content: '\2022';
	transform: scale(0.75);
}

/* Spacing */

	
:root {
		--wp--preset--spacing--20: 0.55rem;
			--wp--preset--spacing--30: 1.35rem;
			--wp--preset--spacing--40: 2.2rem;
			--wp--preset--spacing--50: 2.95rem;
			--wp--preset--spacing--60: 3.55rem;
			--wp--preset--spacing--70: 4.3rem;
			--wp--preset--spacing--80: 6.95rem;
	}
		
	


/* Spacer Height */


:root {
    --spacer-height: var(--wp--preset--spacing--80) !important;
}


/* Buttons */


:root .gform-button::after,
:root .gform_button::after,
:root .wp-block-read-more::after,
:root .wp-element-button::after,
:root .gfield--type-submit[data-field-position="inline"] button::after {
	font-family: 'Material Symbols Sharp';
	content: '\f8ce';	margin-left: .4em;
	margin-right: -0.3em;
	transition: var(--time);
    font-size: 1.3em;
    line-height: 1;
	font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
}

:root .gform-button:hover::after,
:root .gform_button:hover::after,
:root .wp-block-read-more:hover::after,
:root .wp-element-button:hover::after,
:root .gfield--type-submit[data-field-position="inline"] button:hover::after {
	transform: rotate(45deg);
}


:root {
    --wp--custom--content-size: 850px;
    --wp--custom--wide-size: 1290px;
}
:root body :where(.gform-button),
:root body :where(.gform_button),
:root body :where(.wp-block-read-more),
:root body :where(.wp-element-button),
:root body :where(.gfield--type-submit[data-field-position="inline"] button) {
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--wp--preset--font-family--bardhaus);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.09em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

:root {
	--scroll-margin: 135px;
}


:root {
    --gap-width: var(--wp--preset--spacing--40);
}

/* Media and Text */


@media only screen and (min-width: 1px) and (max-width: 1386px)  {

	.wp-block-media-text.alignfull .wp-block-media-text__content {
		width: 100% !important;
		position: unset !important;
		transform: unset !important;
	}

}


/* tinyMCE Fonts */

:root {
    --h1-size: 64px;
    --h2-size: 50px;
    --h3-size: 24px;
    --h4-size: 19px;
    --h5-size: 16px;
    --h6-size: 15px;
    --core/paragraph-size: 16px;
}
body#tinymce h1 {
    font-family: var(--wp--preset--font-family--bardhaus);
    font-style: normal;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.04em;
    font-size: 64px;
    text-transform: uppercase;
}
body#tinymce h2 {
    font-family: var(--wp--preset--font-family--bardhaus);
    font-size: 50px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;
}
body#tinymce h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--wp--preset--font-family--bardhaus);
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;
}
body#tinymce h4 {
    font-family: var(--wp--preset--font-family--bardhaus);
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.18;
}
body#tinymce h5 {
    font-family: var(--wp--preset--font-family--bardhaus);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.18;
}
body#tinymce h6 {
    line-height: 1.18;
    font-family: var(--wp--preset--font-family--bardhaus);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
body#tinymce p {
    line-height: 1.4;
}
.acf-field textarea, body#tinymce li, body#tinymce p, body#tinymce a {
    font-family: var(--wp--preset--font-family--bardhaus);
    font-weight: 400;
    line-height: 1.3;
}
.acf-field input[type='text'] {
    font-family: var(--wp--preset--font-family--bardhaus);
    font-weight: 400;
}

.mce-content-body ul,
.mce-content-body ol {
	padding-inline-start: 0.75em;
}

.mce-content-body > *:first-child {
margin-top: 0 !important;
}

/* Site Search */

.wp-block-acf-menu input
{
		border-radius: 50px;
}

	:root {
		--bold: 700;
}


.mce-btn[aria-label="Small"] button span {
	font-size: 10px !important;
}
.mce-btn[aria-label="Small"] button {
	display: flex;
    height: 20px;
    align-items: center;
}

/* Accordion / Details Block Icon  */

.wp-block-details summary:before {
	content: '\e5cc';	font-family: 'Material Symbols Sharp';
    font-variation-settings: 'FILL' var(--mi-fill), 'wght' var(--mi-wght), 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz);
    transition: var(--time);
}

/* Gradients */


/* Separator Block / HR */

:root .wp-block-separator:not(.is-style-dots) {
    height: 1px !important;
}

