
@charset "UTF-8";

:root, [data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2e32;
	--bs-success-text-emphasis: #0a3621;
	--bs-info-text-emphasis: #055060;
	--bs-warning-text-emphasis: #664d02;
	--bs-danger-text-emphasis: #58151b;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cee2fe;
	--bs-secondary-bg-subtle: #e1e3e5;
	--bs-success-bg-subtle: #d1e7dc;
	--bs-info-bg-subtle: #cef4fc;
	--bs-warning-bg-subtle: #fff2cd;
	--bs-danger-bg-subtle: #f8d6d9;
	--bs-light-bg-subtle: #fbfcfc;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c7cb;
	--bs-success-border-subtle: #a3cfba;
	--bs-info-border-subtle: #9ee9f9;
	--bs-warning-border-subtle: #ffe69b;
	--bs-danger-border-subtle: #f1aeb4;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff2cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, .75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, .5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2a2f34;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #6da8fd;
	--bs-secondary-text-emphasis: #a6acb1;
	--bs-success-text-emphasis: #75b798;
	--bs-info-text-emphasis: #6ddff6;
	--bs-warning-text-emphasis: #ffd96a;
	--bs-danger-text-emphasis: #ea858f;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #021632;
	--bs-secondary-bg-subtle: #151719;
	--bs-success-bg-subtle: #051b10;
	--bs-info-bg-subtle: #022830;
	--bs-warning-bg-subtle: #332601;
	--bs-danger-bg-subtle: #2c0a0d;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #074297;
	--bs-secondary-border-subtle: #40464b;
	--bs-success-border-subtle: #0f5132;
	--bs-info-border-subtle: #077990;
	--bs-warning-border-subtle: #997304;
	--bs-danger-border-subtle: #841f29;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #6da8fd;
	--bs-link-hover-color: #8ab9fe;
	--bs-link-color-rgb: 110, 168, 254;
	--bs-link-hover-color-rgb: 139, 185, 254;
	--bs-code-color: #e684b5;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #664d02;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, .15);
	--bs-form-valid-color: #75b798;
	--bs-form-valid-border-color: #75b798;
	--bs-form-invalid-color: #ea858f;
	--bs-form-invalid-border-color: #ea858f;
}

*, *:before, *:after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25;
}

h6, .h6, .woocommerce.single-product .page--content__body .product .related.products ul li .price, h5, .h5, .woocommerce.single-product .page--content__body .product .related.products ul li a h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .title, .woocommerce .page--content__body .products .product .price, h4, .h4, .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .component-award-block .title, h3, .h3, .component-services-block h2, .component-services-block .h2, h2, .h2, .component-handy-hints-block .title, h1, .h1, .woocommerce.single-product .page--content__body .product .summary .product_title {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

h1, .h1, .woocommerce.single-product .page--content__body .product .summary .product_title {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	h1, .h1, .woocommerce.single-product .page--content__body .product .summary .product_title {
		font-size: 2.5rem;
	}
}

h2, .h2, .component-handy-hints-block .title {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	h2, .h2, .component-handy-hints-block .title {
		font-size: 2rem;
	}
}

h3, .h3, .component-services-block h2, .component-services-block .component-handy-hints-block .title, .component-handy-hints-block .component-services-block .title, .component-services-block .h2 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	h3, .h3, .component-services-block h2, .component-services-block .component-handy-hints-block .title, .component-handy-hints-block .component-services-block .title, .component-services-block .h2 {
		font-size: 1.75rem;
	}
}

h4, .h4, .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .component-award-block .title {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	h4, .h4, .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .component-award-block .title {
		font-size: 1.5rem;
	}
}

h5, .h5, .woocommerce.single-product .page--content__body .product .related.products ul li a h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .title, .woocommerce .page--content__body .products .product .price {
	font-size: 1.25rem;
}

h6, .h6, .woocommerce.single-product .page--content__body .product .related.products ul li .price {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small, .small {
	font-size: .875em;
}

mark, .mark {
	padding: .1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg);
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre, code, kbd, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: .25rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	line-height: inherit;
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend + * {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
	cursor: pointer;
	filter: grayscale(1);
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.625rem + 4.5vw);
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.575rem + 3.9vw);
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.525rem + 3.3vw);
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.475rem + 2.7vw);
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.425rem + 2.1vw);
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer:before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: var(--bs-secondary-color);
}

.container, .woocommerce .page--content__body, .container-fluid, .container-xl, .container-lg, .container-md {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container-md, .container-sm, .container, .woocommerce .page--content__body {
		max-width: 768px;
	}
}

@media (min-width:992px) {
	.container-lg, .container-md, .container-sm, .container, .woocommerce .page--content__body {
		max-width: 992px;
	}
}

@media (min-width:1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce .page--content__body {
		max-width: 1040px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1440px;
}

.row {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0;
	}
	
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0;
	}
	
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0;
	}
	
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0;
	}
	
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1440px) {
	.col-xxl {
		flex: 1 0 0;
	}
	
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
	padding: .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
	vertical-align: inherit;
}

.table > thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: .25rem;
}

.table-bordered > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
	border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cee2fe;
	--bs-table-border-color: #a5b4cb;
	--bs-table-striped-bg: #c4d6f1;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #b9cbe5;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1eb;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e1e3e5;
	--bs-table-border-color: #b4b5b7;
	--bs-table-striped-bg: #d6d8d9;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d0d2d3;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dc;
	--bs-table-border-color: #a7b8b0;
	--bs-table-striped-bg: #c6dbd1;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bccfc6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d5cc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cef4fc;
	--bs-table-border-color: #a5c3c9;
	--bs-table-striped-bg: #c4e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #b9dbe2;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff2cd;
	--bs-table-border-color: #ccc2a4;
	--bs-table-striped-bg: #f2e6c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e5dab8;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ebe0bd;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d6d9;
	--bs-table-border-color: #c6abae;
	--bs-table-striped-bg: #ebcbce;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc1c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c6c9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #c6c7c8;
	--bs-table-striped-bg: #ebeced;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #4d5053;
	--bs-table-striped-bg: #2c2f33;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373a3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #313539;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1439.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: none;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:hover, .nav-link:focus {
	color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-link.disabled, .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: .125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
	border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: .5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: .3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: .5rem;
	--bs-navbar-toggler-padding-y: .25rem;
	--bs-navbar-toggler-padding-x: .75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: .25rem;
	--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .woocommerce .navbar > .page--content__body, .navbar > .container-fluid, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
	color: var(--bs-navbar-active-color);
}

.navbar-collapse {
	flex-grow: 1;
	flex-basis: 100%;
	align-items: center;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1440px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
	display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, .55);
	--bs-navbar-hover-color: rgba(255, 255, 255, .75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, .25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: .5rem;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: 0;
	--bs-card-inner-border-radius: calc(0 - ( var(--bs-border-width) ));
	--bs-card-cap-padding-y: .5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	inset: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		flex: 1 0 0;
		margin-bottom: 0;
	}
	
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) > .card-img-top, .card-group > .card:not(:last-child) > .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .card:not(:last-child) > .card-footer {
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) > .card-img-top, .card-group > .card:not(:first-child) > .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .card:not(:first-child) > .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: transparent;
	--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - ( var(--bs-border-width) ));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform .2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button:after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

[data-bs-theme=dark] .accordion-button:after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: .5;
	--bs-btn-close-hover-opacity: .75;
	--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: .25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root, [data-bs-theme=light] {}

[data-bs-theme=dark] {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: .5rem;
	--bs-modal-color: var(--bs-body-color);
	--bs-modal-bg: transparent;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: 0;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: .5rem;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transform: translateY(-50px);
	transition: transform .3s ease-out;
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
	margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
	margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
	margin-left: auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
	margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width:576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}
	
	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
	
	.modal-sm {
		--bs-modal-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:1439.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: .875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: .5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: .5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow:before, .popover .popover-arrow:after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after {
	border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after {
	border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color);
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner:after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
	transform: translate(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
	transform: translate(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-prev, .carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: var(--bs-carousel-caption-color);
	text-align: center;
}

.carousel-dark {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme=light] {
	--bs-carousel-indicator-active-bg: #fff;
	--bs-carousel-caption-color: #fff;
}

[data-bs-theme=dark] {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow, .spinner-border {
	display: inline-block;
	flex-shrink: 0;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-border-width: .25em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: 0;
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform .3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}

@media (max-width:575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:575.98px)and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none;
	}
}

@media (max-width:575.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%);
	}
	
	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%);
	}
	
	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
		transform: none;
	}
	
	.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
		visibility: visible;
	}
}

@media (min-width:576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-sm .offcanvas-header {
		display: none;
	}
	
	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:767.98px)and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none;
	}
}

@media (max-width:767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%);
	}
	
	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%);
	}
	
	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
		transform: none;
	}
	
	.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
		visibility: visible;
	}
}

@media (min-width:768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-md .offcanvas-header {
		display: none;
	}
	
	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:991.98px)and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none;
	}
}

@media (max-width:991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%);
	}
	
	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%);
	}
	
	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
		transform: none;
	}
	
	.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
		visibility: visible;
	}
}

@media (min-width:992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
	
	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:1199.98px)and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none;
	}
}

@media (max-width:1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%);
	}
	
	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%);
	}
	
	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
		transform: none;
	}
	
	.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
		visibility: visible;
	}
}

@media (min-width:1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-xl .offcanvas-header {
		display: none;
	}
	
	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:1439.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:1439.98px)and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none;
	}
}

@media (max-width:1439.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%);
	}
	
	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%);
	}
	
	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
		transform: none;
	}
	
	.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
		visibility: visible;
	}
}

@media (min-width:1440px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-xxl .offcanvas-header {
		display: none;
	}
	
	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translate(-100%);
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translate(100%);
}

.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
	transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
	visibility: visible;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: .5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-left: auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.text-bg-primary {
	color: #fff !important;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
	color: #fff !important;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
	color: #fff !important;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
	color: #000 !important;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
	color: #000 !important;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
	color: #fff !important;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
	color: #000 !important;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
	color: #fff !important;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
	color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
	color: rgba(10, 88, 202, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
	color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
	color: rgba(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
	color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
	color: rgba(20, 108, 67, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
	color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
	color: rgba(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
	color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
	color: rgba(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
	color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
	color: rgba(176, 42, 55, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
	color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
	color: rgba(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
	color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
	color: rgba(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
	color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
	color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
	text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
	display: inline-flex;
	gap: .375rem;
	align-items: center;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
	text-underline-offset: .25em;
	backface-visibility: hidden;
}

.icon-link > .bi {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: .2s ease-in-out transform;
}

@media (prefers-reduced-motion:reduce) {
	.icon-link > .bi {
		transition: none;
	}
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
	transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio:before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:1440px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
	position: absolute !important;
}

.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
	overflow: hidden !important;
}

.stretched-link:after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.object-fit-fill {
	-o-object-fit: fill !important;
	object-fit: fill !important;
}

.object-fit-scale {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
}

.object-fit-none {
	-o-object-fit: none !important;
	object-fit: none !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-25 {
	opacity: .25 !important;
}

.opacity-50 {
	opacity: .5 !important;
}

.opacity-75 {
	opacity: .75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-grid {
	display: inline-grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translate(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.border-opacity-10 {
	--bs-border-opacity: .1;
}

.border-opacity-25 {
	--bs-border-opacity: .25;
}

.border-opacity-50 {
	--bs-border-opacity: .5;
}

.border-opacity-75 {
	--bs-border-opacity: .75;
}

.border-opacity-100 {
	--bs-border-opacity: 1;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.row-gap-0 {
	row-gap: 0 !important;
}

.row-gap-1 {
	row-gap: .25rem !important;
}

.row-gap-2 {
	row-gap: .5rem !important;
}

.row-gap-3 {
	row-gap: 1rem !important;
}

.row-gap-4 {
	row-gap: 1.5rem !important;
}

.row-gap-5 {
	row-gap: 3rem !important;
}

.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.column-gap-1 {
	-moz-column-gap: .25rem !important;
	column-gap: .25rem !important;
}

.column-gap-2 {
	-moz-column-gap: .5rem !important;
	column-gap: .5rem !important;
}

.column-gap-3 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}

.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}

.column-gap-5 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5) !important;
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

.text-opacity-25 {
	--bs-text-opacity: .25;
}

.text-opacity-50 {
	--bs-text-opacity: .5;
}

.text-opacity-75 {
	--bs-text-opacity: .75;
}

.text-opacity-100 {
	--bs-text-opacity: 1;
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover {
	--bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
	--bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
	--bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
	--bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
	--bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
	text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
	text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
	text-underline-offset: .375em !important;
}

.link-underline-primary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
	--bs-bg-opacity: .1;
}

.bg-opacity-25 {
	--bs-bg-opacity: .25;
}

.bg-opacity-50 {
	--bs-bg-opacity: .5;
}

.bg-opacity-75 {
	--bs-bg-opacity: .75;
}

.bg-opacity-100 {
	--bs-bg-opacity: 1;
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.z-n1 {
	z-index: -1 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-1 {
	z-index: 1 !important;
}

.z-2 {
	z-index: 2 !important;
}

.z-3 {
	z-index: 3 !important;
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	
	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	
	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	
	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	
	.object-fit-sm-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-inline-grid {
		display: inline-grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.row-gap-sm-0 {
		row-gap: 0 !important;
	}
	
	.row-gap-sm-1 {
		row-gap: .25rem !important;
	}
	
	.row-gap-sm-2 {
		row-gap: .5rem !important;
	}
	
	.row-gap-sm-3 {
		row-gap: 1rem !important;
	}
	
	.row-gap-sm-4 {
		row-gap: 1.5rem !important;
	}
	
	.row-gap-sm-5 {
		row-gap: 3rem !important;
	}
	
	.column-gap-sm-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	
	.column-gap-sm-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important;
	}
	
	.column-gap-sm-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important;
	}
	
	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	
	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	
	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.object-fit-md-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	
	.object-fit-md-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	
	.object-fit-md-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	
	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	
	.object-fit-md-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-inline-grid {
		display: inline-grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.row-gap-md-0 {
		row-gap: 0 !important;
	}
	
	.row-gap-md-1 {
		row-gap: .25rem !important;
	}
	
	.row-gap-md-2 {
		row-gap: .5rem !important;
	}
	
	.row-gap-md-3 {
		row-gap: 1rem !important;
	}
	
	.row-gap-md-4 {
		row-gap: 1.5rem !important;
	}
	
	.row-gap-md-5 {
		row-gap: 3rem !important;
	}
	
	.column-gap-md-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	
	.column-gap-md-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important;
	}
	
	.column-gap-md-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important;
	}
	
	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	
	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	
	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	
	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	
	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	
	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	
	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-inline-grid {
		display: inline-grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.row-gap-lg-0 {
		row-gap: 0 !important;
	}
	
	.row-gap-lg-1 {
		row-gap: .25rem !important;
	}
	
	.row-gap-lg-2 {
		row-gap: .5rem !important;
	}
	
	.row-gap-lg-3 {
		row-gap: 1rem !important;
	}
	
	.row-gap-lg-4 {
		row-gap: 1.5rem !important;
	}
	
	.row-gap-lg-5 {
		row-gap: 3rem !important;
	}
	
	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	
	.column-gap-lg-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important;
	}
	
	.column-gap-lg-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important;
	}
	
	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	
	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	
	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.object-fit-xl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	
	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	
	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	
	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	
	.object-fit-xl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-inline-grid {
		display: inline-grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.row-gap-xl-0 {
		row-gap: 0 !important;
	}
	
	.row-gap-xl-1 {
		row-gap: .25rem !important;
	}
	
	.row-gap-xl-2 {
		row-gap: .5rem !important;
	}
	
	.row-gap-xl-3 {
		row-gap: 1rem !important;
	}
	
	.row-gap-xl-4 {
		row-gap: 1.5rem !important;
	}
	
	.row-gap-xl-5 {
		row-gap: 3rem !important;
	}
	
	.column-gap-xl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	
	.column-gap-xl-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important;
	}
	
	.column-gap-xl-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important;
	}
	
	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	
	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	
	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width:1440px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.object-fit-xxl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	
	.object-fit-xxl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	
	.object-fit-xxl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	
	.object-fit-xxl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	
	.object-fit-xxl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-inline-grid {
		display: inline-grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.row-gap-xxl-0 {
		row-gap: 0 !important;
	}
	
	.row-gap-xxl-1 {
		row-gap: .25rem !important;
	}
	
	.row-gap-xxl-2 {
		row-gap: .5rem !important;
	}
	
	.row-gap-xxl-3 {
		row-gap: 1rem !important;
	}
	
	.row-gap-xxl-4 {
		row-gap: 1.5rem !important;
	}
	
	.row-gap-xxl-5 {
		row-gap: 3rem !important;
	}
	
	.column-gap-xxl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	
	.column-gap-xxl-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important;
	}
	
	.column-gap-xxl-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important;
	}
	
	.column-gap-xxl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	
	.column-gap-xxl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	
	.column-gap-xxl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-inline-grid {
		display: inline-grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

[class^=icon-], [class*=" icon-"], [class^=icon-rl], [class*=" icon-rl"] {
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

.icon-linkedin-white:before {
	content: "";
}

.icon-youtube-white:before {
	content: "";
}

.icon-instagram-white:before {
	content: "";
}

.icon-facebook-white:before {
	content: "";
}

.icon-home-icon:before {
	content: "";
	color: #e42413;
}

.icon-close-circle:before {
	content: "";
}

.icon-marker:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-rl-profile:before {
	content: "";
}

.icon-rl-cart:before {
	content: "";
}

.icon-rl-phone:before {
	content: "";
}

.icon-rl-search:before {
	content: "";
}

.fs-white {
	color: #fff;
}

.fs-black {
	color: #000;
}

.fs-black-90 {
	color: #1a1a1a;
}

.fs-black-80 {
	color: rgba(51, 51, 51, .2);
}

.fs-action {
	color: #00a3ff;
}

.fs-question {
	color: #ff6b00;
}

.fs-variable {
	color: #db00ff;
}

.fs-external-source {
	color: #ff7a00;
}

.fs-light-blue {
	color: #85d3ff;
}

.fs-grey-25 {
	color: #ececec;
}

.fs-light-grey {
	color: #d1d1d1;
}

.fs-mild-grey {
	color: #a3a3a3;
}

.fs-fallon-blue-50 {
	color: #bfe3f4;
}

.fs-fallon-blue-15 {
	color: #d9eff9;
}

.fs-fallon-blue-10 {
	color: #e6f4fb;
}

.fs-red {
	color: #e42413;
}

.fs-grey {
	color: #6d6e70;
}

.fs-blue {
	color: #007db8;
}

.fs-electrical {
	color: #19c784;
}

.fs-security {
	color: #6e61ba;
}

.fs-solar {
	color: #f1b130;
}

.fs-data {
	color: #c646db;
}

.fs-application {
	color: #108973;
}

.fs-plumbing {
	color: #335e86;
}

.fs-carpentry {
	color: #ff7a00;
}

.fs-bg-black {
	background-color: #000;
	color: #fff;
}

.fs-bg-white {
	background-color: #fff;
	color: #000;
}

.fs-bg-black-90 {
	background-color: #1a1a1a;
	color: #fff;
}

.fs-bg-black-80 {
	background-color: rgba(51, 51, 51, .2);
	color: #fff;
}

.fs-bg-action {
	background-color: #00a3ff;
}

.fs-bg-question {
	background-color: #ff6b00;
}

.fs-bg-variable {
	background-color: #db00ff;
}

.fs-bg-external-source {
	background-color: #ff7a00;
}

.fs-bg-light-blue {
	background-color: #85d3ff;
}

.fs-bg-grey-25 {
	background-color: #ececec;
}

.fs-bg-light-grey {
	background-color: #d1d1d1;
}

.fs-bg-mild-grey {
	background-color: #a3a3a3;
}

.fs-bg-fallon-blue-50 {
	background-color: #bfe3f4;
}

.fs-bg-fallon-blue-15 {
	background-color: #d9eff9;
}

.fs-bg-fallon-blue-10 {
	background-color: #e6f4fb;
}

.fs-bg-red {
	background-color: #e42413;
}

.fs-bg-grey {
	background-color: #6d6e70;
}

.fs-bg-blue {
	background-color: #007db8;
}

.fs-bg-electrical {
	background-color: #19c784;
}

.fs-bg-security {
	background-color: #6e61ba;
}

.fs-bg-solar {
	background-color: #f1b130;
}

.fs-bg-data {
	background-color: #c646db;
}

.fs-bg-application {
	background-color: #108973;
}

.fs-bg-plumbing {
	background-color: #335e86;
}

.fs-bg-carpentry {
	background-color: #ff7a00;
}

html {
	scroll-behavior: smooth;
}

html, body {
	overflow-x: hidden;
}

body:not(.mce-content-body) .navbar.fixed-top {
	top: 0;
}

body:not(.mce-content-body).admin-bar .top-menu.fixed-top {
	top: 6px;
}

body:not(.mce-content-body).admin-bar .navbar.fixed-top {
	top: 6px;
}

body:not(.mce-content-body).admin-bar .navbar.fixed-top .offcanvas-collapse.extra-space {
	top: 6px;
}

@media (min-width:576px) {
	body:not(.mce-content-body).admin-bar .navbar.fixed-top {
		top: 6px;
	}
	
	body:not(.mce-content-body).admin-bar .navbar.fixed-top .offcanvas-collapse.extra-space {
		top: 6px;
	}
}

@media (min-width:783px) {
	body:not(.mce-content-body).admin-bar .top-menu.fixed-top {
		top: 2px;
	}
	
	body:not(.mce-content-body).admin-bar .navbar.fixed-top {
		top: 2px;
	}
}

@media (min-width:992px) {
	body:not(.mce-content-body) {
		padding-top: 150px;
	}
	
	body:not(.mce-content-body).admin-bar {
		padding-top: 150px;
	}
	
	body:not(.mce-content-body).admin-bar .navbar.fixed-top {
		top: 2px;
	}
	
	body:not(.mce-content-body).admin-bar .bottom-menu {
		top: 150px;
	}
}

@media (max-width:991.98px) {
	body:not(.mce-content-body) .navbar.fixed-top {
		top: 0;
	}
}

@media (max-width:767.98px) {
	.container, .woocommerce .page--content__body {
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.container .row, .woocommerce .page--content__body .row {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container [class^=col-], .woocommerce .page--content__body [class^=col-], .container [class*=" col-"], .woocommerce .page--content__body [class*=" col-"] {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.button-primary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-primary:hover {
	text-decoration: none;
}

.button-primary.hovered:before, .button-primary:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-primary.hovered, .button-primary:hover {
	border-color: #ececec;
}

.button-primary.hovered:before, .button-primary:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-primary:disabled {
	opacity: .6;
}

.button-primary:disabled:hover {
	background-color: #fff;
}

.button-primary {
	background-color: #fff;
	color: #e42413;
	border-color: #fff;
}

.button-primary.hovered, .button-primary:hover {
	background-color: #ececec;
}

.button-primary:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	.button-primary {
		margin-bottom: 0;
	}
}

.button-secondary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-secondary:hover {
	text-decoration: none;
}

.button-secondary.hovered:before, .button-secondary:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-secondary.hovered, .button-secondary:hover {
	border-color: #ececec;
}

.button-secondary.hovered:before, .button-secondary:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-secondary:disabled {
	opacity: .6;
}

.button-secondary:disabled:hover {
	background-color: #fff;
}

.button-secondary {
	background-color: #fff;
	color: #e42413;
	border: 0;
}

.button-secondary:hover {
	border-color: #ececec;
}

.button-secondary:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	.button-secondary {
		margin-bottom: 0;
	}
}

.button-ghost {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-ghost:hover {
	text-decoration: none;
}

.button-ghost.hovered:before, .button-ghost:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-ghost.hovered, .button-ghost:hover {
	border-color: #ececec;
}

.button-ghost.hovered:before, .button-ghost:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-ghost:disabled {
	opacity: .6;
}

.button-ghost:disabled:hover {
	background-color: #fff;
}

.button-ghost {
	background-color: transparent;
	color: #000;
	border-color: #000;
	margin-bottom: 16px;
	margin-right: 16px;
}

.button-ghost:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.button-ghost:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	.button-ghost {
		margin-bottom: 0;
	}
}

.button-ghost-secondary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-ghost-secondary:hover {
	text-decoration: none;
}

.button-ghost-secondary.hovered:before, .button-ghost-secondary:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-ghost-secondary.hovered, .button-ghost-secondary:hover {
	border-color: #ececec;
}

.button-ghost-secondary.hovered:before, .button-ghost-secondary:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-ghost-secondary:disabled {
	opacity: .6;
}

.button-ghost-secondary:disabled:hover {
	background-color: #fff;
}

.button-ghost-secondary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	margin-bottom: 16px;
	margin-right: 16px;
}

.button-ghost-secondary:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.button-ghost-secondary:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	.button-ghost-secondary {
		margin-bottom: 0;
	}
}

.button-full-r-arrow {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-full-r-arrow.hovered:before, .button-full-r-arrow:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-full-r-arrow.hovered, .button-full-r-arrow:hover {
	border-color: #ececec;
}

.button-full-r-arrow.hovered:before, .button-full-r-arrow:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-full-r-arrow:disabled {
	opacity: .6;
}

.button-full-r-arrow:disabled:hover {
	background-color: #fff;
}

.button-full-r-arrow {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #000;
	margin: 0 0 18px;
	text-decoration: none;
	border: 0;
	width: 100%;
	font-size: 2.68rem;
	font-weight: 700;
	height: 70px;
	padding: 10px 28px;
	border-radius: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.button-full-r-arrow:after {
	content: "";
	display: inline-block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/right-arrow.svg") no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-left: auto;
}

.button-full-r-arrow:hover {
	text-decoration: none;
}

.button-full-r-arrow:hover:after {
	content: "";
	display: inline-block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/right-arrow-black.svg") no-repeat;
}

.button-full-r-arrow:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.button-full-r-arrow {
		font-size: 2.93rem;
	}
}

.button-v-card {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.button-v-card.hovered:before, .button-v-card:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.button-v-card.hovered, .button-v-card:hover {
	border-color: #ececec;
}

.button-v-card.hovered:before, .button-v-card:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.button-v-card:disabled {
	opacity: .6;
}

.button-v-card:disabled:hover {
	background-color: #fff;
}

.button-v-card {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	color: #000;
	border-color: #000;
	padding: 5.5px 16px;
	font-weight: 700;
	font-size: 1rem;
}

.button-v-card:before {
	content: "";
	display: inline-block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/download-icon.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.button-v-card:hover {
	text-decoration: none;
}

.button-v-card:hover:after {
	content: "";
	display: inline-block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/right-arrow-black.svg") no-repeat;
}

a.button-primary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

a.button-primary:hover {
	text-decoration: none;
}

a.button-primary.hovered:before, a.button-primary:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

a.button-primary.hovered, a.button-primary:hover {
	border-color: #ececec;
}

a.button-primary.hovered:before, a.button-primary:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

a.button-primary:disabled {
	opacity: .6;
}

a.button-primary:disabled:hover {
	background-color: #fff;
}

a.button-primary {
	background-color: #fff;
	color: #e42413;
	border-color: #fff;
}

a.button-primary.hovered, a.button-primary:hover {
	background-color: #ececec;
}

a.button-primary:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	a.button-primary {
		margin-bottom: 0;
	}
}

a.button-secondary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

a.button-secondary:hover {
	text-decoration: none;
}

a.button-secondary.hovered:before, a.button-secondary:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

a.button-secondary.hovered, a.button-secondary:hover {
	border-color: #ececec;
}

a.button-secondary.hovered:before, a.button-secondary:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

a.button-secondary:disabled {
	opacity: .6;
}

a.button-secondary:disabled:hover {
	background-color: #fff;
}

a.button-secondary {
	background-color: #fff;
	color: #e42413;
	border: 0;
}

a.button-secondary:hover {
	border-color: #ececec;
}

a.button-secondary:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	a.button-secondary {
		margin-bottom: 0;
	}
}

a.button-ghost {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

a.button-ghost:hover {
	text-decoration: none;
}

a.button-ghost.hovered:before, a.button-ghost:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

a.button-ghost.hovered, a.button-ghost:hover {
	border-color: #ececec;
}

a.button-ghost.hovered:before, a.button-ghost:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

a.button-ghost:disabled {
	opacity: .6;
}

a.button-ghost:disabled:hover {
	background-color: #fff;
}

a.button-ghost {
	background-color: transparent;
	color: #000;
	border-color: #000;
	margin-bottom: 16px;
	margin-right: 16px;
}

a.button-ghost:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

a.button-ghost:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	a.button-ghost {
		margin-bottom: 0;
	}
}

section:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.solar-calculator) {
	padding: 32px 0;
}

.vertical-line-list {
	position: relative;
	padding-top: 28px;
	padding-left: 10px;
}

.vertical-line-list:before {
	content: "";
	display: block;
	border-top: 1px solid #000;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.vertical-line-list li {
	font-size: 1rem;
	line-height: 1.5rem;
	position: relative;
	padding-bottom: 12px;
}

@media (min-width:768px) {
	.vertical-line-list {
		padding-top: 0;
		margin-bottom: 28px;
	}
	
	.vertical-line-list:before {
		content: "";
		display: block;
		border-top: 0;
		border-left: 1px solid #000;
		height: 100%;
		width: 100%;
		position: absolute;
		left: -48px;
		top: 0;
	}
	
	.vertical-line-list li {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.vertical-line-list li:last-child {
		padding-bottom: 0;
	}
}

.rl-img-wrapper {
	width: 100%;
	overflow: hidden;
}

.rl-img-wrapper img {
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width:1440px) {
	.rl-max-width, .woocommerce .page--content__body, .page--content__body .container, .our-block-content .container, .section-featured-image .container, .article--content__body .container {
		max-width: 1040px;
	}
}

@media (min-width:1440px) {
	.rl-max-container {
		max-width: 1040px;
	}
}

@media (max-width:991.98px) {
	.page--content__body {
		padding-top: 50px;
	}
}

@media (min-width:992px) {
	[class^=col-].pr-lg-0, [class*=" col-"].pr-lg-0 {
		padding-right: 0;
	}
}

@media (min-width:992px) {
	[class^=col-].pl-lg-0, [class*=" col-"].pl-lg-0 {
		padding-left: 0;
	}
}

body:not(.home) .article--content__body > section:first-child, body:not(.home) .page--content__body > section:first-child {
	padding-top: 0;
}

.rl-v-align-middle, .rl-v-align-middle .container, .rl-v-align-middle .woocommerce .page--content__body, .woocommerce .rl-v-align-middle .page--content__body, .rl-v-align-middle .row, .rl-v-align-middle .col {
	height: 100%;
}

.rl-v-align-middle .rl-img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.cursor:hover {
	cursor: pointer;
}

.aligncenter, .woocommerce .page--content__body {
	margin: 0 auto;
	display: block;
}

.menu-text-only a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.menu-text-only a:hover {
	text-decoration: none;
}

.divider-line {
	border-bottom: .25px solid #000;
	margin: 16px 0;
}

.fs-italic {
	font-style: italic;
}

.main-content-wrapper .page-title-wrapper h1, .main-content-wrapper .page-title-wrapper .h1, .main-content-wrapper .page-title-wrapper .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .main-content-wrapper .page-title-wrapper .product_title {
	margin-bottom: 32px;
}

.m-b-8 {
	margin-bottom: 8px;
	display: block;
}

.article-heading {
	font-size: 1.375rem;
	font-style: italic;
	font-weight: 600;
	line-height: normal;
}

.post-category {
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1.375rem;
	color: #007db8;
}

.post-date {
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.service-main-heading {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 2.75rem;
	margin: 0;
}

.service-sub-heading {
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.75rem;
	margin: 0;
}

.img-full-width {
	border-radius: 12px;
}

button:is(:disabled):hover, button:disabled, button[disabled] {
	opacity: .5;
	cursor: not-allowed;
}

.phone-error {
	font-weight: 500;
}

a.dynamic-number {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}

a.dynamic-number:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.home-icon-mr:before {
	margin-right: 2px;
}

img {
	max-width: 100%;
	height: auto;
}

a.button-lg {
	font-size: 1.5rem;
	min-height: 54px;
	display: flex;
	justify-content: center;
}

.text-white {
	color: #fff;
}

.password-protected main {
	display: flex;
	align-items: center;
	height: calc(100vh - 610px);
}

.password-protected main .post-password-form label {
	width: 100%;
	margin-bottom: 22px;
}

.password-protected main .post-password-form label input {
	width: 100%;
}

.password-protected main .post-password-form input[type=submit] {
	border: 1px solid #ececec;
}

body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper .gform_footer, body form .gform_footer {
	padding: 0;
	margin: 30px 0 0;
}

body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper select, body .gform_wrapper input[type=text], body form select, body form input[type=text] {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #000;
	min-height: 40px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
}

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), body form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: 40px;
	margin: 0;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields, body .gform_wrapper .gform_body .gform_fields, body form .gform_body .gform_fields {
	grid-row-gap: 19px;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), body .gform_wrapper .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), body form .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: 40px;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_label, body .gform_wrapper.gravity-theme .gform_body .gform_fields label, body .gform_wrapper .gform_body .gform_fields .gfield_label, body .gform_wrapper .gform_body .gform_fields label, body form .gform_body .gform_fields .gfield_label, body form .gform_body .gform_fields label {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	display: block;
	width: 100%;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=number], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=tel], body .gform_wrapper.gravity-theme .gform_body .gform_fields select, body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=password], body .gform_wrapper .gform_body .gform_fields textarea, body .gform_wrapper .gform_body .gform_fields input[type=text], body .gform_wrapper .gform_body .gform_fields input[type=number], body .gform_wrapper .gform_body .gform_fields input[type=email], body .gform_wrapper .gform_body .gform_fields input[type=tel], body .gform_wrapper .gform_body .gform_fields select, body .gform_wrapper .gform_body .gform_fields input[type=password], body form .gform_body .gform_fields textarea, body form .gform_body .gform_fields input[type=text], body form .gform_body .gform_fields input[type=number], body form .gform_body .gform_fields input[type=email], body form .gform_body .gform_fields input[type=tel], body form .gform_body .gform_fields select, body form .gform_body .gform_fields input[type=password] {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	display: block;
	width: 100%;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields select, body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=number], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=password], body .gform_wrapper.gravity-theme .gform_body .gform_fields input[type=tel], body .gform_wrapper.gravity-theme .gform_body .gform_fields textarea, body .gform_wrapper .gform_body .gform_fields select, body .gform_wrapper .gform_body .gform_fields input[type=text], body .gform_wrapper .gform_body .gform_fields input[type=number], body .gform_wrapper .gform_body .gform_fields input[type=email], body .gform_wrapper .gform_body .gform_fields input[type=password], body .gform_wrapper .gform_body .gform_fields input[type=tel], body .gform_wrapper .gform_body .gform_fields textarea, body form .gform_body .gform_fields select, body form .gform_body .gform_fields input[type=text], body form .gform_body .gform_fields input[type=number], body form .gform_body .gform_fields input[type=email], body form .gform_body .gform_fields input[type=password], body form .gform_body .gform_fields input[type=tel], body form .gform_body .gform_fields textarea {
	border: 1px solid #fff;
	border-radius: 5px;
	height: 44px;
	color: #000;
	background-color: #fff;
	padding: 0 16px;
	margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields label, body .gform_wrapper .gform_body .gform_fields label, body form .gform_body .gform_fields label {
	color: #fff;
	font-weight: 500;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields textarea, body .gform_wrapper .gform_body .gform_fields textarea, body form .gform_body .gform_fields textarea {
	max-height: 107px;
	height: 100%;
	padding: 8px 16px;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield--type-consent legend, body .gform_wrapper .gform_body .gform_fields .gfield--type-consent legend, body form .gform_body .gform_fields .gfield--type-consent legend {
	display: none;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield--type-consent .gform-field-label, body .gform_wrapper .gform_body .gform_fields .gfield--type-consent .gform-field-label, body form .gform_body .gform_fields .gfield--type-consent .gform-field-label {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.125rem;
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_error input, body .gform_wrapper .gform_body .gform_fields .gfield_error input, body form .gform_body .gform_fields .gfield_error input {
	border-color: #e42413;
}

body .gform_wrapper.gravity-theme input[type=submit], body .gform_wrapper input[type=submit], body form input[type=submit] {
	margin-top: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

body .gform_wrapper.gravity-theme input[type=submit]:hover, body .gform_wrapper input[type=submit]:hover, body form input[type=submit]:hover {
	text-decoration: none;
}

body .gform_wrapper.gravity-theme input[type=submit].hovered:before, body .gform_wrapper.gravity-theme input[type=submit]:before, body .gform_wrapper input[type=submit].hovered:before, body .gform_wrapper input[type=submit]:before, body form input[type=submit].hovered:before, body form input[type=submit]:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

body .gform_wrapper.gravity-theme input[type=submit].hovered, body .gform_wrapper.gravity-theme input[type=submit]:hover, body .gform_wrapper input[type=submit].hovered, body .gform_wrapper input[type=submit]:hover, body form input[type=submit].hovered, body form input[type=submit]:hover {
	border-color: #ececec;
}

body .gform_wrapper.gravity-theme input[type=submit].hovered:before, body .gform_wrapper.gravity-theme input[type=submit]:hover:before, body .gform_wrapper input[type=submit].hovered:before, body .gform_wrapper input[type=submit]:hover:before, body form input[type=submit].hovered:before, body form input[type=submit]:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

body .gform_wrapper.gravity-theme input[type=submit]:disabled, body .gform_wrapper input[type=submit]:disabled, body form input[type=submit]:disabled {
	opacity: .6;
}

body .gform_wrapper.gravity-theme input[type=submit]:disabled:hover, body .gform_wrapper input[type=submit]:disabled:hover, body form input[type=submit]:disabled:hover {
	background-color: #fff;
}

body .gform_wrapper.gravity-theme input[type=submit], body .gform_wrapper input[type=submit], body form input[type=submit] {
	background-color: #fff;
	color: #e42413;
	border-color: #fff;
}

body .gform_wrapper.gravity-theme input[type=submit].hovered, body .gform_wrapper.gravity-theme input[type=submit]:hover, body .gform_wrapper input[type=submit].hovered, body .gform_wrapper input[type=submit]:hover, body form input[type=submit].hovered, body form input[type=submit]:hover {
	background-color: #ececec;
}

body .gform_wrapper.gravity-theme input[type=submit]:last-child, body .gform_wrapper input[type=submit]:last-child, body form input[type=submit]:last-child {
	margin-bottom: 0;
	margin-right: 16px;
}

@media (min-width:768px) {
	body .gform_wrapper.gravity-theme input[type=submit], body .gform_wrapper input[type=submit], body form input[type=submit] {
		margin-bottom: 0;
	}
}

body .gform_wrapper.gravity-theme input[type=submit], body .gform_wrapper input[type=submit], body form input[type=submit] {
	padding-left: 32px;
	padding-right: 32px;
}

body .gform_wrapper.gravity-theme .gfield_checkbox, body .gform_wrapper .gfield_checkbox, body form .gfield_checkbox {
	display: flex;
	flex-direction: row;
}

body .gform_wrapper.gravity-theme .ginput_container_consent, body .gform_wrapper.gravity-theme .gchoice, body .gform_wrapper .ginput_container_consent, body .gform_wrapper .gchoice, body form .ginput_container_consent, body form .gchoice {
	position: relative;
	padding-left: 38px;
	min-width: 120px;
	min-height: 22px;
	margin-right: 12px;
	display: flex;
	align-items: center;
}

body .gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox], body .gform_wrapper.gravity-theme .gchoice input[type=checkbox], body .gform_wrapper .ginput_container_consent input[type=checkbox], body .gform_wrapper .gchoice input[type=checkbox], body form .ginput_container_consent input[type=checkbox], body form .gchoice input[type=checkbox] {
	border: 1px solid #fff;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

body .gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] + label, body .gform_wrapper.gravity-theme .gchoice input[type=checkbox] + label, body .gform_wrapper .ginput_container_consent input[type=checkbox] + label, body .gform_wrapper .gchoice input[type=checkbox] + label, body form .ginput_container_consent input[type=checkbox] + label, body form .gchoice input[type=checkbox] + label {
	cursor: pointer;
}

body .gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox]:checked + label:before, body .gform_wrapper.gravity-theme .gchoice input[type=checkbox]:checked + label:before, body .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before, body .gform_wrapper .gchoice input[type=checkbox]:checked + label:before, body form .ginput_container_consent input[type=checkbox]:checked + label:before, body form .gchoice input[type=checkbox]:checked + label:before {
	opacity: 1;
	top: 3px;
	left: 8px;
}

body .gform_wrapper.gravity-theme .ginput_container_consent label, body .gform_wrapper.gravity-theme .gchoice label, body .gform_wrapper .ginput_container_consent label, body .gform_wrapper .gchoice label, body form .ginput_container_consent label, body form .gchoice label {
	padding-bottom: 0;
}

body .gform_wrapper.gravity-theme .ginput_container_consent label:after, body .gform_wrapper.gravity-theme .gchoice label:after, body .gform_wrapper .ginput_container_consent label:after, body .gform_wrapper .gchoice label:after, body form .ginput_container_consent label:after, body form .gchoice label:after {
	content: "";
	background: transparent;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

body .gform_wrapper.gravity-theme .ginput_container_consent label:before, body .gform_wrapper.gravity-theme .gchoice label:before, body .gform_wrapper .ginput_container_consent label:before, body .gform_wrapper .gchoice label:before, body form .ginput_container_consent label:before, body form .gchoice label:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 15px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	top: 4px;
	transform: rotate(45deg);
	opacity: 0;
	transition: all .1s;
}

body .gform_wrapper.gravity-theme .gfield, body .gform_wrapper .gfield, body form .gfield {
	margin-bottom: 10px;
}

body .gform_wrapper.gravity-theme .ginput_container_select, body .gform_wrapper .ginput_container_select, body form .ginput_container_select {
	position: relative;
}

body .gform_wrapper.gravity-theme .ginput_container_select:after, body .gform_wrapper .ginput_container_select:after, body form .ginput_container_select:after {
	content: "";
	display: block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/chevron-down.svg") no-repeat;
	background-size: 11px;
	width: 12px;
	height: 8px;
	position: absolute;
	top: 16px;
	right: 16px;
	pointer-events: none;
}

body .gform_wrapper.gravity-theme .ginput_container_select select, body .gform_wrapper .ginput_container_select select, body form .ginput_container_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper .gfield_description, body form .gfield_description {
	color: #fff;
	padding-top: 2px;
	font-weight: 700;
}

@media (min-width:768px) {
	body .gform_wrapper.gravity-theme .gfield, body .gform_wrapper .gfield, body form .gfield {
		margin-bottom: 18px;
	}
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_required .gfield_required_asterisk, body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_required .gfield_required_asterisk, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_consent_label, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_required.gfield_required_asterisk, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_consent_label, body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_required.gfield_required_asterisk, body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
	color: #fff;
}

.gform_wrapper .gform_validation_errors, .gform_wrapper .validation_message, .gform_wrapper .gform_required_legend {
	display: none;
}

@media (min-width:992px) {
	.gform_wrapper .gfield--width-half {
		width: 50%;
		display: inline-block;
		float: left;
	}
	
	.gform_wrapper .gfield--width-half:nth-child(odd) {
		padding-right: 8px;
	}
	
	.gform_wrapper .gfield--width-half:nth-child(2n) {
		padding-left: 8px;
	}
}

.gform_confirmation_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
	color: #fff;
	font-size: .9775rem;
	font-weight: 600;
}

.ui-autocomplete {
	padding: 4px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	font-size: .875rem;
	font-style: italic;
	font-weight: 400;
}

body {
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1a1a1a;
	line-height: 1.375rem;
}

h1, .h1, .woocommerce.single-product .page--content__body .product .summary .product_title, h2, .h2, .component-handy-hints-block .title, h3, .h3, .component-services-block h2, .component-services-block .h2, h4, .h4, .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .component-award-block .title, h5, .h5, .woocommerce.single-product .page--content__body .product .related.products ul li a h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .title, .woocommerce .page--content__body .products .product .price, h6, .h6, .woocommerce.single-product .page--content__body .product .related.products ul li .price {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-weight: 700;
	margin-bottom: 16px;
	font-style: normal;
}

h1.include, h1.exclude, h2.include, h2.exclude, h3.include, h3.exclude, h4.include, h4.exclude, h5.include, h5.exclude, h6.include, h6.exclude, .h1.include, .woocommerce.single-product .page--content__body .product .summary .include.product_title, .h1.exclude, .woocommerce.single-product .page--content__body .product .summary .exclude.product_title, .h2.include, .component-handy-hints-block .include.title, .h2.exclude, .component-handy-hints-block .exclude.title, .h3.include, .h3.exclude, .h4.include, .woocommerce.single-product .page--content__body .product .related.products h2.include:first-child, .woocommerce.single-product .page--content__body .product .related.products .include.h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .include.title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .include.title:first-child, .woocommerce .page--content__body .products .product .include.woocommerce-loop-product__title, .component-award-block .include.title, .h4.exclude, .woocommerce.single-product .page--content__body .product .related.products h2.exclude:first-child, .woocommerce.single-product .page--content__body .product .related.products .exclude.h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .exclude.title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .exclude.title:first-child, .woocommerce .page--content__body .products .product .exclude.woocommerce-loop-product__title, .component-award-block .exclude.title, .h5.include, .woocommerce.single-product .page--content__body .product .related.products ul li a h2.include, .woocommerce.single-product .page--content__body .product .related.products ul li a .include.h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .include.title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .include.title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2.include, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .include.h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .include.title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .include.title, .woocommerce .page--content__body .products .product .include.price, .h5.exclude, .woocommerce.single-product .page--content__body .product .related.products ul li a h2.exclude, .woocommerce.single-product .page--content__body .product .related.products ul li a .exclude.h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .exclude.title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .exclude.title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2.exclude, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .exclude.h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .exclude.title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .exclude.title, .woocommerce .page--content__body .products .product .exclude.price, .h6.include, .woocommerce.single-product .page--content__body .product .related.products ul li .include.price, .h6.exclude, .woocommerce.single-product .page--content__body .product .related.products ul li .exclude.price {
	display: flex;
}

h1, .h1, .woocommerce.single-product .page--content__body .product .summary .product_title {
	font-size: 2.188rem;
	line-height: 2.375rem;
	font-weight: 700;
}

h2, .h2, .component-handy-hints-block .title {
	font-family: Gotham Medium, Gotham, Montserrat, sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.75rem;
}

h3, .h3, .component-services-block h2, .component-services-block .component-handy-hints-block .title, .component-handy-hints-block .component-services-block .title, .component-services-block .h2 {
	font-size: 1.438rem;
	line-height: 1.625rem;
}

h4, .h4, .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .component-award-block .title {
	font-size: 1.313rem;
	line-height: 1.5rem;
}

h5, .h5, .woocommerce.single-product .page--content__body .product .related.products ul li a h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .title, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .h2, .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .woocommerce-tabs .woocommerce-Tabs-panel .title, .woocommerce .page--content__body .products .product .price {
	font-size: 1.188rem;
	line-height: 1.375rem;
}

h6, .h6, .woocommerce.single-product .page--content__body .product .related.products ul li .price {
	font-size: 1.063rem;
	line-height: 1.25rem;
}

a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #1a1a1a;
	font-weight: inherit;
}

a:hover {
	cursor: pointer;
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
}

p:last-child {
	margin-bottom: 0;
}

section ol, section ul, section dl {
	padding-left: 20px;
	margin-bottom: 25px;
}

section ol li, section ul li, section dl li {
	font-size: 1rem;
	line-height: 1.5rem;
	padding-left: 0;
}

.top-menu {
	background-color: #e42413;
	height: 40px;
	z-index: 1000;
}

.top-menu .container, .top-menu .woocommerce .page--content__body, .woocommerce .top-menu .page--content__body {
	display: flex;
	align-items: center;
	height: 100%;
}

.top-menu ul {
	clear: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 40px;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: center;
}

.top-menu ul li {
	margin: 0;
	display: inline-block;
}

.top-menu ul li:first-child {
	margin-top: 0;
}

.top-menu ul li:not(.book-now) {
	margin: 0 16px 0 26px;
}

.top-menu ul li:not(.book-now):first-child {
	margin-left: 0;
}

.top-menu ul li:not(.book-now):last-child {
	margin-right: 0;
}

.top-menu ul li:not(.book-now) a {
	visibility: hidden;
	min-height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 0;
}

.top-menu ul li:not(.book-now) a:before {
	visibility: visible;
	font-size: 22px;
}

.top-menu ul li a {
	font-weight: 400;
	font-size: 1rem;
	line-height: normal;
	color: #fff;
	text-decoration: none;
}

.top-menu ul li.icon-fb, .top-menu ul li.icon-insta, .top-menu ul li.icon-ld, .top-menu ul li.icon-yb {
	display: none;
}

.top-menu ul li.icon-search {
	width: unset;
	height: unset;
}

.top-menu ul li.icon-search a {
	visibility: visible;
}

.top-menu ul li.icon-phone a:before {
	font-family: icomoon;
	content: "";
}

.top-menu ul li.icon-profile a:before {
	font-family: icomoon;
	content: "";
}

.top-menu ul li.icon-cart a {
	content: "";
}

.top-menu ul li.icon-cart a:before {
	font-family: icomoon;
	content: "";
}

.top-menu ul li.book-now {
	margin-right: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-left: -16px;
	background: #fff;
	position: relative;
	padding: 0 0 0 30px;
	color: #fff;
	z-index: 1;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .15));
}

.top-menu ul li.book-now:before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 40px;
	position: absolute;
	right: -16px;
	transform: skew(-25deg);
	width: 40px;
	z-index: -1;
}

.top-menu ul li.book-now a {
	font-weight: 700;
	color: #e42413;
}

.top-menu ul li.call-phone {
	margin-left: 10px;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: unset;
	min-height: 40px;
}

.top-menu ul li.call-phone a {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	visibility: unset;
	padding: 0;
	display: flex;
}

@media (min-width:576px) {
	.top-menu ul li.book-now {
		margin-left: 34px;
		margin-right: 20px;
		padding-left: 0;
		width: 120px;
		background-color: transparent;
	}
	
	.top-menu ul li.book-now:before {
		left: -3.5px;
		width: 126px;
		z-index: -1;
	}
}

@media (min-width:768px) {
	.top-menu ul li.icon-fb, .top-menu ul li.icon-insta, .top-menu ul li.icon-ld, .top-menu ul li.icon-yb {
		display: inline-block;
	}
	
	.top-menu ul li.icon-fb {
		margin: 0 5px;
	}
	
	.top-menu ul li.icon-fb a:before {
		font-family: icomoon;
		content: "";
	}
	
	.top-menu ul li.icon-insta {
		margin: 0 5px;
	}
	
	.top-menu ul li.icon-insta a:before {
		font-family: icomoon;
		content: "";
	}
	
	.top-menu ul li.icon-yb {
		margin: 0 5px;
	}
	
	.top-menu ul li.icon-yb a:before {
		font-family: icomoon;
		content: "";
	}
	
	.top-menu ul li.icon-ld {
		margin: 0 5px;
	}
	
	.top-menu ul li.icon-ld a:before {
		font-family: icomoon;
		content: "";
	}
}

@media (min-width:992px) {
	.top-menu ul li.icon-search {
		display: inline-block;
	}
}

@media (max-width:991.98px) {
	.top-menu {
		display: none;
	}
}

.bottom-menu {
	border-top: 1px solid #d9d9d9;
	background-color: #fff;
	top: 114px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	z-index: 1030;
}

.bottom-menu .menu-bottom-menu {
	display: flex;
	justify-content: left;
	gap: 5px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.bottom-menu .menu-bottom-menu li {
	position: relative;
	align-items: center;
}

.bottom-menu .menu-bottom-menu li a {
	display: inline-flex;
	align-items: center;
	padding: 5px 8px;
	color: #000;
	text-decoration: none;
	transition: color .3s;
	margin-bottom: 0;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

.bottom-menu .menu-bottom-menu li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #e42413;
}

.bottom-menu .menu-bottom-menu li a:hover:after {
	width: 100%;
}

.bottom-menu .menu-bottom-menu li.menu-item-has-children {
	position: relative;
	padding-right: 14px;
}

.bottom-menu .menu-bottom-menu li.menu-item-has-children:after {
	position: absolute;
	font-family: icomoon;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #1a1a1a;
	font-weight: 400;
	font-size: .5rem;
}

.bottom-menu .menu-bottom-menu li.menu-item-has-children:hover > .sub-menu, .bottom-menu .menu-bottom-menu li.menu-item-has-children:focus-within > .sub-menu {
	display: flex;
}

.bottom-menu .menu-bottom-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	min-width: 200px;
	padding: 20px 0 20px 20px;
	width: auto;
	flex-direction: row;
	z-index: 1032;
}

.bottom-menu .menu-bottom-menu .sub-menu li {
	margin-right: 20px;
}

.bottom-menu .menu-bottom-menu .sub-menu li.menu-item-has-children {
	position: relative;
	padding-right: 0 !important;
}

.bottom-menu .menu-bottom-menu .sub-menu li.menu-item-has-children:after {
	position: absolute;
	font-family: icomoon;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #1a1a1a;
	font-weight: 400;
	font-size: 0;
}

.bottom-menu .menu-bottom-menu .sub-menu li.menu-item-has-children:hover > .sub-menu, .bottom-menu .menu-bottom-menu .sub-menu li.menu-item-has-children:focus-within > .sub-menu {
	display: flex;
}

.bottom-menu .menu-bottom-menu .sub-menu li a {
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18.29px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #027db8;
	border-bottom: 1px solid #d9d9d9;
}

.bottom-menu .menu-bottom-menu .sub-menu li a:after {
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 0;
}

.bottom-menu .menu-bottom-menu .sub-menu li .sub-menu {
	display: block !important;
	position: relative;
	margin-top: 10px;
	padding: 0 !important;
	box-shadow: none;
	top: 0 !important;
	flex-direction: column;
}

.bottom-menu .menu-bottom-menu .sub-menu li .sub-menu li {
	display: block;
	margin: 5px 0;
	border-bottom: 0;
}

.bottom-menu .menu-bottom-menu .sub-menu li .sub-menu li a {
	padding: 5px 10px;
	color: #333;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 15.85px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #000;
	border-bottom: 0;
}

.bottom-menu .menu-bottom-menu .sub-menu li .sub-menu li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #e42413;
}

.bottom-menu .menu-bottom-menu .sub-menu li .sub-menu li a:hover:after {
	width: 100%;
}

.bottom-menu .menu-bottom-menu .emergency {
	background-color: #e42413;
	padding: 5px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .3s;
	margin-top: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.bottom-menu .menu-bottom-menu .emergency a {
	padding: 0 !important;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 15.85px;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff !important;
	text-align: center;
}

@media (min-width:992px) {
	.bottom-menu {
		border: 1px solid #d9d9d9;
		box-shadow: none;
		top: 114px;
	}
	
	.bottom-menu .menu-bottom-menu {
		justify-content: center;
		gap: 18px;
		align-items: center;
	}
	
	.bottom-menu .menu-bottom-menu li a {
		padding: 8px 2px;
		margin-bottom: 0;
		font-size: .875rem;
		line-height: 1.2;
	}
	
	.bottom-menu .menu-bottom-menu li.menu-item-has-children {
		position: relative;
		padding-right: 14px;
	}
	
	.bottom-menu .menu-bottom-menu li.menu-item-has-children:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 0;
		right: 0;
		height: 12px;
	}
	
	.bottom-menu .menu-bottom-menu li.menu-item-has-children:after {
		top: 0;
	}
}

.navbar {
	padding: 0;
	min-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.navbar.fixed-top {
	z-index: 1031;
}

.navbar .site-branding {
	padding: 10px 0;
}

.navbar .site-branding .site-logo {
	max-width: 145px;
	width: 145px;
}

.navbar .site-branding .site-logo a {
	display: block;
}

.navbar .site-branding .site-logo a img {
	width: 100%;
}

.navbar ul {
	clear: none;
	list-style-type: none;
	padding: 0;
}

.navbar ul li {
	display: block;
	align-items: center;
}

.navbar ul li a {
	color: #1a1a1a;
	text-decoration: none;
	width: 100%;
	min-height: 52px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 15.85px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

.navbar ul li a .menu-image {
	width: 32px;
	height: 32px;
}

.navbar ul li:before {
	display: none;
}

@media (max-width:991.98px) {
	.navbar .menu-item-has-children:has(.sub-menu) > a {
		position: relative;
	}
	
	.navbar .menu-item-has-children:has(.sub-menu) > a:after {
		position: absolute;
		font-family: icomoon;
		content: "";
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		color: #e42413;
		font-weight: 400;
		font-size: .875rem;
	}
	
	.navbar .go-previous-menu-link {
		position: relative;
		font-size: 1rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		color: #e42413;
		padding-left: 16px;
	}
	
	.navbar .go-previous-menu-link:before {
		position: absolute;
		font-family: icomoon;
		content: "";
		left: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		color: #e42413;
		font-weight: 400;
		font-size: .875rem;
		margin-right: 16px;
	}
	
	.navbar .menu-primary-menu {
		position: relative;
		padding: 0 18px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children.no-click > a:after {
		content: unset;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu {
		background-color: #fff;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu a {
		border-bottom: .5px solid #a3a3a3;
		position: relative;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu {
		position: absolute;
		width: 100%;
		height: 100%;
		inset: 0 -120% 0 auto;
		z-index: 1;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu li, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .sub-menu {
		background-color: #fff;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu.panel-open li:not(.js-previous-menu):not(.js-added-menu-item) {
		padding-left: 42px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children:first-child .sub-menu {
		display: block;
		position: unset;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children:first-child .sub-menu .sub-menu {
		position: absolute;
	}
	
	.navbar .menu-bottom-menu {
		position: relative;
		padding: 0 18px;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children.no-click > a:after {
		content: unset;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children .sub-menu {
		background-color: #fff;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children .sub-menu a {
		border-bottom: .5px solid #a3a3a3;
		position: relative;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children .sub-menu {
		position: absolute;
		width: 100%;
		height: 100%;
		inset: 0 -120% 0 auto;
		z-index: 1;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children .sub-menu li, .navbar .menu-bottom-menu .menu-item-has-children .sub-menu .sub-menu {
		background-color: #fff;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children .sub-menu.panel-open li:not(.js-previous-menu):not(.js-added-menu-item) {
		padding-left: 42px;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children:first-child .sub-menu {
		display: block;
		position: unset;
	}
	
	.navbar .menu-bottom-menu .menu-item-has-children:first-child .sub-menu .sub-menu {
		position: absolute;
	}
	
	.navbar .navbar-toggler:focus {
		box-shadow: none;
	}
	
	.navbar .navbar-toggler {
		border: 0;
		border-radius: 0;
		display: inline-block;
		width: 30px;
		height: 24px;
		position: relative;
		padding: 0;
	}
	
	.navbar .navbar-toggler[aria-expanded=false]:after, .navbar .navbar-toggler[aria-expanded=true]:after {
		position: absolute;
		font-family: icomoon;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		color: #000;
	}
	
	.navbar .navbar-toggler[aria-expanded=false]:after {
		content: "";
	}
	
	.navbar .navbar-toggler[aria-expanded=true]:after {
		content: "";
	}
	
	.navbar .offcanvas-collapse {
		position: fixed;
		top: 100px;
		bottom: 0;
		left: 100%;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		visibility: hidden;
		background-color: #fff;
		z-index: 1;
		transition: transform .15s ease-in-out, visibility .15s ease-in-out;
	}
	
	.navbar .offcanvas-collapse.extra-space {
		top: 60px;
	}
	
	.navbar .offcanvas-collapse.open {
		visibility: visible;
		transform: translate(-100%);
	}
}

@media (min-width:576px) {
	.navbar {
		min-height: 80px;
	}
	
	.navbar .site-branding .site-logo {
		max-width: 145px;
		width: 145px;
	}
}

@media (min-width:576px)and (min-width:576px) {
	.navbar .offcanvas-collapse.extra-space {
		top: 80px;
	}
}

@media (min-width:992px) {
	.navbar .navbar-toggler {
		display: none;
	}
	
	.navbar .offcanvas-collapse {
		position: unset;
		visibility: unset;
		overflow-y: unset;
	}
	
	.navbar ul {
		clear: none;
		justify-content: flex-end;
	}
	
	.navbar ul li {
		margin: 0;
		padding: 0 8px;
		line-height: 16px;
	}
	
	.navbar ul li a {
		font-family: Gotham, Montserrat, sans-serif;
		font-size: 13px;
		font-weight: 500;
		line-height: 15.85px;
		text-align: left;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
	}
}

@media (min-width:992px) {
	@keyframes slideIn {
		0% {
			opacity: 0;
			transform: translateY(-10px);
		}
		
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.navbar ul li {
		margin-right: 16px;
	}
	
	.navbar ul li:hover > a:before {
		content: "";
		display: block;
		height: 3px;
		width: calc(100% - 16px);
		background-color: #e42413;
		border-radius: 500px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.navbar ul li.menu-item-has-children:hover > a:before {
		width: 100%;
	}
	
	.navbar ul li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	
	.navbar ul li ul li {
		margin-right: 0;
	}
	
	.navbar .navbar-collapse .container, .navbar .navbar-collapse .woocommerce .page--content__body, .woocommerce .navbar .navbar-collapse .page--content__body {
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	
	.navbar .menu-primary-menu {
		padding: 0;
		height: 100%;
		min-height: 80px;
	}
	
	.navbar .menu-primary-menu a {
		height: 100%;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children > a {
		position: relative;
		padding-right: 16px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children > a:after {
		position: absolute;
		font-family: icomoon;
		content: "";
		right: 0;
		top: 2px;
		bottom: 0;
		display: flex;
		align-items: center;
		color: #1a1a1a;
		font-weight: 400;
		font-size: .5rem;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
		content: none;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item-has-children > a {
		position: relative;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
		position: absolute;
		font-family: icomoon;
		content: "";
		right: 0;
		top: 2px;
		bottom: 0;
		display: flex;
		align-items: center;
		color: #e42413;
		font-weight: 400;
		font-size: .625rem;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item {
		min-height: 40px;
		padding: 0;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a {
		min-width: 268px;
		flex-wrap: nowrap;
		-moz-column-gap: 0;
		column-gap: 0;
		white-space: normal;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br {
		display: none !important;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a span, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a .small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a em, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a strong {
		display: inline !important;
		white-space: normal;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br + span, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br + small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br + .small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br + em, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a br + strong, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a span + span, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a span + small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a span + .small, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a small + span, .navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a .small + span {
		margin-left: 4px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a:before {
		content: "";
		display: block;
		height: .369px;
		width: 100%;
		background-color: #a3a3a3;
		border-radius: 500px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a img {
		padding-right: 10px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item a span {
		padding-left: 0;
		padding-right: 4px;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item:last-child a {
		border-bottom: 0;
	}
	
	.navbar .menu-primary-menu .menu-item-has-children .sub-menu .menu-item:hover > a:before {
		background-color: #e42413;
	}
	
	.navbar .menu-primary-menu .menu-item {
		position: relative;
	}
	
	.navbar .menu-primary-menu .menu-item .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 284px;
		background-color: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
		border-radius: 0;
		z-index: 5;
		padding: 0 16px;
		box-sizing: border-box;
	}
	
	.navbar .menu-primary-menu .menu-item .sub-menu .sub-menu {
		top: -16px;
		left: 100%;
		min-width: 284px;
		background-color: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
		border-radius: 0;
		z-index: 6;
		padding: 0 16px;
	}
	
	.navbar .menu-primary-menu .menu-item:hover > .sub-menu {
		display: block;
		animation: slideIn .18s ease-in-out;
	}
	
	.navbar .menu-primary-menu .menu-item:focus-within > .sub-menu {
		display: block;
	}
}

@media (min-width:992px) {
	.navbar {
		min-height: 0;
		padding: 18px 0 16px;
		border-bottom: 0;
	}
	
	.navbar .site-branding {
		padding: 0;
	}
	
	.navbar .site-branding .site-logo {
		max-width: 195px;
		width: 195px;
	}
	
	.navbar-primary__row {
		align-items: center;
	}
	
	.navbar-primary__content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 32px;
		max-width: none;
		padding: 0;
		width: 100%;
	}
	
	.navbar-nav {
		align-items: center;
	}
	
	.menu-primary-menu {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		justify-content: center !important;
		gap: 20px;
		min-height: auto;
	}
	
	.menu-primary-menu > .menu-item {
		display: flex;
		align-items: center;
		margin-right: 0 !important;
		padding: 0 !important;
	}
	
	.menu-primary-menu > .menu-item.menu-item-has-children {
		position: relative;
	}
	
	.menu-primary-menu > .menu-item.menu-item-has-children:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 4;
		top: 100%;
		left: 0;
		right: 0;
		height: 12px;
	}
	
	.menu-primary-menu > .menu-item > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: auto;
		height: auto;
		padding: 8px 0;
		color: #000;
		font-size: .875rem;
		font-weight: 700;
		line-height: 1.2;
	}
	
	.menu-primary-menu > .menu-item.current-menu-item > a, .menu-primary-menu > .menu-item.current-menu-ancestor > a {
		font-weight: 700;
	}
	
	.navbar-primary__cta {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.navbar-primary__cta-link {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: #e42413;
		text-decoration: none;
		text-align: center;
	}
	
	.navbar-primary__cta-label {
		color: #e42413;
		font-family: Gotham, Montserrat, sans-serif;
		font-size: .875rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: .08em;
		text-transform: uppercase;
	}
	
	.navbar-primary__cta-number, .navbar-primary__cta-number .dynamic-number {
		color: #fff;
		text-decoration: none;
		font-family: Gotham, Montserrat, sans-serif;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1;
	}
}

.navbar-primary {
	display: flex;
	flex-direction: column;
}

.navbar-primary__cta-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.navbar-primary__cta-number .dynamic-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 14px 17px;
	border-radius: 10px;
	background: #e42413;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
}

.navbar-primary__cta-number .dynamic-number:before {
	font-family: icomoon;
	content: "";
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.navbar-primary__cta-number .dynamic-number:hover {
	color: #fff;
}

.section-licence-block {
	margin: 32px 0;
}

.section-licence-block h4, .section-licence-block .h4, .section-licence-block .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .section-licence-block h2:first-child, .section-licence-block .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .section-licence-block .h2:first-child, .section-licence-block .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .section-licence-block .title:first-child, .section-licence-block .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .section-licence-block .title:first-child, .section-licence-block .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .section-licence-block .woocommerce-loop-product__title, .section-licence-block .component-award-block .title, .component-award-block .section-licence-block .title {
	margin-bottom: 20px;
	font-weight: 600;
}

.section-licence-block .image-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	row-gap: 20px;
}

.section-licence-block .image-icon-wrapper .image-container {
	width: 81px;
	height: 81px;
	margin: 0 5.5px;
}

.section-licence-block .image-icon-wrapper .image-container:first-child {
	margin-left: 0;
}

.section-licence-block .image-icon-wrapper .image-container:last-child {
	margin-right: 0;
}

.section-licence-block .image-icon-wrapper .image-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:576px) {
	.section-licence-block .image-icon-wrapper .image-container {
		width: 84px;
		height: 84px;
		margin: 0 6px;
	}
}

@media (min-width:768px) {
	.section-licence-block .image-icon-wrapper .image-container {
		width: 125px;
		height: 125px;
	}
}

@media (min-width:992px) {
	.section-licence-block .image-icon-wrapper {
		justify-content: center;
	}
	
	.section-licence-block .image-icon-wrapper .image-container {
		margin: 0 25px;
	}
}

footer {
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: #2b2b2b;
	color: #fff;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ul li:before {
	content: none;
}

footer a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1rem;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer .site-logo {
	margin-bottom: 27px;
	max-width: 123px;
}

footer .site-logo a {
	display: block;
}

footer .site-logo a img {
	width: 100%;
}

footer #menu-footer-menu {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

footer .menu-footer-menu {
	list-style-type: none;
	padding: 0;
	display: block;
}

footer .menu-footer-menu .menu-item {
	margin-bottom: 10px;
	width: 100%;
}

footer .menu-footer-menu .menu-item:last-child {
	margin-bottom: 0;
}

footer .social-media-menu {
	margin-top: 14px;
	margin-bottom: 4px;
}

footer .social-media-menu .menu-title {
	font-size: .8125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.375rem;
	margin-bottom: 4px;
}

footer .social-media-menu .menu-item {
	width: unset;
}

footer .social-media-menu ul {
	display: flex;
}

footer .social-media-menu ul li {
	display: inline-block;
	margin: 0 6px;
	width: 24.5px;
	height: 24.5px;
}

footer .social-media-menu ul li a {
	padding: 0;
	display: flex;
	font-size: 0;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

footer .social-media-menu ul li a:before {
	visibility: visible;
	font-size: 32px;
	color: #007db8;
}

footer .social-media-menu ul li a:hover {
	text-decoration: none;
}

footer .social-media-menu ul li a:hover:before {
	color: #e42413;
}

footer .social-media-menu ul li.icon-fb {
	content: "";
	margin-left: 0;
}

footer .social-media-menu ul li.icon-fb a:before {
	font-family: icomoon;
	content: "";
}

footer .social-media-menu ul li.icon-insta a {
	content: "";
}

footer .social-media-menu ul li.icon-insta a:before {
	font-family: icomoon;
	content: "";
}

footer .social-media-menu ul li.icon-yb a {
	content: "";
}

footer .social-media-menu ul li.icon-yb a:before {
	font-family: icomoon;
	content: "";
}

footer .social-media-menu ul li.icon-ld {
	margin-right: 0;
}

footer .social-media-menu ul li.icon-ld a {
	content: "";
}

footer .social-media-menu ul li.icon-ld a:before {
	font-family: icomoon;
	content: "";
}

footer .contact-us-details, footer .business-details {
	margin-bottom: 16px;
}

footer .contact-us-details p, footer .business-details p {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.125rem;
}

footer .contact-us-details p span, footer .business-details p span {
	font-weight: 600;
}

footer .contact-us-details p:last-child, footer .business-details p:last-child {
	margin-bottom: 0;
}

footer .contact-us-details .address, footer .business-details .address {
	margin-bottom: 15px;
}

footer .sub-heading {
	font-size: 20px;
	font-weight: 700;
}

footer .contact-us-details {
	margin-bottom: 16px;
}

footer .contact-us-details p {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.125rem;
}

footer .contact-us-details p span {
	font-weight: 600;
}

footer .contact-us-details p:last-child {
	margin-bottom: 0;
}

footer .contact-us-details .address {
	margin-bottom: 12px;
}

@media (min-width:768px) {
	footer {
		padding-top: 40px;
	}
	
	footer .site-logo {
		max-width: 146px;
		padding: 0;
		margin-bottom: 0;
	}
	
	footer .menu-footer-menu {
		-moz-column-count: 2;
		column-count: 2;
	}
	
	footer .menu-footer-menu .menu-item {
		text-align: left;
	}
	
	footer [class*=" col-"].business-col .business-details {
		margin-bottom: 0;
	}
}

.site-footer__divider-line {
	border-color: #fff;
}

#STbookOnlineModal .modal-content {
	background-color: #007db8;
}

#STbookOnlineModal .modal-header {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}

#STbookOnlineModal .modal-body {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

#STbookOnlineModal .modal-title {
	color: #fff;
}

#STbookOnlineModal .gform_wrapper .gfield--width-half {
	width: auto;
}

#STbookOnlineModal .btn-close {
	filter: invert(1);
}

#google-recaptcha-wrapper {
	position: fixed;
	bottom: 70px;
	right: 0;
}

.grecaptcha-badge {
	bottom: 75px !important;
	z-index: 2000;
	display: none !important;
}

.ti-widget[data-layout-id="4"][data-set-id=drop-shadow][data-pid="916fd46256de7903b1962c6d4a0"] .ti-read-more span {
	opacity: 1 !important;
	text-decoration: underline !important;
}

.ti-widget[data-layout-id="4"][data-set-id=drop-shadow][data-pid="916fd46256de7903b1962c6d4a0"] .ti-widget-container .ti-date {
	opacity: 1 !important;
}

.pre-footer-block {
	align-items: center;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to right, transparent 60%, #e42413 40%);
}

.pre-footer-block .pre-footer-content {
	padding-left: 30px;
	min-height: 66px;
	display: flex;
	align-items: center;
	position: relative;
}

.pre-footer-block .pre-footer-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	height: 100%;
	width: 100%;
	background-color: #e42413;
	z-index: -1;
	border-top-left-radius: 20px;
	transform: skew(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
}

.pre-footer-block .pre-footer-content p {
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

@media (min-width:992px) {
	.pre-footer-block:before {
		background-color: transparent;
		border-top-left-radius: 0;
		transform: unset;
		transform-origin: unset;
	}
	
	.pre-footer-block .container, .pre-footer-block .woocommerce .page--content__body, .woocommerce .pre-footer-block .page--content__body {
		align-items: center;
		position: relative;
		overflow: hidden;
	}
}

@media (max-width:575.98px) {
	.pre-footer-block p {
		font-size: 1rem !important;
	}
	
	.pre-footer-block .pre-footer-logo {
		width: 30vw;
	}
	
	.pre-footer-block .pre-footer-content {
		padding-left: 10px;
	}
}

.copyright-menu {
	margin-bottom: 32px;
}

.copyright-menu #menu-copyright-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	text-align: center;
}

.copyright-menu #menu-copyright-menu .menu-item {
	margin-bottom: 8px;
}

.copyright-menu #menu-copyright-menu .menu-item:last-child {
	margin-bottom: 0;
}

.copyright-menu #menu-copyright-menu .menu-item a {
	color: #fff;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1rem;
}

@media (min-width:768px) {
	.copyright-menu #menu-copyright-menu {
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.copyright-menu #menu-copyright-menu .menu-item {
		margin-bottom: 0;
	}
	
	.copyright-menu #menu-copyright-menu .menu-item:first-child {
		padding-right: 0;
	}
	
	.copyright-menu #menu-copyright-menu .menu-item:last-child {
		padding-left: 0;
	}
	
	.copyright-menu #menu-copyright-menu .menu-item:not(:last-child):after {
		content: "|";
		margin: 0 20px;
	}
}

@media (min-width:992px) {
	.copyright-menu {
		margin-bottom: 14px;
	}
}

.chart-widget-wrapper {
	position: fixed;
	right: 0;
	bottom: 55px;
	width: 0;
	min-height: 0;
	z-index: 9999;
	overflow: visible;
	border-radius: 15px;
	transition: width .3s ease-in-out;
	max-height: 450px;
	color: #1a1a1a;
	pointer-events: none;
}

@media (min-width:390px) {
	.chart-widget-wrapper {
		max-height: 680px;
	}
}

.chart-widget-wrapper.chat-shadow {
	pointer-events: auto;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}

.chart-widget-wrapper .chat-widget-container {
	background-color: #ececec;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	border-radius: 15px;
}

.chart-widget-wrapper .response-message, .chart-widget-wrapper #chat-error-message, .chart-widget-wrapper #chat-success-message {
	display: none;
}

.chart-widget-wrapper #chat-button {
	display: block;
	background-color: #007db8;
	color: #fff;
	border-radius: 20px;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	margin-bottom: 4px;
	white-space: nowrap;
}

.chart-widget-wrapper .chat-widget-form-wrapper {
	display: none;
	height: 100%;
	z-index: 1;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-header {
	padding: 20px;
	background-color: #007db8;
	text-align: center;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-header h2, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .h2, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .component-handy-hints-block .title, .component-handy-hints-block .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .title, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header h3, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .h3, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header h4, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .h4, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .woocommerce-loop-product__title, .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .component-award-block .title, .component-award-block .chart-widget-wrapper .chat-widget-form-wrapper #chat-header .title {
	margin: 0;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-header .chat-close-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	color: #fff;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-header .chat-close-icon:hover {
	cursor: pointer;
}

.chart-widget-wrapper .chat-widget-form-wrapper .chat-description {
	position: relative;
	z-index: 1;
	padding: 15px 26px 16px 21px;
	max-width: calc(100% - 40px);
	margin: 22px 0 0 16px;
}

.chart-widget-wrapper .chat-widget-form-wrapper .chat-description:after {
	content: "";
	left: 0;
	bottom: 0;
	background-color: #e6f4fb;
	border-radius: 24px 24px 24px 3px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form {
	transform-origin: bottom right;
	padding: 22px 16px 42px;
	height: 100%;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container {
	padding: 12px 24px;
	border-radius: 24px 24px 3px;
	background-color: #fff;
	margin-left: 10%;
	margin-bottom: 25px;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container textarea, .chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container input {
	width: 100%;
	outline: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 22px;
	padding: 0 14px;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container textarea.valid-input, .chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container input.valid-input {
	border-bottom: 1px solid #1a1a1a;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container textarea.invalid-input, .chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container input.invalid-input {
	border-bottom: 1px solid #e42413;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container textarea {
	margin-bottom: 0;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-input-container .chat-message-count-wrapper {
	font-size: .875rem;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-widget-form .chat-terms {
	font-size: .75rem;
	line-height: 1rem;
}

.chart-widget-wrapper .chat-widget-form-wrapper .response-message {
	padding-bottom: 40px;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-error-message, .chart-widget-wrapper .chat-widget-form-wrapper #chat-success-message {
	text-align: center;
	background-color: #fff;
	margin: 16px 0 16px 16px;
	border-radius: 24px 24px 24px 3px;
	font-size: .875rem;
	max-width: calc(100% - 80px);
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-error-message .chat-phone-number, .chart-widget-wrapper .chat-widget-form-wrapper #chat-success-message .chat-phone-number {
	border-radius: 24px 24px 0 0;
	background-color: #e6f4fb;
	color: #007db8;
	font-weight: 600;
	padding: 8px;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-error-message .chat-success-content, .chart-widget-wrapper .chat-widget-form-wrapper #chat-success-message .chat-success-content {
	padding: 12px;
}

.chart-widget-wrapper .chat-widget-form-wrapper #chat-error-message .chat-success-content strong, .chart-widget-wrapper .chat-widget-form-wrapper #chat-success-message .chat-success-content strong {
	display: block;
	margin-bottom: 12px;
}

.content-page-header {
	min-height: 265px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 0;
}

.content-page-header .page-title-wrapper {
	width: 100%;
	min-height: 265px;
	display: flex;
	align-items: flex-end;
}

.content-page-header .page-title-wrapper h1, .content-page-header .page-title-wrapper .h1, .content-page-header .page-title-wrapper .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .content-page-header .page-title-wrapper .product_title {
	margin: 0;
	padding: 114px 0 44px;
}

.content-page-header .image-banner-wrapper {
	min-height: 346px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.content-page-header .image-banner-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.content-page-header.other-page-banner, .content-page-header.other-page-banner .image-banner-wrapper {
	min-height: 190px;
}

.content-page-header.other-page-banner .title-foreground-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.content-page-header.other-page-banner .title-foreground-wrapper .container, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body {
	position: relative;
}

.content-page-header.other-page-banner .title-foreground-wrapper .container .title-wrapper, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .title-wrapper, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .title-wrapper {
	margin-bottom: 16px;
	max-width: 60%;
}

.content-page-header.other-page-banner .title-foreground-wrapper .container .title-wrapper p, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .title-wrapper p, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .title-wrapper p {
	font-size: 2.1875rem;
	font-style: italic;
	font-weight: 800;
	line-height: 2.5rem;
	color: #fff;
	margin: 0;
}

.content-page-header.other-page-banner .title-foreground-wrapper .container .foreground-wrapper img, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .foreground-wrapper img, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .foreground-wrapper img {
	position: absolute;
	bottom: 0;
	right: -22%;
	height: 177px;
}

.content-page-header .banner-google-review-wrapper {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	padding-right: 16px;
	padding-top: 0;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container {
	margin: 0 !important;
	padding: 0 2px;
	background-color: #f5f5f5;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center {
	width: 24px;
	height: 24px;
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/source/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/google-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center.nitro-lazy {
	background-image: none !important;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-logo-fb {
	display: none !important;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-stars {
	display: none;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text {
	width: 52px;
	margin-top: 0;
	text-align: center;
	text-transform: capitalize;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap {
	white-space: unset;
}

.content-page-header .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap strong {
	line-height: 13px;
	display: block;
	font-size: .75rem;
}

.content-page-header .trade-solution-wrapper {
	padding: 22px 0;
	background-color: #007db8;
	border-top-left-radius: 20px;
	position: relative;
}

.content-page-header .trade-solution-wrapper:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
}

.content-page-header .trade-solution-wrapper .trade-solution-wrapper--icon {
	width: 97px;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .image-wrapper {
	display: inline-block;
	float: left;
	margin: 0 12px 12px 0;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .image-wrapper img {
	max-width: 86px;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper h1, .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .h1, .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .product_title {
	color: #fff;
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	line-height: 2.5rem;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .content {
	clear: both;
	width: 100%;
	color: #fff;
	margin-bottom: 24px;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .content p {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
}

.content-page-header .trade-solution-wrapper .image-content-wrapper .cta-wrapper a {
	min-height: 54px;
	font-size: 1.5rem;
}

.content-page-header .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	min-height: 265px;
}

.content-page-header .embed-responsive embed, .content-page-header .embed-responsive object, .content-page-header .embed-responsive video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.content-page-header .embed-responsive iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	transform: translate(-50%, -50%);
}

@media (min-width:1200px) {
	.content-page-header .embed-responsive iframe {
		width: 100%;
	}
}

@media (min-width:416px) {
	.content-page-header.other-page-banner .title-foreground-wrapper .container .foreground-wrapper img, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .foreground-wrapper img, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .foreground-wrapper img {
		right: -15%;
	}
}

@media (min-width:576px) {
	.content-page-header.other-page-banner .title-foreground-wrapper .container .foreground-wrapper img, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .foreground-wrapper img, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .foreground-wrapper img {
		right: 0;
	}
}

@media (min-width:620px) {
	.content-page-header .trade-solution-wrapper .image-content-wrapper .content {
		clear: right;
		float: left;
		width: calc(100% - 122px);
	}
}

@media (min-width:768px) {
	.content-page-header, .content-page-header .page-title-wrapper, .content-page-header .embed-responsive, .content-page-header .image-banner-wrapper {
		min-height: 495px;
	}
	
	.content-page-header .image-banner-wrapper:before {
		height: 404px;
	}
}

@media (min-width:992px) {
	.content-page-header.other-page-banner, .content-page-header.other-page-banner .image-banner-wrapper {
		min-height: 400px;
	}
	
	.content-page-header.other-page-banner .image-banner-wrapper:before {
		height: 139px;
	}
	
	.content-page-header.other-page-banner .title-foreground-wrapper .container .title-wrapper, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .title-wrapper, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .title-wrapper {
		max-width: 566px;
		margin-bottom: 22px;
	}
	
	.content-page-header.other-page-banner .title-foreground-wrapper .container .title-wrapper p, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .title-wrapper p, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .title-wrapper p {
		font-size: 3.75rem;
		line-height: 5rem;
	}
	
	.content-page-header.other-page-banner .title-foreground-wrapper .container .foreground-wrapper img, .content-page-header.other-page-banner .title-foreground-wrapper .woocommerce .page--content__body .foreground-wrapper img, .woocommerce .content-page-header.other-page-banner .title-foreground-wrapper .page--content__body .foreground-wrapper img {
		height: 300px;
	}
	
	.content-page-header .trade-solution-wrapper {
		position: absolute;
		bottom: 0;
		z-index: 2;
		width: 100%;
	}
	
	.content-page-header .trade-solution-wrapper:before {
		content: none;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .image-wrapper {
		margin-right: 26px;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .image-wrapper img {
		max-width: 96px;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper {
		float: left;
		display: inline-block;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper h1, .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .h1, .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .content-page-header .trade-solution-wrapper .image-content-wrapper .title-wrapper .product_title {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .content {
		clear: right;
		float: left;
	}
}

@media (min-width:1123px) {
	.content-page-header .trade-solution-wrapper .image-content-wrapper .content-wrapper {
		max-width: 614px;
		margin-right: 48px;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .content-cta-wrapper {
		display: flex;
		align-items: center;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper .content {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.content-page-header .trade-solution-wrapper {
		display: flex;
		justify-content: center;
	}
}

@media (min-width:1440px) {
	.content-page-header .trade-solution-wrapper {
		display: block;
		overflow: hidden;
		background: transparent;
		border-radius: 0;
	}
	
	.content-page-header .trade-solution-wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		left: 60px;
		height: 100%;
		width: 100%;
		background-color: #007db8;
		z-index: -1;
		border-top-left-radius: 60px;
		transform: skew(-25deg);
		-ms-transform: skewX(-25deg);
		-webkit-transform: skewX(-25deg);
		transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
	}
	
	.content-page-header .trade-solution-wrapper .image-content-wrapper {
		margin-left: 55px;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media (min-width:1500px) {
	.content-page-header .trade-solution-wrapper .image-content-wrapper {
		margin-left: 0;
	}
}

@media (min-width:768px) {
	body.home .content-page-header {
		min-height: unset;
	}
}

.body.home .content-page-header {
	height: 720px;
}

.hero-home-page .video-wrapper {
	position: relative;
	min-height: 668px;
	max-height: 668px;
}

.hero-home-page .video-wrapper .video-content {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, to {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-30px);
	}
	
	60% {
		transform: translateY(-15px);
	}
}

.hero-home-page .video-wrapper .arrow-icon-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 24px;
}

.hero-home-page .video-wrapper .arrow-icon-wrapper a {
	width: 24px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.hero-home-page .video-wrapper .arrow-icon-wrapper a:hover {
	position: relative;
	animation: bounce 1.3s infinite;
}

@media (min-width:992px) {
	.hero-home-page .video-wrapper {
		min-height: 100vh;
		max-height: 100vh;
	}
}

.breadcrumbs-main {
	padding-bottom: 22px;
	margin-top: 16px;
}

.breadcrumbs-main .breadcrumbs-wrapper .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumbs-main .breadcrumbs-wrapper span, .breadcrumbs-main .breadcrumbs-wrapper a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-style: normal;
	font-size: .625rem;
	font-weight: 400;
	line-height: normal;
}

.breadcrumbs-main .breadcrumbs-wrapper span.current-page, .breadcrumbs-main .breadcrumbs-wrapper a.current-page {
	font-style: italic;
}

.breadcrumbs-main .breadcrumbs-wrapper span:hover, .breadcrumbs-main .breadcrumbs-wrapper a:hover {
	color: #000;
	cursor: pointer;
}

.breadcrumbs-main .breadcrumbs-wrapper a {
	text-decoration-line: none;
}

.breadcrumbs-main .breadcrumbs-wrapper a:hover {
	text-decoration-line: underline;
}

.breadcrumbs-main .breadcrumbs-wrapper .breadcrumb-separator {
	padding: 5px;
}

@media (min-width:992px) {
	.breadcrumbs-main {
		padding-bottom: 42px;
		margin-top: 22px;
	}
	
	.breadcrumbs-main .breadcrumbs-wrapper .breadcrumbs {
		max-width: 50%;
	}
}

.pagination {
	padding: 32px;
}

.pagination .pagination-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .pagination-list .pagination-item {
	display: inline-flex;
	align-items: center;
	text-indent: 0;
	padding-left: 0;
}

.pagination .pagination-list .pagination-item:before {
	display: none;
}

.pagination .pagination-list .pagination-item .page-numbers {
	padding: 0 9px;
}

.pagination .pagination-list .pagination-item .page-numbers.next, .pagination .pagination-list .pagination-item .page-numbers.prev {
	margin-left: 9px;
	margin-right: 9px;
}

.pagination .pagination-list span, .pagination .pagination-list a {
	font-size: 1rem;
	font-weight: 400;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #e42413;
	text-decoration: none;
	line-height: normal;
}

.pagination .pagination-list a:hover {
	background-color: #fff;
	color: #000;
}

.pagination .pagination-list .current {
	color: #e42413;
	text-decoration: underline;
}

.pagination .pagination-list.disabled span {
	opacity: .5;
	cursor: not-allowed;
}

.pagination .pagination-list .icon-chevron-left {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px 0 0 50px;
	background: #e42413;
	color: #fff;
	width: 20px;
	height: 18px;
	font-size: 1rem;
	font-weight: 400;
}

.pagination .pagination-list .icon-chevron-left:hover {
	color: #1a1a1a;
}

.pagination .pagination-list .icon-chevron-right {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 50px 50px 0;
	background: #e42413;
	color: #fff;
	width: 20px;
	height: 18px;
	font-size: 1rem;
	font-weight: 400;
}

.pagination .pagination-list .icon-chevron-right:hover {
	color: #1a1a1a;
}

#global-spinner {
	position: absolute;
	z-index: 9;
	inset: 266px 0 0;
	display: none;
	padding-top: 10px;
}

#global-spinner.is-loading {
	display: block;
	background: #fff;
	opacity: .4;
	height: 100vh;
}

@media (min-width:768px) {
	#global-spinner {
		top: 420px;
		height: 100vh;
		padding-top: 30px;
	}
}

.admin-bar #global-spinner {
	top: 356px;
}

@media (min-width:768px) {
	.admin-bar #global-spinner {
		top: 452px;
	}
}

.search-content .list-wrapper .list-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

.search-content .list-wrapper .list-item:last-child {
	border-bottom: 0;
}

.search-content .list-wrapper .list-item a {
	display: flex;
	align-items: center;
	padding: 30px 24px 30px 0;
	text-decoration: none;
	position: relative;
}

.search-content .list-wrapper .list-item a .title {
	padding-right: 20px;
}

.search-content .list-wrapper .list-item a .title h3, .search-content .list-wrapper .list-item a .title .h3, .search-content .list-wrapper .list-item a .title .component-services-block h2, .component-services-block .search-content .list-wrapper .list-item a .title h2, .search-content .list-wrapper .list-item a .title .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .search-content .list-wrapper .list-item a .title .title, .search-content .list-wrapper .list-item a .title .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .search-content .list-wrapper .list-item a .title .title, .search-content .list-wrapper .list-item a .title .component-services-block .h2, .component-services-block .search-content .list-wrapper .list-item a .title .h2 {
	font-weight: 400;
	transition: all .3s ease;
}

.search-content .list-wrapper .list-item a .icon {
	position: absolute;
	right: 0;
	transition: all .3s ease;
}

.search-content .list-wrapper .list-item a:hover h3, .search-content .list-wrapper .list-item a:hover .h3, .search-content .list-wrapper .list-item a:hover .component-services-block h2, .component-services-block .search-content .list-wrapper .list-item a:hover h2, .search-content .list-wrapper .list-item a:hover .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .search-content .list-wrapper .list-item a:hover .title, .search-content .list-wrapper .list-item a:hover .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .search-content .list-wrapper .list-item a:hover .title, .search-content .list-wrapper .list-item a:hover .component-services-block .h2, .component-services-block .search-content .list-wrapper .list-item a:hover .h2, .search-content .list-wrapper .list-item a:hover .icon {
	color: #007db8;
}

.post-search-form {
	padding-bottom: 32px;
}

.post-search-form .input-wrapper {
	margin-bottom: 32px;
	position: relative;
}

.post-search-form .input-wrapper:before {
	display: block;
	font-family: icomoon;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	height: 40px;
	font-size: 1.18rem;
	color: #000;
	line-height: 40px;
}

.post-search-form .input-wrapper input[type=text] {
	padding-left: 40px;
	font-style: italic;
}

.post-search-form .select-wrapper {
	position: relative;
}

.post-search-form .select-wrapper:after {
	display: block;
	font-family: icomoon;
	content: "";
	font-size: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	right: 12px;
	color: #000;
	pointer-events: none;
}

.post-search-form .select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-style: italic;
	padding-left: 16px;
	background: transparent;
}

.location-search-wrapper .location-search-form a {
	text-decoration: none;
}

.location-search-wrapper .location-search-form .location-unset-container, .location-search-wrapper .location-search-form .location-set-container, .location-search-wrapper .location-search-form .location-search-container {
	display: none;
}

.location-search-wrapper .location-search-form .location-unset-container {
	text-align: center;
	background-color: #f1b130;
	padding-top: 10px;
	padding-bottom: 10px;
}

.location-search-wrapper .location-search-form .location-unset-container .container, .location-search-wrapper .location-search-form .location-unset-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-form .location-unset-container .page--content__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.location-search-wrapper .location-search-form .location-unset-container p {
	font-style: italic;
	text-decoration: underline;
	display: inline-block;
	margin: 0;
}

.location-search-wrapper .location-search-form .location-unset-container i {
	margin-left: 6px;
	font-size: 1.313rem;
}

.location-search-wrapper .location-search-form .location-unset-container i:hover, .location-search-wrapper .location-search-form .location-unset-container .js-location-unset-content-wrapper:hover {
	cursor: pointer;
}

.location-search-wrapper .location-search-form .location-set-container {
	text-align: center;
	background-color: #f1b130;
	padding-top: 10px;
	padding-bottom: 10px;
}

.location-search-wrapper .location-search-form .location-set-container .container, .location-search-wrapper .location-search-form .location-set-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-form .location-set-container .page--content__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.location-search-wrapper .location-search-form .location-set-container p {
	display: inline-block;
	margin: 0;
}

.location-search-wrapper .location-search-form .location-set-container p strong {
	text-transform: capitalize;
}

.location-search-wrapper .location-search-form .location-set-container i {
	margin-left: 12px;
	font-size: 1.25rem;
}

.location-search-wrapper .location-search-form .location-set-container .display-location {
	font-style: italic;
}

.location-search-wrapper .location-search-form .location-search-container {
	padding: 14px 0 26px;
	position: absolute;
	border-radius: 0 0 20px 20px;
	background-color: #f1b130;
	width: 100%;
}

.location-search-wrapper .location-search-form .location-search-container .close-icon {
	font-style: unset;
}

.location-search-wrapper .location-search-form .location-search-container .close-icon:after {
	position: absolute;
	right: 0;
	content: "";
	font-family: icomoon;
	display: flex;
	align-items: center;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 1rem;
	margin-right: 16px;
	top: 14px;
}

.location-search-wrapper .location-search-form .location-search-container .close-icon:hover {
	cursor: pointer;
}

.location-search-wrapper .location-search-form .location-search-container h2, .location-search-wrapper .location-search-form .location-search-container .h2, .location-search-wrapper .location-search-form .location-search-container .component-handy-hints-block .title, .component-handy-hints-block .location-search-wrapper .location-search-form .location-search-container .title {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 12px;
}

.location-search-wrapper .location-search-form .location-search-container p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
	margin-bottom: 14px;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper {
	display: flex;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .location-search-field {
	position: relative;
	border-radius: 0;
	background-color: #f1b130;
	border: 0;
	border-bottom: 1px solid #1a1a1a;
	padding: 0 4px;
	width: calc(100% - 146px);
	margin-right: 22px;
	font-size: .875rem;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .location-search-field::-moz-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .location-search-field::placeholder {
	color: #1a1a1a;
	opacity: 1;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .location-search-field:focus-visible {
	outline: none;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #1a1a1a;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .button-primary:last-child {
	margin-right: 0;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .button-primary {
	position: relative;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .button-primary #location-spinner {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -38px;
	top: 0;
	display: none;
	padding-top: 10px;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .button-primary #location-spinner .spinner-border {
	width: 1rem;
	height: 1rem;
}

.location-search-wrapper .location-search-form .location-search-container .location-input-wrapper .button-primary #location-spinner.is-loading {
	display: block;
}

@media (min-width:768px) {
	.location-search-wrapper .location-search-form .location-unset-container .container, .location-search-wrapper .location-search-form .location-unset-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-form .location-unset-container .page--content__body, .location-search-wrapper .location-search-form .location-set-container .container, .location-search-wrapper .location-search-form .location-set-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-form .location-set-container .page--content__body {
		justify-content: flex-end;
	}
	
	.location-search-wrapper .location-search-form .location-search-container {
		background-color: unset;
		position: unset;
		padding: 0;
	}
	
	.location-search-wrapper .location-search-form .location-search-container .container, .location-search-wrapper .location-search-form .location-search-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-form .location-search-container .page--content__body {
		position: relative;
	}
	
	.location-search-wrapper .location-search-form .location-search-container .container .location-search-content, .location-search-wrapper .location-search-form .location-search-container .woocommerce .page--content__body .location-search-content, .woocommerce .location-search-wrapper .location-search-form .location-search-container .page--content__body .location-search-content {
		margin: 0 10px;
		position: absolute;
		right: 0;
		max-width: 392px;
		background-color: #f1b130;
		padding: 22px 16px 36px;
		border-radius: 0 0 20px 20px;
	}
}

@media (min-width:992px) {
	.location-search-wrapper .location-search-container .container, .location-search-wrapper .location-search-container .woocommerce .page--content__body, .woocommerce .location-search-wrapper .location-search-container .page--content__body {
		position: relative;
	}
	
	.location-search-wrapper .location-search-container .container .location-search-content .location-input-wrapper, .location-search-wrapper .location-search-container .woocommerce .page--content__body .location-search-content .location-input-wrapper, .woocommerce .location-search-wrapper .location-search-container .page--content__body .location-search-content .location-input-wrapper {
		display: flex;
	}
	
	.location-search-wrapper .location-search-container .container .location-search-content .location-input-wrapper .location-search-field, .location-search-wrapper .location-search-container .woocommerce .page--content__body .location-search-content .location-input-wrapper .location-search-field, .woocommerce .location-search-wrapper .location-search-container .page--content__body .location-search-content .location-input-wrapper .location-search-field {
		position: relative;
		border-radius: 0;
		background-color: #f1b130;
		border: 0;
		border-bottom: 1px solid #1a1a1a;
		padding: 0 4px;
		width: calc(100% - 146px);
		margin-right: 22px;
		font-size: .875rem;
		font-style: italic;
		font-weight: 400;
		line-height: normal;
	}
	
	.location-search-wrapper .location-search-container .container .location-search-content .location-input-wrapper .location-search-field::-moz-placeholder, .location-search-wrapper .location-search-container .woocommerce .page--content__body .location-search-content .location-input-wrapper .location-search-field::-moz-placeholder, .woocommerce .location-search-wrapper .location-search-container .page--content__body .location-search-content .location-input-wrapper .location-search-field::-moz-placeholder {
		color: #1a1a1a;
		opacity: 1;
	}
	
	.location-search-wrapper .location-search-container .container .location-search-content .location-input-wrapper .location-search-field::placeholder, .location-search-wrapper .location-search-container .woocommerce .page--content__body .location-search-content .location-input-wrapper .location-search-field::placeholder, .woocommerce .location-search-wrapper .location-search-container .page--content__body .location-search-content .location-input-wrapper .location-search-field::placeholder {
		color: #1a1a1a;
		opacity: 1;
	}
}

.pre-nav-content-wrapper {
	background-color: #ececec;
}

.pre-nav-content-wrapper .search-container .search-close-icon {
	display: none;
}

.pre-nav-content-wrapper .search-container .search-form {
	padding: 24px 0;
}

.pre-nav-content-wrapper .search-container .search-form label {
	display: none;
}

.pre-nav-content-wrapper .search-container .search-form .search-wrapper {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #1a1a1a;
}

.pre-nav-content-wrapper .search-container .search-form .search-wrapper:before {
	font-family: icomoon;
	content: "";
	font-size: 1.188rem;
	color: #000;
	margin-right: 20px;
}

.pre-nav-content-wrapper .search-container .search-form .search-wrapper .search-field {
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	background-color: #ececec;
	font-style: italic;
	width: 100%;
	min-height: 26px;
}

.pre-nav-content-wrapper .search-container .search-form .search-wrapper .search-field::-moz-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

.pre-nav-content-wrapper .search-container .search-form .search-wrapper .search-field::placeholder {
	color: #1a1a1a;
	opacity: 1;
}

.pre-nav-content-wrapper .search-container #global-search-result-container {
	display: flex;
	flex-direction: column;
}

.pre-nav-content-wrapper .search-container #global-search-result-container .no-results-found {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375rem;
	padding-top: 16px;
}

.pre-nav-content-wrapper .search-container #global-search-result-container a {
	padding-bottom: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375rem;
	text-decoration: none;
}

.pre-nav-content-wrapper .search-container #global-search-result-container a:first-child {
	padding-top: 16px;
}

.pre-nav-content-wrapper .search-container #global-search-result-container a.view-all {
	padding: 16px 0;
}

.pre-nav-content-wrapper .search-container #global-search-result-container a:hover {
	text-decoration: underline;
	color: #e42413;
}

@media (min-width:992px) {
	.pre-nav-content-wrapper {
		display: none;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
	}
	
	.pre-nav-content-wrapper .search-container {
		position: relative;
	}
	
	.pre-nav-content-wrapper .search-container .search-close-icon {
		display: block;
		position: absolute;
		right: 12px;
		top: 28px;
		font-size: 1.125rem;
	}
	
	.pre-nav-content-wrapper .search-container .search-close-icon:hover {
		cursor: pointer;
		color: red;
	}
	
	.pre-nav-content-wrapper .search-container .search-form {
		max-width: 475px;
		margin: 0 auto;
	}
	
	.pre-nav-content-wrapper .search-container .search-form label {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.58125rem;
		font-weight: 600;
		line-height: normal;
		color: #1a1a1a;
		margin-bottom: 16px;
	}
}

.global-search-container {
	position: relative;
}

.global-search-result-container {
	display: flex !important;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 40px;
	width: 200px;
	background: #fff;
	padding: 10px;
}

.search-result-items, .view-all {
	border-bottom: 0 !important;
	color: #1a1a1a !important;
	font-family: Gotham, Montserrat, sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 15.85px !important;
	padding: 5px 10px !important;
	text-align: left !important;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none !important;
	text-decoration-skip-ink: none !important;
	text-underline-position: from-font !important;
}

.search-form #global-search-services-result-container {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 20px;
}

.search-form .search-wrapper .search-field {
	border-radius: 20px;
	padding: 0 10px;
	padding-right: 2rem;
	width: 100%;
	font-size: 14px;
}

.search-form .search-wrapper .search-field:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/magnifier.svg") no-repeat center center;
	background-size: contain;
	pointer-events: none;
}

.component-cta__link {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.component-cta__link:hover {
	text-decoration: none;
}

.component-cta__link.hovered:before, .component-cta__link:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.component-cta__link.hovered, .component-cta__link:hover {
	border-color: #ececec;
}

.component-cta__link.hovered:before, .component-cta__link:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.component-cta__link:disabled {
	opacity: .6;
}

.component-cta__link:disabled:hover {
	background-color: #fff;
}

.component-cta__link {
	background-color: #e42413;
	border-color: #e42413;
	color: #fff;
}

.component-cta__link:before {
	background-color: #fff;
}

.component-cta__link:hover, .component-cta__link:focus {
	background-color: #d12111;
	border-color: #d12111;
	color: #fff;
}

.component-50-50-block .right-content-block, .component-50-50-block .left-content-block {
	height: 100%;
}

.component-50-50-block .col section {
	padding: 0 0 32px;
}

.component-50-50-block .col section .container, .component-50-50-block .col section .woocommerce .page--content__body, .woocommerce .component-50-50-block .col section .page--content__body {
	padding: 0;
}

.component-50-50-block .col:last-child section {
	padding: 0;
}

.component-50-50-block .col-md-6 .button-ghost {
	margin-bottom: 16px;
}

.component-50-50-block .col-md-6 .button-ghost:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.component-50-50-block .col section {
		padding: 0;
	}
}

@media (min-width:1200px) {
	.component-50-50-block .col-md-6 .button-ghost {
		margin-bottom: 0;
	}
}

.promo-50-50-main-wrapper--structured {
	padding: 16px 0;
}

.component-promo-50-50-block--structured {
	padding: 0;
}

.promo-50-50-card {
	--promo-accent: #29c986;
	--promo-shape-width: 200px;
	--promo-shape-offset: 130px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 40%) 1fr;
	align-items: stretch;
	overflow: hidden;
	border-radius: 20px;
	background: var(--promo-accent);
	color: #fff;
	min-height: 204px;
}

.promo-50-50-card__media, .promo-50-50-card__content {
	position: relative;
}

.promo-50-50-card__media {
	z-index: 1;
	min-height: 204px;
}

.promo-50-50-card__media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.promo-50-50-card__shape {
	position: absolute;
	top: 0;
	left: calc(40% - var(--promo-shape-offset));
	width: var(--promo-shape-width);
	height: 100%;
	color: var(--promo-accent);
	pointer-events: none;
	z-index: 2;
}

.promo-50-50-card__shape svg {
	width: 100%;
	height: 100%;
	display: block;
}

.promo-50-50-card__shape-mobile-fill {
	display: none;
}

.promo-50-50-card__content {
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 204px;
	padding: 16px 24px 32px 0;
	text-align: center;
}

.promo-50-50-card__heading {
	margin: 0;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: clamp(25px, 2.6vw, 36px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.promo-50-50-card__subheading {
	margin: 8px 0 0;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: clamp(17px, 1.8vw, 25px);
	font-weight: 600;
	line-height: 1.18;
}

.promo-50-50-card__cta {
	margin: 18px auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.promo-50-50-card__terms {
	position: absolute;
	right: 18px;
	bottom: 12px;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.promo-50-50-card__terms:hover, .promo-50-50-card__terms:focus {
	color: #fff;
	text-decoration: underline;
}

.component-promo-50-50-block.fs-bg-blue .promo-50-50-card, .component-promo-50-50-block.fs-bg-data .promo-50-50-card, .component-promo-50-50-block.fs-bg-application .promo-50-50-card, .component-promo-50-50-block.fs-bg-plumbing .promo-50-50-card {
	--promo-accent: #007db8;
}

.component-promo-50-50-block.fs-bg-electrical .promo-50-50-card, .component-promo-50-50-block.fs-bg-solar .promo-50-50-card {
	--promo-accent: #19c784;
}

.component-promo-50-50-block.fs-bg-security .promo-50-50-card, .component-promo-50-50-block.fs-bg-carpentry .promo-50-50-card {
	--promo-accent: #e42413;
}

@media (max-width:991px) {
	.promo-50-50-main-wrapper--structured {
		padding: 14px 0;
	}
	
	.promo-50-50-main-wrapper--structured .container, .promo-50-50-main-wrapper--structured .woocommerce .page--content__body, .woocommerce .promo-50-50-main-wrapper--structured .page--content__body {
		padding-left: 28px;
		padding-right: 28px;
	}
	
	.promo-50-50-card {
		--promo-mobile-top-height: 148px;
		display: block;
		min-height: 0;
	}
	
	.promo-50-50-card__media {
		min-height: var(--promo-mobile-top-height);
		max-height: var(--promo-mobile-top-height);
		height: var(--promo-mobile-top-height);
	}
	
	.promo-50-50-card__shape {
		top: 0;
		left: 0;
		width: 100%;
		height: var(--promo-mobile-top-height);
	}
	
	.promo-50-50-card__shape-desktop-fill {
		display: none;
	}
	
	.promo-50-50-card__shape-mobile-fill {
		display: block;
	}
	
	.promo-50-50-card__content {
		min-height: 0;
		padding: 20px 16px 34px;
		text-align: left;
	}
	
	.promo-50-50-card__heading {
		font-size: clamp(22px, 7vw, 34px);
	}
	
	.promo-50-50-card__subheading {
		font-size: clamp(15px, 4.6vw, 22px);
	}
	
	.promo-50-50-card__cta {
		margin: 16px 0 0;
	}
	
	.promo-50-50-card__terms {
		right: auto;
		left: 16px;
		bottom: 12px;
		font-size: 10px;
	}
}

.promo-50-50-main-wrapper--legacy {
	padding: 0;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main) {
	padding: 0;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col {
	height: 350px;
	width: 65%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block {
	padding: 40px 0;
	height: 100%;
	max-width: 96%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	height: 100%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .title {
	font-size: 1.875rem;
	line-height: 2.1875rem;
	font-weight: 500;
	margin: 0;
	color: inherit;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block p {
	margin: 0;
	color: inherit;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block a.button-primary {
	max-width: 170px;
	font-size: 1rem;
	min-height: 44px;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block a.button-primary:last-child {
	margin-right: 0;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-col {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 55%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-col .right-content-block {
	overflow: hidden;
	height: 366px;
	border-top-left-radius: 38px;
	transform: skew(-25deg);
	transform-origin: 100% 100%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-col .right-content-block img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	transform: skew(25deg);
	transform-origin: 100% 100%;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main) {
	margin-bottom: 0;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .title {
	font-size: 1.60706rem;
	line-height: 1.66244rem;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .title strong {
	font-size: 3.125rem;
	font-weight: 800;
	line-height: 1.66244rem;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block p {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.14581rem;
}

.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block a.button-primary {
	line-height: normal;
}

@media (max-width:991px) {
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-block {
		height: 350px !important;
	}
}

@media (min-width:386px) {
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .title strong {
		font-size: 3.65738rem;
	}
}

@media (min-width:440px) {
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block {
		max-width: 90%;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block {
		max-width: 95%;
	}
}

@media (min-width:768px) {
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block {
		max-width: 90%;
	}
}

@media (min-width:992px) {
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col {
		height: 244px;
		width: 64%;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block {
		max-width: 84%;
		padding: 30px 0;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .title {
		font-size: 2.3125rem;
		font-weight: 500;
		line-height: normal;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block .title strong {
		font-size: 2.3125rem;
		line-height: normal;
		font-weight: 900;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .left-content-col .left-content-block a.button-primary {
		max-width: 300px;
		font-size: 1.5rem;
		min-height: 54px;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-col {
		width: 50%;
		top: 0;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block .right-content-col .right-content-block {
		height: 244px;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col {
		height: 388px;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .h2, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .title {
		font-size: 3.75rem;
		font-weight: 700;
		line-height: normal;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .h2 strong, .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block .title strong {
		font-size: 3.75rem;
		font-weight: 900;
		line-height: 1.875rem;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block p {
		font-size: 1.3125rem;
		font-weight: 600;
		line-height: 1.5625rem;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .left-content-col .left-content-block a.button-primary {
		font-size: 1.5rem;
	}
	
	.promo-50-50-main-wrapper--legacy .component-promo-50-50-block.large-block .right-content-col .right-content-block {
		height: 388px;
	}
}

.promo-50-50-main-wrapper--legacy .fs-bg-carpentry, .promo-50-50-main-wrapper--legacy .fs-bg-solar, .promo-50-50-main-wrapper--legacy .fs-bg-electrical {
	color: #1a1a1a;
}

.promo-50-50-main-wrapper--legacy .accordion {
	z-index: 1;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-col {
	position: relative;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-col:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: .5px solid;
	border-color: inherit;
	width: calc(100% - 32px);
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -1px;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .main-heading {
	font-size: .8125rem;
	font-style: normal;
	font-weight: 600;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-body {
	background-color: #fff;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-body p {
	font-size: .8125rem;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-item {
	margin-bottom: 32px;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-button {
	background-color: #fff;
	position: relative;
}

.promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-button.custom-accordion-button:not(.collapsed), .promo-50-50-main-wrapper--legacy .accordion.promo-terms .accordion-button.custom-accordion-button:after {
	background-color: transparent;
	color: inherit;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky {
	padding-bottom: 0;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky.sticky-wrapper {
	height: 494px;
	transition: all .3s ease-in-out;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block {
	transition: all .3s ease-in-out;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky {
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 10;
	background-color: transparent;
	transition: all .3s ease-in-out;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .right-content-col {
	display: none;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	width: 100vw;
	height: unset;
	border-radius: 0;
	padding: 0 16px;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block {
	width: 100%;
	max-width: 100%;
	padding: 8px 0;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper {
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper p:not(:has(a)) {
	display: none;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2 strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2 strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title {
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.625rem;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2 strong em, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2 em, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2 em, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .title em, .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title em {
	font-weight: 500;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h4, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h4, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2:first-child, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2:first-child, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title:first-child, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title:first-child, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .woocommerce-loop-product__title, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-award-block .title, .component-award-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title {
	margin: 0;
	font-size: 1rem;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper a {
	white-space: nowrap;
}

.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .accordion {
	display: none;
}

@media (min-width:576px) {
	.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky {
		top: 120px;
	}
}

@media (min-width:992px) {
	.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2 strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2 strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .title strong, .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title strong, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper h2, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .h2, .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .component-handy-hints-block .title, .component-handy-hints-block .promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper .title {
		font-size: 3rem;
	}
	
	.promo-50-50-main-wrapper--legacy.js-promo-sticky .large-block.sticky .left-content-col .left-content-block .content-wrapper a {
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.component-award-block {
	background-color: #f1f1f1;
}

.component-award-block.component-award-block--white {
	background-color: #fff;
}

.component-award-block .award-icon-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
}

.component-award-block .award-icon-wrapper .icon-wrapper {
	position: relative;
	z-index: 0;
	display: inline-block;
	min-width: 60px;
	min-height: 60px;
	max-width: 60px;
	max-height: 60px;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	margin-bottom: -16px;
}

.component-award-block .award-icon-wrapper .icon-wrapper img {
	width: 100%;
	height: auto;
}

.component-award-block .award-icon-wrapper .icon-wrapper + .icon-wrapper:not(:first-child) {
	margin-left: -22px;
}

@media (min-width:992px) {
	.component-award-block .award-icon-wrapper .icon-wrapper {
		border-radius: 44px;
		min-width: 88px;
		min-height: 88px;
		max-width: 88px;
		max-height: 88px;
	}
	
	.component-award-block .award-icon-wrapper .icon-wrapper + .icon-wrapper:not(:first-child) {
		margin-left: -32px;
	}
}

.component-award-block .product-review-icon-wrapper {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.component-award-block .product-review-icon-wrapper .icon-wrapper {
	max-width: 162px;
}

@media (min-width:992px) {
	.component-award-block .product-review-icon-wrapper .icon-wrapper {
		max-width: 228px;
	}
}

.component-primary-cta {
	position: relative;
}

.component-primary-cta:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.technician) {
	margin-top: 68px;
	padding: 0;
}

.component-primary-cta:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):is(.technician) {
	margin-top: 0;
	padding-top: 88px;
	padding-bottom: 0;
}

.component-primary-cta .content-col-wrapper {
	height: 100%;
}

.component-primary-cta .content-col-wrapper .cta-content {
	padding-bottom: 30px;
}

.component-primary-cta .content-col-wrapper .cta-content h2, .component-primary-cta .content-col-wrapper .cta-content .h2, .component-primary-cta .content-col-wrapper .cta-content .component-handy-hints-block .title, .component-handy-hints-block .component-primary-cta .content-col-wrapper .cta-content .title {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 2.6875rem;
	margin-bottom: 12px;
}

.component-primary-cta .content-col-wrapper .cta-content p {
	margin-bottom: 16px;
	width: 100%;
	line-height: 1.5rem;
	font-weight: 400;
}

.component-primary-cta .content-col-wrapper .cta-content p:last-child {
	margin-bottom: 0;
}

.component-primary-cta .deep-etch-image-col {
	margin-bottom: 12px;
}

.component-primary-cta .deep-etch-image-col .deep-etch-image-wrapper {
	margin-top: -36px;
	margin-right: -16px;
}

.component-primary-cta.technician .heading {
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 800;
	line-height: 2.6875rem;
	color: #fff;
}

.component-primary-cta.technician .technician-name {
	font-size: 1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.375rem;
	color: #fff;
	margin-bottom: 16px;
}

.component-primary-cta.technician p {
	color: #fff;
}

.component-primary-cta.no-edge-image:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.technician), .component-primary-cta.no-edge-image {
	margin-top: 0;
	margin-bottom: 30px;
}

.component-primary-cta.no-edge-image:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.technician) .content-col-wrapper, .component-primary-cta.no-edge-image .content-col-wrapper {
	padding: 16px;
}

.component-primary-cta.no-edge-image:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.technician) .cta-content, .component-primary-cta.no-edge-image .cta-content {
	padding-bottom: 0;
}

@media (min-width:576px) {
	.component-primary-cta:not(.pre-footer-block) {
		margin-top: 114px;
	}
	
	.component-primary-cta p {
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 1.5rem;
		margin-bottom: 16px;
	}
	
	.component-primary-cta .content-col {
		z-index: 1;
	}
	
	.component-primary-cta .cta-content {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-content: center;
	}
	
	.component-primary-cta .deep-etch-image-col {
		z-index: 0;
		min-height: 504px;
		margin-top: 0;
		margin-right: 0;
		overflow: hidden;
	}
	
	.component-primary-cta .deep-etch-image-col .deep-etch-image-wrapper {
		position: absolute;
		top: -60px;
		right: 0;
		min-height: 504px;
	}
	
	.component-primary-cta .deep-etch-image-col .deep-etch-image-wrapper img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.component-primary-cta.technician:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main) {
		padding-top: 116px;
	}
	
	.component-primary-cta.technician .cta-content {
		align-content: flex-start;
	}
	
	.component-primary-cta.technician .deep-etch-image-col .deep-etch-image-wrapper {
		top: 38.95px;
		max-height: 612px;
	}
}

@media (min-width:992px) {
	.component-primary-cta .deep-etch-image-col {
		margin-bottom: 0;
	}
	
	.component-primary-cta .content-col-wrapper .cta-content {
		padding-bottom: 0;
	}
	
	.component-primary-cta .button-primary {
		min-height: 54px;
		font-size: 1.5rem;
		font-weight: 700;
		padding: 0 50px;
		justify-content: center;
	}
	
	.component-primary-cta .button-primary:before {
		width: calc(100% - 100px);
	}
	
	.component-primary-cta.no-edge-image:not(.content-page-header):not(.other-page-banner):not(.pre-footer-block):not(.breadcrumbs-main):not(.technician) .content-col-wrapper, .component-primary-cta.no-edge-image .content-col-wrapper {
		padding: 30px;
	}
	
	.component-primary-cta.technician .heading {
		margin-bottom: 20px;
	}
	
	.component-primary-cta.technician .content-col-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.component-primary-cta.technician .content-col-wrapper .cta-content {
		display: block;
		padding-bottom: 0;
		height: unset;
	}
}

.component-handy-hints-block .component-handy-hints-block__header {
	margin-bottom: 12px;
	text-align: center;
}

.component-handy-hints-block .title {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.component-handy-hints-block .component-handy-hints-block__intro {
	color: #1a1a1a;
	margin: 0 auto 24px;
	max-width: 880px;
	text-align: center;
}

.component-handy-hints-block .component-handy-hints-block__intro p, .component-handy-hints-block .component-handy-hints-block__intro ul, .component-handy-hints-block .component-handy-hints-block__intro ol {
	margin-bottom: 16px;
}

.component-handy-hints-block .component-handy-hints-block__intro p:last-child, .component-handy-hints-block .component-handy-hints-block__intro ul:last-child, .component-handy-hints-block .component-handy-hints-block__intro ol:last-child {
	margin-bottom: 0;
}

.component-handy-hints-block .col.col-md-6.col-lg-4 {
	display: flex;
	margin-bottom: 24px;
}

.component-handy-hints-block .handy-hints-card {
	background: #fff;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.component-handy-hints-block .handy-hints-card__image {
	aspect-ratio: 16/10;
	border-radius: 16px;
	overflow: hidden;
}

.component-handy-hints-block .handy-hints-card__image img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.component-handy-hints-block .handy-hints-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 0 10px;
}

.component-handy-hints-block .handy-hints-card__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75rem;
	margin-bottom: 16px;
}

.component-handy-hints-block .handy-hints-card__footer {
	margin-top: auto;
	text-align: center;
}

.component-handy-hints-block .handy-hints-card__footer a {
	margin-left: auto;
	margin-right: auto;
	min-width: 164px;
}

@media (min-width:768px) {
	.component-handy-hints-block .component-handy-hints-block__header {
		margin-bottom: 16px;
	}
	
	.component-handy-hints-block .component-handy-hints-block__intro {
		margin-bottom: 32px;
	}
}

@media (min-width:992px) {
	.component-handy-hints-block .col.col-md-6.col-lg-4 {
		margin-bottom: 0;
	}
}

.component-form-block.feedback-form, .component-form-block.contact-us-form, .component-form-block.subscribe-form {
	padding: 60px 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.component-form-block.feedback-form .component-form-block__inner--default, .component-form-block.contact-us-form .component-form-block__inner--default, .component-form-block.subscribe-form .component-form-block__inner--default {
	width: 60%;
	margin: 0 auto;
}

@media (max-width:767.98px) {
	.component-form-block.feedback-form .component-form-block__inner--default, .component-form-block.contact-us-form .component-form-block__inner--default, .component-form-block.subscribe-form .component-form-block__inner--default {
		width: 80%;
	}
}

.component-form-block.feedback-form .gform_wrapper.gravity-theme .gform_footer, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gform_footer, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

.component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.valid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.valid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.valid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.valid-input {
	border: 1px solid #fff;
}

.component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input {
	border: 1px solid #e42413;
}

.component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input:focus-visible, .component-form-block.feedback-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input:focus-visible, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea textarea.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container_textarea input.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email textarea.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-email .ginput_container_email input.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text textarea.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-text .ginput_container_text input.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone textarea.invalid-input:focus-visible, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .gfield--type-phone .ginput_container_phone input.invalid-input:focus-visible {
	border: 1px solid #e42413;
	outline: none;
}

.component-form-block.feedback-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea label, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea label, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea label {
	min-height: 40px;
}

@media (min-width:992px) {
	.component-form-block.feedback-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea, .component-form-block.feedback-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-email, .component-form-block.feedback-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-phone, .component-form-block.feedback-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-text, .component-form-block.feedback-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-textarea, .component-form-block.feedback-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-email, .component-form-block.feedback-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-phone, .component-form-block.feedback-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-text, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-email, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-phone, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-text, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-textarea, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-email, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-phone, .component-form-block.contact-us-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-text, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-textarea, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-email, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-phone, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .feedback-form .gfield--type-text, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-textarea, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-email, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-phone, .component-form-block.subscribe-form .gform_wrapper.gravity-theme .contact-us-form .gfield--type-text {
		max-width: 100%;
		width: 100%;
	}
}

.component-form-block.subscribe-form {
	background-color: transparent;
	box-shadow: none;
	padding: 40px 0 64px;
}

.component-form-block.subscribe-form .component-form-block__inner--subscribe {
	width: 100%;
}

.component-form-block.subscribe-form .component-form-block__subscribe-layout {
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	gap: 32px 48px;
	align-items: center;
	background-color: #007db8;
	border-radius: 38px;
	padding: 68px 72px;
}

.component-form-block.subscribe-form .component-form-block__subscribe-copy {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 8ch;
	font-size: clamp(2rem, 3.1vw, 3.25rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.03em;
}

.component-form-block.subscribe-form .component-form-block__subscribe-copy p, .component-form-block.subscribe-form .component-form-block__subscribe-copy h1, .component-form-block.subscribe-form .component-form-block__subscribe-copy .h1, .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .component-form-block.subscribe-form .component-form-block__subscribe-copy .product_title, .component-form-block.subscribe-form .component-form-block__subscribe-copy h2, .component-form-block.subscribe-form .component-form-block__subscribe-copy .h2, .component-form-block.subscribe-form .component-form-block__subscribe-copy .component-handy-hints-block .title, .component-handy-hints-block .component-form-block.subscribe-form .component-form-block__subscribe-copy .title, .component-form-block.subscribe-form .component-form-block__subscribe-copy h3, .component-form-block.subscribe-form .component-form-block__subscribe-copy .h3, .component-form-block.subscribe-form .component-form-block__subscribe-copy h4, .component-form-block.subscribe-form .component-form-block__subscribe-copy .h4, .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-form-block.subscribe-form .component-form-block__subscribe-copy h2:first-child, .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-form-block.subscribe-form .component-form-block__subscribe-copy .h2:first-child, .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .component-form-block.subscribe-form .component-form-block__subscribe-copy .title:first-child, .component-form-block.subscribe-form .component-form-block__subscribe-copy .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .component-form-block.subscribe-form .component-form-block__subscribe-copy .title:first-child, .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .component-form-block.subscribe-form .component-form-block__subscribe-copy .woocommerce-loop-product__title, .component-form-block.subscribe-form .component-form-block__subscribe-copy .component-award-block .title, .component-award-block .component-form-block.subscribe-form .component-form-block__subscribe-copy .title {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme {
	margin: 0;
}

.component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform_heading, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform_validation_container, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gfield--type-honeypot, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gfield--type-html, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform_validation_errors, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .validation_message, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gfield_validation_message {
	display: none;
}

.component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform_body, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform-body, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform_body .gform_fields, .component-form-block.subscribe-form .component-form-block__subscribe-form .gform_wrapper.gravity-theme .gform-body .gform_fields {
	display: contents !important;
}

.component-form-block.subscribe-form form.subscribe-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px 24px;
	align-items: end;
	background: none;
	border-radius: 0;
	padding: 0;
}

.component-form-block.subscribe-form .gform_body, .component-form-block.subscribe-form .gform_fields {
	display: contents !important;
}

.component-form-block.subscribe-form .gfield {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

.component-form-block.subscribe-form .gfield.gfield--type-text, .component-form-block.subscribe-form .gfield.gfield--type-text.gfield--width-full {
	grid-column: span 1 !important;
}

.component-form-block.subscribe-form .gfield_label {
	margin-bottom: 10px;
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.2;
}

.component-form-block.subscribe-form .ginput_container {
	width: 100%;
}

.component-form-block.subscribe-form .ginput_container input:not([type=checkbox]) {
	width: 100%;
	min-height: 56px;
	border: 0;
	border-radius: 10px;
	background-color: #fff;
	padding: 14px 18px;
	font-size: 1rem;
}

.component-form-block.subscribe-form .gfield.gfield--type-email, .component-form-block.subscribe-form .gfield.gfield--type-email.gfield--width-full {
	grid-column: 1/-1 !important;
}

.component-form-block.subscribe-form .gfield--type-consent, .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full {
	grid-column: 1 !important;
	align-self: center;
	margin-top: 4px;
}

.component-form-block.subscribe-form .gfield--type-consent legend, .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full legend {
	display: none;
}

.component-form-block.subscribe-form .gfield--type-consent .ginput_container_consent, .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full .ginput_container_consent {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 54px;
}

.component-form-block.subscribe-form .gfield--type-consent input[type=checkbox], .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full input[type=checkbox] {
	width: 30px;
	height: 30px;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 4px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.component-form-block.subscribe-form .gfield--type-consent input[type=checkbox]:checked, .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full input[type=checkbox]:checked {
	background-color: #fff;
	box-shadow: inset 0 0 0 7px #007db8;
}

.component-form-block.subscribe-form .gfield--type-consent label, .component-form-block.subscribe-form .gfield--type-consent.gfield--width-full label {
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4;
}

.component-form-block.subscribe-form .gform_footer {
	grid-column: 2 !important;
	display: flex !important;
	align-items: center;
	align-self: center;
	justify-content: flex-end;
	margin: 4px 0 0 !important;
	padding: 0 !important;
}

.component-form-block.subscribe-form .gform_button.button {
	min-width: 212px;
	min-height: 54px;
	border: 0;
	border-radius: 10px;
	background-color: #e42413;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

@media (max-width:991.98px) {
	.component-form-block.subscribe-form .component-form-block__subscribe-layout {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 32px 24px;
		border-radius: 24px;
	}
	
	.component-form-block.subscribe-form .component-form-block__subscribe-copy {
		max-width: none;
		font-size: clamp(1.875rem, 8vw, 2.75rem);
	}
	
	.component-form-block.subscribe-form form.subscribe-form {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}
	
	.component-form-block.subscribe-form .gfield--type-text, .component-form-block.subscribe-form .gfield--type-email, .component-form-block.subscribe-form .gfield--type-consent, .component-form-block.subscribe-form .gform_footer {
		grid-column: 1 !important;
	}
	
	.component-form-block.subscribe-form .gform_footer {
		justify-content: stretch;
	}
	
	.component-form-block.subscribe-form .gform_button.button {
		width: 100%;
	}
}

.component-50-50-form-block {
	padding: 80px 0 96px;
	background-color: #fff;
}

.component-50-50-form-block__heading {
	margin: 0 auto 52px;
	max-width: 16ch;
	color: #000;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.component-50-50-form-block__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 56px;
	align-items: start;
}

.component-50-50-form-block__content {
	max-width: 640px;
	color: #1a1a1a;
}

.component-50-50-form-block__content > *:first-child {
	margin-top: 0;
}

.component-50-50-form-block__content > *:last-child {
	margin-bottom: 0;
}

.component-50-50-form-block__content p, .component-50-50-form-block__content li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.45;
}

.component-50-50-form-block__content p {
	margin: 0 0 28px;
}

.component-50-50-form-block__content ul, .component-50-50-form-block__content ol {
	margin: 36px 0 0;
	padding-left: 1.35rem;
}

.component-50-50-form-block__content li {
	margin-bottom: 18px;
	padding-left: 4px;
}

.component-50-50-form-block__content li::marker {
	color: #000;
}

.component-50-50-form-block__content strong, .component-50-50-form-block__content b {
	color: #000;
	font-weight: 700;
}

.component-50-50-form-block__form-panel {
	padding: 36px 34px 40px;
	border-radius: 28px;
	background-color: #ececec;
	box-shadow: none;
}

.component-50-50-form-block__form-title {
	margin: 0 0 24px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2rem, 2.4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.component-50-50-form-block .gform_wrapper.gravity-theme, .component-50-50-form-block .gform_body {
	margin: 0;
}

.component-50-50-form-block .gform_fields {
	row-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px;
}

.component-50-50-form-block .gfield {
	width: 100% !important;
	margin: 0;
}

.component-50-50-form-block .gfield_label {
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.3;
}

.component-50-50-form-block .gfield_required {
	color: inherit;
}

.component-50-50-form-block .ginput_container input:not([type=checkbox]):not([type=radio]), .component-50-50-form-block .ginput_container textarea, .component-50-50-form-block .ginput_container select {
	width: 100%;
	min-height: 56px;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: none;
	padding: 14px 18px;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.4;
}

.component-50-50-form-block .ginput_container textarea {
	min-height: 120px;
	resize: vertical;
}

.component-50-50-form-block .ginput_container input:not([type=checkbox]):not([type=radio]):focus, .component-50-50-form-block .ginput_container textarea:focus, .component-50-50-form-block .ginput_container select:focus {
	border-color: rgba(0, 125, 184, .4);
	outline: none;
}

.component-50-50-form-block .gfield_error .ginput_container input:not([type=checkbox]):not([type=radio]), .component-50-50-form-block .gfield_error .ginput_container textarea, .component-50-50-form-block .gfield_error .ginput_container select {
	border-color: rgba(228, 36, 19, .55);
}

.component-50-50-form-block .gfield--type-consent .ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.component-50-50-form-block .gfield--type-consent input[type=checkbox] {
	margin-top: 4px;
}

.component-50-50-form-block .validation_message, .component-50-50-form-block .gfield_validation_message {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .875rem;
}

.component-50-50-form-block .gform_validation_errors {
	margin-bottom: 20px;
	border-radius: 12px;
}

.component-50-50-form-block .gform_footer {
	margin: 30px 0 0;
	padding: 0;
	justify-content: center;
}

.component-50-50-form-block .gform_button.button {
	min-width: 224px;
	min-height: 56px;
	border: 0;
	border-radius: 12px;
	background-color: #e42413;
	padding: 16px 24px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	transition: background-color .2s ease, transform .2s ease;
}

.component-50-50-form-block .gform_button.button:hover, .component-50-50-form-block .gform_button.button:focus {
	background-color: #c81b0c;
}

.component-50-50-form-block .gform_confirmation_message {
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.45;
}

body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label, body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_error .gfield_label, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_label, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_required.gfield_required_asterisk, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_required.gfield_required_asterisk, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_required .gfield_required_asterisk, body .component-50-50-form-block .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_required .gfield_required_asterisk, body .component-50-50-form-block .gform_wrapper .gfield_consent_label, body .component-50-50-form-block .gform_wrapper .gchoice label, body .component-50-50-form-block .gform_wrapper .gform_required_legend, body .component-50-50-form-block .gform_wrapper.gravity-theme .gfield_description, body .component-50-50-form-block .gform_wrapper .gfield_description, body .component-50-50-form-block form .gfield_description {
	color: #000 !important;
}

body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer input.gform_button.button, body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer button.gform_button.button, body .component-50-50-form-block .gform_wrapper .gform_footer input.gform_button.button, body .component-50-50-form-block .gform_wrapper .gform_footer button.gform_button.button {
	min-width: 224px;
	min-height: 56px;
	border: 0 !important;
	border-radius: 12px;
	background-color: #e42413 !important;
	box-shadow: none !important;
	padding: 16px 24px;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	transition: background-color .2s ease;
}

body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:hover, body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:focus, body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer button.gform_button.button:hover, body .component-50-50-form-block .gform_wrapper.gravity-theme .gform_footer button.gform_button.button:focus, body .component-50-50-form-block .gform_wrapper .gform_footer input.gform_button.button:hover, body .component-50-50-form-block .gform_wrapper .gform_footer input.gform_button.button:focus, body .component-50-50-form-block .gform_wrapper .gform_footer button.gform_button.button:hover, body .component-50-50-form-block .gform_wrapper .gform_footer button.gform_button.button:focus {
	background-color: #c81b0c !important;
}

@media (max-width:991.98px) {
	.component-50-50-form-block {
		padding: 64px 0 72px;
	}
	
	.component-50-50-form-block__heading {
		margin-bottom: 36px;
		max-width: 14ch;
	}
	
	.component-50-50-form-block__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	
	.component-50-50-form-block__content {
		max-width: none;
	}
	
	.component-50-50-form-block__content p, .component-50-50-form-block__content li {
		font-size: 1rem;
	}
	
	.component-50-50-form-block__form-panel {
		padding: 28px 22px 32px;
		border-radius: 22px;
	}
	
	.component-50-50-form-block__form-title {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
	}
	
	.component-50-50-form-block .gform_button.button {
		width: 100%;
		min-width: 0;
	}
}

.content-form-block .component-form-block.solar-calculator {
	background-color: #007db8;
	max-width: 503px;
	margin: auto;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .gform_heading h2.gform_title, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .gform_heading .gform_title.h2, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .gform_heading .component-handy-hints-block .gform_title.title, .component-handy-hints-block .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .gform_heading .gform_title.title {
	color: #fff;
	font-size: 1.165rem;
	font-weight: 600;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gf_progressbar_title {
	display: none;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gf_progressbar {
	background-color: #fff;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gf_progressbar .gf_progressbar_percentage {
	background-color: #85d3ff;
	border-radius: .625rem;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_label {
	color: #fff;
	font-size: .9775rem;
	font-weight: 600;
	margin-bottom: .69rem;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_label .gfield_required {
	display: none;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice {
	background: #fff;
	border-radius: .3125rem;
	padding: .5rem 1.25rem;
	margin-bottom: .75rem;
	height: 2.6875rem;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice input {
	display: none;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice label {
	color: #e42413;
	font-size: .8125rem;
	font-weight: 600;
	margin: auto;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice label:hover {
	cursor: pointer;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice:has(input:checked+label) {
	background-color: rgba(255, 255, 255, .6);
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice:has(input:checked+label):hover {
	background-color: #85d3ff;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gfield_radio .gchoice:has(label:hover) {
	background-color: #85d3ff;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gform-body .gform_page_footer input[type=button] {
	background: transparent;
	color: #fff;
	font-size: .9775rem;
	font-weight: 600;
	border: none;
}

.content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield h3, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .h3, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .component-services-block h2, .component-services-block .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield h2, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .title, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .title, .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .component-services-block .h2, .component-services-block .content-form-block .component-form-block.solar-calculator .gform_wrapper.gravity-theme .solar-calculator .gfield .h2 {
	color: #fff;
	font-size: .9775rem;
	line-height: 1.165rem;
	font-weight: 600;
	margin-bottom: .69rem;
}

.content-form-block .gform_confirmation_wrapper {
	min-height: 256px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.content-form-block .gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
	font-size: .9775rem;
	font-weight: 600;
}

.content-form-block .gform_confirmation_wrapper .gform_confirmation_message .rebate-table {
	margin: 2rem 0;
	border: solid 1px #fff;
}

.content-form-block .gform_confirmation_wrapper .gform_confirmation_message .rebate-table th, .content-form-block .gform_confirmation_wrapper .gform_confirmation_message .rebate-table td {
	border: solid .5px #fff;
}

.content-form-block .gform_confirmation_wrapper .gform_confirmation_message .rebate-phone {
	font-size: 1.165rem;
	font-weight: 600;
	color: #fff;
}

.content-form-block .gform_confirmation_wrapper .gform_confirmation_message .rebate-phone:hover {
	text-decoration: none;
	color: #e42413;
}

.component-card-with-cta {
	border: 0;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(19, 30, 31, 0) 0, #000);
}

.component-card-with-cta:hover img {
	transform: scale(1.2);
}

.component-card-with-cta img {
	min-height: 320px;
	position: relative;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s ease;
}

.component-card-with-cta .content-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 14px 20px;
	background: linear-gradient(180deg, rgba(19, 30, 31, 0) 20%, #000);
}

.component-card-with-cta .content-wrapper p {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.563rem;
	margin-bottom: 16px;
	color: #fff;
}

@media (min-width:768px) {
	.component-card-with-cta img {
		min-height: 384px;
	}
	
	.component-card-with-cta .content-wrapper {
		padding: 14px;
	}
	
	.component-card-with-cta .content-wrapper p {
		font-size: 1.25rem;
	}
}

.component-card {
	border: 0;
	height: 100%;
	background: linear-gradient(180deg, rgba(19, 30, 31, 0) 0, #000);
	max-height: 288px;
	overflow: hidden;
}

.component-card img {
	min-height: 288px;
	position: relative;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s ease;
}

.component-card .video-content {
	width: 100%;
	height: 100%;
}

.component-card a:hover img {
	transform: scale(1.2);
}

.component-card .content-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 14px 20px;
	background: linear-gradient(180deg, rgba(19, 30, 31, 0) 20%, #000);
}

.component-card .content-wrapper h2, .component-card .content-wrapper .h2, .component-card .content-wrapper .component-handy-hints-block .title, .component-handy-hints-block .component-card .content-wrapper .title {
	margin: 0 0 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #000;
}

.component-card .content-wrapper p {
	font-size: 1rem;
	line-height: .938rem;
	font-weight: 400;
}

@media (min-width:768px) {
	.component-card {
		max-height: 544px;
	}
	
	.component-card img {
		min-height: 544px;
	}
	
	.component-card .content-wrapper {
		padding: 32px;
	}
	
	.component-card .content-wrapper h2, .component-card .content-wrapper .h2, .component-card .content-wrapper .component-handy-hints-block .title, .component-handy-hints-block .component-card .content-wrapper .title {
		font-size: 1.875rem;
		margin-bottom: 14px;
	}
	
	.component-card .content-wrapper p {
		font-size: 1.25rem;
		line-height: 1.375rem;
	}
}

.component-block-image-video .video-wrapper .video-content, .component-block-image-video .video-wrapper img, .component-block-image-video .img-wrapper .video-content, .component-block-image-video .img-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width:768px) {
	.component-block-image-video .video-wrapper, .component-block-image-video .img-wrapper {
		position: relative;
		overflow: hidden;
		min-height: calc(100vh - 300px);
		max-height: calc(100vh - 300px);
		height: 100%;
	}
	
	.component-block-image-video .video-wrapper .video-content, .component-block-image-video .video-wrapper img, .component-block-image-video .img-wrapper .video-content, .component-block-image-video .img-wrapper img {
		position: absolute;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		inset: 0;
		-o-object-position: center;
		object-position: center;
	}
	
	.component-block-image-video .video-wrapper img, .component-block-image-video .img-wrapper img {
		transition: all .4s ease;
	}
	
	.component-block-image-video .video-wrapper img:hover, .component-block-image-video .img-wrapper img:hover {
		transform: scale(1.2);
	}
}

.component-accordions {
	background: #ececec;
	padding: 42px 0 56px;
}

.component-accordions .row {
	--bs-gutter-x: 0;
}

.component-accordions .title {
	margin: 0 0 28px;
	color: #000;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -.03em;
}

.component-accordions .accordion {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

@media (max-width:991px) {
	.component-accordions {
		padding: 36px 0 44px;
	}
	
	.component-accordions .title {
		margin-bottom: 24px;
		font-size: clamp(1.875rem, 8vw, 2.875rem);
	}
	
	.component-accordions .accordion {
		max-width: none;
	}
}

.component-accordions .accordion {
	padding: 0;
}

.component-accordions .accordion-item {
	margin-bottom: 20px;
	border: 0;
	background: transparent;
}

.component-accordions .accordion-item:last-child {
	margin-bottom: 0;
}

.component-accordions .accordion-header .container, .component-accordions .accordion-header .woocommerce .page--content__body, .woocommerce .component-accordions .accordion-header .page--content__body {
	max-width: none;
	padding: 0;
}

.component-accordions .accordion-header .row {
	margin: 0;
}

.component-accordions .accordion-col {
	padding: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.component-accordions .main-heading {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin: 0;
	color: inherit;
	font-size: clamp(1rem, 1.45vw, 1.3125rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.02em;
}

.component-accordions .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 18px 28px 18px 30px;
	border: 0;
	border-radius: 16px !important;
	background: #007db8;
	color: #fff;
	box-shadow: none;
	text-align: left;
	transition: border-radius .24s ease, background-color .24s ease, color .24s ease;
}

.component-accordions .accordion-button:after {
	display: none;
}

.component-accordions .accordion-button:focus {
	box-shadow: none;
}

.component-accordions .accordion-button.custom-accordion-button:after {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin: 0 0 0 18px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	background: none;
	transform: rotate(45deg);
	transform-origin: center;
	transition: transform .28s ease;
}

.component-accordions .accordion-button.custom-accordion-button:not(.collapsed) {
	border-radius: 16px 16px 0 0 !important;
}

.component-accordions .accordion-button.custom-accordion-button:not(.collapsed):after {
	transform: rotate(-135deg);
}

.component-accordions .accordion-button.custom-accordion-button:hover {
	cursor: pointer;
}

.component-accordions .accordion-collapse {
	background: #fff;
	padding: 0;
	overflow: hidden;
	border-radius: 0 0 16px 16px;
	transition: height .32s ease;
}

.component-accordions .accordion-collapse.collapsing {
	transition: height .32s ease;
}

.component-accordions .accordion-body {
	margin: 0;
	padding: 22px 30px 24px;
	background: #fff;
	color: #1a1a1a;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity .24s ease, transform .24s ease;
}

.component-accordions .accordion-body p {
	margin-bottom: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.32;
}

.component-accordions .accordion-body p:last-child {
	margin-bottom: 0;
}

.component-accordions .accordion-collapse.show .accordion-body, .component-accordions .accordion-collapse.collapsing .accordion-body {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width:991px) {
	.component-accordions .accordion-header .container, .component-accordions .accordion-header .woocommerce .page--content__body, .woocommerce .component-accordions .accordion-header .page--content__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.component-accordions .accordion-item {
		margin-bottom: 16px;
	}
	
	.component-accordions .main-heading {
		font-size: .95rem;
		line-height: 1.22;
	}
	
	.component-accordions .accordion-button {
		padding: 15px 16px 15px 18px;
		gap: 10px;
	}
	
	.component-accordions .accordion-button.custom-accordion-button:after {
		margin-left: 8px;
		width: 9px;
		height: 9px;
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
	
	.component-accordions .accordion-body {
		padding: 16px 18px 20px;
	}
	
	.component-accordions .accordion-body p {
		font-size: .875rem;
	}
}

.component-brighte-block {
	--brighte-block-overlap-bg: #007db8;
	--brighte-block-normal-bg: #ececec;
	padding: 34px 0 54px;
}

.component-brighte-block--normal-blue {
	--brighte-block-normal-bg: #007db8;
}

.component-brighte-block--normal-grey {
	--brighte-block-normal-bg: #ececec;
}

.component-brighte-block--normal-white {
	--brighte-block-normal-bg: #fff;
}

.component-brighte-block--overlap-blue {
	--brighte-block-overlap-bg: #007db8;
}

.component-brighte-block--overlap-grey {
	--brighte-block-overlap-bg: #ececec;
}

.component-brighte-block--overlap-white {
	--brighte-block-overlap-bg: #fff;
}

.component-brighte-block--card {
	background-color: var(--brighte-block-normal-bg);
}

.component-brighte-block--overlap {
	padding-top: 0;
	background: linear-gradient(to bottom, var(--brighte-block-overlap-bg) 0, var(--brighte-block-overlap-bg) 126px, var(--brighte-block-normal-bg) 126px, var(--brighte-block-normal-bg) 100%);
}

.component-brighte-block--overlap .brighte-block-card {
	transform: translateY(30px);
}

.brighte-block-card {
	display: grid;
	grid-template-columns: minmax(240px, 332px) minmax(0, 1fr);
	gap: 38px;
	align-items: center;
	padding: 22px 26px;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 16px;
	background-color: #fff;
	box-shadow: none;
}

.brighte-block-card__logo {
	overflow: hidden;
	border-radius: 12px;
	background-color: #14c48a;
}

.brighte-block-card__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.brighte-block-card__content {
	color: #1a1a1a;
}

.brighte-block-card__heading {
	margin: 0 0 16px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.02em;
}

.brighte-block-card__copy {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1a1a1a;
}

.brighte-block-card__copy > *:first-child {
	margin-top: 0;
}

.brighte-block-card__copy > *:last-child {
	margin-bottom: 0;
}

.brighte-block-card__copy p {
	margin: 0 0 16px;
	font-size: 1.0625rem;
	line-height: 1.35;
}

.brighte-block-card__disclaimer {
	margin: 18px 0 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.3;
}

@media (max-width:991px) {
	.component-brighte-block {
		padding: 26px 0 40px;
	}
	
	.component-brighte-block--overlap {
		background: linear-gradient(to bottom, var(--brighte-block-overlap-bg) 0, var(--brighte-block-overlap-bg) 92px, var(--brighte-block-normal-bg) 92px, var(--brighte-block-normal-bg) 100%);
	}
	
	.component-brighte-block--overlap .brighte-block-card {
		transform: translateY(20px);
	}
	
	.brighte-block-card {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 18px;
		border-radius: 14px;
	}
	
	.brighte-block-card__logo {
		max-width: 335px;
	}
	
	.brighte-block-card__heading {
		margin-bottom: 14px;
		font-size: 24px;
	}
	
	.brighte-block-card__copy p, .brighte-block-card__disclaimer {
		font-size: 1rem;
	}
}

.component-video-block {
	height: 100%;
}

.component-video-block .video-wrapper {
	position: relative;
	height: 100%;
}

.component-video-block .video-wrapper .video-content {
	width: 100%;
	height: 100%;
}

.component-video-block .video-wrapper .video-text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
}

.component-video-block .video-wrapper .video-text h2, .component-video-block .video-wrapper .video-text .h2, .component-video-block .video-wrapper .video-text .component-handy-hints-block .title, .component-handy-hints-block .component-video-block .video-wrapper .video-text .title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 2.375rem;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.component-video-block .video-wrapper.full-size-scale {
	min-height: 400px;
	max-height: 400px;
}

.component-video-block .video-wrapper.full-size-scale .video-content {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (min-width:992px) {
	.component-video-block .video-wrapper .video-text h2, .component-video-block .video-wrapper .video-text .h2, .component-video-block .video-wrapper .video-text .component-handy-hints-block .title, .component-handy-hints-block .component-video-block .video-wrapper .video-text .title {
		font-size: 3.5625rem;
		line-height: 5.5rem;
	}
}

@media (min-width:992px) {
	.component-video-block .video-wrapper.full-size-scale {
		min-height: 544px;
		max-height: 544px;
	}
}

.component-card-full {
	border: 0;
	height: 100%;
	background-color: inherit;
}

.component-card-full:hover .img-wrapper, .component-card-full:hover .content-wrapper {
	background-color: #e6f4fb;
}

.component-card-full:after {
	content: "";
	display: block;
	margin: 0 0 32px;
	height: .5px;
	width: 100%;
	background-color: #000;
}

.component-card-full .img-wrapper img {
	border-radius: 5px;
	max-height: 361px;
	height: 186px;
	-o-object-fit: cover;
	object-fit: cover;
}

.component-card-full .card-body {
	padding: 0;
	flex: none;
}

.component-card-full a {
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.375rem;
}

.component-card-full a:hover {
	color: #e42413;
}

.component-card-full .v-align-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.component-card-full .content-wrapper {
	padding: 16px 10px;
}

.component-card-full .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.component-card-full .card-body p {
	line-height: 22px;
}

@media (min-width:768px) {
	.component-card-full .card-title {
		min-height: 82px;
	}
	
	.component-card-full .card-body {
		min-height: 66px;
	}
	
	.component-card-full img {
		max-height: 333px;
		height: 186px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.card-services {
	border: 0;
	border-bottom: 3px solid #335e86;
	height: 100%;
	border-radius: 10px 10px 0 0;
	background: #fff;
	min-height: 60px;
}

.card-services .card-body {
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-services .card-body h3, .card-services .card-body .h3, .card-services .card-body .component-services-block h2, .component-services-block .card-services .card-body h2, .card-services .card-body .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .card-services .card-body .title, .card-services .card-body .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .card-services .card-body .title, .card-services .card-body .component-services-block .h2, .component-services-block .card-services .card-body .h2 {
	font-size: 18px;
	line-height: 1.125rem;
	text-align: center;
	max-width: 120px;
	margin: 0 auto;
}

.card-services .card-body a {
	text-decoration: none;
}

.card-services .card-body a:before {
	position: absolute;
	font-family: icomoon;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	margin-right: 18px;
	color: #335e86;
}

.card-services:hover {
	border-bottom-color: #e42413;
}

.card-services:hover .card-body a:before {
	color: #e42413;
}

@media (min-width:768px) {
	.card-services .card-body {
		padding: 0 42px 0 30px;
	}
	
	.card-services .card-body a {
		text-decoration: none;
	}
	
	.card-services .card-body a:before {
		margin-right: 16px;
	}
}

@media (min-width:992px) {
	.card-services {
		min-height: 60px;
	}
	
	.card-services .card-body h3, .card-services .card-body .h3, .card-services .card-body .component-services-block h2, .component-services-block .card-services .card-body h2, .card-services .card-body .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .card-services .card-body .title, .card-services .card-body .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .card-services .card-body .title, .card-services .card-body .component-services-block .h2, .component-services-block .card-services .card-body .h2 {
		font-size: 18px;
		line-height: 1.5rem;
		max-width: 100%;
	}
}

.component-services-block {
	background-color: #ececec;
	padding: 32px 0;
}

.component-services-block h2, .component-services-block .component-handy-hints-block .title, .component-handy-hints-block .component-services-block .title, .component-services-block .h2 {
	text-align: left !important;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700 !important;
	line-height: 29.26px;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #1a1a1a;
	margin-bottom: 32px;
}

.component-services-block .card-col {
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

.component-services-block.child-services .card-services h3.card-title, .component-services-block.child-services .card-services .card-title.h3, .component-services-block.child-services .card-services h2.card-title, .component-services-block.child-services .card-services .component-handy-hints-block .card-title.title, .component-services-block.child-services .component-handy-hints-block .card-services .card-title.title, .component-handy-hints-block .component-services-block.child-services .card-services .card-title.title, .component-services-block.child-services .card-services .card-title.h2 {
	font-size: 18px;
	line-height: 1.2rem;
	text-align: left;
}

@media (min-width:576px) {
	.component-services-block .card-col {
		padding-bottom: 16px;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width:992px) {
	.component-services-block .card-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.component-services-block .card-col:nth-child(3n+2), .component-services-block .card-col:nth-child(3n), .component-services-block .card-col:nth-child(3n+1) {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.component-services-block .search-form {
	margin-bottom: 20px;
}

.component-services-block .search-form #global-search-services-result-container {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 20px;
}

.component-services-block .search-form .search-wrapper .search-field {
	border-radius: 0;
	padding: 20px;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	width: 100%;
	border: 1px solid var(--Medium-grey, #ccc);
}

.icon-card-services {
	border-radius: 22px;
	border: 0 transparent !important;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.icon-card-services .card-body {
	position: relative;
	min-height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	border: 0;
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
}

.icon-card-services .card-body .img-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1.7/1;
	background: #ececec;
	overflow: hidden;
}

.icon-card-services .card-body .img-wrapper img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity .25s ease, transform .25s ease;
}

.icon-card-services .card-body .img-wrapper img.default {
	opacity: 1;
}

.icon-card-services .card-body .img-wrapper img.default-hover {
	opacity: 0;
}

.icon-card-services .card-body .text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: #007db8;
}

.icon-card-services .card-body a {
	text-decoration: none;
}

.icon-card-services .card-body h3, .icon-card-services .card-body .h3, .icon-card-services .card-body .component-services-block h2, .component-services-block .icon-card-services .card-body h2, .icon-card-services .card-body .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .icon-card-services .card-body .title, .icon-card-services .card-body .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .icon-card-services .card-body .title, .icon-card-services .card-body .component-services-block .h2, .component-services-block .icon-card-services .card-body .h2 {
	margin: 0 !important;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.icon-card-services .card-body:hover .img-wrapper img {
	transform: scale(1.04);
}

.icon-card-services .card-body:hover .img-wrapper img.default {
	opacity: 0;
}

.icon-card-services .card-body:hover .img-wrapper img.default-hover {
	opacity: 1;
}

@media (max-width:767.98px) {
	.icon-card-services {
		border-radius: 20px;
	}
	
	.icon-card-services .card-body {
		justify-content: center;
		background: transparent;
		border-radius: 20px;
	}
	
	.icon-card-services .card-body .img-wrapper {
		display: none;
	}
	
	.icon-card-services .card-body .text {
		width: 100%;
		padding: 12px 18px;
		background: #f1f1f1;
		border-radius: 20px;
	}
	
	.icon-card-services .card-body a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 0;
	}
	
	.icon-card-services .card-body h3, .icon-card-services .card-body .h3, .icon-card-services .card-body .component-services-block h2, .component-services-block .icon-card-services .card-body h2, .icon-card-services .card-body .component-services-block .component-handy-hints-block .title, .component-services-block .component-handy-hints-block .icon-card-services .card-body .title, .icon-card-services .card-body .component-handy-hints-block .component-services-block .title, .component-handy-hints-block .component-services-block .icon-card-services .card-body .title, .icon-card-services .card-body .component-services-block .h2, .component-services-block .icon-card-services .card-body .h2 {
		color: #007db8;
		font-size: 18px;
		line-height: 1.2;
	}
}

.component-services-location-block {
	padding: 56px 0 72px;
}

.component-services-location-block .services-location-block__intro {
	margin-bottom: 26px;
	text-align: center;
}

.component-services-location-block .services-location-block__title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 28px;
}

.component-services-location-block .services-location-block__description {
	color: #1a1a1a;
	font-size: 1.125rem;
	line-height: 1.5;
}

.component-services-location-block .services-location-block__description p {
	margin-bottom: 0;
}

.component-services-location-block .services-location-block__search-panel {
	margin-bottom: 44px;
}

.component-services-location-block .services-location-block__search-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 28px;
}

.component-services-location-block .services-location-block__search-wrapper {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .22);
	border-radius: 12px;
	background: #efefef;
	overflow: hidden;
}

.component-services-location-block .services-location-block__search-field {
	min-height: 78px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	padding: 18px 104px 18px 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	box-shadow: none;
}

.component-services-location-block .services-location-block__search-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.component-services-location-block .services-location-block__search-field::placeholder {
	color: #000;
	opacity: 1;
}

.component-services-location-block .services-location-block__search-field:focus {
	outline: none;
	box-shadow: none;
}

.component-services-location-block .services-location-block__search-field::-webkit-search-cancel-button {
	margin-right: 16px;
	cursor: pointer;
}

.component-services-location-block .services-location-block__search-button {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.component-services-location-block .services-location-block__search-icon {
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	border: 2px solid #000;
	border-radius: 50%;
}

.component-services-location-block .services-location-block__search-icon:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 9px;
	height: 2px;
	background: #000;
	border-radius: 999px;
	transform: rotate(45deg);
	transform-origin: center;
}

.component-services-location-block .services-location-block__search-results {
	position: relative;
	z-index: 4;
}

.component-services-location-block .services-location-block__popular-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 14px;
}

.component-services-location-block .services-location-block__all-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.component-services-location-block .services-location-block__popular-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}

.component-services-location-block .services-location-block__popular-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	border-radius: 8px;
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
	font-size: .925rem;
	line-height: 1.2;
}

.component-services-location-block .services-location-block__cards {
	row-gap: 24px;
}

.component-services-location-block .services-location-block__card {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}

@media (min-width:576px) {
	.component-services-location-block .services-location-block__card {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width:768px) {
	.component-services-location-block .services-location-block__card {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width:992px) {
	.component-services-location-block .services-location-block__cards {
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	
	.component-services-location-block .services-location-block__card {
		flex: 0 0 calc(( 100% - 48px ) / 4);
		max-width: calc(( 100% - 48px ) / 4);
	}
}

@media (max-width:767.98px) {
	.component-services-location-block .services-location-block__cards {
		--bs-gutter-x: 0;
		row-gap: 8px;
	}
	
	.component-services-location-block .services-location-block__card {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.component-services-location-block .services-location-block__title {
		font-size: 2.3rem;
		margin-bottom: 18px;
	}
	
	.component-services-location-block .services-location-block__description {
		font-size: 1rem;
	}
	
	.component-services-location-block .services-location-block__search-title {
		margin-bottom: 18px;
	}
	
	.component-services-location-block .services-location-block__search-field {
		min-height: 68px;
		border-radius: 12px;
		padding-right: 88px;
		font-size: 18px;
	}
	
	.component-services-location-block .services-location-block__search-field::-webkit-search-cancel-button {
		margin-right: 14px;
	}
	
	.component-services-location-block .services-location-block__popular-list {
		gap: 8px 10px;
	}
	
	.component-services-location-block .services-location-block__popular-chip {
		min-height: 40px;
		padding: 8px 14px;
		font-size: .875rem;
	}
}

.component-services-location-block--child {
	background: #ececec;
	padding: 62px 0 78px;
}

.component-services-location-block--child .services-location-block__intro {
	margin-bottom: 42px;
}

.component-services-location-block--child .services-location-block__title {
	margin-bottom: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -.03em;
}

.component-services-location-block--child .services-location-block__description {
	margin-top: 18px;
	text-align: center;
}

.component-services-location-block--child .services-location-block__service-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 52px;
	align-items: start;
}

.component-services-location-block--child .services-location-block__mobile-accordion {
	display: none;
}

.component-services-location-block--child .services-location-block__service-column {
	position: relative;
	padding-left: 40px;
	min-height: 100%;
}

.component-services-location-block--child .services-location-block__service-column:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: rgba(0, 0, 0, .92);
	border-radius: 999px;
}

.component-services-location-block--child .services-location-block__service-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.component-services-location-block--child .services-location-block__service-item {
	margin-bottom: 28px;
}

.component-services-location-block--child .services-location-block__service-item:last-child {
	margin-bottom: 0;
}

.component-services-location-block--child .services-location-block__service-link {
	display: inline-flex;
	align-items: center;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(.92rem, 1.05vw, 1.12rem);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.component-services-location-block--child .services-location-block__service-link:hover, .component-services-location-block--child .services-location-block__service-link:focus {
	color: #000;
}

.component-services-location-block--child .services-location-block__service-link.is-featured {
	padding: 4px 8px 5px;
	border-radius: 10px;
	background: #e42413;
	color: #fff;
	text-decoration: none;
}

@media (max-width:991.98px) {
	.component-services-location-block--child .services-location-block__service-columns {
		gap: 32px;
	}
	
	.component-services-location-block--child .services-location-block__service-column {
		padding-left: 32px;
	}
	
	.component-services-location-block--child .services-location-block__service-item {
		margin-bottom: 22px;
	}
	
	.component-services-location-block--child .services-location-block__service-link {
		font-size: .98rem;
	}
}

@media (max-width:767.98px) {
	.component-services-location-block--child {
		padding: 44px 0 54px;
	}
	
	.component-services-location-block--child .services-location-block__intro {
		margin-bottom: 28px;
	}
	
	.component-services-location-block--child .services-location-block__title {
		font-size: 2.25rem;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion {
		display: block;
		margin-top: 8px;
		border-radius: 12px;
		overflow: hidden;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion[open] .services-location-block__mobile-accordion-toggle {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion[open] .services-location-block__mobile-accordion-toggle:after {
		transform: rotate(-135deg);
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 14px 18px;
		border-radius: 12px;
		background: #007db8;
		color: #fff;
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: Gotham, Montserrat, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.2;
		list-style: none;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion-toggle::-webkit-details-marker {
		display: none;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion-toggle:after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}
	
	.component-services-location-block--child .services-location-block__mobile-accordion-panel {
		padding: 16px 18px 4px;
		background: #fff;
	}
	
	.component-services-location-block--child .services-location-block__mobile-service-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.component-services-location-block--child .services-location-block__mobile-service-item {
		margin-bottom: 16px;
	}
	
	.component-services-location-block--child .services-location-block__mobile-service-item:last-child {
		margin-bottom: 0;
	}
	
	.component-services-location-block--child .services-location-block__service-columns {
		display: none;
	}
	
	.component-services-location-block--child .services-location-block__service-item {
		margin-bottom: 18px;
	}
	
	.component-services-location-block--child .services-location-block__service-link {
		font-size: .9rem;
	}
}

.home-page-carousel .carousel-inner {
	position: relative;
}

.home-page-carousel .carousel-inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0) 40%);
	z-index: 2;
}

.home-page-carousel .carousel-inner .carousel-item .primary-image {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	min-height: 250px;
	transform: scale(1.2);
}

.home-page-carousel .carousel-inner .carousel-item.active .primary-image {
	transform: scale(1);
	transition: transform 12s ease-in-out;
}

.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper {
	position: relative;
}

.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper .secondary-image {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 200px;
}

@media (min-width:768px) {
	.home-page-carousel .carousel-inner:before {
		height: 110px;
		background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
	}
	
	.home-page-carousel .carousel-inner .carousel-item .primary-image {
		width: 100%;
		height: auto;
		-o-object-fit: unset;
		object-fit: unset;
		-o-object-position: unset;
		object-position: unset;
		min-height: unset;
		transform: scale(1.2);
	}
	
	.home-page-carousel .carousel-inner .carousel-item.active .primary-image {
		transform: scale(1);
		transition: transform 12s ease-in-out;
	}
	
	.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper {
		position: relative;
	}
	
	.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper .secondary-image {
		position: absolute;
		z-index: 1;
		bottom: -20px;
		width: 100%;
		height: auto;
		-o-object-fit: unset;
		object-fit: unset;
		min-height: unset;
	}
}

@media (min-width:992px) {
	.home-page-carousel .carousel-inner {
		position: relative;
	}
	
	.home-page-carousel .carousel-inner:before {
		height: 366px;
	}
	
	.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper {
		max-height: 720px;
	}
	
	.home-page-carousel .carousel-inner .carousel-item .carousel-img-wrapper .secondary-image {
		bottom: 0;
		max-width: 1660px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.layout--hero-5050-banner {
	--hero-5050-shape-width: 200px;
	background-color: #027db8;
	padding: 0 !important;
	position: relative;
}

.hero-5050-banner--wrapper {
	position: relative;
}

.layout--hero-5050-banner--internal .heading-wrapper, .layout--hero-5050-banner--internal .content-page-header, .layout--hero-5050-banner--internal .icon-home-icon {
	display: none !important;
}

.layout--hero-5050-banner--internal .breadcrumbs-main {
	position: absolute;
	z-index: 999;
	color: #fff !important;
	width: 100%;
}

.layout--hero-5050-banner--internal .breadcrumbs-main .breadcrumbs-wrapper {
	width: 100%;
}

.layout--hero-5050-banner--internal .breadcrumbs-main .breadcrumbs-wrapper a, .layout--hero-5050-banner--internal .breadcrumbs-main .breadcrumbs-wrapper span {
	color: #fff !important;
	font-family: Gotham, Montserrat, sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 15.85px !important;
	text-align: left !important;
	text-decoration: none !important;
	-webkit-text-decoration-skip-ink: none !important;
	text-decoration-skip-ink: none !important;
	text-underline-position: from-font !important;
	font-style: normal !important;
}

.hero-5050-banner--text {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 60px 0;
	background-color: #027db8;
}

.hero-5050-banner--text a:not(:has(img)):after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 15px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/a-icon.svg") center/contain no-repeat;
}

.hero-5050-banner--text .hero-5050-banner-btn-primary a:after, .hero-5050-banner--text .hero-5050-banner-btn-secondary a:after, .hero-5050-banner--text .hero-5050-banner-btn:has(.dynamic-number) a:after, .hero-5050-banner--text .banner-google-review-wrapper a:after {
	content: none;
}

.hero-5050-banner-subtitle {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
}

.hero-5050-banner-title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.hero-5050-banner-p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.hero-5050-banner-btn-primary {
	display: inline-flex;
	align-items: center;
	background: #e42413;
	border-radius: 20px;
	overflow: hidden;
	padding-right: 20px;
}

.hero-5050-banner-btn-primary a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
	background-color: #fff;
	color: #e42413;
	border-color: #fff;
	font-size: 32px;
	min-height: 54px;
	justify-content: center;
	padding: 25px;
	border-radius: 20px;
	margin-right: 15px;
}

.hero-5050-banner--text .hero-5050-banner-btn-secondary a:not(:has(img)):after {
	content: none;
}

.hero-5050-banner--image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.hero-5050-banner--shape {
	position: absolute;
	top: 0;
	left: -20px;
	width: var(--hero-5050-shape-width);
	height: 100%;
	color: #027db8;
	pointer-events: none;
	z-index: 2;
}

.hero-5050-banner--shape svg {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleY(-1);
	transform-origin: center;
}

.hero-5050-banner--content {
	width: min(100%, 540px);
}

.hero-5050-banner--image-wrapper {
	width: 56vw;
	height: 100%;
	position: relative;
	overflow: hidden;
	transform: none;
	left: -6vw;
	z-index: 1;
}

.hero-5050-banner--image-foreground, .hero-5050-banner--image-background {
	transform: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-5050-banner--image-foreground img, .hero-5050-banner--image-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-5050-banner--review {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 160px;
	margin-top: auto;
	padding-top: 24px;
}

.hero-5050-banner--review .ti-widget {
	display: inline-block;
	width: auto !important;
	max-width: 100%;
}

.hero-5050-banner--center-badge {
	flex: 0 0 auto;
	position: relative;
	top: -5px;
	width: 75px;
	pointer-events: none;
}

.hero-5050-banner--center-badge img {
	display: block;
	width: 100%;
	height: auto;
}

.layout--hero-5050-banner .banner-google-review-wrapper, .layout--hero-5050-banner-review .banner-google-review-wrapper {
	position: static;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	padding-left: 0;
	padding-top: 0;
	margin-top: 24px;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container {
	margin: 0 !important;
	padding: 0 2px;
	background-color: #f5f5f5;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
	text-align: left;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-header, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-header {
	padding: 8px 8px 8px 55px;
	text-align: left;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo {
	position: absolute;
	top: 6px;
	left: 4px;
	height: 45px;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center {
	width: 45px;
	height: 45px;
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/source/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/google-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center.nitro-lazy, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-v-center.nitro-lazy {
	background-image: none !important;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-logo-fb, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-large-logo .ti-logo-fb {
	display: none !important;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-rating, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-rating {
	font-size: 16px;
	background-color: transparent;
	color: #000;
	padding-left: 0;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text {
	margin-top: 0;
	font-size: 14px;
	background-color: transparent;
	color: #000;
	text-align: left;
	text-transform: capitalize;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap {
	white-space: unset;
}

.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap strong, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-id="56"][data-set-id=light-minimal] .ti-widget-container .ti-text .nowrap strong {
	line-height: 13px;
	display: block;
	font-size: 16px;
}

.section-licence-block--hero {
	position: relative;
	z-index: 9;
	margin: -48px 0 0;
}

.section-licence-block--hero .container, .section-licence-block--hero .woocommerce .page--content__body, .woocommerce .section-licence-block--hero .page--content__body {
	max-width: 1380px;
}

.section-licence-block--hero .image-icon-wrapper {
	justify-content: center;
	align-content: center;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 0;
	padding: 24px 18px 18px;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: none;
}

.section-licence-block--hero .image-icon-wrapper .image-container {
	flex: 0 1 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 172px;
	min-width: 172px;
	height: 98px;
	margin: 0;
}

.section-licence-block--hero .image-icon-wrapper .image-container img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width:991.98px) {
	.hero-5050-banner--text {
		text-align: center;
		padding: 30px 0;
	}
	
	.hero-5050-banner--content {
		width: 100%;
	}
	
	.hero-5050-banner--shape {
		display: none;
	}
	
	.hero-5050-banner--image-wrapper {
		width: 100vw;
		height: 0;
		position: relative;
		overflow: hidden;
		border-top-left-radius: 0;
		transform: translate(-50vw) skew(0);
		transform-origin: 100% 100%;
		padding-bottom: 56.25%;
		left: 50%;
	}
	
	.hero-5050-banner--image-foreground, .hero-5050-banner--image-background {
		transform: skew(0);
		transform-origin: 100% 100%;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.section-licence-block--hero {
		margin-top: -24px;
	}
	
	.section-licence-block--hero .image-icon-wrapper {
		padding: 20px 18px;
		border-radius: 16px 16px 0 0;
	}
	
	.section-licence-block--hero .image-icon-wrapper .image-container {
		width: 96px;
		height: 56px;
	}
	
	.hero-5050-banner--center-badge {
		width: 75px;
		margin: 10px auto 0;
	}
	
	.hero-5050-banner--review {
		display: flex;
		justify-content: center;
		width: 100%;
		padding-top: 22px;
		margin-left: auto;
		margin-right: auto;
	}
}

.layout--sticky-cta {
	display: none !important;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background-color: #027db8;
	padding: 10px 20px !important;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	transform: translateY(60px);
	transition: transform .44s ease;
}

.layout--sticky-cta.sticky-hero {
	transform: translateY(0);
}

.layout--sticky-cta a, .layout--sticky-cta button {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.5px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
	border: none;
	padding: 8px 15px;
	color: #027db8;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all .44s ease;
}

.layout--sticky-cta a:before, .layout--sticky-cta button:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.layout--sticky-cta a:first-child, .layout--sticky-cta button:first-child {
	color: #e42512;
}

.layout--sticky-cta a.dynamic-number:before, .layout--sticky-cta button.dynamic-number:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0U0MjUxMiIgZD0iTTE2Ljk1IDE5LjY3OGMtMi4wODMgMC00LjE0Mi0uNDk2LTYuMTc1LTEuNDktMi4wMzMtLjk5Mi0zLjg4My0yLjQtNS41NS00LjIyMkEyMC4zMyAyMC4zMyAwIDAxMS4zNjMgNy45Qy40NTMgNS42NzYgMCAzLjQyNSAwIDEuMTQ4IDAgLjgyLjEuNTQ3LjMuMzI4LjUuMTA5Ljc1IDAgMS4wNSAwSDUuMWMuMjMzIDAgLjQ0Mi4wODcuNjI1LjI2LjE4My4xNzMuMjkyLjM3OC4zMjUuNjE1TDYuNyA0LjdjLjAzMy4yOTEuMDI1LjUzNy0uMDI1LjczOC0uMDUuMi0uMTQyLjM3My0uMjc1LjUyTDMuOTc1IDguNjM2Yy4zMzMuNjc0LjczIDEuMzI1IDEuMTg3IDEuOTU0LjQ1OS42MjguOTYzIDEuMjM0IDEuNTEzIDEuODE3QTE4LjE4MSAxOC4xODEgMCAwMDguMyAxMy45OGExNS44IDE1LjggMCAwMDEuOCAxLjMyNWwyLjM1LTIuNTY5Yy4xNS0uMTY0LjM0Ni0uMjg3LjU4OC0uMzY5YTEuNDcgMS40NyAwIDAxLjcxMi0uMDY4bDMuNDUuNzY1Yy4yMzMuMDczLjQyNS4yMDUuNTc1LjM5Ny4xNS4xOS4yMjUuNDA1LjIyNS42NDJ2NC40MjhjMCAuMzI3LS4xLjYtLjMuODJhLjk3NC45NzQgMCAwMS0uNzUuMzI3ek0zLjAyNSA2LjU2bDEuNjUtMS44MDMtLjQyNS0yLjU3SDIuMDI1Yy4wODMuNzQ4LjIgMS40ODUuMzUgMi4yMTQuMTUuNzMuMzY3IDEuNDQ5LjY1IDIuMTZ6bTguOTUgOS43ODVjLjY1LjMxIDEuMzEzLjU1NiAxLjk4OC43MzguNjc1LjE4MiAxLjM1NC4zIDIuMDM3LjM1NXYtMi40MDVsLTIuMzUtLjUyLTEuNjc1IDEuODMyeiIvPjwvc3ZnPg==");
}

.layout--sticky-cta a#sticky-cta--book-online:before, .layout--sticky-cta button#sticky-cta--book-online:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAyN0RCOCIgZD0iTTYgMTQuNWMtLjcgMC0xLjI5Mi0uMjQyLTEuNzc1LS43MjVDMy43NDIgMTMuMjkyIDMuNSAxMi43IDMuNSAxMnMuMjQyLTEuMjkyLjcyNS0xLjc3NUM0LjcwOCA5Ljc0MiA1LjMgOS41IDYgOS41czEuMjkyLjI0MiAxLjc3NS43MjVjLjQ4My40ODMuNzI1IDEuMDc1LjcyNSAxLjc3NXMtLjI0MiAxLjI5Mi0uNzI1IDEuNzc1QzcuMjkyIDE0LjI1OCA2LjcgMTQuNSA2IDE0LjV6TTIgMjBjLS41NSAwLTEuMDItLjE5Ni0xLjQxMy0uNTg3QTEuOTI2IDEuOTI2IDAgMDEwIDE4VjRjMC0uNTUuMTk2LTEuMDIuNTg4LTEuNDEzQTEuOTI2IDEuOTI2IDAgMDEyIDJoMVYwaDJ2Mmg4VjBoMnYyaDFjLjU1IDAgMS4wMi4xOTYgMS40MTMuNTg3LjM5LjM5My41ODcuODYzLjU4NyAxLjQxM3YxNGMwIC41NS0uMTk2IDEuMDItLjU4NyAxLjQxM0ExLjkyNiAxLjkyNiAwIDAxMTYgMjBIMnptMC0yaDE0VjhIMnYxMHpNMiA2aDE0VjRIMnYyeiIvPjwvc3ZnPg==");
}

.layout--sticky-cta a#sticky-cta--chat-live:before, .layout--sticky-cta button#sticky-cta--chat-live:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAyN0RCOCIgZD0iTTAgMjEuODY1VjIuMTg2QzAgMS41ODUuMTk2IDEuMDcuNTg4LjY0Mi45NzkuMjE0IDEuNDUgMCAyIDBoMTZjLjU1IDAgMS4wMi4yMTQgMS40MTMuNjQyLjM5MS40MjguNTg3Ljk0My41ODcgMS41NDR2MTMuMTJjMCAuNi0uMTk2IDEuMTE1LS41ODcgMS41NDMtLjM5Mi40MjgtLjg2My42NDMtMS40MTMuNjQzSDRsLTQgNC4zNzN6bTMuMTUtNi41NkgxOFYyLjE4NkgydjE0LjM1bDEuMTUtMS4yM3oiLz48L3N2Zz4=");
}

.layout--sticky-cta a:hover, .layout--sticky-cta button:hover {
	background-color: #ececec;
}

.layout--sticky-call-image {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 1000;
	display: none;
	width: -moz-fit-content;
	width: fit-content;
	max-width: none;
	line-height: 0;
	padding: 0;
	text-decoration: none;
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .2));
	transition: transform .22s ease;
}

.layout--sticky-call-image:hover {
	transform: translateY(-2px);
}

.layout--sticky-call-image img {
	display: block;
	width: min(100px, 100vw - 32px);
	max-width: calc(100vw - 32px);
	height: auto;
}

#bookOnlineModal .modal-content {
	background-color: #027db8;
}

#bookOnlineModal .modal-content .modal-header {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}

#bookOnlineModal .modal-content .modal-body {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

#bookOnlineModal .modal-content .modal-title {
	color: #fff;
}

#bookOnlineModal .modal-content .gform_wrapper .gfield--width-half {
	width: auto;
}

#bookOnlineModal .modal-content .btn-close {
	filter: invert(1);
}

@media (max-width:991.98px) {
	.layout--hero-5050-banner {
		--hero-5050-mobile-card-radius: 0;
		--hero-5050-mobile-licence-overlap: 42px;
		background-color: transparent;
	}
	
	.layout--hero-5050-banner .hero-5050-banner--wrapper > .container, .layout--hero-5050-banner .woocommerce .hero-5050-banner--wrapper > .page--content__body, .woocommerce .layout--hero-5050-banner .hero-5050-banner--wrapper > .page--content__body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.layout--hero-5050-banner .hero-5050-banner--wrapper > .container > .row, .layout--hero-5050-banner .woocommerce .hero-5050-banner--wrapper > .page--content__body > .row, .woocommerce .layout--hero-5050-banner .hero-5050-banner--wrapper > .page--content__body > .row {
		position: relative;
		display: flex;
		flex-direction: column;
		min-height: 0;
		overflow: hidden;
		border-radius: var(--hero-5050-mobile-card-radius);
		background-color: #027db8;
	}
	
	.layout--hero-5050-banner .hero-5050-banner--wrapper > .container > .row > [class^=col-], .layout--hero-5050-banner .woocommerce .hero-5050-banner--wrapper > .page--content__body > .row > [class^=col-], .woocommerce .layout--hero-5050-banner .hero-5050-banner--wrapper > .page--content__body > .row > [class^=col-], .layout--hero-5050-banner .hero-5050-banner--wrapper > .container > .row > [class*=" col-"], .layout--hero-5050-banner .woocommerce .hero-5050-banner--wrapper > .page--content__body > .row > [class*=" col-"], .woocommerce .layout--hero-5050-banner .hero-5050-banner--wrapper > .page--content__body > .row > [class*=" col-"] {
		position: relative;
	}
	
	.hero-5050-banner--image {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: auto;
	}
	
	.hero-5050-banner--shape {
		display: none;
	}
	
	.hero-5050-banner--image-wrapper {
		position: relative;
		inset: auto auto auto 0;
		width: 100%;
		height: auto;
		min-height: 0;
		padding-bottom: 58%;
		transform: none;
		border-radius: 0;
	}
	
	.hero-5050-banner--image-background, .hero-5050-banner--image-foreground {
		height: 100%;
		min-height: 0;
	}
	
	.hero-5050-banner--image-background img, .hero-5050-banner--image-foreground img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center 20%;
		object-position: center 20%;
	}
	
	.hero-5050-banner--text {
		order: 2;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 0;
		padding: 26px 20px 30px;
		text-align: center;
		background-color: #027db8;
	}
	
	.hero-5050-banner--content {
		display: grid;
		grid-template-columns: minmax(0, 1fr) clamp(76px, 22vw, 104px);
		-moz-column-gap: 18px;
		column-gap: 18px;
		row-gap: 12px;
		align-items: start;
		width: min(100%, 520px);
		margin: 0 auto;
	}
	
	.hero-5050-banner--content > *:not(.hero-5050-banner--center-badge) {
		grid-column: 1/-1;
		min-width: 0;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-subtitle {
		grid-column: 1;
		grid-row: 1;
		margin: 0;
		text-align: left;
		color: #fff;
		font-size: clamp(2.2rem, 7.2vw, 3rem);
		font-weight: 700;
		line-height: 1.04;
		letter-spacing: -.03em;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-title {
		grid-column: 1/-1;
		grid-row: 2;
		margin: 2px 0 0;
		text-align: left;
		color: rgba(255, 255, 255, .96);
		font-size: clamp(1.2rem, 4.8vw, 1.65rem);
		font-weight: 400;
		line-height: 1.18;
		letter-spacing: -.01em;
	}
	
	.hero-5050-banner--content:not(:has(>.hero-5050-banner-subtitle)) > .hero-5050-banner-title {
		grid-column: 1/-1;
		grid-row: 1;
		margin: 0;
		color: #fff;
		font-size: clamp(2.2rem, 7.2vw, 3rem);
		font-weight: 700;
		line-height: 1.04;
		letter-spacing: -.03em;
	}
	
	.hero-5050-banner--content:not(:has(>.hero-5050-banner-subtitle)) > .hero-5050-banner-btn:has(.dynamic-number) {
		grid-column: 1/-1;
		grid-row: 2;
		margin-top: 8px;
	}
	
	.hero-5050-banner--content:has(>.hero-5050-banner--center-badge) > .hero-5050-banner-title, .hero-5050-banner--content:has(>.hero-5050-banner--center-badge) > .hero-5050-banner-p {
		grid-column: 1;
	}
	
	.hero-5050-banner--center-badge {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		align-self: start;
		width: clamp(76px, 22vw, 104px);
		transform: translateY(-6px);
		margin: 0;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-p {
		grid-column: 1/-1;
		margin: 4px auto 0;
		max-width: 300px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.12;
		text-align: center;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number), .hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		grid-column: 1/-1;
		justify-content: center;
		width: 100%;
		max-width: none;
		margin-top: 8px;
		padding: 16px 20px;
		border-radius: 24px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before, .hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a, .hero-5050-banner-btn-secondary:has(.book-now-popup) .dynamic-number, .hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) .dynamic-number, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
		font-size: clamp(1.95rem, 8vw, 2.8rem);
		letter-spacing: 0;
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		justify-self: center;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) {
		gap: 14px;
		padding: 14px 18px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a {
		font-size: clamp(1.8rem, 7.3vw, 2.55rem);
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.layout--hero-5050-banner--internal .breadcrumbs-main {
		position: static;
		margin: 0;
		background-color: #027db8;
		padding: 12px 12px 10px;
	}
	
	.layout--hero-5050-banner--internal .breadcrumbs-main .container, .layout--hero-5050-banner--internal .breadcrumbs-main .woocommerce .page--content__body, .woocommerce .layout--hero-5050-banner--internal .breadcrumbs-main .page--content__body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.layout--hero-5050-banner--internal .breadcrumbs-main .breadcrumbs-wrapper .breadcrumbs {
		max-width: none;
	}
	
	.hero-5050-banner-btn {
		margin: 0 0 18px;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper, .layout--hero-5050-banner-review .banner-google-review-wrapper {
		position: static;
		margin-top: 18px;
		padding-left: 0;
		padding-top: 0;
	}
	
	.section-licence-block--hero {
		margin-top: calc(var(--hero-5050-mobile-licence-overlap) * -1);
	}
	
	.section-licence-block--hero .container, .section-licence-block--hero .woocommerce .page--content__body, .woocommerce .section-licence-block--hero .page--content__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.section-licence-block--hero .image-icon-wrapper {
		position: relative;
		z-index: 1;
		justify-content: center;
		padding: 18px 14px 16px;
		-moz-column-gap: 12px;
		column-gap: 12px;
		row-gap: 12px;
	}
	
	.section-licence-block--hero .image-icon-wrapper .image-container {
		flex: 1 1 146px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: clamp(140px, 42vw, 180px);
		min-width: 0;
		height: 78px;
	}
	
	.layout--sticky-cta {
		padding: 10px !important;
		gap: 10px;
	}
	
	.layout--sticky-cta a, .layout--sticky-cta button {
		font-size: 13px;
	}
	
	.layout--sticky-cta a:before, .layout--sticky-cta button:before {
		display: none;
	}
	
	.layout--sticky-call-image {
		display: block;
		right: 12px;
		bottom: 12px;
	}
	
	.layout--sticky-call-image img {
		width: min(100px, 100vw - 24px);
		max-width: calc(100vw - 24px);
	}
}

.h1-alt {
	font-size: 40px;
	line-height: 1.3;
}

.h2-alt {
	font-size: 32px;
	line-height: 1.3;
}

.hero-5050-banner-btn:has(.dynamic-number), .hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(100%, 740px);
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 14px 17px;
	border-radius: 10px;
	background: #e42413;
	color: #fff !important;
}

.hero-5050-banner-btn:has(.dynamic-number) {
	gap: 14px;
	padding: 13px 16px;
}

.hero-5050-banner-btn:has(.dynamic-number):before {
	content: "";
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/phone-icon.svg") center/contain no-repeat;
}

.hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
	gap: 18px;
	padding: 16px 24px;
}

.hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
	content: "";
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/calendar-icon.png") center/contain no-repeat;
}

.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a, .hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
	color: #fff !important;
	text-decoration: none !important;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
}

.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number:before, .hero-5050-banner-btn:has(.dynamic-number) .dynamic-number:after, .hero-5050-banner-btn:has(.dynamic-number) a:before, .hero-5050-banner-btn:has(.dynamic-number) a:after, .hero-5050-banner-btn-secondary:has(.book-now-popup) a:before, .hero-5050-banner-btn-secondary:has(.book-now-popup) a:after, .hero-5050-banner-btn-secondary:has(.js-book-now) a:before, .hero-5050-banner-btn-secondary:has(.js-book-now) a:after, .hero-5050-banner-btn-secondary:has(.se-booking-show) a:before, .hero-5050-banner-btn-secondary:has(.se-booking-show) a:after, .hero-5050-banner-btn-secondary:has(.st-booking-show) a:before, .hero-5050-banner-btn-secondary:has(.st-booking-show) a:after {
	content: none;
}

.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a {
	font-size: 19px;
}

.hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
	font-size: 22px;
}

@media (max-width:991.98px) {
	.hero-5050-banner-btn:has(.dynamic-number), .hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		display: flex;
		justify-self: center;
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:992px) {
	.hero-5050-banner--text {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 38px 0 34px;
		text-align: left;
	}
	
	.layout--hero-5050-banner--internal .hero-5050-banner--text {
		padding-top: 64px;
	}
	
	.hero-5050-banner--content {
		display: grid;
		grid-template-columns: minmax(0, 1fr) clamp(112px, 11vw, 148px);
		-moz-column-gap: 24px;
		column-gap: 24px;
		row-gap: 10px;
		align-items: start;
		width: min(100%, 560px);
	}
	
	.hero-5050-banner--content > *:not(.hero-5050-banner--center-badge) {
		grid-column: 1;
		min-width: 0;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-subtitle {
		grid-column: 1/-1;
		grid-row: 1;
		margin: 0;
		max-width: none;
		color: #fff;
		font-size: 50px;
		font-weight: 700;
		line-height: 1.06;
		letter-spacing: -.02em;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-title {
		grid-column: 1;
		grid-row: 2;
		margin: 0;
		color: #fff;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.12;
		letter-spacing: -.01em;
		max-width: 360px;
	}
	
	.hero-5050-banner--content:not(:has(>.hero-5050-banner-subtitle)) > .hero-5050-banner-title {
		grid-column: 1/-1;
		grid-row: 1;
		max-width: none;
		color: #fff;
		font-size: 50px;
		font-weight: 700;
		line-height: 1.06;
		letter-spacing: -.02em;
	}
	
	.hero-5050-banner--content:not(:has(>.hero-5050-banner-subtitle)) > .hero-5050-banner-btn:has(.dynamic-number) {
		grid-column: 1;
		grid-row: 2;
		margin-top: 18px;
	}
	
	.hero-5050-banner--content > .hero-5050-banner-p {
		grid-column: 1;
		margin: 10px 0 0;
		max-width: 420px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number), .hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		grid-column: 1;
		align-self: start;
		gap: 18px;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 100%;
		margin-top: 10px;
		padding: 16px 24px;
		border-radius: 22px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before, .hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a, .hero-5050-banner-btn-secondary:has(.book-now-popup) .dynamic-number, .hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) .dynamic-number, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
		font-size: clamp(1.4rem, 1.9vw, 2rem);
		letter-spacing: 0;
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		margin-top: 10px;
		padding: 18px 28px;
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) {
		gap: 16px;
		padding: 14px 22px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a {
		font-size: clamp(1.3rem, 1.75vw, 1.85rem);
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
		font-size: clamp(1.55rem, 2vw, 2.1rem);
		justify-content: flex-start;
	}
	
	.hero-5050-banner--center-badge {
		grid-column: 2;
		grid-row: 2/span 3;
		align-self: start;
		justify-self: start;
		top: 0;
		width: clamp(112px, 11vw, 148px);
		padding: 0;
		border-radius: 0;
	}
	
	.hero-5050-banner--review {
		max-width: 176px;
		padding-top: 30px;
	}
}

@media (max-width:767px) {
	.hero-5050-banner-btn-primary {
		padding-right: 0;
		flex-direction: column;
		padding-bottom: 10px;
	}
	
	.hero-5050-banner-btn-primary a {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number), .hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		gap: 16px;
		padding: 16px 20px;
		border-radius: 24px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before, .hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a, .hero-5050-banner-btn-secondary:has(.book-now-popup) .dynamic-number, .hero-5050-banner-btn-secondary:has(.book-now-popup) a, .hero-5050-banner-btn-secondary:has(.js-book-now) .dynamic-number, .hero-5050-banner-btn-secondary:has(.js-book-now) a, .hero-5050-banner-btn-secondary:has(.se-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.se-booking-show) a, .hero-5050-banner-btn-secondary:has(.st-booking-show) .dynamic-number, .hero-5050-banner-btn-secondary:has(.st-booking-show) a {
		font-size: clamp(1.95rem, 8vw, 2.8rem);
		letter-spacing: 0;
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup), .hero-5050-banner-btn-secondary:has(.js-book-now), .hero-5050-banner-btn-secondary:has(.se-booking-show), .hero-5050-banner-btn-secondary:has(.st-booking-show) {
		gap: 18px;
		padding: 18px 24px;
	}
	
	.hero-5050-banner-btn-secondary:has(.book-now-popup):before, .hero-5050-banner-btn-secondary:has(.js-book-now):before, .hero-5050-banner-btn-secondary:has(.se-booking-show):before, .hero-5050-banner-btn-secondary:has(.st-booking-show):before {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) {
		gap: 14px;
		padding: 14px 18px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number):before {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}
	
	.hero-5050-banner-btn:has(.dynamic-number) .dynamic-number, .hero-5050-banner-btn:has(.dynamic-number) a {
		font-size: clamp(1.8rem, 7.3vw, 2.55rem);
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow], .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] {
		display: inline-block;
		max-width: 126px;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-widget-container, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-widget-container {
		padding: 6px 8px !important;
		border-radius: 10px !important;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-header, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-header {
		gap: 6px;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-platform-icon, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-platform-icon {
		width: 14px !important;
		height: 14px !important;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-text, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-text {
		font-size: 10px !important;
		line-height: 1.1 !important;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-rating, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-rating {
		font-size: 12px !important;
		line-height: 1 !important;
	}
	
	.layout--hero-5050-banner .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-star, .layout--hero-5050-banner-review .banner-google-review-wrapper .ti-widget[data-layout-category=badge][data-set-id=drop-shadow] .ti-star {
		width: 11px !important;
		height: 11px !important;
	}
}

@media (min-width:576px)and (max-width:767px) {
	.h1-alt {
		font-size: 28px;
	}
	
	.h2-alt {
		font-size: 24px;
	}
	
	.hero-5050-banner-subtitle {
		font-size: 20px;
	}
	
	.hero-5050-banner-title {
		font-size: 34px;
	}
	
	.hero-5050-banner-p {
		font-size: 20px;
	}
}

@media (max-width:575px) {
	.h1-alt {
		font-size: 22px;
	}
	
	.h2-alt {
		font-size: 20px;
	}
	
	.hero-5050-banner-subtitle {
		font-size: 18px;
	}
	
	.hero-5050-banner-title {
		font-size: 28px;
	}
	
	.hero-5050-banner-p {
		font-size: 18px;
	}
}

@media (min-width:576px)and (max-width:767px) {
	.layout--sticky-cta a, .layout--sticky-cta button {
		font-size: 18px;
		flex: 1;
		text-align: center;
		justify-content: center;
		padding: 8px;
	}
}

@media (min-width:400px)and (max-width:575px) {
	.layout--sticky-cta a, .layout--sticky-cta button {
		font-size: 15px;
		flex: 1;
		text-align: center;
		justify-content: center;
		padding: 8px;
	}
}

.landing-page-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.landing-page-map {
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.landing-page-related-projects__list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-page-related-projects__item {
	flex: 1 1 calc(33.333% - 12px);
	min-width: 280px;
	overflow: hidden;
	background: #fff;
}

.landing-page-related-projects__image, .landing-page-related-projects__placeholder {
	display: block;
	width: 100%;
	height: 200px;
}

.landing-page-related-projects__image {
	-o-object-fit: cover;
	object-fit: cover;
}

.landing-page-related-projects__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e9eef5, #f7f9fc);
}

.landing-page-related-projects__placeholder-text {
	color: #667085;
	font-size: 13px;
}

.landing-page-related-projects__content {
	padding: 16px 0 10px;
}

.landing-page-related-projects__title-link {
	color: inherit;
	text-decoration: none;
}

.landing-page-related-projects__excerpt {
	margin: 0 0 12px;
	color: #475467;
	font-size: 14px;
	line-height: 1.6;
}

.landing-page-related-projects__button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.landing-page-related-projects__button:hover {
	text-decoration: none;
}

.landing-page-related-projects__button.hovered:before, .landing-page-related-projects__button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.landing-page-related-projects__button.hovered, .landing-page-related-projects__button:hover {
	border-color: #ececec;
}

.landing-page-related-projects__button.hovered:before, .landing-page-related-projects__button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.landing-page-related-projects__button:disabled {
	opacity: .6;
}

.landing-page-related-projects__button:disabled:hover {
	background-color: #fff;
}

.landing-page-related-projects__button {
	min-height: 40px;
	padding: 6px 10px;
	border-color: #e42413;
	background-color: #fff;
	color: #e42413;
}

.landing-page-notice {
	margin: 10px 0 0;
	padding: 14px 16px;
	border-radius: 10px;
	color: #475467;
}

.landing-page-notice--warning {
	border: 1px solid #f6d98a;
	background: #fef7e8;
}

.landing-page-notice--empty {
	border: 1px dashed #d0d5dd;
	background: #f8fafc;
}

.layout--coupon {
	padding: 16px 0;
}

.coupon-card {
	--coupon-accent: #ff2c21;
	--coupon-base: #0b84bc;
	--coupon-shape-width: 200px;
	--coupon-shape-offset: 130px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 40%) 1fr;
	align-items: stretch;
	overflow: hidden;
	border-radius: 20px;
	background: transparent;
	color: #fff;
	isolation: isolate;
}

.coupon-card__badge, .coupon-card__content {
	position: relative;
}

.coupon-card__shape {
	position: absolute;
	top: 0;
	left: calc(40% - var(--coupon-shape-offset));
	width: var(--coupon-shape-width);
	height: 100%;
	color: var(--coupon-accent);
	z-index: 1;
	pointer-events: none;
}

.coupon-card__shape svg {
	width: 100%;
	height: 100%;
	display: block;
}

.coupon-card__shape-mobile-fill {
	display: none;
}

.coupon-card__badge {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 152px;
	padding: 16px 132px 16px 56px;
	background: var(--coupon-base);
	text-align: left;
}

.coupon-card__badge-text {
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.02em;
	text-align: left;
}

.coupon-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 152px;
	background: var(--coupon-accent);
	padding: 16px 24px 32px 0;
}

.coupon-card__badge-text, .coupon-card__heading, .coupon-card__subheading, .coupon-card__terms {
	position: relative;
	z-index: 2;
}

.coupon-card__heading {
	margin: 0;
	color: #fff;
	font-family: Gotham Medium, Gotham, Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.coupon-card__subheading {
	margin: 6px 0 0;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: clamp(15px, 1.5vw, 24px);
	font-weight: 600;
	line-height: 1.18;
}

.coupon-card__terms {
	position: absolute;
	right: 14px;
	bottom: 10px;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.coupon-card__terms:hover, .coupon-card__terms:focus {
	color: #fff;
	text-decoration: underline;
}

.layout--coupon--green .coupon-card {
	--coupon-accent: #29c986;
}

.layout--coupon--red .coupon-card {
	--coupon-accent: #ff2c21;
}

.layout--coupon--legacy .coupon-card--legacy {
	display: block;
	border-radius: 0;
	background: #6e61ba;
	color: #fff;
}

.layout--coupon--legacy .coupon-card--legacy:before, .layout--coupon--legacy .coupon-card--legacy:after {
	content: none;
}

.coupon-card__legacy-content {
	padding: 10px 0;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.22;
	text-align: center;
}

@media (max-width:991px) {
	.layout--coupon {
		padding: 14px 0;
	}
	
	.layout--coupon .container, .layout--coupon .woocommerce .page--content__body, .woocommerce .layout--coupon .page--content__body {
		padding-left: 28px;
		padding-right: 28px;
	}
	
	.layout--coupon--red .coupon-card {
		--coupon-accent: #0b84bc;
		--coupon-base: #ff2c21;
	}
	
	.coupon-card {
		--coupon-mobile-top-height: 50px;
		display: block;
		min-height: 0;
		background: transparent;
	}
	
	.coupon-card__shape {
		top: 0;
		left: 0;
		width: 100%;
		height: var(--coupon-mobile-top-height);
	}
	
	.coupon-card__shape-desktop-fill {
		display: none;
	}
	
	.coupon-card__shape-mobile-fill {
		display: block;
	}
	
	.coupon-card__badge {
		min-height: var(--coupon-mobile-top-height);
		max-height: var(--coupon-mobile-top-height);
		height: var(--coupon-mobile-top-height);
		padding: 16px 24px 16px 18px;
		justify-content: flex-end;
		text-align: right;
		width: auto;
	}
	
	.coupon-card__badge-text {
		font-size: 32px;
		line-height: .95;
		text-align: right;
		width: 80%;
	}
	
	.coupon-card__content {
		min-height: 94px;
		padding: 18px 16px 34px;
	}
	
	.coupon-card__heading {
		font-size: 28px;
		line-height: 1.12;
	}
	
	.coupon-card__subheading {
		margin-top: 10px;
		font-size: clamp(16px, 5vw, 24px);
		line-height: 1.18;
	}
	
	.coupon-card__terms {
		right: auto;
		left: 16px;
		bottom: 12px;
		font-size: 10px;
	}
}

@media (min-width:992px) {
	.component-image-text .image-text--image {
		position: absolute;
		width: 50vw;
		right: 20px;
		top: -32px;
		bottom: -32px;
		overflow: hidden;
	}
	
	.component-image-text .image-text--image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.component-image-text .image-text--text {
		padding: 20px;
	}
}

@media (max-width:991.98px) {
	.component-image-text .image-text--text {
		padding: 20px 0;
	}
	
	.component-image-text .image-text--image {
		position: relative;
		left: 50%;
		width: 100vw;
		transform: translate(-50%, 32px);
	}
}

.component-memberships {
	background-color: #fff;
	padding: 72px 0 96px !important;
}

.component-memberships .memberships--text {
	max-width: 1040px;
	margin: 0 auto 56px;
	text-align: center;
}

.component-memberships .memberships--text h1, .component-memberships .memberships--text .h1, .component-memberships .memberships--text .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .component-memberships .memberships--text .product_title, .component-memberships .memberships--text h2, .component-memberships .memberships--text .h2, .component-memberships .memberships--text .component-handy-hints-block .title, .component-handy-hints-block .component-memberships .memberships--text .title, .component-memberships .memberships--text h3, .component-memberships .memberships--text .h3 {
	color: #000;
	font-size: clamp(2.5rem, 3.2vw, 3.75rem);
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 28px;
}

.component-memberships .memberships--text p {
	color: #1a1a1a;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 22px;
}

.component-memberships .memberships--text p:last-child {
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
}

.component-memberships .memberships--cards {
	row-gap: 56px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.component-memberships .memberships--cards-wrap {
	position: relative;
}

.component-memberships .memberships--scroll-hint {
	display: none;
}

.component-memberships .membership--column {
	display: flex;
	max-width: 380px;
	padding-left: 0;
	padding-right: 0;
}

.component-memberships .membership--wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	padding-top: 26px;
}

.component-memberships .membership--header {
	position: absolute;
	top: 0;
	left: -10px;
	right: auto;
	z-index: 2;
	width: calc(100% - 12px);
}

.component-memberships .membership--header img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.component-memberships .membership--body {
	border-radius: 14px;
	background-color: #ececec;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .22);
	padding: 70px 25px 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.component-memberships .membership--body .membership--title {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, .55);
}

.component-memberships .membership--body .membership--title .membership--title-name {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
}

.component-memberships .membership--body .membership--title .membership--title-duration {
	margin-top: 6px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
}

.component-memberships .membership--body .membership--inclusions {
	color: #1a1a1a;
}

.component-memberships .membership--body .membership--inclusions h2, .component-memberships .membership--body .membership--inclusions .h2, .component-memberships .membership--body .membership--inclusions .component-handy-hints-block .title, .component-handy-hints-block .component-memberships .membership--body .membership--inclusions .title, .component-memberships .membership--body .membership--inclusions h3, .component-memberships .membership--body .membership--inclusions .h3, .component-memberships .membership--body .membership--inclusions h4, .component-memberships .membership--body .membership--inclusions .h4, .component-memberships .membership--body .membership--inclusions .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-memberships .membership--body .membership--inclusions h2:first-child, .component-memberships .membership--body .membership--inclusions .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-memberships .membership--body .membership--inclusions .h2:first-child, .component-memberships .membership--body .membership--inclusions .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .component-memberships .membership--body .membership--inclusions .title:first-child, .component-memberships .membership--body .membership--inclusions .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .component-memberships .membership--body .membership--inclusions .title:first-child, .component-memberships .membership--body .membership--inclusions .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .component-memberships .membership--body .membership--inclusions .woocommerce-loop-product__title, .component-memberships .membership--body .membership--inclusions .component-award-block .title, .component-award-block .component-memberships .membership--body .membership--inclusions .title, .component-memberships .membership--body .membership--inclusions strong {
	color: #000;
}

.component-memberships .membership--body .membership--inclusions p {
	margin-bottom: 14px;
}

.component-memberships .membership--body .membership--cta {
	margin-top: auto;
	padding-top: 22px;
	display: flex;
	flex-direction: column;
}

.component-memberships .membership--body .membership--cta p {
	margin-bottom: 16px;
	font-size: 1.125rem;
}

.component-memberships .membership--body p {
	margin-bottom: 14px;
}

.component-memberships .membership--body ul {
	padding-left: 2.25rem;
	margin: 0;
}

.component-memberships .membership--body .membership--btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.3;
	background-color: #027db8;
	padding: 8px 18px;
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	border-radius: 10px;
	border: none;
	align-self: center;
}

.component-memberships .membership--body li {
	margin-bottom: 14px;
	list-style: disc;
	font-size: .95rem;
	line-height: 1.12;
}

@media (max-width:991.98px) {
	.component-memberships {
		padding: 56px 0 72px !important;
	}
	
	.component-memberships .memberships--text {
		margin-bottom: 40px;
	}
	
	.component-memberships .memberships--cards {
		-moz-column-gap: 32px;
		column-gap: 32px;
		row-gap: 48px;
	}
	
	.component-memberships .membership--column {
		max-width: 520px;
	}
	
	.component-memberships .membership--header {
		left: -16px;
		right: auto;
		width: calc(100% - 8px);
	}
	
	.component-memberships .membership--body {
		padding: 106px 24px 26px;
	}
}

@media (max-width:767.98px) {
	.component-memberships .memberships--container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.component-memberships .memberships--cards {
		flex-wrap: nowrap;
		justify-content: flex-start !important;
		margin-left: 0;
		margin-right: 0;
		-moz-column-gap: 16px;
		column-gap: 16px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 8px;
		padding-right: 44px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}
	
	.component-memberships .memberships--text h1, .component-memberships .memberships--text .h1, .component-memberships .memberships--text .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .component-memberships .memberships--text .product_title, .component-memberships .memberships--text h2, .component-memberships .memberships--text .h2, .component-memberships .memberships--text .component-handy-hints-block .title, .component-handy-hints-block .component-memberships .memberships--text .title, .component-memberships .memberships--text h3, .component-memberships .memberships--text .h3 {
		font-size: 2.2rem;
	}
	
	.component-memberships .memberships--text p {
		font-size: 1rem;
	}
	
	.component-memberships .membership--column {
		flex: 0 0 min(280px, 100vw - 72px);
		max-width: min(280px, 100vw - 72px);
		scroll-snap-align: start;
	}
	
	.component-memberships .memberships--scroll-hint {
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 3;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		transform: translateY(-50%);
		pointer-events: none;
	}
	
	.component-memberships .memberships--scroll-hint:before {
		content: "";
		position: absolute;
		inset: -30px -20px -30px -48px;
		z-index: -1;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 42%, #fff);
	}
	
	.component-memberships .memberships--scroll-hint-label {
		color: #007db8;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .08em;
		line-height: 1;
		text-transform: uppercase;
	}
	
	.component-memberships .memberships--scroll-hint-arrow {
		position: relative;
		width: 38px;
		height: 38px;
		border-radius: 999px;
		background: #fff;
		box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
	}
	
	.component-memberships .memberships--scroll-hint-arrow:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #007db8;
		border-right: 2px solid #007db8;
		transform: translate(-62%, -50%) rotate(45deg);
	}
	
	.component-memberships .membership--header {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		margin-bottom: -18px;
	}
	
	.component-memberships .membership--header img {
		max-width: 340px;
	}
	
	.component-memberships .membership--wrapper {
		padding-top: 0;
	}
	
	.component-memberships .membership--body {
		padding: 34px 20px 24px;
	}
	
	.component-memberships .membership--btn {
		width: auto;
	}
}

.google-review-content-block {
	background: #fff !important;
}

.google-review-content-block .component--body {
	text-align: center;
}

.google-review-content-block .component--body > h1, .google-review-content-block .component--body > h2, .google-review-content-block .component-handy-hints-block .component--body > .title, .component-handy-hints-block .google-review-content-block .component--body > .title, .google-review-content-block .component--body > h3, .google-review-content-block .component--body > h4, .google-review-content-block .component-award-block .component--body > .title, .component-award-block .google-review-content-block .component--body > .title, .google-review-content-block .component--body > .h1, .google-review-content-block .woocommerce.single-product .page--content__body .product .summary .component--body > .product_title, .woocommerce.single-product .page--content__body .product .summary .google-review-content-block .component--body > .product_title, .google-review-content-block .component--body > .h2, .google-review-content-block .component--body > .h3, .google-review-content-block .component--body > .h4, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component--body > h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > h2:first-child, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component--body > .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > .h2:first-child, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .component--body > .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .google-review-content-block .component--body > .title:first-child, .google-review-content-block .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .component--body > .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > .title:first-child, .google-review-content-block .woocommerce .page--content__body .products .product .component--body > .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .google-review-content-block .component--body > .woocommerce-loop-product__title {
	color: #000;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 16px;
}

.google-review-content-block .component--body > p {
	margin-bottom: 14px;
	line-height: 1.35;
}

.google-review-content-block .component--body > p:last-of-type {
	margin-bottom: 0;
}

.google-review-content-block .button-primary, .google-review-content-block .button-secondary, .google-review-content-block .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 12px;
	background: #e42413;
	border: 1px solid #e42413;
	color: #fff;
	font-family: Gotham, Montserrat, sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.google-review-content-block .button-primary:before, .google-review-content-block .button-secondary:before, .google-review-content-block .wp-block-button__link:before {
	content: none;
}

.google-review-content-block .button-primary:hover, .google-review-content-block .button-primary:focus, .google-review-content-block .button-secondary:hover, .google-review-content-block .button-secondary:focus, .google-review-content-block .wp-block-button__link:hover, .google-review-content-block .wp-block-button__link:focus {
	background: #d12111;
	border-color: #d12111;
	color: #fff;
	text-decoration: none;
}

.google-review-content-block .button-primary, .google-review-content-block .button-secondary {
	margin-right: 16px;
	margin-top: 10px;
}

.google-review-content-block .button-primary:last-child, .google-review-content-block .button-secondary:last-child {
	margin-right: 0;
}

.google-review-content-block .wp-block-buttons {
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
}

.google-review-content-block .wp-block-button {
	margin: 0;
}

.google-review-content-block .ti-widget, .google-review-content-block .ti-widget * {
	text-align: initial;
}

@media (max-width:767.98px) {
	.google-review-content-block .component--body > h1, .google-review-content-block .component--body > h2, .google-review-content-block .component-handy-hints-block .component--body > .title, .component-handy-hints-block .google-review-content-block .component--body > .title, .google-review-content-block .component--body > h3, .google-review-content-block .component--body > h4, .google-review-content-block .component-award-block .component--body > .title, .component-award-block .google-review-content-block .component--body > .title, .google-review-content-block .component--body > .h1, .google-review-content-block .woocommerce.single-product .page--content__body .product .summary .component--body > .product_title, .woocommerce.single-product .page--content__body .product .summary .google-review-content-block .component--body > .product_title, .google-review-content-block .component--body > .h2, .google-review-content-block .component--body > .h3, .google-review-content-block .component--body > .h4, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component--body > h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > h2:first-child, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component--body > .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > .h2:first-child, .google-review-content-block .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .component--body > .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .google-review-content-block .component--body > .title:first-child, .google-review-content-block .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .component--body > .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .google-review-content-block .component--body > .title:first-child, .google-review-content-block .woocommerce .page--content__body .products .product .component--body > .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .google-review-content-block .component--body > .woocommerce-loop-product__title {
		margin-bottom: 12px;
	}
	
	.google-review-content-block .component--body > p {
		margin-bottom: 12px;
	}
	
	.google-review-content-block .button-primary, .google-review-content-block .button-secondary, .google-review-content-block .wp-block-button__link {
		min-height: 44px;
		padding: 0 20px;
		border-radius: 10px;
		font-size: .875rem;
	}
	
	.google-review-content-block .wp-block-buttons {
		gap: 12px;
	}
}

.component-need-a-section, .component-blue-card {
	padding: 28px 0 40px;
}

.component-need-a-section .need-a-section-card {
	--need-a-section-shape-left: calc(40% - 118px);
}

.component-blue-card .need-a-section-card--single-media {
	--need-a-section-shape-left: calc(40% + -0px);
}

.need-a-section-card {
	--need-a-section-bg: #007db8;
	--need-a-section-shape-left: calc(40% - 130px);
	--need-a-section-shape-width: 200px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	min-height: 360px;
	border-radius: 24px;
	overflow: hidden;
	background: var(--need-a-section-bg);
	isolation: isolate;
}

.need-a-section-card.fs-bg-data, .need-a-section-card.fs-bg-application, .need-a-section-card.fs-bg-plumbing {
	--need-a-section-bg: #007db8;
}

.need-a-section-card.fs-bg-electrical, .need-a-section-card.fs-bg-solar {
	--need-a-section-bg: #19c784;
}

.need-a-section-card.fs-bg-security, .need-a-section-card.fs-bg-carpentry {
	--need-a-section-bg: #e42413;
}

.need-a-section-card__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 470px;
	padding: 16px 132px 16px 56px;
	color: #fff;
}

.need-a-section-card__content > *:last-child {
	margin-bottom: 0;
}

.need-a-section-card__shape {
	position: absolute;
	top: 0;
	left: var(--need-a-section-shape-left);
	width: var(--need-a-section-shape-width);
	height: 100%;
	color: var(--need-a-section-bg);
	pointer-events: none;
	z-index: 2;
}

.need-a-section-card__shape svg {
	width: 100%;
	height: 100%;
	display: block;
}

.need-a-section-card__shape-mobile-fill {
	display: none;
}

.need-a-section-card__eyebrow {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .9);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

.need-a-section-card__title {
	margin: 0 0 18px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2.2rem, 3.2vw, 3.35rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.03em;
}

.need-a-section-card__copy {
	max-width: 430px;
	margin: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.15rem, 1.55vw, 1.6rem);
	font-weight: 700;
	line-height: 1.18;
}

.need-a-section-card__content--wysiwyg {
	max-width: 490px;
}

.need-a-section-card__content--wysiwyg :is(h1,.h1,.woocommerce.single-product .page--content__body .product .summary .product_title,h2,.h2,.component-handy-hints-block .title,h3,.h3,.component-services-block h2,.component-services-block .h2,h4,.h4,.woocommerce.single-product .page--content__body .product .related.products h2:first-child,.woocommerce.single-product .page--content__body .product .related.products .h2:first-child,.woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child,.component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child,.woocommerce .page--content__body .products .product .woocommerce-loop-product__title,.component-award-block .title) {
	margin: 0 0 18px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2.2rem, 3.2vw, 3.35rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.03em;
}

.need-a-section-card__content--wysiwyg p {
	max-width: 430px;
	margin: 0 0 12px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.15rem, 1.55vw, 1.6rem);
	font-weight: 700;
	line-height: 1.18;
}

.need-a-section-card__content--wysiwyg ul, .need-a-section-card__content--wysiwyg ol {
	max-width: 430px;
	margin: 0 0 16px;
	padding-left: 1.25rem;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.need-a-section-card__content--wysiwyg a {
	color: #fff;
}

.need-a-section-card__content--wysiwyg > *:last-child {
	margin-bottom: 0;
}

.need-a-section-card__actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.need-a-section-card__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 26px;
	border-radius: 10px;
	background: #e42413;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.15rem, 1.6vw, 1.7rem);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.need-a-section-card__phone:hover, .need-a-section-card__phone:focus {
	color: #fff;
	text-decoration: none;
}

.component-blue-card .need-a-section-card__phone {
	min-height: 0;
	padding: 10px 17px;
}

.need-a-section-card__enquire {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	font-weight: 700;
	line-height: 1.1;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.need-a-section-card__enquire:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.need-a-section-card__enquire:hover, .need-a-section-card__enquire:focus {
	color: #fff;
}

.need-a-section-card__media {
	position: relative;
	z-index: 1;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.need-a-section-card__media--image {
	background: none;
}

.need-a-section-card__media-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.need-a-section-card__foreground {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: clamp(240px, 34%, 360px);
	pointer-events: none;
}

.need-a-section-card__foreground img {
	display: block;
	width: 100%;
	height: auto;
}

.need-a-section-card--single-media {
	--need-a-section-shape-left: calc(40% - 130px);
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
}

.need-a-section-card--single-media .need-a-section-card__content {
	max-width: 520px;
	padding-right: 28px;
}

.need-a-section-card--content-only {
	grid-template-columns: 1fr;
}

.need-a-section-card--content-only .need-a-section-card__content {
	max-width: none;
	padding-right: 42px;
}

.need-a-section-card--content-only .need-a-section-card__media, .need-a-section-card--content-only .need-a-section-card__shape {
	display: none;
}

@media (min-width:992px) {
	.component-need-a-section .need-a-section-card {
		--need-a-section-shape-left: calc(40% + -0px);
		grid-template-columns: minmax(0, 40%) minmax(0, 60%);
		min-height: 0;
		overflow: visible;
	}
	
	.component-need-a-section .need-a-section-card__content {
		padding: 40px 0 40px 31px;
	}
	
	.component-need-a-section .need-a-section-card__title {
		font-size: 32px;
	}
	
	.component-need-a-section .need-a-section-card__copy {
		font-size: 20px;
	}
	
	.component-need-a-section .need-a-section-card__phone {
		min-height: 0;
		padding: 6px 26px;
		font-size: 20px;
	}
	
	.component-need-a-section .need-a-section-card__media {
		border-radius: 0 20px 20px;
	}
	
	.component-need-a-section .need-a-section-card__foreground {
		width: 40%;
	}
}

@media (max-width:1199px) {
	.component-need-a-section .need-a-section-card {
		--need-a-section-shape-left: calc(40% + -0px);
	}
	
	.need-a-section-card {
		--need-a-section-shape-left: calc(40% - 130px);
		--need-a-section-shape-width: 200px;
		grid-template-columns: minmax(0, 40%) minmax(0, 60%);
		min-height: 332px;
	}
	
	.need-a-section-card__content {
		padding: 16px 132px 16px 56px;
	}
	
	.need-a-section-card__foreground {
		width: clamp(210px, 33%, 310px);
	}
	
	.need-a-section-card--single-media {
		--need-a-section-shape-left: calc(40% - 130px);
		grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	}
}

@media (max-width:991px) {
	.component-need-a-section, .component-blue-card {
		padding: 18px 0 28px;
	}
	
	.component-need-a-section .container, .component-need-a-section .woocommerce .page--content__body, .woocommerce .component-need-a-section .page--content__body, .component-blue-card .container, .component-blue-card .woocommerce .page--content__body, .woocommerce .component-blue-card .page--content__body {
		padding-left: 28px;
		padding-right: 28px;
	}
	
	.need-a-section-card {
		--need-a-section-mobile-top-height: 250px;
		display: flex;
		flex-direction: column;
		min-height: 0;
	}
	
	.need-a-section-card__content {
		order: 2;
		max-width: none;
		padding: 30px 22px 24px;
	}
	
	.need-a-section-card__eyebrow {
		display: none;
	}
	
	.need-a-section-card__shape {
		top: 0;
		left: 0;
		width: 100%;
		height: var(--need-a-section-mobile-top-height);
	}
	
	.need-a-section-card__shape-desktop-fill {
		display: block;
	}
	
	.need-a-section-card__shape-mobile-fill {
		display: none;
	}
	
	.need-a-section-card__title, .need-a-section-card__content--wysiwyg :is(h1,.h1,.woocommerce.single-product .page--content__body .product .summary .product_title,h2,.h2,.component-handy-hints-block .title,h3,.h3,.component-services-block h2,.component-services-block .h2,h4,.h4,.woocommerce.single-product .page--content__body .product .related.products h2:first-child,.woocommerce.single-product .page--content__body .product .related.products .h2:first-child,.woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child,.component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child,.woocommerce .page--content__body .products .product .woocommerce-loop-product__title,.component-award-block .title) {
		margin-bottom: 16px;
		font-size: clamp(2rem, 8vw, 3rem);
	}
	
	.need-a-section-card__copy, .need-a-section-card__content--wysiwyg p {
		max-width: none;
		font-size: clamp(1rem, 4.8vw, 1.3rem);
		line-height: 1.24;
	}
	
	.need-a-section-card__actions {
		gap: 14px;
		margin-top: 24px;
	}
	
	.need-a-section-card__phone {
		min-height: 46px;
		padding: 10px 20px;
		font-size: 1.05rem;
	}
	
	.need-a-section-card__enquire {
		font-size: .95rem;
	}
	
	.need-a-section-card__media {
		order: 1;
		min-height: var(--need-a-section-mobile-top-height);
		max-height: var(--need-a-section-mobile-top-height);
		height: var(--need-a-section-mobile-top-height);
	}
	
	.need-a-section-card__foreground {
		top: 0;
		bottom: auto;
		right: 0;
		display: flex;
		align-items: flex-end;
		height: var(--need-a-section-mobile-top-height);
		width: clamp(180px, 46vw, 240px);
	}
	
	.need-a-section-card--content-only .need-a-section-card__content {
		padding-right: 22px;
	}
}

@media (max-width:575px) {
	.need-a-section-card {
		--need-a-section-mobile-top-height: 210px;
	}
	
	.need-a-section-card__media {
		min-height: var(--need-a-section-mobile-top-height);
	}
	
	.need-a-section-card__actions {
		gap: 12px;
	}
	
	.need-a-section-card__phone {
		width: 100%;
	}
	
	.need-a-section-card__enquire {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (min-width:992px) {
	.component-need-a-section .need-a-section-card__content {
		padding-top: 100px;
	}
}

.rowland-template-label {
	position: relative;
	z-index: 9999;
	display: block;
	margin: 6px 0;
	padding: 6px 10px;
	background: rgba(12, 23, 33, .92);
	color: #7ef2c2;
	border-left: 4px solid #7ef2c2;
	font: 600 11px/1.4 Consolas, Monaco, monospace;
	letter-spacing: .03em;
	text-transform: none;
	word-break: break-word;
}

.rowland-template-label strong {
	color: #fff;
	margin-right: 8px;
}

.rowland-template-label--main {
	background: rgba(16, 137, 115, .94);
	border-left-color: #fff;
	color: #fff;
}

.rowland-template-label--template {
	background: rgba(51, 94, 134, .94);
	border-left-color: #7ef2c2;
}

.rowland-template-label--part {
	background: rgba(12, 23, 33, .92);
}

#article--archive-list .container .row .col, #article--archive-list .woocommerce .page--content__body .row .col, .woocommerce #article--archive-list .page--content__body .row .col {
	padding-bottom: 16px;
}

#article--archive-list .container .row .col .card-wrapper, #article--archive-list .woocommerce .page--content__body .row .col .card-wrapper, .woocommerce #article--archive-list .page--content__body .row .col .card-wrapper {
	height: 100%;
}

@media (min-width:768px) {
	#article--archive-list .container, #article--archive-list .woocommerce .page--content__body, .woocommerce #article--archive-list .page--content__body {
		padding: 0 16px;
	}
	
	#article--archive-list .container .row, #article--archive-list .woocommerce .page--content__body .row, .woocommerce #article--archive-list .page--content__body .row {
		margin: 0 -16px;
	}
	
	#article--archive-list .container .row .col, #article--archive-list .woocommerce .page--content__body .row .col, .woocommerce #article--archive-list .page--content__body .row .col {
		padding: 0 16px 32px;
	}
}

.video-archive-list .card-wrapper .component-card-full .img-wrapper {
	position: relative;
}

.video-archive-list .card-wrapper .component-card-full .img-wrapper:after {
	content: "";
	display: block;
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/themes/rowlandtheme/assets/images/play_icon.svg") no-repeat;
	background-size: 62px;
	width: 62px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.article--content__body .container .container, .article--content__body .woocommerce .page--content__body .container, .woocommerce .article--content__body .page--content__body .container, .article--content__body .container .woocommerce .page--content__body, .woocommerce .article--content__body .container .page--content__body, .article--content__body .woocommerce .page--content__body .page--content__body, .woocommerce .article--content__body .page--content__body .page--content__body {
	padding: 0;
}

.article--content__body .post-date {
	font-size: 1rem;
	line-height: 1.375rem;
	padding-bottom: 18px;
}

.article--content__body .heading-wrapper h1, .article--content__body .heading-wrapper .h1, .article--content__body .heading-wrapper .woocommerce.single-product .page--content__body .product .summary .product_title, .woocommerce.single-product .page--content__body .product .summary .article--content__body .heading-wrapper .product_title {
	margin-bottom: 30px;
}

.article--content__body .suggested-content-wrapper ul, .article--content__body .suggested-category-wrapper ul {
	clear: none;
	list-style: none;
	padding: 0;
	margin-bottom: 24px;
}

.article--content__body .suggested-content-wrapper ul li, .article--content__body .suggested-category-wrapper ul li {
	margin: 0;
}

.article--content__body .suggested-content-wrapper ul li a, .article--content__body .suggested-category-wrapper ul li a {
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
}

.article--content__body .suggested-content-wrapper ul li a:hover, .article--content__body .suggested-category-wrapper ul li a:hover {
	text-decoration: underline;
}

.article--content__body .suggested-content-wrapper .h4, .article--content__body .suggested-content-wrapper .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-content-wrapper h2:first-child, .article--content__body .suggested-content-wrapper .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-content-wrapper .h2:first-child, .article--content__body .suggested-content-wrapper .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .article--content__body .suggested-content-wrapper .title:first-child, .article--content__body .suggested-content-wrapper .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-content-wrapper .title:first-child, .article--content__body .suggested-content-wrapper .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .article--content__body .suggested-content-wrapper .woocommerce-loop-product__title, .article--content__body .suggested-content-wrapper .component-award-block .title, .component-award-block .article--content__body .suggested-content-wrapper .title, .article--content__body .suggested-category-wrapper .h4, .article--content__body .suggested-category-wrapper .woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-category-wrapper h2:first-child, .article--content__body .suggested-category-wrapper .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-category-wrapper .h2:first-child, .article--content__body .suggested-category-wrapper .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .article--content__body .suggested-category-wrapper .title:first-child, .article--content__body .suggested-category-wrapper .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .article--content__body .suggested-category-wrapper .title:first-child, .article--content__body .suggested-category-wrapper .woocommerce .page--content__body .products .product .woocommerce-loop-product__title, .woocommerce .page--content__body .products .product .article--content__body .suggested-category-wrapper .woocommerce-loop-product__title, .article--content__body .suggested-category-wrapper .component-award-block .title, .component-award-block .article--content__body .suggested-category-wrapper .title {
	margin-bottom: 22px;
}

.article--content__body .suggested-content-wrapper {
	margin-bottom: 64px;
}

.article--content__body .suggested-category-wrapper ul {
	margin-bottom: 0;
	padding: 12px 0;
	border-bottom: 1px solid #d1d1d1;
}

.article--content__body .suggested-category-wrapper ul li a {
	line-height: 1.25rem;
	display: flex;
	justify-content: space-between;
}

.article--content__body .suggested-category-wrapper ul li a:hover {
	text-decoration: none;
}

.single-technician .component-primary-cta {
	background-color: #ececec;
}

.single-technician .component-primary-cta.technician .content-col-wrapper .cta-content a[class^=button-] {
	display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #ececec;
	color: #6d6e70;
	border-top: 3px solid #00a3ff;
}

.woocommerce-message {
	border-top: 3px solid #19c784;
}

.woocommerce-message:before {
	color: #19c784;
}

.woocommerce-error {
	border-top: 3px solid #e42413;
}

.woocommerce-error:before {
	color: #e42413;
}

.woocommerce a.remove {
	color: #e42413 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	min-height: 40px;
	color: #1a1a1a;
	background-color: #d1d1d1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: #ececec;
	color: #1a1a1a;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #ececec;
	border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #d1d1d1;
	color: #1a1a1a;
	padding: 1em 2em;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid #d1d1d1;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 3px;
	border: 1px solid #1a1a1a;
}

.woocommerce .select2-container .select2-selection--single {
	height: 35px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1a1a1a;
	line-height: unset;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #19c784;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #e42413;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #e42413;
}

.woocommerce .page--content__body .page-title {
	color: #e42413;
	font-style: italic;
}

.woocommerce .page--content__body .woocommerce-ordering {
	margin-bottom: 2rem;
	margin-left: 2rem;
}

.woocommerce .page--content__body .woocommerce-ordering .orderby {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #1a1a1a;
	padding: .2rem;
}

.woocommerce .page--content__body .woocommerce-ordering .orderby:focus-visible {
	border: none;
	outline: #85d3ff auto 1px;
	border-radius: 0;
}

.woocommerce .page--content__body .products .product .woocommerce-loop-product__title {
	line-height: normal;
}

.woocommerce .page--content__body .products .product .price {
	padding-top: 1.5rem;
}

.woocommerce .page--content__body .products .product .price:has(del[aria-hidden=true]):after {
	content: " SALE";
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	float: right;
	border-radius: 5px;
	padding: 8px 16px;
	background: #e42413;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	margin-top: -.5rem;
}

.woocommerce .page--content__body .products .product .button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce .page--content__body .products .product .button:hover {
	text-decoration: none;
}

.woocommerce .page--content__body .products .product .button.hovered:before, .woocommerce .page--content__body .products .product .button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce .page--content__body .products .product .button.hovered, .woocommerce .page--content__body .products .product .button:hover {
	border-color: #ececec;
}

.woocommerce .page--content__body .products .product .button.hovered:before, .woocommerce .page--content__body .products .product .button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce .page--content__body .products .product .button:disabled {
	opacity: .6;
}

.woocommerce .page--content__body .products .product .button:disabled:hover {
	background-color: #fff;
}

.woocommerce .page--content__body .products .product .button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	background-color: #fff;
	color: #e42413;
}

.woocommerce .page--content__body .products .product span.onsale {
	color: #e42413;
	font-size: 24px;
	font-weight: 700;
	float: right;
	border-radius: 5px;
	padding: 8px 16px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	margin-top: -.5rem;
	min-height: 0;
	min-width: 0;
	line-height: normal;
	top: .68em;
	right: .92em;
}

.woocommerce .page--content__body .products .product .added_to_cart {
	font-size: 1rem;
	padding-left: .2rem;
	color: #e42413;
}

.woocommerce .page--content__body .products .product .added_to_cart:hover {
	color: #1a1a1a;
}

@media only screen and (max-width:989px) {
	.woocommerce ul.products[class*=columns-] {
		margin-right: -4%;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product.first {
		width: 46%;
		float: left;
		margin-right: 4%;
		clear: none;
	}
}

@media only screen and (max-width:767px) {
	.woocommerce .page--content__body .woocommerce-ordering {
		margin-bottom: 2rem;
		margin-left: 0;
		float: none;
	}
	
	.woocommerce ul.products[class*=columns-] {
		margin-right: 0%;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
		margin-right: 0%;
		clear: none !important;
	}
}

.products {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.products .product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(33.333% - 20px);
	box-sizing: border-box;
	position: relative;
	margin: 0 !important;
}

@media only screen and (max-width:989px) {
	.products .product {
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width:767px) {
	.products .product {
		width: 100%;
	}
}

.products .product .woocommerce-loop-product__link img {
	width: 100%;
	height: 200px !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.products .product .woocommerce-loop-product__title {
	flex-grow: 1;
	margin-bottom: 10px;
	min-height: 50px;
}

.products .product .woocommerce-loop-product__title {
	flex-grow: 1;
	margin-bottom: 10px;
}

.products .product .button {
	margin-top: auto;
	text-align: center;
	justify-content: center;
}

.products .product .price {
	margin-top: 10px;
	margin-bottom: auto;
}

.category-layout {
	display: flex;
	flex-wrap: wrap;
}

.category-layout .category-filters {
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
	display: block;
}

@media (max-width:768px) {
	.category-layout .category-filters {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		display: none;
	}
}

.category-layout .category-products {
	width: 75%;
	box-sizing: border-box;
}

@media (max-width:768px) {
	.category-layout .category-products {
		width: 100%;
	}
}

.woocommerce.single-product .page--content__body .product span.onsale {
	color: #e42413;
	font-size: 24px;
	font-weight: 700;
	float: right;
	border-radius: 5px;
	padding: 8px 16px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	margin-top: -.5rem;
	min-height: 0;
	min-width: 0;
	line-height: normal;
	top: .68em;
	left: .5em;
}

.woocommerce.single-product .page--content__body .product .summary {
	padding-left: 3.94rem;
}

.woocommerce.single-product .page--content__body .product .summary .product_title {
	font-style: italic;
	margin-bottom: 1.5rem;
}

.woocommerce.single-product .page--content__body .product .summary .price {
	color: #1a1a1a;
	font-size: 1.875rem;
	line-height: normal;
	font-weight: 600;
}

.woocommerce.single-product .page--content__body .product .summary .price:has(del[aria-hidden=true]):after {
	content: " SALE";
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	float: right;
	border-radius: 5px;
	padding: 8px 16px;
	background: #e42413;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	margin-top: -.5rem;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-product-details__short-description {
	margin: 1.5rem 0;
}

.woocommerce.single-product .page--content__body .product .summary form.cart {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .quantity input {
	border-radius: .1875rem;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.5rem;
	min-height: 40px;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button:hover {
	text-decoration: none;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button.hovered:before, .woocommerce.single-product .page--content__body .product .summary form.cart .button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button.hovered, .woocommerce.single-product .page--content__body .product .summary form.cart .button:hover {
	border-color: #ececec;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button.hovered:before, .woocommerce.single-product .page--content__body .product .summary form.cart .button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button:disabled {
	opacity: .6;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button:disabled:hover {
	background-color: #fff;
}

.woocommerce.single-product .page--content__body .product .summary form.cart .button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	background-color: #fff;
	color: #e42413;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:hover {
	text-decoration: none;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button.hovered:before, .woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button.hovered, .woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:hover {
	border-color: #ececec;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button.hovered:before, .woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:disabled {
	opacity: .6;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button:disabled:hover {
	background-color: #fff;
}

.woocommerce.single-product .page--content__body .product .summary .woocommerce-call-for-price .button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	background-color: #fff;
	color: #e42413;
	margin-bottom: 3.5em;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta span.sku_wrapper {
	font-weight: 600;
	margin-bottom: .5rem;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta span.sku_wrapper span.sku {
	font-weight: 400;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta span.posted_in {
	font-weight: 600;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta span.posted_in a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
}

.woocommerce.single-product .page--content__body .product .summary .product_meta a {
	text-decoration: none;
}

.woocommerce.single-product .page--content__body .product .summary .dynamic-number {
	font-size: 20px !important;
}

.woocommerce.single-product .page--content__body .product .woocommerce-tabs .tabs li a {
	font-size: 1rem;
}

.woocommerce.single-product .page--content__body .product .woocommerce-Reviews .comment-respond .comment-form .comment-form-email #email {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #000;
	min-height: 40px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
}

.woocommerce.single-product .page--content__body .product .related.products h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .h2:first-child, .woocommerce.single-product .page--content__body .product .related.products .component-handy-hints-block .title:first-child, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products .title:first-child {
	color: #e42413;
	font-weight: 700;
}

.woocommerce.single-product .page--content__body .product .related.products ul li {
	text-indent: 0px;
}

.woocommerce.single-product .page--content__body .product .related.products ul li:before {
	content: none;
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0;
	display: inline;
}

.woocommerce.single-product .page--content__body .product .related.products ul li a h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .h2, .woocommerce.single-product .page--content__body .product .related.products ul li a .component-handy-hints-block .title, .component-handy-hints-block .woocommerce.single-product .page--content__body .product .related.products ul li a .title {
	padding: 0;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .price {
	line-height: normal;
	font-weight: 600;
	padding-top: 1rem;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .price:has(del[aria-hidden=true]):after {
	font-size: 1rem;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button:hover {
	text-decoration: none;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button.hovered:before, .woocommerce.single-product .page--content__body .product .related.products ul li .button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button.hovered, .woocommerce.single-product .page--content__body .product .related.products ul li .button:hover {
	border-color: #ececec;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button.hovered:before, .woocommerce.single-product .page--content__body .product .related.products ul li .button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button:disabled {
	opacity: .6;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button:disabled:hover {
	background-color: #fff;
}

.woocommerce.single-product .page--content__body .product .related.products ul li .button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	background-color: #e42413;
	color: #fff;
}

.woocommerce.single-product .page--content__body .product .related.products ul li span.onsale {
	font-size: 1rem;
	top: .9em;
	left: unset;
}

@media only screen and (max-width:767px) {
	.woocommerce.single-product .page--content__body .product .summary {
		padding-left: 0rem;
	}
}

.brand-logo img {
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 9;
}

.brand-description {
	margin-top: 30px;
}

.brand-description h2, .brand-description .h2, .brand-description .component-handy-hints-block .title, .component-handy-hints-block .brand-description .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.brand-description .holder {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	font-family: Arial, sans-serif;
	justify-content: space-between;
}

.brand-description a {
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
	padding: .75rem 1.25rem;
	border-color: #e42413;
	background-color: #fff;
	color: #e42413;
	margin-bottom: 3.5em;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout {
	text-align: center;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	text-decoration: none;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button.hovered:before, .woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button.hovered, .woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	border-color: #ececec;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button.hovered:before, .woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:disabled {
	opacity: .6;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button:disabled:hover {
	background-color: #fff;
}

.woocommerce-cart .page--content__body .woocommerce .wc-proceed-to-checkout .checkout-button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	font-size: 1.5rem;
	background-color: #fff;
	color: #e42413;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-cart .cart-count {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8rem;
	text-align: center;
	float: right;
	width: 18px;
	height: 18px;
	margin-top: -1.7rem;
	margin-right: -1rem;
	background: #fff;
	border-radius: 50px;
	font-size: 10px;
	padding-top: .3rem;
	line-height: 1;
	font-weight: 700;
}

.woocommerce-checkout .page--content__body .woocommerce .button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gotham, Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}

.woocommerce-checkout .page--content__body .woocommerce .button:hover {
	text-decoration: none;
}

.woocommerce-checkout .page--content__body .woocommerce .button.hovered:before, .woocommerce-checkout .page--content__body .woocommerce .button:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	bottom: 11px;
	background-color: #e42413;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .25s ease-out;
}

.woocommerce-checkout .page--content__body .woocommerce .button.hovered, .woocommerce-checkout .page--content__body .woocommerce .button:hover {
	border-color: #ececec;
}

.woocommerce-checkout .page--content__body .woocommerce .button.hovered:before, .woocommerce-checkout .page--content__body .woocommerce .button:hover:before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.woocommerce-checkout .page--content__body .woocommerce .button:disabled {
	opacity: .6;
}

.woocommerce-checkout .page--content__body .woocommerce .button:disabled:hover {
	background-color: #fff;
}

.woocommerce-checkout .page--content__body .woocommerce .button {
	padding: .75rem 1.25rem;
	border-color: #e42413;
	font-size: 1.5rem;
	background-color: #fff;
	color: #e42413;
}

.woocommerce-checkout .page--content__body .woocommerce .button:hover {
	background-color: #fff;
	color: #e42413;
}

.wp-admin .fs-white {
	color: #000;
}

.wp-admin a.button-secondary, .wp-admin a.button-primary {
	border: 1px solid #ececec;
}

.wp-editor .fs-white {
	color: #000;
}

.wp-editor a.button-secondary, .wp-editor a.button-primary {
	border: 1px solid #ececec;
}

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-x: 16px;
	--gf-form-gap-y: 40px;
	--gf-form-footer-margin-y-start: 24px;
	--gf-form-footer-gap: 8px;
	--gf-field-gap-x: 12px;
	--gf-field-gap-y: 12px;
	--gf-field-date-width: 168px;
	--gf-field-time-width: 110px;
	--gf-field-list-btns-gap: 8px;
	--gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
	--gf-field-pg-steps-gap-y: 8px;
	--gf-field-pg-steps-gap-x: 24px;
	--gf-label-width: 30%;
	--gf-label-req-gap: 6px;
}

.gform-theme--foundation *, .gform-theme--foundation ::after, .gform-theme--foundation ::before {
	box-sizing: border-box;
}

.gform-theme--foundation fieldset, .gform-theme--foundation legend {
	background: 0 0;
	padding: 0;
}

.gform-theme--foundation fieldset {
	border: none;
	display: block;
	margin: 0;
}

.gform-theme--foundation legend {
	margin-inline: 0;
}

.gform_anchor:focus-visible {
	outline: 0;
}

.gform_confirmation_wrapper:focus, .gform_wrapper:focus {
	outline: 0;
}

.gform-theme--foundation .hidden_label .gfield_label, .gform-theme--foundation .hidden_sub_label, .gform-theme--foundation .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	word-wrap: normal !important;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gform-theme--foundation button.screen-reader-text:focus {
	border: 0;
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static !important;
	width: auto;
}

.gform-theme--foundation .gform-ul-reset {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gform-theme--foundation .gform-text-input-reset {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: currentcolor;
	font-family: inherit;
	font-size: inherit;
	outline: 0;
	padding: inherit;
	width: auto;
}

@media (min-width:640px) {
	.gform-theme--foundation .left_label .gfield .copy_values_option_container, .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .left_label .gfield .gfield_password_strength, .gform-theme--foundation .left_label .gfield > .gfield-admin-wrapper > .ginput_container, .gform-theme--foundation .left_label .gfield > .ginput_container, .gform-theme--foundation .right_label .gfield .copy_values_option_container, .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .right_label .gfield .gfield_password_strength, .gform-theme--foundation .right_label .gfield > .gfield-admin-wrapper > .ginput_container, .gform-theme--foundation .right_label .gfield > .ginput_container {
		float: inline-end;
	}
	
	.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .left_label .gfield .gfield_password_strength, .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message, .gform-theme--foundation .right_label .gfield .gfield_password_strength {
		margin-inline-start: auto;
	}
	
	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield > .gfield-admin-wrapper > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .left_label .gfield > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield > .gfield-admin-wrapper > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)), .gform-theme--foundation .right_label .gfield > .ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)) {
		inline-size: calc(100% - var(--gf-label-width));
	}
	
	.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(.gform-grid-row), .gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .left_label .gfield > .gfield-admin-wrapper > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .left_label .gfield > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > .gfield-admin-wrapper > div:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) > div:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield > .gfield-admin-wrapper > .ginput_container:where(.gform-grid-row), .gform-theme--foundation .right_label .gfield > .ginput_container:where(.gform-grid-row) {
		inline-size: calc(( 100% - var(--gf-label-width) ) + var(--gf-field-gap-x));
	}
	
	.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted, .gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted {
		margin-inline-start: var(--gf-label-width);
	}
}

.field_sublabel_below .ginput_complex {
	align-items: flex-start;
}

.field_sublabel_above .ginput_complex {
	align-items: flex-end;
}

.gform-theme--foundation .ginput_complex label, .gform-theme--foundation .ginput_complex legend {
	display: block;
}

.gform-theme--foundation .ginput_complex input, .gform-theme--foundation .ginput_complex select {
	inline-size: 100%;
}

.gform-theme--foundation .gfield textarea {
	inline-size: 100%;
}

.gform-theme--foundation .gfield textarea.small {
	min-block-size: 6rem;
}

.gform-theme--foundation .gfield textarea.medium {
	min-block-size: 12rem;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 18rem;
}

.gform-theme--foundation .gfield .ginput_password, .gform-theme--foundation .gfield input, .gform-theme--foundation .gfield select {
	max-inline-size: 100%;
}

.gform-theme--foundation .gfield .ginput_password.small, .gform-theme--foundation .gfield input.small, .gform-theme--foundation .gfield select.small {
	inline-size: calc(25% - var(--gf-form-gap-x) * 3 / 4);
}

.gform-theme--foundation .gfield .ginput_password.medium, .gform-theme--foundation .gfield input.medium, .gform-theme--foundation .gfield select.medium {
	inline-size: calc(50% - var(--gf-form-gap-x) / 2);
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
	inline-size: 100%;
}

.gform-theme--foundation .gform_fields {
	grid-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	inline-size: 100%;
	grid-row-gap: var(--gf-form-gap-y);
	row-gap: var(--gf-form-gap-y);
}

.gform-theme--foundation .gfield {
	grid-column: 1/-1;
	min-inline-size: 0;
}

.gform-theme--foundation #field_submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gf-form-footer-gap);
}

.gform-theme--foundation #field_submit {
	align-items: flex-end;
}

.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	margin-block-start: var(--gf-form-footer-margin-y-start);
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full {
	inline-size: 100% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths {
	inline-size: 91.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths {
	inline-size: 83.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter {
	inline-size: 75% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds {
	inline-size: 66.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths {
	inline-size: 58.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half {
	inline-size: 50% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths {
	inline-size: 41.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third {
	inline-size: 33.3333% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter {
	inline-size: 25% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth {
	inline-size: 16.6666% !important;
}

.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth, .gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth {
	inline-size: 8.3333% !important;
}

@media (min-width:640px) {
	.gform-theme--foundation .gform_fields {
		-moz-column-gap: var(--gf-form-gap-x);
		column-gap: var(--gf-form-gap-x);
	}
	
	.gform-theme--foundation .gfield--width-full {
		grid-column: span 12;
	}
	
	.gform-theme--foundation .gfield--width-eleven-twelfths {
		grid-column: span 11;
	}
	
	.gform-theme--foundation .gfield--width-five-sixths {
		grid-column: span 10;
	}
	
	.gform-theme--foundation .gfield--width-three-quarter {
		grid-column: span 9;
	}
	
	.gform-theme--foundation .gfield--width-two-thirds {
		grid-column: span 8;
	}
	
	.gform-theme--foundation .gfield--width-seven-twelfths {
		grid-column: span 7;
	}
	
	.gform-theme--foundation .gfield--width-half {
		grid-column: span 6;
	}
	
	.gform-theme--foundation .gfield--width-five-twelfths {
		grid-column: span 5;
	}
	
	.gform-theme--foundation .gfield--width-third {
		grid-column: span 4;
	}
	
	.gform-theme--foundation .gfield--width-quarter {
		grid-column: span 3;
	}
	
	.gform-theme--foundation .gfield--width-one-sixth {
		grid-column: span 2;
	}
	
	.gform-theme--foundation .gfield--width-one-twelfth {
		grid-column: span 1;
	}
	
	.gform-theme--foundation .gform_footer.left_label, .gform-theme--foundation .gform_footer.right_label {
		padding-inline-start: var(--gf-label-width);
	}
}

.gform-theme--foundation .gform-grid-row {
	display: flex;
	flex-flow: row wrap;
	margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
	row-gap: var(--gf-field-gap-y);
}

.gform-theme--foundation .gform-grid-col {
	flex: none;
	inline-size: 100%;
	padding-inline: calc(var(--gf-field-gap-x) / 2);
}

.gform-theme--foundation .gform-grid-col.gform-grid-row {
	inline-size: calc(100% + var(--gf-field-gap-x));
}

@media (min-width:640px) {
	.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
		flex: 1;
		inline-size: auto;
	}
}

.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--foundation.gform_editor legend.gform-field-label > span {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gf-label-req-gap);
}

.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]) {
	display: inline-block;
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		flex-direction: column;
		float: inline-start;
		gap: calc(var(--gf-label-req-gap) / 3);
		inline-size: var(--gf-label-width);
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		align-items: start;
	}
}

@media (min-width:640px) {
	.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		align-items: end;
		justify-content: normal;
		text-align: end;
	}
}

@media (min-width:640px) {
	.gform-theme--foundation .left_label .gfield_description, .gform-theme--foundation .right_label .gfield_description {
		clear: inline-end;
		margin-inline-start: auto;
	}
}

.gform-theme--foundation.ui-datepicker {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	display: none;
	z-index: 9999 !important;
}

.gform-theme--foundation.ui-datepicker .ui-icon {
	background-repeat: no-repeat;
	display: block;
	inset-block-start: .3em;
	inset-inline-start: .5em;
	margin-block-start: -.25em;
	overflow: hidden;
	position: relative;
	text-indent: -99999px;
	vertical-align: middle;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-header {
	padding-block: .2em;
	position: relative;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
	block-size: 1.8em;
	inline-size: 1.8em;
	inset-block-start: 2px;
	position: absolute;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before {
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/source/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	block-size: 1em;
	content: "";
	display: inline-block;
	inline-size: 1em;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(90deg);
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next span, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev span {
	display: block;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	margin-block-start: -8px;
	margin-inline-start: -8px;
	position: absolute;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover, .gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
	inset-block-start: 1px;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
	inset-inline-start: 2px;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next {
	inset-inline-end: 2px;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
	inset-inline-start: 1px;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
	inset-inline-end: 1px;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em;
	margin-inline: 2.3em;
	text-align: center;
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin-block: 1px;
}

.gform-theme--foundation.ui-datepicker select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker select.ui-datepicker-year {
	background-color: transparent;
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/source/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/down-arrow.svg");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-inline-end: 24px;
}

.gform-theme--foundation.ui-datepicker select.ui-datepicker-month.nitro-lazy, .gform-theme--foundation.ui-datepicker select.ui-datepicker-year.nitro-lazy {
	background-image: none !important;
}

.gform-theme--foundation.ui-datepicker table {
	border-collapse: collapse;
	font-size: .9em;
	inline-size: 100%;
	margin-block-end: .4em;
	table-layout: fixed;
}

.gform-theme--foundation.ui-datepicker th {
	border: 0;
	font-weight: 700;
	padding-block: .7em;
	padding-inline: .3em;
	text-align: center;
}

.gform-theme--foundation.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.gform-theme--foundation.ui-datepicker td a, .gform-theme--foundation.ui-datepicker td span {
	display: block;
	margin: auto;
	padding: .25em .2em;
	text-align: center;
	text-decoration: none;
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl {
	direction: rtl;
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
	transform: translate(50%, -50%) rotate(-90deg);
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
	transform: translate(50%, -50%) rotate(90deg);
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
	background-position: 0 50%;
}

.gform-theme--foundation .gform_drop_area {
	background-color: #fff;
	border: 1px dashed #686e77;
	padding-block: 32px;
	padding-inline: 32px;
	text-align: center;
}

.gform-theme--foundation .gform_drop_instructions, .gform-theme--foundation .gform_fileupload_rules {
	display: block;
}

.gform-theme--foundation .chosen-container {
	display: inline-block;
	font-size: 13px;
	position: relative;
	text-align: start;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.gform-theme--foundation .chosen-container * {
	box-sizing: border-box;
}

.gform-theme--foundation .chosen-container a {
	cursor: pointer;
}

.gform-theme--foundation .chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-block-start: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	clip: rect(0, 0, 0, 0);
	clip-path: inset(100% 100%);
	inline-size: 100%;
	inset-block-start: 100%;
	position: absolute;
	z-index: 1010;
}

.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	clip-path: none;
}

.gform-theme--foundation .chosen-container .chosen-single .group-name, .gform-theme--foundation .chosen-container .search-choice .group-name {
	color: #999;
	font-weight: 400;
	margin-inline-end: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gform-theme--foundation .chosen-container .chosen-single .group-name::after, .gform-theme--foundation .chosen-container .search-choice .group-name::after {
	content: ":";
	padding-inline-start: 2px;
	vertical-align: top;
}

.gform-theme--foundation .chosen-container-single .chosen-single {
	background: #fff linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	block-size: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	display: block;
	line-height: 24px;
	overflow: hidden;
	padding-block: 0;
	padding-inline: 8px 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.gform-theme--foundation .chosen-container-single .chosen-single span {
	display: block;
	margin-inline-end: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gform-theme--foundation .chosen-container-single .chosen-single abbr {
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") -42px 1px no-repeat;
	block-size: 12px;
	display: block;
	font-size: 1px;
	inline-size: 12px;
	inset-block-start: 6px;
	inset-inline-end: 26px;
	position: absolute;
}

.gform-theme--foundation .chosen-container-single .chosen-single abbr.nitro-lazy {
	background: none !important;
}

.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.gform-theme--foundation .chosen-container-single .chosen-single div {
	block-size: 100%;
	display: block;
	inline-size: 18px;
	inset-block-start: 0;
	inset-inline-end: 0;
	position: absolute;
}

.gform-theme--foundation .chosen-container-single .chosen-single div b {
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") no-repeat 0 2px;
	block-size: 100%;
	display: block;
	inline-size: 100%;
}

.gform-theme--foundation .chosen-container-single .chosen-single div b.nitro-lazy {
	background: none !important;
}

.gform-theme--foundation .chosen-container-single .chosen-default {
	color: #999;
}

.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span {
	margin-inline-end: 38px;
}

.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.gform-theme--foundation .chosen-container-single .chosen-search {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 3px;
	padding-inline: 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1010;
}

.gform-theme--foundation .chosen-container-single .chosen-search input[type=text] {
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") no-repeat 100% -20px;
	block-size: auto;
	border: 1px solid #aaa;
	border-radius: 0;
	font-family: sans-serif;
	font-size: 1em;
	inline-size: 100%;
	line-height: normal;
	margin-block: 1px;
	margin-inline: 0;
	outline: 0;
	padding-block: 4px;
	padding-inline: 5px 20px;
}

.gform-theme--foundation .chosen-container-single .chosen-search input[type=text].nitro-lazy {
	background: none !important;
}

.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(100% 100%);
	position: absolute;
}

.gform-theme--foundation .chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-end-end-radius: 4px;
	border-end-start-radius: 4px;
	border-start-end-radius: 0;
	border-start-start-radius: 0;
	margin-block-start: -1px;
}

.gform-theme--foundation .chosen-container .chosen-results {
	color: #444;
	margin-block: 0 4px;
	margin-inline: 0 4px;
	max-block-size: 240px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	padding-block: 0;
	padding-inline: 4px 0;
	position: relative;
}

.gform-theme--foundation .chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	list-style: none;
	margin-block: 0;
	margin-inline: 0;
	word-wrap: break-word;
	padding-block: 5px;
	padding-inline: 6px;
	-webkit-touch-callout: none;
}

.gform-theme--foundation .chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
}

.gform-theme--foundation .chosen-container .chosen-results li.disabled-result {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.gform-theme--foundation .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.gform-theme--foundation .chosen-container .chosen-results li.no-results {
	background: #f4f4f4;
	color: #777;
	display: list-item;
}

.gform-theme--foundation .chosen-container .chosen-results li.group-result {
	cursor: default;
	display: list-item;
	font-weight: 700;
}

.gform-theme--foundation .chosen-container .chosen-results li.group-option {
	padding-inline-start: 15px;
}

.gform-theme--foundation .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices {
	background-color: #fff;
	background-image: linear-gradient(#eee 1%, #fff 15%);
	block-size: auto;
	border: 1px solid #aaa;
	cursor: text;
	inline-size: 100%;
	margin-block: 0;
	margin-inline: 0;
	overflow: hidden;
	padding-block: 0;
	padding-inline: 5px;
	position: relative;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li {
	float: inline-start;
	list-style: none;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 0;
	padding-inline: 0;
	white-space: nowrap;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	background: 0 0 !important;
	block-size: 25px;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	font-family: sans-serif;
	font-size: 100%;
	inline-size: 25px;
	line-height: normal;
	margin-block: 1px;
	margin-inline: 0;
	outline: 0;
	padding-block: 0;
	padding-inline: 0;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice {
	background-clip: padding-box;
	background-color: #eee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-repeat: repeat-x;
	background-size: 100% 19px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	cursor: default;
	line-height: 13px;
	margin-block: 3px;
	margin-inline: 0 5px;
	max-inline-size: 100%;
	padding-block: 3px;
	padding-inline: 5px 20px;
	position: relative;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png") -42px 1px no-repeat;
	block-size: 12px;
	display: block;
	font-size: 1px;
	inline-size: 12px;
	inset-block-start: 4px;
	inset-inline-end: 3px;
	position: absolute;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
	background: none !important;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled {
	background-color: #e4e4e4;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	border: 1px solid #ccc;
	color: #666;
	padding-inline-end: 5px;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.gform-theme--foundation .chosen-container-multi .chosen-results {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 0;
	padding-inline: 0;
}

.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.gform-theme--foundation .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: linear-gradient(#eee 20%, #fff 80%);
	border: 1px solid #aaa;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 1px 0 #fff inset;
}

.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div {
	background: 0 0;
	border-inline-start: none;
}

.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.gform-theme--foundation .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222;
}

.gform-theme--foundation .chosen-disabled {
	cursor: default;
	opacity: .5 !important;
}

.gform-theme--foundation .chosen-disabled .chosen-single {
	cursor: default;
}

.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

.gform-theme--foundation .chosen-rtl {
	direction: rtl;
}

.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}

.gform-theme--foundation .chosen-rtl .chosen-search input[type=text] {
	background-position: -30px -20px;
}

@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
	.gform-theme--foundation .chosen-container .chosen-results-scroll-down span, .gform-theme--foundation .chosen-container .chosen-results-scroll-up span, .gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform-theme--foundation .chosen-container-single .chosen-search input[type=text], .gform-theme--foundation .chosen-container-single .chosen-single abbr, .gform-theme--foundation .chosen-container-single .chosen-single div b, .gform-theme--foundation .chosen-rtl .chosen-search input[type=text] {
		background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png") !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
	
	.gform-theme--foundation .chosen-container .chosen-results-scroll-down span.nitro-lazy, .gform-theme--foundation .chosen-container .chosen-results-scroll-up span.nitro-lazy, .gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-search input[type=text].nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-single abbr.nitro-lazy, .gform-theme--foundation .chosen-container-single .chosen-single div b.nitro-lazy, .gform-theme--foundation .chosen-rtl .chosen-search input[type=text].nitro-lazy {
		background-image: none !important;
	}
}

.gform-theme--foundation .gf_invisible, .gform-theme--foundation .gfield_visibility_hidden {
	inset-inline-start: -9999px;
	position: absolute;
	visibility: hidden;
}

.gform-theme--foundation .gf_hide_charleft .charleft {
	display: none !important;
}

.gform-theme--foundation .ginput_counter {
	color: #767676;
	font-size: .8em;
}

.gform-theme--foundation .ginput_counter_tinymce {
	border-block-start: 1px solid #dcdcde;
	font-size: 12px;
	padding-block: 2px;
	padding-inline: 10px;
}

@media (min-width:640px) {
	.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
		inline-size: 50%;
	}
}

.gform-theme--foundation .gform_card_icon_container {
	block-size: 32px;
	display: flex;
	margin-block-end: 8px;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon {
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
	background-repeat: no-repeat;
	block-size: 32px;
	inline-size: 40px;
	margin-inline-end: .3rem;
	text-indent: -9000px;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.nitro-lazy {
	background-image: none !important;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex {
	background-position: -167px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover {
	background-position: -221px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard {
	background-position: -275px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa {
	background-position: -59px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb {
	background-position: -329px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro {
	background-position: -5px 0;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected {
	position: relative;
}

.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after {
	background: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg") center center no-repeat;
	block-size: 10px;
	content: "";
	display: block;
	inline-size: 13px;
	inset-block-end: 4px;
	inset-inline-end: 0;
	position: absolute;
}

.gform-theme--foundation .ginput_cardinfo_left {
	display: flex;
	flex-direction: column;
}

.gform-theme--foundation .ginput_cardinfo_left legend {
	float: inline-start;
}

.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left {
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.gform-theme--foundation .ginput_cardinfo_right {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.gform-theme--foundation .ginput_cardinfo_right label {
	inline-size: 100%;
}

.gform-theme--foundation .ginput_card_security_code {
	flex: 1;
}

.gform-theme--foundation .ginput_card_security_code_icon {
	align-self: center;
	background-image: url("https://cdn-ilemhck.nitrocdn.com/DTeBFbExpvohVPeLONOAkucCtwDntAMP/assets/images/optimized/rev-5b5af41/fallonsolutions.com.au/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
	background-position: -382px center;
	background-repeat: no-repeat;
	block-size: 32px;
	display: block;
	flex: none;
	inline-size: 40px;
	margin-inline-start: .3em;
}

.gform-theme--foundation .ginput_card_security_code_icon.nitro-lazy {
	background-image: none !important;
}

@media (min-width:640px) {
	.gform-theme--foundation .ginput_card_expiration_month_container, .gform-theme--foundation .ginput_card_expiration_year_container, .gform-theme--foundation .ginput_cardinfo_left, .gform-theme--foundation .ginput_cardinfo_right {
		inline-size: 50%;
	}
	
	.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code {
		flex: none;
		inline-size: 50%;
	}
}

.gform-theme--foundation .ginput_complex .ginput_container_date {
	inline-size: var(--gf-field-date-width);
}

.gform-theme--foundation .ginput_complex .ginput_container_date label {
	display: block;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden, .gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden {
	display: none;
}

.gform-theme--foundation .gform_validation_container {
	display: none !important;
}

.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
	content: attr(data-label);
}

.gform-theme--foundation .gfield_list_header {
	display: none;
}

.gform-theme--foundation .gfield_header_item {
	word-wrap: anywhere;
}

.gform-theme--foundation .gfield_list_group {
	margin-block-end: var(--gf-field-gap-y);
}

.gform-theme--foundation .gfield_list_group:last-child {
	margin-block-end: 0;
}

.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
	margin-block-start: 4px;
}

.gform-theme--foundation .gfield_list_group_item input, .gform-theme--foundation .gfield_list_group_item select, .gform-theme--foundation .gfield_list_group_item textarea {
	inline-size: 100%;
}

.gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
	align-items: center;
	display: flex;
	gap: var(--gf-field-list-btns-gap);
}

.gform-theme--foundation .add_list_item, .gform-theme--foundation .delete_list_item {
	font-size: 12px;
	padding: 0;
}

@media (min-width:640px) {
	.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
		content: none;
	}
	
	.gform-theme--foundation .gfield_list_group, .gform-theme--foundation .gfield_list_header {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)) {
		flex: 1 1 0;
	}
	
	.gform-theme--foundation .gfield_list_group_item {
		flex: 1;
	}
	
	.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item {
		margin-block-start: 0;
	}
	
	.gform-theme--foundation .gfield_header_item--icons, .gform-theme--foundation .gfield_list_icons {
		flex: none;
		flex-wrap: wrap;
		inline-size: var(--gf-field-list-btns-width);
		justify-content: center;
	}
}

.gform-theme--foundation .gf_page_steps {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x);
}

.gform-theme--foundation .gf_step_active {
	font-weight: 500;
}

.gform-theme--foundation .gform_show_password {
	inset-block-start: 50%;
	inset-inline-end: 12px;
	position: absolute;
	transform: translateY(-50%);
}

.gform-theme--foundation .password_input_container {
	display: block;
	position: relative;
}

.gform-theme--foundation .ginput_password {
	display: block;
}

.gform-theme--foundation .ginput_password input {
	inline-size: 100%;
}

.gform-theme--foundation ::-ms-reveal {
	display: none;
}

.gform-theme--foundation .gfield--type-captcha iframe {
	block-size: 78px;
	inline-size: 100%;
}

.gform-theme--foundation .gfield_post_tags_hint {
	margin: 0;
}

.gform-theme--foundation .ginput_complex .ginput_container_time {
	inline-size: var(--gf-field-time-width);
}

.gform-theme--foundation .hour_minute_colon {
	display: none;
}

.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}

html[dir=rtl] .gform-theme--foundation .gfield--type-time .gform-grid-row {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

@media (min-width:640px) {
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		display: grid;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all {
		grid-column: 1/-1;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		display: block;
		line-height: 0;
		margin-block-start: calc(var(--gf-field-choice-gap) * -1);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice {
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		display: grid;
		inline-size: 100%;
		padding-block-start: var(--gf-field-choice-gap);
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline {
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all {
		-moz-column-span: all;
		column-span: all;
		margin-block-start: calc(var(--gf-field-choice-meta-margin-y-start) + var(--gf-field-choice-gap));
	}
	
	.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio {
		-moz-column-count: 5;
		column-count: 5;
	}
	
	.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_checkbox, .gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_radio {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px 16px;
	}
}

.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}

.gform-theme--foundation .gsection.gf_scroll_text {
	background-color: #fff;
	block-size: 15rem;
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2rem;
}

.gform-theme--foundation .gsection.gf_scroll_text .gsection_title {
	margin-block-start: 0;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_blue, .gform-theme--foundation .gfield.gfield_html.gf_alert_gray, .gform-theme--foundation .gfield.gfield_html.gf_alert_green, .gform-theme--foundation .gfield.gfield_html.gf_alert_red, .gform-theme--foundation .gfield.gfield_html.gf_alert_yellow {
	border-radius: 3px;
	margin-block: 1.25rem !important;
	margin-inline: 0 !important;
	padding: 1.25rem !important;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_green {
	background-color: #cbeca0;
	border: 1px solid #97b48a;
	color: #030;
	text-shadow: #dfb 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_red {
	background-color: #faf2f5;
	border: 1px solid #cfadb3;
	color: #832525;
	text-shadow: #fff 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow {
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	color: #222;
	text-shadow: #fcfaea 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_gray {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #424242;
	text-shadow: #fff 1px 1px;
}

.gform-theme--foundation .gfield.gfield_html.gf_alert_blue {
	background-color: #d1e4f3;
	border: 1px solid #a7c2e7;
	color: #314475;
	text-shadow: #e0f1ff 1px 1px;
}

.gform-theme--foundation .gf_simple_horizontal {
	inline-size: calc(100% - 16px);
	margin-block: 0;
	margin-inline: auto;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body, .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label {
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body {
	inline-size: auto;
	max-inline-size: 75%;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label {
	display: table;
	inline-size: 100%;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield {
	block-size: auto;
	display: table-cell;
	padding-inline-end: 1em;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small {
	inline-size: 100%;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
	display: inline-block;
	margin-inline-end: .5em;
}

.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield, .gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
	vertical-align: middle;
}

.gform-theme--foundation .gf_simple_horizontal .gfield, .gform-theme--foundation .gf_simple_horizontal .ginput_container {
	margin-block-start: 0 !important;
}

.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label {
	inline-size: auto;
	margin: 0;
	max-inline-size: 25%;
	padding: 0;
	text-align: start;
}

.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button], .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image], .gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
	block-size: auto;
}

.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message), .gform-theme--foundation .gf_simple_horizontal .gfield_label, .gform-theme--foundation .gf_simple_horizontal .ginput_complex label {
	block-size: 1px;
	display: block;
	inline-size: 1px;
	inset-block-start: 0;
	inset-inline-start: -9000px;
	overflow: hidden;
	position: absolute;
}

.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
	background-color: #fffbcc;
	border-block: 1px solid #e6db55;
	color: #424242;
	font-size: 25px;
	margin-block: 30px;
	margin-inline: 0;
	max-inline-size: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_simple_gray {
	background-color: #eaeaea;
	border-block: 1px solid #ccc;
	color: #424242;
	font-size: 25px;
	margin-block: 30px;
	margin-inline: 0;
	max-inline-size: 99%;
	padding: 32px;
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
	background-color: #fffbd2;
	border: 1px solid #e6db55;
	box-shadow: 0 0 5px rgba(221, 215, 131, .75);
	margin-block: 30px;
	margin-inline: 0;
	position: relative;
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
	background: #fffce5;
	background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
	background-color: #fffbcc;
	border-block-end: 1px solid #e6db55;
	border-block-start: 2px solid #fff;
	color: #424242;
	font-size: 28px;
	margin: 0;
	max-inline-size: 99%;
	padding: 40px;
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient {
	background-color: #f1fcdf;
	border: 1px solid #a7c37c;
	box-shadow: 0 0 5px rgba(86, 122, 86, .4);
	margin-block: 30px;
	margin-inline: 0;
	position: relative;
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
	background: #dbf2b7;
	background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
	background-color: #fffbcc;
	border-block-end: 1px solid #a7c37c;
	border-block-start: 2px solid #effade;
	color: #030;
	font-size: 28px;
	margin: 0;
	max-inline-size: 99%;
	padding: 40px;
	text-shadow: #dfb 1px 1px;
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient::after, .gform_confirmation_wrapper.gf_confirmation_green_gradient::before, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before {
	background: rgba(0, 0, 0, .2);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
	content: "";
	inline-size: 50%;
	inset-block: 80% 15px;
	inset-inline-start: 10px;
	max-inline-size: 40%;
	position: absolute;
	transform: rotate(-3deg);
	z-index: -1;
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient::after, .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after {
	inset-inline: auto 10px;
	transform: rotate(3deg);
}

.gform-theme--foundation .validation_message--hidden-on-empty:empty {
	display: none;
}

.gform-theme--foundation .gform-loader {
	align-self: center;
	animation: gformLoader 1.1s infinite linear;
	block-size: 10em;
	border-block-end: 1.1em solid #000;
	border-block-start: 1.1em solid #fff;
	border-inline-end: 1.1em solid #fff;
	border-inline-start: 1.1em solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 2px;
	inline-size: 10em;
	position: relative;
	transform: translateZ(0);
}

@keyframes gformLoader {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.gform-theme--framework :where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(symbol *):not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
) {
	all: unset;
	display: revert;
}

.gform-theme--framework *, .gform-theme--framework ::after, .gform-theme--framework ::before {
	box-sizing: border-box;
}

.gform-theme--framework a, .gform-theme--framework button {
	cursor: revert;
}

.gform-theme--framework menu, .gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)), .gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)) {
	list-style: none;
}

.gform-theme--framework img {
	max-inline-size: 100%;
	max-block-size: 100%;
}

.gform-theme--framework table {
	border-collapse: collapse;
}

.gform-theme--framework input, .gform-theme--framework textarea {
	-webkit-user-select: auto;
}

.gform-theme--framework textarea {
	white-space: revert;
}

.gform-theme--framework meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
}

.gform-theme--framework :where(pre) {
	all: revert;
}

.gform-theme--framework ::-moz-placeholder {
	color: unset;
}

.gform-theme--framework ::placeholder {
	color: unset;
}

.gform-theme--framework :where([hidden]) {
	display: none;
}

.gform-theme--framework :where([contenteditable]:not([contenteditable=false])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	word-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}

.gform-theme--framework :where([draggable=true]) {
	-webkit-user-drag: element;
}

.gform-theme--framework :where(dialog:modal) {
	all: revert;
}

.gform-theme--framework input[type=checkbox]::before, .gform-theme--framework input[type=radio]::before {
	height: auto;
	margin-block: 0;
	margin-inline: 0;
	position: static;
	width: auto;
}

.gform-theme--framework input[type=checkbox]::after, .gform-theme--framework input[type=radio]::after {
	content: none;
}

.gform-theme--api, .gform-theme--framework {
	--gf-radius: 3px;
	--gf-radius-max-sm: 2px;
	--gf-radius-max-md: 3px;
	--gf-radius-max-lg: 8px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-color-primary: #204ce5;
	--gf-color-primary-rgb: 45, 127, 251;
	--gf-color-primary-contrast: #fff;
	--gf-color-primary-contrast-rgb: 255, 255, 255;
	--gf-color-primary-darker: #044ad3;
	--gf-color-primary-lighter: #044ad3;
	--gf-color-secondary: #fff;
	--gf-color-secondary-rgb: 255, 255, 255;
	--gf-color-secondary-contrast: #112337;
	--gf-color-secondary-contrast-rgb: 17, 35, 55;
	--gf-color-secondary-darker: #f2f3f5;
	--gf-color-secondary-lighter: #f2f3f5;
	--gf-color-out-ctrl-dark: #585e6a;
	--gf-color-out-ctrl-dark-rgb: 88, 94, 106;
	--gf-color-out-ctrl-dark-darker: #112337;
	--gf-color-out-ctrl-dark-lighter: #686e77;
	--gf-color-out-ctrl-light: #e5e7eb;
	--gf-color-out-ctrl-light-rgb: 229, 231, 235;
	--gf-color-out-ctrl-light-darker: #d2d5db;
	--gf-color-out-ctrl-light-lighter: #f2f3f5;
	--gf-color-in-ctrl: #fff;
	--gf-color-in-ctrl-rgb: 255, 255, 255;
	--gf-color-in-ctrl-contrast: #112337;
	--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;
	--gf-color-in-ctrl-darker: #f2f3f5;
	--gf-color-in-ctrl-lighter: #f2f3f5;
	--gf-color-in-ctrl-primary: var(--gf-color-primary);
	--gf-color-in-ctrl-primary-rgb: var(--gf-color-primary-rgb);
	--gf-color-in-ctrl-primary-contrast: var(--gf-color-primary-contrast);
	--gf-color-in-ctrl-primary-contrast-rgb: var(--gf-color-primary-contrast-rgb);
	--gf-color-in-ctrl-primary-darker: var(--gf-color-primary-darker);
	--gf-color-in-ctrl-primary-lighter: var(--gf-color-primary-lighter);
	--gf-color-in-ctrl-dark: #585e6a;
	--gf-color-in-ctrl-dark-rgb: 88, 94, 106;
	--gf-color-in-ctrl-dark-darker: #112337;
	--gf-color-in-ctrl-dark-lighter: #686e77;
	--gf-color-in-ctrl-light: #e5e7eb;
	--gf-color-in-ctrl-light-rgb: 229, 231, 235;
	--gf-color-in-ctrl-light-darker: #d2d5db;
	--gf-color-in-ctrl-light-lighter: #f2f3f5;
	--gf-color-danger: #c02b0a;
	--gf-color-danger-rgb: 192, 43, 10;
	--gf-color-danger-contrast: #fff;
	--gf-color-danger-contrast-rgb: 255, 255, 255;
	--gf-color-success: #399f4b;
	--gf-color-success-rgb: 57, 159, 75;
	--gf-color-success-contrast: #fff;
	--gf-color-success-contrast-rgb: 255, 255, 255;
}

.gform-theme--api, .gform-theme--framework {
	--gf-icon-font-family: "gform-icons-orbital";
	--gf-icon-font-size: 20px;
	--gf-icon-ctrl-checkbox: "";
	--gf-icon-ctrl-select-down: "";
	--gf-icon-ctrl-select-up: "";
	--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");
	--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg width='640' height='640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");
	--gf-icon-ctrl-cancel: "";
	--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23686E77'/%3E%3C/svg%3E");
	--gf-icon-ctrl-pwd-hidden: "";
	--gf-icon-ctrl-pwd-visible: "";
	--gf-icon-ctrl-list-item-add: "";
	--gf-icon-ctrl-list-item-remove: "";
	--gf-icon-ctrl-save-continue: "";
	--gf-icon-ctrl-pg-numbers-complete: "";
	--gf-icon-ctrl-file: "";
	--gf-icon-ctrl-file-completed: "";
	--gf-icon-ctrl-file-cancel: "";
	--gf-icon-ctrl-file-remove: "";
	--gf-icon-ctrl-datepicker: "";
	--gf-icon-ctrl-datepicker-left: "";
	--gf-icon-ctrl-datepicker-right: "";
	--gf-icon-ctrl-img-choice-placeholder: "";
	--gf-icon-tooltip-error: "";
}

.gform-theme--api, .gform-theme--framework {
	--gf-padding-x: 12px;
	--gf-padding-y: 12px;
	--gf-label-space-primary: 8px;
	--gf-label-choice-field-space-primary: 12px;
	--gf-label-space-x-secondary: 12px;
	--gf-label-space-y-sm-secondary: -1px;
	--gf-label-space-y-md-secondary: 0;
	--gf-label-space-y-lg-secondary: 1px;
	--gf-label-space-y-xl-secondary: 4px;
	--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);
	--gf-label-space-tertiary: 8px;
	--gf-desc-space: 8px;
	--gf-desc-choice-field-space: 12px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-transition-duration: .15s;
	--gf-transition-ctrl: var(--gf-transition-duration);
}

.gform-theme--api, .gform-theme--framework {
	--gf-font-family-base: initial;
	--gf-font-style-base: normal;
	--gf-font-family-primary: var(--gf-font-family-base);
	--gf-font-size-primary: 14px;
	--gf-font-style-primary: var(--gf-font-style-base);
	--gf-font-weight-primary: 400;
	--gf-letter-spacing-primary: 0;
	--gf-line-height-primary: 1.5;
	--gf-font-family-secondary: var(--gf-font-family-base);
	--gf-font-size-secondary: 14px;
	--gf-font-style-secondary: var(--gf-font-style-base);
	--gf-font-weight-secondary: 500;
	--gf-letter-spacing-secondary: 0;
	--gf-line-height-secondary: 1.43;
	--gf-font-family-tertiary: var(--gf-font-family-base);
	--gf-font-size-tertiary: 14px;
	--gf-font-style-tertiary: var(--gf-font-style-base);
	--gf-font-weight-tertiary: 400;
	--gf-letter-spacing-tertiary: 0;
	--gf-line-height-tertiary: 1.43;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-bg-color: var(--gf-color-in-ctrl);
	--gf-ctrl-bg-color-hover: var(--gf-ctrl-bg-color);
	--gf-ctrl-bg-color-focus: var(--gf-ctrl-bg-color);
	--gf-ctrl-bg-color-disabled: var(--gf-color-in-ctrl-light-lighter);
	--gf-ctrl-bg-color-error: var(--gf-ctrl-bg-color);
	--gf-ctrl-border-color: var(--gf-color-in-ctrl-dark-lighter);
	--gf-ctrl-border-color-hover: var(--gf-ctrl-border-color);
	--gf-ctrl-border-color-focus: var(--gf-color-primary);
	--gf-ctrl-border-color-disabled: var(--gf-color-in-ctrl-light-darker);
	--gf-ctrl-border-color-error: var(--gf-color-danger);
	--gf-ctrl-border-style: solid;
	--gf-ctrl-border-width: 1px;
	--gf-ctrl-radius: var(--gf-radius);
	--gf-ctrl-radius-max-sm: min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));
	--gf-ctrl-radius-max-md: min(var(--gf-ctrl-radius), var(--gf-radius-max-md));
	--gf-ctrl-radius-max-lg: min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));
	--gf-ctrl-outline-color: transparent;
	--gf-ctrl-outline-color-focus: rgba(var(--gf-color-primary-rgb), .65);
	--gf-ctrl-outline-offset: 1px;
	--gf-ctrl-outline-style: solid;
	--gf-ctrl-outline-width: 0;
	--gf-ctrl-outline-width-focus: 3px;
	--gf-ctrl-color: var(--gf-color-in-ctrl-contrast);
	--gf-ctrl-color-hover: var(--gf-ctrl-color);
	--gf-ctrl-color-focus: var(--gf-ctrl-color);
	--gf-ctrl-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), .6);
	--gf-ctrl-color-error: var(--gf-ctrl-color);
	--gf-ctrl-icon-color: var(--gf-color-in-ctrl-dark-lighter);
	--gf-ctrl-icon-color-hover: var(--gf-color-in-ctrl-dark-darker);
	--gf-ctrl-icon-color-focus: var(--gf-ctrl-icon-color-hover);
	--gf-ctrl-icon-color-disabled: var(--gf-ctrl-icon-color);
	--gf-ctrl-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-ctrl-accent-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-appearance: none;
	--gf-ctrl-size-sm: 35px;
	--gf-ctrl-size-md: 38px;
	--gf-ctrl-size-lg: 47px;
	--gf-ctrl-size-xl: 54px;
	--gf-ctrl-size: var(--gf-ctrl-size-md);
	--gf-ctrl-padding-x: var(--gf-padding-x);
	--gf-ctrl-padding-y: 0;
	--gf-ctrl-transition: var(--gf-transition-ctrl);
	--gf-ctrl-font-family: var(--gf-font-family-primary);
	--gf-ctrl-font-size: var(--gf-font-size-primary);
	--gf-ctrl-font-style: var(--gf-font-style-base);
	--gf-ctrl-font-weight: var(--gf-font-weight-primary);
	--gf-ctrl-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-line-height: var(--gf-ctrl-size);
	--gf-ctrl-placeholder-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), .7);
	--gf-ctrl-placeholder-font-family: var(--gf-ctrl-font-family);
	--gf-ctrl-placeholder-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-placeholder-font-style: var(--gf-ctrl-font-style);
	--gf-ctrl-placeholder-font-weight: var(--gf-ctrl-font-weight);
	--gf-ctrl-placeholder-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-ctrl-placeholder-opacity: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-readonly-color: var(--gf-ctrl-color);
	--gf-ctrl-readonly-font-family: var(--gf-ctrl-font-family);
	--gf-ctrl-readonly-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-readonly-font-style: var(--gf-ctrl-font-style);
	--gf-ctrl-readonly-font-weight: 500;
	--gf-ctrl-readonly-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-ctrl-readonly-line-height: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-btn-radius: var(--gf-radius);
	--gf-ctrl-btn-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-ctrl-btn-shadow-hover: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-shadow-focus: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-shadow-disabled: var(--gf-ctrl-btn-shadow);
	--gf-ctrl-btn-opacity: 1;
	--gf-ctrl-btn-opacity-disabled: .5;
	--gf-ctrl-btn-size-xs: 30px;
	--gf-ctrl-btn-size-sm: var(--gf-ctrl-size-sm);
	--gf-ctrl-btn-size-md: var(--gf-ctrl-size-md);
	--gf-ctrl-btn-size-lg: var(--gf-ctrl-size-lg);
	--gf-ctrl-btn-size-xl: var(--gf-ctrl-size-xl);
	--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);
	--gf-ctrl-btn-padding-x-xs: 8px;
	--gf-ctrl-btn-padding-x-sm: 12px;
	--gf-ctrl-btn-padding-x-md: 16px;
	--gf-ctrl-btn-padding-x-lg: 20px;
	--gf-ctrl-btn-padding-x-xl: 24px;
	--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);
	--gf-ctrl-btn-padding-y: 0;
	--gf-ctrl-btn-font-family: var(--gf-font-family-base);
	--gf-ctrl-btn-font-size-xs: 12px;
	--gf-ctrl-btn-font-size-sm: 14px;
	--gf-ctrl-btn-font-size-md: 14px;
	--gf-ctrl-btn-font-size-lg: 16px;
	--gf-ctrl-btn-font-size-xl: 16px;
	--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);
	--gf-ctrl-btn-font-style: var(--gf-font-style-base);
	--gf-ctrl-btn-font-weight: 500;
	--gf-ctrl-btn-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-btn-line-height: 1;
	--gf-ctrl-btn-text-decoration: none;
	--gf-ctrl-btn-text-transform: none;
	--gf-ctrl-btn-icon: none;
	--gf-ctrl-btn-icon-font-size: var(--gf-icon-font-size);
	--gf-ctrl-btn-icon-gap: 6px;
	--gf-ctrl-btn-icon-transition: var(--gf-ctrl-transition);
	--gf-ctrl-btn-bg-color-primary: var(--gf-color-primary);
	--gf-ctrl-btn-bg-color-hover-primary: var(--gf-color-primary-darker);
	--gf-ctrl-btn-bg-color-focus-primary: var(--gf-ctrl-btn-bg-color-primary);
	--gf-ctrl-btn-bg-color-disabled-primary: var(--gf-ctrl-btn-bg-color-primary);
	--gf-ctrl-btn-border-color-primary: transparent;
	--gf-ctrl-btn-border-color-hover-primary: transparent;
	--gf-ctrl-btn-border-color-focus-primary: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-ctrl-btn-border-color-disabled-primary: transparent;
	--gf-ctrl-btn-border-style-primary: solid;
	--gf-ctrl-btn-border-width-primary: 1px;
	--gf-ctrl-btn-color-primary: var(--gf-color-primary-contrast);
	--gf-ctrl-btn-color-hover-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-color-focus-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-color-disabled-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-icon-color-primary: var(--gf-ctrl-btn-color-primary);
	--gf-ctrl-btn-icon-color-hover-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-icon-color-focus-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-icon-color-disabled-primary: var(--gf-ctrl-btn-icon-color-primary);
	--gf-ctrl-btn-bg-color-secondary: var(--gf-color-secondary);
	--gf-ctrl-btn-bg-color-hover-secondary: var(--gf-color-secondary-darker);
	--gf-ctrl-btn-bg-color-focus-secondary: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-ctrl-btn-bg-color-disabled-secondary: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-ctrl-btn-border-color-secondary: var(--gf-color-in-ctrl-light-darker);
	--gf-ctrl-btn-border-color-hover-secondary: var(--gf-ctrl-btn-border-color-secondary);
	--gf-ctrl-btn-border-color-focus-secondary: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-ctrl-btn-border-color-disabled-secondary: var(--gf-ctrl-btn-border-color-secondary);
	--gf-ctrl-btn-border-style-secondary: solid;
	--gf-ctrl-btn-border-width-secondary: 1px;
	--gf-ctrl-btn-color-secondary: var(--gf-color-secondary-contrast);
	--gf-ctrl-btn-color-hover-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-color-focus-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-color-disabled-secondary: var(--gf-ctrl-btn-color-secondary);
	--gf-ctrl-btn-icon-color-secondary: var(--gf-ctrl-icon-color);
	--gf-ctrl-btn-icon-color-hover-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-icon-color-focus-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-icon-color-disabled-secondary: var(--gf-ctrl-btn-icon-color-secondary);
	--gf-ctrl-btn-bg-color-ctrl: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-btn-bg-color-hover-ctrl: var(--gf-color-in-ctrl-primary-darker);
	--gf-ctrl-btn-bg-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-ctrl-btn-bg-color-disabled-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-ctrl-btn-border-color-ctrl: transparent;
	--gf-ctrl-btn-border-color-hover-ctrl: transparent;
	--gf-ctrl-btn-border-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-hover-ctrl);
	--gf-ctrl-btn-border-color-disabled-ctrl: transparent;
	--gf-ctrl-btn-border-style-ctrl: solid;
	--gf-ctrl-btn-border-width-ctrl: 1px;
	--gf-ctrl-btn-color-ctrl: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-btn-color-hover-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-color-focus-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-color-disabled-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-icon-color-ctrl: var(--gf-ctrl-btn-color-ctrl);
	--gf-ctrl-btn-icon-color-hover-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-icon-color-focus-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-icon-color-disabled-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
	--gf-ctrl-btn-bg-color-simple: transparent;
	--gf-ctrl-btn-bg-color-hover-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-bg-color-focus-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-bg-color-disabled-simple: var(--gf-ctrl-btn-bg-color-simple);
	--gf-ctrl-btn-border-color-simple: transparent;
	--gf-ctrl-btn-border-color-hover-simple: var(--gf-ctrl-btn-border-color-simple);
	--gf-ctrl-btn-border-color-focus-simple: var(--gf-ctrl-border-color-focus);
	--gf-ctrl-btn-border-color-disabled-simple: var(--gf-ctrl-btn-border-color-simple);
	--gf-ctrl-btn-border-style-simple: solid;
	--gf-ctrl-btn-border-width-simple: 1px;
	--gf-ctrl-btn-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), .65);
	--gf-ctrl-btn-color-hover-simple: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-btn-color-focus-simple: var(--gf-ctrl-btn-color-hover-simple);
	--gf-ctrl-btn-color-disabled-simple: var(--gf-ctrl-btn-color-simple);
	--gf-ctrl-btn-shadow-simple: none;
	--gf-ctrl-btn-shadow-hover-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-shadow-focus-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-shadow-disabled-simple: var(--gf-ctrl-btn-shadow-simple);
	--gf-ctrl-btn-size-simple: 24px;
	--gf-ctrl-btn-icon-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), .9);
	--gf-ctrl-btn-icon-color-hover-simple: var(--gf-ctrl-btn-color-hover-simple);
	--gf-ctrl-btn-icon-color-focus-simple: var(--gf-ctrl-btn-color-focus-simple);
	--gf-ctrl-btn-icon-color-disabled-simple: var(--gf-ctrl-btn-color-disabled-simple);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-choice-check-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-choice-check-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), .2);
	--gf-ctrl-choice-size-sm: 18px;
	--gf-ctrl-choice-size-md: 20px;
	--gf-ctrl-choice-size-lg: 22px;
	--gf-ctrl-choice-size-xl: 28px;
	--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);
	--gf-ctrl-checkbox-check-radius: var(--gf-ctrl-radius-max-sm);
	--gf-ctrl-checkbox-check-size-sm: 12px;
	--gf-ctrl-checkbox-check-size-md: initial;
	--gf-ctrl-checkbox-check-size-lg: 15px;
	--gf-ctrl-checkbox-check-size-xl: 19px;
	--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);
	--gf-ctrl-radio-check-radius: 50%;
	--gf-ctrl-radio-check-content: "";
	--gf-ctrl-radio-check-size-sm: 6px;
	--gf-ctrl-radio-check-size-md: 7px;
	--gf-ctrl-radio-check-size-lg: 8px;
	--gf-ctrl-radio-check-size-xl: 10px;
	--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-date-picker-bg-color: var(--gf-ctrl-bg-color);
	--gf-ctrl-date-picker-shadow: 0 0 1px rgba(18, 25, 97, .24), 0 24px 24px rgba(18, 25, 97, .03), 0 2px 2px rgba(18, 25, 97, .03), 0 4px 4px rgba(18, 25, 97, .03), 0 8px 8px rgba(18, 25, 97, .03), 0 16px 16px rgba(18, 25, 97, .03);
	--gf-ctrl-date-picker-padding-y: 16px 12px;
	--gf-ctrl-date-picker-padding-y-viewport-sm: 16px;
	--gf-ctrl-date-picker-padding-x: 12px;
	--gf-ctrl-date-picker-padding-x-viewport-sm: 16px;
	--gf-ctrl-date-picker-margin-y-start: 12px;
	--gf-ctrl-date-picker-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-date-picker-width: 250px;
	--gf-ctrl-date-picker-width-viewport-sm: 300px;
	--gf-ctrl-date-picker-header-icons-width: 20px;
	--gf-ctrl-date-picker-header-icons-color: var(--gf-ctrl-icon-color);
	--gf-ctrl-date-picker-header-icons-color-hover: var(--gf-ctrl-icon-color-hover);
	--gf-ctrl-date-picker-header-icons-font-size: 20px;
	--gf-ctrl-date-picker-title-color: var(--gf-color-secondary-contrast);
	--gf-ctrl-date-picker-title-font-size: 12px;
	--gf-ctrl-date-picker-title-font-size-viewport-sm: 14px;
	--gf-ctrl-date-picker-title-font-weight: 500;
	--gf-ctrl-date-picker-title-gap: 4px;
	--gf-ctrl-date-picker-title-gap-viewport-sm: 8px;
	--gf-ctrl-date-picker-title-line-height: 1.5;
	--gf-ctrl-date-picker-title-margin-x: 4px;
	--gf-ctrl-date-picker-title-margin-x-viewport-sm: 8px;
	--gf-ctrl-date-picker-dropdown-bg-img: var(--gf-icon-ctrl-select);
	--gf-ctrl-date-picker-dropdown-bg-position: var(--gf-ctrl-select-icon-position);
	--gf-ctrl-date-picker-dropdown-bg-size: var(--gf-ctrl-select-icon-size);
	--gf-ctrl-date-picker-dropdown-border-color: var(--gf-color-in-ctrl-light-darker);
	--gf-ctrl-date-picker-dropdown-border-style: var(--gf-ctrl-border-style);
	--gf-ctrl-date-picker-dropdown-border-width: var(--gf-ctrl-border-width);
	--gf-ctrl-date-picker-dropdown-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	--gf-ctrl-date-picker-dropdown-text-align: start;
	--gf-ctrl-date-picker-table-margin-y-start: 16px;
	--gf-ctrl-date-picker-table-margin-y-end: 0;
	--gf-ctrl-date-picker-head-cell-font-size: 12px;
	--gf-ctrl-date-picker-head-cell-font-weight: 600;
	--gf-ctrl-date-picker-head-cell-line-height: 1.33;
	--gf-ctrl-date-picker-cell-padding: 1px;
	--gf-ctrl-date-picker-cell-padding-y: 6px;
	--gf-ctrl-date-picker-cell-padding-y-viewport-sm: var(--gf-ctrl-date-picker-cell-padding);
	--gf-ctrl-date-picker-cell-height: 29px;
	--gf-ctrl-date-picker-cell-height-viewport-sm: 40px;
	--gf-ctrl-date-picker-cell-font-size: 14px;
	--gf-ctrl-date-picker-cell-font-weight: 400;
	--gf-ctrl-date-picker-cell-line-height: 1.43;
	--gf-ctrl-date-picker-cell-content-align-items: center;
	--gf-ctrl-date-picker-cell-content-bg-color-disabled: transparent;
	--gf-ctrl-date-picker-cell-content-bg-color-hover: #f4f8ff;
	--gf-ctrl-date-picker-cell-content-bg-color-selected: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-date-picker-cell-content-border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);
	--gf-ctrl-date-picker-cell-content-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-date-picker-cell-content-color: var(--gf-color-secondary-contrast);
	--gf-ctrl-date-picker-cell-content-color-disabled: #cfd3d9;
	--gf-ctrl-date-picker-cell-content-color-hover: var(--gf-ctrl-date-picker-cell-content-color);
	--gf-ctrl-date-picker-cell-content-color-selected: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-date-picker-cell-content-width: 27px;
	--gf-ctrl-date-picker-cell-content-width-viewport-sm: 100%;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-desc-color: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-desc-font-family: var(--gf-font-family-tertiary);
	--gf-ctrl-desc-font-size: var(--gf-font-size-tertiary);
	--gf-ctrl-desc-font-style: var(--gf-font-style-tertiary);
	--gf-ctrl-desc-font-weight: var(--gf-font-weight-tertiary);
	--gf-ctrl-desc-letter-spacing: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-desc-line-height: var(--gf-line-height-tertiary);
	--gf-ctrl-desc-color-error: var(--gf-color-danger);
	--gf-ctrl-desc-font-family-error: var(--gf-ctrl-desc-font-family);
	--gf-ctrl-desc-font-size-error: var(--gf-ctrl-desc-font-size);
	--gf-ctrl-desc-font-style-error: var(--gf-ctrl-desc-font-style);
	--gf-ctrl-desc-font-weight-error: var(--gf-ctrl-desc-font-weight);
	--gf-ctrl-desc-letter-spacing-error: var(--gf-ctrl-desc-letter-spacing);
	--gf-ctrl-desc-line-height-error: var(--gf-ctrl-desc-line-height);
	--gf-ctrl-desc-border-color-consent: var(--gf-color-out-ctrl-light-darker);
	--gf-ctrl-desc-border-color-consent-focus: var(--gf-ctrl-border-color-focus);
	--gf-ctrl-desc-border-style-consent: solid;
	--gf-ctrl-desc-border-width-consent: 1px;
	--gf-ctrl-desc-max-height-consent: 456px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-file-padding-x: 0 var(--gf-ctrl-padding-x);
	--gf-ctrl-file-btn-bg-color: var(--gf-color-secondary-darker);
	--gf-ctrl-file-btn-bg-color-hover: var(--gf-color-secondary);
	--gf-ctrl-file-btn-bg-color-focus: var(--gf-ctrl-file-btn-bg-color);
	--gf-ctrl-file-btn-bg-color-disabled: var(--gf-ctrl-file-btn-bg-color);
	--gf-ctrl-file-btn-border-inline-end-width: 1px;
	--gf-ctrl-file-btn-border-inline-end-style: solid;
	--gf-ctrl-file-btn-border-inline-end-color: var(--gf-ctrl-border-color);
	--gf-ctrl-file-btn-border-inline-end-color-hover: var(--gf-ctrl-file-btn-border-inline-end-color);
	--gf-ctrl-file-btn-border-inline-end-color-focus: var(--gf-ctrl-file-btn-border-inline-end-color);
	--gf-ctrl-file-btn-border-inline-end-color-disabled: var(--gf-ctrl-file-btn-border-inline-end-color);
	--gf-ctrl-file-btn-radius: var(--gf-ctrl-radius);
	--gf-ctrl-file-btn-color: rgba(var(--gf-color-secondary-contrast-rgb), .725);
	--gf-ctrl-file-btn-color-hover: var(--gf-ctrl-file-btn-color);
	--gf-ctrl-file-btn-color-focus: var(--gf-ctrl-file-btn-color);
	--gf-ctrl-file-btn-color-disabled: var(--gf-ctrl-file-btn-color);
	--gf-ctrl-file-btn-font-family: var(--gf-font-family-base);
	--gf-ctrl-file-btn-font-size: 14px;
	--gf-ctrl-file-btn-font-style: var(--gf-font-style-base);
	--gf-ctrl-file-btn-font-weight: 500;
	--gf-ctrl-file-btn-letter-spacing: var(--gf-letter-spacing-primary);
	--gf-ctrl-file-btn-line-height: 1.43;
	--gf-ctrl-file-btn-text-decoration: none;
	--gf-ctrl-file-btn-text-transform: none;
	--gf-ctrl-file-btn-margin-x: 0 12px;
	--gf-ctrl-file-btn-padding-x: 12px;
	--gf-ctrl-file-btn-transition: var(--gf-ctrl-transition);
	--gf-ctrl-file-zone-border-style: dashed;
	--gf-ctrl-file-zone-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-file-zone-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), .725);
	--gf-ctrl-file-zone-height: auto;
	--gf-ctrl-file-zone-padding-x: 40px;
	--gf-ctrl-file-zone-padding-y: 40px;
	--gf-ctrl-file-zone-instructions-margin-y-end: 12px;
	--gf-ctrl-file-zone-font-weight: 500;
	--gf-ctrl-file-zone-line-height: 1;
	--gf-ctrl-file-zone-icon-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-file-zone-icon-font-size: 36px;
	--gf-ctrl-file-zone-icon-margin-y-end: 8px;
	--gf-ctrl-file-prog-ui-gap: 12px;
	--gf-ctrl-file-prog-ui-size: var(--gf-icon-font-size);
	--gf-ctrl-file-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
	--gf-ctrl-file-prog-bar-bg-color-loading: var(--gf-color-primary);
	--gf-ctrl-file-prog-bar-height: 6px;
	--gf-ctrl-file-prog-bar-radius: var(--gf-radius);
	--gf-ctrl-file-prog-bar-transition: var(--gf-transition-ctrl);
	--gf-ctrl-file-prog-text-color: var(--gf-ctrl-desc-color);
	--gf-ctrl-file-prog-text-min-width: 33px;
	--gf-ctrl-file-prog-text-font-size: 12px;
	--gf-ctrl-file-prog-btn-inset-y-start: -2px;
	--gf-ctrl-file-prog-btn-inset-x-end: -2px;
	--gf-ctrl-file-prog-btn-position: absolute;
	--gf-ctrl-file-prog-btn-font-size-cancel: 0;
	--gf-ctrl-file-prog-btn-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-file-prog-btn-icon-color-complete: var(--gf-color-success);
	--gf-ctrl-file-prev-area-gap: 16px;
	--gf-ctrl-file-prev-area-margin-y-start: 16px;
	--gf-ctrl-file-prev-font-family: var(--gf-font-family-secondary);
	--gf-ctrl-file-prev-font-size: var(--gf-font-size-secondary);
	--gf-ctrl-file-prev-font-style: var(--gf-font-style-secondary);
	--gf-ctrl-file-prev-font-weight: var(--gf-font-weight-secondary);
	--gf-ctrl-file-prev-letter-spacing: var(--gf-letter-spacing-secondary);
	--gf-ctrl-file-prev-line-height: 1;
	--gf-ctrl-file-prev-gap: 4px;
	--gf-ctrl-file-prev-name-color: var(--gf-ctrl-label-color-primary);
	--gf-ctrl-file-prev-name-line-height: var(--gf-line-height-secondary);
	--gf-ctrl-file-prev-name-overflow: hidden;
	--gf-ctrl-file-prev-name-padding-x-end: calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap) * 2));
	--gf-ctrl-file-prev-name-text-overflow: ellipsis;
	--gf-ctrl-file-prev-name-white-space: nowrap;
	--gf-ctrl-file-prev-size-color: var(--gf-ctrl-desc-color);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-label-color-primary: var(--gf-color-out-ctrl-dark-darker);
	--gf-ctrl-label-font-family-primary: var(--gf-font-family-secondary);
	--gf-ctrl-label-font-size-primary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-primary: var(--gf-font-style-secondary);
	--gf-ctrl-label-font-weight-primary: var(--gf-font-weight-secondary);
	--gf-ctrl-label-letter-spacing-primary: var(--gf-letter-spacing-secondary);
	--gf-ctrl-label-line-height-primary: var(--gf-line-height-secondary);
	--gf-ctrl-label-color-secondary: var(--gf-color-out-ctrl-dark-darker);
	--gf-ctrl-label-font-family-secondary: var(--gf-font-family-secondary);
	--gf-ctrl-label-font-size-secondary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-secondary: var(--gf-font-style-secondary);
	--gf-ctrl-label-font-weight-secondary: 400;
	--gf-ctrl-label-letter-spacing-secondary: var(--gf-letter-spacing-secondary);
	--gf-ctrl-label-line-height-secondary: var(--gf-line-height-secondary);
	--gf-ctrl-label-color-tertiary: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-label-font-family-tertiary: var(--gf-font-family-tertiary);
	--gf-ctrl-label-font-size-tertiary: var(--gf-font-size-tertiary);
	--gf-ctrl-label-font-style-tertiary: var(--gf-font-style-tertiary);
	--gf-ctrl-label-font-weight-tertiary: var(--gf-font-weight-tertiary);
	--gf-ctrl-label-letter-spacing-tertiary: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-label-line-height-tertiary: var(--gf-line-height-tertiary);
	--gf-ctrl-label-color-quaternary: var(--gf-color-out-ctrl-dark);
	--gf-ctrl-label-font-family-quaternary: var(--gf-font-family-tertiary);
	--gf-ctrl-label-font-size-quaternary: var(--gf-font-size-secondary);
	--gf-ctrl-label-font-style-quaternary: var(--gf-font-style-tertiary);
	--gf-ctrl-label-font-weight-quaternary: var(--gf-font-weight-secondary);
	--gf-ctrl-label-letter-spacing-quaternary: var(--gf-letter-spacing-tertiary);
	--gf-ctrl-label-line-height-quaternary: var(--gf-line-height-tertiary);
	--gf-ctrl-label-color-req: var(--gf-color-danger);
	--gf-ctrl-label-font-family-req: var(--gf-ctrl-label-font-family-primary);
	--gf-ctrl-label-font-size-req: 12px;
	--gf-ctrl-label-font-style-req: var(--gf-ctrl-label-font-style-primary);
	--gf-ctrl-label-font-weight-req: var(--gf-ctrl-label-font-weight-primary);
	--gf-ctrl-label-letter-spacing-req: var(--gf-ctrl-label-letter-spacing-primary);
	--gf-ctrl-label-line-height-req: var(--gf-ctrl-label-line-height-primary);
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-number-spin-btn-appearance: var(--gf-ctrl-appearance);
	--gf-ctrl-number-spin-btn-bg-position: center center;
	--gf-ctrl-number-spin-btn-bg-size: 8px 14px;
	--gf-ctrl-number-spin-btn-width: 8px;
	--gf-ctrl-number-spin-btn-opacity: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-select-icon: var(--gf-icon-ctrl-select);
	--gf-ctrl-select-icon-hover: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-focus: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-disabled: var(--gf-ctrl-select-icon);
	--gf-ctrl-select-icon-position: calc(100% - var(--gf-ctrl-padding-x)) center;
	--gf-ctrl-select-icon-size: 10px;
	--gf-ctrl-select-ms-expand: none;
	--gf-ctrl-select-padding-x: var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));
	--gf-ctrl-multiselect-height: 130px;
	--gf-ctrl-multiselect-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-multiselect-line-height: 1.5;
	--gf-ctrl-multiselect-padding-y: var(--gf-padding-y);
	--gf-ctrl-select-dropdown-border-color: transparent;
	--gf-ctrl-select-dropdown-radius: var(--gf-ctrl-radius-max-md);
	--gf-ctrl-select-dropdown-shadow: 0 0 1px rgba(18, 25, 97, .24), 0 24px 24px rgba(18, 25, 97, .03), 0 2px 2px rgba(18, 25, 97, .03), 0 4px 4px rgba(18, 25, 97, .03), 0 8px 8px rgba(18, 25, 97, .03), 0 16px 16px rgba(18, 25, 97, .03);
	--gf-ctrl-select-dropdown-option-bg-color-hover: var(--gf-color-in-ctrl-light-lighter);
	--gf-ctrl-select-dropdown-option-shadow-hover: inset 3px 0 0 var(--gf-color-in-ctrl-primary);
	--gf-ctrl-select-search-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-select-search-icon-position: var(--gf-ctrl-padding-x) center;
	--gf-ctrl-select-search-padding-x: calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);
	--gf-ctrl-multiselect-close-icon-size: var(--gf-icon-font-size);
	--gf-ctrl-multiselect-close-icon-inset-y-start: calc(50% - ( var(--gf-ctrl-multiselect-close-icon-size) / 2 ));
	--gf-ctrl-multiselect-close-icon-inset-x-end: calc(( var(--gf-ctrl-padding-x) / 2 ) + 2px);
	--gf-ctrl-multiselect-selected-item-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-ctrl-multiselect-selected-item-radius: 33px;
	--gf-ctrl-multiselect-selected-item-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-ctrl-multiselect-selected-item-font-size: var(--gf-ctrl-font-size);
	--gf-ctrl-multiselect-selected-item-font-weight: 600;
	--gf-ctrl-multiselect-selected-item-remove-icon-color: var(--gf-color-in-ctrl-primary-contrast);
}

html[dir=rtl] .gform-theme--api, html[dir=rtl] .gform-theme--framework {
	--gf-ctrl-select-icon-position: var(--gf-ctrl-padding-x) center;
	--gf-ctrl-select-search-icon-position: calc(100% - var(--gf-padding-x)) center;
}

.gform-theme--api, .gform-theme--framework {
	--gf-ctrl-textarea-height: 130px;
	--gf-ctrl-textarea-radius: var(--gf-ctrl-radius-max-lg);
	--gf-ctrl-textarea-line-height: 1.5;
	--gf-ctrl-textarea-padding-y: var(--gf-padding-y);
	--gf-ctrl-textarea-resize: vertical;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-date-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);
	--gf-field-date-icon-color: var(--gf-ctrl-icon-color);
	--gf-field-date-icon-color-hover: var(--gf-ctrl-icon-color-hover);
	--gf-field-date-icon-transition: var(--gf-ctrl-transition);
	--gf-field-date-custom-icon-max-height: 16px;
	--gf-field-date-custom-icon-max-width: 16px;
	--gf-field-date-custom-icon-opacity: .6;
	--gf-field-date-custom-icon-opacity-hover: 1;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-choice-gap: var(--gf-label-space-x-secondary);
	--gf-field-choice-align-x-gap-y: var(--gf-field-choice-gap);
	--gf-field-choice-align-x-gap-x: 16px;
	--gf-field-choice-meta-margin-y-start: 4px;
	--gf-field-choice-meta-space: 16px;
	--gf-field-choice-other-ctrl-max-width: 256px;
	--gf-field-img-choice-aspect-ratio: 1/1;
	--gf-field-img-choice-gap: var(--gf-field-gap-x);
	--gf-field-img-choice-margin-y-end: 12px;
	--gf-field-img-choice-placeholder-icon-font-size: 60px;
	--gf-field-img-choice-radius-square: var(--gf-ctrl-radius-max-sm);
	--gf-field-img-choice-radius-round: 50%;
	--gf-field-img-choice-shadow: 0 0 0 rgba(18, 25, 97, .05), 0 2px 5px rgba(18, 25, 97, .1), 0 1px 1px rgba(18, 25, 97, .15);
	--gf-field-img-choice-shadow-hover: 0 0 1px rgba(18, 25, 97, .24), 0 24px 24px rgba(18, 25, 97, .03), 0 2px 2px rgba(18, 25, 97, .03), 0 4px 4px rgba(18, 25, 97, .03), 0 8px 8px rgba(18, 25, 97, .03), 0 16px 16px rgba(18, 25, 97, .03);
	--gf-field-img-choice-size-sm: 125px;
	--gf-field-img-choice-size-md: 200px;
	--gf-field-img-choice-size-lg: 300px;
	--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);
	--gf-field-img-choice-card-placeholder-bg-color: rgba(var(--gf-color-in-ctrl-light-rgb), .05);
	--gf-field-img-choice-card-placeholder-color: rgba(var(--gf-color-in-ctrl-dark-rgb), .4);
	--gf-field-img-choice-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-field-img-choice-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-field-img-choice-card-space-sm: 8px;
	--gf-field-img-choice-card-space-md: 12px;
	--gf-field-img-choice-card-space-lg: 16px;
	--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);
	--gf-field-img-choice-no-card-placeholder-bg-color: rgba(var(--gf-color-out-ctrl-light-rgb), .05);
	--gf-field-img-choice-no-card-placeholder-color: rgba(var(--gf-color-out-ctrl-dark-rgb), .4);
	--gf-field-img-choice-no-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
	--gf-field-img-choice-no-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
	--gf-field-img-choice-check-ind-icon: var(--gf-icon-ctrl-checkbox);
	--gf-field-img-choice-check-ind-radius: 50%;
	--gf-field-img-choice-check-ind-shadow: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	--gf-field-img-choice-check-ind-size-sm: 24px;
	--gf-field-img-choice-check-ind-size-md: 38px;
	--gf-field-img-choice-check-ind-size-lg: 64px;
	--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);
	--gf-field-img-choice-check-ind-icon-size-sm: 12px;
	--gf-field-img-choice-check-ind-icon-size-md: var(--gf-icon-font-size);
	--gf-field-img-choice-check-ind-icon-size-lg: 30px;
	--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);
	--gf-field-img-choice-ctrl-opacity: 1;
	--gf-field-img-choice-ctrl-opacity-disabled: .5;
	--gf-field-img-choice-other-ctrl-margin-y-start: 16px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-list-btn-size: 16px;
	--gf-field-list-btn-radius: 50%;
	--gf-field-list-btn-font-size: 0;
	--gf-field-list-btn-padding-y: 0;
	--gf-field-list-btn-padding-x: 0;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-pg-prog-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-prog-margin-y-end: 24px;
	--gf-field-pg-prog-title-margin-y-end: 16px;
	--gf-field-pg-prog-font-family: var(--gf-font-family-base);
	--gf-field-pg-prog-font-size: 14px;
	--gf-field-pg-prog-font-style: var(--gf-font-style-base);
	--gf-field-pg-prog-font-weight: 600;
	--gf-field-pg-prog-letter-spacing: 0;
	--gf-field-pg-prog-line-height: 1;
	--gf-field-pg-prog-text-transform: uppercase;
	--gf-field-pg-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
	--gf-field-pg-prog-bar-bg-color-blue: #204ce5;
	--gf-field-pg-prog-bar-bg-color-gray: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-prog-bar-bg-color-green: #31c48d;
	--gf-field-pg-prog-bar-bg-color-orange: #ff5a1f;
	--gf-field-pg-prog-bar-bg-color-red: #c02b0a;
	--gf-field-pg-prog-bar-bg-gradient-spring: linear-gradient(270deg, #9cd790 0%, #76d7db 100%);
	--gf-field-pg-prog-bar-bg-gradient-blues: linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);
	--gf-field-pg-prog-bar-bg-gradient-rainbow: linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);
	--gf-field-pg-prog-bar-radius: 100px;
	--gf-field-pg-prog-bar-height: 10px;
	--gf-field-pg-steps-number-bg-color: transparent;
	--gf-field-pg-steps-number-bg-color-active: var(--gf-color-out-ctrl-light);
	--gf-field-pg-steps-number-bg-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-pg-steps-number-border-color-active: transparent;
	--gf-field-pg-steps-number-border-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-border-style: solid;
	--gf-field-pg-steps-number-border-width: 2px;
	--gf-field-pg-steps-number-radius: 50%;
	--gf-field-pg-steps-number-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pg-steps-number-color-active: var(--gf-field-pg-steps-number-color);
	--gf-field-pg-steps-number-color-complete: var(--gf-color-primary-contrast);
	--gf-field-pg-steps-icon-font-size: var(--gf-icon-font-size);
	--gf-field-pg-steps-number-size: 32px;
	--gf-field-pg-steps-step-gap: 12px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-pwd-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);
	--gf-field-pwd-str-bg-color: transparent;
	--gf-field-pwd-str-bg-color-mismatch: transparent;
	--gf-field-pwd-str-bg-color-short: transparent;
	--gf-field-pwd-str-bg-color-bad: transparent;
	--gf-field-pwd-str-bg-color-good: transparent;
	--gf-field-pwd-str-bg-color-strong: transparent;
	--gf-field-pwd-str-border-color: transparent;
	--gf-field-pwd-str-border-color-mismatch: transparent;
	--gf-field-pwd-str-border-color-short: transparent;
	--gf-field-pwd-str-border-color-bad: transparent;
	--gf-field-pwd-str-border-color-good: transparent;
	--gf-field-pwd-str-border-color-strong: transparent;
	--gf-field-pwd-str-border-style: var(--gf-ctrl-border-style);
	--gf-field-pwd-str-border-width: 0;
	--gf-field-pwd-str-radius: 0;
	--gf-field-pwd-str-color: var(--gf-color-out-ctrl-dark);
	--gf-field-pwd-str-color-mismatch: #c02b0a;
	--gf-field-pwd-str-color-short: #c02b0a;
	--gf-field-pwd-str-color-bad: #ff5a1f;
	--gf-field-pwd-str-color-good: #8b6c32;
	--gf-field-pwd-str-color-strong: #399f4b;
	--gf-field-pwd-str-margin-y-start: 16px;
	--gf-field-pwd-str-padding-y: 0;
	--gf-field-pwd-str-padding-x: calc(65px + 8px) 0;
	--gf-field-pwd-str-font-family: var(--gf-font-family-secondary);
	--gf-field-pwd-str-font-size: var(--gf-font-size-primary);
	--gf-field-pwd-str-font-style: var(--gf-font-style-secondary);
	--gf-field-pwd-str-font-weight: var(--gf-font-weight-secondary);
	--gf-field-pwd-str-letter-spacing: var(--gf-letter-spacing-secondary);
	--gf-field-pwd-str-line-height: 1;
	--gf-field-pwd-str-text-align: start;
	--gf-field-pwd-str-transition: var(--gf-transition-ctrl);
	--gf-field-pwd-str-ind-bg-color: var(--gf-color-out-ctrl-light);
	--gf-field-pwd-str-ind-bg-color-mismatch: var(--gf-field-pwd-str-color-mismatch);
	--gf-field-pwd-str-ind-bg-color-short: var(--gf-field-pwd-str-color-short);
	--gf-field-pwd-str-ind-bg-color-bad: var(--gf-field-pwd-str-color-bad);
	--gf-field-pwd-str-ind-bg-color-good: var(--gf-field-pwd-str-color-good);
	--gf-field-pwd-str-ind-bg-color-strong: var(--gf-field-pwd-str-color-strong);
	--gf-field-pwd-str-ind-radius: var(--gf-radius);
	--gf-field-pwd-str-ind-display: inline-block;
	--gf-field-pwd-str-ind-inset-y-start: 50%;
	--gf-field-pwd-str-ind-inset-x-start: 0;
	--gf-field-pwd-str-ind-position: absolute;
	--gf-field-pwd-str-ind-height: 6px;
	--gf-field-pwd-str-ind-width: 65px;
	--gf-field-pwd-str-ind-width-blank: 0;
	--gf-field-pwd-str-ind-width-mismatch: 65px;
	--gf-field-pwd-str-ind-width-short: 22px;
	--gf-field-pwd-str-ind-width-bad: 37px;
	--gf-field-pwd-str-ind-width-good: 46px;
	--gf-field-pwd-str-ind-width-strong: 65px;
	--gf-field-pwd-str-ind-content: "";
	--gf-field-pwd-str-ind-transform: translateY(-50%);
	--gf-field-pwd-str-ind-transition: var(--gf-transition-ctrl);
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-prod-price-color: var(--gf-ctrl-label-color-primary);
	--gf-field-prod-quant-margin-y-end: var(--gf-field-gap-y);
	--gf-field-prod-quant-width: 150px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-repeater-gap-y: var(--gf-form-gap-y);
	--gf-field-repeater-btn-inline-gap: var(--gf-form-gap-x);
	--gf-field-repeater-separator-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-repeater-separator-size: 1px;
	--gf-field-repeater-nested-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-repeater-nested-border-size: 1px;
	--gf-field-repeater-nested-border-style: solid;
	--gf-field-repeater-nested-padding-x-start: 20px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-field-section-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-section-border-style: solid;
	--gf-field-section-border-width: 1px;
	--gf-field-section-padding-y-end: 8px;
}

.gform-theme--api, .gform-theme--framework {
	--gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), .03);
	--gf-form-validation-border-color: rgba(var(--gf-color-danger-rgb), .25);
	--gf-form-validation-border-color-focus: var(--gf-color-danger);
	--gf-form-validation-border-width: 1px;
	--gf-form-validation-border-style: solid;
	--gf-form-validation-radius: var(--gf-ctrl-radius-max-md);
	--gf-form-validation-outline-color-focus: rgba(var(--gf-color-danger-rgb), .65);
	--gf-form-validation-outline-focus: var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);
	--gf-form-validation-shadow: 0 1px 4px rgba(18, 25, 97, .0779552);
	--gf-form-validation-color: var(--gf-color-danger);
	--gf-form-validation-font-family: var(--gf-font-family-primary);
	--gf-form-validation-font-size: var(--gf-font-size-primary);
	--gf-form-validation-line-height: 1.43;
	--gf-form-validation-gap: 8px;
	--gf-form-validation-margin-y: 0 var(--gf-form-gap-y);
	--gf-form-validation-padding-y: 20px;
	--gf-form-validation-padding-x: 16px;
	--gf-form-validation-heading-color: var(--gf-form-validation-color);
	--gf-form-validation-heading-font-family: var(--gf-form-validation-font-family);
	--gf-form-validation-heading-font-size: var(--gf-form-validation-font-size);
	--gf-form-validation-heading-font-weight: 500;
	--gf-form-validation-heading-line-height: var(--gf-form-validation-line-height);
	--gf-form-validation-heading-gap: 12px;
	--gf-form-validation-heading-icon-bg-color: rgba(var(--gf-color-danger-rgb), .05);
	--gf-form-validation-heading-icon-border-color: var(--gf-form-validation-border-color);
	--gf-form-validation-heading-icon-border-width: 2px;
	--gf-form-validation-heading-icon-border-style: var(--gf-form-validation-border-style);
	--gf-form-validation-heading-icon-radius: 50%;
	--gf-form-validation-heading-icon-color: var(--gf-form-validation-heading-color);
	--gf-form-validation-heading-icon-font-size: 18px;
	--gf-form-validation-heading-icon-size: 20px;
	--gf-form-validation-summary-color: var(--gf-form-validation-color);
	--gf-form-validation-summary-font-family: var(--gf-form-validation-font-family);
	--gf-form-validation-summary-font-size: var(--gf-form-validation-font-size);
	--gf-form-validation-summary-font-weight: 400;
	--gf-form-validation-summary-line-height: var(--gf-form-validation-line-height);
	--gf-form-validation-summary-margin-y-start: 4px;
	--gf-form-validation-summary-padding-x: 48px;
	--gf-form-validation-summary-item-link-text-decoration: underline;
}

.gform-theme--api, .gform-theme--framework {
	--gf-form-spinner-fg-color: var(--gf-color-primary);
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), .1);
}

.gform-orbital-icon {
	font-family: var(--gf-icon-font-family) !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gform-orbital-icon--photograph:before {
	content: "";
}

.gform-orbital-icon--arrow-back:before {
	content: "";
}

.gform-orbital-icon--calendar-alt:before {
	content: "";
}

.gform-orbital-icon--selector:before {
	content: "";
}

.gform-orbital-icon--search:before {
	content: "";
}

.gform-orbital-icon--trash:before {
	content: "";
}

.gform-orbital-icon--cloud-upload-alt:before {
	content: "";
}

.gform-orbital-icon--arrow-up:before {
	content: "";
}

.gform-orbital-icon--arrow-down:before {
	content: "";
}

.gform-orbital-icon--arrow-left:before {
	content: "";
}

.gform-orbital-icon--arrow-right:before {
	content: "";
}

.gform-orbital-icon--arrow-narrow-right:before {
	content: "";
}

.gform-orbital-icon--arrow-sm-left:before {
	content: "";
}

.gform-orbital-icon--arrow-sm-right:before {
	content: "";
}

.gform-orbital-icon--save-as:before {
	content: "";
}

.gform-orbital-icon--minus-alt:before {
	content: "";
}

.gform-orbital-icon--plus-alt:before {
	content: "";
}

.gform-orbital-icon--eye-off:before {
	content: "";
}

.gform-orbital-icon--eye:before {
	content: "";
}

.gform-orbital-icon--check-circle:before {
	content: "";
}

.gform-orbital-icon--check-mark:before {
	content: "";
}

.gform-orbital-icon--check:before {
	content: "";
}

.gform-orbital-icon--check-mark-simple:before {
	content: "";
}

.gform-orbital-icon--exclamation-simple:before {
	content: "";
}

.gform-orbital-icon--information-simple:before {
	content: "";
}

.gform-orbital-icon--question-mark-simple:before {
	content: "";
}

.gform-orbital-icon--chevron-down:before {
	content: "";
}

.gform-orbital-icon--chevron-up:before {
	content: "";
}

.gform-orbital-icon--chevron-left:before {
	content: "";
}

.gform-orbital-icon--chevron-right:before {
	content: "";
}

.gform-orbital-icon--chevron-double-left:before {
	content: "";
}

.gform-orbital-icon--chevron-double-right:before {
	content: "";
}

.gform-orbital-icon--minus:before {
	content: "";
}

.gform-orbital-icon--x-circle:before {
	content: "";
}

.gform-orbital-icon--x:before {
	content: "";
}

.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-placeholder-opacity);
}

.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-placeholder-opacity);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-appearance: var(--gf-ctrl-appearance);
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-height: var(--gf-ctrl-size);
	--gf-local-radius: var(--gf-ctrl-radius);
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-border-width: var(--gf-ctrl-border-width);
	--gf-local-border-style: var(--gf-ctrl-border-style);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-color: var(--gf-ctrl-color);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-font-family);
	--gf-local-font-size: var(--gf-ctrl-font-size);
	--gf-local-font-style: var(--gf-ctrl-font-style);
	--gf-local-font-weight: var(--gf-ctrl-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-line-height);
	--gf-local-min-height: auto;
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-offset: var(--gf-ctrl-outline-offset);
	--gf-local-outline-style: var(--gf-ctrl-outline-style);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	--gf-local-padding-x: var(--gf-ctrl-padding-x);
	--gf-local-padding-y: var(--gf-ctrl-padding-y);
	--gf-local-shadow: var(--gf-ctrl-shadow);
	--gf-local-transition: var(--gf-ctrl-transition);
	--gf-local-width: 100%;
	-webkit-appearance: var(--gf-local-appearance);
	-moz-appearance: var(--gf-local-appearance);
	appearance: var(--gf-local-appearance);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-local-height);
	border-block-end: var(--gf-local-border-block-end);
	border-block-start: var(--gf-local-border-block-start);
	border-inline-end: var(--gf-local-border-inline-end);
	border-inline-start: var(--gf-local-border-inline-start);
	border-radius: var(--gf-local-radius);
	box-shadow: var(--gf-local-shadow);
	color: var(--gf-local-color);
	display: var(--gf-local-display);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	inline-size: var(--gf-local-width);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	margin-block: 0;
	margin-inline: 0;
	min-block-size: var(--gf-local-min-height);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-local-outline-offset);
	outline-style: var(--gf-local-outline-style);
	outline-width: var(--gf-local-outline-width);
	padding-block: var(--gf-local-padding-y);
	padding-inline: var(--gf-local-padding-x);
	transition: var(--gf-local-transition);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-hover);
	--gf-local-border-color: var(--gf-ctrl-border-color-hover);
	--gf-local-color: var(--gf-ctrl-color-hover);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
	--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
	--gf-local-color: var(--gf-ctrl-color-disabled);
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-error);
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
	--gf-local-color: var(--gf-ctrl-color-error);
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework input[type].gform-text-input-reset {
	--gf-local-border-color: transparent;
	--gf-local-height: auto;
	--gf-local-color: var(--gf-ctrl-readonly-color);
	--gf-local-font-family: var(--gf-ctrl-readonly-font-family);
	--gf-local-font-size: var(--gf-ctrl-readonly-font-size);
	--gf-local-font-style: var(--gf-ctrl-readonly-font-style);
	--gf-local-font-weight: var(--gf-ctrl-readonly-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-readonly-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-readonly-line-height);
	--gf-local-min-height: auto;
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	block-size: var(--gf-local-height);
	border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);
	border-radius: var(--gf-ctrl-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	min-block-size: var(--gf-local-min-height);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework input[type].gform-text-input-reset:focus {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button, .gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button {
	opacity: var(--gf-ctrl-number-spin-btn-opacity);
}

.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button {
	-webkit-appearance: var(--gf-ctrl-number-spin-btn-appearance);
	appearance: var(--gf-ctrl-number-spin-btn-appearance);
	background-image: var(--gf-icon-ctrl-number);
	background-position: var(--gf-ctrl-number-spin-btn-bg-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-number-spin-btn-bg-size);
	cursor: pointer;
	width: var(--gf-ctrl-number-spin-btn-width);
}

.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: var(--gf-ctrl-textarea-radius);
	--gf-local-height: var(--gf-ctrl-textarea-height);
	--gf-local-line-height: var(--gf-ctrl-textarea-line-height);
	--gf-local-padding-y: var(--gf-ctrl-textarea-padding-y);
	resize: var(--gf-ctrl-textarea-resize);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);
	border-radius: var(--gf-ctrl-textarea-radius);
	box-shadow: var(--gf-ctrl-shadow);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	overflow: hidden;
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	--gf-local-border-color: var(--gf-ctrl-border-color-hover);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .wp-editor-container textarea {
	border-color: transparent;
	border-width: 0;
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
}

.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active) {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-height: var(--gf-ctrl-choice-size);
	--gf-local-display: inline-grid;
	--gf-local-line-height: var(--gf-ctrl-choice-size);
	--gf-local-padding-y: 0;
	--gf-local-padding-x: 0;
	--gf-local-width: var(--gf-ctrl-choice-size);
	accent-color: var(--gf-ctrl-accent-color);
	opacity: 1;
	align-content: center;
	justify-content: center;
	place-content: center;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	opacity: 0;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
	opacity: 1;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: var(--gf-ctrl-checkbox-check-radius);
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-choice-check-color);
	content: var(--gf-icon-ctrl-checkbox);
	font-size: var(--gf-ctrl-checkbox-check-size);
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
	color: var(--gf-ctrl-choice-check-color-disabled);
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-radius: var(--gf-ctrl-radio-check-radius);
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--gf-ctrl-choice-check-color);
	block-size: var(--gf-ctrl-radio-check-size);
	border-radius: var(--gf-ctrl-radio-check-radius);
	content: var(--gf-ctrl-radio-check-content);
	inline-size: var(--gf-ctrl-radio-check-size);
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
	background-color: var(--gf-ctrl-choice-check-color-disabled);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
	--gf-local-padding-x: var(--gf-ctrl-select-padding-x);
	background-image: var(--gf-ctrl-select-icon);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-select-icon-size);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover {
	background-image: var(--gf-ctrl-select-icon-hover);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus {
	background-image: var(--gf-ctrl-select-icon-focus);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):disabled {
	background-image: var(--gf-ctrl-select-icon-disabled);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand {
	display: var(--gf-ctrl-select-ms-expand);
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] {
	--gf-local-height: var(--gf-ctrl-multiselect-height);
	--gf-local-radius: var(--gf-ctrl-multiselect-radius);
	--gf-local-line-height: var(--gf-ctrl-multiselect-line-height);
	--gf-local-padding-y: var(--gf-ctrl-multiselect-padding-y);
	overflow-y: auto;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked {
	background: var(--gf-color-in-ctrl-light);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single {
	background-image: var(--gf-icon-ctrl-select);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-select-icon-size);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span {
	margin-inline-end: var(--gf-ctrl-select-search-icon-size);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b {
	background-image: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-color: var(--gf-ctrl-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr.nitro-lazy, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b.nitro-lazy {
	background-image: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
	border-bottom-left-radius: var(--gf-ctrl-radius);
	border-bottom-right-radius: var(--gf-ctrl-radius);
	border-color: var(--gf-ctrl-border-color-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search {
	padding-block: var(--gf-padding-y) 0;
	padding-inline: var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text] {
	--gf-local-height: var(--gf-ctrl-size-md);
	--gf-local-padding-x: var(--gf-ctrl-select-search-padding-x);
	background-image: var(--gf-icon-ctrl-search) !important;
	background-position: var(--gf-ctrl-select-search-icon-position);
	background-size: var(--gf-ctrl-select-search-icon-size) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi {
	--gf-local-height: auto;
	--gf-local-radius: var(--gf-ctrl-multiselect-radius);
	padding-inline: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active {
	border-color: var(--gf-ctrl-border-color-focus);
	outline-color: var(--gf-ctrl-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices {
	box-shadow: none;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices {
	align-content: center;
	background: 0 0;
	border: none;
	display: flex;
	flex-flow: row wrap;
	gap: calc(var(--gf-padding-y) / 2);
	min-height: calc(var(--gf-ctrl-size) - 2px);
	padding-block: 4px;
	padding-inline: var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input {
	color: var(--gf-ctrl-placeholder-color);
	font-family: var(--gf-ctrl-placeholder-font-family);
	font-size: var(--gf-ctrl-placeholder-font-size);
	font-style: var(--gf-ctrl-placeholder-font-style);
	font-weight: var(--gf-ctrl-placeholder-font-weight);
	letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
	opacity: var(--gf-ctrl-placeholder-opacity);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice + li.search-field input[type=text].chosen-search-input {
	color: var(--gf-ctrl-color-focus);
	font-family: var(--gf-ctrl-font-family);
	font-size: var(--gf-ctrl-font-size);
	font-style: var(--gf-ctrl-font-style);
	font-weight: var(--gf-ctrl-font-weight);
	letter-spacing: var(--gf-ctrl-letter-spacing);
	opacity: 1;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
	align-self: flex-start;
	background: 0 0;
	background-color: var(--gf-ctrl-multiselect-selected-item-bg-color);
	border: none;
	border-radius: var(--gf-ctrl-multiselect-selected-item-radius);
	box-shadow: none;
	color: var(--gf-ctrl-multiselect-selected-item-color);
	flex-shrink: 0;
	font-size: var(--gf-ctrl-multiselect-selected-item-font-size);
	font-weight: var(--gf-ctrl-multiselect-selected-item-font-weight);
	margin: 0;
	padding-block: 8px;
	padding-inline: var(--gf-ctrl-padding-x) calc(( var(--gf-ctrl-padding-x) * 1.25 ) + var(--gf-ctrl-multiselect-close-icon-size));
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: 0 0;
	height: var(--gf-ctrl-multiselect-close-icon-size);
	inset-block-start: var(--gf-ctrl-multiselect-close-icon-inset-y-start);
	inset-inline-end: var(--gf-ctrl-multiselect-close-icon-inset-x-end);
	opacity: 70%;
	transition: var(--gf-local-transition);
	width: var(--gf-ctrl-multiselect-close-icon-size);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-multiselect-selected-item-remove-icon-color);
	content: var(--gf-icon-ctrl-cancel);
	display: inline-block;
	font-size: var(--gf-ctrl-multiselect-close-icon-size);
	height: 100%;
	width: 100%;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	opacity: 1;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop {
	background-color: var(--gf-ctrl-bg-color);
	border: var(--gf-ctrl-select-dropdown-border-color);
	border-radius: var(--gf-ctrl-select-dropdown-radius);
	box-shadow: var(--gf-ctrl-select-dropdown-shadow);
	overflow: hidden;
	padding-block: 0;
	padding-inline: 0;
	top: calc(100% + 8px);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results {
	margin-block: 0;
	margin-inline: 0;
	padding-block: var(--gf-padding-y);
	padding-inline: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li {
	color: var(--gf-ctrl-color);
	padding: var(--gf-padding-y) var(--gf-ctrl-padding-x);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted {
	background: 0 0;
	background-color: var(--gf-ctrl-select-dropdown-option-bg-color-hover);
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
	background: 0 0;
	background-color: var(--gf-ctrl-select-dropdown-option-bg-color-hover);
	box-shadow: var(--gf-ctrl-select-dropdown-option-shadow-hover);
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-primary);
	--gf-local-display: flex;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-primary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-primary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-primary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-primary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-primary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-primary);
	--gf-local-margin-y: 0;
	--gf-local-margin-x: 0;
	color: var(--gf-local-color);
	display: var(--gf-local-display);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	margin-block: var(--gf-local-margin-y);
	margin-inline: var(--gf-local-margin-x);
}

.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-secondary);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-secondary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-secondary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-secondary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-secondary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-secondary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-secondary);
}

.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-tertiary);
	--gf-local-display: block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-tertiary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-tertiary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-tertiary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-tertiary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-tertiary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-tertiary);
}

.gform-theme--framework .gform-field-label--type-sub-large:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-label-color-quaternary);
	--gf-local-display: inline-block;
	--gf-local-font-family: var(--gf-ctrl-label-font-family-quaternary);
	--gf-local-font-size: var(--gf-ctrl-label-font-size-quaternary);
	--gf-local-font-style: var(--gf-ctrl-label-font-style-quaternary);
	--gf-local-font-weight: var(--gf-ctrl-label-font-weight-quaternary);
	--gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-quaternary);
	--gf-local-line-height: var(--gf-ctrl-label-line-height-quaternary);
}

.gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--gf-ctrl-label-color-req);
	display: inline-block;
	font-family: var(--gf-ctrl-label-font-family-req);
	font-size: var(--gf-ctrl-label-font-size-req);
	font-style: var(--gf-ctrl-label-font-style-req);
	font-weight: var(--gf-ctrl-label-font-weight-req);
	letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
	line-height: var(--gf-ctrl-label-line-height-req);
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-desc-color);
	--gf-local-font-family: var(--gf-ctrl-desc-font-family);
	--gf-local-font-size: var(--gf-ctrl-desc-font-size);
	--gf-local-font-style: var(--gf-ctrl-desc-font-style);
	--gf-local-font-weight: var(--gf-ctrl-desc-font-weight);
	--gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-desc-line-height);
	color: var(--gf-local-color);
	display: block;
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-color: var(--gf-ctrl-desc-color-error);
	--gf-local-font-family: var(--gf-ctrl-desc-font-family-error);
	--gf-local-font-size: var(--gf-ctrl-desc-font-size-error);
	--gf-local-font-style: var(--gf-ctrl-desc-font-style-error);
	--gf-local-font-weight: var(--gf-ctrl-desc-font-weight-error);
	--gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing-error);
	--gf-local-line-height: var(--gf-ctrl-desc-line-height-error);
}

.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border: var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);
	max-height: var(--gf-ctrl-desc-max-height-consent);
	outline-color: var(--gf-ctrl-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-ctrl-outline-width);
	overflow-y: auto;
	padding: 16px;
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	border-color: var(--gf-ctrl-desc-border-color-consent-focus);
	outline-color: var(--gf-ctrl-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-primary);
	--gf-local-radius: var(--gf-ctrl-btn-radius);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-primary);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-primary);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-primary);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow);
	--gf-local-color: var(--gf-ctrl-btn-color-primary);
	--gf-local-column-gap: var(--gf-ctrl-btn-icon-gap);
	--gf-local-cursor: pointer;
	--gf-local-display: inline-flex;
	--gf-local-font-style: var(--gf-ctrl-btn-font-style);
	--gf-local-font-weight: var(--gf-ctrl-btn-font-weight);
	--gf-local-font-size: var(--gf-ctrl-btn-font-size);
	--gf-local-font-family: var(--gf-ctrl-btn-font-family);
	--gf-local-height: auto;
	--gf-local-letter-spacing: var(--gf-ctrl-btn-letter-spacing);
	--gf-local-line-height: var(--gf-ctrl-btn-line-height);
	--gf-local-min-height: var(--gf-ctrl-btn-size);
	--gf-local-min-width: auto;
	--gf-local-opacity: var(--gf-ctrl-btn-opacity);
	--gf-local-padding-y: var(--gf-ctrl-btn-padding-y);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x);
	--gf-local-text-decoration: var(--gf-ctrl-btn-text-decoration);
	--gf-local-text-transform: var(--gf-ctrl-btn-text-transform);
	--gf-local-width: auto;
	align-items: center;
	-moz-column-gap: var(--gf-local-column-gap);
	column-gap: var(--gf-local-column-gap);
	cursor: var(--gf-local-cursor);
	justify-content: center;
	min-inline-size: var(--gf-local-min-width);
	opacity: var(--gf-local-opacity);
	text-align: center;
	-webkit-text-decoration: var(--gf-local-text-decoration);
	text-decoration: var(--gf-local-text-decoration);
	text-transform: var(--gf-local-text-transform);
	vertical-align: top;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-primary);
	--gf-local-content: var(--gf-ctrl-btn-icon);
	--gf-local-font-size: var(--gf-ctrl-btn-icon-font-size);
	--gf-local-transition: var(--gf-ctrl-btn-icon-transition);
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-local-color);
	content: var(--gf-local-content);
	font-size: var(--gf-local-font-size);
	transition: var(--gf-local-transition);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-hover);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-primary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-primary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-primary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-primary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-primary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-primary);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-primary);
	--gf-local-cursor: default;
	--gf-local-opacity: var(--gf-ctrl-btn-opacity-disabled);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-primary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-secondary);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-secondary);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-secondary);
	--gf-local-color: var(--gf-ctrl-btn-color-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-secondary);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-secondary);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-secondary);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-secondary);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-secondary);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-ctrl);
	--gf-local-border-style: var(--gf-ctrl-btn-border-style-ctrl);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-ctrl);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-ctrl);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-ctrl);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-simple);
	--gf-local-border-width: var(--gf-ctrl-btn-border-width-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-simple);
	--gf-local-color: var(--gf-ctrl-btn-color-simple);
	--gf-local-column-gap: 0;
	--gf-local-line-height: var(--gf-ctrl-btn-size-simple);
	--gf-local-min-height: var(--gf-ctrl-btn-size-simple);
	--gf-local-min-width: var(--gf-ctrl-btn-size-simple);
	--gf-local-padding-y: 0;
	--gf-local-padding-x: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-hover-simple);
	--gf-local-color: var(--gf-ctrl-btn-color-hover-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-hover-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-focus-simple);
	--gf-local-color: var(--gf-ctrl-btn-color-focus-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-focus-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled {
	--gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-simple);
	--gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-simple);
	--gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled-simple);
	--gf-local-color: var(--gf-ctrl-btn-color-disabled-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before {
	--gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-simple);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-xs);
	--gf-local-min-height: var(--gf-ctrl-btn-size-xs);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-xs);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-sm);
	--gf-local-min-height: var(--gf-ctrl-btn-size-sm);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-sm);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-md);
	--gf-local-min-height: var(--gf-ctrl-btn-size-md);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-md);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-lg);
	--gf-local-min-height: var(--gf-ctrl-btn-size-lg);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-lg);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl {
	--gf-local-font-size: var(--gf-ctrl-btn-font-size-xl);
	--gf-local-min-height: var(--gf-ctrl-btn-size-xl);
	--gf-local-padding-x: var(--gf-ctrl-btn-padding-x-xl);
}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-padding-x: var(--gf-ctrl-file-padding-x);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button {
	--gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-hover);
	--gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-hover);
	--gf-local-color: var(--gf-ctrl-file-btn-color-hover);
}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button {
	--gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-focus);
	--gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-focus);
	--gf-local-color: var(--gf-ctrl-file-btn-color-focus);
}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button {
	--gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-disabled);
	--gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-disabled);
	--gf-local-color: var(--gf-ctrl-file-btn-color-disabled);
}

.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button {
	--gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color);
	--gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color);
	--gf-local-border-inline-end-style: var(--gf-ctrl-file-btn-border-inline-end-style);
	--gf-local-border-inline-end-width: var(--gf-ctrl-file-btn-border-inline-end-width);
	--gf-local-border-inline-end: var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);
	--gf-local-color: var(--gf-ctrl-file-btn-color);
	background-color: var(--gf-local-bg-color);
	block-size: 100%;
	border: 0;
	border-end-start-radius: var(--gf-ctrl-file-btn-radius);
	border-inline-end: var(--gf-local-border-inline-end);
	border-start-start-radius: var(--gf-ctrl-file-btn-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-ctrl-file-btn-font-family);
	font-size: var(--gf-ctrl-file-btn-font-size);
	font-style: var(--gf-ctrl-file-btn-font-style);
	font-weight: var(--gf-ctrl-file-btn-font-weight);
	inset-block-start: calc(var(--gf-ctrl-border-width) * -1);
	letter-spacing: var(--gf-ctrl-file-btn-letter-spacing);
	line-height: var(--gf-ctrl-file-btn-line-height);
	margin-inline: var(--gf-ctrl-file-btn-margin-x);
	padding-block: 0;
	padding-inline: var(--gf-ctrl-file-btn-padding-x);
	position: relative;
	-webkit-text-decoration: var(--gf-ctrl-file-btn-text-decoration);
	text-decoration: var(--gf-ctrl-file-btn-text-decoration);
	text-transform: var(--gf-ctrl-file-btn-text-transform);
	transition: var(--gf-ctrl-file-btn-transition);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area {
	--gf-local-height: var(--gf-ctrl-file-zone-height);
	--gf-local-radius: var(--gf-ctrl-file-zone-radius);
	--gf-local-border-style: var(--gf-ctrl-file-zone-border-style);
	--gf-local-color: var(--gf-ctrl-file-zone-color);
	--gf-local-font-weight: var(--gf-ctrl-file-zone-font-weight);
	--gf-local-line-height: var(--gf-ctrl-file-zone-line-height);
	--gf-local-padding-x: var(--gf-ctrl-file-zone-padding-x);
	--gf-local-padding-y: var(--gf-ctrl-file-zone-padding-y);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-ctrl-file-zone-icon-color);
	content: var(--gf-icon-ctrl-file);
	display: block;
	font-size: var(--gf-ctrl-file-zone-icon-font-size);
	margin-block-end: var(--gf-ctrl-file-zone-icon-margin-y-end);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_instructions {
	margin-block-end: var(--gf-ctrl-file-zone-instructions-margin-y-end);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list {
	display: flex;
	flex-direction: column;
	gap: var(--gf-ctrl-file-prev-area-gap);
	margin-block-start: var(--gf-ctrl-file-prev-area-margin-y-start);
	width: 100%;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list:empty {
	margin-block-start: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview {
	display: flex;
	flex-direction: column;
	font-family: var(--gf-ctrl-file-prev-font-family);
	font-size: var(--gf-ctrl-file-prev-font-size);
	font-style: var(--gf-ctrl-file-prev-font-style);
	font-weight: var(--gf-ctrl-file-prev-font-weight);
	gap: var(--gf-ctrl-file-prev-gap);
	letter-spacing: var(--gf-ctrl-file-prev-letter-spacing);
	line-height: var(--gf-ctrl-file-prev-line-height);
	position: relative;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filename {
	color: var(--gf-ctrl-file-prev-name-color);
	line-height: var(--gf-ctrl-file-prev-name-line-height);
	overflow: var(--gf-ctrl-file-prev-name-overflow);
	padding-inline-end: var(--gf-ctrl-file-prev-name-padding-x-end);
	text-overflow: var(--gf-ctrl-file-prev-name-text-overflow);
	white-space: var(--gf-ctrl-file-prev-name-white-space);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filesize {
	color: var(--gf-ctrl-file-prev-size-color);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress {
	align-items: center;
	display: flex;
	gap: var(--gf-ctrl-file-prog-ui-gap);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	block-size: var(--gf-ctrl-file-prog-btn-icon-size);
	color: var(--gf-ctrl-file-prog-btn-icon-color-complete);
	content: var(--gf-icon-ctrl-file-completed);
	font-size: var(--gf-ctrl-file-prog-btn-icon-size);
	inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
	min-inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
	opacity: 0;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress_complete::after {
	opacity: 1;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress {
	block-size: var(--gf-ctrl-file-prog-bar-height);
	border-radius: var(--gf-ctrl-file-prog-bar-radius);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar {
	background-color: var(--gf-ctrl-file-prog-bar-bg-color);
	inline-size: 100%;
	position: relative;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress {
	background-color: var(--gf-ctrl-file-prog-bar-bg-color-loading);
	inline-size: 1%;
	position: absolute;
	transition: var(--gf-ctrl-file-prog-bar-transition);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_percent {
	color: var(--gf-ctrl-file-prog-text-color);
	font-size: var(--gf-ctrl-file-prog-text-font-size);
	min-inline-size: var(--gf-ctrl-file-prog-text-min-width);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel, .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file {
	inset-block-start: var(--gf-ctrl-file-prog-btn-inset-y-start);
	inset-inline-end: var(--gf-ctrl-file-prog-btn-inset-x-end);
	position: var(--gf-ctrl-file-prog-btn-position);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file .dashicons::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-remove);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel {
	--gf-local-font-size: var(--gf-ctrl-file-prog-btn-font-size-cancel);
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-cancel);
}

.gform-theme--framework.ui-datepicker {
	background-color: var(--gf-ctrl-date-picker-bg-color);
	border-radius: var(--gf-ctrl-date-picker-radius);
	box-shadow: var(--gf-ctrl-date-picker-shadow);
	display: none;
	inline-size: var(--gf-ctrl-date-picker-width);
	margin-block-start: var(--gf-ctrl-date-picker-margin-y-start);
	padding-block: var(--gf-ctrl-date-picker-padding-y);
	padding-inline: var(--gf-ctrl-date-picker-padding-x);
}

@media (min-width:640px) {
	.gform-theme--framework.ui-datepicker {
		inline-size: var(--gf-ctrl-date-picker-width-viewport-sm);
		padding-block: var(--gf-ctrl-date-picker-padding-y-viewport-sm);
		padding-inline: var(--gf-ctrl-date-picker-padding-x-viewport-sm);
	}
}

.gform-theme--framework.ui-datepicker .ui-datepicker-header {
	align-items: stretch;
	display: flex;
	margin-block: unset;
	margin-inline: unset;
	padding-block: 0;
	padding-inline: 0;
	position: unset;
}

.gform-theme--framework.ui-datepicker .ui-datepicker-next, .gform-theme--framework.ui-datepicker .ui-datepicker-prev {
	align-items: center;
	block-size: auto;
	cursor: pointer;
	display: flex;
	flex: none;
	inline-size: var(--gf-ctrl-date-picker-header-icons-width);
	inset: unset;
	justify-content: center;
	position: relative;
}

.gform-theme--framework.ui-datepicker .ui-datepicker-next::before, .gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
	--gf-local-color: var(--gf-ctrl-date-picker-header-icons-color);
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none;
	border: none;
	color: var(--gf-local-color);
	font-size: var(--gf-ctrl-date-picker-header-icons-font-size);
	inset: unset;
	transform: unset;
}

.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
	content: var(--gf-icon-ctrl-datepicker-left);
}

.gform-theme--framework.ui-datepicker .ui-datepicker-next {
	order: 1;
}

.gform-theme--framework.ui-datepicker .ui-datepicker-next::before {
	content: var(--gf-icon-ctrl-datepicker-right);
}

.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before, .gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before {
	--gf-local-color: var(--gf-ctrl-date-picker-header-icons-color-hover);
}

.gform-theme--framework.ui-datepicker .ui-datepicker-title {
	align-items: center;
	color: var(--gf-ctrl-date-picker-title-color);
	display: flex;
	flex: auto;
	font-size: var(--gf-ctrl-date-picker-title-font-size);
	font-weight: var(--gf-ctrl-date-picker-title-font-weight);
	gap: var(--gf-ctrl-date-picker-title-gap);
	line-height: var(--gf-ctrl-date-picker-title-line-height);
	margin-block: 0;
	margin-inline: var(--gf-ctrl-date-picker-title-margin-x);
}

@media (min-width:640px) {
	.gform-theme--framework.ui-datepicker .ui-datepicker-title {
		font-size: var(--gf-ctrl-date-picker-title-font-size-viewport-sm);
		gap: var(--gf-ctrl-date-picker-title-gap-viewport-sm);
		margin-inline: var(--gf-ctrl-date-picker-title-margin-x-viewport-sm);
	}
}

.gform-theme--framework.ui-datepicker select.ui-datepicker-month, .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
	--gf-local-height: var(--gf-ctrl-size-sm);
	--gf-local-line-height: var(--gf-ctrl-size-sm);
	background-image: var(--gf-icon-ctrl-select);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-select-icon-size);
	box-shadow: var(--gf-local-shadow);
	flex: auto;
	inline-size: auto;
	margin: 0;
	padding-inline: var(--gf-local-padding-x);
	text-align: var(--gf-ctrl-date-picker-dropdown-text-align);
}

.gform-theme--framework.ui-datepicker table {
	margin-block-end: 0;
	margin-block-start: 16px;
}

.gform-theme--framework.ui-datepicker table td, .gform-theme--framework.ui-datepicker table th {
	block-size: var(--gf-ctrl-date-picker-cell-height);
	color: var(--gf-ctrl-date-picker-cell-content-color);
	padding-block: var(--gf-ctrl-date-picker-cell-padding);
	padding-inline: var(--gf-ctrl-date-picker-cell-padding);
}

@media (min-width:640px) {
	.gform-theme--framework.ui-datepicker table td, .gform-theme--framework.ui-datepicker table th {
		block-size: var(--gf-ctrl-date-picker-cell-height-viewport-sm);
	}
}

.gform-theme--framework.ui-datepicker table th {
	font-size: var(--gf-ctrl-date-picker-head-cell-font-size);
	font-weight: var(--gf-ctrl-date-picker-head-cell-font-weight);
	line-height: var(--gf-ctrl-date-picker-head-cell-line-height);
	vertical-align: middle;
}

.gform-theme--framework.ui-datepicker table td {
	font-size: var(--gf-ctrl-date-picker-cell-font-size);
	font-weight: var(--gf-ctrl-date-picker-cell-font-weight);
	line-height: var(--gf-ctrl-date-picker-cell-line-height);
	padding-block: var(--gf-ctrl-date-picker-cell-padding-y);
}

@media (min-width:640px) {
	.gform-theme--framework.ui-datepicker table td {
		padding-block: var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm);
	}
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled) {
	cursor: pointer;
}

.gform-theme--framework.ui-datepicker table td a, .gform-theme--framework.ui-datepicker table td span {
	--gf-local-bg-color: transparent;
	--gf-local-border: 0;
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color);
	align-items: center;
	background-color: var(--gf-local-bg-color);
	block-size: 100%;
	border: var(--gf-local-border);
	border-radius: var(--gf-ctrl-date-picker-cell-content-radius);
	color: var(--gf-local-color);
	display: flex;
	inline-size: var(--gf-ctrl-date-picker-cell-content-width);
	justify-content: center;
	text-decoration: none;
}

@media (min-width:640px) {
	.gform-theme--framework.ui-datepicker table td a, .gform-theme--framework.ui-datepicker table td span {
		inline-size: var(--gf-ctrl-date-picker-cell-content-width-viewport-sm);
	}
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-hover);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover);
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus {
	--gf-local-border: var(--gf-ctrl-date-picker-cell-content-border);
}

.gform-theme--framework.ui-datepicker table .ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-state-disabled span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-disabled);
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-today a, .gform-theme--framework.ui-datepicker table .ui-datepicker-today span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-hover);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover);
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-disabled);
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-selected);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected);
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover {
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected);
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span {
	--gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);
	--gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-disabled);
}

.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
	background-position: var(--gf-ctrl-select-icon-position);
}

.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before, .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
	transform: none;
}

.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
	content: var(--gf-icon-ctrl-datepicker-right);
}

.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
	content: var(--gf-icon-ctrl-datepicker-left);
}

.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
	line-height: 1;
}

.gform-theme--framework .gfield--type-address .copy_values_option_container {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
	margin-block-end: var(--gf-field-gap-y);
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex;
	flex-direction: column;
	gap: var(--gf-field-choice-gap);
}

.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox, .gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio {
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x);
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
}

.gform-theme--framework .gfield--type-choice .gchoice br, .gform-theme--framework .gfield--type-choice .ginput_container_consent br {
	display: none;
}

.gform-theme--framework .gfield--type-choice .gchoice_other_control {
	--gf-local-width: auto;
	grid-column: span 2;
	max-inline-size: var(--gf-field-choice-other-ctrl-max-width);
}

.gform-theme--framework .gfield--type-choice .gfield-choice-toggle-all {
	align-self: self-start;
	inline-size: 100%;
}

.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle {
	justify-self: start;
}

.gform-theme--framework .gfield--type-image_choice .gfield_checkbox, .gform-theme--framework .gfield--type-image_choice .gfield_radio {
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gf-field-img-choice-gap);
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
	align-self: start;
	display: block;
	inline-size: var(--gf-field-img-choice-size);
	max-inline-size: var(--gf-field-img-choice-size);
	min-inline-size: var(--gf-field-img-choice-size);
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	block-size: var(--gf-field-img-choice-check-ind-size);
	border-radius: var(--gf-field-img-choice-check-ind-radius);
	content: var(--gf-field-img-choice-check-ind-icon);
	display: flex;
	filter: var(--gf-field-img-choice-check-ind-shadow);
	font-size: var(--gf-field-img-choice-check-ind-icon-size);
	inline-size: var(--gf-field-img-choice-check-ind-size);
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-outer {
	display: block;
	min-block-size: 100%;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper {
	--gf-local-border-color: transparent;
	--gf-local-border-width: var(--gf-ctrl-border-width);
	--gf-local-border-style: var(--gf-ctrl-border-style);
	--gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-outline-color: var(--gf-ctrl-outline-color);
	--gf-local-outline-width: var(--gf-ctrl-outline-width);
	--gf-local-shadow: none;
	box-shadow: var(--gf-local-shadow);
	outline-color: var(--gf-local-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-local-outline-width);
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
	border-block-end: var(--gf-local-border-block-end);
	border-block-start: var(--gf-local-border-block-start);
	border-inline-end: var(--gf-local-border-inline-end);
	border-inline-start: var(--gf-local-border-inline-start);
	border-radius: var(--gf-ctrl-radius);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-border-color: var(--gf-color-in-ctrl-light-darker);
	--gf-local-shadow: var(--gf-field-img-choice-shadow);
	background-color: var(--gf-local-bg-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color);
	color: var(--gf-local-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
	--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
	--gf-local-border-color: var(--gf-ctrl-border-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice {
	--gf-local-bg-color: var(--gf-ctrl-bg-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label {
	--gf-local-color: var(--gf-ctrl-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer {
	padding-block: var(--gf-field-img-choice-card-space);
	padding-inline: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image {
	background-color: var(--gf-field-img-choice-card-placeholder-bg-color);
	color: var(--gf-field-img-choice-card-placeholder-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-no-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
	color: var(--gf-field-img-choice-no-card-check-ind-icon-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
	content: "";
	display: block;
	inset-block: 0;
	inset-inline: 0;
	position: absolute;
	transition: var(--gf-transition-ctrl);
	z-index: 1;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-no-image {
	background-color: var(--gf-field-img-choice-no-card-placeholder-bg-color);
	color: var(--gf-field-img-choice-no-card-placeholder-color);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper {
	--gf-local-shadow: var(--gf-field-img-choice-shadow-hover);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
	--gf-local-border-color: var(--gf-ctrl-border-color-focus);
	--gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
	--gf-local-outline-width: var(--gf-ctrl-outline-width-focus);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)], .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
	--gf-local-shadow: none;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled), .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
	--gf-local-shadow: none;
}

.gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
	opacity: var(--gf-field-img-choice-ctrl-opacity-disabled);
}

.gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
	opacity: var(--gf-field-img-choice-ctrl-opacity-disabled);
}

.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-card .gchoice, .gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper {
	--gf-local-border-color: var(--gf-ctrl-border-color-error);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper {
	border-radius: var(--gf-field-img-choice-radius-square);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before {
	border-radius: var(--gf-field-img-choice-radius-square);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
	inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
	inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: 10px;
	inset-inline-end: 10px;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: 10px;
	inset-inline-end: 10px;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper {
	border-radius: var(--gf-field-img-choice-radius-round);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before {
	border-radius: var(--gf-field-img-choice-radius-round);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: var(--gf-field-img-choice-card-space);
	inset-inline-end: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: var(--gf-field-img-choice-card-space);
	inset-inline-end: var(--gf-field-img-choice-card-space);
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
	inset-block-start: 0;
	inset-inline-end: 0;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
	inset-block-start: 0;
	inset-inline-end: 0;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-wrapper {
	aspect-ratio: var(--gf-field-img-choice-aspect-ratio);
	margin-block-end: var(--gf-field-img-choice-margin-y-end);
	opacity: var(--gf-field-img-choice-ctrl-opacity);
	overflow: hidden;
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	position: relative;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: var(--gf-icon-ctrl-img-choice-placeholder);
	font-size: var(--gf-field-img-choice-placeholder-icon-font-size);
	inset-block-start: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image {
	block-size: 100% !important;
	display: block;
	inline-size: 100%;
	max-block-size: 100%;
	max-inline-size: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
	display: inline-grid;
	gap: var(--gf-field-choice-meta-space) 0;
	grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper {
	margin-block-end: 0;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input, .gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner, .gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label {
	--gf-local-margin-x: 0;
}

.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gfield--type-image_choice .gchoice_other_control {
	margin-block-start: var(--gf-field-img-choice-other-ctrl-margin-y-start);
	max-inline-size: 100%;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
	align-content: flex-start;
	align-items: center;
	display: flex;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
	--gf-local-width: auto;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
	margin-inline-start: calc(var(--gf-ctrl-padding-x) * -1);
	pointer-events: none;
	transform: translateX(-100%);
	transition: var(--gf-field-date-icon-transition);
}

html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img, html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after, html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img, html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
	order: 1;
	transform: translateX(100%);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date input, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input {
	--gf-local-padding-x: var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img {
	display: none !important;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--gf-field-date-icon-color);
	content: var(--gf-icon-ctrl-datepicker);
	display: inline-block;
	font-size: var(--gf-icon-font-size);
	inset-block-start: 0;
	inset-inline-start: 0;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)])::after {
	color: var(--gf-field-date-icon-color-hover);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover))::after {
	color: var(--gf-field-date-icon-color-hover);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img {
	max-block-size: var(--gf-field-date-custom-icon-max-height);
	max-inline-size: var(--gf-field-date-custom-icon-max-width);
	opacity: var(--gf-field-date-custom-icon-opacity);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where([\:has\(input\:hover\)]) img {
	opacity: var(--gf-field-date-custom-icon-opacity-hover);
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img, .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) img {
	opacity: var(--gf-field-date-custom-icon-opacity-hover);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item, .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item {
	--gf-local-height: var(--gf-field-list-btn-size);
	--gf-local-radius: var(--gf-field-list-btn-radius);
	--gf-local-column-gap: 0;
	--gf-local-font-size: var(--gf-field-list-btn-font-size);
	--gf-local-letter-spacing: 0;
	--gf-local-line-height: 1;
	--gf-local-min-height: auto;
	--gf-local-padding-y: var(--gf-field-list-btn-padding-y);
	--gf-local-padding-x: var(--gf-field-list-btn-padding-x);
	--gf-local-width: var(--gf-field-list-btn-size);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item::before {
	--gf-local-content: var(--gf-icon-ctrl-list-item-add);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item::before {
	--gf-local-content: var(--gf-icon-ctrl-list-item-remove);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons img {
	background-color: transparent !important;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px !important;
	block-size: 16px !important;
	border: none !important;
	inline-size: 16px !important;
	opacity: .5;
	transition: var(--gf-transition-ctrl);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:focus img, .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:hover img {
	opacity: 1;
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_url_icon_disabled {
	opacity: 1;
	pointer-events: none;
}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
	margin-block-end: var(--gf-field-pg-prog-margin-y-end);
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
	--gf-local-color: var(--gf-field-pg-prog-color);
	--gf-local-font-family: var(--gf-field-pg-prog-font-family);
	--gf-local-font-size: var(--gf-field-pg-prog-font-size);
	--gf-local-font-style: var(--gf-field-pg-prog-font-style);
	--gf-local-font-weight: var(--gf-field-pg-prog-font-weight);
	--gf-local-letter-spacing: var(--gf-field-pg-prog-letter-spacing);
	--gf-local-line-height: var(--gf-field-pg-prog-line-height);
	--gf-local-text-transform: none;
	color: var(--gf-local-color);
	font-family: var(--gf-local-font-family);
	font-size: var(--gf-local-font-size);
	font-style: var(--gf-local-font-style);
	font-weight: var(--gf-local-font-weight);
	letter-spacing: var(--gf-local-letter-spacing);
	line-height: var(--gf-local-line-height);
	text-transform: var(--gf-local-text-transform);
}

.gform-theme--framework .gf_progressbar_title {
	margin-block-end: var(--gf-field-pg-prog-title-margin-y-end);
}

.gform-theme--framework .gf_progressbar {
	background-color: var(--gf-field-pg-prog-bar-bg-color);
	border-radius: var(--gf-field-pg-prog-bar-radius);
}

.gform-theme--framework .gf_progressbar span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gform-theme--framework .gf_progressbar .gf_progressbar_percentage {
	block-size: var(--gf-field-pg-prog-bar-height);
	border-radius: var(--gf-field-pg-prog-bar-radius);
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: var(--gf-field-pg-prog-bar-bg-color-blue);
}

.gform-theme--framework .gf_progressbar .percentbar_gray {
	background-color: var(--gf-field-pg-prog-bar-bg-color-gray);
}

.gform-theme--framework .gf_progressbar .percentbar_green {
	background-color: var(--gf-field-pg-prog-bar-bg-color-green);
}

.gform-theme--framework .gf_progressbar .percentbar_orange {
	background-color: var(--gf-field-pg-prog-bar-bg-color-orange);
}

.gform-theme--framework .gf_progressbar .percentbar_red {
	background-color: var(--gf-field-pg-prog-bar-bg-color-red);
}

.gform-theme--framework .gf_progressbar .percentbar_spring {
	background: var(--gf-field-pg-prog-bar-bg-gradient-spring);
}

.gform-theme--framework .gf_progressbar .percentbar_blues {
	background: var(--gf-field-pg-prog-bar-bg-gradient-blues);
}

.gform-theme--framework .gf_progressbar .percentbar_rainbow {
	background: var(--gf-field-pg-prog-bar-bg-gradient-rainbow);
}

.gform-theme--framework .gf_step {
	align-items: center;
	display: flex;
	gap: var(--gf-field-pg-steps-step-gap);
	position: relative;
}

.gform-theme--framework .gf_step_label {
	--gf-local-text-transform: var(--gf-field-pg-prog-text-transform);
}

.gform-theme--framework .gf_step_hidden {
	display: none;
}

.gform-theme--framework .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color);
	--gf-local-border: var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);
	--gf-local-radius: var(--gf-field-pg-steps-number-radius);
	--gf-local-color: var(--gf-field-pg-steps-number-color);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-field-pg-steps-number-size);
	border: var(--gf-local-border);
	border-radius: var(--gf-local-radius);
	color: var(--gf-local-color);
	display: inline-grid;
	inline-size: var(--gf-field-pg-steps-number-size);
	min-inline-size: var(--gf-field-pg-steps-number-size);
	align-content: center;
	justify-content: center;
	place-content: center;
}

.gform-theme--framework .gf_step_active .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color-active);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color-active);
	--gf-local-color: var(--gf-field-pg-steps-number-color-active);
}

.gform-theme--framework .gf_step_completed .gf_step_number {
	--gf-local-bg-color: var(--gf-field-pg-steps-number-bg-color-complete);
	--gf-local-border-color: var(--gf-field-pg-steps-number-border-color-complete);
	--gf-local-color: var(--gf-field-pg-steps-number-color-complete);
}

.gform-theme--framework .gf_step_completed .gf_step_number::after {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--gf-field-pg-steps-number-bg-color-complete);
	block-size: var(--gf-field-pg-steps-number-size);
	border: var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);
	border-radius: var(--gf-field-pg-steps-number-radius);
	color: var(--gf-field-pg-steps-number-color-complete);
	content: var(--gf-icon-ctrl-pg-numbers-complete);
	display: inline-grid;
	font-size: var(--gf-field-pg-steps-icon-font-size);
	inline-size: var(--gf-field-pg-steps-number-size);
	inset-block-start: 0;
	inset-inline-start: 0;
	align-content: center;
	justify-content: center;
	place-content: center;
	position: absolute;
}

.gform-theme--framework .gfield--type-password input[type=password] {
	--gf-local-padding-x: var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button {
	--gf-local-color: var(--gf-ctrl-icon-color);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before {
	--gf-local-color: var(--gf-ctrl-icon-color);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover {
	--gf-local-color: var(--gf-ctrl-icon-color-hover);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before {
	--gf-local-color: var(--gf-ctrl-icon-color-hover);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus {
	--gf-local-color: var(--gf-ctrl-icon-color-focus);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before {
	--gf-local-color: var(--gf-ctrl-icon-color-focus);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled {
	--gf-local-color: var(--gf-ctrl-icon-color-disabled);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after, .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before {
	--gf-local-color: var(--gf-ctrl-icon-color-disabled);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before {
	--gf-local-content: var(--gf-icon-ctrl-pwd-hidden);
}

.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before {
	--gf-local-content: var(--gf-icon-ctrl-pwd-visible);
}

.gform-theme--framework .gfield_password_strength {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color);
	--gf-local-border-style: var(--gf-field-pwd-str-border-style);
	--gf-local-border-width: var(--gf-field-pwd-str-border-width);
	--gf-local-border: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
	--gf-local-color: var(--gf-field-pwd-str-color);
	background-color: var(--gf-local-bg-color);
	border: var(--gf-local-border);
	border-radius: var(--gf-field-pwd-str-radius);
	color: var(--gf-local-color);
	font-family: var(--gf-field-pwd-str-font-family);
	font-size: var(--gf-field-pwd-str-font-size);
	font-style: var(--gf-field-pwd-str-font-style);
	font-weight: var(--gf-field-pwd-str-font-weight);
	letter-spacing: var(--gf-field-pwd-str-letter-spacing);
	line-height: var(--gf-field-pwd-str-line-height);
	margin-block-start: var(--gf-field-pwd-str-margin-y-start);
	padding-block: var(--gf-field-pwd-str-padding-y);
	padding-inline: var(--gf-field-pwd-str-padding-x);
	position: relative;
	text-align: var(--gf-field-pwd-str-text-align);
	transition: var(--gf-field-pwd-str-transition);
}

.gform-theme--framework .gfield_password_strength::after, .gform-theme--framework .gfield_password_strength::before {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color);
	--gf-local-height: var(--gf-field-pwd-str-ind-height);
	--gf-local-radius: var(--gf-field-pwd-str-ind-radius);
	--gf-local-content: var(--gf-field-pwd-str-ind-content);
	--gf-local-inset-y-start: var(--gf-field-pwd-str-ind-inset-y-start);
	--gf-local-inset-x-start: var(--gf-field-pwd-str-ind-inset-x-start);
	--gf-local-position: var(--gf-field-pwd-str-ind-position);
	--gf-local-transform: var(--gf-field-pwd-str-ind-transform);
	--gf-local-transition: none;
	--gf-local-width: var(--gf-field-pwd-str-ind-width);
	background-color: var(--gf-local-bg-color);
	block-size: var(--gf-local-height);
	border-radius: var(--gf-local-radius);
	content: var(--gf-local-content);
	display: var(--gf-field-pwd-str-ind-display);
	inline-size: var(--gf-local-width);
	inset-block-start: var(--gf-local-inset-y-start);
	inset-inline-start: var(--gf-local-inset-x-start);
	position: var(--gf-local-position);
	transform: var(--gf-local-transform);
	transition: var(--gf-local-transition);
}

.gform-theme--framework .gfield_password_strength::after {
	--gf-local-transition: var(--gf-field-pwd-str-ind-transition);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-blank);
}

.gform-theme--framework .gfield_password_strength.mismatch {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-mismatch);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-mismatch);
	--gf-local-color: var(--gf-field-pwd-str-color-mismatch);
}

.gform-theme--framework .gfield_password_strength.mismatch::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-mismatch);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-mismatch);
}

.gform-theme--framework .gfield_password_strength.short {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-short);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-short);
	--gf-local-color: var(--gf-field-pwd-str-color-short);
}

.gform-theme--framework .gfield_password_strength.short::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-short);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-short);
}

.gform-theme--framework .gfield_password_strength.bad {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-bad);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-bad);
	--gf-local-color: var(--gf-field-pwd-str-color-bad);
}

.gform-theme--framework .gfield_password_strength.bad::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-bad);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-bad);
}

.gform-theme--framework .gfield_password_strength.good {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-good);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-good);
	--gf-local-color: var(--gf-field-pwd-str-color-good);
}

.gform-theme--framework .gfield_password_strength.good::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-good);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-good);
}

.gform-theme--framework .gfield_password_strength.strong {
	--gf-local-bg-color: var(--gf-field-pwd-str-bg-color-strong);
	--gf-local-border-color: var(--gf-field-pwd-str-border-color-strong);
	--gf-local-color: var(--gf-field-pwd-str-color-strong);
}

.gform-theme--framework .gfield_password_strength.strong::after {
	--gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-strong);
	--gf-local-width: var(--gf-field-pwd-str-ind-width-strong);
}

.gform-theme--framework .gfield--type-product .ginput_product_price {
	--gf-local-color: var(--gf-field-prod-price-color);
}

.gform-theme--framework .gfield--type-product input[type].ginput_product_price {
	--gf-local-display: inline-block;
}

.gform-theme--framework .gfield--type-product .ginput_quantity {
	--gf-local-width: var(--gf-field-prod-quant-width);
	margin-block-end: var(--gf-field-prod-quant-margin-y-end);
}

.gform-theme--framework .gfield--type-product .ginput_container_product_calculation, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct {
	display: flex;
	flex-direction: column;
}

.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper {
	order: 2;
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child) {
	margin-block-start: var(--gf-field-repeater-gap-y);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item {
	margin-block-start: var(--gf-field-repeater-gap-y);
	position: relative;
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_item + .gfield_repeater_item::before {
	background-color: var(--gf-field-repeater-separator-color);
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 100%;
	inset-block-start: calc(0px - ( var(--gf-field-repeater-gap-y) / 2 ));
	position: absolute;
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons {
	margin-block-start: var(--gf-form-footer-margin-y-start);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item {
	margin-inline-end: var(--gf-field-repeater-btn-inline-gap);
}

.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper {
	border-inline-start: var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);
	border-inline-start-style: var(--gf-field-repeater-nested-border-style);
	padding-inline-start: var(--gf-field-repeater-nested-padding-x-start);
}

.gform-theme--framework .gfield--type-repeater .gfield_valid .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield--type-repeater .gfield_valid input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield--type-repeater .gfield_valid select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield--type-repeater .gfield_valid textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	--gf-local-bg-color: var(--gf-ctrl-bg-color);
	--gf-local-border-color: var(--gf-ctrl-border-color);
	--gf-local-color: var(--gf-ctrl-color);
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
	border-block-end: var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);
	padding-block-end: var(--gf-field-section-padding-y-end);
}

.gform-theme--framework .gform_validation_errors {
	background-color: var(--gf-form-validation-bg-color);
	border: var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);
	border-radius: var(--gf-form-validation-radius);
	box-shadow: var(--gf-form-validation-shadow);
	display: flex;
	flex-direction: column;
	gap: var(--gf-form-validation-gap);
	margin-block: var(--gf-form-validation-margin-y);
	padding-block: var(--gf-form-validation-padding-y);
	padding-inline: var(--gf-form-validation-padding-x);
}

.gform-theme--framework .gform_validation_errors:focus {
	border-color: var(--gf-form-validation-border-color-focus);
	outline: var(--gf-form-validation-outline-focus);
	outline-offset: var(--gf-ctrl-outline-offset);
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
	color: var(--gf-form-validation-heading-color);
	display: flex;
	flex-direction: column;
	font-family: var(--gf-form-validation-heading-font-family);
	font-size: var(--gf-form-validation-heading-font-size);
	font-weight: var(--gf-form-validation-heading-font-weight);
	gap: var(--gf-form-validation-heading-gap);
	line-height: var(--gf-form-validation-heading-line-height);
}

.gform-theme--framework .gform_validation_errors .gform-icon {
	font-family: var(--gf-icon-font-family) !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--gf-form-validation-heading-icon-bg-color);
	block-size: var(--gf-form-validation-heading-icon-size);
	border-color: var(--gf-form-validation-heading-icon-border-color);
	border-radius: var(--gf-form-validation-heading-icon-radius);
	border-style: var(--gf-form-validation-heading-icon-border-style);
	border-width: var(--gf-form-validation-heading-icon-border-width);
	color: var(--gf-form-validation-heading-icon-color);
	display: inline-grid;
	font-size: var(--gf-form-validation-heading-icon-font-size);
	inline-size: var(--gf-form-validation-heading-icon-size);
	align-content: center;
	justify-content: center;
	place-content: center;
}

.gform-theme--framework .gform_validation_errors .gform-icon::before {
	content: var(--gf-icon-tooltip-error);
}

.gform-theme--framework .gform_validation_errors ol {
	color: var(--gf-form-validation-summary-color);
	font-family: var(--gf-form-validation-summary-font-family);
	font-size: var(--gf-form-validation-summary-font-size);
	font-weight: var(--gf-form-validation-summary-font-weight);
	line-height: var(--gf-form-validation-summary-line-height);
	list-style-type: disc;
	margin-block: 0;
	margin-inline: 0;
	padding-inline: var(--gf-form-validation-padding-x);
}

.gform-theme--framework .gform_validation_errors ol li + li {
	margin-block-start: var(--gf-form-validation-summary-margin-y-start);
}

.gform-theme--framework .gform_validation_errors ol a {
	border-color: transparent;
	border-radius: var(--gf-form-validation-radius);
	border-style: var(--gf-ctrl-border-style);
	border-width: var(--gf-ctrl-border-width);
	color: var(--gf-form-validation-summary-color);
	outline-color: var(--gf-ctrl-outline-color);
	outline-offset: var(--gf-ctrl-outline-offset);
	outline-style: var(--gf-ctrl-outline-style);
	outline-width: var(--gf-ctrl-outline-width);
	-webkit-text-decoration: var(--gf-form-validation-summary-item-link-text-decoration);
	text-decoration: var(--gf-form-validation-summary-item-link-text-decoration);
	transition: var(--gf-ctrl-transition);
}

.gform-theme--framework .gform_validation_errors ol a:focus {
	border-color: var(--gf-form-validation-border-color-focus);
	outline-color: var(--gf-form-validation-outline-color-focus);
	outline-width: var(--gf-ctrl-outline-width-focus);
}

@media (min-width:640px) {
	.gform-theme--framework .gform_validation_errors .gform_submission_error {
		align-items: center;
		flex-direction: row;
	}
	
	.gform-theme--framework .gform_validation_errors ol {
		padding-inline: var(--gf-form-validation-summary-padding-x);
	}
}

.gform-theme--framework .gform_required_legend .gfield_required {
	color: var(--gf-color-danger);
}

.gform-theme--framework .gform-loader {
	border-block-end-color: var(--gf-form-spinner-fg-color);
	border-block-start-color: var(--gf-form-spinner-bg-color);
	border-inline-end-color: var(--gf-form-spinner-bg-color);
	border-inline-start-color: var(--gf-form-spinner-fg-color);
}

.gform-theme--framework .gform_save_link svg {
	display: none;
}

.gform-theme--framework .gform_save_link::before {
	--gf-ctrl-btn-icon: var(--gf-icon-ctrl-save-continue);
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message) {
	margin-block-end: var(--gf-desc-space);
}

.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message) {
	margin-block-end: var(--gf-desc-space);
}

.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)) {
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
	margin-block-end: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message) {
	margin-block-start: var(--gf-desc-choice-field-space);
}

.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block: var(--gf-desc-space) 0;
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
		margin-block: 0;
		margin-inline: auto 0;
		padding-block-start: var(--gf-desc-space);
	}
}

.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
	margin-block: var(--gf-desc-choice-field-space) 0;
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)) {
		margin-block: 0;
		padding-block-start: var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message), .gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]), .gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-space);
	}
}

.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
	margin-block: 0 var(--gf-desc-choice-field-space);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
	
	.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message), .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)), .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message) {
		margin-block: 0;
		padding-block: 0 var(--gf-desc-choice-field-space);
	}
}

.gform-theme--framework .validation_above .gform-conversational__field-footer + .gfield_validation_message.gfield_description {
	margin-block-end: 0;
	margin-block-start: var(--gf-desc-space);
}

.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-space-primary);
}

.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])), .gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-choice-field-space-primary);
}

.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])), .gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-choice-field-space-primary);
}

@media (min-width:640px) {
	.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)), .gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
		--gf-local-margin-y: 0;
		--gf-local-margin-x: 0;
		padding-inline-end: var(--gf-label-space-primary);
	}
}

.gform-theme--framework .gform-field-label--type-inline {
	--gf-local-margin-x: var(--gf-label-space-x-secondary) 0;
	--gf-local-margin-y: var(--gf-label-space-y-secondary) 0;
}

.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
	--gf-local-margin-y: var(--gf-label-space-tertiary) 0;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
	--gf-local-margin-y: 0 var(--gf-label-space-tertiary);
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {}

@keyframes jello {}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

:root {
	--animate-duration: 500ms;
	--animate-delay: 100ms;
	--animate-repeat: 1;
	--cf-bg-color: #bcd6ec;
	--cf-primary-color: #1a3d5c;
	--cf-secondary-color: #e4eef7;
	--cf-confirmation-text: #e4eef7;
	--cf-progressbar-color: #448ccb;
	--cf-border-color: #fff;
	--cf-button-bg: #448ccb;
	--cf-button-text: #f1f1f1;
	--cf-button-hover-bg: #357fc0;
	--cf-button-hover-text: #f1f1f1;
	--cf-content-top-default-margin: 60px;
	--cf-content-bottom-default-margin: 60px;
	/*
	--cf-text-color-light: #ffffff;
	--cf-heading-color-light: #ffffff;
	
	--cf-text-color-dark: #044E54;
	--cf-heading-color-dark: #044E54;
	
	--cf-bg-dark: #044E54;
	--cf-bg-light: aliceblue;

	--cf-border-extra-light: #ffffff;
	--cf-border-light: #87EAF2;
	--cf-border-dark: #044E54;
	
	--cf-progress-bar: #87EAF2;
	--cf-progress-bg: #87EAF2;
	*/
	--cf-fs-heading: 36px;
	--cf-fs-text: 18px;
	--cf-fs-label: 36px;
	--cf-fs-input: 26px;
	--cf-fs-heading-medium: 32px;
	--cf-fs-text-medium: 16px;
	--cf-fs-label-medium: 32px;
	--cf-fs-input-medium: 22px;
	--cf-fs-heading-small: 27px;
	--cf-fs-text-small: 16px;
	--cf-fs-label-small: 27px;
	--cf-fs-input-small: 20px;
	cf-overlay-color: rgba(255, 255, 255, .5);
	--cf-small-gap: 10px;
	--cf-medium-gap: 20px;
	--cf-large-gap: 40px;
	--cf-max-form-width: 720px;
	--cf-max-intro-width: 800px;
}

html.cf-html {
	margin-top: 0 !important;
}

/*body.conv-form .gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error, 
body.conv-form .gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, */
body.conv-form {
	background-color: var(--cf-bg-color);
	background-image: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 100%);
	min-height: calc(100vh - 70px);
	background-attachment: fixed;
	position: relative;
}

body.conv-form.bgimage {
	background-image: var(--cf-cover-image);
}

body.conv-form.bgimage::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 70px);
	background-color: var(--cf-bg-color);
	background-image: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 100%);
	opacity: .75;
}

body.conv-form .conv-intro, body.conv-form .conv-intro-bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

body.conv-form .conv-intro {
	height: 100%;
	min-height: calc(100vh + 10px);
}

body.conv-form .conv-intro .conv-intro-container {
	/*background: var(--cf-bg-dark );
    box-shadow: 0 10px 36px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 6%);*/
	box-sizing: border-box;
	margin: var(--cf-large-gap) auto;
	max-width: var(--cf-max-intro-width);
	padding: var(--cf-large-gap);
	text-align: center;
	width: 90%;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-logo {
	margin: auto;
	padding-bottom: var(--cf-small-gap);
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
	color: var(--cf-primary-color);
	font-family: inherit;
	font-size: var(--cf-fs-heading);
	font-weight: 700;
	line-height: 1.3;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
	font-family: inherit;
	font-size: var(--cf-fs-heading);
	margin: var(--cf-small-gap) 0 var(--cf-medium-gap);
}

body.conv-form .conv-form-container .conv-intro-title-wrap {
	overflow: hidden;
}

body.conv-form .conv-form-container h1.conv-intro-title {
	text-align: center;
	top: 0;
	/*box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.5);*/
	padding: var(--cf-small-gap) 0;
	background: var(--cf-bg-color);
	z-index: 999;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .18);
	background-image: radial-gradient(ellipse at left, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .3) 70%, rgba(255, 255, 255, 0) 100%);
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-description {
	color: var(--cf-primary-color);
	font-family: inherit;
	line-height: 1.8;
}

body.conv-form .conv-intro-bottom {
	flex-direction: row;
	justify-content: center;
	margin-top: var(--cf-medium-gap);
}

body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
	background: var(--cf-bg-dark);
	color: var(--cf-text-color-light);
}

body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
	margin-right: 15px;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
	color: rgba(26, 61, 92, .5);
	font-size: var(--cf-fs-text);
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-enter span {
	font-weight: 600;
}

body.conv-form .custom-template-wrap {
	overflow: hidden;
}

body.conv-form .custom-template-wrap-inner {
	display: flex;
}

body.conv-form .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, body.conv-form .gform_wrapper .gfield_checkbox button, body.conv-form .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], body.conv-form .gform_wrapper .gform_footer button, body.conv-form .gform_wrapper .gform_footer input, body.conv-form .gform_wrapper .gform_page_footer .button, body.conv-form .gform_wrapper .gform_page_footer button, body.conv-form .gform_wrapper .gform_page_footer input, body.conv-form .gform_wrapper .gform_page_footer input.gform_next_button, body.conv-form .gform_wrapper .gform_page_footer input.gform_previous_button, body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
	background: var(--cf-button-bg);
	border: 2px solid var(--cf-button-bg);
	color: var(--cf-button-text);
	cursor: pointer;
	font-family: inherit;
	font-size: var(--cf-fs-text);
	font-weight: 600;
	border-radius: 3px;
	letter-spacing: 1px;
	line-height: normal;
	padding: var(--cf-small-gap) var(--cf-medium-gap);
	text-decoration: none;
}

/*body.conv-form  .gform_wrapper .gform_footer button, 
body.conv-form  .gform_wrapper .gform_footer input[type=submit], 
body.conv-form  .gform_wrapper .gform_footer input[type=button],
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input[type=submit], 
body.conv-form  .gform_wrapper .gform_page_footer input[type=button]
{
	position: absolute;
	left: -99999999px;
}*/
body.conv-form .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover, body.conv-form .gform_wrapper .gfield_checkbox button:hover, body.conv-form .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit]:hover, body.conv-form .gform_wrapper .gform_footer button, body.conv-form .gform_wrapper .gform_footer input:hover, body.conv-form .gform_wrapper .gform_page_footer .button:hover, body.conv-form .gform_wrapper .gform_page_footer button:hover, body.conv-form .gform_wrapper .gform_page_footer input:hover, body.conv-form .gform_wrapper .gform_page_footer input.gform_next_button:hover, body.conv-form .gform_wrapper .gform_page_footer input.gform_previous_button:hover, body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn:hover {
	background: var(--cf-button-hover-bg);
	border: 2px solid var(--cf-button-hover-bg);
	color: var(--cf-button-hover-text);
}

body.conv-form .gform_wrapper {
	margin: 0px;
}

body.conv-form .gform_wrapper .gform_heading {
	display: none;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper {
	position: sticky;
	top: 0;
	overflow: hidden;
	display: none;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
	display: none;
}

body.conv-form .gform_wrapper .gf_progressbar {
	border-radius: 0px;
	background: rgba(0, 0, 0, .24);
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
	height: 5px;
	border-radius: 0px;
	background-color: var(--cf-progress-bar);
	animation-duration: .5s;
}

.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}

body.conv-form .gform_wrapper .gform-body {
	max-width: var(--cf-max-form-width);
	width: 80%;
	margin: auto;
}

body.conv-form .gform_wrapper .gform_page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation-duration: .5s;
	/* animation-delay: .2s; */
	min-height: calc(100vh - 100px);
}

body.conv-form .gform_wrapper .gfield_label, body.conv-form .gsection_title {
	color: var(--cf-primary-color);
	line-height: 1.3;
	margin: 0px;
	font-weight: normal;
	position: relative;
}

body.conv-form .gform-field-label {
	color: var(--cf-primary-color);
}

body.conv-form .gsection_title {
	font-size: var(--cf-fs-heading);
}

body.conv-form .gform_wrapper .gfield_label {
	font-size: var(--cf-fs-label);
}

body.conv-form .gform_wrapper .ginput_container:not( .ginput_container_time ), body.conv-form .gform_wrapper .ginput_complex {
	margin-top: 32px;
}

body.conv-form .gchoice, body.conv-form .ginput_container_consent {
	margin-bottom: 15px;
	overflow: visible;
	display: block !important;
}

body.conv-form .gchoice input[type="radio"], body.conv-form .gchoice input[type="checkbox"], body.conv-form .ginput_container_consent input {
	display: none;
}

body.conv-form .gform_wrapper .gform_body .gchoice label:before {
	counter-increment: gfaa-counter;
	content: counter(gfaa-counter, upper-alpha);
	left: 12px;
	position: absolute;
	height: 33px;
	width: 33px;
	text-align: center;
	border: 1px solid;
	border-radius: 3px;
	line-height: 30px;
	background-color: transparent;
}

body.conv-form .gform_wrapper .gform_body .gchoice label:hover:before {
	content: "Key " counter(gfaa-counter, upper-alpha);
	width: 67px;
	left: -22px;
}

body.conv-form .gform_wrapper .gform_body .gfield-choice-input:checked + label:before {
	background: var(--cf-primary-color);
	color: #fff;
}

body.conv-form .gform_wrapper .ginput_container {
	counter-reset: gfaa-counter;
}

/* body.conv-form .gform_wrapper .gform_body .gchoice label, body.conv-form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
    color: var(--cf-heading-color-light);
    box-shadow: var(--cf-border-light) 0px 0px 0px 1px inset; 
    background-color: rgba(0, 0, 0, 0.15);
	font-size: var(--cf-fs-input );
    line-height: 1;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: bottom;
    min-width: 300px;
    padding-left: 43px;
    transition: background-color .2s linear;
    margin: 0px;
}*/
body.conv-form .gform_wrapper .gform_body .gchoice label, body.conv-form .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	font-size: var(--cf-fs-text);
	line-height: 33px;
	padding: 9px 9px 9px 60px;
	display: block;
	min-height: 52px;
	background-color: rgba(26, 61, 92, .025);
	border-color: rgba(26, 61, 92, .1);
	color: var(--cf-primary-color);
}

body.conv-form .gform_wrapper .gform_body .gchoice:hover label {
	background: rgba(26, 61, 92, .05);
}

body.conv-form .gform_wrapper .gform_body .gfield-choice-input:checked + label {
	border-color: var(--cf-primary-color);
}

/*
body.conv-form .gfield_radio .gchoice label::before, body.conv-form .gfield_checkbox .gchoice label::before, body.conv-form .gform_body .gfield.gfcf_enabled .ginput_container_consent label::before {
    content: attr(data-alphabet-content);
    background-color: var(--gfcfPageBackgroundColor );
    filter: brightness(88%) contrast(158%) saturate(2) grayscale(0.3) invert(2%);
    text-align: center;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: var(--gfcfInputBorderColor ) 0px 0px 0px 1px inset;
    z-index: 2;
    overflow: hidden;
}*/
body.conv-form .gform_body .gform_page_fields input[type="button"], body.conv-form .gform_body .gform_page_fields input[type="checkbox"], body.conv-form .gform_body .gform_page_fields input[type="email"], body.conv-form .gform_body .gform_page_fields input[type="file"], body.conv-form .gform_body .gform_page_fields input[type="submit"], body.conv-form .gform_body .gform_page_fields input[type="tel"], body.conv-form .gform_body .gform_page_fields input[type="text"], body.conv-form .gform_body .gform_page_fields input[type="password"], body.conv-form .gform_body .gform_page_fields input[type="url"], body.conv-form .gform_body .gform_page_fields input[type="number"], body.conv-form .gform_body .gform_page_fields textarea, body.conv-form .gform_body .gform_page_fields select {
	color: #1a3d5c;
	border-bottom: 1px solid rgba(26, 61, 92, .1);
}

body.conv-form .gform_body .gform_page_fields input[type="button"], body.conv-form .gform_body .gform_page_fields input[type="checkbox"], body.conv-form .gform_body .gform_page_fields input[type="email"], body.conv-form .gform_body .gform_page_fields input[type="file"], body.conv-form .gform_body .gform_page_fields input[type="submit"], body.conv-form .gform_body .gform_page_fields input[type="tel"], body.conv-form .gform_body .gform_page_fields input[type="text"], body.conv-form .gform_body .gform_page_fields input[type="password"], body.conv-form .gform_body .gform_page_fields input[type="url"], body.conv-form .gform_body .gform_page_fields input[type="number"], body.conv-form .gform_body .gform_page_fields input[type="range"], body.conv-form .gform_body .gform_page_fields textarea, body.conv-form .gform_body .gform_page_fields select {
	max-width: 100%;
	line-height: normal;
	background-color: transparent;
	border: none;
	height: 66px;
	border-radius: 0;
	border-bottom: 1px solid;
	padding: var(--cf-small-gap) 0;
	width: 100%;
	outline: none;
}

body.conv-form .gform_body .gform_page_fields input[type="email"], body.conv-form .gform_body .gform_page_fields input[type="tel"], body.conv-form .gform_body .gform_page_fields input[type="text"], body.conv-form .gform_body .gform_page_fields input[type="password"], body.conv-form .gform_body .gform_page_fields input[type="url"], body.conv-form .gform_body .gform_page_fields input[type="number"], body.conv-form .gform_body .gform_page_fields textarea, body.conv-form .gform_body .gform_page_fields select {
	font-size: var(--cf-fs-input);
}

body.conv-form .gform_body .gform_page_fields select option {
	font-size: 90%;
}

body.conv-form .gform_page_footer.top_label {}

body.conv-form .custom-template-wrap .conv-form-footer {
	font-size: 13px;
	height: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
	transition: height .25s ease-in-out;
	overflow: hidden;
	z-index: 99999;
}

body.conv-form .custom-template-wrap .conv-form-footer {
	background-color: var(--cf-progressbar-color);
	color: var(--cf-secondary-color);
}

body.conv-form .custom-template-wrap .conv-form-footer-wrap {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 750px;
	margin: auto;
	padding: 15px;
}

body.conv-form .custom-template-wrap .conv-form-footer-progress {
	flex: 0 0 60%;
}

body.conv-form .custom-template-wrap .conv-form-footer-progress-status {
	line-height: 1;
	margin-bottom: 8px;
}

body.conv-form .custom-template-wrap .conv-form-footer-wrap span {
	color: inherit;
}

body.conv-form .custom-template-wrap .conv-form-footer-progress-bar {
	width: 100%;
	height: 10px;
	background-color: rgba(0, 0, 0, .251);
	border-radius: 10px;
	position: relative;
	max-width: 240px;
}

body.conv-form .custom-template-wrap .conv-form-footer-progress-completed {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background-color: var(--cf-bg-color);
}

body.conv-form .custom-template-wrap .conv-form-footer-right-container {
	display: flex;
	display: -ms-flexbox;
	align-items: stretch;
	flex: 0 0 40%;
	justify-content: flex-end;
}

body.conv-form .custom-template-wrap .conv-form-footer-switch-step {
	margin-left: var(--cf-medium-gap);
	width: 77px;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	cursor: pointer;
}

body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up, .custom-template-wrap .conv-form-footer-switch-step-down {
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 1;
}

body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up {
	transform: rotate(180deg);
}

body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up i.fa, .custom-template-wrap .conv-form-footer-switch-step-down i.fa {
	line-height: 1;
	vertical-align: top;
}

.conv-form-footer-switch-step img, .conv-form-footer-switch-step svg {
	height: 29px;
	width: 29px;
	padding: 5px;
	position: relative;
	top: 1px;
}

body.conv-form .custom-template-wrap .conv-form-footer-switch-step-up, .custom-template-wrap .conv-form-footer-switch-step-down {
	border: 2px solid var(--cf-bg-color);
	color: 2px solid var(--cf-bg-color);
}

.conv-form-footer-switch-step svg path {
	fill: var(--cf-bg-color);
}

.conv-form-footer-switch-step-down.active, .conv-form-footer-switch-step-up.active {
	animation: border-pulse .6s infinite;
}

.conv-form-footer-switch-step-up img {
	transform: scale(1, -1);
}

.image-left, .image-right {
	display: none;
	width: 45%;
	flex: 0 0 45%;
	text-align: center;
}

body.conv-form.leftimage .image-left {
	display: block;
}

body.conv-form.rightimage .image-right {
	display: block;
}

body.conv-form.leftimage .custom-template-wrap-inner .formgf, body.conv-form.rightimage .custom-template-wrap-inner .formgf {
	flex: 0 0 55%;
}

body.conv-form .custom-template-wrap-inner .formgf {
	flex: 0 0 100%;
}

body.conv-form .side-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.conv-form .gform_validation_errors {
	display: none;
}

#color-panel-toggle {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 7%;
	background-color: #fff;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#color-panel-toggle img {
	height: 25px;
	width: 24px;
}

#color-panel-toggle.active {
	background: #000;
}

#color-panel-toggle.active svg {
	fill: #fff;
}

#color-panel {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	z-index: 9999;
	width: 330px;
}

#color-panel.open {
	display: block;
}

#color-panel h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.color-option {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.color-option label {
	margin-right: 10px;
	font-weight: bold;
	flex: 0 0 calc(100% - 60px);
}

.color-option input[type="color"] {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	padding: 0;
}

#save-colors-btn {
	background-color: var(--cf-button-bg);
	color: var(--cf-button-text);
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
	margin-top: 20px;
}

#save-colors-btn:hover {
	background-color: var(--cf-button-hover-bg);
	color: var(--cf-button-hover-text);
}

.color-option input[type=color]::-webkit-color-swatch {
	border-radius: 50%;
}

.color-option input[type="color" i]::-webkit-color-swatch-wrapper {
	padding: 0;
}

body.conv-form .gform_confirmation_message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation-duration: .5s;
	/* animation-delay: .2s; */
	min-height: calc(100vh - 90px);
	max-width: 720px;
	width: 80%;
	margin: auto;
	font-size: var(--cf-fs-label);
	color: var(--cf-confirmation-text);
	text-align: center;
}

.gfa-loading {
	opacity: 0 !important;
}

body.conv-form .gform_wrapper .gform_page_footer .button, body.conv-form .gform_wrapper .gform_page_footer button, body.conv-form .gform_wrapper .gform_page_footer input.gform_next_button, body.conv-form .gform_wrapper .gform_page_footer input.gform_previous_button {
	transition: all .3s ease;
}

body.conv-form .gform_wrapper .gpoll_field_label {
	font-weight: 600;
	font-size: 22px;
	margin-top: 15px;
}

.element-hidden {
	opacity: 0;
	max-width: 15px;
	overflow: hidden;
}

body.conv-form .custom-template-wrap .conv-form-footer-right-container {
	position: relative;
}

body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader {
	border: 3px solid var(--cf-bg-color);
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 3px solid #555;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	margin-left: 10px;
	position: absolute;
	left: 100%;
	display: none;
	opacity: 0;
}

body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader.show {
	display: block;
	opacity: 1;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes border-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 123, 255, .9);
	}
	
	70% {
		box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
	}
}

@media screen and (max-width: 1024px) {
	body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
		font-size: var(--cf-fs-heading-medium);
	}
	
	body.conv-form .gsection_title {
		font-size: var(--cf-fs-heading-medium);
	}
	
	body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
		font-size: var(--cf-fs-text-medium);
	}
	
	body.conv-form .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, body.conv-form .gform_wrapper .gfield_checkbox button, body.conv-form .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], body.conv-form .gform_wrapper .gform_footer button, body.conv-form .gform_wrapper .gform_footer input, body.conv-form .gform_wrapper .gform_page_footer .button, body.conv-form .gform_wrapper .gform_page_footer button, body.conv-form .gform_wrapper .gform_page_footer input, body.conv-form .gform_wrapper .gform_page_footer input.gform_next_button, body.conv-form .gform_wrapper .gform_page_footer input.gform_previous_button, body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
		font-size: var(--cf-fs-text-medium);
	}
	
	body.conv-form .gform_wrapper .gfield_label {
		font-size: var(--cf-fs-label-medium);
	}
	
	body.conv-form .gform_confirmation_message {
		font-size: var(--cf-fs-label-medium);
	}
	
	body.conv-form .gform_body .gform_page_fields input[type="email"], body.conv-form .gform_body .gform_page_fields input[type="tel"], body.conv-form .gform_body .gform_page_fields input[type="text"], body.conv-form .gform_body .gform_page_fields input[type="password"], body.conv-form .gform_body .gform_page_fields input[type="url"], body.conv-form .gform_body .gform_page_fields input[type="number"], body.conv-form .gform_body .gform_page_fields textarea, body.conv-form .gform_body .gform_page_fields select {
		font-size: var(--cf-fs-input-medium);
	}
}

@media screen and (max-width: 850px) {
	body.conv-form .custom-template-wrap .conv-form-footer-right-container .loader {
		position: relative;
		left: 0;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	body.conv-form .conv-form-container h1.conv-intro-title {
		font-size: 7vw;
		white-space: nowrap;
		padding: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
		font-size: var(--cf-fs-heading-small);
	}
	
	body.conv-form .gsection_title {
		font-size: var(--cf-fs-heading-small);
	}
	
	body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
		font-size: var(--cf-fs-text-small);
	}
	
	body.conv-form .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, body.conv-form .gform_wrapper .gfield_checkbox button, body.conv-form .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], body.conv-form .gform_wrapper .gform_footer button, body.conv-form .gform_wrapper .gform_footer input, body.conv-form .gform_wrapper .gform_page_footer .button, body.conv-form .gform_wrapper .gform_page_footer button, body.conv-form .gform_wrapper .gform_page_footer input, body.conv-form .gform_wrapper .gform_page_footer input.gform_next_button, body.conv-form .gform_wrapper .gform_page_footer input.gform_previous_button, body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
		font-size: var(--cf-fs-text-small);
	}
	
	body.conv-form .gform_wrapper .gfield_label {
		font-size: var(--cf-fs-label-small);
	}
	
	body.conv-form .gform_confirmation_message {
		font-size: var(--cf-fs-label-small);
	}
	
	body.conv-form .gform_body .gform_page_fields input[type="email"], body.conv-form .gform_body .gform_page_fields input[type="tel"], body.conv-form .gform_body .gform_page_fields input[type="text"], body.conv-form .gform_body .gform_page_fields input[type="password"], body.conv-form .gform_body .gform_page_fields input[type="url"], body.conv-form .gform_body .gform_page_fields input[type="number"], body.conv-form .gform_body .gform_page_fields textarea, body.conv-form .gform_body .gform_page_fields select {
		font-size: var(--cf-fs-input-small);
	}
	
	body.leftimage.conv-form .gform_wrapper .gform_page {
		min-height: auto;
	}
	
	body.rightimage.conv-form .gform_wrapper .gform_page {
		min-height: auto;
		margin-top: 10vh;
	}
}

/*body .gform_wrapper form .gform_body .gform_page_footer .make_visible.gform_next_button{
	position: unset !important;
}
body .gform_wrapper form .gform_body .gform_page_footer .make_visible.gform_button{
	position: unset !important;
}
body .gform_wrapper form .gform_body .gform_page_footer .make_visible.gform_previous_button{
	position: unset !important;
}*/
body .gform_wrapper form .gform_body .gform_page_footer .gform_next_button.keep_hidden {
	position: absolute;
	left: -999999px;
}

body .gform_wrapper form .gform_body .gform_page_footer .gform_previous_button.keep_hidden {
	position: absolute;
	left: -999999px;
}

body .gform_wrapper form .gform_body .gform_page_footer .gform_button.keep_hidden {
	position: absolute;
	left: -999999px;
}

/*body .gform_wrapper form .gform_footer .make_visible.gform_button{
	position: unset !important;
}*/
body .gform_wrapper form .gform_footer .gform_button.keep_hidden {
	position: absolute;
	left: -999999px;
}

.notice-container {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.notice-image img {
	max-width: 90px;
}

.notice-content {
	margin-left: 15px;
}

.notice-content .notice-heading {
	padding-bottom: 5px;
}

.aafg-review-notice-container a {
	padding-left: 5px;
	text-decoration: none;
}

.aafg-review-notice-container {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.aafg-review-notice-container .dashicons {
	font-size: 1.4em;
	padding-left: 10px;
}

.gform_wrapper .gform_page_footer {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.gform_wrapper:not(.mpaa-gform-loaded) .gform_page_footer {
	opacity: 0;
}

.has_animation {
	--animate-duration: 400ms;
	--animate-delay: .2s;
}

#tab_gfaa fieldset.gform-settings-panel > legend {
	cursor: pointer;
}

#tab_gfaa fieldset.gform-settings-panel > legend:after {
	color: #9092b2 !important;
	content: "" !important;
	font-family: dashicons;
	font-size: 18px;
	font-style: normal;
	position: absolute;
	right: 20px;
}
