/* GLOBAL VARIABLES CSS */
:root {}
/* GLOBAL CLASSES CSS */

/* BREAKPOINT: Desktop (BASE) */
.content-block__text.brxe-text-basic {font-family: "Nunito"; font-weight: 400; line-height: 1.6rem}

/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
.content-block__text.brxe-text-basic {padding-block-start: 0}
}

/* BREAKPOINT: Desktop (BASE) */
.content-block__heading.brxe-heading {font-size: var(--text-2xl); padding-bottom: var(--space-s)}


/* COLOR VARS */
:root {
--primary: hsla(206, 54%, 16%, 1);
--primary-5: hsla(206, 54%, 16%, 0.05);
--primary-10: hsla(206, 54%, 16%, 0.1);
--primary-20: hsla(206, 54%, 16%, 0.2);
--primary-30: hsla(206, 54%, 16%, 0.3);
--primary-40: hsla(206, 54%, 16%, 0.4);
--primary-50: hsla(206, 54%, 16%, 0.5);
--primary-60: hsla(206, 54%, 16%, 0.6);
--primary-70: hsla(206, 54%, 16%, 0.7);
--primary-80: hsla(206, 54%, 16%, 0.8);
--primary-90: hsla(206, 54%, 16%, 0.9);
--primary-d-1: hsla(207, 49%, 14%, 1);
--primary-d-2: hsla(206, 45%, 13%, 1);
--primary-d-3: hsla(207, 39%, 11%, 1);
--primary-d-4: hsla(206, 35%, 9%, 1);
--primary-d-5: hsla(206, 39%, 7%, 1);
--primary-d-6: hsla(213, 43%, 4%, 1);
--primary-l-1: hsla(209, 27%, 27%, 1);
--primary-l-2: hsla(209, 16%, 38%, 1);
--primary-l-3: hsla(209, 10%, 50%, 1);
--primary-l-4: hsla(210, 10%, 62%, 1);
--primary-l-5: hsla(212, 10%, 74%, 1);
--primary-l-6: hsla(210, 9%, 87%, 1);
--secondary: hsla(43, 98%, 53%, 1);
--secondary-5: hsla(43, 98%, 53%, 0.05);
--secondary-10: hsla(43, 98%, 53%, 0.1);
--secondary-20: hsla(43, 98%, 53%, 0.2);
--secondary-30: hsla(43, 98%, 53%, 0.3);
--secondary-40: hsla(43, 98%, 53%, 0.4);
--secondary-50: hsla(43, 98%, 53%, 0.5);
--secondary-60: hsla(43, 98%, 53%, 0.6);
--secondary-70: hsla(43, 98%, 53%, 0.7);
--secondary-80: hsla(43, 98%, 53%, 0.8);
--secondary-90: hsla(43, 98%, 53%, 0.9);
--secondary-d-1: hsla(42, 76%, 41%, 1);
--secondary-d-2: hsla(41, 66%, 28%, 1);
--secondary-d-3: hsla(38, 53%, 15%, 1);
--secondary-l-1: hsla(41, 100%, 66%, 1);
--secondary-l-2: hsla(40, 100%, 75%, 1);
--secondary-l-3: hsla(40, 100%, 84%, 1);
--secondary-l-4: hsla(40, 100%, 92%, 1);
--secondary-l-5: hsla(40, 100%, 93%, 1);
--secondary-l-6: hsla(40, 100%, 94%, 1);
--surgical: hsla(197, 85%, 64%, 1);
--surgical-d-1: hsla(197, 55%, 54%, 1);
--surgical-d-2: hsla(197, 44%, 45%, 1);
--surgical-d-3: hsla(198, 41%, 36%, 1);
--surgical-d-4: hsla(198, 38%, 27%, 1);
--surgical-d-5: hsla(199, 33%, 19%, 1);
--surgical-d-6: hsla(200, 25%, 11%, 1);
--surgical-l-1: hsla(198, 84%, 68%, 1);
--surgical-l-2: hsla(198, 84%, 72%, 1);
--surgical-l-3: hsla(199, 84%, 76%, 1);
--surgical-l-4: hsla(199, 84%, 79%, 1);
--surgical-l-5: hsla(200, 83%, 83%, 1);
--surgical-l-6: hsla(200, 83%, 86%, 1);
--surgical-l-7: hsla(200, 83%, 89%, 1);
--surgical-l-8: hsla(200, 83%, 92%, 1);
--surgical-l-9: hsla(201, 83%, 94%, 1);
--surgical-l-10: hsla(201, 83%, 97%, 1);
--recovery: hsla(274, 24%, 51%, 1);
--recovery-d-1: hsla(274, 23%, 43%, 1);
--recovery-d-2: hsla(274, 22%, 36%, 1);
--recovery-d-3: hsla(274, 21%, 29%, 1);
--recovery-d-4: hsla(275, 20%, 22%, 1);
--recovery-d-5: hsla(275, 18%, 15%, 1);
--recovery-d-6: hsla(277, 15%, 9%, 1);
--recovery-l-1: hsla(275, 24%, 58%, 1);
--recovery-l-2: hsla(275, 25%, 64%, 1);
--recovery-l-3: hsla(275, 25%, 71%, 1);
--recovery-l-4: hsla(276, 25%, 78%, 1);
--recovery-l-5: hsla(276, 25%, 86%, 1);
--recovery-l-6: hsla(276, 26%, 93%, 1);
--education: hsla(82, 77%, 40%, 1);
--education-d-1: hsla(83, 71%, 35%, 1);
--education-d-2: hsla(83, 66%, 30%, 1);
--education-d-3: hsla(83, 60%, 24%, 1);
--education-d-4: hsla(83, 54%, 19%, 1);
--education-d-5: hsla(83, 46%, 14%, 1);
--education-d-6: hsla(78, 40%, 8%, 1);
--education-l-1: hsla(83, 52%, 49%, 1);
--education-l-2: hsla(83, 49%, 56%, 1);
--education-l-3: hsla(83, 49%, 62%, 1);
--education-l-4: hsla(82, 49%, 68%, 1);
--education-l-5: hsla(82, 49%, 75%, 1);
--education-l-6: hsla(81, 49%, 81%, 1);
--education-l-7: hsla(81, 49%, 87%, 1);
--education-l-8: hsla(80, 49%, 94%, 1);
--gateway: hsla(358, 78%, 63%, 1);
--gateway-d-1: hsla(359, 44%, 46%, 1);
--gateway-d-2: hsla(1, 41%, 31%, 1);
--gateway-d-3: hsla(2, 36%, 16%, 1);
--petal: hsla(42, 85%, 90%, 1);
--petal-5: hsla(42, 85%, 90%, 0.05);
--petal-10: hsla(42, 85%, 90%, 0.1);
--petal-20: hsla(42, 85%, 90%, 0.2);
--petal-30: hsla(42, 85%, 90%, 0.3);
--petal-40: hsla(42, 85%, 90%, 0.4);
--petal-50: hsla(42, 85%, 90%, 0.5);
--petal-60: hsla(42, 85%, 90%, 0.6);
--petal-70: hsla(42, 85%, 90%, 0.7);
--petal-80: hsla(42, 85%, 90%, 0.8);
--petal-90: hsla(42, 85%, 90%, 0.9);
--petal-d-1: hsla(42, 25%, 73%, 1);
--petal-d-2: hsla(42, 12%, 57%, 1);
--petal-d-3: hsla(42, 9%, 42%, 1);
--petal-d-4: hsla(42, 8%, 28%, 1);
--petal-d-5: hsla(41, 7%, 15%, 1);
--petal-l-1: hsla(42, 85%, 92%, 1);
--petal-l-2: hsla(41, 86%, 93%, 1);
--petal-l-3: hsla(41, 87%, 95%, 1);
--petal-l-4: hsla(41, 88%, 97%, 1);
--petal-l-5: hsla(41, 88%, 98%, 1);
--tertiary: hsla(223, 10%, 40%, 1);
--tertiary-5: hsla(223, 10%, 40%, 0.05);
--tertiary-10: hsla(223, 10%, 40%, 0.1);
--tertiary-20: hsla(223, 10%, 40%, 0.2);
--tertiary-30: hsla(223, 10%, 40%, 0.3);
--tertiary-40: hsla(223, 10%, 40%, 0.4);
--tertiary-50: hsla(223, 10%, 40%, 0.5);
--tertiary-60: hsla(223, 10%, 40%, 0.6);
--tertiary-70: hsla(223, 10%, 40%, 0.7);
--tertiary-80: hsla(223, 10%, 40%, 0.8);
--tertiary-90: hsla(223, 10%, 40%, 0.9);
--tertiary-d-1: hsla(222, 9%, 30%, 1);
--tertiary-d-2: hsla(222, 9%, 20%, 1);
--tertiary-d-3: hsla(223, 7%, 11%, 1);
--base: hsla(0, 0%, 9%, 1);
--base-5: hsla(0, 0%, 9%, 0.05);
--base-10: hsla(0, 0%, 9%, 0.1);
--base-20: hsla(0, 0%, 9%, 0.2);
--base-30: hsla(0, 0%, 9%, 0.3);
--base-40: hsla(0, 0%, 9%, 0.4);
--base-50: hsla(0, 0%, 9%, 0.5);
--base-60: hsla(0, 0%, 9%, 0.6);
--base-70: hsla(0, 0%, 9%, 0.7);
--base-80: hsla(0, 0%, 9%, 0.8);
--base-90: hsla(0, 0%, 9%, 0.9);
--bg-surgical: hsla(201, 100%, 66%, 1);
--bg-surgical-5: hsla(201, 100%, 66%, 0.05);
--bg-surgical-10: hsla(201, 100%, 66%, 0.1);
--bg-surgical-20: hsla(201, 100%, 66%, 0.2);
--bg-surgical-30: hsla(201, 100%, 66%, 0.3);
--bg-surgical-40: hsla(201, 100%, 66%, 0.4);
--bg-surgical-50: hsla(201, 100%, 66%, 0.5);
--bg-surgical-60: hsla(201, 100%, 66%, 0.6);
--bg-surgical-70: hsla(201, 100%, 66%, 0.7);
--bg-surgical-80: hsla(201, 100%, 66%, 0.8);
--bg-surgical-90: hsla(201, 100%, 66%, 0.9);
--bg-recovery: hsla(274, 25%, 51%, 1);
--bg-recovery-d-1: hsla(274, 23%, 45%, 1);
--bg-recovery-d-2: hsla(274, 23%, 39%, 1);
--bg-recovery-d-3: hsla(274, 22%, 33%, 1);
--bg-recovery-d-4: hsla(274, 22%, 28%, 1);
--bg-recovery-d-5: hsla(274, 21%, 23%, 1);
--bg-recovery-d-6: hsla(275, 19%, 17%, 1);
--bg-recovery-d-7: hsla(275, 17%, 12%, 1);
--bg-recovery-d-8: hsla(278, 16%, 8%, 1);
--bg-recovery-l-1: hsla(274, 25%, 56%, 1);
--bg-recovery-l-2: hsla(275, 25%, 61%, 1);
--bg-recovery-l-3: hsla(275, 26%, 67%, 1);
--bg-recovery-l-4: hsla(275, 26%, 72%, 1);
--bg-recovery-l-5: hsla(276, 26%, 78%, 1);
--bg-recovery-l-6: hsla(276, 26%, 83%, 1);
--bg-recovery-l-7: hsla(276, 26%, 89%, 1);
--bg-recovery-l-8: hsla(276, 27%, 94%, 1);
--bg-education: hsla(126, 38%, 51%, 1);
--bg-education-5: hsla(126, 38%, 51%, 0.05);
--bg-education-10: hsla(126, 38%, 51%, 0.1);
--bg-education-20: hsla(126, 38%, 51%, 0.2);
--bg-education-30: hsla(126, 38%, 51%, 0.3);
--bg-education-40: hsla(126, 38%, 51%, 0.4);
--bg-education-50: hsla(126, 38%, 51%, 0.5);
--bg-education-60: hsla(126, 38%, 51%, 0.6);
--bg-education-70: hsla(126, 38%, 51%, 0.7);
--bg-education-80: hsla(126, 38%, 51%, 0.8);
--bg-education-90: hsla(126, 38%, 51%, 0.9);
--bg-gateway: hsla(358, 78%, 63%, 1);
--bg-gateway-5: hsla(358, 78%, 63%, 0.05);
--bg-gateway-10: hsla(358, 78%, 63%, 0.1);
--bg-gateway-20: hsla(358, 78%, 63%, 0.2);
--bg-gateway-30: hsla(358, 78%, 63%, 0.3);
--bg-gateway-40: hsla(358, 78%, 63%, 0.4);
--bg-gateway-50: hsla(358, 78%, 63%, 0.5);
--bg-gateway-60: hsla(358, 78%, 63%, 0.6);
--bg-gateway-70: hsla(358, 78%, 63%, 0.7);
--bg-gateway-80: hsla(358, 78%, 63%, 0.8);
--bg-gateway-90: hsla(358, 78%, 63%, 0.9);
--bg-grey: hsla(0, 0%, 88%, 1);
--bg-grey-5: hsla(0, 0%, 88%, 0.05);
--bg-grey-10: hsla(0, 0%, 88%, 0.1);
--bg-grey-20: hsla(0, 0%, 88%, 0.2);
--bg-grey-30: hsla(0, 0%, 88%, 0.3);
--bg-grey-40: hsla(0, 0%, 88%, 0.4);
--bg-grey-50: hsla(0, 0%, 88%, 0.5);
--bg-grey-60: hsla(0, 0%, 88%, 0.6);
--bg-grey-70: hsla(0, 0%, 88%, 0.7);
--bg-grey-80: hsla(0, 0%, 88%, 0.8);
--bg-grey-90: hsla(0, 0%, 88%, 0.9);
--bg-grey-d-1: hsla(0, 0%, 77%, 1);
--bg-grey-d-2: hsla(0, 0%, 66%, 1);
--bg-grey-d-3: hsla(0, 0%, 56%, 1);
--bg-grey-d-4: hsla(0, 0%, 46%, 1);
--bg-grey-d-5: hsla(0, 0%, 37%, 1);
--bg-grey-d-6: hsla(0, 0%, 27%, 1);
--bg-grey-d-7: hsla(0, 0%, 19%, 1);
--bg-grey-d-8: hsla(0, 0%, 11%, 1);
--bg-grey-l-1: hsla(0, 0%, 89%, 1);
--bg-grey-l-2: hsla(0, 0%, 91%, 1);
--bg-grey-l-3: hsla(0, 0%, 92%, 1);
--bg-grey-l-4: hsla(0, 0%, 93%, 1);
--bg-grey-l-5: hsla(0, 0%, 95%, 1);
--bg-grey-l-6: hsla(0, 0%, 96%, 1);
--bg-grey-l-7: hsla(0, 0%, 97%, 1);
--bg-grey-l-8: hsla(0, 0%, 99%, 1);
--bg-body: hsla(0, 0%, 100%, 1);
--bg-body-5: hsla(0, 0%, 100%, 0.05);
--bg-body-10: hsla(0, 0%, 100%, 0.1);
--bg-body-20: hsla(0, 0%, 100%, 0.2);
--bg-body-30: hsla(0, 0%, 100%, 0.3);
--bg-body-40: hsla(0, 0%, 100%, 0.4);
--bg-body-50: hsla(0, 0%, 100%, 0.5);
--bg-body-60: hsla(0, 0%, 100%, 0.6);
--bg-body-70: hsla(0, 0%, 100%, 0.7);
--bg-body-80: hsla(0, 0%, 100%, 0.8);
--bg-body-90: hsla(0, 0%, 100%, 0.9);
--bg-body-d-1: hsla(0, 0%, 88%, 1);
--bg-body-d-2: hsla(0, 0%, 75%, 1);
--bg-body-d-3: hsla(0, 0%, 64%, 1);
--bg-body-d-4: hsla(0, 0%, 52%, 1);
--bg-body-d-5: hsla(0, 0%, 41%, 1);
--bg-body-d-6: hsla(0, 0%, 31%, 1);
--bg-body-d-7: hsla(0, 0%, 21%, 1);
--bg-body-d-8: hsla(0, 0%, 12%, 1);
--bg-surface: hsla(0, 0%, 100%, 1);
--bg-surface-5: hsla(0, 0%, 100%, 0.05);
--bg-surface-10: hsla(0, 0%, 100%, 0.1);
--bg-surface-20: hsla(0, 0%, 100%, 0.2);
--bg-surface-30: hsla(0, 0%, 100%, 0.3);
--bg-surface-40: hsla(0, 0%, 100%, 0.4);
--bg-surface-50: hsla(0, 0%, 100%, 0.5);
--bg-surface-60: hsla(0, 0%, 100%, 0.6);
--bg-surface-70: hsla(0, 0%, 100%, 0.7);
--bg-surface-80: hsla(0, 0%, 100%, 0.8);
--bg-surface-90: hsla(0, 0%, 100%, 0.9);
--bg-light: hsla(0, 0%, 96%, 1);
--bg-light-d-1: hsla(0, 0%, 81%, 1);
--bg-light-d-2: hsla(0, 0%, 66%, 1);
--bg-light-d-3: hsla(0, 0%, 52%, 1);
--bg-light-d-4: hsla(0, 0%, 38%, 1);
--bg-light-d-5: hsla(0, 0%, 26%, 1);
--bg-light-d-6: hsla(0, 0%, 14%, 1);
--bg-light-l-1: hsla(0, 0%, 97%, 1);
--bg-light-l-2: hsla(0, 0%, 98%, 1);
--bg-light-l-3: hsla(0, 0%, 98%, 1);
--bg-light-l-4: hsla(0, 0%, 99%, 1);
--text-body: hsl(0, 0%, 15%);
--text-title: hsl(0, 0%, 0%);
--light: hsl(0, 0%, 100%);
--light-5: hsla(0, 0%, 100%, 0.05);
--light-10: hsla(0, 0%, 100%, 0.1);
--light-20: hsla(0, 0%, 100%, 0.2);
--light-30: hsla(0, 0%, 100%, 0.3);
--light-40: hsla(0, 0%, 100%, 0.4);
--light-50: hsla(0, 0%, 100%, 0.5);
--light-60: hsla(0, 0%, 100%, 0.6);
--light-70: hsla(0, 0%, 100%, 0.7);
--light-80: hsla(0, 0%, 100%, 0.8);
--light-90: hsla(0, 0%, 100%, 0.9);
--dark: hsl(0, 0%, 0%);
--dark-5: hsla(0, 0%, 0%, 0.05);
--dark-10: hsla(0, 0%, 0%, 0.1);
--dark-20: hsla(0, 0%, 0%, 0.2);
--dark-30: hsla(0, 0%, 0%, 0.3);
--dark-40: hsla(0, 0%, 0%, 0.4);
--dark-50: hsla(0, 0%, 0%, 0.5);
--dark-60: hsla(0, 0%, 0%, 0.6);
--dark-70: hsla(0, 0%, 0%, 0.7);
--dark-80: hsla(0, 0%, 0%, 0.8);
--dark-90: hsla(0, 0%, 0%, 0.9);
--dark-l-1: hsl(0, 0%, 10%);
--dark-l-2: hsl(0, 0%, 17%);
--dark-l-3: hsl(0, 0%, 25%);
--dark-l-4: hsl(0, 0%, 34%);
--dark-l-5: hsl(0, 0%, 42%);
--dark-l-6: hsl(0, 0%, 51%);
--dark-l-7: hsl(0, 0%, 60%);
--dark-l-8: hsl(0, 0%, 70%);
--dark-l-9: hsl(0, 0%, 80%);
--dark-l-10: hsl(0, 0%, 90%);
--allways-light: hsla(0, 0%, 100%, 1);
--success: #29A745;
--info: #18A2B8;
--warning: #FF9800;
--danger: #DC3545;
}
:root[data-brx-theme="dark"] {
--primary: hsla(206, 54%, 16%, 1);
--primary-5: hsla(206, 54%, 16%, 0.05);
--primary-10: hsla(206, 54%, 16%, 0.1);
--primary-20: hsla(206, 54%, 16%, 0.2);
--primary-30: hsla(206, 54%, 16%, 0.3);
--primary-40: hsla(206, 54%, 16%, 0.4);
--primary-50: hsla(206, 54%, 16%, 0.5);
--primary-60: hsla(206, 54%, 16%, 0.6);
--primary-70: hsla(206, 54%, 16%, 0.7);
--primary-80: hsla(206, 54%, 16%, 0.8);
--primary-90: hsla(206, 54%, 16%, 0.9);
--primary-d-1: hsla(207, 49%, 14%, 1);
--primary-d-2: hsla(206, 45%, 13%, 1);
--primary-d-3: hsla(207, 39%, 11%, 1);
--primary-d-4: hsla(206, 35%, 9%, 1);
--primary-d-5: hsla(206, 39%, 7%, 1);
--primary-d-6: hsla(213, 43%, 4%, 1);
--primary-l-1: hsla(209, 27%, 27%, 1);
--primary-l-2: hsla(209, 16%, 38%, 1);
--primary-l-3: hsla(209, 10%, 50%, 1);
--primary-l-4: hsla(210, 10%, 62%, 1);
--primary-l-5: hsla(212, 10%, 74%, 1);
--primary-l-6: hsla(210, 9%, 87%, 1);
--secondary: hsla(43, 98%, 53%, 1);
--secondary-5: hsla(43, 98%, 53%, 0.05);
--secondary-10: hsla(43, 98%, 53%, 0.1);
--secondary-20: hsla(43, 98%, 53%, 0.2);
--secondary-30: hsla(43, 98%, 53%, 0.3);
--secondary-40: hsla(43, 98%, 53%, 0.4);
--secondary-50: hsla(43, 98%, 53%, 0.5);
--secondary-60: hsla(43, 98%, 53%, 0.6);
--secondary-70: hsla(43, 98%, 53%, 0.7);
--secondary-80: hsla(43, 98%, 53%, 0.8);
--secondary-90: hsla(43, 98%, 53%, 0.9);
--secondary-d-1: hsla(42, 76%, 41%, 1);
--secondary-d-2: hsla(41, 66%, 28%, 1);
--secondary-d-3: hsla(38, 53%, 15%, 1);
--secondary-l-1: hsla(41, 100%, 66%, 1);
--secondary-l-2: hsla(40, 100%, 75%, 1);
--secondary-l-3: hsla(40, 100%, 84%, 1);
--secondary-l-4: hsla(40, 100%, 92%, 1);
--secondary-l-5: hsla(40, 100%, 93%, 1);
--secondary-l-6: hsla(40, 100%, 94%, 1);
--surgical: hsla(197, 85%, 64%, 1);
--surgical-d-1: hsla(197, 55%, 54%, 1);
--surgical-d-2: hsla(197, 44%, 45%, 1);
--surgical-d-3: hsla(198, 41%, 36%, 1);
--surgical-d-4: hsla(198, 38%, 27%, 1);
--surgical-d-5: hsla(199, 33%, 19%, 1);
--surgical-d-6: hsla(200, 25%, 11%, 1);
--surgical-l-1: hsla(198, 84%, 68%, 1);
--surgical-l-2: hsla(198, 84%, 72%, 1);
--surgical-l-3: hsla(199, 84%, 76%, 1);
--surgical-l-4: hsla(199, 84%, 79%, 1);
--surgical-l-5: hsla(200, 83%, 83%, 1);
--surgical-l-6: hsla(200, 83%, 86%, 1);
--surgical-l-7: hsla(200, 83%, 89%, 1);
--surgical-l-8: hsla(200, 83%, 92%, 1);
--surgical-l-9: hsla(201, 83%, 94%, 1);
--surgical-l-10: hsla(201, 83%, 97%, 1);
--recovery: hsla(274, 24%, 51%, 1);
--recovery-d-1: hsla(274, 23%, 43%, 1);
--recovery-d-2: hsla(274, 22%, 36%, 1);
--recovery-d-3: hsla(274, 21%, 29%, 1);
--recovery-d-4: hsla(275, 20%, 22%, 1);
--recovery-d-5: hsla(275, 18%, 15%, 1);
--recovery-d-6: hsla(277, 15%, 9%, 1);
--recovery-l-1: hsla(275, 24%, 58%, 1);
--recovery-l-2: hsla(275, 25%, 64%, 1);
--recovery-l-3: hsla(275, 25%, 71%, 1);
--recovery-l-4: hsla(276, 25%, 78%, 1);
--recovery-l-5: hsla(276, 25%, 86%, 1);
--recovery-l-6: hsla(276, 26%, 93%, 1);
--education: hsla(82, 77%, 40%, 1);
--education-d-1: hsla(83, 71%, 35%, 1);
--education-d-2: hsla(83, 66%, 30%, 1);
--education-d-3: hsla(83, 60%, 24%, 1);
--education-d-4: hsla(83, 54%, 19%, 1);
--education-d-5: hsla(83, 46%, 14%, 1);
--education-d-6: hsla(78, 40%, 8%, 1);
--education-l-1: hsla(83, 52%, 49%, 1);
--education-l-2: hsla(83, 49%, 56%, 1);
--education-l-3: hsla(83, 49%, 62%, 1);
--education-l-4: hsla(82, 49%, 68%, 1);
--education-l-5: hsla(82, 49%, 75%, 1);
--education-l-6: hsla(81, 49%, 81%, 1);
--education-l-7: hsla(81, 49%, 87%, 1);
--education-l-8: hsla(80, 49%, 94%, 1);
--gateway: hsla(358, 78%, 63%, 1);
--gateway-d-1: hsla(359, 44%, 46%, 1);
--gateway-d-2: hsla(1, 41%, 31%, 1);
--gateway-d-3: hsla(2, 36%, 16%, 1);
--petal: hsla(42, 85%, 90%, 1);
--petal-5: hsla(42, 85%, 90%, 0.05);
--petal-10: hsla(42, 85%, 90%, 0.1);
--petal-20: hsla(42, 85%, 90%, 0.2);
--petal-30: hsla(42, 85%, 90%, 0.3);
--petal-40: hsla(42, 85%, 90%, 0.4);
--petal-50: hsla(42, 85%, 90%, 0.5);
--petal-60: hsla(42, 85%, 90%, 0.6);
--petal-70: hsla(42, 85%, 90%, 0.7);
--petal-80: hsla(42, 85%, 90%, 0.8);
--petal-90: hsla(42, 85%, 90%, 0.9);
--petal-d-1: hsla(42, 25%, 73%, 1);
--petal-d-2: hsla(42, 12%, 57%, 1);
--petal-d-3: hsla(42, 9%, 42%, 1);
--petal-d-4: hsla(42, 8%, 28%, 1);
--petal-d-5: hsla(41, 7%, 15%, 1);
--petal-l-1: hsla(42, 85%, 92%, 1);
--petal-l-2: hsla(41, 86%, 93%, 1);
--petal-l-3: hsla(41, 87%, 95%, 1);
--petal-l-4: hsla(41, 88%, 97%, 1);
--petal-l-5: hsla(41, 88%, 98%, 1);
--tertiary: hsla(223, 10%, 40%, 1);
--tertiary-5: hsla(223, 10%, 40%, 0.05);
--tertiary-10: hsla(223, 10%, 40%, 0.1);
--tertiary-20: hsla(223, 10%, 40%, 0.2);
--tertiary-30: hsla(223, 10%, 40%, 0.3);
--tertiary-40: hsla(223, 10%, 40%, 0.4);
--tertiary-50: hsla(223, 10%, 40%, 0.5);
--tertiary-60: hsla(223, 10%, 40%, 0.6);
--tertiary-70: hsla(223, 10%, 40%, 0.7);
--tertiary-80: hsla(223, 10%, 40%, 0.8);
--tertiary-90: hsla(223, 10%, 40%, 0.9);
--tertiary-d-1: hsla(222, 9%, 30%, 1);
--tertiary-d-2: hsla(222, 9%, 20%, 1);
--tertiary-d-3: hsla(223, 7%, 11%, 1);
--base: hsla(0, 0%, 9%, 1);
--base-5: hsla(0, 0%, 9%, 0.05);
--base-10: hsla(0, 0%, 9%, 0.1);
--base-20: hsla(0, 0%, 9%, 0.2);
--base-30: hsla(0, 0%, 9%, 0.3);
--base-40: hsla(0, 0%, 9%, 0.4);
--base-50: hsla(0, 0%, 9%, 0.5);
--base-60: hsla(0, 0%, 9%, 0.6);
--base-70: hsla(0, 0%, 9%, 0.7);
--base-80: hsla(0, 0%, 9%, 0.8);
--base-90: hsla(0, 0%, 9%, 0.9);
--bg-surgical: hsla(201, 100%, 66%, 1);
--bg-surgical-5: hsla(201, 100%, 66%, 0.05);
--bg-surgical-10: hsla(201, 100%, 66%, 0.1);
--bg-surgical-20: hsla(201, 100%, 66%, 0.2);
--bg-surgical-30: hsla(201, 100%, 66%, 0.3);
--bg-surgical-40: hsla(201, 100%, 66%, 0.4);
--bg-surgical-50: hsla(201, 100%, 66%, 0.5);
--bg-surgical-60: hsla(201, 100%, 66%, 0.6);
--bg-surgical-70: hsla(201, 100%, 66%, 0.7);
--bg-surgical-80: hsla(201, 100%, 66%, 0.8);
--bg-surgical-90: hsla(201, 100%, 66%, 0.9);
--bg-recovery: hsla(274, 25%, 51%, 1);
--bg-recovery-d-1: hsla(274, 23%, 45%, 1);
--bg-recovery-d-2: hsla(274, 23%, 39%, 1);
--bg-recovery-d-3: hsla(274, 22%, 33%, 1);
--bg-recovery-d-4: hsla(274, 22%, 28%, 1);
--bg-recovery-d-5: hsla(274, 21%, 23%, 1);
--bg-recovery-d-6: hsla(275, 19%, 17%, 1);
--bg-recovery-d-7: hsla(275, 17%, 12%, 1);
--bg-recovery-d-8: hsla(278, 16%, 8%, 1);
--bg-recovery-l-1: hsla(274, 25%, 56%, 1);
--bg-recovery-l-2: hsla(275, 25%, 61%, 1);
--bg-recovery-l-3: hsla(275, 26%, 67%, 1);
--bg-recovery-l-4: hsla(275, 26%, 72%, 1);
--bg-recovery-l-5: hsla(276, 26%, 78%, 1);
--bg-recovery-l-6: hsla(276, 26%, 83%, 1);
--bg-recovery-l-7: hsla(276, 26%, 89%, 1);
--bg-recovery-l-8: hsla(276, 27%, 94%, 1);
--bg-education: hsla(126, 38%, 51%, 1);
--bg-education-5: hsla(126, 38%, 51%, 0.05);
--bg-education-10: hsla(126, 38%, 51%, 0.1);
--bg-education-20: hsla(126, 38%, 51%, 0.2);
--bg-education-30: hsla(126, 38%, 51%, 0.3);
--bg-education-40: hsla(126, 38%, 51%, 0.4);
--bg-education-50: hsla(126, 38%, 51%, 0.5);
--bg-education-60: hsla(126, 38%, 51%, 0.6);
--bg-education-70: hsla(126, 38%, 51%, 0.7);
--bg-education-80: hsla(126, 38%, 51%, 0.8);
--bg-education-90: hsla(126, 38%, 51%, 0.9);
--bg-gateway: hsla(358, 78%, 63%, 1);
--bg-gateway-5: hsla(358, 78%, 63%, 0.05);
--bg-gateway-10: hsla(358, 78%, 63%, 0.1);
--bg-gateway-20: hsla(358, 78%, 63%, 0.2);
--bg-gateway-30: hsla(358, 78%, 63%, 0.3);
--bg-gateway-40: hsla(358, 78%, 63%, 0.4);
--bg-gateway-50: hsla(358, 78%, 63%, 0.5);
--bg-gateway-60: hsla(358, 78%, 63%, 0.6);
--bg-gateway-70: hsla(358, 78%, 63%, 0.7);
--bg-gateway-80: hsla(358, 78%, 63%, 0.8);
--bg-gateway-90: hsla(358, 78%, 63%, 0.9);
--bg-grey: hsla(0, 0%, 88%, 1);
--bg-grey-5: hsla(0, 0%, 88%, 0.05);
--bg-grey-10: hsla(0, 0%, 88%, 0.1);
--bg-grey-20: hsla(0, 0%, 88%, 0.2);
--bg-grey-30: hsla(0, 0%, 88%, 0.3);
--bg-grey-40: hsla(0, 0%, 88%, 0.4);
--bg-grey-50: hsla(0, 0%, 88%, 0.5);
--bg-grey-60: hsla(0, 0%, 88%, 0.6);
--bg-grey-70: hsla(0, 0%, 88%, 0.7);
--bg-grey-80: hsla(0, 0%, 88%, 0.8);
--bg-grey-90: hsla(0, 0%, 88%, 0.9);
--bg-grey-d-1: hsla(0, 0%, 77%, 1);
--bg-grey-d-2: hsla(0, 0%, 66%, 1);
--bg-grey-d-3: hsla(0, 0%, 56%, 1);
--bg-grey-d-4: hsla(0, 0%, 46%, 1);
--bg-grey-d-5: hsla(0, 0%, 37%, 1);
--bg-grey-d-6: hsla(0, 0%, 27%, 1);
--bg-grey-d-7: hsla(0, 0%, 19%, 1);
--bg-grey-d-8: hsla(0, 0%, 11%, 1);
--bg-grey-l-1: hsla(0, 0%, 89%, 1);
--bg-grey-l-2: hsla(0, 0%, 91%, 1);
--bg-grey-l-3: hsla(0, 0%, 92%, 1);
--bg-grey-l-4: hsla(0, 0%, 93%, 1);
--bg-grey-l-5: hsla(0, 0%, 95%, 1);
--bg-grey-l-6: hsla(0, 0%, 96%, 1);
--bg-grey-l-7: hsla(0, 0%, 97%, 1);
--bg-grey-l-8: hsla(0, 0%, 99%, 1);
--bg-body: hsla(0, 0%, 100%, 1);
--bg-body-5: hsla(0, 0%, 100%, 0.05);
--bg-body-10: hsla(0, 0%, 100%, 0.1);
--bg-body-20: hsla(0, 0%, 100%, 0.2);
--bg-body-30: hsla(0, 0%, 100%, 0.3);
--bg-body-40: hsla(0, 0%, 100%, 0.4);
--bg-body-50: hsla(0, 0%, 100%, 0.5);
--bg-body-60: hsla(0, 0%, 100%, 0.6);
--bg-body-70: hsla(0, 0%, 100%, 0.7);
--bg-body-80: hsla(0, 0%, 100%, 0.8);
--bg-body-90: hsla(0, 0%, 100%, 0.9);
--bg-body-d-1: hsla(0, 0%, 88%, 1);
--bg-body-d-2: hsla(0, 0%, 75%, 1);
--bg-body-d-3: hsla(0, 0%, 64%, 1);
--bg-body-d-4: hsla(0, 0%, 52%, 1);
--bg-body-d-5: hsla(0, 0%, 41%, 1);
--bg-body-d-6: hsla(0, 0%, 31%, 1);
--bg-body-d-7: hsla(0, 0%, 21%, 1);
--bg-body-d-8: hsla(0, 0%, 12%, 1);
--bg-surface: hsla(0, 0%, 100%, 1);
--bg-surface-5: hsla(0, 0%, 100%, 0.05);
--bg-surface-10: hsla(0, 0%, 100%, 0.1);
--bg-surface-20: hsla(0, 0%, 100%, 0.2);
--bg-surface-30: hsla(0, 0%, 100%, 0.3);
--bg-surface-40: hsla(0, 0%, 100%, 0.4);
--bg-surface-50: hsla(0, 0%, 100%, 0.5);
--bg-surface-60: hsla(0, 0%, 100%, 0.6);
--bg-surface-70: hsla(0, 0%, 100%, 0.7);
--bg-surface-80: hsla(0, 0%, 100%, 0.8);
--bg-surface-90: hsla(0, 0%, 100%, 0.9);
--bg-light: hsla(0, 0%, 96%, 1);
--bg-light-d-1: hsla(0, 0%, 81%, 1);
--bg-light-d-2: hsla(0, 0%, 66%, 1);
--bg-light-d-3: hsla(0, 0%, 52%, 1);
--bg-light-d-4: hsla(0, 0%, 38%, 1);
--bg-light-d-5: hsla(0, 0%, 26%, 1);
--bg-light-d-6: hsla(0, 0%, 14%, 1);
--bg-light-l-1: hsla(0, 0%, 97%, 1);
--bg-light-l-2: hsla(0, 0%, 98%, 1);
--bg-light-l-3: hsla(0, 0%, 98%, 1);
--bg-light-l-4: hsla(0, 0%, 99%, 1);
--text-body: hsl(0, 0%, 15%);
--text-title: hsl(0, 0%, 0%);
--light: hsl(0, 0%, 100%);
--light-5: hsla(0, 0%, 100%, 0.05);
--light-10: hsla(0, 0%, 100%, 0.1);
--light-20: hsla(0, 0%, 100%, 0.2);
--light-30: hsla(0, 0%, 100%, 0.3);
--light-40: hsla(0, 0%, 100%, 0.4);
--light-50: hsla(0, 0%, 100%, 0.5);
--light-60: hsla(0, 0%, 100%, 0.6);
--light-70: hsla(0, 0%, 100%, 0.7);
--light-80: hsla(0, 0%, 100%, 0.8);
--light-90: hsla(0, 0%, 100%, 0.9);
--dark: hsl(0, 0%, 0%);
--dark-5: hsla(0, 0%, 0%, 0.05);
--dark-10: hsla(0, 0%, 0%, 0.1);
--dark-20: hsla(0, 0%, 0%, 0.2);
--dark-30: hsla(0, 0%, 0%, 0.3);
--dark-40: hsla(0, 0%, 0%, 0.4);
--dark-50: hsla(0, 0%, 0%, 0.5);
--dark-60: hsla(0, 0%, 0%, 0.6);
--dark-70: hsla(0, 0%, 0%, 0.7);
--dark-80: hsla(0, 0%, 0%, 0.8);
--dark-90: hsla(0, 0%, 0%, 0.9);
--dark-l-1: hsl(0, 0%, 10%);
--dark-l-2: hsl(0, 0%, 17%);
--dark-l-3: hsl(0, 0%, 25%);
--dark-l-4: hsl(0, 0%, 34%);
--dark-l-5: hsl(0, 0%, 42%);
--dark-l-6: hsl(0, 0%, 51%);
--dark-l-7: hsl(0, 0%, 60%);
--dark-l-8: hsl(0, 0%, 70%);
--dark-l-9: hsl(0, 0%, 80%);
--dark-l-10: hsl(0, 0%, 90%);
--allways-light: hsla(0, 0%, 100%, 1);
--success: #29A745;
--info: #18A2B8;
--warning: #FF9800;
--danger: #DC3545;
}

/* CONTENT CSS (ID: 25630) */

/* BREAKPOINT: Desktop (BASE) */
#brxe-chherh {color: var(--bg-surface); font-size: var(--text-2xl)}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chheri {color: var(--light); font-size: var(--text-l); max-width: 40rem}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chherc {flex-direction: column; row-gap: var(--space-s); display: flex; align-items: flex-start}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chhero {background-color: var(--primary)}
/* Bricks template 25630 - Page Charities (page 25603) */html { scroll-behavior: smooth; }/* Sticky header offset - header min-height 80px + breathing room */.jo-charity { scroll-margin-top: 6rem; }/* .jo-rule - gold divider */.jo-rule { width: 4rem; height: 5px; background: var(--secondary); border-radius: var(--radius-xs); }/* .jo-charity - alternating band + layout flip (flip desktop only) */.jo-charity:nth-child(even of .jo-charity) { background: var(--petal); }@media (min-width: 992px) { .jo-charity:nth-child(even of .jo-charity) .jo-charity__media { order: 2; } /* keep media in the narrow 5fr track when flipped */ .jo-charity:nth-child(even of .jo-charity) .brxe-chrowx { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }}/* .jo-charity__media - logo box */.jo-charity__media { display: flex; align-items: center; justify-content: center; background: var(--bg-surface); border: 1px solid hsla(206, 54%, 16%, .12); border-radius: var(--radius-l); padding: var(--space-l); aspect-ratio: 4 / 3; } .jo-charity__media img { max-width: 70%; max-height: 70%; object-fit: contain; } .jo-charity__media[data-dark="1"] { background: var(--primary); border: none; }/* .jo-charity__reg - registration pill; hidden when field empty */.jo-charity__reg { display: inline-block; align-self: flex-start; background: hsla(206, 54%, 16%, .08); border-radius: var(--radius-full); padding: .25em .9em; font-size: var(--text-xs); color: var(--primary); } .jo-charity:nth-child(even of .jo-charity) .jo-charity__reg { background: var(--bg-surface); } .jo-charity__reg:empty, .jo-charity__tags:empty { display: none; }/* .jo-charity__tags - tag line; hidden when field empty */.jo-charity__tags { font-size: var(--text-xs); color: var(--primary); font-weight: 600; letter-spacing: .04em; }/* .jo-anchor-pill - scroll-to pills */.jo-anchor-pill { background: var(--bg-surface); border: 1px solid hsla(206, 54%, 16%, .12); color: var(--primary); font-size: var(--text-xs); font-weight: 600; padding: .55em 1.4em; border-radius: var(--radius-full); transition: background .15s, color .15s; } .jo-anchor-pill:hover { background: var(--primary); color: var(--bg-surface); }/* .jo-accent - yellow accent for heading word */.jo-accent { color: var(--secondary); }/* Vertical centre charity card body (loop element - must use class selector) */.brxe-chbodx { justify-content: center; }/* Fix: Bricks did not output text-align from _textAlign setting */#brxe-chclcc { text-align: center; }/* Width constraints are DESKTOP ONLY.  Below 992px the page reverts to Bricks native responsive layout.  Do not apply these unscoped - they override mobile stacking. */@media (min-width: 992px) { #brxe-chherc { max-width: 640px; margin-inline: auto; } #brxe-chancc { max-width: 1200px; margin-inline: auto; } #brxe-chclcc { max-width: 1200px; margin-inline: auto; } .brxe-chrowx { max-width: 1200px; margin-inline: auto; }}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chanbl .brxe-chanll.brxe-text-link {font-size: var(--text-s)}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chanbl.brxe-block {width: fit-content}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chancc {column-gap: var(--space-2xs); flex-direction: row; flex-wrap: wrap; justify-content: center; row-gap: var(--space-2xs); display: flex}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chancs {background-color: var(--petal); padding-top: var(--space-m); padding-bottom: var(--space-m)}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chkicx.brxe-text-basic {color: var(--primary); font-size: var(--text-xs); font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chnamx.brxe-heading {font-size: var(--text-xl)}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chtxtx.brxe-text-basic {max-width: 60ch}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chbtnx.brxe-button {background-color: var(--primary); border-radius: var(--radius-full); margin-top: var(--space-xs); padding-top: .8em; padding-right: 1.8em; padding-bottom: .8em; padding-left: 1.8em; color: var(--bg-surface); font-size: var(--text-xs); font-weight: 600}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chbodx.brxe-div {align-items: flex-start; flex-direction: column; display: flex; row-gap: var(--space-2xs); justify-content: center}


/* BREAKPOINT: Desktop (BASE) */
.brxe-chsecx .brxe-chrowx.brxe-container {align-items: center; display: grid; align-items: initial; grid-gap: var(--space-l) var(--space-xl); grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
.brxe-chsecx .brxe-chrowx.brxe-container {grid-template-columns: 1fr}
}

/* BREAKPOINT: Desktop (BASE) */
#brxe-chclhh {color: var(--bg-surface)}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chclpp {color: var(--petal); max-width: 26rem}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chclbb {background-color: var(--secondary); border-radius: var(--radius-full); margin-top: var(--space-xs); padding-top: .8em; padding-right: 1.8em; padding-bottom: .8em; padding-left: 1.8em; color: var(--primary); font-size: var(--text-xs); font-weight: 600}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chclcc {align-items: center; flex-direction: column; row-gap: var(--space-s); display: flex}


/* BREAKPOINT: Desktop (BASE) */
#brxe-chclos {background-color: var(--primary)}

