/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/

html {
    font-family:
            system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
            'Segoe UI',
            Roboto,
            Helvetica,
            Arial,
            sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji'; /* 1 */
    line-height: 1.15; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4; /* 4 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family:
            ui-monospace,
            SFMono-Regular,
            Consolas,
            'Liberation Mono',
            Menlo,
            monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}
:root {
    --alignment-width: var(--wp--custom--content--width--default);
    --bb-font-primary: 'Source Sans 3', sans-serif;
    --bb-font-secondary: 'Source Serif 3', sans-serif;
    --c-svg: var(--wp--custom--color--black);
    --grid-columns: 4;
    --grid-gutter: 1.25rem;
    --gutter: var(--wp--custom--spacing--24);
    --flow-space: var(--wp--custom--spacing--16);
    --flow-space-md: var(--wp--custom--spacing--32);
    --flow-space-lg: var(--wp--custom--spacing--64);
}

    @media ( min-width: 48em ) {:root {
        --grid-columns: 8;
        --gutter: var(--wp--custom--spacing--40)
}
    }

    @media ( min-width: 64em ) {:root {
        --grid-columns: 8
}
    }


:where(:focus-visible, [class]:focus-visible) {
    outline: 2px solid var(--wp--custom--color--black);
    outline-offset: 2px;
}

::-moz-selection {
    background-color: var(--wp--custom--color--grey-100);
}

::selection {
    background-color: var(--wp--custom--color--grey-100);
}

html {
    --scroll-padding-top: 2rem;

    scroll-behavior: smooth;
    scroll-padding-top: calc(0px + 2rem);
    scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--scroll-padding-top));
}

@media ( min-width: 64em ) {

html {
        --scroll-padding-top: 3.5rem
}
    }

html ::-moz-selection {
        background-color: var(--wp--custom--color--black);
        color: var(--wp--custom--color--white);
    }

html ::selection {
        background-color: var(--wp--custom--color--black);
        color: var(--wp--custom--color--white);
    }

body {
    background-color: var(--wp--custom--color--grey-200);
    color: var(--wp--custom--color--black);
    font-family: var(--bb-font-primary);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.34;
    margin: 0;
    padding: 0;
}

main {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0 0 var(--wp--custom--spacing--16);
}

figcaption {
    border-bottom: 1px solid var(--wp--custom--color--grey-100);
    display: block;
    font-size: var(--wp--custom--font--size--14);
}

a {
    color: var(--wp--custom--color--black);
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

a:not([disabled]):hover,
        a:not([disabled]):focus {
            text-decoration-color: transparent;
        }

a[disabled] {
        color: var(--wp--custom--color--grey-500);
    }

a[disabled]:hover,
        a[disabled]:focus,
        a[disabled]:focus-within {
            cursor: not-allowed;
        }

strong {
    color: var(--wp--custom--color--black);
    font-weight: 700;
}

p,
ul,
ol,
li {
    color: var(--wp--custom--color--grey-900);
}

.visually-hidden {

    border: 0 !important;

    clip: rect(1px, 1px, 1px, 1px) !important;

    clip-path: inset(50%) !important;

    height: 1px !important;

    margin: -1px !important;

    overflow: hidden !important;

    padding: 0 !important;

    position: absolute !important;

    width: 1px !important;

    word-wrap: normal !important;
}
:where(h1),
.is-style-heading-one {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--36-48);

    line-height: var(--wp--custom--font--line-height--md);
}

:where(h2),
.is-style-heading-two {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--24-36);

    line-height: var(--wp--custom--font--line-height--md);
}

:where(h3),
.is-style-heading-three {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--18-24);

    line-height: var(--wp--custom--font--line-height--1-2);
}

:where(h4),
.is-style-heading-four {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--18);

    line-height: var(--wp--custom--font--line-height--lg);
}

:where(h5),
.is-style-heading-five {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--16);

    line-height: var(--wp--custom--font--line-height--lg);
}

:where(h6),
.is-style-heading-six {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--14);

    line-height: var(--wp--custom--font--line-height--lg);
}



.home .wp-block-post-title {

        border: 0 !important;

        clip: rect(1px, 1px, 1px, 1px) !important;

        clip-path: inset(50%) !important;

        height: 1px !important;

        margin: -1px !important;

        overflow: hidden !important;

        padding: 0 !important;

        position: absolute !important;

        width: 1px !important;

        word-wrap: normal !important;
    }

.entry-content {

    font-family: var(--bb-font-primary);

    font-size: var(--wp--custom--font--size--20);

    line-height: var(--wp--custom--font--line-height--body);

    margin-top: 0;

    margin-bottom: 0;
}
    .entry-content > :where(*) {

        margin-left: auto;

        margin-right: auto;

        max-width: var(--wp--custom--content--width--default);

        margin-top: 0;

        margin-bottom: 0;
    }
    .entry-content > .alignleft:where(:not(.wp-block-separator)) {

        --alignment-width: var(--wp--custom--content--width--default);

        float: none;
    }
    @media ( min-width: 48em ) {
    .entry-content > .alignleft:where(:not(.wp-block-separator)) {
        max-width: var(--floated-item-max-w);
    }
    }
    @media ( min-width: 48em ) {
    .entry-content > .alignleft:where(:not(.wp-block-separator)) {
        float: left;
        margin-left: max(0px, calc((100% - var(--alignment-width)) / 2));
        margin-right: var(--wp--custom--spacing--24);
    }
    }
    .entry-content > .alignright:where(:not(.wp-block-separator)) {

        --alignment-width: var(--wp--custom--content--width--default);

        float: none;
    }
    @media ( min-width: 48em ) {
    .entry-content > .alignright:where(:not(.wp-block-separator)) {
        max-width: var(--floated-item-max-w);
    }
    }
    @media ( min-width: 48em ) {
    .entry-content > .alignright:where(:not(.wp-block-separator)) {
        float: right;
        margin-left: var(--wp--custom--spacing--24);
        margin-right: max(0px, calc((100% - var(--alignment-width)) / 2));
    }
    }
    .entry-content > .aligncenter {

        max-width: var(--wp--custom--content--width--default);
    }
    .entry-content > .alignwide {
        max-width: var(--wp--custom--content--width--wide);
    }
    .entry-content > .alignfull {
        margin-left: calc(var(--gutter) * -1);
        margin-right: calc(var(--gutter) * -1);
        max-width: var(--wp--custom--content--width--full);
    }
    .entry-content > * + * {
        margin-top: var(--wp--custom--spacing--64-80);
    }
    .entry-content > :where(h1, h2, h3, h4, h5, h6) + * {
        margin-top: var(--wp--custom--spacing--16);
    }
    .entry-content :where(p) + :where(p, ol, ul, .accordion) {
        margin-top: var(--wp--custom--spacing--20);
    }
    .entry-content > :where(p, ul, ol) + :where(h3, h4, h5, h6) {
        margin-top: var(--wp--custom--spacing--40);
    }
    .entry-content .has-no-content-flow {
        margin-top: 0;
    }
    .entry-content p + p {
        margin-top: var(--wp--custom--spacing--16);
    }
    .entry-content {

    container-type: inline-size;
}

.content-flow > * + * {
        margin-top: var(--wp--custom--spacing--64-80);
    }

.content-flow > :where(h1, h2, h3, h4, h5, h6) + * {
        margin-top: var(--wp--custom--spacing--16);
    }

.content-flow :where(p) + :where(p, ol, ul, .accordion) {
        margin-top: var(--wp--custom--spacing--20);
    }

.content-flow > :where(p, ul, ol) + :where(h3, h4, h5, h6) {
        margin-top: var(--wp--custom--spacing--40);
    }

.content-flow .has-no-content-flow {
        margin-top: 0;
    }

.content-flow p + p {
        margin-top: var(--wp--custom--spacing--16);
    }

.content-width > :where(*) {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--content--width--default);
}

.content-width--wide > :where(*) {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--content--width--wide);
}
.wp-block-post-title {
    margin-bottom: var(--wp--custom--spacing--24);
    max-width: var(--wp--custom--content--width--default);
}


.editor-styles-wrapper .wp-block-post-title {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--wp--custom--content--width--default);

        border: 0 !important;

        clip: rect(1px, 1px, 1px, 1px) !important;

        clip-path: inset(50%) !important;

        height: 1px !important;

        margin: -1px !important;

        overflow: hidden !important;

        padding: 0 !important;

        position: absolute !important;

        width: 1px !important;

        word-wrap: normal !important;
    }
.gform_wrapper input,
    .gform_wrapper textarea,
    .gform_wrapper select {
        border-radius: 0 !important;
    }

        .gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
            border-color: var(--wp--custom--color--black) !important;
            outline-width: 2px !important;
            outline-style: solid !important;
            outline-color: var(--wp--custom--color--black) !important;
            outline-offset: 2px !important;
            transition: none !important;
        }

    .gform_wrapper input[type="submit"].gform_button {
        background-color: var(--wp--custom--color--grey-900) !important;
        border-radius: 300px !important;
    }

    .gform_wrapper input[type="submit"].gform_button:hover,
        .gform_wrapper input[type="submit"].gform_button:focus {
            background-color: var(--wp--custom--color--black) !important;
        }

    .gform_wrapper .gform_heading {
        display: none;
    }

.wp-block-group:where(:not(main)):where(:not(.alignwide):not(.alignfull)){
        margin-left: auto;
        margin-right: auto;
        max-width: var(--wp--custom--content--width--default);
    }
.is-style-audit-training-heading,
.is-style-design-heading,
.is-style-code-heading {

    font-family: var(--bb-font-primary);

    font-weight: 700;

    font-size: var(--wp--custom--font--size--24-36);

    line-height: var(--wp--custom--font--line-height--md);

    display: flex;
    align-items: center;
    margin-bottom: var(--wp--custom--spacing--24);
}

    .is-style-audit-training-heading::before, .is-style-design-heading::before, .is-style-code-heading::before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: var(--wp--custom--spacing--40);
        content: "";
        display: block;
        width: var(--wp--custom--spacing--40);
        margin-right: var(--wp--custom--spacing--16);
    }

.is-style-audit-training-heading::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIyIDE2IiBmaWxsPSJub25lIj4NCiAgICA8cGF0aCBmaWxsPSJ2YXIoLS1jLXN2ZywgY3VycmVudENvbG9yKSIgZD0iTTEyIDExLjAyMHYtMC4yMDdjMS40NDYtMC41NTMgMi41LTIuMjc1IDIuNS00LjMxMyAwLTIuNDg1LTEuNTY3LTQuNS0zLjUtNC41cy0zLjUgMi4wMTUtMy41IDQuNWMwIDIuMDM4IDEuMDU0IDMuNzYgMi41IDQuMzEzdjAuMjA3Yy0zLjM5MiAwLjEzOS02IDAuOTcyLTYgMS45OHYyaDE0di0yYzAtMS4wMDgtMi42MDgtMS44NDEtNi0xLjk4eiI+PC9wYXRoPg0KICAgIDxwYXRoIGZpbGw9InZhcigtLWMtc3ZnLCBjdXJyZW50Q29sb3IpIiBkPSJNMTggNy4wMDl2LTAuMDc5YzEuMTQxLTAuMzI0IDItMS43MzcgMi0zLjQzIDAtMS45MzMtMS4xMTktMy41LTIuNS0zLjVzLTIuNSAxLjU2Ny0yLjUgMy41YzAgMS42OTMgMC44NTkgMy4xMDYgMiAzLjQzdjAuMDc5Yy0wLjQ5NyAwLjAxOC0wLjk3IDAuMDY0LTEuNDA0IDAuMTMxLTAuMDk4IDEuMDY2LTAuNDM5IDIuMDUxLTAuOTY1IDIuODU5aDcuMzY5di0xLjVjMC0wLjc3Mi0xLjc1LTEuNDA4LTQtMS40OTF6Ij48L3BhdGg+DQogICAgPHBhdGggZmlsbD0idmFyKC0tYy1zdmcsIGN1cnJlbnRDb2xvcikiIGQ9Ik02LjQwNCA3LjE0MWMtMC40MzUtMC4wNjgtMC45MDctMC4xMTMtMS40MDQtMC4xMzF2LTAuMDc5YzEuMTQxLTAuMzI0IDItMS43MzcgMi0zLjQzIDAtMS45MzMtMS4xMTktMy41LTIuNS0zLjVzLTIuNSAxLjU2Ny0yLjUgMy41YzAgMS42OTMgMC44NTkgMy4xMDYgMiAzLjQzdjAuMDc5Yy0yLjI1IDAuMDgzLTQgMC43MTktNCAxLjQ5MXYxLjVoNy4zNjljLTAuNTI2LTAuODA5LTAuODY3LTEuNzk0LTAuOTY1LTIuODU5eiI+PC9wYXRoPg0KPC9zdmc+);
    }

.is-style-design-heading::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik04LjA0OCAyYy01LjE0MiAwLTguMDQ4IDMuNDE3LTguMDQ4IDUuOTE3IDAgMy44MDkgMy40MTcgNS45NTIgNi4yNiA2LjY1NXMzLjkxMi0wLjU4NiAzLjg2Ni0yLjA3MmMtMC4wNTUtMS44MDUgMC44NDYtMS44MjggMS40ODUtMS43NjRzNC4zODkgMC45MyA0LjM4OS0xLjk0NGMwLTMuNTU3LTIuODEtNi43OTEtNy45NTItNi43OTF6TTcgM2MwLjU1MiAwIDEgMC40NDggMSAxcy0wLjQ0OCAxLTEgMS0xLTAuNDQ4LTEtMSAwLjQ0OC0xIDEtMXpNMi41IDkuMDA4Yy0wLjI4IDAtMC41MDgtMC4yMjctMC41MDgtMC41MDhzMC4yMjctMC41MDggMC41MDgtMC41MDggMC41MDggMC4yMjcgMC41MDggMC41MDgtMC4yMjcgMC41MDgtMC41MDggMC41MDh6TTQgN2MtMC41NTIgMC0xLTAuNDQ4LTEtMXMwLjQ0OC0xIDEtMSAxIDAuNDQ4IDEgMS0wLjQ0OCAxLTEgMXpNOCAxMWMtMS4xMDUgMC0yLTAuNjcyLTItMS41czAuODk1LTEuNSAyLTEuNWMxLjEwNSAwIDIgMC42NzIgMiAxLjVzLTAuODk1IDEuNS0yIDEuNXpNMTEuNSA3Yy0wLjgyOCAwLTEuNS0wLjY3Mi0xLjUtMS41czAuNjcyLTEuNSAxLjUtMS41IDEuNSAwLjY3MiAxLjUgMS41LTAuNjcyIDEuNS0xLjUgMS41eiI+PC9wYXRoPg0KPC9zdmc+DQo=);
    }

.is-style-code-heading::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0xNC4zNDEgMy41NzljLTAuMzQ3LTAuNDczLTAuODMxLTEuMDI3LTEuMzYyLTEuNTU4cy0xLjA4NS0xLjAxNS0xLjU1OC0xLjM2MmMtMC44MDYtMC41OTEtMS4xOTctMC42NTktMS40MjEtMC42NTloLTcuNzVjLTAuNjg5IDAtMS4yNSAwLjU2MS0xLjI1IDEuMjV2MTMuNWMwIDAuNjg5IDAuNTYxIDEuMjUgMS4yNSAxLjI1aDExLjVjMC42ODkgMCAxLjI1LTAuNTYxIDEuMjUtMS4yNXYtOS43NWMwLTAuMjI0LTAuMDY4LTAuNjE1LTAuNjU5LTEuNDIxdjB6TTEyLjI3MSAyLjcyOWMwLjQ4IDAuNDggMC44NTYgMC45MTIgMS4xMzQgMS4yNzFoLTIuNDA2di0yLjQwNWMwLjM1OSAwLjI3OCAwLjc5MiAwLjY1NCAxLjI3MSAxLjEzNHYwek0xNCAxNC43NWMwIDAuMTM2LTAuMTE0IDAuMjUtMC4yNSAwLjI1aC0xMS41Yy0wLjEzNSAwLTAuMjUtMC4xMTQtMC4yNS0wLjI1di0xMy41YzAtMC4xMzUgMC4xMTUtMC4yNSAwLjI1LTAuMjUgMCAwIDcuNzQ5LTAgNy43NSAwdjMuNWMwIDAuMjc2IDAuMjI0IDAuNSAwLjUgMC41aDMuNXY5Ljc1eiI+PC9wYXRoPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTYuNSAxM2MtMC4yNzYgMC0wLjUtMC4yMjQtMC41LTAuNXYtMS4yNWMwLTAuMjgxLTAuMDkzLTAuNTQxLTAuMjUxLTAuNzUgMC4xNTctMC4yMDkgMC4yNTEtMC40NjkgMC4yNTEtMC43NXYtMS4yNWMwLTAuMjc2IDAuMjI0LTAuNSAwLjUtMC41czAuNS0wLjIyNCAwLjUtMC41LTAuMjI0LTAuNS0wLjUtMC41Yy0wLjgyNyAwLTEuNSAwLjY3My0xLjUgMS41djEuMjVjMCAwLjEzOC0wLjExMiAwLjI1LTAuMjUgMC4yNWgtMC4yNWMtMC4yNzYgMC0wLjUgMC4yMjQtMC41IDAuNXMwLjIyNCAwLjUgMC41IDAuNWgwLjI1YzAuMTM4IDAgMC4yNSAwLjExMiAwLjI1IDAuMjV2MS4yNWMwIDAuODI3IDAuNjczIDEuNSAxLjUgMS41IDAuMjc2IDAgMC41LTAuMjI0IDAuNS0wLjVzLTAuMjI0LTAuNS0wLjUtMC41eiI+PC9wYXRoPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkuNSAxM2MwLjI3NiAwIDAuNS0wLjIyNCAwLjUtMC41di0xLjI1YzAtMC4yODEgMC4wOTMtMC41NDEgMC4yNTEtMC43NS0wLjE1Ny0wLjIwOS0wLjI1MS0wLjQ2OS0wLjI1MS0wLjc1di0xLjI1YzAtMC4yNzYtMC4yMjQtMC41LTAuNS0wLjVzLTAuNS0wLjIyNC0wLjUtMC41IDAuMjI0LTAuNSAwLjUtMC41YzAuODI3IDAgMS41IDAuNjczIDEuNSAxLjV2MS4yNWMwIDAuMTM4IDAuMTEyIDAuMjUgMC4yNSAwLjI1aDAuMjVjMC4yNzYgMCAwLjUgMC4yMjQgMC41IDAuNXMtMC4yMjQgMC41LTAuNSAwLjVoLTAuMjVjLTAuMTM4IDAtMC4yNSAwLjExMi0wLjI1IDAuMjV2MS4yNWMwIDAuODI3LTAuNjczIDEuNS0xLjUgMS41LTAuMjc2IDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41IDAuNS0wLjV6Ij48L3BhdGg+DQo8L3N2Zz4NCg==);
    }
.wp-block-buttons .wp-block-button__link:hover,
        .wp-block-buttons .wp-block-button__link:focus {
            background-color: var(--wp--custom--color--black);
        }


