@charset "UTF-8";

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@font-face {
    font-family: "DM Sans";
    src: url("../../fonts/DMSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../../fonts/DMSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../../fonts/DMSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../../fonts/DMSans-Thin.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("../../fonts/Lora-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("../../fonts/Lora-Bold.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
    color: #002882;
    overflow-x: hidden;
}

    body.active-burger {
        z-index: 1;
        overflow: hidden;
    }

p,
li,
dl,
dt,
dd,
address {
    color: #002882;
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

strong {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

.umbraco-forms-hidden {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *::before, *::after {
        box-sizing: inherit;
    }

[hidden] {
    display: none !important;
}

a:not([data-appearance=primary]), a:not([data-appearance=secondary]) {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875;
    color: #0000ff;
}

    a:not([data-appearance=primary]):hover, a:not([data-appearance=secondary]):hover {
        color: #002882;
    }

.bc-button-row-column {
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
}

@media screen and (min-width: 650px) {
    .bc-button-row-column {
        flex-direction: row;
        margin-top: 3.25rem;
    }
}

.bc-button-row-column > *:first-child {
    margin-right: 0;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 650px) {
    .bc-button-row-column > *:first-child {
        margin-right: 1.875rem;
        margin-bottom: 0;
    }
}

.bc-button-row {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .bc-button-row {
        flex-direction: row;
        justify-content: space-between;
    }
}

.bc-button-row > * {
    margin-top: 2.5rem;
}

@media screen and (min-width: 650px) {
    .bc-button-row > * {
        margin-top: 0;
    }
}

.bc-button-row [data-appearance=primary] {
    order: -1;
}

@media screen and (min-width: 650px) {
    .bc-button-row [data-appearance=primary] {
        order: 0;
    }
}

.bc-button-column {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .bc-button-column > * {
        margin-top: 2.5rem;
    }

.bc-button-row {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .bc-button-row > :first-child {
        margin-right: 2.5rem;
    }

.bc-body,
.bc-body-l,
.bc-body-s {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.bc-body {
    font-size: 1rem;
    line-height: 1.75;
}

.bc-body-s {
    font-size: 0.875rem;
    line-height: 1.7142857143;
}

.bc-container, .bc-page-header__inner {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
    .bc-container, .bc-page-header__inner {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.bc-container__inner, .bc-page-header__body {
    width: 100%;
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
}

.bc-container[debug-grid], [debug-grid].bc-page-header__inner {
    --grid-columns: 12;
    --grid-gutter: 15px;
}

@media screen and (min-width: 650px) {
    .bc-container[debug-grid], [debug-grid].bc-page-header__inner {
        --grid-gutter: 30px;
    }
}

.bc-container[debug-grid] .bc-container__inner, [debug-grid].bc-page-header__inner .bc-container__inner, .bc-container[debug-grid] .bc-page-header__body, [debug-grid].bc-page-header__inner .bc-page-header__body {
    --column-width: calc( (100% / var(--grid-columns)) - (var(--grid-gutter) * (var(--grid-columns) - 1) / var(--grid-columns)) );
    background-image: repeating-linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0px, rgba(255, 0, 0, 0.1) 8px, transparent 9px, transparent 16px), repeating-linear-gradient(to right, rgba(255, 0, 0, 0.1) 0px, rgba(255, 0, 0, 0.1) var(--column-width), transparent calc(var(--column-width) + 1px), transparent calc(var(--column-width) + var(--grid-gutter)));
}

    .bc-container[debug-grid] .bc-container__inner > *, [debug-grid].bc-page-header__inner .bc-container__inner > *, .bc-container[debug-grid] .bc-page-header__body > *, [debug-grid].bc-page-header__inner .bc-page-header__body > * {
        outline: 1px solid red;
    }

.bc-container--dashboard {
    margin-left: 6vw;
    margin-right: 6vw;
}

@media screen and (min-width: 992px) {
    .bc-container--dashboard {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.bc-fieldset, .ip-forms-framework .umbraco-forms-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

    .bc-fieldset::after, .ip-forms-framework .umbraco-forms-fieldset::after {
        content: "";
        display: block;
        clear: both;
    }

    .bc-fieldset > :last-child, .ip-forms-framework .umbraco-forms-fieldset > :last-child {
        margin-top: 0rem;
    }

.bc-fieldset__legend {
    margin-top: 0.5rem;
}

.bc-form-row, .bc-date-input {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

    .bc-form-row legend, .bc-date-input legend {
        padding: 0;
    }

.bc-form-row--shorter {
    max-width: 306px;
}

.bc-form-row #CardNumberInput, .bc-date-input #CardNumberInput {
    max-width: 276px;
}

.bc-form-row--sort-code {
    max-width: 204px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .bc-form-row--sort-code .bc-label, .bc-form-row--sort-code .bc-tab__tab, .bc-form-row--sort-code .bc-organisation-card__label, .bc-form-row--sort-code .ip-forms-framework .umbraco-forms-fieldset legend, .ip-forms-framework .umbraco-forms-fieldset .bc-form-row--sort-code legend, .bc-form-row--sort-code .ip-forms-framework .fileupload .umbraco-form__label, .ip-forms-framework .fileupload .bc-form-row--sort-code .umbraco-form__label {
        flex-basis: 100%;
    }

    .bc-form-row--sort-code .bc-input, .bc-form-row--sort-code .bc-date-input__input, .bc-form-row--sort-code .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field, .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-form-row--sort-code .select2-search__field, .bc-form-row--sort-code .bc-choice-selector-card__child input, .bc-choice-selector-card__child .bc-form-row--sort-code input {
        flex: 1 1 0;
    }

.bc-label, .bc-tab__tab, .bc-organisation-card__label, .ip-forms-framework .umbraco-forms-fieldset legend, .ip-forms-framework .fileupload .umbraco-form__label {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #002882;
    display: block;
    line-height: 22px;
    margin-bottom: 0.2rem;
}

.bc-hint {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    color: #696969;
    margin-bottom: 0.5rem;
    line-height: 22px;
}

.bc-error, .field-validation-error {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    margin-top: 0.25rem;
    color: #da1e27;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.bc-error__icon {
    position: relative;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    background-color: #da1e27;
    margin-right: 0.5rem;
}

.bc-error i, .field-validation-error i {
    color: #fff !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
}

.bc-heading-h1,
.bc-heading-h2,
.bc-heading-h3,
.bc-heading-h4,
.bc-heading-h5 {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    color: #002882;
}

    .bc-heading-h1,
    .bc-heading-h2,
    .bc-heading-h3,
    .bc-heading-h4,
    .bc-heading-h5,
    .bc-heading-h1 strong,
    .bc-heading-h2 strong,
    .bc-heading-h3 strong,
    .bc-heading-h4 strong,
    .bc-heading-h5 strong,
    h1,
    h2,
    h3,
    h4,
    h5,
    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
    }

        .bc-heading-h1,
        .bc-heading-h1 strong,
        h1,
        h1 strong {
            font-size: 3.5rem;
            line-height: 1.1071428571;
        }

        .bc-heading-h2,
        .bc-heading-h2 strong,
        h2,
        h2 strong {
            font-size: 2.5rem;
            line-height: 1.25;
        }

        .bc-heading-h3,
        .bc-heading-h3 strong,
        h3,
        h3 strong {
            font-size: 1.5rem;
            line-height: 1.3333333333;
        }

        .bc-heading-h4,
        .bc-heading-h4 strong,
        h4,
        h4 strong {
            font-size: 1.125rem;
            line-height: 1.4444444444;
        }

.fs-list, .bc-tab__list, .bc-sub-nav__list, .bc-pagination__list, .bc-header__quick-nav-menu, .bc-header__quick-nav-menu-item-sub-menu, .bc-header__menu-item-sub-menu, .bc-gallery__image-list, .bc-choice-selector-card__list, .bc-cart__list, .bc-prose ul, .bc-prose dl, .bc-membership-card__description ul, .bc-membership-card__description dl {
    margin: 0rem;
    margin-bottom: 1.5rem;
    padding: 0;
    list-style-type: none;
}

    .fs-list li + li, .bc-tab__list li + li, .bc-sub-nav__list li + li, .bc-pagination__list li + li, .bc-header__quick-nav-menu li + li, .bc-header__quick-nav-menu-item-sub-menu li + li, .bc-header__menu-item-sub-menu li + li, .bc-gallery__image-list li + li, .bc-choice-selector-card__list li + li, .bc-cart__list li + li, .bc-prose ul li + li, .bc-prose dl li + li, .bc-membership-card__description ul li + li, .bc-membership-card__description dl li + li {
        margin-top: 0.5rem;
    }

[dir="ltr"] .fs-list--bulleted {
    padding-left: 2em;
}

[dir="rtl"] .fs-list--bulleted {
    padding-right: 2em;
}

.fs-list--bulleted {
    list-style-type: disc;
}

[dir="ltr"] .fs-list--numbered {
    padding-left: 2em;
}

[dir="rtl"] .fs-list--numbered {
    padding-right: 2em;
}

.fs-list--numbered {
    list-style-type: decimal;
}

.fs-list--spaced li + li {
    margin-top: 1.5rem;
}

.bc-button, .bc-file-upload__label, .ip-forms-framework input[type=file]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    display: inline-block;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 2px solid;
    text-decoration: none;
    background: #fff;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.1s;
}

    .bc-button:not([disabled]), .bc-file-upload__label:not([disabled]), .ip-forms-framework input[type=file]:not([disabled])::before {
        cursor: pointer;
    }

.bc-button__label {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bc-button__label i {
        padding: 0 0.5rem;
    }

.bc-button[data-appearance=primary], [data-appearance=primary].bc-file-upload__label, .ip-forms-framework input[data-appearance=primary][type=file]::before {
    color: #0000ff;
    border-color: #96ff00;
    background: #96ff00;
}

    .bc-button[data-appearance=primary]:hover, [data-appearance=primary].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=primary][type=file]:hover::before {
        border-color: #81de00;
        background: #81de00;
        color: #002882;
    }

    .bc-button[data-appearance=primary]:focus, [data-appearance=primary].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=primary][type=file]:focus::before {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

.bc-button[data-appearance=secondary], [data-appearance=secondary].bc-file-upload__label, .ip-forms-framework input[data-appearance=secondary][type=file]::before, .bc-button[data-appearance=search], [data-appearance=search].bc-file-upload__label, .ip-forms-framework input[data-appearance=search][type=file]::before {
    color: #0000ff;
    border-color: #0000ff;
    background: transparent;
}

    .bc-button[data-appearance=secondary]:hover, [data-appearance=secondary].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=secondary][type=file]:hover::before, .bc-button[data-appearance=search]:hover, [data-appearance=search].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=search][type=file]:hover::before {
        color: #002882;
        border-color: #002882;
    }

    .bc-button[data-appearance=secondary]:focus, [data-appearance=secondary].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=secondary][type=file]:focus::before, .bc-button[data-appearance=search]:focus, [data-appearance=search].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=search][type=file]:focus::before {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
        border-color: #0000ff;
        border: 2px solid;
        padding-top: calc(0.7rem - 1px);
        padding-bottom: calc(0.7rem - 1px);
        padding-left: calc(1rem - 1px);
        padding-right: calc(1rem - 1px);
    }

.bc-button[data-appearance=link], [data-appearance=link].bc-file-upload__label, .ip-forms-framework input[data-appearance=link][type=file]::before, .bc-button[data-appearance=icon], [data-appearance=icon].bc-file-upload__label, .ip-forms-framework input[data-appearance=icon][type=file]::before, .bc-button[data-appearance=delete], [data-appearance=delete].bc-file-upload__label, .ip-forms-framework input[data-appearance=delete][type=file]::before, .bc-button[data-appearance=edit], [data-appearance=edit].bc-file-upload__label, .ip-forms-framework input[data-appearance=edit][type=file]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #0000ff;
    font-size: 1rem;
    line-height: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .bc-button[data-appearance=link]:not([disabled]), [data-appearance=link].bc-file-upload__label:not([disabled]), .ip-forms-framework input[data-appearance=link][type=file]:not([disabled])::before, .bc-button[data-appearance=icon]:not([disabled]), [data-appearance=icon].bc-file-upload__label:not([disabled]), .ip-forms-framework input[data-appearance=icon][type=file]:not([disabled])::before, .bc-button[data-appearance=delete]:not([disabled]), [data-appearance=delete].bc-file-upload__label:not([disabled]), .ip-forms-framework input[data-appearance=delete][type=file]:not([disabled])::before, .bc-button[data-appearance=edit]:not([disabled]), [data-appearance=edit].bc-file-upload__label:not([disabled]), .ip-forms-framework input[data-appearance=edit][type=file]:not([disabled])::before {
        cursor: pointer;
    }

    .bc-button[data-appearance=link]::after, [data-appearance=link].bc-file-upload__label::after, .bc-button[data-appearance=icon]::after, [data-appearance=icon].bc-file-upload__label::after, .bc-button[data-appearance=delete]::after, [data-appearance=delete].bc-file-upload__label::after, .bc-button[data-appearance=edit]::after, [data-appearance=edit].bc-file-upload__label::after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid.svg);
        display: none;
        height: 0.75rem;
        width: 0.75rem;
        transform: rotate(90deg);
        color: #0000ff;
        display: inline-block;
        fill: #0000ff !important;
        margin-left: 6px;
    }

    .bc-button[data-appearance=link]:hover, [data-appearance=link].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=link][type=file]:hover::before, .bc-button[data-appearance=link]:focus, [data-appearance=link].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=link][type=file]:focus::before, .bc-button[data-appearance=icon]:hover, [data-appearance=icon].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=icon][type=file]:hover::before, .bc-button[data-appearance=icon]:focus, [data-appearance=icon].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=icon][type=file]:focus::before, .bc-button[data-appearance=delete]:hover, [data-appearance=delete].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=delete][type=file]:hover::before, .bc-button[data-appearance=delete]:focus, [data-appearance=delete].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=delete][type=file]:focus::before, .bc-button[data-appearance=edit]:hover, [data-appearance=edit].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=edit][type=file]:hover::before, .bc-button[data-appearance=edit]:focus, [data-appearance=edit].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=edit][type=file]:focus::before {
        color: #002882;
    }

        .bc-button[data-appearance=link]:hover::after, [data-appearance=link].bc-file-upload__label:hover::after, .bc-button[data-appearance=link]:focus::after, [data-appearance=link].bc-file-upload__label:focus::after, .bc-button[data-appearance=icon]:hover::after, [data-appearance=icon].bc-file-upload__label:hover::after, .bc-button[data-appearance=icon]:focus::after, [data-appearance=icon].bc-file-upload__label:focus::after, .bc-button[data-appearance=delete]:hover::after, [data-appearance=delete].bc-file-upload__label:hover::after, .bc-button[data-appearance=delete]:focus::after, [data-appearance=delete].bc-file-upload__label:focus::after, .bc-button[data-appearance=edit]:hover::after, [data-appearance=edit].bc-file-upload__label:hover::after, .bc-button[data-appearance=edit]:focus::after, [data-appearance=edit].bc-file-upload__label:focus::after {
            background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
        }

.bc-button[data-appearance=link-without-arrow], [data-appearance=link-without-arrow].bc-file-upload__label, .ip-forms-framework input[data-appearance=link-without-arrow][type=file]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #0000ff;
    font-size: 1rem;
    line-height: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .bc-button[data-appearance=link-without-arrow]:not([disabled]), [data-appearance=link-without-arrow].bc-file-upload__label:not([disabled]), .ip-forms-framework input[data-appearance=link-without-arrow][type=file]:not([disabled])::before {
        cursor: pointer;
    }

    .bc-button[data-appearance=link-without-arrow]:hover, [data-appearance=link-without-arrow].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=link-without-arrow][type=file]:hover::before, .bc-button[data-appearance=link-without-arrow]:focus, [data-appearance=link-without-arrow].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=link-without-arrow][type=file]:focus::before {
        color: #002882;
    }

.bc-button[data-appearance=icon], [data-appearance=icon].bc-file-upload__label, .ip-forms-framework input[data-appearance=icon][type=file]::before {
    font-size: 1.125rem;
    line-height: 24px;
    position: relative;
    margin-left: 2em;
    padding-left: 6px;
}

    .bc-button[data-appearance=icon]::before, [data-appearance=icon].bc-file-upload__label::before, .ip-forms-framework input[data-appearance=icon][type=file]::before {
        position: absolute;
        font-size: 14px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        content: url("/images/temp/icon_example.png");
        color: #0000ff;
        line-height: 22px !important;
        display: inline-block;
        height: 2rem;
        width: auto;
        left: -2rem;
    }

.bc-button :disabled, .bc-file-upload__label :disabled, .ip-forms-framework input[type=file]::before :disabled, .bc-button[data-appearance=disabled], [data-appearance=disabled].bc-file-upload__label, .ip-forms-framework input[data-appearance=disabled][type=file]::before {
    cursor: default !important;
}

.bc-button[data-appearance=primary]:disabled, [data-appearance=primary].bc-file-upload__label:disabled, .ip-forms-framework input[data-appearance=primary][type=file]:disabled::before {
    cursor: default !important;
    border: 2px solid #e9e9e9 !important;
    background-color: #e9e9e9 !important;
    color: #696969 !important;
}

.bc-button[data-appearance=secondary]:disabled, [data-appearance=secondary].bc-file-upload__label:disabled, .ip-forms-framework input[data-appearance=secondary][type=file]:disabled::before {
    cursor: default !important;
    border: 2px solid #e9e9e9 !important;
    background-color: #fff !important;
    color: #696969 !important;
}

.bc-button[data-appearance=link]:disabled, [data-appearance=link].bc-file-upload__label:disabled, .ip-forms-framework input[data-appearance=link][type=file]:disabled::before {
    cursor: default !important;
    color: #696969 !important;
}

    .bc-button[data-appearance=link]:disabled::after, [data-appearance=link].bc-file-upload__label:disabled::after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid_disable.svg);
    }

.bc-button[data-layout=block], [data-layout=block].bc-file-upload__label, .ip-forms-framework input[data-layout=block][type=file]::before {
    width: 100%;
}

.bc-button--add {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.75rem;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-button--add {
        width: auto;
    }
}

.bc-button--add::after {
    font-family: "Material Icons";
    content: "add";
    color: #0000ff;
    font-size: 1.4rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 0 0.1em;
}

.bc-button--add:hover:after {
    color: #002882;
}

.bc-button[data-appearance=membership-blue], [data-appearance=membership-blue].bc-file-upload__label, .ip-forms-framework input[data-appearance=membership-blue][type=file]::before {
    background-color: #e6f0ff !important;
    border-color: #e6f0ff !important;
    border-radius: 20px;
    color: #0000ff;
    padding: 0.5rem 1rem;
}

.bc-button[data-appearance=search], [data-appearance=search].bc-file-upload__label, .ip-forms-framework input[data-appearance=search][type=file]::before {
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
}

    .bc-button[data-appearance=search]::before, [data-appearance=search].bc-file-upload__label::before, .ip-forms-framework input[data-appearance=search][type=file]::before {
        content: "";
        background-image: url(/images/icon/magnifying-glass.svg);
        display: none;
        height: 1.125rem;
        width: 1.125rem;
        color: #0000ff;
        display: inline-block;
        fill: #0000ff !important;
        margin-right: 6px;
    }

    .bc-button[data-appearance=search]:hover, [data-appearance=search].bc-file-upload__label:hover, .ip-forms-framework input[data-appearance=search][type=file]:hover::before, .bc-button[data-appearance=search]:focus, [data-appearance=search].bc-file-upload__label:focus, .ip-forms-framework input[data-appearance=search][type=file]:focus::before {
        color: #002882;
    }

        .bc-button[data-appearance=search]:hover::before, [data-appearance=search].bc-file-upload__label:hover::before, .ip-forms-framework input[data-appearance=search][type=file]:hover::before, .bc-button[data-appearance=search]:focus::before, [data-appearance=search].bc-file-upload__label:focus::before, .ip-forms-framework input[data-appearance=search][type=file]:focus::before {
            background-image: url(/images/icon/magnifying-glass-hover.svg);
        }

.bc-button[data-appearance=delete]:before, [data-appearance=delete].bc-file-upload__label:before, .ip-forms-framework input[data-appearance=delete][type=file]:before, .bc-button[data-appearance=edit]:before, [data-appearance=edit].bc-file-upload__label:before, .ip-forms-framework input[data-appearance=edit][type=file]:before {
    content: "";
    background-image: url(/images/icon/trash-bing.svg);
    background-repeat: no-repeat;
    display: none;
    height: 1rem;
    width: 1rem;
    color: #0000ff;
    display: inline-block;
    fill: #0000ff !important;
    margin-right: 6px;
}

.bc-button[data-appearance=delete]:after, [data-appearance=delete].bc-file-upload__label:after, .bc-button[data-appearance=edit]:after, [data-appearance=edit].bc-file-upload__label:after {
    display: none;
}

.bc-button[data-appearance=edit]:before, [data-appearance=edit].bc-file-upload__label:before, .ip-forms-framework input[data-appearance=edit][type=file]:before {
    content: "";
    background-image: url(/images/icon/pen-to-square.svg);
}

.bc-heading--jumbotron, .ip-forms-framework h1,
.bc-heading--title,
.ip-event-details .bc-quick-pick__data,
.bc-table__caption,
.bc-choice-selector-card__label,
.ip-forms-framework h2,
.bc-heading--subtitle,
.ip-payment__cart-summary-inner p,
.ip-basket__subtotal .bc-label,
.bc-pricing-table tbody th,
.bc-pricing-table tbody td,
.bc-file-list__filename,
.bc-choice-selector-card__child label,
.bc-blockquote__quotation,
.bc-blockquote__quotation::after,
.ip-forms-framework h3,
.bc-heading--small-subtitle,
.bc-table__header,
.ip-forms-framework h4,
.bc-heading--byline,
.bc-agenda__band-title,
.ip-forms-framework h5 {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    display: block;
    font-style: normal;
    margin: 0;
}

.bc-heading--jumbotron, .ip-forms-framework h1 {
    font-size: 2.625rem;
    line-height: 1.1428571429;
}

@media screen and (min-width: 650px) {
    .bc-heading--jumbotron, .ip-forms-framework h1 {
        font-size: 3.5rem;
        line-height: 1.1071428571;
    }
}

.bc-heading--title, .ip-event-details .bc-quick-pick__data, .bc-table__caption, .bc-choice-selector-card__label, .ip-forms-framework h2 {
    font-size: 2rem;
    line-height: 1.25;
}

@media screen and (min-width: 650px) {
    .bc-heading--title, .ip-event-details .bc-quick-pick__data, .bc-table__caption, .bc-choice-selector-card__label, .ip-forms-framework h2 {
        font-size: 2.5rem;
        line-height: 1.25;
    }
}

.bc-heading--subtitle, .ip-payment__cart-summary-inner p, .ip-basket__subtotal .bc-label, .bc-pricing-table tbody th,
.bc-pricing-table tbody td, .bc-file-list__filename, .bc-choice-selector-card__child label, .bc-blockquote__quotation, .bc-blockquote__quotation::after, .ip-forms-framework h3 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
}

@media screen and (min-width: 650px) {
    .bc-heading--subtitle, .ip-payment__cart-summary-inner p, .ip-basket__subtotal .bc-label, .bc-pricing-table tbody th,
    .bc-pricing-table tbody td, .bc-file-list__filename, .bc-choice-selector-card__child label, .bc-blockquote__quotation, .bc-blockquote__quotation::after, .ip-forms-framework h3 {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
}

.bc-heading--small-subtitle, .bc-table__header, .ip-forms-framework h4 {
    font-size: 1rem;
    line-height: 1.875;
}

@media screen and (min-width: 650px) {
    .bc-heading--small-subtitle, .bc-table__header, .ip-forms-framework h4 {
        font-size: 1.125rem;
        line-height: 1.4444444444;
    }
}
/**
 * COMMON TO ALL INPUT TYPES 
 */
/**
 * INPUT MASKS
 */
/**
 * TEXT-LIKE INPUTS
 */
/**
 * SELECT INPUT
 */
/**
 * CHECKBOXES AND RADIOS
 */
.input-validaiton-error {
    border-color: #da1e27;
}

.custom-error {
    border: 2px solid #da1e27 !important;
}

.error {
    color: #da1e27 !important;
}

.input-validation-error:not(.bc-radios__input) {
    border: 0.1rem solid #da1e27;
    border-radius: 0.25rem;
    outline: none;
}

    .input-validation-error:not(.bc-radios__input):focus {
        border: 0.1rem solid #da1e27;
        outline: 0.1rem solid #da1e27;
    }

.input-validation-error.bc-radios__input::before {
    content: "";
    outline: 0.1rem solid #da1e27 !important;
    outline-color: #da1e27 !important;
    border: 0.1rem solid #da1e27;
}

.bc-input, .bc-date-input__input, .bc-choice-selector-card__child input, .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 0rem;
    border: 2px solid #0000ff;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1rem;
    line-height: 1.75;
    line-height: 24px;
    color: #002882 !important;
}

    .bc-input[type=number]::-webkit-inner-spin-button, [type=number].bc-date-input__input::-webkit-inner-spin-button, .bc-choice-selector-card__child input[type=number]::-webkit-inner-spin-button, .ip-forms-framework .select2-container--default .select2-search--dropdown [type=number].select2-search__field::-webkit-inner-spin-button, .bc-input[type=number]::-webkit-outer-spin-button, [type=number].bc-date-input__input::-webkit-outer-spin-button, .bc-choice-selector-card__child input[type=number]::-webkit-outer-spin-button, .ip-forms-framework .select2-container--default .select2-search--dropdown [type=number].select2-search__field::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .bc-input[type=search], [type=search].bc-date-input__input, .bc-choice-selector-card__child input[type=search], .ip-forms-framework .select2-container--default .select2-search--dropdown [type=search].select2-search__field {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .bc-input[type=search]::-webkit-search-cancel-button, [type=search].bc-date-input__input::-webkit-search-cancel-button, .bc-choice-selector-card__child input[type=search]::-webkit-search-cancel-button, .ip-forms-framework .select2-container--default .select2-search--dropdown [type=search].select2-search__field::-webkit-search-cancel-button, .bc-input[type=search]::-webkit-search-decoration, [type=search].bc-date-input__input::-webkit-search-decoration, .bc-choice-selector-card__child input[type=search]::-webkit-search-decoration, .ip-forms-framework .select2-container--default .select2-search--dropdown [type=search].select2-search__field::-webkit-search-decoration {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

    .bc-input::-moz-placeholder, .bc-date-input__input::-moz-placeholder, .bc-choice-selector-card__child input::-moz-placeholder, .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
        color: #696969;
        font-size: 1rem;
    }

    .bc-input::placeholder, .bc-date-input__input::placeholder, .bc-choice-selector-card__child input::placeholder, .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
        color: #696969;
        font-size: 1rem;
    }

    .bc-input[aria-invalid=true], [aria-invalid=true].bc-date-input__input, .bc-choice-selector-card__child input[aria-invalid=true], .ip-forms-framework .select2-container--default .select2-search--dropdown [aria-invalid=true].select2-search__field {
        border-color: #da1e27;
    }

        .bc-input[aria-invalid=true]:focus, [aria-invalid=true].bc-date-input__input:focus, .bc-choice-selector-card__child input[aria-invalid=true]:focus, .ip-forms-framework .select2-container--default .select2-search--dropdown [aria-invalid=true].select2-search__field:focus {
            border: 2px solid #da1e27 !important;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        }

    .bc-input:focus, .bc-date-input__input:focus, .bc-choice-selector-card__child input:focus, .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        outline: 1px solid #0000ff !important;
        outline-color: #0000ff !important;
    }

    .bc-input:disabled, .bc-date-input__input:disabled, .bc-choice-selector-card__child input:disabled, .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:disabled {
        background-color: #f2f2f2;
    }

.bc-input--textarea {
    height: auto;
    min-height: 6em;
    resize: vertical;
}

.bc-input[data-length="2"], [data-length="2"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="2"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="2"].select2-search__field {
    max-width: 4ch;
}

.bc-input[data-length="3"], [data-length="3"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="3"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="3"].select2-search__field {
    max-width: 5ch;
}

.bc-input[data-length="4"], [data-length="4"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="4"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="4"].select2-search__field {
    max-width: 6ch;
}

.bc-input[data-length="8"], [data-length="8"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="8"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="8"].select2-search__field {
    max-width: 10ch;
}

.bc-input[data-length="10"], [data-length="10"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="10"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="10"].select2-search__field {
    max-width: 12ch;
}

.bc-input[data-length="20"], [data-length="20"].bc-date-input__input, .bc-choice-selector-card__child input[data-length="20"], .ip-forms-framework .select2-container--default .select2-search--dropdown [data-length="20"].select2-search__field {
    max-width: 22ch;
}

.bc-input__short {
    max-width: 304px;
}

.bc-input--sort-code {
    position: relative;
    padding: 0;
    text-align: center;
    max-width: 3.75rem;
}

.bc-input-mask {
    display: flex;
    flex-direction: row;
}

.bc-input-mask__prefix, .bc-input-mask__suffix {
    margin: 0rem;
    border: 2px solid #0000ff;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
}

[dir="ltr"] .bc-input-mask__prefix {
    border-right: none;
}

[dir="rtl"] .bc-input-mask__prefix {
    border-left: none;
}

.bc-input-mask__prefix {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

[dir="ltr"] .bc-input-mask__suffix {
    border-left: none;
}

[dir="rtl"] .bc-input-mask__suffix {
    border-right: none;
}

.bc-input-mask__suffix {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.bc-input-mask .bc-input, .bc-input-mask .bc-date-input__input, .bc-input-mask .bc-choice-selector-card__child input, .bc-choice-selector-card__child .bc-input-mask input, .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field, .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field {
    position: relative;
}

[dir="ltr"] .bc-input-mask .bc-input:not(:first-child), [dir="ltr"] .bc-input-mask .bc-date-input__input:not(:first-child), [dir="ltr"] .bc-input-mask .bc-choice-selector-card__child input:not(:first-child), [dir="ltr"] .bc-choice-selector-card__child .bc-input-mask input:not(:first-child), [dir="ltr"] .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:first-child), [dir="ltr"] .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:first-child) {
    border-left: none;
}

[dir="rtl"] .bc-input-mask .bc-input:not(:first-child), [dir="rtl"] .bc-input-mask .bc-date-input__input:not(:first-child), [dir="rtl"] .bc-input-mask .bc-choice-selector-card__child input:not(:first-child), [dir="rtl"] .bc-choice-selector-card__child .bc-input-mask input:not(:first-child), [dir="rtl"] .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:first-child), [dir="rtl"] .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:first-child) {
    border-right: none;
}

.bc-input-mask .bc-input:not(:first-child), .bc-input-mask .bc-date-input__input:not(:first-child), .bc-input-mask .bc-choice-selector-card__child input:not(:first-child), .bc-choice-selector-card__child .bc-input-mask input:not(:first-child), .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:first-child), .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

[dir="ltr"] .bc-input-mask .bc-input:not(:last-child), [dir="ltr"] .bc-input-mask .bc-date-input__input:not(:last-child), [dir="ltr"] .bc-input-mask .bc-choice-selector-card__child input:not(:last-child), [dir="ltr"] .bc-choice-selector-card__child .bc-input-mask input:not(:last-child), [dir="ltr"] .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:last-child), [dir="ltr"] .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:last-child) {
    border-right: none;
}

[dir="rtl"] .bc-input-mask .bc-input:not(:last-child), [dir="rtl"] .bc-input-mask .bc-date-input__input:not(:last-child), [dir="rtl"] .bc-input-mask .bc-choice-selector-card__child input:not(:last-child), [dir="rtl"] .bc-choice-selector-card__child .bc-input-mask input:not(:last-child), [dir="rtl"] .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:last-child), [dir="rtl"] .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:last-child) {
    border-left: none;
}

.bc-input-mask .bc-input:not(:last-child), .bc-input-mask .bc-date-input__input:not(:last-child), .bc-input-mask .bc-choice-selector-card__child input:not(:last-child), .bc-choice-selector-card__child .bc-input-mask input:not(:last-child), .bc-input-mask .ip-forms-framework .select2-container--default .select2-search--dropdown .select2-search__field:not(:last-child), .ip-forms-framework .select2-container--default .select2-search--dropdown .bc-input-mask .select2-search__field:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ip-forms-framework .bc-button, .ip-forms-framework input[type=file]::before {
    margin-right: 1.25rem;
}

.ip-forms-framework .bc-select__input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.ip-forms-framework .bc-select, .ip-forms-framework .select2 {
    display: block;
}

.ip-forms-framework .crm-lookup-text {
    margin: 0;
    border: 2px solid #0000ff;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    width: 100%;
}

.ip-forms-framework input[type=file] {
    display: block;
    width: 100%;
    background: #fff;
    padding: 2rem 4rem;
    margin-top: 1rem;
    color: transparent;
}

    .ip-forms-framework input[type=file]::before {
        content: "Select file";
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        outline: none;
        white-space: nowrap;
        color: #0000ff;
        border-color: #0000ff;
    }

    .ip-forms-framework input[type=file]::-webkit-file-upload-button {
        display: none;
    }

.ip-forms-framework .select2 {
    background-color: #fff;
    width: 100%;
    width: 100% !important;
    height: 48px !important;
    border: 2px solid #0000ff !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .ip-forms-framework .select2 .select2-selection__clear {
        order: 2 !important;
        padding-left: 8px !important;
    }

    .ip-forms-framework .select2 .select2-selection__rendered {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    .ip-forms-framework .select2 .select2-selection__arrow:after {
        font-family: "Material Icons";
        content: "keyboard_arrow_down";
        height: 20px;
        width: 20px;
    }

.ip-forms-framework .select2-dropdown {
    border: 2px solid #0000ff !important;
    border-bottom: none;
}

.ip-forms-framework .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.ip-forms-framework .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.ip-forms-framework .select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translate(-50%, -50%);
    top: 50%;
}

.ip-forms-framework .select2-container--default .select2-selection--single {
    border: none;
}

.ip-forms-framework .select2-selection__rendered {
    border: none;
}

.bc-agenda__time {
    font-style: italic;
}

.bc-agenda__description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.25rem;
}

    .bc-agenda__description > :first-child {
        margin-top: 0;
    }

    .bc-agenda__description > :last-child {
        margin-bottom: 0;
    }

.bc-agenda__band + .bc-agenda__band {
    border-top: 2.5px solid #fff;
}

.bc-agenda__band-header {
    padding: 1rem 1.5rem;
}

.bc-agenda__session {
    margin: 1rem;
}

.bc-agenda__workshops {
    margin-top: 1rem;
}

@media screen and (min-width: 650px) {
    .bc-agenda__workshops {
        display: flex;
    }
}

.bc-agenda__workshops-item {
    flex: 1 1 1px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 650px) {
    .bc-agenda__workshops-item {
        margin-right: 1rem;
        margin-bottom: 0;
    }

        .bc-agenda__workshops-item + .bc-agenda__workshops-item {
            border-left: 2.5px solid;
            padding-left: 1rem;
        }
}

.bc-agenda__workshops-title {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.bc-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding: 1rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #002882;
    font-size: 1rem;
    line-height: 1.313rem;
    margin: 0.5rem 0 1.5rem 0;
}

@media screen and (min-width: 992px) {
    .bc-alert {
        padding: 1.5rem;
    }
}

.bc-alert--exclamation-container {
    background-color: #f2f2f2;
}

.bc-alert--info-container {
    background-color: #e2fdff;
}

    .bc-alert--info-container .bc-alert__icon {
        background-color: #002882;
    }

.bc-alert--danger-container {
    background-color: #fae9e9;
}

    .bc-alert--danger-container .bc-alert__icon {
        background-color: #da1e27;
    }

.bc-alert--success-container {
    background-color: #e4f2ec;
}

    .bc-alert--success-container .bc-alert__icon {
        background-color: #0a8754;
    }

.bc-alert__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    max-height: 2rem;
    min-height: 2rem;
    width: 2rem;
    max-width: 2rem;
    min-width: 2rem;
    border-radius: 50%;
    background-color: #002882;
}

@media only screen and (max-width: 900px) {
    .bc-alert__icon {
        flex: 0 1 50%;
    }
}

.bc-alert__icon i {
    font-size: 1.4rem;
    color: #fff;
    opacity: 1;
}

.bc-alert__heading {
    padding-left: 0.875rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4444444444;
}

.bc-alert__body {
    padding-left: 0.875rem;
    min-height: 30px;
    display: flex;
    align-items: center;
}

    .bc-alert__body.bc-prose {
        margin-bottom: 0 !important;
    }

    .bc-alert__body p {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
    }

.bc-alert--no-icon {
    background-color: #fff;
    padding: 1.5rem 2rem;
}

    .bc-alert--no-icon .bc-alert__heading,
    .bc-alert--no-icon .bc-alert__body {
        padding-left: 0;
    }

    .bc-alert--no-icon .bc-alert__heading {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }

.bc-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 9999px;
}

@media screen and (min-width: 650px) {
    .bc-avatar {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}

.bc-avatar__image {
    border: 3px solid #0000ff;
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-avatar__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    background-color: #0000ff;
    border-radius: 9999px;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    transition: all 0.1s;
}

    .bc-avatar__icon i {
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }

    .bc-avatar__icon:hover {
        background-color: #96ff00;
    }

.bc-prose, .bc-membership-card__description {
    margin-bottom: 1.5rem;
}

    .bc-prose > *, .bc-membership-card__description > * {
        margin-top: 0;
        margin-bottom: 0;
        display: block;
    }

        .bc-prose > * + *, .bc-membership-card__description > * + * {
            margin-top: 1rem;
        }

    .bc-prose :first-child, .bc-membership-card__description :first-child {
        margin-top: 0;
    }

    .bc-prose :last-child, .bc-membership-card__description :last-child {
        margin-bottom: 0;
    }

    .bc-prose p a, .bc-membership-card__description p a {
        margin: 0;
        display: inline-block;
        text-decoration: none;
        font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
    }

    .bc-prose p.secondary-text, .bc-membership-card__description p.secondary-text {
        color: #696969;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
        line-height: 22px;
    }

    .bc-prose ul.bc-list--dashed > li, .bc-membership-card__description ul.bc-list--dashed > li {
        padding: 0 0 0 1rem;
    }

        .bc-prose ul.bc-list--dashed > li:before, .bc-membership-card__description ul.bc-list--dashed > li:before {
            content: "-";
            display: inline-block;
            margin: 0 0 0 -1rem;
            margin-right: 0.5rem;
        }

    .bc-prose ul li + li, .bc-membership-card__description ul li + li {
        margin: 0;
    }

    .bc-prose dl > dd, .bc-membership-card__description dl > dd {
        margin-left: 1rem;
    }

        .bc-prose dl > dd:before, .bc-membership-card__description dl > dd:before {
            content: "-";
            display: inline-block;
            margin: 0 0 0 -1rem;
            margin-right: 0.5rem;
        }

        .bc-prose dl > dd.with-icon, .bc-membership-card__description dl > dd.with-icon {
            display: inline-flex;
            align-items: center;
            margin: 0 0 1rem;
        }

            .bc-prose dl > dd.with-icon h1, .bc-membership-card__description dl > dd.with-icon h1 {
                margin: 0;
            }

            .bc-prose dl > dd.with-icon img, .bc-membership-card__description dl > dd.with-icon img {
                display: block;
                width: 2.5rem;
                height: 2.5rem;
                margin-right: 0.5rem;
            }

            .bc-prose dl > dd.with-icon:before, .bc-membership-card__description dl > dd.with-icon:before {
                display: none;
            }

    .bc-prose address, .bc-membership-card__description address {
        font-style: normal;
        line-height: 24px;
    }

.bc-prose--account, .bc-prose--account p {
    line-height: 22px;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #696969;
}

.bc-prose--registration, .bc-prose--manually {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

    .bc-prose--registration p, .bc-prose--manually p {
        color: #002882;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
    }

    .bc-prose--registration a, .bc-prose--manually a {
        color: #0000ff;
        text-decoration: none;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
    }

.bc-headline {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 700;
    color: #002882;
    text-transform: uppercase;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

.bc-label {
    font-size: 1rem;
    line-height: 22px;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #002882;
}

.bc-tag {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    background-color: #08ffff;
    border-radius: 60px;
    display: inline-block;
    text-transform: none;
    padding: 0.125rem 0.75rem;
}

.bc-link {
    text-decoration: none;
    color: #0000ff;
    font-weight: 700;
}

.bc-link--plus {
    text-decoration: none;
    color: #0000ff;
    font-weight: 700;
}

.bc-newsletter-signup {
    background: #f2f2f2;
    padding: 2rem 0 1rem;
}

@media screen and (min-width: 992px) {
    .bc-newsletter-signup {
        padding: 3rem 0;
    }
}

.bc-newsletter-signup__inner {
    align-items: unset;
    max-width: 1314px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-newsletter-signup__inner {
        grid-template-columns: 6fr 2fr;
        grid-gap: 4rem;
        align-items: center;
    }
}

.bc-newsletter-signup__cta {
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .bc-newsletter-signup__cta {
        margin-left: auto;
    }
}

.bc-newsletter-signup .bc-heading--subtitle,
.bc-newsletter-signup .bc-prose * {
    color: #002882;
}

.bc-newsletter-signup .bc-prose {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-newsletter-signup p {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-newsletter-signup .bc-form {
    display: flex;
    align-items: initial;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .bc-newsletter-signup .bc-form {
        flex-direction: row;
        align-items: flex-end;
    }
}

.bc-newsletter-signup .bc-form-row {
    flex-grow: 2;
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .bc-newsletter-signup .bc-form-row {
        margin-right: 1.875rem;
        margin-bottom: 0;
    }
}

.bc-newsletter-signup .bc-label__optional {
    display: none;
}

.bc-newsletter-signup .bc-input {
    margin-top: 0;
    border-radius: 0;
}

.bc-newsletter-signup .bc-button {
    margin-top: 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-newsletter-signup .bc-button {
        margin-top: 0;
        width: auto;
    }
}

.bc-big-card {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .bc-big-card {
        flex-direction: row;
    }
}

.bc-big-card .bc-big-card--content {
    width: 100%;
    padding: 2rem 6vw;
}

@media screen and (min-width: 992px) {
    .bc-big-card .bc-big-card--content {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 617px;
        display: flex;
        align-items: center;
    }
}

.bc-big-card .bc-big-card--content .bc-prose {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 650px) {
    .bc-big-card .bc-big-card--content .bc-prose {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .bc-big-card--image .bc-image {
        height: 360px;
    }
}

.bc-big-card__body {
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
    .bc-big-card__body {
        margin-bottom: 3.75rem;
    }
}

.bc-big-card .bc-heading {
    margin-bottom: 0.5rem;
}

.bc-big-card[data-image-align=right] .bc-big-card--image {
    order: -1;
}

@media screen and (min-width: 992px) {
    .bc-big-card[data-image-align=right] .bc-big-card--image {
        order: 1;
    }
}

@media screen and (min-width: 992px) {
    .bc-big-card[data-image-align=right] .bc-big-card--content {
        padding-left: 2.875rem;
        padding-right: 4.875rem;
    }
}

.bc-big-card[data-image-align=left] .bc-big-card--image {
    order: -1;
}

@media screen and (min-width: 992px) {
    .bc-big-card[data-image-align=left] .bc-big-card--image {
        order: 0;
    }
}

@media screen and (min-width: 992px) {
    .bc-big-card[data-image-align=left] .bc-big-card--content {
        padding-left: 50px;
        padding-right: 78px;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-big-card[data-image-align=left] .bc-big-card--content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.bc-big-card__action {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .bc-big-card__action {
        flex-direction: row;
    }
}

.bc-big-card__action a:first-child {
    margin-bottom: 0;
}

.bc-big-card__action .bc-button[data-appearance=link] {
    text-align: left;
    margin-right: auto;
}

@media screen and (min-width: 650px) {
    .bc-big-card__action .bc-button[data-appearance=link] {
        text-align: center;
        margin-top: 0;
        margin-right: 0;
    }
}

.bc-big-card .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.bc-big-card--content {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-big-card--content {
        width: 50%;
        min-height: 617px;
    }
}

.bc-big-card--image {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-big-card--image {
        width: 50%;
        min-height: 617px;
        display: flex;
    }
}

.bc-big-card__wrapper {
    max-width: 1314px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-big-card__wrapper {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.bc-big-card .bc-button:not([data-appearance=link]) {
    color: #0000ff;
    border-color: #96ff00;
    background: #96ff00;
    margin-right: 0;
}

@media screen and (min-width: 650px) {
    .bc-big-card .bc-button:not([data-appearance=link]) {
        margin-right: 30px;
    }
}

.bc-big-card .bc-button:not([data-appearance=link]):hover {
    border-color: #81de00;
    background: #81de00;
    color: #002882;
}

.bc-big-card .bc-button:not([data-appearance=link]):focus {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.bc-big-card__headline {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 650px) {
    .bc-big-card__headline {
        margin-bottom: 0;
    }
}

.bc-big-card .bc-list {
    display: flex;
    flex-wrap: wrap;
}

    .bc-big-card .bc-list li {
        width: 100%;
        display: inline-block;
        flex-wrap: wrap;
        margin-top: 0.5rem;
    }

@media screen and (min-width: 650px) {
    .bc-big-card .bc-list li {
        width: 50%;
        margin-top: 0.25rem;
    }
}

.bc-big-card--content {
    background-color: #F2F2F2;
}

.bc-blog-card {
    max-width: 418px;
    min-height: 244px;
    background-color: #F2F2F2;
    padding: 1rem;
}

@media screen and (min-width: 650px) {
    .bc-blog-card {
        max-width: 418px;
        padding: 1.75rem 1.5rem 1.75rem;
        min-height: 295px;
    }
}

.bc-blog-card .bc-image {
    width: 50px;
    margin-right: 0.75rem;
}

.bc-blog-card__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: calc(244px - 1rem);
}

@media screen and (min-width: 650px) {
    .bc-blog-card__wrapper {
        min-height: calc(295px - 3.5rem);
    }
}

.bc-blog-card__wrapper p,
.bc-blog-card__wrapper h1,
.bc-blog-card__wrapper h2,
.bc-blog-card__wrapper h3,
.bc-blog-card__wrapper h4,
.bc-blog-card__wrapper div {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #002882 !important;
}

.bc-blog-card__footer {
    display: flex;
    margin-top: auto;
    width: 100%;
}

    .bc-blog-card__footer .bc-blog-card__date {
        margin-top: -0.5rem;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
    }

.bc-blog-card__company {
    margin-left: 10px;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 32px;
}

.bc-blog-card__name {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 32px;
}

.bc-blog-card .bc-tag {
    margin-left: 0.75rem;
}

.bc-blog-card .bc-headline {
    text-transform: uppercase;
}

.bc-blog-card a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.bc-blockquote {
    display: flex;
    background-color: #f9fafb;
    padding: 2rem 1.5rem;
}

    .bc-blockquote::before {
        color: #002882;
        content: '"';
        margin-right: 1.25rem;
        font-size: 56px;
        line-height: 64px;
        font-style: italic;
    }

.bc-blockquote__quotation {
    margin-bottom: 1rem;
}

    .bc-blockquote__quotation::after {
        content: '"';
        display: inline-block;
        font-style: italic;
    }

.bc-blockquote__cite-name, .bc-blockquote__cite-company {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
}

.bc-blockquote__cite-company {
    font-weight: 400;
}

.bc-breadcrumbs {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}

@media screen and (min-width: 650px) {
    .bc-breadcrumbs {
        display: block;
        height: 60px;
    }
}

.bc-breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bc-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

    .bc-breadcrumbs__item a {
        font-size: 0.875rem;
    }

@media screen and (min-width: 650px) {
    .bc-breadcrumbs__item a {
        font-size: 1rem;
    }
}

.bc-breadcrumbs__item:nth-last-child(n+2)::after {
    font-weight: 500;
    content: "";
    background-image: url(/images/icon/triangle-sharp-solid.svg);
    display: none;
    height: 0.875rem;
    width: 0.875rem;
    transform: rotate(90deg);
    color: #0000ff;
    display: none;
    fill: #0000ff !important;
    margin-left: 10px;
    line-height: 22px;
}

@media screen and (min-width: 650px) {
    .bc-breadcrumbs__item:nth-last-child(n+2)::after {
        display: inline-block;
    }
}

.bc-breadcrumbs__item:nth-last-child(n+2)::before {
    transform: rotate(270deg);
    content: "";
    background-image: url(/images/icon/triangle-sharp-solid.svg);
    height: 0.875rem;
    width: 0.875rem;
    transform: rotate(270deg);
    margin-right: 8px;
    color: #0000ff;
    fill: #0000ff !important;
    margin-left: 0;
    line-height: 22px;
    display: inline-block;
}

@media screen and (min-width: 650px) {
    .bc-breadcrumbs__item:nth-last-child(n+2)::before {
        display: none;
    }
}

.bc-breadcrumbs__item:nth-last-child(n+3), .bc-breadcrumbs__item:last-child {
    display: none;
}

@media screen and (min-width: 650px) {
    .bc-breadcrumbs__item:nth-last-child(n+3), .bc-breadcrumbs__item:last-child {
        display: inline-flex;
        align-items: center;
    }
}

.bc-breadcrumbs__link {
    font-size: 1rem;
    line-height: 1.375;
    text-decoration: none !important;
    line-height: 22px !important;
}

    .bc-breadcrumbs__link[aria-current=page], .bc-breadcrumbs__link[aria-current=true] {
        color: #002882;
        line-height: 24px;
        font-weight: 400;
    }

.bc-card-link {
    position: relative;
    max-width: 418px;
    min-height: 160px;
    background-color: #fff;
    padding: 1.25rem 1rem 2rem;
}

@media screen and (min-width: 992px) {
    .bc-card-link {
        max-width: 418px;
        padding: 1.875rem 1.875rem 2.5rem;
        min-height: 160px;
    }
}

.bc-card-link__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .bc-card-link__wrapper .bc-heading {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

.bc-card-link .bc-list {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

@media screen and (min-width: 650px) {
    .bc-card-link .bc-list {
        margin-top: 0.5rem;
    }
}

.bc-card-link .bc-list li a:after {
    display: none;
}

.bc-card-link a {
    text-decoration: none;
}

    .bc-card-link a:before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

.bc-card-title {
    max-width: 418px;
    min-height: 160px;
    background-color: #fff;
    padding: 1.25rem 1rem 2rem;
}

@media screen and (min-width: 992px) {
    .bc-card-title {
        max-width: 418px;
        padding: 1.875rem 1.875rem 2.5rem;
        min-height: 160px;
    }
}

.bc-card-title__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .bc-card-title__wrapper .bc-heading {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

.bc-card-title .bc-list {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

@media screen and (min-width: 650px) {
    .bc-card-title .bc-list {
        margin-top: 0.5rem;
    }
}

.bc-card-title .bc-list li a:after {
    display: none;
}

.bc-card-title a {
    text-decoration: none;
}

.bc-icon-card {
    min-height: 526px;
    background-color: #e6f0ff;
    padding: 2rem 1rem 2.5rem;
}

@media screen and (min-width: 992px) {
    .bc-icon-card {
        padding: 2.5rem 1.875rem 2.5rem;
    }
}

.bc-icon-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.bc-icon-card__header--icon img {
    height: 60px;
    width: auto;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .bc-icon-card__header--icon img {
        height: 153px;
        width: auto;
        margin-bottom: 0;
    }
}

.bc-icon-card .bc-button:first-of-type {
    margin-right: 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-icon-card .bc-button:first-of-type {
        margin-right: 1.75rem;
        width: auto;
    }
}

.bc-icon-card__inner {
    margin-top: 1rem;
}

.bc-icon-card__body {
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .bc-icon-card__body {
        margin-bottom: 3.75rem;
    }
}

.bc-icon-card__body.bc-listing ul {
    list-style-type: none;
}

    .bc-icon-card__body.bc-listing ul li {
        color: #002882;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 26px;
        position: relative;
    }

        .bc-icon-card__body.bc-listing ul li:before {
            font-family: "Material Icons";
            content: "check_circle";
            color: #0000ff;
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
            margin-right: 0.25rem;
            position: absolute;
            top: 2px;
            left: 0;
        }

        .bc-icon-card__body.bc-listing ul li:marker {
            display: none;
        }

        .bc-icon-card__body.bc-listing ul li::marker {
            display: none;
        }

        .bc-icon-card__body.bc-listing ul li > :where(:not(.bc-heading):before) {
            content: "none";
        }

.bc-icon-card__action {
    margin-top: auto;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

@media screen and (min-width: 992px) {
    .bc-icon-card__action {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.bc-icon-card a[data-appearance=link] {
    text-align: center;
    margin-top: 1.875rem;
}

@media screen and (min-width: 992px) {
    .bc-icon-card a[data-appearance=link] {
        text-align: left;
        margin-top: 0;
    }
}

.bc-icon-card__header--icon + .bc-icon-card__inner[\:has\(.bc-icon-card__body\%20.bc-prose\)] {
    margin-top: 0;
}

.bc-icon-card__header--icon + .bc-icon-card__inner:has(.bc-icon-card__body .bc-prose) {
    margin-top: 0;
}

.bc-link-icon-card {
    padding: 1.125rem 0;
    border-top: 1px solid #002882;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card {
        margin-bottom: 2.25rem;
        padding: 1rem 0 0;
    }
}

.bc-link-icon-card:last-child {
    border-bottom: 1px solid #002882;
    padding: 1rem 0 1.25rem;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card:last-child {
        border: unset;
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card {
        padding: 0;
        border: unset;
    }
}

.bc-link-icon-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.bc-link-icon-card__wrapper {
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__wrapper {
        display: inline-block;
    }
}

.bc-link-icon-card__header {
    display: flex;
    cursor: pointer;
    align-items: center;
    grid-gap: 0 1rem;
    gap: 0 1rem;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__header {
        display: block;
    }
}

.bc-link-icon-card__header .bc-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__header .bc-image {
        margin-bottom: 0.5rem;
        display: block;
    }
}

.bc-link-icon-card__header .bc-link-icon-card__icon {
    height: 22px;
    font-size: 22px;
    margin-left: auto;
}

.bc-link-icon-card__header .bc-link-icon-card__icon--plus {
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__header .bc-link-icon-card__icon--plus {
        display: none;
    }
}

.bc-link-icon-card__header .bc-link-icon-card__icon--minus {
    display: none;
}

.bc-link-icon-card__header--icon {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__header--icon {
        display: block;
    }
}

.bc-link-icon-card__header--icon img {
    height: 73px;
    width: auto;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__header--icon img {
        height: 105px;
        width: auto;
        margin-bottom: 0;
    }
}

.bc-link-icon-card__inner {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__inner {
        margin-top: 0.75rem;
    }
}

.bc-link-icon-card__action {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin-left: 92px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__action {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.bc-link-icon-card__action .bc-button {
    text-align: left;
}

.bc-link-icon-card__body .bc-list {
    margin-left: 92px;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card__body .bc-list {
        margin-left: 0;
    }
}

.bc-link-icon-card__body .bc-list li:last-child {
    margin-bottom: 2.75rem;
}

    .bc-link-icon-card__body .bc-list li:last-child[\:has\(.bc-button\)] {
        margin-bottom: 1.25rem;
    }

    .bc-link-icon-card__body .bc-list li:last-child:has(.bc-button) {
        margin-bottom: 1.25rem;
    }

.bc-link-icon-card .bc-list {
    margin-bottom: 0;
}

.bc-link-icon-card .bc-list--content-column li {
    padding: 0.375rem 0;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card .bc-list--content-column li {
        padding: 0.375rem 0;
    }
}

.bc-link-icon-card .active-card {
    display: block;
}

.bc-link-icon-card .active-icon {
    display: block;
}

@media screen and (min-width: 992px) {
    .bc-link-icon-card .active-icon {
        display: none;
    }
}

.bc-campaign-banner {
    overflow: hidden;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    height: 332px;
}

@media only screen and (min-width: 991px) {
    .bc-campaign-banner {
        height: 550px;
    }
}

.bc-campaign-banner__wrapper {
    position: relative;
}

@media (max-width: 992px) {
    .bc-campaign-banner__wrapper {
        display: flex;
        flex-direction: column;
    }
}

.bc-campaign-banner__wrapper .bc-campaign-banner__media__wrapper {
    position: absolute;
    top: 5rem;
    z-index: 6;
    right: 0;
    left: 0;
}

@media only screen and (max-width: 1400px) {
    .bc-campaign-banner__wrapper .bc-campaign-banner__media__wrapper {
        left: 6vw;
        right: 6vw;
    }
}

@media (max-width: 992px) {
    .bc-campaign-banner__wrapper .bc-campaign-banner__media__wrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
}

.bc-campaign-banner__wrapper .bc-campaign-banner__body {
    max-width: 1314px;
    margin: 0 auto;
}

    .bc-campaign-banner__wrapper .bc-campaign-banner__body .bc-heading--title {
        margin-bottom: 0.5rem !important;
    }

.bc-campaign-banner__wrapper .bc-campaign-banner__content {
    max-width: 642px;
    min-height: 390px;
    padding: 3.5rem 2.5rem 1.75rem;
    margin-left: auto;
}

@media (max-width: 992px) {
    .bc-campaign-banner__wrapper .bc-campaign-banner__content {
        max-width: 100%;
        min-height: 100%;
        padding: 2rem 6vw 2.5rem;
    }
}

.bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-prose {
    margin-bottom: 2.75rem;
}

@media screen and (min-width: 650px) {
    .bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-prose {
        margin-bottom: 3.75rem;
    }
}

@media only screen and (max-width: 992px) {
    .bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-button {
        width: 100%;
        max-width: 100%;
    }
}

.bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-button:not([data-appearance=link]) {
    color: #0000ff;
    border-color: #96ff00;
    background: #96ff00;
}

    .bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-button:not([data-appearance=link]):hover {
        border-color: #81de00;
        background: #81de00;
        color: #002882;
    }

    .bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-button:not([data-appearance=link]):focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

.bc-campaign-banner__wrapper .bc-campaign-banner__content .bc-heading {
    margin-bottom: 0.5rem;
}

.bc-campaign-banner__media {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

    .bc-campaign-banner__media .bc-image {
        height: 100%;
    }

    .bc-campaign-banner__media .bc-image__image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.bc-campaign-banner .bc-heading {
    line-height: 62px;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1025px) {
    .bc-campaign-banner .bc-heading {
        margin-bottom: 1rem;
    }
}

.bc-campaign-banner .bc-description-list {
    margin: 0;
}

.bc-campaign-banner .bc-description-list__item {
    display: flex;
    margin-bottom: 1.5rem;
}

    .bc-campaign-banner .bc-description-list__item:last-child {
        margin-bottom: 0;
    }

.bc-campaign-banner .bc-description-list__value {
    margin-left: 0.5rem;
    margin-top: 0;
}

.bc-campaign-banner .bc-description-list__key {
    color: #96ff00;
    width: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.bc-campaign-banner__headline {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

.bc-card {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 2rem;
    background: #f2f2f2;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1019607843);
    border-radius: 0;
}

@media screen and (min-width: 650px) {
    .bc-card {
        flex-direction: column;
    }
}

.bc-card a {
    text-decoration: none;
}

.bc-card__media {
    overflow: hidden;
    border-radius: 0 0 0 0;
    min-width: 80px;
}

@media screen and (min-width: 650px) {
    .bc-card__media {
        min-width: 100%;
    }
}

.bc-card__media:first-child {
    padding-top: 0;
}

.bc-card__header {
    grid-area: header;
    padding: 1rem;
    color: #002882 !important;
}

@media screen and (min-width: 650px) {
    .bc-card__header {
        padding: 1.875rem 1.875rem 0;
    }
}

.bc-card__header h3,
.bc-card__header a {
    color: #002882 !important;
}

.bc-card__body {
    padding: 0 1rem;
    margin-bottom: 2.25rem;
}

@media screen and (min-width: 650px) {
    .bc-card__body {
        padding: 0 1.875rem 0;
    }
}

.bc-card__body .bc-prose p {
    color: #002882 !important;
    margin-bottom: 3.5rem;
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

    .bc-card__body .bc-prose p a {
        text-decoration: underline;
        font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
    }

.bc-card :is(.bc-card__body h4) {
    margin-top: 1rem;
    margin-bottom: -1.5rem;
}

@media screen and (min-width: 650px) {
    .bc-card :is(.bc-card__body h4) {
        margin-top: 2rem;
    }
}

.bc-card__action {
    padding: 0;
    margin-top: auto;
}

    .bc-card__action .bc-button[data-appearance=link],
    .bc-card__action .bc-button {
        color: #0000ff !important;
    }

        .bc-card__action .bc-button[data-appearance=link]::after,
        .bc-card__action .bc-button::after {
            content: "";
            background-image: url(/images/icon/triangle-sharp-solid.svg);
            fill: #0000FF !important;
        }

        .bc-card__action .bc-button[data-appearance=link]:hover,
        .bc-card__action .bc-button:hover {
            color: #002882 !important;
        }

            .bc-card__action .bc-button[data-appearance=link]:hover::after,
            .bc-card__action .bc-button:hover::after {
                background-image: url(/images/icon/triangle-sharp-solid-dark.svg) !important;
            }

.bc-card[data-layout=extended] {
    grid-row: span 1;
}

@media screen and (min-width: 650px) {
    .bc-card[data-layout=extended] {
        grid-row: span 2;
    }
}

.bc-card .bc-image {
    min-height: 64px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 650px) {
    .bc-card .bc-image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 313px;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.bc-card .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.bc-card__date-container {
    padding-left: 1rem;
    color: #000;
    font-size: 1rem;
    line-height: 36px;
    position: absolute;
    bottom: 1rem;
    font-weight: 700;
}

@media screen and (min-width: 650px) {
    .bc-card__date-container {
        bottom: 1.25rem;
        padding-left: 1.5rem;
    }
}

.bc-card__blog-footer {
    display: flex;
    margin-top: auto;
    width: 100%;
}

    .bc-card__blog-footer div:has(.bc-blog-card__name) {
        width: 70%
    }

    .bc-card__blog-footer .bc-blog-card__date {
        margin-top: -0.5rem;
    }

    .bc-card__blog-footer img {
        margin-right: 0.75rem;
        height: 50px;
        width: 50px;
        border-radius: 100%;
    }

.bc-card--with-image {
    min-height: 113px;
    padding-bottom: 0;
    box-shadow: unset;
}

    .bc-card--with-image > :where(.bc-card__inner:not(:last-child)) {
        margin-bottom: 1.25rem;
    }

    .bc-card--with-image .bc-card__content {
        padding: 1rem 0.875rem;
    }

@media screen and (min-width: 650px) {
    .bc-card--with-image .bc-card__content {
        padding: 1.875rem;
    }
}

.bc-card--with-image .bc-card__header {
    padding: 0;
}

@media screen and (min-width: 650px) {
    .bc-card--with-image .bc-card__header {
        padding: 0 0 0.25rem;
    }
}

.bc-card--with-image .bc-card__body {
    margin-bottom: 0.5rem;
    padding: 0;
}

@media screen and (min-width: 650px) {
    .bc-card--with-image .bc-card__body {
        margin-bottom: 2.25rem;
    }
}

.bc-card--with-image .bc-card__body .bc-prose p {
    margin-bottom: 0;
}

.bc-card--with-image .bc-card__body .bc-prose {
    margin-bottom: 0;
}

.bc-card--with-image .bc-image {
    margin: 1rem 0 1rem 0.75rem;
}

@media screen and (min-width: 650px) {
    .bc-card--with-image .bc-image {
        margin: 0;
    }
}

.bc-card--with-image.bc-card--with-blog .bc-card__content {
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-card--with-image.bc-card--with-blog .bc-card__content {
        padding: 1.5rem;
    }
}

.bc-card--product a {
    text-decoration: none;
}

.bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
    min-height: 64px;
    max-height: 64px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 650px) {
    .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
        max-height: 480px;
        min-height: 480px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.bc-carousel {
    max-width: 100%;
    padding-bottom: 2rem;
    overflow: hidden;
    margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
    .bc-carousel {
        margin-left: 0;
        margin-right: 0;
    }
}

.bc-carousel header,
.bc-carousel p,
.bc-carousel h1,
.bc-carousel h2,
.bc-carousel h3,
.bc-carousel h4 {
    color: #fff;
}

.bc-carousel__headline {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.bc-carousel .bc-heading {
    margin-bottom: 0.5rem !important;
}

.bc-carousel__header__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-carousel__header__wrapper {
        flex-direction: row;
    }
}

.bc-carousel__inner-text {
    max-width: 100%;
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .bc-carousel__inner-text {
        max-width: 70%;
    }
}

.bc-carousel__inner-button {
    margin-left: 0;
    margin-top: 1.75rem;
}

@media screen and (min-width: 992px) {
    .bc-carousel__inner-button {
        margin-left: auto;
    }
}

.bc-carousel__inner-button .bc-button {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-carousel__inner-button .bc-button {
        width: auto;
    }
}

.bc-carousel__inner {
    max-width: 1314px;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .bc-carousel__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 650px) {
    .bc-carousel__inner {
        margin-left: 0;
        margin-right: 0;
    }
}

.bc-carousel__header {
    padding-bottom: 1.25rem;
    padding-top: 0.5rem;
}

@media screen and (min-width: 650px) {
    .bc-carousel__header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.bc-carousel__slider {
    position: relative;
    opacity: 0;
}

.bc-carousel__slider--initialized {
    opacity: 1;
}

.bc-carousel__slider-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

.bc-carousel__slider-slide {
    flex-shrink: 0;
    width: 100%;
    max-width: 320px;
    position: relative;
    pointer-events: none;
    opacity: 0.2;
    transition-property: transform, opacity;
    transition-duration: 0.666s;
    transition-timing-function: ease-in-out;
}

@media screen and (min-width: 650px) {
    .bc-carousel__slider-slide {
        max-width: 100%;
    }
}

.bc-carousel__slider-slide--active {
    pointer-events: auto;
    opacity: 1;
}

.bc-carousel__slider-slide--next {
    pointer-events: auto;
    opacity: 1;
}

.bc-carousel__slider-slide > * {
    height: 100%;
}

.bc-carousel__slider-slide-card {
    background: #fff;
}

    .bc-carousel__slider-slide-card img {
        width: 100%;
    }

.bc-carousel__slider-controls {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    margin: -48px auto 0;
    z-index: 10;
}

@media screen and (min-width: 650px) {
    .bc-carousel__slider-controls {
        display: flex;
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width: 1656px) {
    .bc-carousel__slider-controls {
        max-width: 1314px;
    }
}

@media only screen and (min-width: 2000px) {
    .bc-carousel__slider-controls {
        max-width: 74vw;
    }
}

html.no-js .bc-carousel__slider-controls {
    display: none;
}

.bc-carousel__slider-control {
    background: #96ff00;
    width: 36px !important;
    height: 36px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    opacity: 1;
    border: none;
    transition-property: opacity;
    transition-duration: 0.333s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}

    .bc-carousel__slider-control .bc-icon {
        color: #0000ff;
    }

@media only screen and (min-width: 1025px) {
    .bc-carousel__slider-control .bc-icon {
        font-size: 1.75rem;
    }
}

.bc-carousel__slider-control--prev {
    margin-left: -2vw;
}

    .bc-carousel__slider-control--prev::after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid.svg);
        display: none;
        height: 19px;
        width: 19px;
        transform: rotate(270deg);
        color: #0000ff;
        display: inline-block;
        fill: #0000FF !important;
        margin-top: 5px;
    }

@media screen and (min-width: 650px) {
    .bc-carousel__slider-control--prev {
        margin-left: -4vw;
    }
}

@media only screen and (min-width: 1025px) {
    .bc-carousel__slider-control--prev {
        margin-left: -2vw;
    }
}

@media only screen and (min-width: 1656px) {
    .bc-carousel__slider-control--prev {
        margin-left: -1.5vw;
    }
}

.bc-carousel__slider-control--next {
    margin-right: -2vw;
}

@media screen and (min-width: 650px) {
    .bc-carousel__slider-control--next {
        margin-right: -4vw;
    }
}

@media only screen and (min-width: 1025px) {
    .bc-carousel__slider-control--next {
        margin-right: -2vw;
    }
}

@media only screen and (min-width: 1656px) {
    .bc-carousel__slider-control--next {
        margin-right: -1.5vw;
    }
}

.bc-carousel__slider-control--next::after {
    content: "";
    background-image: url(/images/icon/triangle-sharp-solid.svg);
    display: none;
    height: 1.25rem;
    width: 1.1rem;
    transform: rotate(90deg);
    color: #0000ff;
    display: inline-block;
    fill: #0000FF !important;
    margin-top: 5px;
}

.bc-carousel__slider-control--disabled, .bc-carousel__slider-control--hidden {
    opacity: 0.2;
}

.bc-carousel__slider-control--disabled {
    opacity: 0;
}

.bc-carousel__pagination {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel__pagination {
        display: block;
    }
}

.bc-carousel__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin-top: 2rem;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
    display: inline-block;
    border-radius: 100%;
    background: #002882;
    border: 2px solid #96ff00;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel__pagination .swiper-pagination-bullet {
        margin-left: 0.35rem;
        margin-right: 0.35rem;
        width: 1rem;
        height: 1rem;
        margin-top: 3rem;
    }
}

.bc-carousel__pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.bc-carousel__pagination .swiper-pagination-bullet-active {
    background: #96ff00;
    border: 1px solid #96ff00;
}

.bc-carousel__link {
    display: flex;
    justify-content: end;
    margin-top: 2rem;
}

    .bc-carousel__link .bc-container__inner {
        display: flex;
        justify-content: end;
    }

.bc-carousel__link-text {
    padding-right: 0.5rem;
}

.bc-carousel .bc-event-card--with-image {
    display: flex;
    padding: 0;
    height: 100%;
    flex-direction: column-reverse;
}

    .bc-carousel .bc-event-card--with-image .bc-event-card__media {
        padding: 0;
    }

    .bc-carousel .bc-event-card--with-image .bc-event-card__body {
        font-size: 1.125rem;
        line-height: 1.3333333333;
        flex-grow: 1;
        padding: 1rem;
    }

@media only screen and (min-width: 1025px) {
    .bc-carousel .bc-event-card--with-image .bc-event-card__body {
        font-size: 1.5rem;
        line-height: 1.3333333333;
        padding: 2rem;
    }
}

.bc-carousel .bc-event-card--with-image .bc-event-card__toolbar {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.bc-carousel .bc-event-card--with-image .bc-image__image {
    max-height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-carousel--hero {
    max-width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 1.25rem;
}

    .bc-carousel--hero .bc-carousel__slider-slide-slide {
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: white;
    }

@media screen and (min-width: 992px) {
    .bc-carousel--hero .bc-carousel__slider-slide-slide {
        flex-direction: row;
    }
}

.bc-carousel--hero .bc-carousel__slider {
    position: relative;
}

.bc-carousel--hero .bc-carousel__inner {
    margin: 0 auto 4rem;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .bc-carousel--hero .bc-carousel__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-slide {
    display: flex;
}

.bc-carousel--hero .bc-carousel__slider-slide {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.bc-carousel--hero .bc-carousel__slider-slide-flex-container {
    max-width: 784px;
    display: flex;
}

.bc-carousel--hero .bc-carousel__slider-slide--next {
    opacity: 0.2;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel--hero .bc-carousel__slider-slide-body {
        width: 100%;
        min-height: 558px;
        background-color: white;
    }

        .bc-carousel--hero .bc-carousel__slider-slide-body .bc-heading,
        .bc-carousel--hero .bc-carousel__slider-slide-body p {
            color: black;
        }
}

.bc-carousel--hero .bc-carousel__slider-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 10;
    padding: 1rem;
    background-color: white;
    color: #002882;
}

@media (max-width: 991px) {
    .bc-carousel--hero .bc-carousel__slider-slide-content {
        padding: 0 1rem 2.5rem;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-content p {
    color: #002882;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media screen and (min-width: 650px) {
    .bc-carousel--hero .bc-carousel__slider-slide-content p {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-content .bc-carousel__personal-data {
    order: -1;
    position: absolute;
    top: 10px;
    z-index: 3;
    color: #002882;
    left: 145px;
}

@media screen and (min-width: 992px) {
    .bc-carousel--hero .bc-carousel__slider-slide-content .bc-carousel__personal-data {
        order: unset;
        position: unset;
        left: 125px;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-content .bc-carousel__name {
    font-size: 1rem;
    line-height: 1.875;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media (max-width: 991px) {
    .bc-carousel--hero .bc-carousel__slider-slide-content .bc-carousel__name span {
        display: block;
        margin-top: -0.5rem;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-content .bc-carousel__company {
    font-size: 1rem;
    line-height: 1.875;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    margin-top: -0.5rem;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel--hero .bc-carousel__slider-slide-content {
        min-height: 28.125rem;
        padding: 5.25rem 5.25rem 5rem 5.25rem;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-cta {
    margin-top: auto;
}

    .bc-carousel--hero .bc-carousel__slider-slide-cta .bc-button {
        height: auto;
        color: #0000FF;
    }

        .bc-carousel--hero .bc-carousel__slider-slide-cta .bc-button::after {
            content: "";
            background-image: url(/images/icon/triangle-sharp-solid.svg) !important;
            display: none;
            height: 0.75rem;
            width: 0.75rem;
            transform: rotate(90deg);
            color: #0000ff;
            display: inline-block;
            fill: #0000FF !important;
            margin-left: 6px;
        }

        .bc-carousel--hero .bc-carousel__slider-slide-cta .bc-button:hover {
            color: #002882 !important;
        }

            .bc-carousel--hero .bc-carousel__slider-slide-cta .bc-button:hover::after {
                background-image: url(/images/icon/triangle-sharp-solid-dark.svg) !important;
            }

.bc-carousel--hero .bc-carousel__slider-slide-media {
    order: -1;
    display: block;
    position: relative;
    width: 100%;
}

    .bc-carousel--hero .bc-carousel__slider-slide-media .bc-image {
        height: 100%;
        background-color: white;
        display: flex;
        padding: 1rem;
    }

@media screen and (min-width: 992px) {
    .bc-carousel--hero .bc-carousel__slider-slide-media .bc-image {
        padding: 0;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide-media .bc-image__image {
    min-height: 115px;
    width: 115px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .bc-carousel--hero .bc-carousel__slider-slide-media .bc-image__image {
        min-height: 558px;
        width: 100%;
    }
}

.bc-carousel--hero .bc-carousel__slider-slide .bc-heading {
    line-height: 1;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel--hero .bc-carousel__slider-slide .bc-heading {
        margin-bottom: 1.5rem;
    }
}

.bc-carousel--hero .bc-carousel__pagination {
    display: block;
    position: absolute;
    bottom: -3.5rem;
    width: 100%;
    max-width: 1314px;
}

@media screen and (min-width: 650px) {
    .bc-carousel--hero .bc-carousel__pagination {
        bottom: -4rem;
    }
}

.bc-carousel--hero .bc-carousel__slider-controls {
    display: flex;
    top: 55%;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel--hero .bc-carousel__slider-controls {
        top: 50%;
    }
}

.bc-carousel--hero .bc-carousel__slider-control {
    width: 26px;
    height: 26px;
}

@media only screen and (min-width: 1025px) {
    .bc-carousel--hero .bc-carousel__slider-control {
        width: 50px;
        height: 50px;
    }
}

.bc-carousel__single-slide .bc-carousel__slider-slide-flex-container {
    margin-left: 6vw;
    margin-right: 6vw;
}

.bc-section--carousel .bc-heading--hero-carousel {
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .bc-section--carousel .bc-heading--hero-carousel {
        margin-bottom: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-section--hero-carousel {
    margin-top: 15px;
}

@media screen and (min-width: 992px) {
    .bc-section--hero-carousel {
        margin-top: 35px;
    }
}

.bc-section--hero-carousel .bc-heading--hero-carousel {
    padding-bottom: 0.5rem;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 1rem;
    margin-bottom: 0.5rem !important;
}

@media screen and (min-width: 1400px) {
    .bc-section--hero-carousel .bc-heading--hero-carousel {
        margin-bottom: 1.25rem !important;
        padding-top: 2.25rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-carousel-card > * {
    text-decoration: unset;
}

.bc-carousel-card .bc-carousel__wrapper-link {
    text-decoration: unset;
}

    .bc-carousel-card .bc-carousel__wrapper-link:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
    }

.bc-carousel-card__wrapper {
    display: flex;
    flex-direction: row;
    max-width: 322px;
    height: 100%;
    min-height: 180px;
    background-color: #f2f2f2;
}

@media screen and (min-width: 650px) {
    .bc-carousel-card__wrapper {
        max-width: 642px;
        height: 100%;
        min-height: 180px;
    }
}

@media screen and (min-width: 1400px) {
    .bc-carousel-card__wrapper {
        height: 204px;
    }
}

.bc-carousel-card__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 115px;
    width: 88px;
    min-width: 88px;
    max-width: 88px;
}

@media screen and (min-width: 650px) {
    .bc-carousel-card__image {
        height: 204px;
        width: 196px;
        min-width: 196px;
        max-width: 196px;
    }
}

.bc-carousel-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    color: #002882;
}

@media screen and (min-width: 1400px) {
    .bc-carousel-card__content {
        padding: 1.875rem;
    }
}

.bc-carousel-card__content p,
.bc-carousel-card__content h1,
.bc-carousel-card__content h2,
.bc-carousel-card__content h3,
.bc-carousel-card__content h4 {
    color: #002882;
}

.bc-carousel-card__content .bc-heading {
    color: #002882;
}

.bc-carousel-card .bc-button[data-appearance=link] {
    color: #0000ff;
}

    .bc-carousel-card .bc-button[data-appearance=link]::after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid.svg);
        display: none;
        height: 0.875rem;
        width: 0.875rem;
        transform: rotate(90deg);
        color: #0000ff;
        display: inline-block;
        fill: #0000FF !important;
        margin-left: 6px;
    }

    .bc-carousel-card .bc-button[data-appearance=link]:hover {
        color: #002882;
    }

        .bc-carousel-card .bc-button[data-appearance=link]:hover::after {
            background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
        }

.bc-cart {
    background: #fff;
}

.bc-cart__list {
    margin: 0;
    padding: 1rem;
}

@media screen and (min-width: 650px) {
    .bc-cart__list {
        padding: 1.875rem;
    }
}

.bc-cart__list li + li {
    margin: 0;
}

.bc-cart__item {
    min-height: 64px;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    border-bottom: 1px solid #002882;
    display: flex;
}

@media screen and (min-width: 650px) {
    .bc-cart__item {
        min-height: 96px;
    }
}

.bc-cart__item-inner {
    width: 100%;
    min-height: 64px;
    margin-right: 0.875rem;
}

@media screen and (min-width: 650px) {
    .bc-cart__item-inner {
        min-height: 96px;
        margin-right: 0;
    }
}

.bc-cart__item-name {
    font-size: 1rem;
    line-height: 1.75;
    color: #002882;
    display: block;
    text-decoration: none;
}

.bc-cart__item-name, .bc-cart__item-details {
    margin: 0;
}

.bc-cart__item-total {
    margin-left: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .bc-cart__item-total {
        margin-left: auto;
        text-align: right;
        margin-top: 0;
    }
}

.bc-cart__item-total p {
    margin: 0 0 0.5rem;
}

.bc-cart__item-remove {
    margin-top: auto;
}

.bc-cart__item-price {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-weight: 700;
}

.bc-cart__item-original-price {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-decoration: line-through;
}

.bc-cart .bc-image {
    grid-row: span 3;
    margin-right: 1.5rem;
}

@media screen and (min-width: 650px) {
    .bc-cart .bc-image {
        grid-row: span 1;
    }
}

.bc-cart .bc-label {
    display: none;
}

.bc-cart .bc-button {
    justify-content: flex-start;
    min-height: 0;
}

@media screen and (min-width: 650px) {
    .bc-cart .bc-button {
        margin-top: auto;
        margin-left: auto;
    }
}

.bc-cart[data-position=sidebar] {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

    .bc-cart[data-position=sidebar] .bc-cart__item-remove {
        display: none;
    }

    .bc-cart[data-position=sidebar] .bc-cart__item:first-of-type {
        border-top: none;
        padding-top: 0;
    }

.bc-cart .bc-form-row {
    margin: 0;
}

.bc-cart--extended .bc-cart__item {
    grid-template-columns: 2fr 6fr 2fr;
    display: grid;
}

@media (max-width: 800px) {
    .bc-cart--extended .bc-cart__item {
        grid-template-columns: 1fr 6fr 2fr;
    }
}

.bc-cart--extended .bc-image {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (min-width: 650px) {
    .bc-cart--extended .bc-image {
        width: 130px;
        height: 96px;
        margin-right: 1.875rem;
        margin-bottom: 0.5rem;
    }
}

.bc-cart--extended .bc-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.bc-cart--extended .bc-cart__item-name,
.bc-cart--extended .bc-cart__item-price {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875;
    line-height: 22px;
}

@media screen and (min-width: 650px) {
    .bc-cart--extended .bc-cart__item-name,
    .bc-cart--extended .bc-cart__item-price {
        font-size: 1.125rem;
        line-height: 1.4444444444;
        line-height: 26px;
    }
}

.bc-cart--extended .bc-cart__item-original-price {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-cart--extended .bc-cart__item-inner {
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .bc-cart--extended .bc-cart__item-inner {
        margin-top: 0;
    }
}

.bc-cart .bc-cart__item-name,
.bc-cart .bc-cart__item-price {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875;
    line-height: 22px;
}

@media screen and (min-width: 650px) {
    .bc-cart .bc-cart__item-name,
    .bc-cart .bc-cart__item-price {
        font-size: 1.125rem;
        line-height: 1.4444444444;
        line-height: 26px;
    }
}

.bc-cart .bc-cart__item-original-price {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-cart .bc-cart__item-inner {
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .bc-cart .bc-cart__item-inner {
        margin-top: 0;
    }
}

.bc-text-component__item {
    width: 100%;
    min-height: 93px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
    padding: 1rem;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 650px) {
    .bc-text-component__item {
        min-height: 84px;
        padding: 1rem 1.5rem;
    }
}

.bc-text-component__item p,
.bc-text-component__item a,
.bc-text-component__item h3 {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    color: #0000ff !important;
}

.bc-text-component__item h3 {
    margin-bottom: 0;
    text-align: left;
    margin: 0 !important;
}

    .bc-text-component__item h3::after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid.svg);
        display: none;
        height: 0.875rem;
        width: 0.875rem;
        transform: rotate(90deg);
        color: #0000ff;
        display: inline-block;
        fill: #0000FF !important;
        margin-left: 6px;
    }

.bc-text-component__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .bc-text-component__item a:hover h3 {
        color: #002882 !important;
    }

        .bc-text-component__item a:hover h3::after {
            background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
        }

    .bc-text-component__item a .bc-prose {
        margin-left: 60px;
    }

        .bc-text-component__item a .bc-prose p {
            color: #002882;
            font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            font-weight: 400;
        }

.bc-text-component__media {
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bc-checkbox.disabled input {
    pointer-events: none;
}

    .bc-checkbox.disabled input:checked:after {
        background-color: #696969;
    }

    .bc-checkbox.disabled input::before {
        background-color: #fff;
        border-color: #696969;
    }

    .bc-checkbox.disabled input:after {
        background-color: #fff;
    }

.bc-checkbox__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    grid-gap: 1.75rem;
}

.bc-checkbox__body {
    margin-top: 0.3rem;
    margin-left: -1.75rem;
    text-align: left;
}

.bc-checkbox__input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.2rem 0.5rem;
    cursor: pointer;
}

    .bc-checkbox__input::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border: 0.125rem solid #0000ff;
        border-radius: 0;
    }

    .bc-checkbox__input:checked::after {
        content: "";
        display: block;
        background-color: #0000ff;
        border: 0.063rem solid white;
        box-sizing: border-box;
        position: absolute;
        top: 0.2rem;
        left: 0.16rem;
        width: 70%;
        height: 70%;
    }

    .bc-checkbox__input.input-validation-error {
        padding: 0.25rem;
        box-sizing: border-box;
    }

        .bc-checkbox__input.input-validation-error::before {
            border-color: #da1e27;
        }

        .bc-checkbox__input.input-validation-error:checked::after {
            border: 0.063rem solid white;
        }

    .bc-checkbox__input:disabled::before {
        background-color: #696969;
        border-color: #696969;
    }

    .bc-checkbox__input:disabled:checked::after {
        background-color: #696969;
    }

.bc-checkbox__label {
    font-size: 1.125rem;
    line-height: 1.5;
    display: inline-block;
    padding-top: calc((1.125rem - 2rem) / 3);
    color: #002882;
}

.bc-checkbox[data-layout=horizontal] {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .bc-checkbox[data-layout=horizontal] {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.bc-checkbox[data-layout=horizontal] > * {
    margin-right: 3rem;
}

.bc-checkbox.two-items-per-row {
    flex-wrap: wrap;
}

    .bc-checkbox.two-items-per-row .bc-checkbox__item {
        width: 48%;
        box-sizing: border-box;
        margin-right: 0 !important;
    }

.bc-choice-cards__item {
    margin-top: 1rem;
    position: relative;
}

.bc-choice-cards__input {
    opacity: 0;
    position: absolute;
}

    .bc-choice-cards__input:focus + .bc-choice-cards__body {
        outline: 3px solid #0000ff;
        outline-offset: 0;
    }

    .bc-choice-cards__input:checked + .bc-choice-cards__body {
        color: #fff;
        background-color: #0000ff;
    }

    .bc-choice-cards__input:disabled + .bc-choice-cards__body {
        border-color: #fff;
        color: #000;
        background-color: #fff;
    }

    .bc-choice-cards__input:checked:disabled + .bc-choice-cards__body {
        border-color: #cccccc;
        background-color: #cccccc;
    }

.bc-choice-cards__body {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #0000ff;
    border-radius: 0;
}

.bc-choice-cards__label {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    cursor: pointer;
}

    .bc-choice-cards__label::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }

.bc-choice-cards__child-content {
    position: relative;
}

    .bc-choice-cards__child-content .bc-label {
        color: inherit;
    }

.bc-bw__dark-blue {
    background-color: #002882 !important;
}

.bc-bw__membership-blue {
    background-color: #E6F0FF !important;
}

.bc-bw__grey {
    background-color: #F2F2F2 !important;
}

.bc-bw__core-blue {
    background-color: #0000FF !important;
}

.bc-bw__white {
    background-color: #fff !important;
}

.bc-bw__core-blue p,
.bc-bw__core-blue h1,
.bc-bw__core-blue h2,
.bc-bw__core-blue h3,
.bc-bw__core-blue h4,
.bc-bw__core-blue address,
.bc-bw__dark-blue p,
.bc-bw__dark-blue h1,
.bc-bw__dark-blue h2,
.bc-bw__dark-blue h3,
.bc-bw__dark-blue h4,
.bc-bw__dark-blue address,
.bc-tab__panel--with-triangle p,
.bc-tab__panel--with-triangle h1,
.bc-tab__panel--with-triangle h2,
.bc-tab__panel--with-triangle h3,
.bc-tab__panel--with-triangle h4,
.bc-tab__panel--with-triangle address {
    color: #fff;
}

.bc-bw__core-blue a[data-appearance=link],
.bc-bw__core-blue .ip-homepage__blog__link,
.bc-bw__dark-blue a[data-appearance=link],
.bc-bw__dark-blue .ip-homepage__blog__link,
.bc-tab__panel--with-triangle a[data-appearance=link],
.bc-tab__panel--with-triangle .ip-homepage__blog__link {
    color: #fff;
}

    .bc-bw__core-blue a[data-appearance=link]::after,
    .bc-bw__core-blue .ip-homepage__blog__link::after,
    .bc-bw__dark-blue a[data-appearance=link]::after,
    .bc-bw__dark-blue .ip-homepage__blog__link::after,
    .bc-tab__panel--with-triangle a[data-appearance=link]::after,
    .bc-tab__panel--with-triangle .ip-homepage__blog__link::after {
        background-image: url(/images/icon/triangle-sharp-solid_white.svg);
        fill: white !important;
    }

    .bc-bw__core-blue a[data-appearance=link]:hover,
    .bc-bw__core-blue .ip-homepage__blog__link:hover,
    .bc-bw__dark-blue a[data-appearance=link]:hover,
    .bc-bw__dark-blue .ip-homepage__blog__link:hover,
    .bc-tab__panel--with-triangle a[data-appearance=link]:hover,
    .bc-tab__panel--with-triangle .ip-homepage__blog__link:hover {
        color: #D9D9D9;
    }

        .bc-bw__core-blue a[data-appearance=link]:hover::after,
        .bc-bw__core-blue .ip-homepage__blog__link:hover::after,
        .bc-bw__dark-blue a[data-appearance=link]:hover::after,
        .bc-bw__dark-blue .ip-homepage__blog__link:hover::after,
        .bc-tab__panel--with-triangle a[data-appearance=link]:hover::after,
        .bc-tab__panel--with-triangle .ip-homepage__blog__link:hover::after {
            background-image: url(/images/icon/triangle-sharp-solid_white-hover.svg);
        }

.bc-bw__membership-blue p,
.bc-bw__membership-blue h1,
.bc-bw__membership-blue h2,
.bc-bw__membership-blue h3,
.bc-bw__membership-blue h4,
.bc-bw__grey p,
.bc-bw__grey h1,
.bc-bw__grey h2,
.bc-bw__grey h3,
.bc-bw__grey h4 {
    color: #002882 !important;
}

.bc-contact-banner {
    width: 100%;
    min-height: 263px;
}

.bc-contact-banner__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1314px;
    margin: 0 auto;
    padding: 1.5rem 0 2.5rem;
    align-items: flex-start;
}

@media only screen and (max-width: 1400px) {
    .bc-contact-banner__wrapper {
        margin-left: 6vw;
        margin-right: 6vw;
    }
}

@media screen and (min-width: 992px) {
    .bc-contact-banner__wrapper {
        flex-direction: row;
        align-items: center;
        padding: 2.5rem 0;
    }
}

.bc-contact-banner__wrapper .bc-contact-banner__content {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner__wrapper .bc-contact-banner__content {
        margin-right: 1rem;
        max-width: 866px;
    }
}

.bc-contact-banner .bc-prose {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner .bc-prose {
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
    }
}

.bc-contact-banner__icon {
    max-height: 60px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner__icon {
        max-height: 188px;
        margin-right: 3rem;
        margin-left: 0.75rem;
        margin-bottom: 0;
    }
}

.bc-contact-banner__icon img {
    height: 60px;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner__icon img {
        height: 188px;
    }
}

.bc-contact-banner__info {
    margin-left: 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner__info {
        margin-left: auto;
        width: auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

.bc-contact-banner .bc-button {
    width: 100%;
    white-space: nowrap;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner .bc-button {
        width: auto;
        white-space: nowrap;
    }
}

.bc-contact-banner.bc-bw__white {
    min-height: 322px;
}

    .bc-contact-banner.bc-bw__white .bc-contact-banner__wrapper {
        min-height: 322px;
        padding: 0;
        padding: 1.5rem 0 1rem;
        align-items: flex-start;
    }

@media screen and (min-width: 992px) {
    .bc-contact-banner.bc-bw__white .bc-contact-banner__wrapper {
        padding: 5rem 0 1rem;
    }
}

.bc-contact-banner.bc-bw__white .bc-contact-banner__content {
    max-width: 100%;
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner.bc-bw__white .bc-contact-banner__content {
        max-width: 700px;
        margin-right: 5rem;
    }
}

.bc-contact-banner.bc-bw__white .bc-contact-banner__info {
    margin-left: 0;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner.bc-bw__white .bc-contact-banner__info {
        width: 250px;
    }
}

.bc-contact-banner.bc-bw__white .bc-button {
    margin-bottom: 1rem;
    margin-top: 0.875rem;
}

@media screen and (min-width: 992px) {
    .bc-contact-banner.bc-bw__white .bc-button {
        margin-top: 0;
        margin-bottom: 1.875rem;
    }
}

.bc-contact-banner .bc-list--address li {
    display: flex;
}

.bc-choice-selector-card__list {
    margin-bottom: 0;
}

    .bc-choice-selector-card__list li + li {
        margin-top: 1.5rem;
    }

.bc-choice-selector-card__item {
    border: 2px solid #0000ff;
    position: relative;
}

.bc-choice-selector-card__legend {
    margin-bottom: 1rem;
}

.bc-choice-selector-card__amount {
    margin: 0 !important;
    font-weight: 500;
}

.bc-choice-selector-card__input-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    height: 100%;
    opacity: 0;
    width: 100%;
}

    .bc-choice-selector-card__input-element:hover {
        cursor: pointer;
    }

    .bc-choice-selector-card__input-element:checked + .bc-choice-selector-card__inner {
        background: #0000ff;
        border: 2px solid #0000ff;
    }

        .bc-choice-selector-card__input-element:checked + .bc-choice-selector-card__inner > *,
        .bc-choice-selector-card__input-element:checked + .bc-choice-selector-card__inner label {
            color: #fff;
        }

.bc-choice-selector-card__inner {
    padding: 1rem 2.5rem;
}

    .bc-choice-selector-card__inner > * {
        margin-top: 0;
        margin-bottom: 0;
    }

        .bc-choice-selector-card__inner > * + * {
            margin-top: 0.25rem;
        }

.bc-choice-selector-card__child {
    display: flex;
    align-items: center;
}

    .bc-choice-selector-card__child input {
        max-width: 14ch;
        position: relative;
    }

    .bc-choice-selector-card__child label {
        margin-right: 0.5rem;
    }

.bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__list {
    display: flex;
}

    .bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__list li {
        margin: 0;
    }

.bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__inner {
    min-height: auto;
    padding: 0.5rem 1.75rem;
}

@media screen and (min-width: 650px) {
    .bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__inner {
        padding: 0.5rem 3rem;
    }
}

.bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__input-element {
    margin: 0;
}

.bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__label {
    font-size: 1rem;
    line-height: 1.75;
}

.bc-choice-selector-card[data-layout=horizontal] .bc-choice-selector-card__description {
    display: none;
}

.bc-date-input {
    flex-direction: row;
}

.bc-date-input__field {
    margin-right: 15px;
    max-width: 5.5rem;
}

    .bc-date-input__field label {
        display: none;
    }

.bc-date-input__input {
    text-align: center;
}

    .bc-date-input__input::-moz-placeholder {
        color: transparent;
    }

    .bc-date-input__input::placeholder {
        color: transparent;
    }

.bc-details {
    overflow: hidden;
    border-top: 1px solid #002882;
    background: transparent;
    transition: all;
}

    .bc-details:last-child {
        border-bottom: 1px solid #002882;
    }

    .bc-details:last-of-type {
        padding-bottom: 0;
    }

    .bc-details summary {
        list-style: none;
    }

    .bc-details[open] .bc-details__icon {
        display: inline-block;
    }

    .bc-details[open] .bc-details__how-to-join-link h4::after {
        content: "remove";
        font-family: "Material Icons";
        color: #fff;
        font-size: 1.4rem;
        padding-left: 5px;
    }

.bc-details--faq[open] .bc-details__icon {
    display: flex;
    align-items: flex-start;
}

.bc-details--faq[open] .icon-keyboard_arrow_down {
    rotate: 180deg;
}

.bc-details__summary {
    color: #002882;
    cursor: pointer;
    position: relative;
    padding: 1.55rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bc-details__summary .bc-heading--subtitle {
        margin-right: 1rem;
    }

.bc-details__summary--image {
    display: flex;
    flex-direction: row;
}

    .bc-details__summary--image .bc-card__media {
        max-width: 100px;
        max-height: 100px;
        margin-right: 2rem;
        min-width: 100px;
        width: 100px;
        height: 100px;
    }

    .bc-details__summary--image .bc-image {
        width: 100px;
        height: 100px;
        margin-right: 2rem;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 1rem;
    }

        .bc-details__summary--image .bc-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.bc-details__summary .bc-heading--title.bc-details__heading {
    margin-bottom: 0;
    margin-right: 1.5rem;
}

.bc-details__summary .bc-icon {
    font-size: 30px;
    line-height: 50px;
}

.bc-details__summary:hover {
    color: #002882;
}

    .bc-details__summary:hover > .bc-icon {
        color: #002882;
    }

.bc-details__icon {
    transition: all 0.5s;
}

.bc-details__heading {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.bc-details__icon--minus {
    display: none !important;
}

.bc-details__body {
    padding: 0 0 1rem;
    margin-top: -0.5rem;
}

    .bc-details__body > * {
        margin-top: 0;
    }

    .bc-details__body .bc-iframe {
        margin-top: 1.5rem;
        margin-bottom: 2rem !important;
    }

    .bc-details__body .bc-list {
        margin-top: 0.75rem;
        margin-bottom: 2.5rem;
    }

.bc-details--faq {
    max-width: 754px;
    margin: 0 auto;
}

    .bc-details--faq .bc-icon {
        margin-left: 1rem;
        margin-right: 1rem;
        line-height: 32px;
    }

@media only screen and (max-width: 992px) {
    .bc-details--faq .bc-icon {
        line-height: 24px;
    }
}

.bc-details--faq .bc-details__heading {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.bc-details--faq:first-child {
    border-top: unset;
}

.bc-details--faq .bc-details__body {
    padding: 0 0 1rem;
}

.bc-details__how-to-join-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .bc-details__how-to-join-link h4 {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .bc-details__how-to-join-link h4::after {
            content: "add";
            font-family: "Material Icons";
            color: #fff;
            font-size: 1.4rem;
            padding-left: 5px;
            transition: all 0.5s;
        }

.bc-details-group--faq details:first-of-type {
    border-top: unset;
}

.bc-heading--faq {
    max-width: 754px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.bc-product-card {
    position: relative;
    padding: 1.875rem;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 245px;
    box-shadow: none;
}

.bc-product-card__category {
    font-weight: 300;
    color: #696969;
    font-size: 1rem;
    line-height: 24px;
    padding-bottom: 0.25rem;
}

.bc-product-card__main .bc-prose {
    margin-bottom: 1.25rem;
}

.bc-product-card__main p,
.bc-product-card__main .bc-prose {
    font-size: 1rem;
    line-height: 22px;
}

@media screen and (min-width: 650px) {
    .bc-product-card__main p,
    .bc-product-card__main .bc-prose {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.bc-product-card a {
    text-decoration: none;
}

.bc-product-card .bc-heading {
    color: #000;
    margin: 0;
}

.bc-product-card .bc-button {
    margin-right: 1.5rem;
}

.bc-product-card .fa-arrow-right {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.5rem;
}

.bc-product-card .fa-long-arrow-right {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.75rem;
}

.bc-product-card__media {
    line-height: 0;
    padding: 0;
}

    .bc-product-card__media .bc-product-card__month {
        color: #0000ff !important;
    }

.bc-product-card__header {
    margin-bottom: 1.5rem;
}

.bc-product-card__body {
    order: 2;
    width: 95%;
    display: flex;
    flex-direction: column;
}

.bc-product-card__cta {
    margin-top: auto;
}

.bc-product-card__link {
    text-decoration: none !important;
}

.bc-product-card .bc-description-list {
    margin: 0;
}

.bc-product-card .bc-description-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

    .bc-product-card .bc-description-list__item:last-child {
        margin-bottom: 0;
    }

    .bc-product-card .bc-description-list__item i {
        font-size: 1rem;
    }

.bc-product-card .bc-description-list__value {
    color: #002882;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media only screen and (max-width: 1025px) {
    .bc-product-card .bc-description-list__value {
        font-size: 0.875rem;
    }
}

.bc-product-card .bc-description-list__key {
    color: #96ff00;
    width: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.bc-product-card--hero {
    padding: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: none;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    height: auto;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        margin-bottom: 5rem;
        min-height: 548px;
    }
}

.bc-product-card--hero .bc-button[data-appearance=secondary] {
    border-color: white !important;
    color: white !important;
}

    .bc-product-card--hero .bc-button[data-appearance=secondary]:hover {
        border-color: #d9d9d9 !important;
        color: #d9d9d9 !important;
    }

.bc-product-card--hero .bc-prose p {
    font-size: 1rem;
    line-height: 28px;
}

.bc-product-card--hero .bc-description-list dd,
.bc-product-card--hero .bc-description-list dt {
    font-weight: 400;
}

.bc-product-card--hero .bc-product-card__header {
    margin-top: 0.5rem;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero .bc-product-card__header {
        margin-top: 3rem;
    }
}

.bc-product-card--hero .bc-product-card__body {
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.bc-product-card--hero .bc-product-card__media {
    padding: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    order: -1;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero .bc-product-card__media {
        order: 2;
    }
}

.bc-product-card--hero .bc-prose p {
    font-size: 1.125;
    line-height: 28px;
}

.bc-product-card--hero .bc-product-card__toolbar {
    margin-top: 0.75rem;
}

.bc-product-card--hero .bc-product-card__cta {
    margin-top: 0;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero .bc-product-card__cta {
        display: flex;
        flex-direction: column;
    }
}

.bc-product-card--hero .bc-product-card__cta .bc-button {
    margin-top: 3.5rem;
    margin-bottom: 4.5rem;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero .bc-product-card__cta .bc-button {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero .bc-product-card__cta .bc-button:last-child {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero .bc-product-card__cta .bc-button:first-child {
        margin-top: 40px;
    }
}

.bc-product-card--hero .bc-image {
    height: 100%;
}

.bc-product-card--hero .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-product-card--hero .bc-heading {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.bc-product-card--hero.bc-bw__dark-blue p,
.bc-product-card--hero.bc-bw__dark-blue h1,
.bc-product-card--hero.bc-bw__dark-blue h2,
.bc-product-card--hero.bc-bw__dark-blue h3,
.bc-product-card--hero.bc-bw__dark-blue h4,
.bc-product-card--hero.bc-bw__dark-blue ul,
.bc-product-card--hero.bc-bw__dark-blue li,
.bc-product-card--hero.bc-bw__dark-blue p,
.bc-product-card--hero.bc-bw__dark-blue dd,
.bc-product-card--hero.bc-bw__dark-blue dt,
.bc-product-card--hero.bc-bw__dark-blue .bc-icon {
    color: #fff;
}

.bc-product-card--hero-detail-page {
    background-color: transparent;
    padding: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    height: auto;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero-detail-page {
        grid-gap: 30px;
        grid-template-columns: minmax(auto, 626px) minmax(auto, 720px);
        padding: 1.5rem 0 3.25rem 0;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .bc-product-card--hero-detail-page {
        grid-template-columns: 1.125fr 0.875fr;
    }
}

.bc-product-card--hero-detail-page .bc-product-card__media {
    position: relative;
    margin-right: -6vw;
    width: 100vw;
    margin-left: -6vw;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero-detail-page .bc-product-card__media {
        padding-top: 0;
        position: absolute;
        left: 50%;
        width: 50vw;
        margin-right: 0;
        margin-left: 0;
    }
}

.bc-product-card--hero-detail-page .bc-product-card__media .bc-image {
    height: 332px;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero-detail-page .bc-product-card__media .bc-image {
        height: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .bc-product-card--hero-detail-page .bc-product-card__media {
        left: calc(50% + 6vw);
        width: 44vw;
    }
}

.bc-product-card--hero-detail-page .bc-product-card__header {
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.bc-product-card--hero-detail-page .bc-image {
    height: 245px;
}

@media screen and (min-width: 650px) {
    .bc-product-card--hero-detail-page .bc-image {
        height: 100%;
        width: 100%;
    }
}

.bc-product-card--hero-detail-page .bc-image .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-product-card--hero-detail-page .bc-product-card__body {
    order: -1;
    padding: 0 0 1.75rem 0;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero-detail-page .bc-product-card__body {
        padding: 1rem 0 0;
        width: 100%;
    }
}

.bc-product-card--hero-detail-page .bc-product-card__toolbar {
    margin-bottom: 1.875rem;
    margin-top: 0;
}

@media only screen and (min-width: 1025px) {
    .bc-product-card--hero-detail-page .bc-product-card__toolbar {
        margin-top: 0.75rem;
    }
}

.bc-product-card--hero-detail-page .bc-hero-banner__back-btn {
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-product-card--hero-detail-page .bc-hero-banner__back-btn {
        margin-bottom: 1rem;
        margin-top: 0;
    }
}

.bc-product-card--hero-detail-page .bc-hero-banner__back-btn a,
.bc-product-card--hero-detail-page .bc-hero-banner__back-btn .bc-button__label {
    font-size: 1rem;
    line-height: 24px;
}

    .bc-product-card--hero-detail-page .bc-hero-banner__back-btn a:after {
        display: none;
    }

.bc-product-card--hero-detail-page .bc-product-card__cta {
    margin-top: 1.875rem;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero-detail-page .bc-product-card__cta {
        margin-top: 0;
    }
}

.bc-product-card--hero-detail-page .bc-product-card__cta .bc-button {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .bc-product-card--hero-detail-page .bc-product-card__cta .bc-button {
        width: auto;
    }
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero-detail-page .bc-product-card__cta .bc-button:first-child {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 1.875rem;
    }
}

.bc-product-card--hero-detail-page .bc-button[data-appearance=secondary] {
    color: #0000ff !important;
    border-color: #0000ff !important;
    background: transparent !important;
}

    .bc-product-card--hero-detail-page .bc-button[data-appearance=secondary]:hover {
        color: #002882 !important;
        border-color: #002882 !important;
    }

    .bc-product-card--hero-detail-page .bc-button[data-appearance=secondary]:focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
        border-color: #0000ff !important;
        border: 2px solid !important;
        padding-top: calc(0.7rem - 1px);
        padding-bottom: calc(0.7rem - 1px);
        padding-left: calc(1rem - 1px);
        padding-right: calc(1rem - 1px);
    }

.bc-product-card--event {
    grid-template-columns: 13% 92%;
    grid-gap: 1%;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--event {
        grid-template-columns: 20% 80%;
        padding: 0.625rem;
    }
}

.bc-product-card--event .bc-heading {
    color: #002882;
}

.bc-product-card--event .bc-image {
    height: 64px;
    width: 64px;
}

@media screen and (min-width: 650px) {
    .bc-product-card--event .bc-image {
        height: 166px;
        width: 100%;
    }
}

.bc-product-card--event .bc-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.bc-product-card--event-big {
    grid-gap: 20px;
    grid-template-columns: minmax(auto, 54px) minmax(auto, 900px) !important;
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-product-card--event-big {
        grid-gap: 40px;
        grid-template-columns: minmax(auto, 100px) minmax(auto, 615px) !important;
    }
}

.bc-product-card--event-big .bc-product-card__cta {
    margin-top: 40px;
}

.bc-product-card--account-event {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) {
    .bc-product-card--account-event {
        grid-template-columns: minmax(auto, 642px) minmax(auto, 224px) !important;
    }
}

.bc-product-card--account-event .bc-product-card__body {
    padding: 1rem;
    order: -1;
}

@media screen and (min-width: 992px) {
    .bc-product-card--account-event .bc-product-card__body {
        padding: 1.875rem;
    }
}

.bc-product-card--account-event .bc-product-card__edit-event {
    border-left: none;
    padding: 0 1rem 1rem;
}

@media screen and (min-width: 992px) {
    .bc-product-card--account-event .bc-product-card__edit-event {
        border-left: 1px solid #002882;
        padding: 1.875rem;
    }
}

.bc-product-card--account-event .bc-product-card__edit-event .bc-button {
    margin: 0 0 1.5rem 0;
}

.bc-product-card--account-event .bc-product-card__edit-event .bc-button-column {
    align-items: flex-start;
}

.bc-product-card--event-small {
    padding: 1rem 1.25rem;
    max-width: 418px;
    width: 100%;
    min-height: 254px;
    grid-template-columns: 12% 80%;
    grid-gap: 8%;
}

@media screen and (min-width: 992px) {
    .bc-product-card--event-small {
        padding: 2rem 1rem 1.875rem;
        grid-template-columns: 27% 69.5%;
        grid-gap: 3.5%;
        min-height: 338px;
    }
}

.bc-product-card--event-small .bc-heading--small-subtitle {
    margin-bottom: 1rem !important;
    display: none;
}

@media screen and (min-width: 650px) {
    .bc-product-card--event-small .bc-heading--small-subtitle {
        display: block;
    }
}

.bc-product-card--event-small .bc-heading--subtitle {
    margin-bottom: 1rem !important;
}

@media screen and (min-width: 992px) {
    .bc-product-card--event-small .bc-heading--subtitle {
        margin-bottom: 0.75rem !important;
    }
}

.bc-product-card--event-small .bc-product-card__toolbar {
    margin-bottom: 1rem;
}

.bc-product-card__date {
    color: #002882;
    font-size: 2.5rem;
    line-height: 50px;
    text-align: center;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .bc-product-card__date {
        font-size: 5rem;
        line-height: 68px;
    }
}

.bc-product-card__month {
    color: #0000ff !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    margin-top: -0.375rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .bc-product-card__month {
        font-size: 1.875rem;
        margin-top: 0.5rem;
        text-align: center;
    }
}

.bc-product-card .bc-product-card__category {
    padding-bottom: 0.25rem;
}

.bc-product-card .bc-card__member-category {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 26px;
    background-color: #08ffff;
    height: 26px;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #002882;
    border-radius: 60px;
    width: -moz-fit-content;
    width: fit-content;
}

    .bc-product-card .bc-card__member-category .bc-card__icon {
        display: flex;
    }

    .bc-product-card .bc-card__member-category img {
        height: 22px;
    }

.bc-product-card--event {
    background-color: #f2f2f2;
}

.bc-product-card .bc-product-card__header {
    margin-bottom: 0;
}

.bc-product-card--search .bc-product-card__body {
    order: -1;
}

.bc-product-card--search .bc-button {
    margin-left: auto;
    margin-right: 0;
}

.bc-product-card--search .bc-product-card__category {
    padding-bottom: 0.25rem;
}

.bc-company_Name {
    font: bold 16px/26px DM Sans;
    margin: 0.4rem 0;
}

.bc-feedback-message {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bc-feedback-message__icon {
    margin-right: 0.5rem;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #0c0adb;
}

.bc-feedback-message__label {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    line-height: 1.5rem;
}

.bc-feedback-message[data-type=success] .bc-feedback-message__icon {
    color: #bb0e7b;
}

.bc-feedback-message[data-type=warning] .bc-feedback-message__icon {
    color: #0c0adb;
}

.bc-feedback-message[data-type=danger] .bc-feedback-message__icon, .bc-feedback-message[data-type=error] .bc-feedback-message__icon {
    color: #000;
}

.bc-feedback-message[data-type=error] {
    color: #000;
}

.bc-feedback-message[data-size=large] {
    padding: 0.5rem;
    border-radius: 0;
    background-color: #000;
}

    .bc-feedback-message[data-size=large] .bc-feedback-message__icon {
        font-size: 2.5rem;
    }

    .bc-feedback-message[data-size=large][data-type=success] {
        background-color: #000;
    }

    .bc-feedback-message[data-size=large][data-type=warning] {
        background-color: #000;
    }

    .bc-feedback-message[data-size=large][data-type=danger], .bc-feedback-message[data-size=large][data-type=error] {
        background-color: #000;
    }

.bc-fetchify__address {
    margin-top: 2.5rem;
    padding-bottom: 3rem;
}

    .bc-fetchify__address .bc-heading {
        margin-bottom: 0.25rem;
    }

    .bc-fetchify__address p {
        margin-top: 0.25rem;
    }

    .bc-fetchify__address .bc-form-row:first-of-type {
        margin-top: 0;
    }

.bc-fetchify__phone {
    display: grid;
    grid-gap: 2.5rem;
}

.bc-fetchify__phone--mobile, .bc-fetchify__phone--landline {
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 650px) {
    .bc-fetchify__phone--mobile, .bc-fetchify__phone--landline {
        grid-template-columns: 1fr 2fr;
    }
}

.bc-fetchify__phone--mobile .bc-form-row, .bc-fetchify__phone--landline .bc-form-row {
    margin-top: auto;
}

.bc-fetchify .hidden {
    display: none;
}

.bc-fetchify .c2a_results,
.bc-fetchify #cc_c2a.c2a_light ul.c2a_results li {
    font-size: 1rem;
    line-height: 22px;
    font-family: "DM Sans";
    color: #0000ff;
}

.bc-file-list {
    margin: 0;
}

.bc-file-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
    border-radius: 0;
}

.bc-file-list__filename {
    display: table-cell;
    padding-right: 1.25rem;
    flex: 0 0 80%;
    margin-bottom: 0;
}

.bc-file-list__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex: 0 0 20%;
}

    .bc-file-list__actions a {
        display: flex;
    }

.bc-file-list__link {
    text-decoration: none;
    color: #0000ff;
}

.bc-file-list__download {
    font-size: 1.5rem;
}

.bc-file-upload {
    text-align: center;
}

.bc-file-upload__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.bc-file-upload__list-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #002882;
    margin: 0 0 0.5rem 0;
}

@media only screen and (max-width: 576px) {
    .bc-file-upload__list-item::before {
        font-family: "Material Icons";
        content: "image";
        color: #002882;
        margin: 0 0.5rem 0 0;
        font-size: 1.6rem;
    }
}

.bc-file-upload__list-item p {
    display: flex;
    align-items: center;
    color: #002882;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .bc-file-upload__list-item p {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        line-height: normal;
        padding: 0.5rem 0.5rem 0.5rem 0;
        word-break: break-all;
    }
}

.bc-file-upload__list-item p span {
    padding-left: 0.5rem;
}

@media only screen and (max-width: 576px) {
    .bc-file-upload__list-item p span {
        padding-left: 0;
    }
}

.bc-file-upload__list-item p::before {
    font-family: "Material Icons";
    content: "image";
    color: #002882;
    margin: 0 0.5rem 0 0;
    font-size: 1.6rem;
}

@media only screen and (max-width: 576px) {
    .bc-file-upload__list-item p::before {
        display: none;
    }
}

.bc-file-upload__list-item--info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bc-file-upload__label {
    color: #0000ff;
    border-color: #0000ff;
    margin-top: 1rem;
}

.bc-file-upload__control {
    position: relative;
    background: #fff;
    border: 2px solid #0000ff;
    border-radius: 0;
    padding: 2rem 0 3.5rem 0;
}

@media only screen and (max-width: 991px) {
    .bc-file-upload__control {
        width: 100%;
        padding: 1rem;
    }
}

.bc-file-upload__control--error {
    border: 2px solid #da1e27;
}

.bc-file-upload__input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.bc-file-upload .bc-button.buttonid, .bc-file-upload .buttonid.bc-file-upload__label {
    margin: 1rem 0 0;
}

@media only screen and (max-width: 991px) {
    .bc-file-upload .bc-button.buttonid, .bc-file-upload .buttonid.bc-file-upload__label {
        width: 100%;
    }
}

.bc-file-upload .bc-hint {
    font-size: 16px;
    color: #002882;
}

.bc-file-upload__messaging i {
    margin-bottom: 1rem;
    color: rgba(0, 0, 255, 0.3411764706);
    font-size: 5rem;
    margin: 0;
}

.bc-file-upload__error {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    text-align: left;
    line-height: normal;
    color: #da1e27;
    padding: 0.5rem 0;
}

    .bc-file-upload__error::before {
        content: "";
        display: block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23da1e27"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm0-160q17 0 28.5-11.5T520-480v-160q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640v160q0 17 11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/></svg>');
    }

.bc-file-upload__delete {
    background: none;
    border: none;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    color: #0000ff;
    cursor: pointer;
}

.bc-filters .icon-keyboard_arrow_down {
    display: block;
}

@media screen and (min-width: 992px) {
    .bc-filters .icon-keyboard_arrow_down {
        display: none;
    }
}

.bc-filters .bc-button {
    display: block;
}

    .bc-filters .bc-button[data-appearance=link] {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-bottom: 1rem;
        margin-top: 1.75rem;
    }

@media (max-width: 991px) {
    .bc-filters .bc-button[data-appearance=link] {
        margin-bottom: 1.25rem;
    }
}

.bc-filters .bc-form {
    margin: 0;
}

.bc-filters__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bc-filters__actions [data-appearance=primary] {
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

@media (max-width: 991px) {
    .bc-filters__actions [data-appearance=primary] {
        margin-top: 1.5rem;
    }
}

.bc-filters__body {
    height: 0;
    overflow: hidden;
    transition: height 0.7s ease-in-out;
    padding: 0;
}

@media (max-width: 991px) {
    .bc-filters__body {
        background-color: #fff;
        padding: 0 1rem;
    }
}

.bc-filters__body > .bc-form-row:first-child {
    margin-top: 0;
}

.bc-filters__body h4 {
    margin: 2.25rem 0 0.5rem;
}

@media (max-width: 991px) {
    .bc-filters__body h4 {
        margin: 2rem 0 0.5rem;
    }
}

.bc-filters__body h4 + .bc-form-row {
    margin-top: 0;
}

.bc-filters .bc-label__optional {
    display: none;
}

.bc-filters .bc-form > .bc-heading {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    line-height: 1.25;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .bc-filters .bc-form > .bc-heading {
        cursor: pointer;
        font-size: 1.125rem;
        line-height: 1.4444444444;
        margin-bottom: 0 !important;
    }
}

.bc-filters.active .bc-filters__body {
    height: auto;
    padding: 0;
}

@media (max-width: 991px) {
    .bc-filters.active .bc-filters__body {
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 991px) {
    .bc-filters.active .bc-filters__body .bc-heading {
        margin: 2rem 0 0;
        padding-left: 0;
    }

        .bc-filters.active .bc-filters__body .bc-heading:before {
            content: unset;
        }
}

.bc-filters.active .bc-heading .bc-icon {
    transform: rotate(-180deg);
}

.bc-filters .bc-heading--title {
    font-size: 2.5rem;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .bc-filters .bc-heading--title {
        display: flex;
        align-items: center;
        color: #0000ff !important;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        background-color: #f2f2f2;
        height: 56px;
        margin: 0;
        padding-left: 1rem;
        cursor: pointer;
    }

        .bc-filters .bc-heading--title:before {
            content: "filter_alt";
            font-family: "Material Icons";
            color: #0000ff !important;
            font-size: 1.8rem;
            padding-right: 5px;
        }
}

.bc-filters .bc-heading--title .icon-keyboard_arrow_down {
    display: block;
    margin-left: auto;
    margin-right: 1.125rem;
    color: #0000ff;
    font-size: 2.5rem;
}

@media screen and (min-width: 992px) {
    .bc-filters .bc-heading--title .icon-keyboard_arrow_down {
        display: none;
    }
}

.bc-filters.active .bc-filters__body {
    height: auto;
    padding: 0;
}

@media (max-width: 991px) {
    .bc-filters.active .bc-filters__body {
        padding: 0.25rem 1rem;
        background-color: #f2f2f2;
    }
}

.bc-filters.active .bc-heading .bc-icon {
    transform: rotate(-180deg);
}

.bc-filters .icon-filter {
    display: block;
}

@media screen and (min-width: 992px) {
    .bc-filters .icon-filter {
        display: none;
    }
}

.bc-filters .bc-fieldset__legend span {
    color: #002882;
}

.bc-filters .bc-checkbox__input {
    min-width: 1rem;
    height: 1rem;
    width: 1rem;
    margin-left: 1px;
}

    .bc-filters .bc-checkbox__input:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #0000ff;
    }

    .bc-filters .bc-checkbox__input:after {
        height: 0.65rem;
        width: 0.65rem;
    }

.bc-filters .bc-checkbox__item {
    align-items: center;
    padding-bottom: 0.25rem;
}

@media screen and (min-width: 992px) {
    .bc-filters .bc-checkbox__item {
        padding-bottom: 0.45rem;
    }
}

.bc-filters .bc-checkbox__label {
    padding-top: 0;
    margin-left: 0.5rem;
    font-size: 1rem;
    line-height: 24px;
    color: #002882;
}

.bc-filters .bc-checkbox__body {
    margin-top: 0;
}

.bc-footer__top {
    background: #f2f2f2;
    padding: 0 0 1.875rem;
    position: relative;
}

@media screen and (min-width: 650px) {
    .bc-footer__top {
        padding: 1rem 0 1.875rem;
    }
}

.bc-footer__wrapper {
    max-width: 1314px;
    margin: 0 auto;
}

    .bc-footer__wrapper .bc-heading {
        display: inline-block;
        margin-bottom: 1rem;
    }

.bc-footer__top-tier {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

@media screen and (min-width: 650px) {
    .bc-footer__top-tier {
        flex-direction: row;
    }
}

.bc-footer__top-tier .bc-logo {
    line-height: 1;
}

.bc-footer .bc-button {
    background-color: transparent;
    width: 88vw;
}

@media screen and (min-width: 650px) {
    .bc-footer .bc-button {
        width: auto;
    }
}

.bc-footer .bc-button span {
    font-weight: 500;
}

.bc-footer__navigation {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: 1rem;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .bc-footer__navigation {
        flex-direction: row;
        margin-top: 0;
        justify-content: space-between;
    }
}

.bc-footer__copyright-copy {
    margin: 0;
}

.bc-footer__copyright-links {
    margin-top: 0;
    display: flex;
}

    .bc-footer__copyright-links a:last-of-type {
        margin-left: auto;
    }

.bc-footer__nav-list {
    font-size: 1rem;
    line-height: 1.375;
}

    .bc-footer__nav-list.bc-list {
        margin-bottom: 1rem;
        margin-right: 0;
        width: 50%;
    }

@media screen and (min-width: 1200px) {
    .bc-footer__nav-list.bc-list {
        margin-right: 0.5rem;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .bc-footer__nav-list.bc-list {
        width: auto;
        margin-right: 0.5rem;
        margin-bottom: 0;
    }
}

.bc-footer__nav-list.bc-list:last-of-type {
    margin-right: 0;
}

.bc-footer__nav-list a {
    font-size: 1rem;
    line-height: 1.375;
    text-decoration: none;
    color: #0000ff;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 30px;
}

    .bc-footer__nav-list a.bc-footer__nav-list-title {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
        line-height: 22px;
    }

.bc-footer__nav-list li + li {
    margin-top: 0 !important;
}

.bc-footer__nav-list li:first-of-type {
    margin-bottom: 0.5rem;
}

.bc-footer__sm {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0.75rem;
}

    .bc-footer__sm .bc-button {
        margin: 0 0 1.5rem 0;
    }

@media screen and (min-width: 650px) {
    .bc-footer__sm {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

        .bc-footer__sm .bc-button {
            margin: 1rem 2.8rem 0 0;
        }
}

@media screen and (min-width: 650px) {
    .bc-footer__socials {
        margin-top: 0.75rem;
    }
}

.bc-footer__nav-list--utility li:first-of-type {
    margin-bottom: 0;
}

.bc-footer__bottom {
    background: #fff;
    padding: 2rem 0;
}

.bc-footer__bottom__wrapper {
    max-width: 1314px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .bc-footer__bottom__wrapper {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.bc-footer__logo {
    margin-right: 0;
    width: 50%;
}

@media screen and (min-width: 992px) {
    .bc-footer__logo {
        margin-right: 3.25rem;
        width: auto;
    }
}

.bc-footer__logo img {
    width: 101px;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .bc-footer__logo img {
        width: 194px;
        margin-left: -23px;
    }
}

.bc-footer__certificate {
    margin-left: auto;
    width: auto;
}

@media screen and (min-width: 992px) {
    .bc-footer__certificate {
        margin-left: 3.25rem;
        width: auto;
    }
}

.bc-footer__certificate img {
    width: 40px;
}

@media screen and (min-width: 992px) {
    .bc-footer__certificate img {
        width: 68px;
    }
}

.bc-footer__info {
    max-width: 880px;
    order: 3;
    margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-footer__info {
        order: unset;
        margin-top: 0;
    }
}

.bc-footer__info .bc-prose {
    margin-bottom: 1rem;
}

.bc-footer__info p,
.bc-footer__info a {
    font-size: 0.75rem;
    line-height: 18px;
    color: #002882;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-footer__info a {
    color: #0000ff !important;
}

.bc-footer__info__link a {
    color: #0000ff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 30px;
    text-decoration: none;
}

    .bc-footer__info__link a:first-of-type {
        margin-right: 1.5rem;
    }

.bc-gallery__product-image {
    line-height: 0;
}

    .bc-gallery__product-image img {
        margin-bottom: 1rem;
        width: 100%;
        max-height: 203px;
    }

@media screen and (min-width: 650px) {
    .bc-gallery__product-image img {
        max-height: 439px;
    }
}

.bc-gallery__image-list {
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
}

    .bc-gallery__image-list li + li {
        margin: 0 1rem 0 0;
    }

.bc-gallery__image-list-item {
    cursor: pointer;
    margin: 0 1rem 0 0;
}

    .bc-gallery__image-list-item:last-child {
        margin-right: 0;
    }

    .bc-gallery__image-list-item img {
        height: 10rem;
        width: 100%;
        transition: opacity 0.3s ease;
        border-radius: 0;
        max-height: 215px;
    }

@media screen and (min-width: 650px) {
    .bc-gallery__image-list-item img {
        max-height: 215px;
    }
}

.bc-gallery__image-list-item img:hover {
    opacity: 0.7;
}

.bc-gallery img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.bc-grid {
    display: grid;
    grid-gap: 15px;
}

    .bc-grid[data-size="1/4"] {
        grid-template-columns: 1fr;
    }

@media screen and (min-width: 800px) {
    .bc-grid {
        grid-gap: 30px;
    }

        .bc-grid[data-size="1/3"] {
            grid-template-columns: 1fr 1fr;
        }

        .bc-grid[data-size="1/4"] {
            grid-template-columns: 2fr 2fr;
        }
}

@media screen and (min-width: 992px) {
    .bc-grid {
        grid-gap: 30px;
    }

        .bc-grid[data-size="1/1"] {
            grid-template-columns: 1fr;
        }

        .bc-grid[data-size="1/2"] {
            grid-template-columns: 1fr 1fr;
        }

        .bc-grid[data-size="1/3"] {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .bc-grid[data-size="1/4"] {
            grid-template-columns: 2fr 2fr;
        }
}

@media screen and (min-width: 992px) {
    .bc-grid[data-size="1/4"] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.bc-flex, .bc-header__navbar-cart {
    display: flex;
    align-items: center;
}

.bc-flex--space-between {
    justify-content: space-between;
}

.bc-header .bc-logo {
    margin-left: 0;
    height: 78px;
}

@media only screen and (max-width: 991px) {
    .bc-header .bc-logo {
        height: 41px;
    }
}

.bc-header__logo-container-tablet {
    margin-right: auto;
    display: none;
}

    .bc-header__logo-container-tablet .bc-logo {
        margin-left: -22px;
    }

@media only screen and (min-width: 1199px) {
    .bc-header__logo-container-tablet {
        width: 250px;
    }
}

@media screen and (min-width: 992px) {
    .bc-header__logo-container-tablet {
        display: flex;
        width: 244px;
    }
}

.bc-header__logo-container_mobile {
    height: 42px;
}

@media screen and (min-width: 992px) {
    .bc-header__logo-container_mobile {
        display: none;
    }
}

.bc-header__quick-nav {
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-header__quick-nav {
        display: flex;
        margin-left: auto;
        transition: all 0.3s linear;
        width: 100%;
    }
}

.bc-header__quick-nav-menu {
    display: none;
    margin: 0;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .bc-header__quick-nav-menu {
        display: flex;
        align-items: center;
    }
}

.bc-header__quick-nav-menu-item {
    margin-left: 10px;
    margin-top: 1rem;
}

    .bc-header__quick-nav-menu-item:first-of-type {
        margin-left: 0;
    }

    .bc-header__quick-nav-menu-item a {
        display: flex;
        align-items: center;
        color: #0000ff;
        font-size: 1.125rem;
        line-height: 1.4444444444;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
        line-height: 22px;
        padding: 0.75rem 0 1rem;
        text-decoration: none;
    }

    .bc-header__quick-nav-menu-item .bc-header__quick-nav__link:hover .icon-keyboard_arrow_down {
        color: #002882;
    }

.bc-header__quick-nav-menu-item-sub-menu {
    background-color: #f2f2f2;
    display: none;
    z-index: 19999;
    position: absolute;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    opacity: 1;
    height: auto;
    padding: 0.75rem 0 1.5rem;
    transition: all 0.35s ease;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

@media screen and (min-width: 992px) {
    .bc-header__quick-nav-menu-item-sub-menu {
        top: calc(100% + 8px);
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-header__quick-nav-menu-item-sub-menu {
        padding: 0.75rem 6vw 1.5rem;
    }
}

.bc-header__quick-nav-menu-item-sub-menu li a {
    font-size: 1rem;
    color: #0000ff;
}

    .bc-header__quick-nav-menu-item-sub-menu li a:hover {
        box-shadow: none;
    }

.bc-header__quick-nav-menu__container {
    max-width: 1314px;
    margin: 0 auto;
    padding: 1.75rem 0 1rem;
}

.bc-header a {
    text-decoration: none;
}

.bc-header__nav-toggle {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 0;
    color: #0000ff;
    border: none;
    padding: 0;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    order: 1;
    margin-left: 0;
    display: block;
    transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
    .bc-header__nav-toggle {
        margin-left: auto;
        margin-right: 1.5rem;
        order: 0;
        transition: all 0.3s linear;
        opacity: 0;
        display: none;
    }
}

.bc-header__nav-toggle-icon {
    display: flex;
    transition: all 0.1s;
}

.bc-header__navbar-join {
    display: none;
    margin-right: 1.2rem;
    white-space: nowrap;
    vertical-align: middle;
    color: #0000ff;
    border-color: #96ff00;
    background: #96ff00;
}

    .bc-header__navbar-join:hover {
        border-color: #81de00;
        background: #81de00;
    }

    .bc-header__navbar-join:focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    }

@media only screen and (min-width: 1400px) {
    .bc-header__navbar-join {
        margin-right: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .bc-header__navbar-join {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header__navbar-join {
        flex-grow: 1;
        margin-right: 1.5rem !important;
    }
}

.bc-header__navbar-cart, .bc-header__navbar-search {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    border: none;
    color: #0000ff;
    margin-right: 1.6rem;
    font-size: 1rem;
    transition: all 0.1s;
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    height: 60px;
}

@media screen and (min-width: 992px) {
    .bc-header__navbar-cart, .bc-header__navbar-search {
        transition: all 0.3s linear;
        height: 51px;
    }
}

.bc-header__navbar-user {
    margin-right: 1.6rem;
    transition: all 0.1s;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header__navbar-user {
        flex-grow: 1;
    }
}

.bc-header i {
    cursor: pointer;
}

.bc-header .fa-xmark {
    height: 18px;
    width: 18px;
}

    .bc-header .fa-xmark:hover {
        color: #002882;
    }

.bc-header .fa-bars:hover {
    color: #002882;
}

.bc-header__navbar-user {
    display: none;
    color: #0000ff;
    margin-right: 0;
    align-items: center;
}

    .bc-header__navbar-user i {
        margin-right: 0.5rem;
    }

    .bc-header__navbar-user:first-of-type {
        margin-right: 0;
    }

@media only screen and (min-width: 1400px) {
    .bc-header__navbar-user:first-of-type {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .bc-header__navbar-user {
        display: inline-flex;
    }
}

.bc-header__navbar-user .bc-header__pipe {
    padding: 0 4px;
}

.bc-header__navbar-cart {
    margin-left: auto;
    margin-right: 1.2rem;
    font-size: 1.25rem;
}

@media only screen and (min-width: 1400px) {
    .bc-header__navbar-cart {
        margin-right: 1.6rem;
    }
}

@media screen and (min-width: 992px) {
    .bc-header__navbar-cart {
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header__navbar-cart {
        flex-grow: 1;
        margin-left: 1.5rem !important;
    }
}

.bc-header__navbar-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1.75rem;
}

@media screen and (min-width: 992px) {
    .bc-header__navbar-search {
        margin: 0;
    }
}

.bc-header__navbar-search .material-icons {
    z-index: 10;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .bc-header .bc-button-column {
        padding: 0.25rem 6vw 1.875rem;
        height: 100%;
        background-color: white;
    }

        .bc-header .bc-button-column .bc-header__menu-item-bold {
            margin-top: 1rem;
        }

        .bc-header .bc-button-column > * {
            margin-top: 2rem;
        }
}

@media only screen and (max-width: 991px) {
    .bc-header .bc-button-column .bc-button {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .bc-header .bc-button-column button.bc-button {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        height: 48px;
        color: #0000ff;
        border-color: #96ff00;
        background: #96ff00;
    }

        .bc-header .bc-button-column button.bc-button:hover {
            border-color: #81de00;
            background: #81de00;
        }

        .bc-header .bc-button-column button.bc-button:focus {
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
        }
}

.bc-header .bc-button-column button.bc-button.bc-header__menu-item-bold {
    margin-top: 1rem;
    color: #0000ff;
    border-color: #0000ff;
    background: #fff;
}

    .bc-header .bc-button-column button.bc-button.bc-header__menu-item-bold:hover {
        color: #002882;
        border-color: #002882;
    }

    .bc-header .bc-button-column button.bc-button.bc-header__menu-item-bold:focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
        border-color: #0000ff;
        border: 2px solid;
    }

.bc-header .bc-button-column .bc-header__menu-item--logged-in {
    text-align: left;
}

    .bc-header .bc-button-column .bc-header__menu-item--logged-in a {
        font-size: 18px;
        line-height: 24px !important;
        color: #002882;
        border: unset;
        text-align: left;
        padding: 0;
        margin-top: 1.5rem;
        background-color: transparent;
    }

    .bc-header .bc-button-column .bc-header__menu-item--logged-in i {
        font-size: 1.25rem;
        color: #002882;
        margin-right: 0.5rem;
        cursor: unset;
    }

    .bc-header .bc-button-column .bc-header__menu-item--logged-in .bc-header__menu-item__link {
        font-size: 1rem;
        line-height: 22px;
        display: block;
        margin-top: 1.1rem;
        color: #0000ff;
        background-color: transparent;
        border: unset;
        font-weight: 500;
        cursor: pointer;
    }

        .bc-header .bc-button-column .bc-header__menu-item--logged-in .bc-header__menu-item__link:hover, .bc-header .bc-button-column .bc-header__menu-item--logged-in .bc-header__menu-item__link:focus {
            color: #002882;
            border-color: #002882;
        }

.bc-header .bc-header__nav-toggle.active-burger .bc-header__nav-toggle-icon {
    display: none;
}

.bc-header .bc-header__nav-toggle.active-burger .bc-header__nav-toggle-icon--xmark {
    display: inline-block;
    transition: all ease-out 0.3s;
}

.bc-header .bc-header__nav-toggle-icon--xmark {
    display: none;
}

.bc-header__main-menu-container {
    position: fixed;
    left: 0;
    top: 3.8rem;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1500;
    display: block;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    transform: translateY(-180vh);
    transition: all, 0.5s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

    .bc-header__main-menu-container.active-burger {
        min-height: 100vh;
        height: 100%;
        background-color: #fafafa;
        transition: all, 0.5s cubic-bezier(0, 0, 0, 1);
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: translateY(0);
        z-index: 19999;
        margin-top: -1px;
    }

.bc-header.active-burger {
    position: fixed;
    z-index: 19999;
}

.bc-header .bc-header__banner {
    display: none;
}

.bc-header__main-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
    list-style: none;
    overflow-y: hidden;
    background-color: #f2f2f2;
}

    .bc-header__main-menu > .bc-header__menu-item {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        transition: all 0.1s;
    }

        .bc-header__main-menu > .bc-header__menu-item > a {
            display: flex;
            position: relative;
            align-items: center;
        }

        .bc-header__main-menu > .bc-header__menu-item a {
            color: #0000ff;
            line-height: 22px;
        }

    .bc-header__main-menu .bc-header__navbar-search {
        align-items: center;
        border: none;
        padding: 0;
        box-shadow: none;
        margin-right: 0;
        line-height: 1.5;
    }

    .bc-header__main-menu .bc-header__navbar-user {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
        color: #96ff00;
        background-color: transparent;
        border: none;
        display: block;
    }

    .bc-header__main-menu .bc-button {
        border: none;
        line-height: 1.5;
    }

    .bc-header__main-menu .bc-header__menu-item--inside .bc-header__menu-icon-wrapper:before {
        content: url("/images/temp/icon_example.png");
        display: inline-block;
        height: 32px;
        padding-top: 0;
    }

    .bc-header__main-menu .bc-header__menu-item--inside .bc-header__menu-icon-wrapper.bc-heading:before {
        padding-top: 0;
    }

.bc-header__menu-item-sub-menu {
    margin: 0;
    padding: 0 1rem;
    background-color: white;
}

    .bc-header__menu-item-sub-menu li + li {
        margin-top: 0;
    }

.bc-header__menu-item-toggle {
    margin-left: auto;
    padding: 0 5px;
    color: #0000ff;
    cursor: pointer;
    align-self: flex-end;
    flex: 0 0 auto;
    line-height: 22px;
    border-left: unset;
}

    .bc-header__menu-item-toggle i {
        transition: all 0.5s linear;
    }

@media only screen and (max-width: 991px) {
    .bc-header__menu-item-toggle i {
        transition: all 0.0001s linear;
    }
}

@media only screen and (max-width: 991px) {
    .bc-header__menu-item-toggle {
        width: 59px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        align-self: unset;
    }

        .bc-header__menu-item-toggle i {
            rotate: 270deg;
        }
}

.bc-header__menu-item-text {
    padding: 0.875rem 0;
}

@media screen and (min-width: 992px) {
    .bc-header__menu-item-text {
        padding: 20px 14px;
    }
}

.bc-header__menu-item-text i {
    color: #0000ff;
}

.bc-header__menu-item-bold {
    color: #0000ff;
}

    .bc-header__menu-item-bold:hover i, .bc-header__menu-item-bold:focus i {
        color: #002882;
    }

.bc-header__menu-item-no-icon span {
    display: none;
}

.bc-header__non-search {
    width: 100%;
    max-width: 1314px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-header__non-search {
        padding-left: 6vw;
        padding-right: 6vw;
        margin-right: 0;
        margin-left: 0;
    }
}

.bc-header__non-search nav[aria-label=mobile] {
    padding: 0;
    display: none;
}

@media only screen and (max-width: 991px) {
    .bc-header__non-search nav[aria-label=mobile] {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .bc-header__non-search .row {
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-header__non-search .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 991px) {
    .bc-header__non-search .container-fluid {
        margin-left: 6vw;
        margin-right: 6vw;
    }
}

.bc-header__search_input {
    margin-top: 0;
    background-color: #fff;
    border: none;
}

    .bc-header__search_input:focus {
        border: none;
        outline: none !important;
        box-shadow: none;
    }

.bc-header__search-close {
    margin-right: 1rem;
    vertical-align: middle;
    border: none;
    color: #0000ff;
    font-size: 20px;
    transition: all 0.1s;
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-header__search-close {
        font-size: 20px;
        transition: all 0.3s linear;
    }
}

.bc-header__search-close.active-clean {
    display: block;
}

.bc-header__search-desktop {
    display: none;
    border-bottom: 2px solid #0000ff;
    padding: 0.5rem 0;
    margin-left: -14px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    height: 52px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    .bc-header__search-desktop {
        max-width: 89%;
    }
}

@media only screen and (max-width: 992px) {
    .bc-header__search-desktop {
        display: none !important;
    }
}

.bc-header__search-desktop .bc-form {
    display: flex;
    width: 100%;
    align-items: center;
}

    .bc-header__search-desktop .bc-form .bc-form-row {
        margin-top: 0;
        flex: 1;
    }

.bc-header__search-desktop .bc-header__search_input {
    background-color: transparent;
    font-size: 1rem;
    height: 100%;
    padding: 0 0 0 1.75rem;
}

.bc-header__search-desktop .bc-button {
    font-size: 0.75rem;
    height: auto;
    padding: 0 1rem;
}

.bc-header__search-desktop input::-moz-placeholder {
    color: #696969;
    font-size: 16px;
    padding: 0;
}

.bc-header__search-desktop input::placeholder {
    color: #696969;
    font-size: 16px;
    padding: 0;
}

.bc-header__search-desktop .bc-button__search-inside {
    margin-right: 0;
    height: 30px;
}

    .bc-header__search-desktop .bc-button__search-inside:focus {
        padding: 0 1rem;
    }

.bc-header__search-mobile {
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 0 6vw 0.5rem;
    height: 60px;
    background-color: #fff;
}

    .bc-header__search-mobile form {
        border-bottom: 2px solid #0000FF;
        padding-bottom: 0.4rem;
        padding-top: 0.4rem;
    }

@media screen and (min-width: 992px) {
    .bc-header__search-mobile {
        display: none !important;
    }
}

.bc-header__search-mobile .bc-header__search-close {
    margin-right: 1rem;
}

.bc-header__search-mobile .bc-form {
    display: flex;
    width: 100%;
    align-items: center;
}

    .bc-header__search-mobile .bc-form .bc-form-row {
        margin-top: 0;
        flex: 1;
    }

    .bc-header__search-mobile .bc-form .bc-header__search_input {
        height: auto;
        padding: 0;
        margin-top: 0;
        font-size: 0.9rem;
        max-width: 90%;
    }

    .bc-header__search-mobile .bc-form .bc-button {
        font-size: 1rem;
        padding: 0;
        margin-right: 0;
        height: 30px;
        width: 94px;
    }

.bc-header__search-mobile input::-moz-placeholder {
    color: #696969;
    font-size: 16px;
    padding: 0;
}

.bc-header__search-mobile input::placeholder {
    color: #696969;
    font-size: 16px;
    padding: 0;
}

.bc-header__search-open .bc-header__search,
.bc-header__search-open .bc-header__search-desktop {
    display: flex;
    align-items: center;
}

.bc-header__search-open .bc-header__navbar-search .fa-magnifying-glass {
    display: block;
}

.bc-header__search-open #navbar {
    top: 7.6rem;
}

.bc-header .bc-form {
    margin: 0;
}

.bc-header--two-lines {
    width: 100%;
    z-index: 2000;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    transition: all 0.3s linear;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    border-bottom: 1px solid #f8f8f8;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-header--two-lines {
        padding: 1.2rem 0 0;
    }
}

.bc-header--two-lines .bc-header__first-line {
    font-size: 1rem;
    line-height: 1.375;
    color: #0000ff;
    white-space: nowrap;
    margin-right: 1.5rem;
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__first-line {
        display: block;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header--two-lines .bc-header__first-line {
        flex-grow: 2;
    }
}

.bc-header--two-lines .bc-header__navbar-search {
    font-size: 1rem;
    line-height: 1.375;
    color: #0000ff;
    margin-right: 1.5rem;
    width: 100%;
    white-space: nowrap;
}

    .bc-header--two-lines .bc-header__navbar-search:hover, .bc-header--two-lines .bc-header__navbar-search[focus-within] {
        color: #002882;
    }

    .bc-header--two-lines .bc-header__navbar-search:hover, .bc-header--two-lines .bc-header__navbar-search:focus-within {
        color: #002882;
    }

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__navbar-search {
        display: flex;
        width: auto;
    }
}

.bc-header--two-lines .bc-header__navbar-search span {
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__navbar-search span {
        display: inline-block;
        margin-right: 4px;
    }
}

.bc-header--two-lines .bc-header__navbar-search.transparent span {
    display: none;
}

.bc-header--two-lines .bc-header__navbar-search:hover i,
.bc-header--two-lines .bc-header__navbar-search:focus .i {
    color: #002882;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-has-children2.active-container .bc-header__quick-nav-menu-item-sub-menu {
    display: block;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-has-children2.active-container span i {
    rotate: 180deg;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-has-children2.active-container .bc-header__quick-nav__link {
    position: relative;
}

    .bc-header--two-lines .bc-header__quick-nav-menu-item-has-children2.active-container .bc-header__quick-nav__link::after {
        content: "";
        border-style: solid;
        border-width: 24px 26px 24px 0;
        transform: rotate(90deg);
        border-color: transparent #f2f2f2 transparent transparent;
        position: absolute;
        left: calc(50% - 24px);
        top: 45px;
        position: absolute;
    }

.bc-header--two-lines .bc-header__quick-nav-menu__container {
    justify-content: space-between;
    display: flex;
}

    .bc-header--two-lines .bc-header__quick-nav-menu__container .bc-header__quick-nav-menu__wrapper {
        display: flex;
        flex-grow: 3;
        align-items: flex-start;
    }

        .bc-header--two-lines .bc-header__quick-nav-menu__container .bc-header__quick-nav-menu__wrapper > :last-child:is(.bc-header__quick-nav-menu__two-columns) {
            grid-template-columns: auto auto auto auto;
        }

        .bc-header--two-lines .bc-header__quick-nav-menu__container .bc-header__quick-nav-menu__wrapper > :nth-last-child(2):is(.bc-header__quick-nav-menu__two-columns) {
            grid-template-columns: auto auto auto;
        }

.bc-header--two-lines .bc-header__quick-nav-menu__list {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    grid-gap: 1%;
}

    .bc-header--two-lines .bc-header__quick-nav-menu__list .bc-heading__link-arrow {
        grid-column: 1/-1;
    }

    .bc-header--two-lines .bc-header__quick-nav-menu__list .bc-heading {
        margin-bottom: 1.5rem;
    }

@media screen and (min-width: 1200px) {
    .bc-header--two-lines .bc-header__quick-nav-menu__list {
        grid-template-columns: 24% 24% 24% 24%;
    }
}

.bc-header--two-lines .bc-header__quick-nav-menu__list ul {
    margin-bottom: 2rem;
}

.bc-header--two-lines .bc-header__quick-nav-menu__list a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__two-columns {
    list-style-type: none;
    display: grid;
    grid-template-columns: auto;
    flex-grow: 2;
}

@media screen and (min-width: 1200px) {
    .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__two-columns {
        grid-template-columns: auto auto;
    }
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__two-columns > li {
    padding: 0 0 1rem;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__two-columns .bc-heading__link-arrow {
    grid-column: 1/-1;
    margin: 0;
    padding: 0;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__two-columns .bc-heading {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 1.75rem;
    color: #0000ff;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__one-column {
    list-style-type: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

    .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__one-column .bc-heading {
        margin-bottom: 0.25rem;
    }

    .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-menu__one-column a {
        padding: 0.25rem 0;
    }

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item {
    padding: 0;
    margin: 0;
}

    .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a {
        font-size: 1.125rem;
        line-height: 24px;
        color: #0000ff;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:after,
        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-heading__arrow:after {
            content: "";
            background-image: url(/images/icon/triangle-sharp-solid.svg);
            display: none;
            height: 15px;
            width: 15px;
            transform: rotate(90deg);
            display: inline-block;
            margin-left: 6px;
        }

        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:hover,
        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-heading__arrow:hover {
            color: #002882;
        }

            .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:hover::after,
            .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-heading__arrow:hover::after {
                background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
                height: 15px;
                width: 15px;
            }

        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:after {
            height: 0.875rem;
            width: 0.875rem;
        }

        .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:hover {
            color: #002882;
        }

            .bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-item a:hover::after {
                background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
                height: 0.875rem;
                width: 0.875rem;
            }

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-heading__arrow:after {
    margin-left: 4px;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-header__quick-nav-sub-menu-link {
    font-size: 1rem;
    color: #0000ff;
    margin: 0;
    padding: 0;
}

.bc-header--two-lines .bc-header__quick-nav-menu-item-sub-menu .bc-banner-menu {
    margin-bottom: 2rem;
}

.bc-header--two-lines .bc-header__box {
    padding: 1.875rem 1.875rem 1.25rem;
    max-width: 306px;
    border: 1px solid #002882;
}

    .bc-header--two-lines .bc-header__box .bc-heading {
        margin-bottom: 0.75rem;
    }

    .bc-header--two-lines .bc-header__box ul {
        list-style-type: none;
    }

        .bc-header--two-lines .bc-header__box ul a {
            padding: 0.25rem 0;
        }

.bc-header--two-lines .bc-header__menu-item-has-children div a {
    position: relative;
}

    .bc-header--two-lines .bc-header__menu-item-has-children div a:after {
        content: "";
        background-image: url(/images/icon/triangle-sharp-solid.svg);
        display: none;
        height: 1rem;
        width: 1rem;
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 6px;
        position: absolute;
        right: 0;
        top: 24px;
        transition: all 0.0009s ease;
    }

.bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__menu-item div {
    visibility: hidden;
    height: 0;
    border-top: unset;
    border-bottom: unset;
}

    .bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__menu-item div div.active-mobile {
        display: block;
        visibility: visible;
    }

.bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__menu-item--inside {
    display: block;
    visibility: visible;
    height: auto;
    border-bottom: 1px solid #c4c4c4;
}

    .bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__menu-item--inside div {
        visibility: visible;
        height: auto;
    }

.bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__menu-item-has-children.active-mobile ~ .bc-header__menu-item {
    border-top: unset;
    border-bottom: unset;
    height: 0;
}

.bc-header--two-lines .bc-header__main-menu.active-mobile[\:has\(\%3E\%20.bc-header--mega-menu\)] + .bc-header__banner + .bc-header__menu-item-utility, .bc-header--two-lines .bc-header__main-menu.active-mobile[\:has\(\%3E\%20.bc-header--mega-menu\)] + .bc-header__banner + .bc-header__menu-item-utility + .bc-button-column, .bc-header--two-lines .bc-header__main-menu.active-mobile[\:has\(\%3E\%20.bc-header--mega-menu.active-mobile\%20\%3E\%20.open-mobile--inside\)] + .bc-header__banner {
    display: none;
}

.bc-header--two-lines .bc-header__main-menu.active-mobile:has(> .bc-header--mega-menu) + .bc-header__banner + .bc-header__menu-item-utility, .bc-header--two-lines .bc-header__main-menu.active-mobile:has(> .bc-header--mega-menu) + .bc-header__banner + .bc-header__menu-item-utility + .bc-button-column, .bc-header--two-lines .bc-header__main-menu.active-mobile:has(> .bc-header--mega-menu.active-mobile > .open-mobile--inside) + .bc-header__banner {
    display: none;
}

.bc-header--two-lines .bc-header__main-menu.active-mobile[\:has\(\%3E\%20.bc-header--mega-menu\)] + .bc-header__banner.active-banner {
    display: block;
    margin-top: -1px;
}

.bc-header--two-lines .bc-header__main-menu.active-mobile:has(> .bc-header--mega-menu) + .bc-header__banner.active-banner {
    display: block;
    margin-top: -1px;
}

.bc-header--two-lines .bc-header__main-menu.active-mobile .bc-header__banner {
    display: none;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile > li {
    border-bottom: 1px solid #c4c4c4;
    border-top: unset;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-header__back-to-menu,
.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-heading {
    display: none;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .open-mobile--inside .bc-heading {
    display: flex;
    padding: 0.85rem 6vw;
    color: #0000ff !important;
    align-items: center;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-header__menu-item {
    display: block;
    border-bottom: 1px solid #c4c4c4;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-header__menu-item--inside {
    visibility: hidden;
    height: 0;
    border: unset;
    border-width: 0;
}

    .bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-header__menu-item--inside.open-mobile--inside {
        display: block;
        visibility: visible;
        height: auto;
    }

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside .bc-header__menu-item-sub-menu.open-mobile--inside {
    display: block;
    visibility: visible;
    height: auto;
}

.bc-header--two-lines .bc-header__menu-item-sub-menu.active-mobile.open-mobile--inside div.open-mobile--inside {
    visibility: hidden;
    height: 0;
}

.bc-header--two-lines .bc-header__menu-item a {
    padding: 1.2rem 6vw;
}

.bc-header--two-lines .bc-header__menu-item div {
    padding: 0 6vw;
}

    .bc-header--two-lines .bc-header__menu-item div a {
        padding: 1.2rem 0;
    }

    .bc-header--two-lines .bc-header__menu-item div:first-child {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

.bc-header--two-lines .bc-header__menu-item ul {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: 0;
    width: auto;
    max-height: 0;
    transform: translateX(-100vw);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0;
    display: block;
}

    .bc-header--two-lines .bc-header__menu-item ul.active-mobile, .bc-header--two-lines .bc-header__menu-item ul.open-mobile--inside {
        max-height: 100%;
        transform: translateX(0);
    }

    .bc-header--two-lines .bc-header__menu-item ul li {
        border-top: unset;
        border-bottom: 1px solid #c4c4c4;
        background-color: #f2f2f2;
    }

        .bc-header--two-lines .bc-header__menu-item ul li:first-child {
            border-top: unset;
        }

    .bc-header--two-lines .bc-header__menu-item ul .bc-heading {
        background-color: #f2f2f2;
        display: block;
        height: auto;
        color: #002882;
        padding: 1.875rem 6vw 0;
        margin-bottom: 0;
    }

        .bc-header--two-lines .bc-header__menu-item ul .bc-heading + li {
            border-top: unset;
        }

    .bc-header--two-lines .bc-header__menu-item ul a {
        display: inline-block;
        color: #0c0adb;
    }

    .bc-header--two-lines .bc-header__menu-item ul .bc-header__menu-item--background {
        background-color: white;
    }

    .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu + .bc-header__menu-item .bc-heading {
        padding: 0.95rem 6vw 0.95rem;
    }

    .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu,
    .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu--inside {
        background-color: white;
    }

        .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu a,
        .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu--inside a {
            color: #0c0adb !important;
        }

            .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu a:before,
            .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu--inside a:before {
                content: "";
                background-image: url(/images/icon/triangle-sharp-solid.svg);
                display: none;
                height: 1rem;
                width: 1rem;
                transform: rotate(90deg);
                display: inline-block;
                rotate: 180deg;
                margin-right: 0.5rem;
                top: 22px;
            }

        .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu a,
        .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu--inside a {
            color: black;
            display: inline-flex;
            align-items: center;
        }

            .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu a i,
            .bc-header--two-lines .bc-header__menu-item ul .bc-header__back-to-menu--inside a i {
                margin-right: 4px;
            }

.bc-header--two-lines .bc-header__menu-item a {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__menu-item a {
        padding: 20px 0;
    }
}

.bc-header--two-lines .bc-header__navbar-user {
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.1s;
    height: 48px;
}

    .bc-header--two-lines .bc-header__navbar-user i {
        transition: all 0.1s;
    }

    .bc-header--two-lines .bc-header__navbar-user .icon-keyboard_arrow_down {
        margin-left: 1rem;
        margin-right: 0;
        transition: all 0.3s linear;
    }

    .bc-header--two-lines .bc-header__navbar-user:hover, .bc-header--two-lines .bc-header__navbar-user:focus {
        color: #002882;
        border-color: #002882;
    }

        .bc-header--two-lines .bc-header__navbar-user:hover i,
        .bc-header--two-lines .bc-header__navbar-user:focus i {
            color: #002882;
        }

.bc-header--two-lines .bc-header__navbar-cart {
    margin-right: 1.5rem;
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__navbar-cart {
        margin-right: 0;
        margin-left: 1.5rem;
    }
}

.bc-header--two-lines .bc-header__navbar-cart i:hover {
    color: #002882;
}

@media only screen and (max-width: 992px) {
    .bc-header--two-lines .container-fluid.px-lg-4.pb-2 {
        display: none;
    }
}

.bc-header--two-lines .col-xl-10.d-flex.align-items-center {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header--two-lines .col-xl-10.d-flex.align-items-center {
        justify-content: space-between;
        width: 100%;
    }

        .bc-header--two-lines .col-xl-10.d-flex.align-items-center > * {
            margin: 0;
        }

        .bc-header--two-lines .col-xl-10.d-flex.align-items-center .bc-header__first-line a {
            margin: 0;
        }
}

.bc-header--two-lines .bc-header__navbar-search .fa-magnifying-glass {
    margin-left: auto;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .bc-header--two-lines .bc-header__navbar-search .fa-magnifying-glass {
        margin-left: 0;
    }
}

.bc-header--two-lines .bc-header__my-account {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #fafafa;
    max-width: 100%;
    height: 120px;
    z-index: 199999;
    list-style-type: none;
    padding: 1.5rem 1rem;
}

    .bc-header--two-lines .bc-header__my-account button {
        font-family: "DM Sans";
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.875;
        border: unset;
        background-color: transparent;
        color: #0000ff;
        cursor: pointer;
    }

        .bc-header--two-lines .bc-header__my-account button:hover, .bc-header--two-lines .bc-header__my-account button:focus {
            color: #002882;
        }

.bc-header--two-lines .bc-header__my-account--mobile {
    max-width: 100%;
    list-style-type: none;
    text-align: left;
}

    .bc-header--two-lines .bc-header__my-account--mobile li {
        margin-bottom: 2rem;
    }

.bc-header--two-lines .active-dashboard {
    display: block;
    width: 100%;
    max-width: 13rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

    .bc-header--two-lines .active-dashboard li {
        padding-bottom: 0.5rem;
    }

.bc-header--two-lines .bc-header__logged-in {
    position: relative;
}

    .bc-header--two-lines .bc-header__logged-in.active-dashboard .icon-keyboard_arrow_down {
        rotate: 180deg;
    }

.bc-header--two-lines .bc-header__menu-item-utility ul {
    background-color: #fff;
    margin-left: 0;
    list-style-type: none;
    padding: 0.5rem 6vw 0;
}

    .bc-header--two-lines .bc-header__menu-item-utility ul li {
        padding: 0.5rem 0;
    }

.bc-header--two-lines .search_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bc-header--two-lines .search_wrapper {
        width: 100%;
    }

        .bc-header--two-lines .search_wrapper > * {
            margin: 0;
        }
}

@media only screen and (max-width: 991px) {
    .bc-header--two-lines .search_wrapper {
        width: 100%;
    }
}

.bc-hero-homepage {
    position: relative;
}

@media (max-width: 992px) {
    .bc-hero-homepage {
        display: flex;
        flex-direction: column-reverse;
    }
}

.bc-hero-homepage .bc-hero-homepage__media__wrapper {
    position: absolute;
    z-index: 6;
    top: 15rem;
    max-width: 1314px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (min-width: 991px) and (max-width: 1500px) {
    .bc-hero-homepage .bc-hero-homepage__media__wrapper {
        left: 0;
        right: -60px;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .bc-hero-homepage .bc-hero-homepage__media__wrapper {
        margin-left: 6vw;
        margin-right: 6vw;
        max-width: calc(1314px - 12vw);
    }
}

@media (max-width: 992px) {
    .bc-hero-homepage .bc-hero-homepage__media__wrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        order: -1;
    }
}

.bc-hero-homepage--video .bc-hero-homepage__media__wrapper {
    top: 7.5rem;
}

@media (max-width: 992px) {
    .bc-hero-homepage--video .bc-hero-homepage__media__wrapper {
        top: 0;
    }
}

.bc-hero-homepage .bc-hero-homepage__body {
    max-width: 1314px;
    margin: 0 auto;
}

.bc-hero-homepage .bc-hero-homepage__content {
    max-width: 556px;
    min-height: 488px;
    padding: 3rem 2.5rem 3.25rem 0;
}

@media (max-width: 992px) {
    .bc-hero-homepage .bc-hero-homepage__content {
        max-width: 100%;
        min-height: 100%;
        padding: 1.5rem 1.125rem 1.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .bc-hero-homepage .bc-hero-homepage__content .bc-button {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .bc-hero-homepage .bc-hero-homepage__content .bc-button[data-appearance=link] {
        max-width: auto;
        text-align: left;
        width: auto;
    }
}

.bc-hero-homepage .bc-hero-homepage__content .bc-heading--jumbotron {
    margin-bottom: 0.75rem;
}

@media only screen and (max-width: 992px) {
    .bc-hero-homepage .bc-hero-homepage__content .bc-heading--jumbotron {
        margin-bottom: 0.25rem;
    }
}

.bc-hero-homepage .bc-hero-homepage__content--white {
    background-color: white;
    position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media only screen and (min-width: 991px) {
    .bc-hero-homepage .bc-hero-homepage__content--white {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: 3%;
    }

        .bc-hero-homepage .bc-hero-homepage__content--white:before {
            content: "";
            border-style: solid;
            border-width: 56px 60px 56px 0;
            border-color: transparent white transparent transparent;
            position: absolute;
            left: -60px;
            top: 0;
        }
}

.bc-hero-homepage__wrapper {
    overflow: hidden;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.bc-hero-homepage--image {
    height: 100%;
}

@media only screen and (min-width: 991px) {
    .bc-hero-homepage--image {
        height: 900px;
    }
}

.bc-hero-homepage--video {
    height: 100%;
}

@media only screen and (min-width: 991px) {
    .bc-hero-homepage--video {
        height: 728px;
    }
}

.bc-hero-homepage__media {
    background-repeat: no-repeat;
    height: 900px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 332px;
}

@media only screen and (min-width: 991px) {
    .bc-hero-homepage__media {
        height: 900px;
    }
}

.bc-hero-homepage video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-hero-homepage__cta {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 1025px) {
    .bc-hero-homepage__cta {
        margin-top: 2.25rem;
    }
}

.bc-hero-homepage__cta a:first-child {
    margin-bottom: 1.5rem;
    margin-right: 0;
}

@media only screen and (min-width: 991px) {
    .bc-hero-homepage__cta a:first-child {
        margin-right: 1.75rem;
        margin-bottom: 0;
    }
}

.bc-hero-banner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    display: flex;
}

@media only screen and (max-width: 1400px) {
    .bc-hero-banner {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

@media only screen and (min-width: 991px) {
    .bc-hero-banner {
        min-height: 550px;
        display: block;
    }
}

.bc-hero-banner__wrapper .flex-container {
    max-width: 1314px;
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 6;
}

.bc-hero-banner__back-btn .bc-button__label {
    font-size: 1rem;
    line-height: 1.75;
}

.bc-hero-banner__back-btn .bc-button:focus {
    outline: none !important;
}

.bc-hero-banner__media {
    position: relative;
    width: calc(100% + 12vw);
    height: 275px;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    order: -1;
    margin-left: -6vw;
    margin-right: -6vw;
}

@media only screen and (min-width: 650px) {
    .bc-hero-banner__media {
        height: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .bc-hero-banner__media {
        position: absolute;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .bc-hero-banner__media {
        position: absolute;
        width: 50%;
    }
}

.bc-hero-banner__media .bc-image {
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .bc-hero-banner__media .bc-image {
        height: 350px;
    }
}

@media only screen and (max-width: 650px) {
    .bc-hero-banner__media .bc-image {
        height: 275px;
    }
}

.bc-hero-banner__media .bc-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-hero-banner__body {
    width: 100%;
    flex: 0 0 auto;
}

@media only screen and (min-width: 991px) {
    .bc-hero-banner__body {
        width: 50%;
    }
}

.bc-hero-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 15;
    padding: 2rem 6vw 2.5rem;
}

@media only screen and (min-width: 991px) {
    .bc-hero-banner__content {
        min-height: 550px;
        padding: 5.5rem 1rem 0 0;
        max-width: 562px;
    }
}

@media only screen and (max-width: 992px) {
    .bc-hero-banner__content .bc-button {
        width: 100%;
        max-width: 100%;
    }
}

.bc-hero-banner__cta {
    margin-top: 0;
}

@media only screen and (min-width: 991px) {
    .bc-hero-banner__cta {
        margin-top: 1rem;
    }
}

.bc-hero-banner .bc-heading {
    line-height: 52px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 991px) {
    .bc-hero-banner .bc-heading {
        margin-bottom: 1.25rem;
        line-height: 62px;
    }
}

.bc-hero-banner .bc-prose {
    margin-bottom: 0;
}

.bc-hero-banner .bc-button {
    margin-top: 1.25rem;
}

.bc-hero-banner .bc-description-list {
    margin: 0;
}

.bc-hero-banner .bc-description-list__item {
    display: flex;
    margin-bottom: 1.5rem;
}

    .bc-hero-banner .bc-description-list__item:last-child {
        margin-bottom: 0;
    }

.bc-hero-banner .bc-description-list__value {
    margin-left: 0.5rem;
    margin-top: 0;
}

.bc-hero-banner .bc-description-list__key {
    color: #96ff00;
    width: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.bc-hero-banner .bc-description-list .bc-icon {
    font-size: 16px;
    line-height: 25px;
}

.bc-hero-banner .bc-headline {
    line-height: 24px;
    margin-bottom: 0.25rem;
}

.bc-company-banner {
    display: block;
    min-height: 384px;
    width: 100%;
    position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
}

    .bc-company-banner .flex-container {
        display: block;
        width: 100%;
        max-width: 1314px;
        margin: 0 auto;
        height: 100%;
        padding: 3.5rem 0 1.5rem 0;
    }

@media only screen and (max-width: 991px) {
    .bc-company-banner .flex-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.bc-company-banner__content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 0;
    order: -1;
    margin-right: 0;
}

@media screen and (min-width: 1200px) {
    .bc-company-banner__content {
        margin-right: 1rem;
        max-width: 750px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.bc-company-banner .bc-heading {
    color: #fff;
    margin-bottom: 1rem;
}

.bc-company-banner .bc-prose,
.bc-company-banner p {
    color: #fff;
}

.bc-company-banner__background-image {
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    order: -1;
    height: 78px;
    margin-right: auto;
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .bc-company-banner__background-image {
        position: absolute;
        top: 50%;
        right: 0;
        height: 384px;
        margin-top: -188px;
    }
}

.bc-company-banner__background-image img {
    height: 78px;
}

@media screen and (min-width: 1200px) {
    .bc-company-banner__background-image img {
        height: 384px;
    }
}

.bc-company-banner__button {
    margin-top: 2.25rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .bc-company-banner__button {
        margin-bottom: 0;
    }
}

.bc-company-banner__button a {
    color: #0000ff;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}

    .bc-company-banner__button a:hover, .bc-company-banner__button a:focus {
        color: #00665c;
    }

.bc-icon {
    color: #0000ff;
}

.bc-iframe iframe {
    border: unset;
    box-shadow: unset;
}

@media (max-width: 800px) {
    .bc-iframe iframe {
        max-width: 755px;
        width: 100%;
    }
}

.bc-image {
    position: relative;
}

.bc-image__image {
    width: 100%;
    height: auto;
}

.bc-image__caption {
    background: #96ff00;
    color: #fff;
    width: 100%;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    background: rgba(187, 14, 23, 0.54);
    text-align: right;
}

    .bc-image__caption p {
        font-size: 0.875rem;
        line-height: 1.7142857143;
        margin: 0 0 0 auto;
    }

.bc-list {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    list-style-type: none;
}

    .bc-list li + li {
        margin-top: 0.25rem;
    }

    .bc-list[data-style=bulleted] {
        padding-left: 2rem;
        list-style-type: disc;
    }

    .bc-list[data-style=numbered] {
        padding-left: 2rem;
        list-style-type: decimal;
    }

    .bc-list[data-style=check] {
        padding-left: 2rem;
    }

        .bc-list[data-style=check] li::before {
            display: block;
            width: 1rem;
            height: 0.5rem;
            border-width: 0 0 3px 3px;
            border-style: solid;
            border-color: #0000ff;
            transform: rotate(-45deg);
            content: "";
            margin-left: -1.5rem;
            margin-top: 0.3333rem;
            float: left;
        }

    .bc-list[data-spaced] li + li {
        margin-top: 1rem;
    }

    .bc-list[data-style=socials-inline] {
        display: flex;
        align-items: center;
    }

        .bc-list[data-style=socials-inline] li + li {
            margin-top: 0;
        }

        .bc-list[data-style=socials-inline] li {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-right: 1.25rem;
            height: 1.75rem;
            width: auto;
            transition: all 0.3s linear;
        }

            .bc-list[data-style=socials-inline] li a {
                line-height: 0.7;
            }

        .bc-list[data-style=socials-inline] img {
            max-height: 28px;
            max-width: 28px;
        }

    .bc-list h3 {
        margin-left: -32px;
    }

.bc-list--content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .bc-list--content {
        flex-direction: row;
        align-items: center;
    }
}

.bc-list--content li {
    margin-right: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 22px;
    color: #0000ff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-list--content li {
        margin-bottom: 0;
    }
}

.bc-list--content li + li {
    margin-top: 0;
}

.bc-list--content a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 22px;
}

.bc-list--content-column {
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .bc-list--content-column {
        flex-direction: column;
        align-items: flex-start;
    }
}

.bc-list--content-column li {
    padding: 0.375rem 0;
}

.bc-list--with-attachment li a::after {
    content: none;
    background-image: none !important;
}

.bc-list--with-attachment li a::before {
    content: "link";
    font-family: "Material Icons";
    color: #0000ff;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 400;
    margin-right: 0.25rem;
}

.bc-list--with-attachment li a:hover:before {
    color: #002882;
}

.bc-list--menu a {
    text-decoration: none;
    line-height: 22px;
    margin-left: 2rem;
}

.bc-list--menu li:first-child {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

    .bc-list--menu li:first-child a {
        display: flex;
        align-items: center;
        font-size: 1.125rem;
        line-height: 24px;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .bc-list--menu li:first-child a::after {
            content: "";
            content: url("/images/icon/triangle-sharp-solid.svg");
            display: none;
            height: 0.75rem;
            width: 0.75rem;
            transform: rotate(90deg);
            display: inline-block;
            margin-left: 12px;
        }

        .bc-list--menu li:first-child a:hover::after {
            content: "";
            content: url(/images/icon/triangle-sharp-solid-dark.svg);
        }

        .bc-list--menu li:first-child a:before {
            content: url("/images/temp/icon_example.png");
            display: inline-block;
            height: 32px;
        }

.bc-list--menu li + li {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.bc-list--address li,
.bc-list--address a {
    color: #0000ff;
    font-size: 1rem;
    line-height: 1.875;
    text-decoration: none;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media screen and (min-width: 650px) {
    .bc-list--address li,
    .bc-list--address a {
        font-size: 1.125rem;
        line-height: 1.4444444444;
    }
}

.bc-list--address a {
    margin-left: 0.5rem;
}

.bc-list--address__appointment:before, .bc-list--address__phone:before, .bc-list--address__chat:before {
    display: inline-block;
    font-family: "Material Icons";
    content: "group";
}

.bc-list--address__appointment:hover:before, .bc-list--address__phone:hover:before, .bc-list--address__chat:hover:before {
    color: #002882;
}

.bc-list--address__phone:before {
    font-family: "Material Icons";
    content: "call";
}

.bc-list--address__chat:before {
    font-family: "Material Icons";
    content: "headset_mic";
}

.bc-list--address li + li {
    margin-top: 0.375rem;
}

.bc-list[data-style=bulleted] {
    padding-left: 2em;
    list-style-type: disc;
}

    .bc-list[data-style=bulleted] li::marker {
        font-weight: 700;
        font-size: 20px;
        color: #002882;
    }

.bc-list[data-style=numbered] {
    padding-left: 2em;
    list-style-type: decimal;
}

    .bc-list[data-style=numbered] li::marker {
        font-weight: 700;
        font-size: 20px;
        color: #002882;
        content: counter(list-item) "  ";
    }

.bc-logo {
    max-width: 380px;
}

.bc-membership-card {
    background: #f2f2f2;
    border-radius: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1rem;
}

    .bc-membership-card.small {
        display: block;
        padding: 1rem 1.875rem;
        margin-top: 1.875rem !important;
    }

        .bc-membership-card.small .bc-membership-card__description {
            margin-bottom: 0;
            padding-bottom: 0;
        }

            .bc-membership-card.small .bc-membership-card__description .bc-prose, .bc-membership-card.small .bc-membership-card__description .bc-membership-card__description {
                margin-bottom: 0;
            }

        .bc-membership-card.small .side-by-side {
            display: flex;
            flex-direction: column;
        }

@media screen and (min-width: 992px) {
    .bc-membership-card.small .side-by-side {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .bc-membership-card {
        padding: 1.875rem;
    }
}

.bc-membership-card__premium {
    margin-left: auto;
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-membership-card__premium {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 2.25rem;
    }
}

@media screen and (min-width: 992px) {
    .bc-membership-card__premium {
        margin-right: 1rem;
    }
}

.bc-membership-card__premium span {
    display: block;
}

.bc-membership-card__price {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 0;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media screen and (min-width: 650px) {
    .bc-membership-card__price {
        font-size: 1.125rem;
        line-height: 1.4444444444;
    }
}

.bc-membership-card__period {
    line-height: 22px;
    margin-top: -0.125rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #696969;
}

.bc-membership-card__description {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    width: 90%;
}

@media screen and (min-width: 992px) {
    .bc-membership-card__description {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.bc-membership-card__buttons > * {
    display: block;
}

@media screen and (min-width: 992px) {
    .bc-membership-card__buttons > * {
        display: inline-block;
    }
}

.bc-membership-card__buttons button {
    margin-bottom: 0.5rem;
    width: calc(100% + 38px);
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-membership-card__buttons button {
        width: auto;
        margin-right: 1.75rem;
    }
}

.bc-membership-card__buttons button:first-child {
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 992px) {
    .bc-membership-card__buttons button:first-child {
        margin-bottom: 0.5rem;
    }
}

.bc-banner-menu {
    max-width: 1314px;
    min-height: 345px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu {
        min-height: 186px;
    }
}

.bc-banner-menu__inner {
    display: flex;
}

.bc-banner-menu__media {
    width: 35%;
    min-height: 186px;
    display: none;
}

    .bc-banner-menu__media img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: flex;
    }

@media screen and (min-width: 992px) {
    .bc-banner-menu__media {
        display: flex;
    }
}

.bc-banner-menu__body {
    width: 100%;
    padding: 2rem 6vw;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__body {
        padding: 2rem 2rem 3.5rem 2.5rem;
    }
}

.bc-banner-menu__text {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__text {
        margin-right: 1.5rem;
    }
}

.bc-banner-menu__headline {
    font-weight: 700;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.bc-banner-menu__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__content {
        flex-direction: row;
        align-items: flex-end;
    }
}

.bc-banner-menu__content .bc-heading {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__content .bc-heading {
        margin-bottom: 0.25rem;
    }
}

.bc-banner-menu__content .bc-prose {
    margin-bottom: 0;
}

.bc-banner-menu__cta {
    margin-top: 1.75rem;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__cta {
        margin-top: 0;
        width: auto;
    }
}

.bc-banner-menu__cta .bc-button {
    width: 100%;
    padding: 0.7rem 1rem;
}

@media screen and (min-width: 992px) {
    .bc-banner-menu__cta .bc-button {
        width: auto;
    }
}

.bc-modal {
    padding: 1.25rem 1.5rem;
    display: none;
    position: fixed;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.bc-modal--open {
    display: flex;
}

.bc-modal__dialog {
    background-color: white;
    max-width: 468px;
    margin: 0 auto;
    padding: 3rem 3rem 2rem;
}

.bc-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #002882;
    text-align: center;
}

    .bc-modal__content .bc-heading {
        margin-bottom: 3rem;
    }

    .bc-modal__content .bc-alert__icon {
        position: relative;
        margin: auto;
        margin-bottom: 1rem;
        top: 0;
        left: 0;
    }

    .bc-modal__content .bc-button {
        margin: 0 auto;
        height: auto;
        padding: 0.75rem 1.5rem;
    }

        .bc-modal__content .bc-button[data-modal-close] {
            font-size: 1rem;
            margin-top: 0.5rem;
        }

.bc-modal [data-appearance=primary] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bc-news-card {
    min-height: 204px;
}

.bc-news-card__grid {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
}

@media screen and (min-width: 650px) {
    .bc-news-card__grid {
        display: grid;
        grid-template-columns: minmax(auto, 194px) 1fr;
        grid-gap: 0;
    }
}

.bc-news-card__grid .bc-image {
    width: auto;
}

@media screen and (min-width: 650px) {
    .bc-news-card__grid .bc-image__image {
        height: 100%;
        width: 194px;
        min-height: 204px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.bc-news-card__content {
    padding: 1.875rem;
    background-color: #f2f2f2;
    margin-top: -10px;
}

@media screen and (min-width: 650px) {
    .bc-news-card__content {
        margin-top: 0;
    }
}

.bc-notification-bar {
    padding: 1rem 0;
    position: relative;
    margin-bottom: 1rem;
}

    .bc-notification-bar.bc-notification-bar--info {
        background-color: #0c0adb;
    }

    .bc-notification-bar.bc-notification-bar--success {
        background-color: #bb0e7b;
    }

    .bc-notification-bar.bc-notification-bar--danger {
        background-color: #da1e27;
    }

    .bc-notification-bar.bc-notification-bar--warning {
        background-color: #fe9c25;
    }

    .bc-notification-bar .bc-container__inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

@media screen and (min-width: 650px) {
    .bc-notification-bar .bc-container__inner {
        flex-direction: row;
    }
}

.bc-notification-bar .bc-container__inner .bc-button {
    height: auto;
    margin-top: 1rem;
}

@media screen and (min-width: 650px) {
    .bc-notification-bar .bc-container__inner .bc-button {
        margin-top: 0;
    }
}

.bc-notification-bar__heading {
    padding-right: 1rem;
}

.bc-notification-bar__body {
    padding-left: 3rem;
}

    .bc-notification-bar__body.bc-prose {
        margin-bottom: 0;
    }

.bc-notification-bar p {
    color: #fff;
}

.bc-organisation-card {
    background: #fff;
    padding: 2.25rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.35rem;
}

@media screen and (min-width: 650px) {
    .bc-organisation-card {
        grid-gap: 1.25rem;
        grid-template-columns: 3fr 1.7fr;
    }
}

.bc-organisation-card__cta {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

    .bc-organisation-card__cta > *:first-of-type {
        margin-bottom: 2.35rem;
    }

.bc-organisation-card .bc-label, .bc-organisation-card .bc-organisation-card__label {
    margin-top: 2.25rem;
    margin-bottom: 0.25rem;
}

.bc-organisation-card p {
    margin: 0;
}

.bc-organisation-card address {
    font-style: normal;
}

.bc-page-header {
    position: relative;
}

.bc-page-header__body {
    position: relative;
    z-index: 10;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 1025px) {
    .bc-page-header__body {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.bc-page-header .bc-heading {
    color: #fff;
}

.bc-page-header .bc-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#content .bc-page-header {
    position: relative;
    top: 4.75rem;
}

@media only screen and (min-width: 1025px) {
    #content .bc-page-header {
        top: 6rem;
    }
}

.bc-pagination {
    text-align: center;
}

.bc-pagination__list {
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
}

    .bc-pagination__list > * + * {
        margin-left: 0.25rem;
    }

    .bc-pagination__list li + li {
        margin-top: 0;
    }

    .bc-pagination__list li,
    .bc-pagination__list a {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
    }

.bc-pagination__link {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    color: #0000ff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    color: #000;
    border: 2px solid transparent;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .bc-pagination__link:hover {
        color: #002882 !important;
    }

    .bc-pagination__link[aria-current] {
        color: #fff !important;
        background-color: #0000ff;
    }

        .bc-pagination__link[aria-current]:hover {
            color: #fff;
            background-color: #002882;
            border-color: #002882;
        }

.bc-pagination__previous, .bc-pagination__next {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    color: #0000ff;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.25rem;
    transition: all 0.1s;
}

.bc-pagination__previous--hidden, .bc-pagination__next--hidden {
    visibility: hidden;
}

.bc-pagination__previous {
    margin-right: 0;
}

.bc-pagination__next {
    margin-left: 0;
}

.bc-pagination__jump {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bc-pagination li.prev.disabled,
.bc-pagination li.next.disabled {
    display: none;
}

.bc-card__payment {
    position: relative;
    padding: 1.875rem;
    margin: 1.5rem 0 2rem 0;
    box-shadow: 0 0.188rem 1rem rgba(0, 0, 0, 0.1607843137);
    border-radius: 0.5rem;
    min-height: 8.75rem;
}

.bc-card__payment__logo {
    width: 3.75rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0.375rem;
    margin-right: 1.5rem;
    background-position: center;
}

.bc-card__payment__wrapper {
    display: flex;
}

.bc-card__payment__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .bc-card__payment__content {
        flex-direction: row;
    }
}

.bc-card__payment__content p {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1.125rem;
    color: #000000;
}

.bc-card__payment__button {
    margin-left: 0;
    margin-top: 1rem;
    margin-right: auto;
}

@media screen and (min-width: 650px) {
    .bc-card__payment__button {
        margin-left: auto;
        margin-top: 0;
        margin-right: 0;
    }
}

.bc-card__payment__date--bold {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

.bc-card__payment--expired {
    background-color: #e8e8e8;
}

.bc-card__payment--security-code, .bc-card__payment--chosen {
    position: relative;
    border: 2px solid #0000ff;
}

    .bc-card__payment--security-code:after, .bc-card__payment--chosen:after {
        font-family: "Material Icons";
        content: "check";
        height: 28px;
        width: 28px;
        position: absolute;
        background-color: #0000ff;
        color: #fff;
        border-radius: 50%;
        top: -14px;
        right: 28px;
        text-align: center;
        font-size: 1.125rem;
        line-height: 28px;
    }

@media screen and (min-width: 650px) {
    .bc-card__payment--security-code:after, .bc-card__payment--chosen:after {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.bc-card__payment__additional-description, .bc-card__payment__additional-description p {
    color: #0000ff;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 700;
}

.bc-card__payment__additional-description {
    margin-top: 0.5rem;
}

.bc-card__payment__expires--alert {
    color: #da1e27 !important;
}

.bc-card__payment__security-code {
    margin-top: 0.875rem;
}

.bc-card__payment__security-code__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    padding-bottom: 0.25rem;
}

.bc-card__payment__security-box {
    width: 124px;
}

    .bc-card__payment__security-box .bc-form-row {
        margin-top: 1rem;
    }

.bc-pricing-table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
}

    .bc-pricing-table th,
    .bc-pricing-table td {
        vertical-align: top;
        font-size: 1rem;
        color: #000;
    }

        .bc-pricing-table th, .bc-pricing-table th::before,
        .bc-pricing-table td,
        .bc-pricing-table td::before {
            padding: 0.5rem;
        }

@media screen and (min-width: 650px) {
    .bc-pricing-table th, .bc-pricing-table th::before,
    .bc-pricing-table td,
    .bc-pricing-table td::before {
        padding: 1rem;
    }
}

.bc-pricing-table thead th,
.bc-pricing-table thead td {
    background: #fff;
    font-weight: normal;
}

.bc-pricing-table tbody th,
.bc-pricing-table tbody td {
    display: table-cell;
}

.bc-pricing-table__item > * {
    display: block;
}

.bc-pricing-table__item + .bc-pricing-table__item {
    margin-top: 1.5rem;
}

.bc-pricing-table__label {
    font-size: 0.875rem;
    color: #000;
}

.bc-promo-banner {
    background-color: #08FFFF;
}

.bc-promo-banner__title {
    display: flex;
}

    .bc-promo-banner__title .bc-alert__icon {
        margin-right: 0.5rem;
        height: 1.25rem;
        width: 1.25rem;
        min-height: 1.25rem;
        min-width: 1.25rem;
    }

@media screen and (min-width: 992px) {
    .bc-promo-banner__title .bc-alert__icon {
        margin-right: 1rem;
        height: 1.875rem;
        width: 1.875rem;
    }
}

.bc-promo-banner__title .bc-alert__icon i {
    color: #08FFFF;
}

.bc-promo-banner__wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem;
    min-height: 118px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1314px;
    margin: 0 auto;
    grid-gap: 10px;
    gap: 10px;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .bc-promo-banner__wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: row;
        align-items: center;
        grid-gap: 30px;
        gap: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    .bc-promo-banner__wrapper {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.bc-promo-banner__table--second, .bc-promo-banner__table--first {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 1.75rem;
}

@media screen and (min-width: 992px) {
    .bc-promo-banner__table--second, .bc-promo-banner__table--first {
        margin-left: 0;
    }
}

.bc-promo-banner__table--second a,
.bc-promo-banner__table--second .bc-button,
.bc-promo-banner__table--second .bc-button[data-appearance=link], .bc-promo-banner__table--first a,
.bc-promo-banner__table--first .bc-button,
.bc-promo-banner__table--first .bc-button[data-appearance=link] {
    text-align: left;
    justify-content: flex-start;
}

    .bc-promo-banner__table--second .bc-button[data-appearance=link]:after, .bc-promo-banner__table--first .bc-button[data-appearance=link]:after {
        min-width: 12px;
    }

.bc-promo-banner__table--second {
    margin-left: 1.75rem;
}

.bc-promo-banner .bc-heading--small-subtitle {
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .bc-promo-banner .bc-heading--small-subtitle {
        line-height: 26px;
        margin-bottom: 0.25rem;
    }
}

.bc-product-card--hero-member + .bc-promo-banner {
    margin-bottom: 2.5rem;
}

.bc-radios {
    padding: 0 0.2rem;
}

.bc-radios__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.5rem;
}

.bc-radios__body {
    margin-top: 0;
    margin-left: 0.25rem;
    flex: 1;
}

.bc-radios__input {
    accent-color: black;
    top: 0;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    [dir="ltr"] .bc-radios__input {
        margin-left: calc(0px - calc((24px - 1rem) * 0.5));
    }

    [dir="rtl"] .bc-radios__input {
        margin-right: calc(0px - calc((24px - 1rem) * 0.5));
    }

    .bc-radios__input {
        height: 24px;
        width: 24px;
        margin: 0;
        border-radius: 50%;
        position: relative;
        margin-top: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .bc-radios__input::before, .bc-radios__input::after {
            content: "";
            position: absolute;
        }

        .bc-radios__input::before {
            margin: 0rem;
            border: 2px solid #0000ff;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: none;
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
            line-height: inherit;
            height: 48px;
            height: 1rem;
            width: 1rem;
            position: absolute;
            top: calc((24px - 1rem) * 0.5);
            right: calc((24px - 1rem) * 0.5);
            bottom: calc((24px - 1rem) * 0.5);
            left: calc((24px - 1rem) * 0.5);
        }

        .bc-radios__input::after {
            opacity: 0;
        }

        .bc-radios__input:checked:not(:disabled)::before {
            background-color: black;
        }

        .bc-radios__input:checked::after {
            opacity: 1;
        }

        .bc-radios__input:hover:not(:disabled), .bc-radios__input:focus:not(:disabled) {
            background-color: rgba(0, 0, 0, 0.15);
        }

        .bc-radios__input:focus {
            outline: 0;
        }

            .bc-radios__input:focus::before {
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
                outline: 1px solid #0000ff !important;
                outline-color: #0000ff !important;
                border: 1px solid #0000ff;
            }

        .bc-radios__input:disabled::before {
            background-color: #f2f2f2;
        }

        .bc-radios__input::after {
            height: 0.6rem;
            width: 0.6rem;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: white;
            transform: translate(-50%, -50%);
        }
}

.bc-radios__input::before {
    border: 1px solid #0000ff;
}

.bc-radios__input:checked:not(:disabled):before {
    background: #fff;
}

.bc-radios__input:checked::after {
    background: #0000ff;
    height: 10px;
    width: 10px;
}

.bc-radios__label {
    display: block;
    word-wrap: break-word;
    padding: 0;
    line-height: normal;
    color: #002882;
}

.bc-radios[data-layout=horizontal] {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .bc-radios[data-layout=horizontal] {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.bc-radios[data-layout=horizontal] > * {
    margin-right: 3rem;
}

.bc-review-list {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.bc-review-list__item {
    margin-bottom: 1rem;
    padding: 2rem;
    position: relative;
    box-shadow: 0.125rem 0.125rem 1rem rgba(0, 0, 0, 0.16);
}

.bc-review-list__key, .bc-review-list__value {
    padding-right: 1.5rem;
    flex-grow: 1;
    flex-shrink: 0;
}

.bc-review-list__key {
    flex-basis: 35%;
    color: #000;
}

.bc-review-list__value, .bc-review-list__controls {
    margin: 0;
}

.bc-review-list__value {
    flex-basis: 65%;
}

.bc-review-list__controls {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.bc-search {
    position: relative;
    padding: 0;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-search {
        padding: 0 0 0.75rem;
        margin-bottom: 0;
    }
}

.bc-search__wrapper {
    background-color: #002882;
    min-height: 295px;
    padding-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    .bc-search__wrapper {
        padding-top: 3.9rem;
        min-height: 328px;
    }
}

.bc-search__form-actions {
    position: relative;
}

@media screen and (min-width: 992px) {
    .bc-search__form-actions {
        padding: 0 0 3rem;
        display: flex;
        flex-direction: row;
        grid-gap: 30px;
        gap: 30px;
    }
}

.bc-search__form-actions .bc-label {
    margin-bottom: 0.25rem;
    color: #fff;
}

.bc-search__form-actions .bc-input {
    height: 48px;
}

.bc-search__form-actions .bc-button {
    width: 100%;
}

@media only screen and (min-width: 991px) {
    .bc-search__form-actions .bc-button {
        width: 92px;
    }
}

.bc-search__form-actions .bc-form-row {
    margin-bottom: 1.5rem;
    margin-top: 0.75rem;
    width: 100%;
    max-width: 1193px;
}

@media screen and (min-width: 992px) {
    .bc-search__form-actions .bc-form-row {
        margin-bottom: 0;
        margin-top: 2.5rem;
    }
}

.bc-search .bc-button {
    margin-top: -10px;
    height: 48px;
}

@media screen and (min-width: 992px) {
    .bc-search .bc-button {
        margin-top: auto;
    }
}

.bc-search .bc-heading {
    margin-bottom: 0.5rem;
    color: #fff;
}

.bc-search__close {
    margin-left: auto;
    margin-top: -52px;
    margin-right: 18px;
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-search__close {
        margin-left: -50px;
        margin-top: 5.2rem;
        margin-right: 18px;
        display: block;
    }
}

.bc-search__close i {
    cursor: pointer;
}

.bc-search .bc-search-close {
    border: none;
    color: #0000ff;
    font-size: 20px;
    height: 20px;
    transition: all 0.1s;
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    bottom: 4.75rem;
}

@media only screen and (min-width: 991px) {
    .bc-search .bc-search-close {
        bottom: 4rem;
        right: 135px;
    }
}

.bc-search .bc-search-close.active-clean-search {
    display: inline;
}

.ip-search {
    margin-top: -1.25rem;
}

@media screen and (min-width: 992px) {
    .ip-search {
        margin-top: 0;
    }
}

.ip-search .bc-section {
    padding: 0;
}

.ip-search .bc-pagination {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
    .ip-search .bc-pagination {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
    }
}

.ip-search .bc-prose {
    margin-bottom: 0.5rem !important;
}

@media screen and (min-width: 992px) {
    .ip-search .bc-prose {
        margin-bottom: 1.5rem !important;
    }
}

.ip-search .bc-grid {
    grid-gap: 20px;
}

@media screen and (min-width: 992px) {
    .ip-search .bc-grid {
        grid-gap: 30px;
    }
}

.ip-search__result {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 1.25rem !important;
    font-weight: 300;
    color: #696969;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .ip-search__result {
        margin-bottom: 0 !important;
    }
}

.ip-search .bc-product-card {
    padding: 1.25rem 1rem 1.25rem;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

@media screen and (min-width: 992px) {
    .ip-search .bc-product-card {
        padding: 1.75rem 1.75rem 1rem;
        min-height: 275px;
    }
}

.ip-search .bc-product-card .bc-product-card__body {
    width: 94%;
}

.ip-search .bc-product-card .bc-heading--subtitle {
    color: #002882;
}

.ip-search .bc-product-card .bc-product-card__header {
    margin-bottom: 0.5rem;
}

.ip-search .bc-product-card .bc-product-card__main {
    margin-top: 0;
}

    .ip-search .bc-product-card .bc-product-card__main .bc-prose {
        line-height: 22px;
    }

@media screen and (min-width: 992px) {
    .ip-search .bc-product-card .bc-product-card__main .bc-prose {
        line-height: 28px;
    }
}

.ip-search .bc-product-card .bc-prose {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
    .ip-search .bc-product-card .bc-prose {
        margin-bottom: 1.25rem;
        font-size: 18px;
        line-height: 28px;
    }
}

.bc-search--services .bc-search {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search {
        padding: 0 0 0.75rem;
        margin-bottom: 0;
    }
}

.bc-search--services .bc-search__wrapper {
    background-color: #f2f2f2;
    min-height: 295px;
    padding-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search__wrapper {
        padding-top: 3.25rem;
        min-height: 328px;
    }
}

.bc-search--services .bc-search__form-actions {
    position: relative;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search__form-actions {
        padding: 0 0 3rem;
        display: flex;
        flex-direction: row;
        grid-gap: 30px;
        gap: 30px;
    }
}

.bc-search--services .bc-search__form-actions .bc-label {
    margin-bottom: 0.25rem;
    color: #002882;
}

.bc-search--services .bc-search__form-actions .bc-input {
    height: 48px;
}

.bc-search--services .bc-search__form-actions .bc-button {
    width: 100%;
}

@media only screen and (min-width: 991px) {
    .bc-search--services .bc-search__form-actions .bc-button {
        width: 92px;
    }
}

.bc-search--services .bc-search__form-actions .bc-form-row {
    margin-bottom: 2.5rem;
    margin-top: 0.75rem;
    width: 100%;
    max-width: 1193px;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search__form-actions .bc-form-row {
        margin-bottom: 0;
        margin-top: 1.75rem;
    }
}

.bc-search--services .bc-search .bc-button {
    margin-top: -10px;
    height: 48px;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search .bc-button {
        margin-top: auto;
    }
}

.bc-search--services .bc-search .bc-heading--jumbotron {
    margin-bottom: 1.5rem;
    color: #002882;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search .bc-heading--jumbotron {
        margin-bottom: 0.5rem;
    }
}

.bc-search--services .bc-search .bc-heading--subtitle {
    color: #002882;
    margin-bottom: 1.75rem;
    margin-top: 2.25rem;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search .bc-heading--subtitle {
        margin-bottom: 1.25rem;
        margin-top: 0;
    }
}

.bc-search--services .bc-search__close {
    margin-left: auto;
    margin-top: -52px;
    margin-right: 18px;
    display: none;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search__close {
        margin-left: -50px;
        margin-top: 5.2rem;
        margin-right: 18px;
        display: block;
    }
}

.bc-search--services .bc-search__close i {
    cursor: pointer;
}

.bc-search--services .bc-search .bc-search-close {
    border: none;
    color: #0000ff;
    font-size: 20px;
    height: 20px;
    transition: all 0.1s;
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    bottom: 4.75rem;
}

@media only screen and (min-width: 991px) {
    .bc-search--services .bc-search .bc-search-close {
        bottom: 4rem;
        right: 135px;
    }
}

.bc-search--services .bc-search .bc-search-close.active-clean-search {
    display: inline;
}

.bc-search--services .bc-search__topics {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 3.25rem;
}

@media screen and (min-width: 992px) {
    .bc-search--services .bc-search__topics {
        padding-bottom: 3.75rem;
    }
}

.bc-search--services .bc-search__topics .bc-heading {
    text-align: center;
}

.bc-search--services .bc-search__topics__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 30px 30px;
    gap: 30px 30px;
}

@media screen and (min-width: 650px) {
    .bc-search--services .bc-search__topics__wrapper {
        justify-content: center;
    }
}

.bc-section {
    max-width: 1314px;
    margin: 0 auto;
    padding: 2.188rem 0;
}

    .bc-section.bc-bw__dark-blue, .bc-section.bc-bw__membership-blue, .bc-section.bc-bw__grey, .bc-section.bc-bw__core-blue {
        max-width: 100%;
    }

@media only screen and (max-width: 1400px) {
    .bc-section.bc-bw__dark-blue, .bc-section.bc-bw__membership-blue, .bc-section.bc-bw__grey, .bc-section.bc-bw__core-blue {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.bc-section.bc-bw__dark-blue .bc-section, .bc-section.bc-bw__membership-blue .bc-section, .bc-section.bc-bw__grey .bc-section, .bc-section.bc-bw__core-blue .bc-section {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1400px) {
    .bc-section.bc-bw__dark-blue .bc-section, .bc-section.bc-bw__membership-blue .bc-section, .bc-section.bc-bw__grey .bc-section, .bc-section.bc-bw__core-blue .bc-section {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-section--carousel {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1400px) {
    .bc-section--carousel {
        padding: 35px 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.bc-section > .bc-grid,
.bc-section > .bc-heading,
.bc-section > .bc-prose {
    max-width: 1314px;
    margin: 0 auto;
}

.bc-section .bc-text-component__item {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .bc-section .bc-text-component__item {
        margin-bottom: 20px;
    }
}

.bc-section .bc-text-component__item:last-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .bc-section .bc-text-component__item:last-child {
        margin-bottom: 20px;
    }
}

.bc-section > h2:first-of-type, .bc-section > h3:first-of-type {
    margin-bottom: 1.25rem;
}

.bc-section__title-wrapper {
    padding-top: 1.5rem;
    display: flex;
    max-width: 1314px;
    margin: 0 auto;
    flex-direction: column;
}

@media screen and (min-width: 1400px) {
    .bc-section__title-wrapper {
        justify-content: space-between;
        flex-direction: row;
        padding-top: 2.5rem;
    }
}

.bc-section__title-wrapper .bc-button {
    margin-bottom: 2rem;
}

@media screen and (min-width: 1400px) {
    .bc-section__title-wrapper .bc-button {
        margin-bottom: 0;
    }
}

.bc-section__title-wrapper__text {
    max-width: 754px;
}

    .bc-section__title-wrapper__text .bc-prose {
        margin-bottom: 2rem;
    }

.bc-section .bc-section--wrapper-with-button,
.bc-section .bc-section--wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bc-section .bc-section--wrapper {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .bc-section .bc-section--wrapper {
        max-width: 70%;
    }
}

.bc-section--wrapper-with-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .bc-section--wrapper-with-button .bc-heading {
        margin-bottom: 0;
    }

    .bc-section--wrapper-with-button .bc-prose {
        order: 2;
    }

    .bc-section--wrapper-with-button .bc-button {
        display: inline-block;
    }

.bc-bw__membership-blue .bc-card--with-image .bc-card__content,
.bc-bw__membership-blue .bc-card--with-image .bc-card__media,
.bc-bw__grey .bc-card--with-image .bc-card__content,
.bc-bw__grey .bc-card--with-image .bc-card__media {
    background-color: #fff !important;
}

.bc-select {
    margin-top: 0rem;
    position: relative;
    align-items: center;
    display: flex;
    color: #002882 !important;
}

[dir="ltr"] .bc-select__input {
    padding-right: 2.5rem;
}

[dir="rtl"] .bc-select__input {
    padding-left: 2.5rem;
}

.bc-select__input {
    margin: 0rem;
    border: 2px solid #0000ff;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .bc-select__input[aria-invalid=true] {
        border-color: #da1e27;
    }

        .bc-select__input[aria-invalid=true]:focus {
            border: 2px solid #da1e27 !important;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        }

    .bc-select__input:focus:not([aria-invalid=true]) {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        outline: 1px solid #0000ff !important;
        outline-color: #0000ff !important;
    }

    .bc-select__input:disabled {
        background-color: #f2f2f2;
    }

    .bc-select__input:focus {
        outline: 3.5px solid #f2f2f2;
        outline-offset: 0;
    }

[dir="ltr"] .bc-select__arrow {
    right: 1rem;
}

[dir="rtl"] .bc-select__arrow {
    left: 1rem;
}

.bc-select__arrow {
    display: flex;
    pointer-events: none;
    position: absolute;
}

    .bc-select__arrow svg {
        color: #0000ff;
    }

.bc-select option {
    color: #002882 !important;
}

    .bc-select option:hover, .bc-select option:focus, .bc-select option[focus-within], .bc-select option:active {
        background-color: #002882 !important;
        color: white !important;
    }

    .bc-select option:hover, .bc-select option:focus, .bc-select option:focus-within, .bc-select option:active {
        background-color: #002882 !important;
        color: white !important;
    }

select {
    color: #002882 !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 48px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        border: 2px solid #0000ff;
        border-radius: 0;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0.5rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #002882;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1rem;
            line-height: 22px;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1rem;
            line-height: 22px;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 1rem;
        line-height: 22px;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 18px;
        vertical-align: bottom;
        font-family: "DM Sans" !important;
        overflow: hidden;
        word-break: keep-all;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 2px solid #0000ff;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 8px;
    border-color: #0000ff !important;
}

    .select2-search--dropdown .select2-search__field {
        border-color: #0000ff !important;
        border-radius: 0 !important;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 8px 4px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0 !important;
        border-color: #0000ff !important;
        outline: 1px solid #0000ff;
    }

        .select2-search--dropdown .select2-search__field.focus-visible {
            outline: 1px solid #0000ff;
        }

        .select2-search--dropdown .select2-search__field:focus-visible {
            outline: 1px solid #0000ff;
        }

focus .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

    .select2-hidden-accessible option {
        font-size: 1rem !important;
        line-height: 22px !important;
        font-family: "DM Sans" !important;
        color: #0000ff !important;
    }

        .select2-hidden-accessible option:hover {
            color: #002882 !important;
        }

.select2-container--bc-select2 .select2-selection--single {
    background-color: #fff;
    border: 2px solid #0000ff;
    border-radius: 0;
}

    .select2-container--bc-select2 .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--bc-select2 .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--bc-select2[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--bc-select2.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--bc-select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #0000ff;
    border-width: 0 4px 5px 4px;
}

.select2-container--bc-select2 .select2-selection--multiple {
    background-color: white;
    border: 1px solid #0000ff;
    border-radius: 0;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

    .select2-container--bc-select2 .select2-selection--multiple.select2-selection--clearable {
        padding-right: 25px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        position: absolute;
        right: 0;
        padding: 1px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #0000ff;
        border-radius: 0;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
        padding-left: 20px;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #0000ff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #999;
        cursor: pointer;
        font-size: 1rem;
        line-height: 22px;
        font-weight: bold;
        padding: 0 4px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove:hover,
        .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #fff;
            color: #333;
            outline: none;
        }

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #0000ff;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--bc-select2.select2-container--focus .select2-selection--multiple {
    border: 1px solid #0000ff;
    outline: 0;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--bc-select2.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--bc-select2.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bc-select2.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--bc-select2.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bc-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #0000ff;
}

.select2-container--bc-select2 .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--bc-select2 .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--bc-select2 .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--bc-select2 .select2-results__option--group {
    padding: 0;
}

.select2-container--bc-select2 .select2-results__option--disabled {
    color: #999;
}

.select2-container--bc-select2 .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--bc-select2 .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--bc-select2 .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #fff;
    border: 1px solid #0000ff;
    border-radius: 0;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #0000ff;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #fff;
        border: none;
        border-left: 1px solid #0000ff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #0000ff;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #0000ff;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0000ff;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: #0000ff;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #0000ff;
    border-radius: 0;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #0000ff;
        border-radius: 0;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #888;
        cursor: pointer;
        font-size: 1rem;
        line-height: 22px;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0000ff;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #0000ff;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0000ff;
}

.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-search__field {
    border-radius: 0 !important;
    border-width: 1px;
    border-color: #0000ff !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px #0000ff !important;
}

.bc-select2 {
    position: relative;
}

    .bc-select2 .bc-select__arrow {
        transition: all 0.7s;
    }

    .bc-select2 .select2-container--open + .bc-select__arrow {
        transform: rotate(180deg);
    }

.select2-container {
    max-width: 100%;
    width: 100%;
}

.bc-select2 select,
.bc-select2 option,
.bc-select2 li,
.bc-select2 .select2-results__option {
    font-family: "DM Sans" !important;
    font-weight: 500;
}

    .bc-select2 select:hover,
    .bc-select2 option:hover,
    .bc-select2 li:hover,
    .bc-select2 .select2-results__option:hover {
        color: #002882 !important;
    }

.select2-results__option,
.select2-results__option {
    font-family: "DM Sans" !important;
    font-weight: 500;
}

    .select2-results__option:hover,
    .select2-results__option:hover {
        background-color: #002882 !important;
        color: white !important;
    }

    .select2-results__option select2-results__option--selectable:hover {
        color: #002882 !important;
    }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 48px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        border: 2px solid #0000ff;
        border-radius: 0;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            padding-top: 7px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #002882;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1rem;
            line-height: 22px;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1rem;
            line-height: 22px;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 1rem;
        line-height: 22px;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 18px;
        vertical-align: bottom;
        font-family: "DM Sans" !important;
        overflow: hidden;
        word-break: keep-all;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 2px solid #0000ff;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 8px;
    border-color: #0000ff !important;
}

    .select2-search--dropdown .select2-search__field {
        border-color: #0000ff !important;
        border-radius: 0 !important;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 8px 4px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0 !important;
        border-color: #0000ff !important;
        outline: 1px solid #0000ff;
    }

        .select2-search--dropdown .select2-search__field.focus-visible {
            outline: 1px solid #0000ff;
        }

        .select2-search--dropdown .select2-search__field:focus-visible {
            outline: 1px solid #0000ff;
        }

focus .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

    .select2-hidden-accessible option {
        font-size: 1rem !important;
        line-height: 22px !important;
        font-family: "DM Sans" !important;
        color: #0000ff !important;
    }

        .select2-hidden-accessible option:hover {
            color: #002882 !important;
        }

.select2-container--bc-select2 .select2-selection--single {
    background-color: #fff;
    border: 2px solid #0000ff;
    border-radius: 0;
}

    .select2-container--bc-select2 .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--bc-select2 .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--bc-select2 .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--bc-select2[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--bc-select2.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--bc-select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #0000ff;
    border-width: 0 4px 5px 4px;
}

.select2-container--bc-select2 .select2-selection--multiple {
    background-color: white;
    border: 1px solid #0000ff;
    border-radius: 0;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

    .select2-container--bc-select2 .select2-selection--multiple.select2-selection--clearable {
        padding-right: 25px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        position: absolute;
        right: 0;
        padding: 1px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #0000ff;
        border-radius: 0;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
        padding-left: 20px;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #0000ff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #999;
        cursor: pointer;
        font-size: 1rem;
        line-height: 22px;
        font-weight: bold;
        padding: 0 4px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove:hover,
        .select2-container--bc-select2 .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #fff;
            color: #333;
            outline: none;
        }

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #0000ff;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bc-select2[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--bc-select2.select2-container--focus .select2-selection--multiple {
    border: 1px solid #0000ff;
    outline: 0;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--bc-select2.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--bc-select2.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--bc-select2.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bc-select2.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--bc-select2.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bc-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #0000ff;
}

.select2-container--bc-select2 .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--bc-select2 .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--bc-select2 .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--bc-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--bc-select2 .select2-results__option--group {
    padding: 0;
}

.select2-container--bc-select2 .select2-results__option--disabled {
    color: #999;
}

.select2-container--bc-select2 .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--bc-select2 .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--bc-select2 .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #fff;
    border: 1px solid #0000ff;
    border-radius: 0;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #0000ff;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #fff;
        border: none;
        border-left: 1px solid #0000ff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #0000ff;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #0000ff;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0000ff;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: #0000ff;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #0000ff;
    border-radius: 0;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #0000ff;
        border-radius: 0;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #888;
        cursor: pointer;
        font-size: 1rem;
        line-height: 22px;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0000ff;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #0000ff;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0000ff;
}

.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-search__field {
    border-radius: 0 !important;
    border-width: 1px;
    border-color: #0000ff !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px #0000ff !important;
}

.bc-select2 {
    position: relative;
}

    .bc-select2 .bc-select__arrow {
        top: 2.2rem;
        transition: all 0.7s;
    }

    .bc-select2 .select2-container--open + .bc-select__arrow {
        transform: rotate(180deg);
    }

.select2-container {
    max-width: 100%;
    width: 100%;
}

.bc-select2 select,
.bc-select2 option,
.bc-select2 li,
.bc-select2 .select2-results__option {
    font-family: "DM Sans" !important;
    font-weight: 500;
}

    .bc-select2 select:hover,
    .bc-select2 option:hover,
    .bc-select2 li:hover,
    .bc-select2 .select2-results__option:hover {
        color: #002882 !important;
    }

.select2-results__option,
.select2-results__option {
    font-family: "DM Sans" !important;
    font-weight: 500;
}

    .select2-results__option:hover,
    .select2-results__option:hover {
        background-color: #002882 !important;
        color: white !important;
    }

    .select2-results__option select2-results__option--selectable:hover {
        color: #002882 !important;
    }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.bc-staff {
    max-width: 306px;
    position: relative;
}

.bc-staff__description {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.75;
}

.bc-staff__image .bc-image, .bc-staff__image__hover .bc-image {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 240px;
    height: 240px;
    margin-bottom: 1rem;
}

.bc-staff__image img, .bc-staff__image__hover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bc-staff__image__hover {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    transition: opacity 1s ease-in-out;
}

.bc-staff__image:hover .bc-staff__image__hover {
    visibility: visible;
    position: absolute;
    bottom: 0;
}

.bc-staff .bc-heading {
    margin-bottom: 0;
}

.bc-staff .bc-button {
    text-align: left;
    margin-left: 0;
    color: #0000ff;
}

    .bc-staff .bc-button:hover {
        color: #000;
    }

    .bc-staff .bc-button[type=link] {
        text-align: left;
        margin-left: 0;
        color: #0000ff;
        text-decoration: underline;
    }

        .bc-staff .bc-button[type=link]:hover {
            color: #000;
        }

@media (max-width: 650px) {
    .bc-grid[\:has\(.bc-staff\)] {
        grid-template-columns: 1fr;
    }

    .bc-grid:has(.bc-staff) {
        grid-template-columns: 1fr;
    }
}

.bc-stepper {
    display: inline-flex;
    align-items: center;
    grid-gap: 0;
    gap: 0;
}

.bc-stepper__input {
    margin: 0rem;
    border: 2px solid #0000ff;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    flex-basis: 5ch;
    order: 2;
    text-align: center;
    border: none;
    background: transparent;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

    .bc-stepper__input[type=number]::-webkit-inner-spin-button, .bc-stepper__input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .bc-stepper__input[type=search] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .bc-stepper__input[type=search]::-webkit-search-cancel-button, .bc-stepper__input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

    .bc-stepper__input::-moz-placeholder {
        color: #696969;
        font-size: 1rem;
    }

    .bc-stepper__input::placeholder {
        color: #696969;
        font-size: 1rem;
    }

    .bc-stepper__input[aria-invalid=true] {
        border-color: #da1e27;
    }

        .bc-stepper__input[aria-invalid=true]:focus {
            border: 2px solid #da1e27 !important;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        }

    .bc-stepper__input:focus {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2352941176);
        outline: 1px solid #0000ff !important;
        outline-color: #0000ff !important;
    }

    .bc-stepper__input:disabled {
        background-color: #f2f2f2;
    }

.bc-stepper__button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #0000ff;
}

    .bc-stepper__button:not([disabled]) {
        cursor: pointer;
    }

    .bc-stepper__button span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        margin-top: -1px;
    }

    .bc-stepper__button:not(:disabled):hover, .bc-stepper__button:not(:disabled):focus, .bc-stepper__button:not(:disabled):active {
        background-color: #002882;
    }

    .bc-stepper__button:disabled {
        color: #fff;
        background-color: #f2f2f2;
        cursor: default;
    }

.bc-stepper__button--minus {
    order: 1;
}

.bc-stepper__button--plus {
    order: 3;
}

.bc-step-indicator {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem 3.5rem;
}

@media screen and (min-width: 650px) {
    .bc-step-indicator {
        margin-bottom: 2.188rem;
    }
}

.bc-step-indicator__step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.bc-step-indicator__step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.188rem;
    width: 2.188rem;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    background: #f2f2f2;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    color: #9a9a9a;
    position: relative;
    line-height: 2;
}

    .bc-step-indicator__step-number i {
        font-size: 1.6rem;
    }

.complete .bc-step-indicator__step-number {
    background: #002882;
    border: 2px solid #002882;
}

    .complete .bc-step-indicator__step-number i {
        color: #fff;
    }

[aria-current=step] .bc-step-indicator__step-number {
    background: #fff;
    border: 2px solid #002882;
    color: #002882;
}

.bc-step-indicator__line {
    width: 100%;
    height: 0.156rem;
    background: #e3e3e3;
    flex: 1;
}

    .bc-step-indicator__line.complete {
        background: #002882;
    }

.bc-step-indicator__body {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.8125rem;
    width: 5.625rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    color: #002882;
    text-align: center;
}

@media screen and (min-width: 650px) {
    .bc-step-indicator__body {
        display: block;
    }
}

.bc-step-indicator__body p {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    margin: 0;
}

    .bc-step-indicator__body p strong {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 600;
        font-size: 1.125rem;
    }

[aria-current=step] .bc-step-indicator__body, .complete .bc-step-indicator__body {
    color: #fff;
}

.bc-sub-nav {
    background-color: #f2f2f2;
    padding: 1.875rem 1.875rem 2.25rem;
}

.bc-sub-nav__header .bc-heading {
    padding: 1rem 0;
}

.bc-sub-nav__list {
    margin: 0;
}

.bc-sub-nav__item {
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 22px !important;
}

    .bc-sub-nav__item:last-of-type {
        padding: 0;
    }

@media only screen and (max-width: 1025px) {
    .bc-sub-nav__item:last-of-type {
        padding-bottom: 1.125rem;
    }
}

@media only screen and (max-width: 1025px) {
    .bc-sub-nav__item:first-of-type {
        padding-top: 0.5rem;
    }
}

@media only screen and (max-width: 1025px) {
    .bc-sub-nav__item {
        padding-bottom: 1.25rem;
    }
}

.bc-sub-nav__link {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #0000ff !important;
    display: inline-block;
    text-decoration: none !important;
    font-size: 1rem;
    line-height: 22px !important;
}

    .bc-sub-nav__link[aria-current=page], .bc-sub-nav__link[aria-current=true], .bc-sub-nav__link:hover {
        text-decoration: underline !important;
        -webkit-text-decoration-color: #0000ff !important;
        text-decoration-color: #0000ff !important;
        text-decoration-thickness: 3px !important;
        text-underline-offset: 6px !important;
    }

.bc-tab__list {
    color: #333333;
    background-color: transparent;
    line-height: 1.5;
    display: inline-flex;
    flex-direction: row;
    padding: 3px;
}

    .bc-tab__list li + li {
        margin-top: 0;
    }

.bc-tab__item {
    flex-grow: 1;
    text-align: center;
    margin-left: -0.5rem;
}

    .bc-tab__item:first-of-type {
        margin: 0;
    }

.bc-tab__tab {
    font-size: 1rem;
    line-height: 1.875;
    color: #000;
    margin: 0;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

html.js .bc-tab__panel {
    margin-bottom: 0;
}

.bc-tab__panel--hidden {
    display: none;
}

.bc-tab__list--with-triangle {
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1400px) {
    .bc-tab__list--with-triangle {
        padding-left: calc(6vw - 16px);
    }
}

@media (max-width: 650px) {
    .bc-tab__list--with-triangle {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 60px;
        padding-left: calc(6vw - 16px);
    }
}

@media (max-width: 650px) {
    .bc-tab__list--with-triangle li {
        white-space: nowrap;
    }
}

.bc-tab__list--with-triangle::-webkit-scrollbar {
    display: none;
    height: 0;
}

.bc-tab__wrapper {
    padding-top: 1.75rem;
    padding-bottom: 6rem;
    max-width: 1314px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .bc-tab__wrapper {
        padding-top: 3.75rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8rem;
    }
}

.bc-tab__panel--with-triangle {
    background-color: #0000FF;
    width: 100%;
}

@media (max-width: 650px) {
    .bc-tab__panel--with-triangle {
        margin-top: -25px;
    }
}

@media (max-width: 991px) and (min-width: 650px) {
    .bc-tab__panel--with-triangle {
        margin-top: -10px;
    }
}

.bc-tab__item--with-triangle.bc-tab__item--current .bc-tab__tab {
    position: relative;
    color: #0000FF;
    background-color: transparent;
    border: none;
    border-radius: unset;
}

    .bc-tab__item--with-triangle.bc-tab__item--current .bc-tab__tab::after {
        content: "";
        border-style: solid;
        border-width: 20px 20px 20px 0;
        transform: rotate(90deg);
        border-color: transparent #0000FF transparent transparent;
        position: absolute;
        left: 50%;
        margin-left: -13px;
        top: 26px;
        position: absolute;
    }

@media screen and (min-width: 992px) {
    .bc-tab__item--with-triangle.bc-tab__item--current .bc-tab__tab::after {
        border-width: 24px 26px 24px 0;
        top: 30px;
    }
}

.ip-tabFullWidth .bc-tab__wrapper {
    padding-bottom: 0;
}

.ip-tabFullWidth__wrapper {
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .ip-tabFullWidth__wrapper {
        grid-template-columns: 1fr minmax(auto, 530px);
        display: grid;
        grid-gap: 1.875rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

.ip-tabFullWidth__wrapper .bc-heading--subtitle {
    margin-bottom: 1.5rem;
}

.ip-tabFullWidth__media {
    max-width: 530px;
    order: -1;
}

@media screen and (min-width: 992px) {
    .ip-tabFullWidth__media {
        order: 2;
    }
}

.ip-tabFullWidth .bc-list li,
.ip-tabFullWidth .bc-list li a {
    color: #fff;
}

.ip-tabFullWidth .bc-list--card-with-icon li:before {
    color: white;
}

.ip-tabFullWidth__text p,
.ip-tabFullWidth__text a,
.ip-tabFullWidth__text h3,
.ip-tabFullWidth__text li {
    color: #fff !important;
}

.ip-tabFullWidth__text ul li {
    list-style-type: none;
    color: #fff !important;
}

    .ip-tabFullWidth__text ul li:before {
        font-family: "Material Icons";
        content: "check_circle";
        color: #fff !important;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin-right: 0.25rem;
        position: relative;
        top: 2px;
        padding-right: 5px;
    }

    .ip-tabFullWidth__text ul li > :where(:not(.bc-heading):before) {
        content: "none";
    }

    .ip-tabFullWidth__text ul li:marker {
        display: none !important;
    }

    .ip-tabFullWidth__text ul li::marker {
        display: none !important;
    }

.bc-tab__container {
    max-width: 1314px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .bc-tab__container {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background: transparent;
        scrollbar-gutter: stable both-edges;
    }
}

.bc-tab__container .bc-tab__list--with-triangle {
    overflow-x: unset;
    white-space: nowrap;
}

.bc-tab-full-width .bc-tab__wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .bc-tab-full-width .bc-tab__wrapper {
        margin-top: 20px;
    }
}

.bc-table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #f2f2f2;
    line-height: 22px;
}

.bc-table__caption {
    display: table-caption;
    text-align: left;
    margin: 0.25rem 0;
}

.bc-table__header, .bc-table__cell {
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    word-wrap: break-word;
}

@media screen and (min-width: 992px) {
    .bc-table__header, .bc-table__cell {
        padding: 1.25rem 1.4rem;
    }
}

.bc-table__header {
    display: table-cell;
}

.bc-table__head .bc-table__header {
    border-bottom: 2.5px solid #E6E6E6;
    vertical-align: top;
}

.bc-table tr {
    border-bottom: 1px solid #E6E6E6;
}

.bc-table td:last-child {
    text-align: left;
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-table td:last-child {
        text-align: right;
        padding: 1.125rem 2rem 1.125rem 1rem;
    }
}

.bc-table tr th:last-child {
    padding: 1rem;
    text-align: left;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .bc-table tr th:last-child {
        padding: 1.125rem 2rem 1.125rem 1rem;
    }
}

.bc-table tr .bc-button[data-appearance=link-without-arrow] {
    margin-bottom: 0;
}

.bc-tooltip {
    display: inline-block;
    position: relative;
}

    .bc-tooltip::after {
        content: "";
        display: block;
        clear: both;
    }

.bc-tooltip__toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    position: relative;
    float: right;
}

    .bc-tooltip__toggle:not([disabled]) {
        cursor: pointer;
    }

    .bc-tooltip__toggle::after {
        content: "";
        width: 2.75rem;
        height: 2.75rem;
        position: absolute;
        top: -0.625rem;
        left: -0.625rem;
    }

    .bc-tooltip__toggle[aria-expanded=true] + .bc-tooltip__body {
        display: inline-block;
    }

.bc-tooltip__body {
    display: none;
    width: -moz-max-content;
    width: max-content;
    max-width: min(75vw, 21.5rem);
    padding: 1rem;
    border-radius: 0;
    position: absolute;
    top: calc(100% + 0.625rem);
    right: -0.625rem;
    z-index: 1;
    color: #fff;
    background-color: #000;
}

    .bc-tooltip__body::before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        top: -0.25rem;
        right: 1.125rem;
        background-color: #000;
        transform: rotate(45deg);
    }

    .bc-tooltip__body > * + * {
        margin-top: 0.5rem;
    }

.bc-tooltip__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: -0.5rem -1rem;
    text-align: right;
}

.bc-tooltip__menu-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    display: block;
    padding: 0.5rem 1rem;
    color: inherit;
    text-decoration: none;
}

    .bc-tooltip__menu-link:not([disabled]) {
        cursor: pointer;
    }

    .bc-tooltip__menu-link:hover {
        text-decoration: underline;
    }

.bc-tooltip__cta {
    text-align: right;
}

.bc-tooltip__cta-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    color: inherit;
}

    .bc-tooltip__cta-link:not([disabled]) {
        cursor: pointer;
    }

.bc-tooltip__close {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    border: none;
    border-radius: 0;
    color: inherit;
    background: none;
    font: inherit;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

    .bc-tooltip__close:not([disabled]) {
        cursor: pointer;
    }

.bc-word {
    margin-top: 60px;
    margin-bottom: 55px;
}

@media screen and (min-width: 650px) {
    .bc-word {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

.bc-word__text {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #002882;
    font-size: 32px;
    line-height: 40px;
}

@media screen and (min-width: 650px) {
    .bc-word__text {
        font-size: 45px;
        line-height: 60px;
    }
}

.bc-word__body {
    margin: 0 auto;
    max-width: 296px;
    position: relative;
    margin-left: calc(6vw + 35px);
    margin-right: 6vw;
}

    .bc-word__body:before {
        content: "";
        border-style: solid;
        border-width: 22px 22px 22px 0;
        border-color: transparent #0000ff transparent transparent;
        position: absolute;
        left: -40px;
        top: -20px;
    }

@media screen and (min-width: 480px) {
    .bc-word__body {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .bc-word__body {
        max-width: 700px;
    }

        .bc-word__body:before {
            border-width: 35px 38px 35px 0;
            left: -55px;
            top: -50px;
        }
}

@media screen and (min-width: 1200px) {
    .bc-word__body {
        max-width: 978px;
    }
}

.bc-word [data-animate] {
    opacity: 0;
    will-change: auto;
}

.bc-word .animated {
    transition: all 0.35s ease;
    opacity: 1;
    background-color: #05FFFF;
}

    .bc-word .animated:first-child {
        padding-left: 0.875rem;
    }

    .bc-word .animated:last-child {
        padding-right: 0.875rem;
    }

.bc-word__text__wrapper {
    display: inline;
}

.bc-word__text {
    display: inline;
}

.fs-\!-sr {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
}

.fs-\!-text-color-white {
    color: #fff !important;
}

.fs-\!-background-color-white {
    background-color: #fff !important;
}

.fs-\!-text-color-black {
    color: #000 !important;
}

.fs-\!-background-color-black {
    background-color: #000 !important;
}

.fs-\!-text-color-text {
    color: #000 !important;
}

.fs-\!-background-color-text {
    background-color: #000 !important;
}

.fs-\!-text-color-disabled {
    color: #f2f2f2 !important;
}

.fs-\!-background-color-disabled {
    background-color: #f2f2f2 !important;
}

.fs-\!-text-color-outline {
    color: #f2f2f2 !important;
}

.fs-\!-background-color-outline {
    background-color: #f2f2f2 !important;
}

.fs-\!-text-color-brand-primary {
    color: #0000ff !important;
}

.fs-\!-background-color-brand-primary {
    background-color: #0000ff !important;
}

.fs-\!-text-color-brand-secondary {
    color: #96ff00 !important;
}

.fs-\!-background-color-brand-secondary {
    background-color: #96ff00 !important;
}

.fs-\!-text-color-brand-secondary-hover {
    color: #81de00 !important;
}

.fs-\!-background-color-brand-secondary-hover {
    background-color: #81de00 !important;
}

.fs-\!-text-color-dark-blue {
    color: #002882 !important;
}

.fs-\!-background-color-dark-blue {
    background-color: #002882 !important;
}

.fs-\!-text-color-link {
    color: #0000ff !important;
}

.fs-\!-background-color-link {
    background-color: #0000ff !important;
}

.fs-\!-text-color-link-hover {
    color: #002882 !important;
}

.fs-\!-background-color-link-hover {
    background-color: #002882 !important;
}

.fs-\!-text-color-furniture {
    color: #fff !important;
}

.fs-\!-background-color-furniture {
    background-color: #fff !important;
}

.fs-\!-text-color-hint {
    color: #696969 !important;
}

.fs-\!-background-color-hint {
    background-color: #696969 !important;
}

.fs-\!-text-color-danger {
    color: #da1e27 !important;
}

.fs-\!-background-color-danger {
    background-color: #da1e27 !important;
}

.fs-\!-text-color-success {
    color: #bb0e7b !important;
}

.fs-\!-background-color-success {
    background-color: #bb0e7b !important;
}

.fs-\!-text-color-warning {
    color: #0c0adb !important;
}

.fs-\!-background-color-warning {
    background-color: #0c0adb !important;
}

.fs-\!-text-color-info {
    color: #0c0adb !important;
}

.fs-\!-background-color-info {
    background-color: #0c0adb !important;
}

.fs-\!-margin-0 {
    margin: 0rem !important;
}

.fs-\!-padding-0 {
    padding: 0rem !important;
}

.fs-\!-margin-top-0 {
    margin-top: 0rem !important;
}

.fs-\!-padding-top-0 {
    padding-top: 0rem !important;
}

.fs-\!-margin-left-0 {
    margin-left: 0rem !important;
}

.fs-\!-padding-left-0 {
    padding-left: 0rem !important;
}

.fs-\!-margin-bottom-0 {
    margin-bottom: 0rem !important;
}

.fs-\!-padding-bottom-0 {
    padding-bottom: 0rem !important;
}

.fs-\!-margin-right-0 {
    margin-right: 0rem !important;
}

.fs-\!-padding-right-0 {
    padding-right: 0rem !important;
}

.fs-\!-margin-block-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.fs-\!-padding-block-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.fs-\!-margin-inline-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.fs-\!-padding-inline-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.fs-\!-margin-block-start-0 {
    margin-top: 0rem !important;
}

.fs-\!-padding-block-start-0 {
    padding-top: 0rem !important;
}

.fs-\!-margin-block-end-0 {
    margin-bottom: 0rem !important;
}

.fs-\!-padding-block-end-0 {
    padding-bottom: 0rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-0 {
    margin-left: 0rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-0 {
    margin-right: 0rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-0 {
    padding-left: 0rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-0 {
    padding-right: 0rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-0 {
    margin-right: 0rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-0 {
    margin-left: 0rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-0 {
    padding-right: 0rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-0 {
    padding-left: 0rem !important;
}

.fs-\!-margin-1 {
    margin: 0.5rem !important;
}

.fs-\!-padding-1 {
    padding: 0.5rem !important;
}

.fs-\!-margin-top-1 {
    margin-top: 0.5rem !important;
}

.fs-\!-padding-top-1 {
    padding-top: 0.5rem !important;
}

.fs-\!-margin-left-1 {
    margin-left: 0.5rem !important;
}

.fs-\!-padding-left-1 {
    padding-left: 0.5rem !important;
}

.fs-\!-margin-bottom-1 {
    margin-bottom: 0.5rem !important;
}

.fs-\!-padding-bottom-1 {
    padding-bottom: 0.5rem !important;
}

.fs-\!-margin-right-1 {
    margin-right: 0.5rem !important;
}

.fs-\!-padding-right-1 {
    padding-right: 0.5rem !important;
}

.fs-\!-margin-block-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.fs-\!-padding-block-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.fs-\!-margin-inline-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.fs-\!-padding-inline-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.fs-\!-margin-block-start-1 {
    margin-top: 0.5rem !important;
}

.fs-\!-padding-block-start-1 {
    padding-top: 0.5rem !important;
}

.fs-\!-margin-block-end-1 {
    margin-bottom: 0.5rem !important;
}

.fs-\!-padding-block-end-1 {
    padding-bottom: 0.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-1 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-1 {
    margin-right: 0.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-1 {
    padding-left: 0.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-1 {
    padding-right: 0.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-1 {
    margin-right: 0.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-1 {
    margin-left: 0.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-1 {
    padding-right: 0.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-1 {
    padding-left: 0.5rem !important;
}

.fs-\!-margin-2 {
    margin: 1rem !important;
}

.fs-\!-padding-2 {
    padding: 1rem !important;
}

.fs-\!-margin-top-2 {
    margin-top: 1rem !important;
}

.fs-\!-padding-top-2 {
    padding-top: 1rem !important;
}

.fs-\!-margin-left-2 {
    margin-left: 1rem !important;
}

.fs-\!-padding-left-2 {
    padding-left: 1rem !important;
}

.fs-\!-margin-bottom-2 {
    margin-bottom: 1rem !important;
}

.fs-\!-padding-bottom-2 {
    padding-bottom: 1rem !important;
}

.fs-\!-margin-right-2 {
    margin-right: 1rem !important;
}

.fs-\!-padding-right-2 {
    padding-right: 1rem !important;
}

.fs-\!-margin-block-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.fs-\!-padding-block-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.fs-\!-margin-inline-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.fs-\!-padding-inline-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.fs-\!-margin-block-start-2 {
    margin-top: 1rem !important;
}

.fs-\!-padding-block-start-2 {
    padding-top: 1rem !important;
}

.fs-\!-margin-block-end-2 {
    margin-bottom: 1rem !important;
}

.fs-\!-padding-block-end-2 {
    padding-bottom: 1rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-2 {
    margin-left: 1rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-2 {
    margin-right: 1rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-2 {
    padding-left: 1rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-2 {
    padding-right: 1rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-2 {
    margin-right: 1rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-2 {
    margin-left: 1rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-2 {
    padding-right: 1rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-2 {
    padding-left: 1rem !important;
}

.fs-\!-margin-3 {
    margin: 1.5rem !important;
}

.fs-\!-padding-3 {
    padding: 1.5rem !important;
}

.fs-\!-margin-top-3 {
    margin-top: 1.5rem !important;
}

.fs-\!-padding-top-3 {
    padding-top: 1.5rem !important;
}

.fs-\!-margin-left-3 {
    margin-left: 1.5rem !important;
}

.fs-\!-padding-left-3 {
    padding-left: 1.5rem !important;
}

.fs-\!-margin-bottom-3 {
    margin-bottom: 1.5rem !important;
}

.fs-\!-padding-bottom-3 {
    padding-bottom: 1.5rem !important;
}

.fs-\!-margin-right-3 {
    margin-right: 1.5rem !important;
}

.fs-\!-padding-right-3 {
    padding-right: 1.5rem !important;
}

.fs-\!-margin-block-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.fs-\!-padding-block-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.fs-\!-margin-inline-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.fs-\!-padding-inline-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.fs-\!-margin-block-start-3 {
    margin-top: 1.5rem !important;
}

.fs-\!-padding-block-start-3 {
    padding-top: 1.5rem !important;
}

.fs-\!-margin-block-end-3 {
    margin-bottom: 1.5rem !important;
}

.fs-\!-padding-block-end-3 {
    padding-bottom: 1.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-3 {
    margin-left: 1.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-3 {
    margin-right: 1.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-3 {
    padding-left: 1.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-3 {
    padding-right: 1.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-3 {
    margin-right: 1.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-3 {
    margin-left: 1.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-3 {
    padding-right: 1.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-3 {
    padding-left: 1.5rem !important;
}

.fs-\!-margin-4 {
    margin: 2rem !important;
}

.fs-\!-padding-4 {
    padding: 2rem !important;
}

.fs-\!-margin-top-4 {
    margin-top: 2rem !important;
}

.fs-\!-padding-top-4 {
    padding-top: 2rem !important;
}

.fs-\!-margin-left-4 {
    margin-left: 2rem !important;
}

.fs-\!-padding-left-4 {
    padding-left: 2rem !important;
}

.fs-\!-margin-bottom-4 {
    margin-bottom: 2rem !important;
}

.fs-\!-padding-bottom-4 {
    padding-bottom: 2rem !important;
}

.fs-\!-margin-right-4 {
    margin-right: 2rem !important;
}

.fs-\!-padding-right-4 {
    padding-right: 2rem !important;
}

.fs-\!-margin-block-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.fs-\!-padding-block-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.fs-\!-margin-inline-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.fs-\!-padding-inline-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.fs-\!-margin-block-start-4 {
    margin-top: 2rem !important;
}

.fs-\!-padding-block-start-4 {
    padding-top: 2rem !important;
}

.fs-\!-margin-block-end-4 {
    margin-bottom: 2rem !important;
}

.fs-\!-padding-block-end-4 {
    padding-bottom: 2rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-4 {
    margin-left: 2rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-4 {
    margin-right: 2rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-4 {
    padding-left: 2rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-4 {
    padding-right: 2rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-4 {
    margin-right: 2rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-4 {
    margin-left: 2rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-4 {
    padding-right: 2rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-4 {
    padding-left: 2rem !important;
}

.fs-\!-margin-5 {
    margin: 2.5rem !important;
}

.fs-\!-padding-5 {
    padding: 2.5rem !important;
}

.fs-\!-margin-top-5 {
    margin-top: 2.5rem !important;
}

.fs-\!-padding-top-5 {
    padding-top: 2.5rem !important;
}

.fs-\!-margin-left-5 {
    margin-left: 2.5rem !important;
}

.fs-\!-padding-left-5 {
    padding-left: 2.5rem !important;
}

.fs-\!-margin-bottom-5 {
    margin-bottom: 2.5rem !important;
}

.fs-\!-padding-bottom-5 {
    padding-bottom: 2.5rem !important;
}

.fs-\!-margin-right-5 {
    margin-right: 2.5rem !important;
}

.fs-\!-padding-right-5 {
    padding-right: 2.5rem !important;
}

.fs-\!-margin-block-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.fs-\!-padding-block-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.fs-\!-margin-inline-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.fs-\!-padding-inline-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.fs-\!-margin-block-start-5 {
    margin-top: 2.5rem !important;
}

.fs-\!-padding-block-start-5 {
    padding-top: 2.5rem !important;
}

.fs-\!-margin-block-end-5 {
    margin-bottom: 2.5rem !important;
}

.fs-\!-padding-block-end-5 {
    padding-bottom: 2.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-5 {
    margin-left: 2.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-5 {
    margin-right: 2.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-5 {
    padding-left: 2.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-5 {
    padding-right: 2.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-5 {
    margin-right: 2.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-5 {
    margin-left: 2.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-5 {
    padding-right: 2.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-5 {
    padding-left: 2.5rem !important;
}

.fs-\!-margin-6 {
    margin: 3rem !important;
}

.fs-\!-padding-6 {
    padding: 3rem !important;
}

.fs-\!-margin-top-6 {
    margin-top: 3rem !important;
}

.fs-\!-padding-top-6 {
    padding-top: 3rem !important;
}

.fs-\!-margin-left-6 {
    margin-left: 3rem !important;
}

.fs-\!-padding-left-6 {
    padding-left: 3rem !important;
}

.fs-\!-margin-bottom-6 {
    margin-bottom: 3rem !important;
}

.fs-\!-padding-bottom-6 {
    padding-bottom: 3rem !important;
}

.fs-\!-margin-right-6 {
    margin-right: 3rem !important;
}

.fs-\!-padding-right-6 {
    padding-right: 3rem !important;
}

.fs-\!-margin-block-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.fs-\!-padding-block-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.fs-\!-margin-inline-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.fs-\!-padding-inline-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.fs-\!-margin-block-start-6 {
    margin-top: 3rem !important;
}

.fs-\!-padding-block-start-6 {
    padding-top: 3rem !important;
}

.fs-\!-margin-block-end-6 {
    margin-bottom: 3rem !important;
}

.fs-\!-padding-block-end-6 {
    padding-bottom: 3rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-6 {
    margin-left: 3rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-6 {
    margin-right: 3rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-6 {
    padding-left: 3rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-6 {
    padding-right: 3rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-6 {
    margin-right: 3rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-6 {
    margin-left: 3rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-6 {
    padding-right: 3rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-6 {
    padding-left: 3rem !important;
}

.fs-\!-margin-7 {
    margin: 3.5rem !important;
}

.fs-\!-padding-7 {
    padding: 3.5rem !important;
}

.fs-\!-margin-top-7 {
    margin-top: 3.5rem !important;
}

.fs-\!-padding-top-7 {
    padding-top: 3.5rem !important;
}

.fs-\!-margin-left-7 {
    margin-left: 3.5rem !important;
}

.fs-\!-padding-left-7 {
    padding-left: 3.5rem !important;
}

.fs-\!-margin-bottom-7 {
    margin-bottom: 3.5rem !important;
}

.fs-\!-padding-bottom-7 {
    padding-bottom: 3.5rem !important;
}

.fs-\!-margin-right-7 {
    margin-right: 3.5rem !important;
}

.fs-\!-padding-right-7 {
    padding-right: 3.5rem !important;
}

.fs-\!-margin-block-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.fs-\!-padding-block-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.fs-\!-margin-inline-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.fs-\!-padding-inline-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.fs-\!-margin-block-start-7 {
    margin-top: 3.5rem !important;
}

.fs-\!-padding-block-start-7 {
    padding-top: 3.5rem !important;
}

.fs-\!-margin-block-end-7 {
    margin-bottom: 3.5rem !important;
}

.fs-\!-padding-block-end-7 {
    padding-bottom: 3.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-7 {
    margin-left: 3.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-7 {
    margin-right: 3.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-7 {
    padding-left: 3.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-7 {
    padding-right: 3.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-7 {
    margin-right: 3.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-7 {
    margin-left: 3.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-7 {
    padding-right: 3.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-7 {
    padding-left: 3.5rem !important;
}

.fs-\!-margin-8 {
    margin: 4rem !important;
}

.fs-\!-padding-8 {
    padding: 4rem !important;
}

.fs-\!-margin-top-8 {
    margin-top: 4rem !important;
}

.fs-\!-padding-top-8 {
    padding-top: 4rem !important;
}

.fs-\!-margin-left-8 {
    margin-left: 4rem !important;
}

.fs-\!-padding-left-8 {
    padding-left: 4rem !important;
}

.fs-\!-margin-bottom-8 {
    margin-bottom: 4rem !important;
}

.fs-\!-padding-bottom-8 {
    padding-bottom: 4rem !important;
}

.fs-\!-margin-right-8 {
    margin-right: 4rem !important;
}

.fs-\!-padding-right-8 {
    padding-right: 4rem !important;
}

.fs-\!-margin-block-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.fs-\!-padding-block-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.fs-\!-margin-inline-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.fs-\!-padding-inline-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.fs-\!-margin-block-start-8 {
    margin-top: 4rem !important;
}

.fs-\!-padding-block-start-8 {
    padding-top: 4rem !important;
}

.fs-\!-margin-block-end-8 {
    margin-bottom: 4rem !important;
}

.fs-\!-padding-block-end-8 {
    padding-bottom: 4rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-8 {
    margin-left: 4rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-8 {
    margin-right: 4rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-8 {
    padding-left: 4rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-8 {
    padding-right: 4rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-8 {
    margin-right: 4rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-8 {
    margin-left: 4rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-8 {
    padding-right: 4rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-8 {
    padding-left: 4rem !important;
}

.fs-\!-margin-9 {
    margin: 4.5rem !important;
}

.fs-\!-padding-9 {
    padding: 4.5rem !important;
}

.fs-\!-margin-top-9 {
    margin-top: 4.5rem !important;
}

.fs-\!-padding-top-9 {
    padding-top: 4.5rem !important;
}

.fs-\!-margin-left-9 {
    margin-left: 4.5rem !important;
}

.fs-\!-padding-left-9 {
    padding-left: 4.5rem !important;
}

.fs-\!-margin-bottom-9 {
    margin-bottom: 4.5rem !important;
}

.fs-\!-padding-bottom-9 {
    padding-bottom: 4.5rem !important;
}

.fs-\!-margin-right-9 {
    margin-right: 4.5rem !important;
}

.fs-\!-padding-right-9 {
    padding-right: 4.5rem !important;
}

.fs-\!-margin-block-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.fs-\!-padding-block-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.fs-\!-margin-inline-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}

.fs-\!-padding-inline-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}

.fs-\!-margin-block-start-9 {
    margin-top: 4.5rem !important;
}

.fs-\!-padding-block-start-9 {
    padding-top: 4.5rem !important;
}

.fs-\!-margin-block-end-9 {
    margin-bottom: 4.5rem !important;
}

.fs-\!-padding-block-end-9 {
    padding-bottom: 4.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-9 {
    margin-left: 4.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-9 {
    margin-right: 4.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-9 {
    padding-left: 4.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-9 {
    padding-right: 4.5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-9 {
    margin-right: 4.5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-9 {
    margin-left: 4.5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-9 {
    padding-right: 4.5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-9 {
    padding-left: 4.5rem !important;
}

.fs-\!-margin-10 {
    margin: 5rem !important;
}

.fs-\!-padding-10 {
    padding: 5rem !important;
}

.fs-\!-margin-top-10 {
    margin-top: 5rem !important;
}

.fs-\!-padding-top-10 {
    padding-top: 5rem !important;
}

.fs-\!-margin-left-10 {
    margin-left: 5rem !important;
}

.fs-\!-padding-left-10 {
    padding-left: 5rem !important;
}

.fs-\!-margin-bottom-10 {
    margin-bottom: 5rem !important;
}

.fs-\!-padding-bottom-10 {
    padding-bottom: 5rem !important;
}

.fs-\!-margin-right-10 {
    margin-right: 5rem !important;
}

.fs-\!-padding-right-10 {
    padding-right: 5rem !important;
}

.fs-\!-margin-block-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.fs-\!-padding-block-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.fs-\!-margin-inline-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.fs-\!-padding-inline-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.fs-\!-margin-block-start-10 {
    margin-top: 5rem !important;
}

.fs-\!-padding-block-start-10 {
    padding-top: 5rem !important;
}

.fs-\!-margin-block-end-10 {
    margin-bottom: 5rem !important;
}

.fs-\!-padding-block-end-10 {
    padding-bottom: 5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-start-10 {
    margin-left: 5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-start-10 {
    margin-right: 5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-start-10 {
    padding-left: 5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-start-10 {
    padding-right: 5rem !important;
}

[dir="ltr"] .fs-\!-margin-inline-end-10 {
    margin-right: 5rem !important;
}

[dir="rtl"] .fs-\!-margin-inline-end-10 {
    margin-left: 5rem !important;
}

[dir="ltr"] .fs-\!-padding-inline-end-10 {
    padding-right: 5rem !important;
}

[dir="rtl"] .fs-\!-padding-inline-end-10 {
    padding-left: 5rem !important;
}

.fs-\!-font-size-h1 {
    font-size: 3.5rem !important;
    line-height: 1.1071428571 !important;
}

.fs-\!-font-size-h1-mobile {
    font-size: 2.625rem !important;
    line-height: 1.1428571429 !important;
}

.fs-\!-font-size-h2 {
    font-size: 2.5rem !important;
    line-height: 1.25 !important;
}

.fs-\!-font-size-h2-mobile {
    font-size: 2rem !important;
    line-height: 1.25 !important;
}

.fs-\!-font-size-h3 {
    font-size: 1.5rem !important;
    line-height: 1.3333333333 !important;
}

.fs-\!-font-size-h3-mobile {
    font-size: 1.125rem !important;
    line-height: 1.3333333333 !important;
}

.fs-\!-font-size-h4 {
    font-size: 1.125rem !important;
    line-height: 1.4444444444 !important;
}

.fs-\!-font-size-h4-mobile {
    font-size: 1rem !important;
    line-height: 1.875 !important;
}

.fs-\!-font-size-body {
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.fs-\!-font-size-body-small {
    font-size: 0.875rem !important;
    line-height: 1.7142857143 !important;
}

.fs-\!-font-size-nav-links {
    font-size: 1rem !important;
    line-height: 1.875 !important;
}

.fs-\!-font-size-breadcrumbs {
    font-size: 1rem !important;
    line-height: 1.375 !important;
}

.fs-\!-font-size-button {
    font-size: 1rem !important;
    line-height: 1.375 !important;
}

.fs-\!-font-sans {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.fs-\!-font-sans-regular {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 400 !important;
}

.fs-\!-font-sans-bold {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 500 !important;
}

.fs-\!-font-sans-paragraph {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.fs-\!-font-sans-paragraph-regular {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 400 !important;
}

.fs-\!-font-sans-paragraph-bold {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 500 !important;
}

.fs-\!-text-align-left {
    text-align: left !important;
}

.fs-\!-text-align-right {
    text-align: right !important;
}

[dir="ltr"] .fs-\!-text-align-start {
    text-align: left !important;
}

[dir="rtl"] .fs-\!-text-align-start {
    text-align: right !important;
}

[dir="ltr"] .fs-\!-text-align-end {
    text-align: right !important;
}

[dir="rtl"] .fs-\!-text-align-end {
    text-align: left !important;
}

.fs-\!-text-align-center {
    text-align: center !important;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-left: 0.75rem;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: 0.75rem;
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1340px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.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.3333333333%;
}

.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.6666666667%;
}

@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.3333333333%;
    }

    .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.6666666667%;
    }
}

@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.3333333333%;
    }

    .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.6666666667%;
    }
}

@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.3333333333%;
    }

    .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.6666666667%;
    }
}

@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.3333333333%;
    }

    .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.6666666667%;
    }
}

@media (min-width: 1400px) {
    .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.3333333333%;
    }

    .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.6666666667%;
    }
}

.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-right: 8.33333333%;
}

.offset-2 {
    margin-right: 16.66666667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333333%;
}

.offset-5 {
    margin-right: 41.66666667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333333%;
}

.offset-8 {
    margin-right: 66.66666667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333333%;
}

.offset-11 {
    margin-right: 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: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.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-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-right: 0;
    }

    .offset-sm-1 {
        margin-right: 8.33333333%;
    }

    .offset-sm-2 {
        margin-right: 16.66666667%;
    }

    .offset-sm-3 {
        margin-right: 25%;
    }

    .offset-sm-4 {
        margin-right: 33.33333333%;
    }

    .offset-sm-5 {
        margin-right: 41.66666667%;
    }

    .offset-sm-6 {
        margin-right: 50%;
    }

    .offset-sm-7 {
        margin-right: 58.33333333%;
    }

    .offset-sm-8 {
        margin-right: 66.66666667%;
    }

    .offset-sm-9 {
        margin-right: 75%;
    }

    .offset-sm-10 {
        margin-right: 83.33333333%;
    }

    .offset-sm-11 {
        margin-right: 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: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.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-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-right: 0;
    }

    .offset-md-1 {
        margin-right: 8.33333333%;
    }

    .offset-md-2 {
        margin-right: 16.66666667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.33333333%;
    }

    .offset-md-5 {
        margin-right: 41.66666667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.33333333%;
    }

    .offset-md-8 {
        margin-right: 66.66666667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.33333333%;
    }

    .offset-md-11 {
        margin-right: 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: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.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-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-right: 0;
    }

    .offset-lg-1 {
        margin-right: 8.33333333%;
    }

    .offset-lg-2 {
        margin-right: 16.66666667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.33333333%;
    }

    .offset-lg-5 {
        margin-right: 41.66666667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.33333333%;
    }

    .offset-lg-8 {
        margin-right: 66.66666667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.33333333%;
    }

    .offset-lg-11 {
        margin-right: 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: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.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-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-right: 0;
    }

    .offset-xl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xl-3 {
        margin-right: 25%;
    }

    .offset-xl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xl-6 {
        margin-right: 50%;
    }

    .offset-xl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xl-9 {
        margin-right: 75%;
    }

    .offset-xl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xl-11 {
        margin-right: 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: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.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: 1400px) {
    .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-right: 0;
    }

    .offset-xxl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-right: 25%;
    }

    .offset-xxl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-right: 50%;
    }

    .offset-xxl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-right: 75%;
    }

    .offset-xxl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-right: 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: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.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;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: 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;
}

.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: 0.25rem !important;
}

.m-2 {
    margin: 0.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-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.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-left: 0 !important;
}

.me-1 {
    margin-left: 0.25rem !important;
}

.me-2 {
    margin-left: 0.5rem !important;
}

.me-3 {
    margin-left: 1rem !important;
}

.me-4 {
    margin-left: 1.5rem !important;
}

.me-5 {
    margin-left: 3rem !important;
}

.me-auto {
    margin-left: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.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-right: 0 !important;
}

.ms-1 {
    margin-right: 0.25rem !important;
}

.ms-2 {
    margin-right: 0.5rem !important;
}

.ms-3 {
    margin-right: 1rem !important;
}

.ms-4 {
    margin-right: 1.5rem !important;
}

.ms-5 {
    margin-right: 3rem !important;
}

.ms-auto {
    margin-right: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-left: 0 !important;
}

.pe-1 {
    padding-left: 0.25rem !important;
}

.pe-2 {
    padding-left: 0.5rem !important;
}

.pe-3 {
    padding-left: 1rem !important;
}

.pe-4 {
    padding-left: 1.5rem !important;
}

.pe-5 {
    padding-left: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-right: 0 !important;
}

.ps-1 {
    padding-right: 0.25rem !important;
}

.ps-2 {
    padding-right: 0.5rem !important;
}

.ps-3 {
    padding-right: 1rem !important;
}

.ps-4 {
    padding-right: 1.5rem !important;
}

.ps-5 {
    padding-right: 3rem !important;
}

@media (min-width: 576px) {
    .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-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: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.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-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.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-left: 0 !important;
    }

    .me-sm-1 {
        margin-left: 0.25rem !important;
    }

    .me-sm-2 {
        margin-left: 0.5rem !important;
    }

    .me-sm-3 {
        margin-left: 1rem !important;
    }

    .me-sm-4 {
        margin-left: 1.5rem !important;
    }

    .me-sm-5 {
        margin-left: 3rem !important;
    }

    .me-sm-auto {
        margin-left: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.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-right: 0 !important;
    }

    .ms-sm-1 {
        margin-right: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-right: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-right: 1rem !important;
    }

    .ms-sm-4 {
        margin-right: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-right: 3rem !important;
    }

    .ms-sm-auto {
        margin-right: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.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-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.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-left: 0 !important;
    }

    .pe-sm-1 {
        padding-left: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-left: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-left: 1rem !important;
    }

    .pe-sm-4 {
        padding-left: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-left: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.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-right: 0 !important;
    }

    .ps-sm-1 {
        padding-right: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-right: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-right: 1rem !important;
    }

    .ps-sm-4 {
        padding-right: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 768px) {
    .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-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: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.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-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.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-left: 0 !important;
    }

    .me-md-1 {
        margin-left: 0.25rem !important;
    }

    .me-md-2 {
        margin-left: 0.5rem !important;
    }

    .me-md-3 {
        margin-left: 1rem !important;
    }

    .me-md-4 {
        margin-left: 1.5rem !important;
    }

    .me-md-5 {
        margin-left: 3rem !important;
    }

    .me-md-auto {
        margin-left: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.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-right: 0 !important;
    }

    .ms-md-1 {
        margin-right: 0.25rem !important;
    }

    .ms-md-2 {
        margin-right: 0.5rem !important;
    }

    .ms-md-3 {
        margin-right: 1rem !important;
    }

    .ms-md-4 {
        margin-right: 1.5rem !important;
    }

    .ms-md-5 {
        margin-right: 3rem !important;
    }

    .ms-md-auto {
        margin-right: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.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-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.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-left: 0 !important;
    }

    .pe-md-1 {
        padding-left: 0.25rem !important;
    }

    .pe-md-2 {
        padding-left: 0.5rem !important;
    }

    .pe-md-3 {
        padding-left: 1rem !important;
    }

    .pe-md-4 {
        padding-left: 1.5rem !important;
    }

    .pe-md-5 {
        padding-left: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.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-right: 0 !important;
    }

    .ps-md-1 {
        padding-right: 0.25rem !important;
    }

    .ps-md-2 {
        padding-right: 0.5rem !important;
    }

    .ps-md-3 {
        padding-right: 1rem !important;
    }

    .ps-md-4 {
        padding-right: 1.5rem !important;
    }

    .ps-md-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 992px) {
    .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-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: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.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-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.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-left: 0 !important;
    }

    .me-lg-1 {
        margin-left: 0.25rem !important;
    }

    .me-lg-2 {
        margin-left: 0.5rem !important;
    }

    .me-lg-3 {
        margin-left: 1rem !important;
    }

    .me-lg-4 {
        margin-left: 1.5rem !important;
    }

    .me-lg-5 {
        margin-left: 3rem !important;
    }

    .me-lg-auto {
        margin-left: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.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-right: 0 !important;
    }

    .ms-lg-1 {
        margin-right: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-right: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-right: 1rem !important;
    }

    .ms-lg-4 {
        margin-right: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-right: 3rem !important;
    }

    .ms-lg-auto {
        margin-right: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.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-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-lg-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.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-left: 0 !important;
    }

    .pe-lg-1 {
        padding-left: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-left: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-left: 1rem !important;
    }

    .pe-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-left: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.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-right: 0 !important;
    }

    .ps-lg-1 {
        padding-right: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-right: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-right: 1rem !important;
    }

    .ps-lg-4 {
        padding-right: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .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-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: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.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-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.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-left: 0 !important;
    }

    .me-xl-1 {
        margin-left: 0.25rem !important;
    }

    .me-xl-2 {
        margin-left: 0.5rem !important;
    }

    .me-xl-3 {
        margin-left: 1rem !important;
    }

    .me-xl-4 {
        margin-left: 1.5rem !important;
    }

    .me-xl-5 {
        margin-left: 3rem !important;
    }

    .me-xl-auto {
        margin-left: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.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-right: 0 !important;
    }

    .ms-xl-1 {
        margin-right: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-right: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-right: 1rem !important;
    }

    .ms-xl-4 {
        margin-right: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-right: 3rem !important;
    }

    .ms-xl-auto {
        margin-right: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.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-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.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-left: 0 !important;
    }

    .pe-xl-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-left: 1rem !important;
    }

    .pe-xl-4 {
        padding-left: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-left: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.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-right: 0 !important;
    }

    .ps-xl-1 {
        padding-right: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-right: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-right: 1rem !important;
    }

    .ps-xl-4 {
        padding-right: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 1440px) {
    .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-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: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.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-left: 0 !important;
        margin-right: 0 !important;
    }

    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.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-left: 0 !important;
    }

    .me-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-left: 1rem !important;
    }

    .me-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-left: 3rem !important;
    }

    .me-xxl-auto {
        margin-left: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.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-right: 0 !important;
    }

    .ms-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-right: 1rem !important;
    }

    .ms-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-right: 3rem !important;
    }

    .ms-xxl-auto {
        margin-right: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.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-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.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-left: 0 !important;
    }

    .pe-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-left: 1rem !important;
    }

    .pe-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-left: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.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-right: 0 !important;
    }

    .ps-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-right: 1rem !important;
    }

    .ps-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-right: 3rem !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-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;
    }
}

/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

    .link-primary:hover,
    .link-primary:focus {
        color: #0a58ca;
    }

.link-secondary {
    color: #6c757d;
}

    .link-secondary:hover,
    .link-secondary:focus {
        color: #565e64;
    }

.link-success {
    color: #198754;
}

    .link-success:hover,
    .link-success:focus {
        color: #146c43;
    }

.link-info {
    color: #0dcaf0;
}

    .link-info:hover,
    .link-info:focus {
        color: #3dd5f3;
    }

.link-warning {
    color: #ffc107;
}

    .link-warning:hover,
    .link-warning:focus {
        color: #ffcd39;
    }

.link-danger {
    color: #dc3545;
}

    .link-danger:hover,
    .link-danger:focus {
        color: #b02a37;
    }

.link-light {
    color: #f8f9fa;
}

    .link-light:hover,
    .link-light:focus {
        color: #f9fafb;
    }

.link-dark {
    color: #212529;
}

    .link-dark:hover,
    .link-dark:focus {
        color: #1a1e21;
    }

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not([focus-within]) {
    position: absolute !important;
    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,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    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;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.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: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !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;
}

.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;
}

.gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
}

.gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
}

.gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
}

.gap-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
}

.gap-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
}

.gap-5 {
    grid-gap: 3rem !important;
    gap: 3rem !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: 0.25rem !important;
}

.m-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.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: 0.25rem !important;
}

.me-2 {
    margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.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: 0.25rem !important;
}

.p-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 0 !important;
    padding-left: 0 !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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.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: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 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 + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.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-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !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: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: 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-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;
    }

    .gap-sm-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-sm-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-sm-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        grid-gap: 3rem !important;
        gap: 3rem !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: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 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;
    }

    .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-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;
    }

    .gap-md-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-md-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-md-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        grid-gap: 3rem !important;
        gap: 3rem !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: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 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;
    }

    .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-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;
    }

    .gap-lg-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-lg-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-lg-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        grid-gap: 3rem !important;
        gap: 3rem !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: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 0 !important;
        padding-left: 0 !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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 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;
    }

    .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-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;
    }

    .gap-xl-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-xl-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-xl-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        grid-gap: 3rem !important;
        gap: 3rem !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: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 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: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: 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-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;
    }

    .gap-xxl-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-xxl-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        grid-gap: 3rem !important;
        gap: 3rem !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: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 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-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;
    }
}

.it-left-sidebar {
    margin-bottom: 6.25rem;
}

    .it-left-sidebar .bc-breadcrumbs__list {
        max-width: 1314px;
        margin: 0;
        padding-left: 6vw;
        padding-right: 6vw;
    }

@media screen and (min-width: 1400px) {
    .it-left-sidebar .bc-breadcrumbs__list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 650px) {
    .it-left-sidebar .bc-breadcrumbs__list {
        margin: 0 auto;
    }
}

.it-left-sidebar__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar__document {
        grid-template-columns: 1fr 2fr;
    }
}

.it-left-sidebar__body .bc-heading {
    margin-bottom: 1.5rem;
}

.it-left-sidebar .bc-breadcrumbs {
    margin-bottom: 3.5rem;
}

.it-left-sidebar .bc-input,
.it-left-sidebar .bc-select,
.it-left-sidebar .bc-details-list {
    margin-bottom: 0;
}

.it-centered {
    margin-bottom: 11rem;
    margin-top: 3.25rem;
}

.it-centered__document {
    max-width: 754px;
    margin: 0 auto 4rem;
}

.it-centered .bc-breadcrumbs {
    margin-bottom: 3.5rem;
}

.it-centered .bc-grid {
    padding-bottom: 1.5rem;
}

.it-centered__document .bc-section[\:has\(.bc-details-group\)] {
    padding-left: 0;
    padding-right: 0;
}

.it-centered__document .bc-section:has(.bc-details-group) {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
    .it-centered__document .bc-section[\:has\(.bc-details-group\)] {
        padding-left: 0;
        padding-right: 0;
    }

    .it-centered__document .bc-section:has(.bc-details-group) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .it-centered__document .bc-details-group {
        max-width: 100%;
    }
}

.it-content-page__document {
    display: flex;
    flex-direction: column;
    max-width: 1314px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 1200px) {
    .it-content-page__document {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 2rem;
    }
}

.it-content-page__body {
    max-width: 754px;
}

@media only screen and (max-width: 1199px) {
    .it-content-page__body {
        max-width: 100%;
    }
}

.it-content-page__body .bc-heading {
    margin-bottom: 1.5rem;
}

.it-content-page__body .bc-heading--title {
    margin-bottom: 1rem;
}

.it-content-page__body .bc-heading--subtitle {
    margin-bottom: 0.5rem;
}

.it-content-page__body .bc-prose {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
    .it-content-page__body .bc-prose {
        margin-bottom: 1.5rem;
    }
}

.it-content-page__sidebar {
    max-width: 418px;
    height: 100%;
    padding-bottom: 7rem;
}

@media only screen and (max-width: 1400px) {
    .it-content-page__sidebar {
        max-width: 30%;
    }
}

@media only screen and (max-width: 1199px) {
    .it-content-page__sidebar {
        max-width: 100%;
        padding-bottom: 1rem;
    }
}

.it-content-page__sidebar .bc-blog-card {
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .it-content-page__sidebar .bc-blog-card {
        margin-bottom: 1.875rem;
    }
}

.it-content-page__sidebar .bc-card-link,
.it-content-page__sidebar .bc-card-title {
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .it-content-page__sidebar .bc-card-link,
    .it-content-page__sidebar .bc-card-title {
        margin-bottom: 1.875rem;
    }
}

.it-content-page__sidebar > .bc-heading {
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    .it-content-page__sidebar > .bc-heading {
        margin-top: 3.75rem;
    }
}

.it-content-page .bc-details-group {
    margin: 2rem 0;
}

@media screen and (min-width: 992px) {
    .it-content-page .bc-details-group {
        margin: 4.375rem 0;
    }
}

.it-content-page .bc-iframe {
    margin-bottom: 3rem;
}

.it-right-sidebar {
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
    .it-right-sidebar {
        margin-bottom: 7.25rem;
    }
}

.it-right-sidebar__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

@media screen and (min-width: 992px) {
    .it-right-sidebar__document {
        grid-template-columns: minmax(auto, 866px) minmax(auto, 418px);
        grid-gap: 1.875rem;
    }
}

.it-right-sidebar__breadcrumbs-wrapper {
    background-color: #f2f2f2;
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 992px) {
    .it-right-sidebar__breadcrumbs-wrapper {
        margin-bottom: 3.25rem;
    }
}

.it-right-sidebar__breadcrumbs {
    width: 100%;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .it-right-sidebar__breadcrumbs {
        padding: 0;
    }
}

.it-right-sidebar__body .bc-heading {
    margin-bottom: 1.75rem;
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    .it-right-sidebar__body .bc-heading {
        margin-bottom: 3rem;
    }
}

.it-right-sidebar .bc-input,
.it-right-sidebar .bc-select,
.it-right-sidebar .bc-details-list {
    margin-bottom: 0;
}

.it-right-sidebar__sidebar {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .it-right-sidebar__sidebar {
        margin-top: 7.3rem;
    }
}

.it-event-listing__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
}

@media screen and (min-width: 650px) {
    .it-event-listing__document {
        grid-template-columns: 1.5fr 5fr;
    }
}

.it-event-listing .bc-filters {
    margin-top: 3rem;
}

@media screen and (min-width: 650px) {
    .it-event-listing .bc-filters {
        margin-top: 6rem;
    }
}

.it-event-listing .bc-filters .icon-keyboard_arrow_down {
    display: block;
}

@media screen and (min-width: 992px) {
    .it-event-listing .bc-filters .icon-keyboard_arrow_down {
        display: none;
    }
}

.it-event-listing .bc-event-card--hero {
    margin-top: 2rem;
}

@media screen and (min-width: 650px) {
    .it-event-listing .bc-event-card--hero {
        margin-top: 0;
    }
}

.it-event-details {
    margin-bottom: 3rem;
    margin-top: 9rem;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 650px) {
    .it-event-details {
        margin-bottom: 8rem;
        margin-top: 12rem;
    }
}

.it-event-details__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

@media screen and (min-width: 650px) {
    .it-event-details__document {
        grid-gap: 6rem;
        grid-template-columns: 4fr 2.5fr;
    }
}

.it-full-width-breadcrumbs__wrapper {
    background-color: #f2f2f2;
}

.it-full-width-breadcrumbs__inner {
    width: 100%;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .it-full-width-breadcrumbs__inner {
        padding: 0;
        margin: 0 auto;
    }
}

.it-product-listing {
    margin-top: 1rem;
    margin-bottom: 6rem;
}

@media only screen and (min-width: 1025px) {
    .it-product-listing {
        margin-top: 3rem;
    }
}

.it-product-listing__inner {
    margin-left: auto;
    margin-right: auto;
}

.it-product-listing__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

@media screen and (min-width: 992px) {
    .it-product-listing__document {
        grid-gap: 10.5%;
        grid-template-columns: 1.85fr 5.15fr;
    }
}

.it-product-listing__sidebar .bc-form-row {
    margin-top: 1.375rem;
}

.it-product-listing__sidebar .bc-select {
    color: #0000FF;
}

    .it-product-listing__sidebar .bc-select i {
        display: block;
    }

    .it-product-listing__sidebar .bc-select option {
        color: #0000FF;
    }

.it-product-listing__sidebar .bc-input {
    color: #0000FF;
}

.it-product-listing__sidebar .bc-checkbox__item {
    padding-bottom: 0.25rem;
}

.it-product-details__disclaimer p {
    margin: 0;
}

.it-product-details__after-inner {
    width: 100%;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .it-product-details__after-inner {
        padding: 0;
        margin: 0 auto;
    }
}

.it-product-details__after-inner .bc-heading--title {
    margin-bottom: 1.25rem;
}

.ip-product-page.it-product-details .it-product-details__inner .bc-container .bc-section {
    padding-top: 0;
    padding-bottom: 0;
}

.ip-product-page.it-product-details .it-product-details__document {
    margin-bottom: 0;
}

    .ip-product-page.it-product-details .it-product-details__document .it-product-details__description .bc-section {
        padding-top: 10px;
        padding-bottom: 50px;
    }

@media only screen and (max-width: 1400px) {
    .ip-product-page.it-product-details .it-product-details__document .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-product-page.it-product-details .it-product-details__document .bc-section .bc-details-group {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 1400px) {
    .ip-product-page.it-product-details .it-product-details__document .bc-section .bc-details-group {
        margin-bottom: 4rem;
    }
}

.ip-product-page.it-product-details .it-product-details__document .bc-section .bc-details-group .bc-details:first-child {
    border-top: 1px solid #002882;
}

.it-product-listing {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1025px) {
    .it-product-listing {
        margin-top: 3rem;
    }
}

.it-product-listing__inner {
    margin-left: auto;
    margin-right: auto;
}

.it-product-listing__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

@media screen and (min-width: 992px) {
    .it-product-listing__document {
        grid-gap: 11%;
        grid-template-columns: 1.75fr 4.9fr;
    }
}

.it-left-sidebar-account {
    margin: 0 auto;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar-account {
        margin: 2.25rem auto 2.5rem;
        padding: 0;
    }
}

@media screen and (min-width: 1400px) {
    .it-left-sidebar-account {
        padding: 0;
    }
}

.it-left-sidebar-account__dashboard {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar-account__dashboard {
        grid-template-columns: 1.8fr 4.95fr;
    }
}

.it-left-sidebar-account__breadcrumbs {
    grid-column: 1/-1;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar-account__breadcrumbs {
        order: 1;
    }
}

@media only screen and (max-width: 991px) {
    .it-left-sidebar-account__sidebar {
        width: calc(100% + 12vw);
        margin-left: -6vw;
        margin-right: -6vw;
        margin-bottom: 2.5rem;
        box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1019607843);
    }
}

@media only screen and (max-width: 991px) {
    .it-left-sidebar-account__sidebar.open-sidebar {
        box-shadow: unset;
    }
}

.it-left-sidebar-account__body {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar-account__body {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 4rem;
    }
}

.it-left-sidebar-breadcrumbs__wrapper {
    background-color: #f2f2f2;
}

.it-left-sidebar-breadcrumbs {
    width: 100%;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .it-left-sidebar-breadcrumbs {
        padding: 0;
    }
}

.it-left-sidebar-account__body .bc-heading--jumbotron {
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .it-left-sidebar-account__body .bc-heading--jumbotron {
        margin-top: 0.5rem;
    }
}

.it-right-wide-sidebar__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

@media screen and (min-width: 1200px) {
    .it-right-wide-sidebar__document {
        grid-template-columns: 2.2fr 1.8fr;
        grid-gap: 10%;
    }
}

.it-right-wide-sidebar .bc-heading--jumbotron {
    margin-bottom: 1.75rem;
}

.ip-event-listing .bc-heading--jumbotron {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

@media screen and (min-width: 992px) {
    .ip-event-listing .bc-heading--jumbotron {
        margin-bottom: 1rem;
        margin-top: 0;
    }
}

.ip-event-listing__filter-results {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 24px;
    font-family: "Museo Sans";
    color: #181817;
    margin-bottom: 1rem;
    font-weight: 300;
}

@media screen and (min-width: 992px) {
    .ip-event-listing__filter-results {
        margin-bottom: 2.5rem;
    }
}

.ip-event-listing .bc-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .ip-event-listing .bc-form {
        flex-direction: row;
        align-items: end;
    }
}

.ip-event-listing .bc-form .bc-form-row {
    margin-left: 0;
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .ip-event-listing .bc-form .bc-form-row {
        margin-left: auto;
    }
}

.ip-event-listing .bc-form .bc-label__optional {
    display: none;
}

.ip-event-listing .bc-select {
    min-width: 194px;
}

@media only screen and (max-width: 991px) {
    .ip-event-listing .bc-select {
        margin-bottom: 2.5rem;
    }
}

.ip-event-listing .bc-select__input {
    color: #0000ff !important;
    font-weight: 500;
}

.ip-event-listing .bc-select option {
    color: #0000ff !important;
}

.ip-event-listing .bc-label {
    line-height: 30px;
    margin-bottom: 0;
}

.ip-event-listing--hero .bc-heading--jumbotron {
    margin-bottom: 2rem;
}

.ip-event-listing .bc-pagination {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .ip-event-listing .ip-search__result {
        order: 2;
    }
}

@media (max-width: 1400px) {
    .ip-event-details .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .ip-event-details .bc-section {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-details .bc-section .bc-heading--small-subtitle {
    margin-top: 1.5rem;
}

.ip-event-details .bc-section .bc-image {
    margin-top: 1.25rem;
}

.ip-event-details .bc-section .bc-heading.bc-heading--subtitle {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ip-event-details .bc-section .bc-heading--title, .ip-event-details .bc-section .bc-quick-pick__data {
    margin-bottom: 0.75rem;
}

.ip-event-details .bc-details-group .bc-details__summary .bc-heading {
    margin-left: 0;
    margin-right: 0;
}

.ip-event-details .bc-details-group thead,
.ip-event-details .bc-details-group th {
    background-color: #002882;
    color: #fff;
}

.ip-event-details .bc-details-group small,
.ip-event-details .bc-details-group .bc-pricing-table__item-price {
    color: #fff;
}

.ip-event-details .bc-details-group tbody {
    background-color: #0000ff;
    color: #fff;
}

.ip-event-details .bc-details-group .bc-heading.bc-heading--subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.ip-event-details .bc-quick-pick {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px;
    gap: 30px;
}

    .ip-event-details .bc-quick-pick .bc-details-group {
        margin-top: 0;
        flex-grow: 1;
    }

.ip-event-details .bc-quick-pick__label, .ip-event-details .bc-quick-pick__data {
    margin: 0;
    color: #96ff00;
}

.ip-event-details .bc-quick-pick__label {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

.ip-event-details .bc-quick-pick__data {
    margin-top: 16px;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.ip-event-details .bc-quick-pick__wrapper {
    background-color: #0000ff;
    color: #fff;
}

.ip-event-details .bc-section {
    max-width: 754px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .ip-event-details .bc-section .bc-image {
        max-width: 242px;
    }

    .ip-event-details .bc-section .bc-list {
        padding-left: 1.25rem;
    }

        .ip-event-details .bc-section .bc-list li::marker {
            line-height: 28px;
        }

        .ip-event-details .bc-section .bc-list li + li {
            margin-top: 0;
        }

    .ip-event-details .bc-section .bc-button[data-appearance=link] {
        padding-bottom: 25px;
    }

        .ip-event-details .bc-section .bc-button[data-appearance=link]::after {
            content: none;
            background-image: none !important;
        }

        .ip-event-details .bc-section .bc-button[data-appearance=link]::before {
            font-family: "Material Icons";
            content: "link";
            color: #0000ff;
            font-size: 1rem;
            line-height: 22px;
            font-weight: 400;
            margin-right: 0.25rem;
        }

        .ip-event-details .bc-section .bc-button[data-appearance=link]:hover:before {
            color: #002882;
        }

@media only screen and (max-width: 1400px) {
    .ip-event-details .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .ip-event-details .bc-section {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-details .bc-section .bc-section {
    margin-left: 0;
    margin-right: 0;
}

    .ip-event-details .bc-section .bc-section .bc-list {
        padding-left: 1.25rem;
        margin-bottom: 0;
    }

.ip-event-details .bc-section:first-child {
    padding-top: 40px;
}

.ip-event-details .bc-section:last-child {
    padding-bottom: 50px;
}

.ip-event-details__tab {
    margin-bottom: 1.875rem;
    margin-top: 0.75rem;
}

    .ip-event-details__tab .bc-heading.bc-heading--title, .ip-event-details__tab .ip-event-details .bc-heading.bc-quick-pick__data, .ip-event-details .ip-event-details__tab .bc-heading.bc-quick-pick__data {
        max-width: 754px;
        margin: 0 auto;
    }

@media only screen and (max-width: 991px) {
    .ip-event-details__tab .bc-heading.bc-heading--title, .ip-event-details__tab .ip-event-details .bc-heading.bc-quick-pick__data, .ip-event-details .ip-event-details__tab .bc-heading.bc-quick-pick__data {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-details__tab .bc-tab__panel {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .ip-event-details__tab .bc-tab__panel {
        margin-top: -2px;
    }
}

.ip-event-details__tab .bc-tab__list {
    display: flex;
}

    .ip-event-details__tab .bc-tab__list .bc-tab__item {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.5rem 0;
        text-align: left;
        flex-grow: unset;
    }

        .ip-event-details__tab .bc-tab__list .bc-tab__item a {
            padding-left: 0;
            padding-right: 1.875rem;
        }

    .ip-event-details__tab .bc-tab__list .bc-tab__tab[aria-selected=true] {
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
    }

        .ip-event-details__tab .bc-tab__list .bc-tab__tab[aria-selected=true]::after {
            content: "";
            border-style: solid;
            border-width: 20px 20px 20px 0;
            transform: rotate(90deg);
            border-color: transparent #0000ff transparent transparent;
            left: calc(50% - 1.875rem);
            top: 26px;
            position: absolute;
        }

@media screen and (min-width: 992px) {
    .ip-event-details__tab .bc-tab__list .bc-tab__tab[aria-selected=true]::after {
        border-width: 24px 26px 24px 0;
        top: 30px;
    }
}

.ip-event-details__tab .bc-heading--title, .ip-event-details__tab .ip-event-details .bc-quick-pick__data, .ip-event-details .ip-event-details__tab .bc-quick-pick__data,
.ip-event-details__tab .bc-tab__list,
.ip-event-details__tab .bc-quick-pick {
    max-width: 754px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .ip-event-details__tab .bc-heading--title, .ip-event-details__tab .ip-event-details .bc-quick-pick__data, .ip-event-details .ip-event-details__tab .bc-quick-pick__data,
    .ip-event-details__tab .bc-tab__list,
    .ip-event-details__tab .bc-quick-pick {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-details__tab .bc-quick-pick__item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .ip-event-details__tab .bc-quick-pick__item {
        width: calc(33.33% - 30px);
    }
}

.ip-event-details__tab .bc-quick-pick__item .bc-heading.bc-heading--title, .ip-event-details__tab .bc-quick-pick__item .ip-event-details .bc-heading.bc-quick-pick__data, .ip-event-details .ip-event-details__tab .bc-quick-pick__item .bc-heading.bc-quick-pick__data {
    order: -1;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.ip-event-details__tab .bc-quick-pick__item .bc-heading.bc-heading--subtitle {
    font-size: 16px;
    line-height: 22px;
}

.ip-event-details__tab .bc-details-group .bc-details__summary p,
.ip-event-details__tab .bc-details-group .bc-details__summary h2,
.ip-event-details__tab .bc-details-group .bc-details__summary h3,
.ip-event-details__tab .bc-details-group .bc-details__summary h4,
.ip-event-details__tab .bc-details-group .bc-details__summary i,
.ip-event-details__tab .bc-details-group .bc-details__body p,
.ip-event-details__tab .bc-details-group .bc-details__body h2,
.ip-event-details__tab .bc-details-group .bc-details__body h3,
.ip-event-details__tab .bc-details-group .bc-details__body h4,
.ip-event-details__tab .bc-details-group .bc-details__body i {
    color: #fff;
}

.ip-event-details__tab .bc-details-group .bc-details {
    border-top: 1px solid #fff;
}

    .ip-event-details__tab .bc-details-group .bc-details:last-child {
        border-bottom: 1px solid #fff;
    }

.ip-event-details .bc-details-group {
    margin-top: 1.5rem;
}

.ip-event-details--afterTemplate {
    margin-bottom: 4.375rem;
}

    .ip-event-details--afterTemplate .it-product-details__body {
        max-width: 754px;
        margin: 0 auto;
    }

@media only screen and (max-width: 991px) {
    .ip-event-details--afterTemplate .it-product-details__body {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-details--afterTemplate #bc-map {
    max-width: 100%;
    height: 646px;
}

.ip-event-details--afterTemplate .bc-container {
    padding-left: 0;
    padding-right: 0;
}

.bc-product-card--hero-member {
    min-height: 544px;
    display: flex;
}

    .bc-product-card--hero-member .bc-button[data-appearance=secondary] {
        margin-top: 54px;
    }

    .bc-product-card--hero-member .bc-hero-banner__back-btn a:after {
        display: none;
    }

    .bc-product-card--hero-member .bc-product-card--hero-member__content {
        width: 754px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

@media only screen and (max-width: 991px) {
    .bc-product-card--hero-member .bc-product-card--hero-member__content {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.bc-product-card--hero-member .bc-product-card--hero-member__content .bc-hero-banner__back-btn {
    margin-bottom: 1rem;
}

.bc-product-card--hero-member .bc-product-card--hero-member__content .bc-heading.bc-heading--jumbotron {
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
}

.bc-product-card--hero-member .bc-product-card--hero-member__content .bc-product-card__toolbar {
    margin-top: 1.25rem;
}

.bc-product-card--hero-member .bc-triangle {
    position: relative;
}

    .bc-product-card--hero-member .bc-triangle:before {
        content: "";
        border-style: solid;
        border-width: 272px 300px 272px 0;
        border-color: transparent #0064ff transparent transparent;
        position: absolute;
        left: -300px;
        top: 0;
        z-index: 1;
    }

.bc-product-card--hero-member .bc-description-list {
    margin: 0;
}

.bc-product-card--hero-member .bc-description-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

    .bc-product-card--hero-member .bc-description-list__item:last-child {
        margin-bottom: 0;
    }

    .bc-product-card--hero-member .bc-description-list__item i {
        font-size: 1rem;
    }

.bc-product-card--hero-member .bc-description-list__value {
    color: #002882;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media only screen and (max-width: 1025px) {
    .bc-product-card--hero-member .bc-description-list__value {
        font-size: 0.875rem;
    }
}

.bc-product-card--hero-member .bc-description-list__key {
    color: #96ff00;
    width: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.bc-product-card--hero-member .bc-card__member-category {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 26px;
    background-color: #08ffff;
    height: 26px;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #002882;
    border-radius: 60px;
    width: -moz-fit-content;
    width: fit-content;
}

    .bc-product-card--hero-member .bc-card__member-category .bc-card__icon {
        display: flex;
    }

    .bc-product-card--hero-member .bc-card__member-category img {
        height: 22px;
    }

.bc-product-card--hero-member .bc-product-card__cta {
    margin-top: 1.875rem;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero-member .bc-product-card__cta {
        margin-top: 0;
    }
}

.bc-product-card--hero-member .bc-product-card__cta .bc-button {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .bc-product-card--hero-member .bc-product-card__cta .bc-button {
        width: auto;
    }
}

.bc-product-card--hero-member .bc-product-card__cta .bc-button:first-child {
    margin-right: 1.875rem;
}

@media only screen and (max-width: 650px) {
    .bc-product-card--hero-member .bc-product-card__cta .bc-button:first-child {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 1.875rem;
    }
}

.bc-section[\:has\(.bc-section\%20.ip-event-details--afterTemplate\)] {
    margin-top: -7rem;
}

.bc-section:has(.bc-section .ip-event-details--afterTemplate) {
    margin-top: -7rem;
}

@media screen and (min-width: 992px) {
    .bc-section[\:has\(.bc-section\%20.ip-event-details--afterTemplate\)] {
        margin-top: -6rem;
    }

    .bc-section:has(.bc-section .ip-event-details--afterTemplate) {
        margin-top: -6rem;
    }
}

.it-product-details__body .bc-prose ul {
    list-style-type: disc;
    padding-left: 20px;
}

.it-product-details__body .bc-prose ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.ip-landing-page .ip-homepage__wrapper,
.ip-category-page .ip-homepage__wrapper,
.ip-subcategory-page .ip-homepage__wrapper,
.ip-homepage .ip-homepage__wrapper {
    max-width: 1314px;
    margin: 0 auto;
}

.ip-landing-page .ip-homepage__title-with-link,
.ip-category-page .ip-homepage__title-with-link,
.ip-subcategory-page .ip-homepage__title-with-link,
.ip-homepage .ip-homepage__title-with-link {
    display: flex;
    margin: 1.5rem 0 1rem;
    flex-direction: column;
    justify-content: flex-start;
}

@media only screen and (min-width: 991px) {
    .ip-landing-page .ip-homepage__title-with-link,
    .ip-category-page .ip-homepage__title-with-link,
    .ip-subcategory-page .ip-homepage__title-with-link,
    .ip-homepage .ip-homepage__title-with-link {
        margin: 3.5rem 0 1rem;
        flex-direction: row;
        justify-content: space-between;
    }
}

.ip-landing-page .ip-homepage__title-with-link .bc-heading--subtitle,
.ip-category-page .ip-homepage__title-with-link .bc-heading--subtitle,
.ip-subcategory-page .ip-homepage__title-with-link .bc-heading--subtitle,
.ip-homepage .ip-homepage__title-with-link .bc-heading--subtitle {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .ip-landing-page .ip-homepage__title-with-link .bc-button,
    .ip-category-page .ip-homepage__title-with-link .bc-button,
    .ip-subcategory-page .ip-homepage__title-with-link .bc-button,
    .ip-homepage .ip-homepage__title-with-link .bc-button {
        justify-content: flex-start;
        margin-top: 0.5rem;
    }
}

.ip-landing-page .ip-homepage__blog .bc-bw__core-blue,
.ip-category-page .ip-homepage__blog .bc-bw__core-blue,
.ip-subcategory-page .ip-homepage__blog .bc-bw__core-blue,
.ip-homepage .ip-homepage__blog .bc-bw__core-blue {
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    margin-top: 3rem;
}

    .ip-landing-page .ip-homepage__blog .bc-bw__core-blue::before,
    .ip-category-page .ip-homepage__blog .bc-bw__core-blue::before,
    .ip-subcategory-page .ip-homepage__blog .bc-bw__core-blue::before,
    .ip-homepage .ip-homepage__blog .bc-bw__core-blue::before {
        content: "";
        border-style: solid;
        border-width: 50px 46px 50px 0;
        transform: rotate(90deg);
        border-color: transparent #0000ff transparent transparent;
        position: absolute;
        left: 0;
        top: -5rem;
        position: absolute;
    }

.ip-landing-page .ip-homepage__blog .bc-label,
.ip-category-page .ip-homepage__blog .bc-label,
.ip-subcategory-page .ip-homepage__blog .bc-label,
.ip-homepage .ip-homepage__blog .bc-label {
    margin-right: 1.5rem;
}

.ip-landing-page .ip-homepage__blog-title,
.ip-category-page .ip-homepage__blog-title,
.ip-subcategory-page .ip-homepage__blog-title,
.ip-homepage .ip-homepage__blog-title {
    margin-top: 3rem;
    margin-bottom: 0;
}

@media screen and (min-width: 650px) {
    .ip-landing-page .ip-homepage__blog-title,
    .ip-category-page .ip-homepage__blog-title,
    .ip-subcategory-page .ip-homepage__blog-title,
    .ip-homepage .ip-homepage__blog-title {
        margin-top: 5rem;
        margin-bottom: 1.75rem;
    }
}

@media only screen and (max-width: 1400px) {
    .ip-landing-page .ip-homepage__blog-title,
    .ip-category-page .ip-homepage__blog-title,
    .ip-subcategory-page .ip-homepage__blog-title,
    .ip-homepage .ip-homepage__blog-title,
    .ip-category-page .bc-section--wrapper,
    .ip-category-page .bc-section--jump-links,
    .ip-subcategory-page .bc-section--jump-links,
    .ip-subcategory-page .bc-section--wrapper {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-homepage [data-module="bc-section"] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.ip-landing-page .ip-homepage__blog__menu,
.ip-category-page .ip-homepage__blog__menu,
.ip-subcategory-page .ip-homepage__blog__menu,
.ip-homepage .ip-homepage__blog__menu {
    display: flex;
    margin-bottom: 2rem;
}

.ip-landing-page .ip-homepage__blog__menu,
.ip-category-page .ip-homepage__blog__menu,
.ip-subcategory-page .ip-homepage__blog__menu,
.ip-homepage .ip-homepage__blog__menu {
    max-width: 1314px;
    margin: 0 auto;
}

.ip-landing-page .ip-homepage__card-wrapper,
.ip-category-page .ip-homepage__card-wrapper,
.ip-subcategory-page .ip-homepage__card-wrapper,
.ip-homepage .ip-homepage__card-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 15px);
    margin: -15px 0 0 -15px;
}

@media (max-width: 500px) {
    .ip-landing-page .ip-homepage__card-wrapper,
    .ip-category-page .ip-homepage__card-wrapper,
    .ip-subcategory-page .ip-homepage__card-wrapper,
    .ip-homepage .ip-homepage__card-wrapper {
        margin: 0;
        width: 100%;
    }
}

.ip-landing-page .ip-homepage__card-wrapper .bc-headline,
.ip-category-page .ip-homepage__card-wrapper .bc-headline,
.ip-subcategory-page .ip-homepage__card-wrapper .bc-headline,
.ip-homepage .ip-homepage__card-wrapper .bc-headline {
    text-transform: uppercase;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    .ip-landing-page .ip-homepage__card-wrapper,
    .ip-category-page .ip-homepage__card-wrapper,
    .ip-subcategory-page .ip-homepage__card-wrapper,
    .ip-homepage .ip-homepage__card-wrapper {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 650px) {
    .ip-landing-page .ip-homepage__card-wrapper,
    .ip-category-page .ip-homepage__card-wrapper,
    .ip-subcategory-page .ip-homepage__card-wrapper,
    .ip-homepage .ip-homepage__card-wrapper {
        flex-direction: row;
    }
}

.ip-landing-page .ip-homepage__card-wrapper > *,
.ip-category-page .ip-homepage__card-wrapper > *,
.ip-subcategory-page .ip-homepage__card-wrapper > *,
.ip-homepage .ip-homepage__card-wrapper > * {
    margin: 15px 0 0 15px;
}

@media (max-width: 500px) {
    .ip-landing-page .ip-homepage__card-wrapper > *,
    .ip-category-page .ip-homepage__card-wrapper > *,
    .ip-subcategory-page .ip-homepage__card-wrapper > *,
    .ip-homepage .ip-homepage__card-wrapper > * {
        margin: 15px auto 0;
    }
}

.ip-landing-page .ip-homepage__training,
.ip-category-page .ip-homepage__training,
.ip-subcategory-page .ip-homepage__training,
.ip-homepage .ip-homepage__training {
    padding: 1.5rem 0 6rem;
}

@media screen and (min-width: 650px) {
    .ip-landing-page .ip-homepage__training,
    .ip-category-page .ip-homepage__training,
    .ip-subcategory-page .ip-homepage__training,
    .ip-homepage .ip-homepage__training {
        padding: 3.5rem 0 5.5rem;
    }
}

.ip-landing-page .ip-homepage__training .bc-heading--title,
.ip-category-page .ip-homepage__training .bc-heading--title,
.ip-subcategory-page .ip-homepage__training .bc-heading--title,
.ip-homepage .ip-homepage__training .bc-heading--title {
    margin-bottom: 0.5rem;
}

.ip-landing-page .ip-homepage__blog__link,
.ip-category-page .ip-homepage__blog__link,
.ip-subcategory-page .ip-homepage__blog__link,
.ip-homepage .ip-homepage__blog__link {
    margin-top: 1.5rem;
    float: left;
}

@media screen and (min-width: 650px) {
    .ip-landing-page .ip-homepage__blog__link,
    .ip-category-page .ip-homepage__blog__link,
    .ip-subcategory-page .ip-homepage__blog__link,
    .ip-homepage .ip-homepage__blog__link {
        float: right;
    }
}

.ip-homepage .ip-homepage__text-wrapper,
.ip-homepage .ip-subcategory-page__text-wrapper,
.ip-homepage .ip-category-page__text-wrapper,
.ip-homepage .ip-landing-page__text-wrapper,
.ip-homepage .bc-details-group,
.ip-subcategory-page .ip-homepage__text-wrapper,
.ip-subcategory-page .ip-subcategory-page__text-wrapper,
.ip-subcategory-page .ip-category-page__text-wrapper,
.ip-subcategory-page .ip-landing-page__text-wrapper,
.ip-subcategory-page .bc-details-group,
.ip-category-page .ip-homepage__text-wrapper,
.ip-category-page .ip-subcategory-page__text-wrapper,
.ip-category-page .ip-category-page__text-wrapper,
.ip-category-page .ip-landing-page__text-wrapper,
.ip-category-page .bc-details-group,
.ip-landing-page .ip-homepage__text-wrapper,
.ip-landing-page .ip-subcategory-page__text-wrapper,
.ip-landing-page .ip-category-page__text-wrapper,
.ip-landing-page .ip-landing-page__text-wrapper,
.ip-landing-page .bc-details-group {
    max-width: 754px;
    margin: 0 auto;
    padding: 30px 0 15px;
}

@media screen and (min-width: 992px) {
    .ip-homepage .ip-homepage__text-wrapper,
    .ip-homepage .ip-subcategory-page__text-wrapper,
    .ip-homepage .ip-category-page__text-wrapper,
    .ip-homepage .ip-landing-page__text-wrapper,
    .ip-homepage .bc-details-group,
    .ip-subcategory-page .ip-homepage__text-wrapper,
    .ip-subcategory-page .ip-subcategory-page__text-wrapper,
    .ip-subcategory-page .ip-category-page__text-wrapper,
    .ip-subcategory-page .ip-landing-page__text-wrapper,
    .ip-subcategory-page .bc-details-group,
    .ip-category-page .ip-homepage__text-wrapper,
    .ip-category-page .ip-subcategory-page__text-wrapper,
    .ip-category-page .ip-category-page__text-wrapper,
    .ip-category-page .ip-landing-page__text-wrapper,
    .ip-category-page .bc-details-group,
    .ip-landing-page .ip-homepage__text-wrapper,
    .ip-landing-page .ip-subcategory-page__text-wrapper,
    .ip-landing-page .ip-category-page__text-wrapper,
    .ip-landing-page .ip-landing-page__text-wrapper,
    .ip-landing-page .bc-details-group {
        padding: 70px 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-homepage .ip-homepage__text-wrapper,
    .ip-homepage .ip-subcategory-page__text-wrapper,
    .ip-homepage .ip-category-page__text-wrapper,
    .ip-homepage .ip-landing-page__text-wrapper,
    .ip-homepage .bc-details-group,
    .ip-subcategory-page .ip-homepage__text-wrapper,
    .ip-subcategory-page .ip-subcategory-page__text-wrapper,
    .ip-subcategory-page .ip-category-page__text-wrapper,
    .ip-subcategory-page .ip-landing-page__text-wrapper,
    .ip-subcategory-page .bc-details-group,
    .ip-category-page .ip-homepage__text-wrapper,
    .ip-category-page .ip-subcategory-page__text-wrapper,
    .ip-category-page .ip-category-page__text-wrapper,
    .ip-category-page .ip-landing-page__text-wrapper,
    .ip-category-page .bc-details-group,
    .ip-landing-page .ip-homepage__text-wrapper,
    .ip-landing-page .ip-subcategory-page__text-wrapper,
    .ip-landing-page .ip-category-page__text-wrapper,
    .ip-landing-page .ip-landing-page__text-wrapper,
    .ip-landing-page .bc-details-group {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-homepage .bc-section--wrapper .bc-heading,
.ip-subcategory-page .bc-section--wrapper .bc-heading,
.ip-category-page .bc-section--wrapper .bc-heading,
.ip-landing-page .bc-section--wrapper .bc-heading {
    margin-bottom: 0 !important;
}

.ip-homepage .bc-section--accordion,
.ip-subcategory-page .bc-section--accordion,
.ip-category-page .bc-section--accordion,
.ip-landing-page .bc-section--accordion {
    max-width: 754px;
    margin: 0 auto;
}

.ip-homepage .bc-section--wrapper-with-button,
.ip-subcategory-page .bc-section--wrapper-with-button,
.ip-category-page .bc-section--wrapper-with-button,
.ip-landing-page .bc-section--wrapper-with-button {
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) {
    .ip-homepage .bc-section--wrapper-with-button,
    .ip-subcategory-page .bc-section--wrapper-with-button,
    .ip-category-page .bc-section--wrapper-with-button,
    .ip-landing-page .bc-section--wrapper-with-button {
        grid-template-columns: 1fr 1fr;
    }
}

.ip-homepage .bc-section--wrapper-with-button .bc-heading,
.ip-subcategory-page .bc-section--wrapper-with-button .bc-heading,
.ip-category-page .bc-section--wrapper-with-button .bc-heading,
.ip-landing-page .bc-section--wrapper-with-button .bc-heading {
    margin-bottom: 0 !important;
}

.ip-homepage .bc-section--wrapper-with-button .bc-prose,
.ip-subcategory-page .bc-section--wrapper-with-button .bc-prose,
.ip-category-page .bc-section--wrapper-with-button .bc-prose,
.ip-landing-page .bc-section--wrapper-with-button .bc-prose {
    order: 0;
}

@media screen and (min-width: 992px) {
    .ip-homepage .bc-section--wrapper-with-button .bc-prose,
    .ip-subcategory-page .bc-section--wrapper-with-button .bc-prose,
    .ip-category-page .bc-section--wrapper-with-button .bc-prose,
    .ip-landing-page .bc-section--wrapper-with-button .bc-prose {
        order: 3;
    }
}

.ip-homepage .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
.ip-subcategory-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
.ip-category-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
.ip-landing-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)] {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    height: -moz-min-content;
    height: min-content;
}

.ip-homepage .bc-section--wrapper-with-button div:has(.bc-button),
.ip-subcategory-page .bc-section--wrapper-with-button div:has(.bc-button),
.ip-category-page .bc-section--wrapper-with-button div:has(.bc-button),
.ip-landing-page .bc-section--wrapper-with-button div:has(.bc-button) {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    height: -moz-min-content;
    height: min-content;
}

@media screen and (min-width: 992px) {
    .ip-homepage .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
    .ip-subcategory-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
    .ip-category-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)],
    .ip-landing-page .bc-section--wrapper-with-button div[\:has\(.bc-button\)] {
        margin-left: auto;
    }

    .ip-homepage .bc-section--wrapper-with-button div:has(.bc-button),
    .ip-subcategory-page .bc-section--wrapper-with-button div:has(.bc-button),
    .ip-category-page .bc-section--wrapper-with-button div:has(.bc-button),
    .ip-landing-page .bc-section--wrapper-with-button div:has(.bc-button) {
        margin-left: auto;
    }
}

.ip-category-page .bc-section .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group,
.ip-subcategory-page .bc-section .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-category-page .bc-section .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group,
.ip-subcategory-page .bc-section .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-category-page .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group,
.ip-subcategory-page .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-category-page .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group,
.ip-subcategory-page .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-homepage[\:has\(.bc-big-card__wrapper\)] + .ip-homepage .bc-big-card__wrapper {
    margin-top: 0 !important;
}

.ip-homepage:has(.bc-big-card__wrapper) + .ip-homepage .bc-big-card__wrapper {
    margin-top: 0 !important;
}

@media only screen and (max-width: 991px) {
    .ip-homepage[\:has\(.bc-big-card__wrapper\)] + .ip-homepage .bc-big-card__wrapper {
        margin-bottom: 0;
    }

    .ip-homepage:has(.bc-big-card__wrapper) + .ip-homepage .bc-big-card__wrapper {
        margin-bottom: 0;
    }
}

.ip-homepage[\:has\(.bc-big-card__wrapper\)][\:has\(\%2B\%20.ip-homepage\%20.bc-big-card__wrapper\)] {
    margin-bottom: -4.375rem !important;
}

.ip-homepage:has(.bc-big-card__wrapper):has(+ .ip-homepage .bc-big-card__wrapper) {
    margin-bottom: -4.375rem !important;
}

.ip-landing-page[\:has\(.bc-big-card__wrapper\)] + .ip-landing-page .bc-big-card__wrapper {
    margin-top: 0 !important;
}

.ip-landing-page:has(.bc-big-card__wrapper) + .ip-landing-page .bc-big-card__wrapper {
    margin-top: 0 !important;
}

.ip-landing-page[\:has\(.bc-big-card__wrapper\)][\:has\(\%2B\%20.ip-landing-page\%20.bc-big-card__wrapper\)] {
    margin-bottom: -4.375rem !important;
}

.ip-landing-page:has(.bc-big-card__wrapper):has(+ .ip-landing-page .bc-big-card__wrapper) {
    margin-bottom: -4.375rem !important;
}

.ip-landing-page .umbraco-forms-form .umbraco-forms-container {
    padding-left: 0;
    padding-right: 0;
}

.ip-landing-page .umbraco-forms-form .bc-button {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ip-landing-page .ip-landing-page__text-wrapper .bc-heading--jumbotron {
    margin-bottom: 0.75rem;
}

.ip-landing-page .ip-forms-framework .col-md-12 {
    max-width: 754px;
    margin: 1rem auto 3rem;
}

@media only screen and (max-width: 991px) {
    .ip-landing-page .ip-forms-framework .col-md-12 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-landing-page .ip-forms-framework .ip-forms-framework select.select2 .select2-selection {
    width: 100% !important;
    height: 48px !important;
    border: 2px solid #0000FF !important;
}

.ip-rich-content-page .bc-menu__inside-page {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1400px) {
    .ip-rich-content-page .bc-menu__inside-page {
        margin-left: -6vw;
        margin-right: -6vw;
    }
}

.ip-rich-content-page .bc-card-title,
.ip-rich-content-page .bc-card-link,
.ip-rich-content-page .bc-blog-card {
    margin-bottom: 30px;
}

.ip-rich-content-page .bc-menu__inside-page .bc-heading {
    margin-bottom: 0.5rem;
}

.ip-rich-content-page ul .bc-heading,
.ip-rich-content-page ol .bc-heading {
    margin-bottom: 1rem;
}

.ip-rich-content-page .it-right-sidebar__body .bc-heading {
    margin-bottom: 1rem;
}

.ip-rich-content-page blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ip-rich-content-page .it-right-sidebar {
    margin-bottom: 3rem;
}

.ip-rich-content-page .bc-big-card__wrapper {
    margin-bottom: 4rem;
}

.ip-rich-content-page .bc-carousel--hero {
    margin-top: 3rem;
    margin-bottom: 0;
}

.ip-rich-content-page .bc-hero-banner__wrapper {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .bc-hero-banner__wrapper {
        margin-bottom: 2.5rem;
    }
}

.ip-rich-content-page .it-right-sidebar__sidebar {
    margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__sidebar {
        margin-top: 10rem;
    }
}

.ip-rich-content-page .it-right-sidebar__sidebar .bc-card-link[\:not-has\(.bc-list\)],
.ip-rich-content-page .it-right-sidebar__sidebar .bc-sub-nav {
    margin-bottom: 3.75rem;
}

.ip-rich-content-page .it-right-sidebar__sidebar .bc-card-link:not(:has(.bc-list)),
.ip-rich-content-page .it-right-sidebar__sidebar .bc-sub-nav {
    margin-bottom: 3.75rem;
}

.ip-rich-content-page .it-right-sidebar__sidebar .bc-card-link {
    margin-bottom: 3.75rem;
}

.ip-rich-content-page .it-right-sidebar__sidebar .bc-blog-card {
    margin-bottom: 1.875rem;
}

.ip-rich-content-page .it-right-sidebar__sidebar .bc-heading + .bc-blog-card,
.ip-rich-content-page .it-right-sidebar__sidebar .bc-heading + .bc-card-link,
.ip-rich-content-page .it-right-sidebar__sidebar .ip-my-dashboard__menu + .bc-sub-nav {
    margin-top: 1rem;
}

.ip-rich-content-page .it-right-sidebar__document {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__document {
        grid-template-columns: minmax(auto, 866px) minmax(auto, 418px);
        grid-gap: 1.875rem;
    }
}

.ip-rich-content-page .bc-section .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-rich-content-page .bc-section .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-rich-content-page .bc-section[\:has\(.bc-section--accordion\)] > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-rich-content-page .bc-section:has(.bc-section--accordion) > .bc-section .bc-details-group {
    padding: 10px 0 15px;
}

.ip-rich-content-page .bc-section[\:has\(.bc-details-group\)] {
    padding-left: 0;
    padding-right: 0;
}

.ip-rich-content-page .bc-section:has(.bc-details-group) {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
    .ip-rich-content-page .bc-section[\:has\(.bc-details-group\)] {
        padding-left: 0;
        padding-right: 0;
    }

    .ip-rich-content-page .bc-section:has(.bc-details-group) {
        padding-left: 0;
        padding-right: 0;
    }

    .ip-rich-content-page .bc-section {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-rich-content-page .bc-details-group {
        max-width: 100%;
    }
}

.ip-rich-content-page .it-right-sidebar__body .bc-menu__inside-page {
    margin-top: 0.75rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__body .bc-menu__inside-page {
        margin-bottom: 3.5rem;
    }
}

.ip-rich-content-page .it-right-sidebar__body .bc-menu__inside-page .bc-list {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__body .bc-menu__inside-page .bc-list {
        margin-top: 0.5rem;
    }
}

.ip-rich-content-page .bc-hero-banner__wrapper {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page .bc-hero-banner__wrapper {
        margin-bottom: 2.5rem;
    }
}

.ip-rich-content-page + .ip-rich-content-page[\:has\(.bc-promo-banner\)] {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.ip-rich-content-page + .ip-rich-content-page:has(.bc-promo-banner) {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .ip-rich-content-page + .ip-rich-content-page[\:has\(.bc-promo-banner\)] {
        margin-top: -2.5rem;
        margin-bottom: 2.5rem;
    }

    .ip-rich-content-page + .ip-rich-content-page:has(.bc-promo-banner) {
        margin-top: -2.5rem;
        margin-bottom: 2.5rem;
    }
}

.ip-listing-page {
    max-width: 1314px;
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .ip-listing-page {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-listing-page .bc-heading--jumbotron {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

    .ip-listing-page .bc-heading--jumbotron + .bc-prose {
        margin-bottom: 1.5rem;
    }

.ip-listing-page .bc-prose {
    margin-bottom: 1rem;
}

    .ip-listing-page .bc-prose .ip-listing-page__result {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
        margin-top: 1.125rem;
        color: #696969;
    }

        .ip-listing-page .bc-prose .ip-listing-page__result p {
            color: #696969;
        }

.ip-listing-page__container {
    max-width: 1314px;
    margin: 0 auto;
}

.ip-listing-page .bc-section {
    padding-left: 0;
    padding-right: 0;
}

.ip-listing-page__filter-container {
    height: auto;
    background-color: #fafafa;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    transition: all 0.1s;
    margin-bottom: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
}

@media screen and (min-width: 800px) {
    .ip-listing-page__filter-container {
        display: grid;
        grid-template-columns: minmax(auto, 337px) minmax(auto, 640px) minmax(auto, 128px) minmax(auto, 97px);
        grid-gap: 30px;
        flex-direction: row;
        align-items: flex-end;
        height: 174px;
        margin-bottom: 1.25rem;
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}

.ip-listing-page__filter-container .bc-select {
    margin-top: 0;
}

.ip-listing-page__filter-container .bc-label {
    font-size: 1rem;
    line-height: 22px;
    font-weight: 500;
}

.ip-listing-page__filter-container .bc-button {
    padding: 0.7rem 0.2rem;
    white-space: nowrap;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container .bc-button {
        width: calc(100% - 2rem);
        margin-top: 2.5rem;
    }
}

.ip-listing-page__filter-container .bc-button[data-appearance=link] {
    padding: 0.7rem 0.7rem 0.7rem 0;
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container .bc-button[data-appearance=link] {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > * {
        width: 100%;
        margin: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 0.25rem;
    }
}

.ip-listing-page__filter-container > *:first-child {
    margin-left: 1.875rem;
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > *:first-child {
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }
}

.ip-listing-page__filter-container > *:last-child {
    margin-right: 1.875rem;
    text-decoration-thickness: 2px !important;
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > *:last-child {
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > a {
        margin: 1.25rem 1rem 0 1rem;
        width: calc(100% - 2rem);
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > a:last-child {
        margin: 0 1rem 1.25rem;
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > button {
        margin: 1.25rem 1rem 0 1rem;
        width: calc(100% - 2rem);
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__filter-container > button:last-child {
        margin: 0 1rem 1.25rem;
    }
}

.ip-listing-page--three-columns {
    grid-template-columns: 1fr;
}

@media screen and (min-width: 800px) {
    .ip-listing-page--three-columns {
        grid-template-columns: 2.9fr 0.5fr 0.5fr;
    }
}

.ip-listing-page__filter-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    background-color: #fafafa;
    height: 56px;
    margin: 0;
    padding-left: 1rem;
    cursor: pointer;
    color: #0000ff;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media screen and (min-width: 800px) {
    .ip-listing-page__filter-title {
        display: none;
    }
}

.ip-listing-page__filter-title span {
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

    .ip-listing-page__filter-title span:last-child {
        margin-left: auto;
    }

.ip-listing-page__sort-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}

    .ip-listing-page__sort-container p {
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
    }

@media only screen and (max-width: 800px) {
    .ip-listing-page__sort-container p {
        margin-top: 1.875rem;
        margin-bottom: 0.25rem;
    }
}

@media screen and (min-width: 800px) {
    .ip-listing-page__sort-container {
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (max-width: 800px) {
    .ip-listing-page__sort-container .bc-form-row {
        width: 100%;
    }
}

.ip-listing-page__sort-container .bc-select {
    min-width: 306px;
}

.ip-listing-page__sort-container .bc-select__input {
    font-weight: 500;
}

.ip-listing-page .active-flex {
    display: flex;
}

.ip-listing-page .active-icon .icon-keyboard_arrow_down {
    transform: rotate(180deg);
}

.ip-listing-page .bc-select__input {
    background-color: #fff;
}

.ip-listing-page .bc-pagination {
    margin-top: 3.125rem;
    padding-bottom: 5.375rem;
}

.ip-listing-page__no-result {
    padding-bottom: 4rem;
    padding-top: 1rem;
}

@media screen and (min-width: 800px) {
    .ip-listing-page__no-result {
        padding-bottom: 6rem;
        padding-top: 0;
    }
}

.ip-listing-page .bc-card--with-blog {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .ip-listing-page .bc-card--with-blog {
        display: flex;
        flex-direction: column;
    }
}

.ip-listing-page .bc-card--with-blog .bc-campaign-banner__headline {
    text-transform: uppercase;
}

.ip-listing-page .bc-card--with-blog .bc-blog-card__date {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.ip-listing-page .bc-card--with-blog .bc-card__content {
    min-height: 244px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .ip-listing-page .bc-card--with-blog .bc-card__content {
        min-height: auto;
        display: block;
    }
}

.ip-listing-page .bc-card--with-blog .bc-card__header {
    margin-bottom: auto;
}

@media screen and (min-width: 992px) {
    .ip-listing-page .bc-card--with-blog .bc-card__header {
        margin-bottom: 0;
    }
}

.ip-listing-page .bc-card--with-blog .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 650px) {
    .ip-listing-page .bc-card--with-blog .bc-image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 313px;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.ip-listing-page .bc-card--with-blog .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.ip-listing-page .bc-card--with-blog .bc-card__inner {
    display: block;
    margin-bottom: 0;
}

@media screen and (min-width: 650px) {
    .ip-listing-page .bc-card--with-blog .bc-card__inner {
        margin-bottom: 1rem;
    }
}

.ip-listing-page .bc-card--with-blog .bc-card__inner .bc-prose {
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 22px;
}

@media screen and (min-width: 650px) {
    .ip-listing-page .bc-card--with-blog .bc-card__inner .bc-prose {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.ip-listing-page .ip-forms-framework {
    padding: 30px 0 60px;
}

.ip-trademark-company-search {
    max-width: 100%;
    margin-top: 26px;
    background-color: #fff;
}

.ip-article-page {
    margin-bottom: 6rem;
}

    .ip-article-page ul {
        padding-left: 20px;
        list-style-type: disc;
    }

        .ip-article-page ul li::marker {
            font-weight: 700;
            font-size: 20px;
            color: #002882;
        }

    .ip-article-page ol {
        padding-left: 20px;
    }

    .ip-article-page ul,
    .ip-article-page ol,
    .ip-article-page li {
        font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
    }

    .ip-article-page .it-centered__document {
        margin: 0 auto;
    }

        .ip-article-page .it-centered__document > div,
        .ip-article-page .it-centered__document ul,
        .ip-article-page .it-centered__document ol {
            margin: 15px 0;
        }

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document > div,
    .ip-article-page .it-centered__document ul,
    .ip-article-page .it-centered__document ol {
        margin: 1.875rem 0;
    }
}

.ip-article-page .it-centered__document > .bc-image {
    margin: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document > .bc-image {
        margin: 50px 0;
    }
}

.ip-article-page .it-centered__document .bc-prose .bc-heading--title {
    margin: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document .bc-prose .bc-heading--title {
        margin: 30px 0;
    }
}

.ip-article-page .it-centered__document .bc-prose .bc-image {
    margin: 15px 0 30px;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document .bc-prose .bc-image {
        margin: 30px 0 50px;
    }
}

.ip-article-page .it-centered__document .bc-heading--title {
    margin: 24px 0 10px;
}

.ip-article-page .it-centered__document .bc-iframe {
    margin: 15px 0 30px;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document .bc-iframe {
        margin: 30px 0 60px;
    }
}

.ip-article-page .it-centered__document .bc-blockquote {
    margin: 30px 0 60px;
}

.ip-article-page .it-centered__document .bc-icon-with-text__wrapper {
    margin: 1.875rem 0 2.5rem;
}

.ip-article-page .it-centered__document .bc-share {
    margin: 0 0 2.75rem;
}

.ip-article-page .it-centered__document > .bc-heading + .bc-prose,
.ip-article-page .it-centered__document > .bc-heading + .bc-list,
.ip-article-page .it-centered__document > .bc-heading + .bc-details-group,
.ip-article-page .it-centered__document > .bc-heading + p,
.ip-article-page .it-centered__document > .bc-heading + .bc-details-group {
    margin: 10px 0;
}

.ip-article-page .it-centered__document .bc-section--jump-links {
    margin: 1.875rem 0 3rem;
}

.ip-article-page .it-centered__document .bc-button--article {
    margin: 2.5rem 0 2.75rem;
}

.ip-article-page .it-centered__document .bc-heading[\:has\(\%2B\%20.bc-details-group\)] {
    margin-bottom: 1rem;
}

.ip-article-page .it-centered__document .bc-heading:has(+ .bc-details-group) {
    margin-bottom: 1rem;
}

.ip-article-page .it-centered__document .bc-details__summary .bc-heading--title {
    margin: 0;
}

.ip-article-page .it-centered__document .bc-details-group {
    margin-bottom: 65px;
}

.ip-article-page .it-centered__document ul.bc-list,
.ip-article-page .it-centered__document ol.bc-list {
    margin-bottom: 50px !important;
}

.ip-article-page .bc-container ul,
.ip-article-page .bc-container ol {
    margin: 10px 0 35px;
}

.ip-article-page .it-centered__document .ip-article-page__date {
    font-size: 1rem;
    line-height: 22px;
    margin-top: 2.25rem;
    color: #002882;
    margin-bottom: 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document .ip-article-page__date {
        margin-top: 4.5rem;
        margin-bottom: 0;
    }
}

.ip-article-page .it-centered__document .bc-heading--jumbotron {
    margin-top: 1rem;
}

@media screen and (min-width: 650px) {
    .ip-article-page .it-centered__document .bc-heading--jumbotron {
        margin-top: 1rem;
    }
}

.ip-article-page .bc-container .it-centered__document .bc-form-row {
    margin-bottom: 1.875rem;
}

.ip-article-page ol li {
    margin-bottom: 0.5rem;
}

.ip-article-page ol ::marker {
    font-weight: 700;
    font-size: 20px;
    content: counter(list-item) "  ";
}

.ip-article-page ul.bc-list li {
    margin-bottom: 0.5rem;
}

.ip-article-page ul.bc-list ::marker {
    font-weight: 700;
    font-size: 20px;
}

.ip-article-page .bc-section--secondary-color--inner {
    margin-bottom: 1rem;
}

.ip-article-page .bc-section--background-color {
    background-color: #e6e6e6;
}

.ip-article-page .bc-section--secondary-color a {
    color: #fff;
}

.ip-article-page iframe {
    aspect-ratio: 16/9;
    width: 100%;
}

.ip-article-page .bc-text-component__item {
    min-height: 105px;
    margin-bottom: 0;
}

    .ip-article-page .bc-text-component__item:last-child {
        margin-bottom: 1.875rem;
    }

    .ip-article-page .bc-text-component__item:first-child {
        margin-top: 0.75rem;
    }

.ip-article-page .bc-heading--subtitle {
    margin-bottom: 0.5rem;
}

.ip-article-page .bc-card--with-image .bc-image {
    margin-bottom: 0;
}

.ip-article-page .it-centered__document .ip-article-page__date > .bc-heading .bc-share {
    margin-bottom: 6rem;
}

.ip-article-page .bc-iframe {
    margin: 1rem 0;
}

.ip-article-page .bc-icon-with-text__wrapper {
    margin: 1.875rem 0;
}

.ip-article-page .bc-card__media .bc-image {
    margin-top: 0;
    margin-bottom: 0;
}

.ip-article-page .bc-section--secondary-color,
.ip-article-page .bc-section--teal,
.ip-article-page .bc-section--background-color,
.ip-article-page .bc-section--green {
    margin: 15px 0;
    padding: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-section--secondary-color,
    .ip-article-page .bc-section--teal,
    .ip-article-page .bc-section--background-color,
    .ip-article-page .bc-section--green {
        margin: 30px 0;
        padding: 30px 0;
    }
}

.ip-article-page .bc-section--secondary-color .bc-section,
.ip-article-page .bc-section--teal .bc-section,
.ip-article-page .bc-section--background-color .bc-section,
.ip-article-page .bc-section--green .bc-section {
    padding: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-section--secondary-color .bc-section,
    .ip-article-page .bc-section--teal .bc-section,
    .ip-article-page .bc-section--background-color .bc-section,
    .ip-article-page .bc-section--green .bc-section {
        padding: 30px 0;
    }
}

.ip-article-page .bc-section--secondary-color .bc-image,
.ip-article-page .bc-section--teal .bc-image,
.ip-article-page .bc-section--background-color .bc-image,
.ip-article-page .bc-section--green .bc-image {
    margin-bottom: 0;
}

.ip-article-page .bc-carousel__slider-controls {
    left: 0;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-carousel__slider-controls {
        left: -40px;
        width: 110%;
        justify-content: space-between;
    }
}

.ip-article-page .bc-prose img,
.ip-article-page .bc-prose .bc-image,
.ip-article-page .bc-prose .bc-image img,
.ip-article-page .bc-prose .bc-image__image {
    width: 100%;
    height: auto;
}

.ip-article-page .bc-prose p img,
.ip-article-page .bc-prose p .bc-image,
.ip-article-page .bc-prose p .bc-image img,
.ip-article-page .bc-prose p .bc-image__image {
    width: 100%;
    height: auto;
}

.ip-article-page p img,
.ip-article-page p .bc-image,
.ip-article-page p .bc-image img,
.ip-article-page p .bc-image__image {
    width: 100%;
    height: auto;
}

.ip-article-page .bc-section--content {
    margin-left: 6vw;
    margin-right: 6vw;
    padding: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-section--content {
        padding: 30px 0;
    }
}

.ip-article-page .bc-section[\:has\(.bc-staff\)] {
    margin-bottom: 5rem;
}

.ip-article-page .bc-section:has(.bc-staff) {
    margin-bottom: 5rem;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-section[\:has\(.bc-staff\)] {
        margin-bottom: 8rem;
    }

    .ip-article-page .bc-section:has(.bc-staff) {
        margin-bottom: 8rem;
    }
}

.ip-article-page .bc-newsletter-signup {
    margin: -15px 0 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-newsletter-signup {
        margin: -30px 0 0;
    }
}

.ip-article-page .ip-article-page .bc-container .it-centered__document .bc-prose ul {
    list-style-type: disc;
}

    .ip-article-page .ip-article-page .bc-container .it-centered__document .bc-prose ul li {
        margin-bottom: 1.5rem;
    }

    .ip-article-page .ip-article-page .bc-container .it-centered__document .bc-prose ul ::marker {
        font-weight: 700;
        font-size: 20px;
    }

.ip-article-page .ip-article-page .bc-container .it-centered__document .bc-section--jump-links .bc-prose ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 24px;
}

.ip-article-page .bc-container .it-centered__document .bc-section--jump-links {
    padding: 15px 0;
}

@media screen and (min-width: 650px) {
    .ip-article-page .bc-container .it-centered__document .bc-section--jump-links {
        padding: 30px 0;
    }
}

.ip-article-page .bc-container .it-centered__document .bc-section--jump-links .bc-prose ul {
    list-style-type: none;
    padding: 0 2rem;
    margin: 0;
}

.ip-article-page .bc-container .it-centered__document .bc-section--jump-links li {
    margin-bottom: 0.875rem;
}

.bc-registration--details, .bc-registration--address-details {
    display: none;
}

.bc-registration--address-details {
    margin-top: -6rem;
}

.bc-registration--active {
    display: block;
}

.bc-registration .bc-button-column {
    margin-top: 0.5rem;
}

.bc-registration .bc-alert {
    margin-bottom: 1.5rem;
}

    .bc-registration .bc-alert .bc-prose {
        margin-top: 0;
    }

.bc-registration .bc-prose {
    margin-top: 1rem;
    margin-bottom: 9rem;
}

.bc-registration .bc-heading--jumbotron {
    margin-bottom: 1rem;
}

.bc-registration .bc-registration--active + .bc-button-column {
    margin-top: 0.5rem;
}

.bc-registration .bc-input,
.bc-registration .bc-select__input {
    font-size: 1rem;
    line-height: 22px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .bc-registration .bc-input#postcode {
        width: 100%;
    }

@media screen and (min-width: 992px) {
    .bc-registration .bc-input#postcode {
        width: 304px;
    }
}

.bc-registration .bc-fetchify__search p {
    margin-top: 1rem;
    margin-bottom: 2.25rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-registration .bc-fetchify__search a {
    text-decoration: none;
}

.bc-registration .bc-label,
.bc-registration .bc-fieldset__legend {
    margin-bottom: 0.25rem;
    margin-top: 0;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 500;
}

.bc-registration .bc-hint {
    margin-bottom: 0.25rem;
}

.bc-registration .bc-fetchify__search p a,
.bc-registration .bc-prose--registration p a {
    font-size: 1rem;
    line-height: 28px;
    color: #0000ff;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

.bc-registration .bc-form-row {
    margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-registration .bc-form-row {
        margin-top: 2rem;
    }
}

.bc-registration .bc-heading--subtitle {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .bc-registration .bc-heading--subtitle {
        margin-top: 3.25rem;
    }
}

.bc-registration .bc-heading--subtitle ~ .bc-form-row {
    margin-top: 0;
}

.bc-registration .bc-fetchify__search .bc-form-row {
    margin-top: 0;
}

.bc-registration .bc-registration--address-details .bc-heading--small-subtitle {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
    .bc-registration .bc-registration--address-details .bc-heading--small-subtitle {
        margin-top: 2.5rem;
    }
}

.bc-registration .bc-registration--address-details .bc-heading--small-subtitle ~ .bc-grid .bc-form-row {
    margin-top: 0;
}

.bc-registration .bc-registration--address-details .bc-heading--subtitle .bc-form-row {
    margin-top: 0;
}

.bc-registration .bc-select2 select,
.bc-registration .bc-select2 option,
.bc-registration .bc-select2 li,
.bc-registration .bc-select2 .select2-results__option {
    font-family: "DM Sans" !important;
}

.bc-registration .select2-results__option {
    font-family: "DM Sans" !important;
}

.bc-registration .bc-registration--address-details .bc-grid {
    grid-gap: 1.5rem;
}

@media screen and (min-width: 992px) {
    .bc-registration .bc-registration--address-details .bc-grid {
        grid-gap: 30px;
    }
}

.bc-registration--complete .bc-heading--jumbotron {
    margin-bottom: 0.75rem;
}

.bc-registration--complete .bc-prose {
    margin-bottom: 2rem;
}

.registration-complete .ip-landing-page .bc-heading--jumbotron {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.registration-complete .ip-landing-page .it-centered__document {
    margin: 0 auto 2rem;
}

.registration-complete .ip-landing-page:last-child[\:has\(.bc-section\)] .bc-section {
    padding: 0;
}

.registration-complete .ip-landing-page:last-child:has(.bc-section) .bc-section {
    padding: 0;
}

.registration-complete .ip-landing-page:last-child[\:has\(.bc-section\)] .bc-section .bc-button {
    margin-bottom: 10rem;
}

.registration-complete .ip-landing-page:last-child:has(.bc-section) .bc-section .bc-button {
    margin-bottom: 10rem;
}

.ip-communication-preferences .section {
    position: relative;
    padding: 1rem 0 1.5rem 0;
}

    .ip-communication-preferences .section .inner-section {
        margin: 1.5rem 0;
    }

        .ip-communication-preferences .section .inner-section .checkbox {
            margin: 0.5rem 0;
        }

.ip-communication-preferences .bc-checkbox__item {
    margin-left: -0.8rem;
}

.ip-my-dashboard {
    transition: all;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-heading.bc-heading--jumbotron {
        margin-top: 0.5rem;
    }
}

.ip-my-dashboard .bc-card-media {
    flex-shrink: 0;
}

.ip-my-dashboard .bc-card__header {
    padding: 0;
}

.ip-my-dashboard .bc-card__body {
    margin: 0;
    padding: 0;
}

    .ip-my-dashboard .bc-card__body .bc-prose {
        font-size: 1.125rem;
    }

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-card__body .bc-prose {
        font-size: 1rem;
    }
}

.ip-my-dashboard .bc-card__body .bc-prose .bc-heading--title {
    color: #96ff00;
    font-size: 2.125rem;
    line-height: 1.2941176471;
}

.ip-my-dashboard .bc-card__body .bc-prose dt {
    font-weight: 700;
}

.ip-my-dashboard .bc-card__body .bc-prose dd {
    margin-top: 0;
}

.ip-my-dashboard .bc-card--with-image {
    box-shadow: none;
    background-color: #fff;
    padding: 2rem;
}

@media screen and (min-width: 650px) {
    .ip-my-dashboard .bc-card--with-image {
        display: flex;
    }
}

.ip-my-dashboard .bc-card--with-image .bc-prose > * + * {
    margin-top: 0.25rem;
}

.ip-my-dashboard .bc-card--with-image .bc-card__media {
    flex-shrink: 0;
}

.ip-my-dashboard .bc-card--with-image .bc-card__body {
    padding: 0;
}

.ip-my-dashboard .bc-card--with-image .bc-card__inner {
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-card--with-image .bc-card__inner {
        margin-left: 1rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-card--with-image .bc-card__inner {
        flex-direction: row;
    }
}

.ip-my-dashboard .bc-card--with-image .bc-card__action {
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-card--with-image .bc-card__action {
        margin-left: auto;
    }
}

.ip-my-dashboard .ip-my-dashboard--courses .bc-product-card {
    grid-template-columns: 1fr !important;
}

.ip-my-dashboard .bc-sub-nav {
    display: none;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-sub-nav {
        display: block;
        transition: all;
        background-color: #f2f2f2;
    }
}

.ip-my-dashboard .bc-sub-nav.active {
    display: block;
    padding: 1rem 6vw;
    margin-bottom: 0;
}

.ip-my-dashboard .ip-my-dashboard__menu {
    height: 65px;
    padding: 24px 6vw;
    line-height: 65px;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .ip-my-dashboard__menu {
        display: none;
    }
}

.ip-my-dashboard .bc-account-title {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    color: #0000ff;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all;
    font-size: 16px;
    line-height: 22px;
}

    .ip-my-dashboard .bc-account-title .bc-icon {
        font-size: 20px;
    }

    .ip-my-dashboard .bc-account-title[open] .bc-icon {
        transform: rotate(-180deg);
        transition: all, 0.5s linear;
    }

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-account-title {
        display: none;
    }
}

.ip-my-dashboard .bc-account-title .bc-icon {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-account-title .bc-icon {
        display: none;
    }
}

.ip-my-dashboard .bc-card--profile {
    min-height: 160px !important;
    padding: 1rem 1.75rem !important;
    background-color: #002882;
    margin-bottom: 1.5rem;
}

    .ip-my-dashboard .bc-card--profile .bc-card--profile-prose {
        display: flex;
        flex-direction: row;
        grid-gap: 30px;
    }

    .ip-my-dashboard .bc-card--profile .bc-card__body {
        width: auto !important;
    }

        .ip-my-dashboard .bc-card--profile .bc-card__body .bc-prose p {
            margin-bottom: 0;
        }

    .ip-my-dashboard .bc-card--profile .bc-card--profile-welcome {
        margin-top: 0;
    }

        .ip-my-dashboard .bc-card--profile .bc-card--profile-welcome .bc-prose p {
            font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            color: #fff !important;
            font-size: 16px;
        }

            .ip-my-dashboard .bc-card--profile .bc-card--profile-welcome .bc-prose p.--welcome {
                font-size: 24px;
            }

    .ip-my-dashboard .bc-card--profile .bc-card__body {
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

        .ip-my-dashboard .bc-card--profile .bc-card__body .bc-prose {
            color: #fff;
        }

            .ip-my-dashboard .bc-card--profile .bc-card__body .bc-prose p {
                margin-top: 0.5rem;
                color: #fff;
            }

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-card--profile .bc-card__body {
        flex-wrap: nowrap;
        width: 55%;
    }
}

.ip-my-dashboard .bc-card--profile .bc-card__inner {
    margin-top: 0;
}

.ip-my-dashboard .bc-button-row {
    margin: 0 0 0 auto;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard .bc-button-row .bc-button {
        margin: 0.5rem 0;
    }
}

.ip-my-dashboard .bc-grid {
    grid-gap: 30px 30px;
    margin-top: 30px;
}

.ip-my-dashboard .bc-heading--dashboard {
    margin: 1rem 0 0;
}

.ip-my-dashboard .bc-card .bc-heading,
.ip-my-dashboard .bc-product-card--event .bc-heading {
    margin-bottom: 0;
}

.ip-my-dashboard .bc-product-card--event .bc-product-card__header {
    margin-bottom: 0;
}

.ip-my-dashboard .icon-keyboard_arrow_down {
    font-weight: 700;
}

.ip-my-dashboard .bc-card {
    padding: 0;
    margin-bottom: 2rem;
}

.ip-my-dashboard .bc-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ip-my-dashboard .bc-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.875rem;
}

.ip-my-dashboard--profile,
.bc-card--profile {
    background-color: #fff;
}

    .ip-my-dashboard--profile h3,
    .bc-card--profile h3 {
        font-size: 1.125rem;
        line-height: 1.3333333333;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
    }

@media screen and (min-width: 650px) {
    .ip-my-dashboard--profile h3,
    .bc-card--profile h3 {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
}

.ip-my-dashboard--profile .bc-card__inner,
.bc-card--profile .bc-card__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard--profile .bc-card__inner,
    .bc-card--profile .bc-card__inner {
        flex-wrap: nowrap;
    }
}

.ip-my-dashboard--profile .bc-card__inner .bc-prose p:nth-child(3),
.bc-card--profile .bc-card__inner .bc-prose p:nth-child(3) {
    margin-top: 0;
}

.ip-my-dashboard--profile .bc-card__header,
.ip-my-dashboard--profile .bc-card__body,
.ip-my-dashboard--profile .bc-card__action,
.bc-card--profile .bc-card__header,
.bc-card--profile .bc-card__body,
.bc-card--profile .bc-card__action {
    margin: 0;
    padding: 0;
}

.ip-my-dashboard--profile .bc-card__action,
.bc-card--profile .bc-card__action {
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-my-dashboard--profile .bc-card__action,
    .bc-card--profile .bc-card__action {
        width: auto;
    }
}

.ip-my-events__past-events .bc-heading {
    margin-bottom: 15px;
}

.ip-my-events__past-events .bc-prose {
    margin-bottom: 2.5rem;
}

.ip-member-resources .bc-pagination {
    margin: 3rem 0;
}

.ip-membership-dashboard .bc-section {
    padding: 0.75rem 0;
}

@media screen and (min-width: 992px) {
    .ip-membership-dashboard .bc-section {
        padding: 1rem 0;
    }
}

.ip-membership-dashboard .bc-section .bc-heading--title {
    margin-bottom: 0.5rem;
}

.ip-membership-dashboard .bc-section .bc-membership-card {
    margin-top: 1rem;
}

.ip-membership-dashboard .bc-prose {
    margin-bottom: 0.75rem;
}

.ip-membership-dashboard .bc-heading--jumbotron + .bc-prose {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.ip-membership-dashboard .bc-prose--account {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .ip-membership-dashboard .bc-prose--account {
        margin-bottom: 1.5rem;
    }
}

.ip-membership-dashboard .bc-form div:first-child {
    margin-top: 1rem;
}

.ip-membership-dashboard .bc-button--add {
    display: inline-flex;
    margin: 1.875rem 0;
    min-width: 10rem;
    padding: 0;
    height: 3rem;
}

.ip-membership-dashboard .bc-button[data-appearance=link-without-arrow] {
    margin-bottom: 1rem;
}

.ip-membership-dashboard .bc-button-row > * {
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .ip-membership-dashboard .bc-button-row > * {
        margin-top: 0;
    }
}

.ip-membership-dashboard .bc-alert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ip-membership-dashboard .bc-alert {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: #e4f2ec;
}

.ip-membership-dashboard--confirmation .bc-button[data-appearance=primary] {
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ip-membership-dashboard--confirmation .bc-button[data-appearance=primary] {
        margin-top: 3rem;
        margin-bottom: 5rem;
        width: auto;
    }
}

.ip-cancel-membership .bc-section {
    padding: 0;
}

    .ip-cancel-membership .bc-section .ip-cancel-membership__back-btn {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 1.5rem;
        text-align: left;
    }

.ip-cancel-membership .bc-button-column .bc-button {
    width: 100%;
    margin-top: 1.75rem;
}

@media screen and (min-width: 650px) {
    .ip-cancel-membership .bc-button-column .bc-button {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 1.75rem;
    }
}

.ip-cancel-membership .bc-membership-card__buttons {
    display: flex;
}

.ip-company-profile .bc-heading--jumbotron {
    margin-bottom: 1rem;
}

.ip-company-profile a {
    text-decoration: none;
}

.ip-company-profile__details {
    margin: 4rem 0 1rem 0;
}

    .ip-company-profile__details h2 {
        margin-bottom: 0.5rem;
    }

.ip-company-profile__section {
    margin: 3rem 0;
}

.ip-company-profile__section__select {
    position: relative;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .ip-company-profile__section__select {
        display: block;
    }
}

.ip-company-profile .mt-4 {
    margin-top: 4rem;
}

.custom-horizontal-subnav .bc-sub-nav {
    position: relative;
    padding: 0;
    margin: 2rem 0 2.5rem 0;
    background-color: transparent;
}

    .custom-horizontal-subnav .bc-sub-nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
        overflow-y: auto;
    }

        .custom-horizontal-subnav .bc-sub-nav ul li {
            padding-bottom: 0;
            margin: 0 1rem 0 0;
        }

            .custom-horizontal-subnav .bc-sub-nav ul li a {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 0 0.5rem;
            }

                .custom-horizontal-subnav .bc-sub-nav ul li a[aria-current=page]::after, .custom-horizontal-subnav .bc-sub-nav ul li a[aria-current=true]::after {
                    content: "";
                    position: absolute;
                    bottom: -1.25rem;
                    background-image: url(/images/icon/triangle-sharp-solid.svg);
                    background-repeat: no-repeat;
                    height: 1.5rem;
                    width: 1.5rem;
                    color: #0000ff;
                    fill: #0000ff !important;
                }

                .custom-horizontal-subnav .bc-sub-nav ul li a[aria-current=page],
                .custom-horizontal-subnav .bc-sub-nav ul li a[aria-current=true],
                .custom-horizontal-subnav .bc-sub-nav ul li a:hover {
                    text-decoration: none !important;
                }

.bc-product-card {
    min-height: 0 !important;
    min-height: initial !important;
}

    .bc-product-card .bc-product-card__body,
    .bc-product-card .bc-product-card__edit-event {
        padding: 1.25rem 1.875rem;
    }

.bc-product-card__blog-status-published {
    position: relative;
    display: flex;
    align-self: flex-start;
    padding: 0 0.9375rem;
    border-radius: 3.75rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1rem;
    color: #002882;
    background-color: #1de9b6;
}

.bc-product-card__blog-status-in-review {
    position: relative;
    display: flex;
    align-self: flex-start;
    padding: 0 0.9375rem;
    border-radius: 3.75rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1rem;
    color: #002882;
    background-color: transparent;
    border: 0.125rem solid #1de9b6;
}

.bc-product-card__blog-status-draft {
    position: relative;
    display: flex;
    align-self: flex-start;
    padding: 0 0.9375rem;
    border-radius: 3.75rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1rem;
    color: #002882;
    background-color: #ffee58;
}

.bc-product-card__blog-status-rejected {
    position: relative;
    display: flex;
    align-self: flex-start;
    padding: 0 0.9375rem;
    border-radius: 3.75rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1rem;
    color: #002882;
    background-color: #ef9a9a;
}

.bc-product-card .bc-button-column .bc-button {
    width: 100%;
}

    .bc-product-card .bc-button-column .bc-button.text-only {
        display: inline-flex;
        justify-content: flex-start;
    }

.ip-my-posted-events .bc-product-card--account-event {
    margin-bottom: 3rem;
}

.ip-my-posted-events .bc-form-row {
    margin-top: 1.875rem;
}

.ip-my-posted-events .bc-heading {
    margin-bottom: 0.75rem;
}

.ip-my-posted-events .bc-button-row {
    margin-top: 1.875rem;
    margin-bottom: 3rem;
}

    .ip-my-posted-events .bc-button-row[\:has\(.bc-form-row\)] {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ip-my-posted-events .bc-button-row:has(.bc-form-row) {
        margin-top: 0;
        margin-bottom: 0;
    }

.ip-my-posted-events .bc-alert {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: #e4f2ec;
}

.ip-my-posted-events__second-container {
    margin-top: 0.5rem;
}

    .ip-my-posted-events__second-container .bc-heading--title {
        margin-bottom: 0;
    }

    .ip-my-posted-events__second-container .bc-heading--subtitle {
        margin-top: 0.875rem;
    }

.ip-my-posted-events--success .bc-button-row {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
}

.ip-my-posted-events .bc-hero-banner__back-btn {
    margin-bottom: 1.5rem;
}

@media (max-width: 650px) {
    .ip-my-posted-events .bc-button-row {
        display: flex;
        flex-direction: column;
    }

        .ip-my-posted-events .bc-button-row a,
        .ip-my-posted-events .bc-button-row .bc-button {
            margin-left: 0;
            margin-right: 0;
        }
}

.ip-my-posted-events .bc-fieldset__legend,
.ip-my-posted-events .bc-fieldset__legend span {
    font-size: 1.125rem;
    line-height: 1.4444444444;
}

.ip-my-posted-events input[type=time]::-webkit-calendar-picker-indicator,
.ip-my-posted-events input[type=date]::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(9%) sepia(88%) saturate(7179%) hue-rotate(247deg) brightness(101%) contrast(146%);
}

.ip-my-posted-events .bc-fetchify__search p[\:has\(.bc-fetchify__manual-search-toggle\)] {
    margin-top: 0.5rem;
    text-decoration: none;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 22px;
}

.ip-my-posted-events .bc-fetchify__search p:has(.bc-fetchify__manual-search-toggle) {
    margin-top: 0.5rem;
    text-decoration: none;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 22px;
}

.ip-my-posted-events .bc-fetchify__search a {
    text-decoration: none;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 22px;
}

#mytextarea .tox-tinymce {
    border: 2px solid #0000ff;
    border-radius: 0;
}

.confirmDelete {
    background: #f2f2f2 !important;
}

.tox-tinymce {
    border: 2px solid #0000ff !important;
    border-radius: 0 !important;
}

.ip-my-posted-events__in-person {
    display: none;
}

.ip-my-posted-events .bc-button-row {
    display: flex;
}

    .ip-my-posted-events .bc-button-row .bc-form-row {
        width: 50%;
    }

        .ip-my-posted-events .bc-button-row .bc-form-row[\:has\(input\[type\%3Dtime\]\)] {
            width: 125px;
        }

        .ip-my-posted-events .bc-button-row .bc-form-row:has(input[type=time]) {
            width: 125px;
        }

    .ip-my-posted-events .bc-button-row ::-webkit-calendar-picker-indicator {
        color: #0000FF;
    }

.ip-my-posted-events__fetchify {
    margin-bottom: 4rem;
}

.ip-my-posted-events .bc-hero-banner__back-btn a:after {
    display: none;
    content: none;
}

.ip-event-booking .bc-section {
    padding: 20px 0;
}

.ip-event-booking__delegate {
    background-color: #fff;
    padding: 1.5rem 2rem;
    margin-bottom: 0;
}

.ip-event-booking .bc-section .bc-form-row {
    margin-top: 1.25rem;
}

    .ip-event-booking .bc-section .bc-form-row + .bc-form-row {
        margin-top: 1.5rem;
    }

.ip-event-booking .bc-section + .bc-section {
    margin-top: 1rem;
}

.ip-event-booking__consent .bc-form-row {
    margin-top: 0 !important;
}

.ip-event-booking .bc-checkbox__body {
    width: 90%;
}

.ip-event-booking .bc-alert a {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.ip-event-booking .bc-alert .bc-heading {
    margin-bottom: 0;
}

.ip-event-booking .bc-label,
.ip-event-booking .bc-fieldset__legend {
    line-height: 30px;
    margin-bottom: 0;
}

.ip-event-booking .bc-checkbox__label {
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.ip-event-booking .bc-heading--jumbotron {
    margin-bottom: 0;
}

.ip-event-booking .bc-alert {
    margin-bottom: 0.625rem;
}

.ip-event-booking .bc-heading--subtitle {
    padding-bottom: 0;
}

    .ip-event-booking .bc-heading--subtitle + .bc-form-row {
        margin-top: 1rem;
    }

.ip-event-booking .bc-form-row[\:has\(.bc-select\)] {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.ip-event-booking .bc-form-row:has(.bc-select) {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.ip-event-booking .bc-heading--subtitle + .bc-form-row:last-of-type {
    margin-top: 0.25rem;
}

.ip-event-booking .bc-radios__item {
    margin-top: 0;
}

.ip-event-booking .bc-heading--small-subtitle {
    margin-bottom: 0;
}

.ip-event-booking .bc-checkbox__item {
    margin-bottom: 0.5rem;
}

    .ip-event-booking .bc-checkbox__item:last-child {
        margin-bottom: 0;
    }

.ip-event-booking .bc-checkbox__label {
    padding-top: 0;
    color: #002882;
}

.ip-event-booking .bc-checkbox__body {
    margin-top: 0;
    line-height: 24px;
}

.ip-event-booking .bc-button-column {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

@media screen and (min-width: 650px) {
    .ip-event-booking .bc-button-column {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}

.ip-event-booking .bc-button-column .bc-button:nth-child(2n) {
    margin-top: 2rem;
}

.ip-event-booking--delegate, .ip-event-booking--delegate-first {
    margin-bottom: 10rem;
}

@media screen and (min-width: 650px) {
    .ip-event-booking--delegate, .ip-event-booking--delegate-first {
        margin-bottom: 21.5rem;
    }
}

.ip-event-booking--delegate .ip-event-booking__email-wrapper, .ip-event-booking--delegate-first .ip-event-booking__email-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (min-width: 650px) {
    .ip-event-booking--delegate .ip-event-booking__email-wrapper, .ip-event-booking--delegate-first .ip-event-booking__email-wrapper {
        flex-direction: row;
    }
}

.ip-event-booking--delegate .ip-event-booking__email-wrapper .bc-button, .ip-event-booking--delegate-first .ip-event-booking__email-wrapper .bc-button {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    width: auto;
    margin-right: auto;
}

@media screen and (min-width: 650px) {
    .ip-event-booking--delegate .ip-event-booking__email-wrapper .bc-button, .ip-event-booking--delegate-first .ip-event-booking__email-wrapper .bc-button {
        margin-left: 30px;
        margin-top: 0;
    }
}

.ip-event-booking--delegate .ip-event-booking__email-wrapper .bc-form-row, .ip-event-booking--delegate-first .ip-event-booking__email-wrapper .bc-form-row {
    max-width: 620px;
    width: 100%;
    margin-top: 0;
}

.ip-event-booking--delegate .bc-checkbox__item, .ip-event-booking--delegate-first .bc-checkbox__item {
    margin-bottom: 0.5rem;
}

.ip-event-booking--delegate .bc-section, .ip-event-booking--delegate-first .bc-section {
    padding: 0;
}

.ip-event-booking--delegate .bc-heading--jumbotron, .ip-event-booking--delegate-first .bc-heading--jumbotron {
    padding-bottom: 1.25rem;
}

.ip-event-booking--delegate .bc-heading--title, .ip-event-booking--delegate-first .bc-heading--title {
    padding-bottom: 0.75rem;
}

.ip-event-booking--delegate .bc-prose, .ip-event-booking--delegate-first .bc-prose {
    margin-bottom: 2.25rem;
}

.ip-event-booking--delegate .bc-checkbox__input, .ip-event-booking--delegate-first .bc-checkbox__input {
    height: 24px;
    width: 36px;
    min-width: 36px;
}

    .ip-event-booking--delegate .bc-checkbox__input:before, .ip-event-booking--delegate-first .bc-checkbox__input:before {
        top: calc((24px - 1rem) * 0.5);
        left: calc((36px - 1rem) * 0.5);
        right: calc((36px - 1rem) * 0.5);
        bottom: calc((24px - 1rem) * 0.5);
    }

    .ip-event-booking--delegate .bc-checkbox__input:after, .ip-event-booking--delegate-first .bc-checkbox__input:after {
        height: 0.625rem;
        width: 0.625rem;
    }

.ip-event-booking--delegate .bc-checkbox__label, .ip-event-booking--delegate-first .bc-checkbox__label {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #002882;
}

.ip-event-booking--delegate .bc-checkbox__body, .ip-event-booking--delegate-first .bc-checkbox__body {
    margin-top: 0;
    line-height: 24px;
}

.ip-event-booking,
.ip-event-booking--delegate,
.ip-event-booking--delegate-first {
    max-width: 754px;
    margin: 2rem auto 3rem;
}

@media screen and (min-width: 992px) {
    .ip-event-booking,
    .ip-event-booking--delegate,
    .ip-event-booking--delegate-first {
        margin: 4.5rem auto 3rem;
    }
}

@media only screen and (max-width: 1400px) {
    .ip-event-booking,
    .ip-event-booking--delegate,
    .ip-event-booking--delegate-first {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.ip-event-booking .bc-section,
.ip-event-booking--delegate .bc-section,
.ip-event-booking--delegate-first .bc-section {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
    .ip-event-booking .bc-section,
    .ip-event-booking--delegate .bc-section,
    .ip-event-booking--delegate-first .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-event-booking--delegate .bc-heading--subtitle {
    margin-top: 3.75rem;
}

.ip-event-booking--delegate-first {
    margin-bottom: 10rem;
}

.it-product-details {
    margin-bottom: 4.25rem;
    margin-bottom: 4.25rem;
}

.it-product-details__body .bc-bw__grey {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    margin-bottom: 3.25rem;
}

.it-product-details-breadcrumbs__wrapper {
    background-color: #f2f2f2;
}

.it-product-details-breadcrumbs__inner {
    width: 100%;
    max-width: 1314px;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .it-product-details-breadcrumbs__inner {
        padding: 0;
        margin: 0 auto;
    }
}

.it-product-details .bc-grid {
    padding-bottom: 1.5rem;
    margin-bottom: 3.25rem;
}

@media screen and (min-width: 992px) {
    .it-product-details .bc-grid {
        margin-bottom: 4.25rem;
    }
}

.it-product-details__document {
    margin-bottom: 3.25rem;
}

@media screen and (min-width: 992px) {
    .it-product-details__document {
        margin-bottom: 6.25rem;
    }
}

.it-product-details__info .it-product-details__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .it-product-details__info .it-product-details__wrapper {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 1.5rem;
    }
}

.it-product-details__description .bc-details-group {
    margin-top: 2rem;
    margin-bottom: 4.5rem;
}

@media screen and (min-width: 992px) {
    .it-product-details__description .bc-details-group {
        margin-top: 3rem;
        margin-bottom: 7.5rem;
    }
}

.it-product-details__description, .it-product-details__disclaimer {
    max-width: 800px;
}

.it-product-details .tvs-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0;
    padding: 0.875rem 1.125rem;
    margin-bottom: 0.75rem;
    margin-top: 3.25rem;
}

    .it-product-details .tvs-add-to-cart .bc-form-row {
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 0;
    }

    .it-product-details .tvs-add-to-cart .bc-label {
        display: none;
    }

.it-product-details .bc-button-row {
    display: flex;
    margin-top: 0;
}

    .it-product-details .bc-button-row .bc-button {
        width: 100%;
        margin-right: 0;
    }

.it-product-details__meta {
    max-width: 100%;
    width: 100%;
    margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
    .it-product-details__meta {
        margin-top: 0;
        max-width: calc(420px + 12vw);
    }
}

.it-product-details__meta .bc-container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .it-product-details__meta .bc-container {
        padding-left: 4vw;
        padding-right: 0;
    }
}

.it-product-details__meta .bc-button {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .it-product-details__meta .bc-button {
        margin-top: 0;
    }
}

.it-product-details .it-product-details__disclaimer {
    max-width: 800px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 650px) {
    .it-product-details .it-product-details__disclaimer {
        margin-top: 5rem;
        margin-bottom: 9rem;
    }
}

.it-product-details .it-product-details__disclaimer .bc-prose p {
    margin-bottom: 2rem;
}

@media screen and (min-width: 650px) {
    .it-product-details .it-product-details__disclaimer .bc-prose p {
        margin-bottom: 4rem;
    }
}

.it-product-details .it-product-details__disclaimer .bc-heading {
    margin-bottom: 1rem;
}

.it-product-details .it-product-details__disclaimer p {
    margin-bottom: 3rem;
}

.it-product-details .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
    min-height: 252px;
    max-height: 252px;
    height: 252px;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .it-product-details .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
        max-height: 480px;
        min-height: 480px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.it-product-details .bc-card--with-image {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .it-product-details .bc-card--with-image {
        display: flex;
        flex-direction: column;
    }
}

.it-product-details .bc-card--with-image .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 650px) {
    .it-product-details .bc-card--with-image .bc-image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 313px;
        width: auto;
        margin: 0;
        max-height: 313px;
        height: 313px;
    }
}

.it-product-details .bc-card--with-image .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.it-product-details .bc-card--with-image .bc-card__inner {
    display: block;
    margin-bottom: 1rem;
}

    .it-product-details .bc-card--with-image .bc-card__inner .bc-prose {
        margin-top: 0.25rem;
        font-size: 1rem;
        line-height: 22px;
    }

@media screen and (min-width: 650px) {
    .it-product-details .bc-card--with-image .bc-card__inner .bc-prose {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.it-product-details .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 650px) {
    .it-product-details .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
        max-height: 480px;
        min-height: 480px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.it-product-details .it-product-details__document + .bc-heading--title {
    max-width: 1314px;
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 1400px) {
    .it-product-details .it-product-details__document + .bc-heading--title {
        padding-left: 0;
        padding-right: 0;
    }
}

.it-product-details .it-product-details__right-side {
    margin-left: 0;
}

@media screen and (min-width: 992px) {
    .it-product-details .it-product-details__right-side {
        margin-left: 2.5rem;
    }
}

.it-product-details .it-product-details__document + .bc-container .bc-heading--title:first-child,
.it-product-details .it-product-details__document + .bc-container .bc-prose {
    max-width: 1314px;
    margin: 0 auto;
    padding-bottom: 1.25rem;
}

.it-product-details--gallery__wrapper .bc-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 1400px) {
    .it-product-details--gallery__wrapper .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.it-product-details--gallery__wrapper .bc-section .bc-details-group {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.it-product-details--gallery__wrapper .bc-section .bc-details--faq,
.it-product-details--gallery__wrapper .bc-section .bc-details-group {
    max-width: 100%;
}

@media only screen and (max-width: 1400px) {
    .it-product-details__inner .bc-container .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.it-product-details--gallery__wrapper .bc-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 1400px) {
    .it-product-details--gallery__wrapper .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.it-product-details--gallery__wrapper .bc-section .bc-details-group {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.it-product-details--gallery__wrapper .bc-section .bc-details--faq,
.it-product-details--gallery__wrapper .bc-section .bc-details-group {
    max-width: 100%;
}

@media only screen and (max-width: 1400px) {
    .it-product-details__inner .bc-container .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-product-listing .bc-card--with-image {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .ip-product-listing .bc-card--with-image {
        display: flex;
        flex-direction: column;
    }
}

.ip-product-listing .bc-card--with-image .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 650px) {
    .ip-product-listing .bc-card--with-image .bc-image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 313px;
        width: auto;
        margin: 0;
        max-height: 313px;
        height: 313px;
    }
}

.ip-product-listing .bc-card--with-image .bc-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
}

.ip-product-listing .bc-card--with-image .bc-card__inner {
    display: block;
    margin-bottom: 1rem;
}

    .ip-product-listing .bc-card--with-image .bc-card__inner .bc-prose {
        margin-top: 0.25rem;
        font-size: 1rem;
        line-height: 22px;
    }

@media screen and (min-width: 650px) {
    .ip-product-listing .bc-card--with-image .bc-card__inner .bc-prose {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

.ip-product-listing .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 650px) {
    .ip-product-listing .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
        max-height: 480px;
        min-height: 480px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        display: flex;
        width: auto;
        margin: 0;
    }
}

.ip-product-listing .bc-heading--jumbotron {
    margin: 2rem 0;
}

.ip-product-listing .bc-heading--subtitle {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

.ip-product-listing__disclaimer {
    max-width: 800px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 650px) {
    .ip-product-listing__disclaimer {
        margin-top: 3rem;
        margin-bottom: 9rem;
    }
}

.ip-product-listing__disclaimer .bc-prose p {
    margin-bottom: 2rem;
}

@media screen and (min-width: 650px) {
    .ip-product-listing__disclaimer .bc-prose p {
        margin-bottom: 3rem;
    }
}

.ip-product-listing__disclaimer .bc-heading {
    margin-bottom: 1rem;
}

.ip-product-listing__disclaimer p {
    margin-bottom: 3rem;
}

.ip-product-listing__disclaimer .bc-button {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ip-product-listing__disclaimer .bc-button {
        width: -moz-fit-content;
        width: fit-content;
    }
}

.ip-product-listing .bc-pagination {
    margin-top: 2.75rem;
}

.ip-product-listing .bc-container__inner + .bc-prose + .ip-forms-framework a {
    display: inline-block;
    max-width: 800px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 650px) {
    .ip-product-listing .bc-container__inner + .bc-prose + .ip-forms-framework a {
        margin-top: 3rem;
        margin-bottom: 9rem;
    }
}

.ip-product-listing .bc-container__inner + .bc-prose {
    margin-top: 3rem;
}

.ip-basket .bc-cart {
    background-color: #f2f2f2;
}

.ip-basket .bc-button-row {
    justify-content: space-between;
}

.ip-basket__summary {
    background-color: #f2f2f2;
    padding: 1rem;
    margin-top: 0;
}

    .ip-basket__summary .bc-label {
        margin-bottom: 0.3rem;
    }

@media screen and (min-width: 992px) {
    .ip-basket__summary {
        padding: 1.875rem 2.5rem;
    }
}

.ip-basket__summary .bc-heading--subtitle, .ip-basket__summary .ip-basket__subtotal .bc-label, .ip-basket__subtotal .ip-basket__summary .bc-label {
    margin-bottom: 1rem;
}

.ip-basket__summary .bc-button {
    margin-top: 1rem;
    max-height: 48px;
}

@media screen and (min-width: 992px) {
    .ip-basket__summary .bc-button {
        margin-top: 1.125rem;
    }
}

.ip-basket__summary .bc-alert {
    padding: 0;
    background-color: transparent;
}

.ip-basket__summary .bc-alert__icon {
    background-color: transparent;
}

    .ip-basket__summary .bc-alert__icon i {
        color: #002882;
    }

.ip-basket__summary .bc-alert__body {
    padding-left: 0.25rem;
}

.ip-basket__promo-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}

@media screen and (min-width: 650px) {
    .ip-basket__promo-box {
        grid-template-columns: 3fr 1fr;
        grid-gap: 30px;
    }
}

.ip-basket__promo-box .bc-form-row {
    margin: 0 0 1rem 0;
}

@media screen and (min-width: 650px) {
    .ip-basket__promo-box .bc-form-row {
        margin: 0 0.5rem 0 0;
    }
}

.ip-basket__promo-box .bc-button {
    margin-top: auto;
}

.ip-basket__subtotal {
    display: flex;
    margin-top: 1.25rem;
    border-top: 1px solid #dddddd;
    padding-top: 1rem;
}

    .ip-basket__subtotal .bc-label {
        margin-left: auto;
        color: #002882;
        font-size: 1.125rem;
    }

.ip-basket__actions {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ip-basket--empty {
    text-align: center;
    margin: 3rem 6vw 10rem;
}

@media screen and (min-width: 992px) {
    .ip-basket--empty {
        margin: 8rem 6vw 17rem;
    }
}

.ip-basket--empty i {
    color: #0000ff;
    font-size: 4rem;
    margin: 0 auto 1.5rem;
}

@media screen and (min-width: 650px) {
    .ip-basket--empty i {
        font-size: 6rem;
    }
}

.ip-basket--empty .bc-prose {
    margin-top: 1rem;
}

.ip-basket__cart-notification {
    background-color: #fff;
    margin-top: 2rem;
}

@media (max-width: 800px) {
    .ip-basket .bc-cart__item > * {
        padding-bottom: 0.5rem;
    }

    .ip-basket .bc-cart__item .bc-cart__image {
        grid-column: 1;
    }

    .ip-basket .bc-cart__item .bc-cart__item-total {
        margin-left: 0;
    }

        .ip-basket .bc-cart__item .bc-cart__item-total p {
            text-align: right;
        }

        .ip-basket .bc-cart__item .bc-cart__item-total .bc-button {
            margin-left: 0;
            text-align: left;
            justify-content: flex-end;
        }
}

.ip-basket .bc-cart__item .bc-stepper__button {
    width: 1.25rem;
    height: 1.25rem;
}

.ip-basket .bc-cart__item .bc-stepper__input {
    padding-left: 0;
    padding-right: 0;
}

.ip-basket .bc-cart__item .bc-stepper {
    grid-gap: 0.25rem;
    grid-gap: 0.25rem;
    gap: 0.25rem;
}

.ip-basket .bc-cart__item-original-price {
    margin-top: -0.5rem;
}

@media (max-width: 800px) {
    .ip-basket .bc-cart--extended .bc-cart__list {
        padding: 1rem;
    }
}

@media (max-width: 800px) {
    .ip-basket .bc-cart--extended .bc-image {
        min-height: 64px;
        height: 64px;
        width: 64px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .ip-basket .bc-cart--extended .bc-image .bc-image__image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: flex;
    }
}

.ip-billing__address-block {
    margin-top: 4rem;
}

.ip-billing .bc-heading--jumbotron {
    margin-bottom: 1.25rem;
}

    .ip-billing .bc-heading--jumbotron + .bc-heading--title {
        margin-top: 0;
        margin-bottom: 0;
    }

.ip-billing .bc-radios__item {
    margin-bottom: 1.25rem;
    align-items: flex-start;
}

    .ip-billing .bc-radios__item:last-child {
        margin-bottom: 0;
    }

.ip-billing .bc-radios .bc-hint {
    font-size: 1rem;
    margin-top: 1rem;
    color: #000;
}

.ip-billing .bc-radios a {
    text-decoration: none;
}

.ip-billing .bc-prose {
    margin-bottom: 0;
}

    .ip-billing .bc-prose p {
        font-size: 1rem;
    }

.ip-billing .bc-form-row {
    margin-top: 0;
    margin-bottom: 2.25rem;
}

.ip-billing h2 {
    margin-top: 1.25rem;
}

    .ip-billing h2:first-child {
        margin-top: 0;
    }

.ip-billing .bc-button-row {
    margin-top: 2rem;
    justify-content: space-between;
}

    .ip-billing .bc-button-row .bc-button {
        margin-top: 1rem;
    }

@media screen and (min-width: 650px) {
    .ip-billing .bc-button-row .bc-button {
        margin-top: 0;
    }
}

.ip-billing__section {
    margin-top: 0;
}

.ip-billing__payment-items {
    position: relative;
    border-bottom: 0.063rem solid #002882;
    margin: 1rem 0;
}

.ip-billing__cart {
    background-color: #f2f2f2;
    color: #002882;
    padding: 1.5rem 2rem;
    margin-top: 4rem;
}

    .ip-billing__cart .ip-billing__payment-items:last-child {
        border: none !important;
    }

.ip-billing__cart__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.ip-billing__cart__title {
    display: block;
    margin: 0.5rem 0;
}

.ip-billing__cart .bc-cart__list {
    padding: 0 0 1rem 0;
}

    .ip-billing__cart .bc-cart__list .item {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 0.5rem 6rem;
    }

        .ip-billing__cart .bc-cart__list .item .ip-checkout-confirm__item p {
            font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.4rem;
            color: #002882;
        }

        .ip-billing__cart .bc-cart__list .item .ip-checkout-confirm__item--price {
            font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            font-weight: 800;
        }

.ip-billing__cart .bc-cart__item-inner {
    margin-right: 1.5rem;
}

.ip-billing__cart .bc-image {
    margin-right: 1rem;
    width: 5rem;
    height: 5rem;
}

    .ip-billing__cart .bc-image img {
        border-radius: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ip-billing__cart .bc-cart__item {
    position: relative;
    border: none;
    min-height: 0 !important;
    padding: 1rem 0;
}

.ip-billing__cart .bc-cart__item-inner {
    min-height: 3.75rem !important;
}

.ip-billing__cart .bc-cart__item-name {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.125rem;
    color: #002882;
    margin: 0;
}

.ip-billing__cart .bc-cart__item-details {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #696969;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .ip-billing__cart .bc-cart__item-details {
        display: none;
    }
}

.ip-billing__cart .bc-cart__item-total,
.ip-billing__cart .ip-billing__amount {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.125rem;
    color: #002882;
}

.ip-billing__cart-summary-grand {
    position: relative;
    padding: 1rem 0;
    margin: 1rem 0 0;
    border-top: 0.063rem solid #002882;
}

.ip-billing__cart-summary-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

    .ip-billing__cart-summary-inner p {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
        font-size: 1.125rem;
        color: #002882;
    }

.ip-billing__cart-summary-inner__tax {
    display: flex;
    margin-bottom: 0.25rem;
}

    .ip-billing__cart-summary-inner__tax p {
        color: #000 !important;
    }

        .ip-billing__cart-summary-inner__tax p:last-of-type {
            margin-left: auto;
        }

.ip-billing__hide-section.bc-section {
    padding: 0;
    margin: 0;
}

    .ip-billing__hide-section.bc-section .bc-form-row {
        margin-top: 0;
    }

.ip-payment {
    position: relative;
    margin: 2.5rem 0 0 0;
}

.ip-payment__shipping-details-table {
    background-color: #f2f2f2;
    padding: 1.875rem;
}

    .ip-payment__shipping-details-table a {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 600;
        text-decoration: none;
    }

    .ip-payment__shipping-details-table p {
        margin: 0;
    }

.ip-payment__shipping-details-table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.5rem 0;
}

@media screen and (min-width: 650px) {
    .ip-payment__shipping-details-table-row {
        flex-direction: row;
        align-items: center;
    }
}

.ip-payment__shipping-details-table-row:first-of-type {
    margin-top: 0;
}

.ip-payment__shipping-details-table-row:last-of-type {
    margin-bottom: 0;
}

.ip-payment__shipping-details-table-column {
    display: flex;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
}

    .ip-payment__shipping-details-table-column:first-child {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 600;
        font-size: 1.125rem;
        margin-right: 0.813rem;
        min-width: 5.5rem;
    }

.ip-payment__shipping-details-table-link {
    text-align: left;
    display: block;
    margin-top: 1.25rem;
}

@media screen and (min-width: 650px) {
    .ip-payment__shipping-details-table-link {
        text-align: right;
        margin-top: 0;
    }
}

.ip-payment .bc-form-field-group {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .ip-payment .bc-form-field-group {
        flex-direction: row;
    }
}

.ip-payment .bc-form-field-group .bc-form-row {
    margin-right: 0;
}

@media screen and (min-width: 650px) {
    .ip-payment .bc-form-field-group .bc-form-row {
        margin-right: 2rem;
    }
}

.ip-payment .bc-form-field-group .bc-form-row:last-of-type {
    margin-right: 0;
}

.ip-payment__cart {
    background-color: #fff;
    color: #002882;
    padding: 2rem;
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .ip-payment__cart {
        margin-top: 6rem;
    }
}

.ip-payment__cart-items {
    margin-bottom: 2rem;
}

.ip-payment__cart-summary-inner {
    display: flex;
}

    .ip-payment__cart-summary-inner p {
        margin: 0;
    }

        .ip-payment__cart-summary-inner p:last-of-type {
            margin-left: auto;
        }

.ip-payment__cart-notification {
    background-color: #f2f2f2;
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-payment__cart-notification {
        margin-top: 1.25rem;
    }
}

.ip-payment__cart-notification .bc-prose {
    font-size: 1rem;
    line-height: 22px;
}

.ip-payment__section {
    padding: 0;
    display: flex;
    flex-direction: row;
}

    .ip-payment__section .bc-form-row:first-child {
        margin-right: 30px;
    }

.ip-payment__term .bc-form-row {
    margin: 0.5rem 0;
}

.ip-payment__term .bc-checkbox__item {
    margin-left: -0.8rem;
}

.ip-payment input::-moz-placeholder {
    font-size: 16px;
}

.ip-payment input::placeholder {
    font-size: 16px;
}

.ip-payment .ip-payment__section {
    margin: 0;
}

.ip-payment .bc-payment__container {
    display: none;
}

    .ip-payment .bc-payment__container.active-container {
        display: block;
    }

.ip-payment .bc-button__add-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .ip-payment .bc-button__add-card::after {
        font-family: "Material Icons";
        content: "add";
        color: #0000ff;
        font-size: 1.6rem;
        line-height: 1.375rem;
        font-weight: 400;
        margin-right: 0.25rem;
        padding: 0 0.5rem;
    }

.ip-payment .bc-button-row {
    position: relative;
    justify-content: space-between;
}

.ip-checkout-complete .bc-heading--jumbotron {
    margin-top: 3rem;
}

@media screen and (min-width: 650px) {
    .ip-checkout-complete .bc-heading--jumbotron {
        margin-top: 6rem;
    }
}

.ip-checkout-complete .bc-section__checkout-complete {
    padding: 60px 0 30px;
}

.ip-payment-dd .bc-form {
    margin-top: 0;
}

.ip-payment-dd .bc-alert {
    margin-bottom: 2.25rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd .bc-alert {
        margin-bottom: 1.75rem;
    }
}

.ip-payment-dd__card-container {
    background-color: #f2f2f2;
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__card-container {
        padding: 1.875rem;
    }
}

.ip-payment-dd__card-container .bc-heading--subtitle {
    margin: 0 0 0.5rem 0;
}

.ip-payment-dd__card-container .ip-payment-dd__first-line {
    max-width: 307px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__card-container .ip-payment-dd__first-line {
        max-width: 575px;
    }
}

.ip-payment-dd__card-container .ip-payment-dd__first-line .bc-form-row {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__card-container .ip-payment-dd__first-line .bc-form-row {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

.ip-payment-dd__card-container .bc-form-row {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__card-container .bc-form-row {
        margin-top: 1.5rem;
    }
}

.ip-payment-dd__card-container .ip-payment-dd__second-line .bc-form-row--sort-code {
    margin-right: 25px;
    position: relative;
    grid-gap: 0 1rem;
    gap: 0 1rem;
}

.ip-payment-dd__card-container .ip-payment-dd__second-line .bc-form-row--account-number {
    position: relative;
}

.ip-payment-dd__card-container .ip-payment-dd__second-line div:last-child {
    max-width: 270px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__card-container .ip-payment-dd__second-line div:last-child {
        max-width: 270px;
    }
}

.ip-payment-dd__second-line {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    align-items: flex-start;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__second-line {
        flex-direction: row;
        align-items: flex-end;
        grid-gap: 30px;
        gap: 30px;
    }
}

.ip-payment-dd .ip-billing {
    margin-top: 1.875rem;
}

    .ip-payment-dd .ip-billing .bc-heading--subtitle {
        margin-bottom: 0.5rem;
    }

@media screen and (min-width: 992px) {
    .ip-payment-dd .ip-billing .bc-heading--subtitle {
        margin-bottom: 0.5rem;
    }
}

.ip-payment-dd .ip-billing .bc-heading--small-subtitle {
    margin-bottom: 0;
}

.ip-payment-dd .bc-checkbox__item {
    flex-wrap: nowrap;
}

.ip-payment-dd__bank-info {
    background-color: #f2f2f2;
    padding: 1.5rem;
    margin: 2rem 0;
}

    .ip-payment-dd__bank-info .bc-heading {
        margin: 0 0 1rem 0 !important;
    }

    .ip-payment-dd__bank-info .bc-image {
        margin-bottom: 30px;
    }

    .ip-payment-dd__bank-info .bc-heading--small-subtitle {
        margin-bottom: -0.25rem;
    }

    .ip-payment-dd__bank-info .bc-prose {
        margin-bottom: 1.25rem;
    }

    .ip-payment-dd__bank-info .bc-image img {
        width: 130px;
    }

.ip-payment-dd__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem;
    margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd__title-wrapper {
        flex-direction: row;
        align-items: center;
        margin-top: 0;
        grid-gap: 1.875px;
        gap: 1.875px;
        margin-bottom: 2rem;
    }
}

.ip-payment-dd__title-wrapper p,
.ip-payment-dd__title-wrapper a,
.ip-payment-dd__title-wrapper .bc-heading {
    margin: 0;
    text-decoration: none;
}

.ip-payment-dd__title-wrapper:first-child {
    flex-grow: 2;
}

.ip-payment-dd__title-wrapper:last-child {
    flex-grow: 1;
}

.ip-payment-dd #sortCode,
.ip-payment-dd #accountNumber {
    width: 0;
    visibility: hidden;
    height: 48px;
    position: absolute;
    bottom: 0px !important;
    right: -40px !important;
}

.ip-payment-dd .bc-section--secondary-color--inner {
    padding: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd .bc-section--secondary-color--inner {
        padding: 1.25rem;
    }
}

.ip-payment-dd .bc-section--secondary-color--inner p {
    font-size: 1rem;
    line-height: 22px;
    font-weight: 700;
}

.ip-payment-dd #cc_validate_box {
    right: -40px !important;
}

.ip-payment-dd--review .ip-payment-dd__bank-details .bc-prose {
    margin-bottom: 1rem;
}

    .ip-payment-dd--review .ip-payment-dd__bank-details .bc-prose p {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
        font-size: 1.125rem;
        color: #002882;
    }

.ip-payment-dd--review .ip-payment-dd__bank-details .bc-heading.bc-heading--small-subtitle {
    margin-bottom: 0;
}

.ip-payment-dd--review .bc-button-row,
.ip-payment .bc-button-row,
.ip-payment-dd .bc-button-row,
.ip-billing .bc-button-row {
    margin-top: 2.25rem !important;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-button-row,
    .ip-payment .bc-button-row,
    .ip-payment-dd .bc-button-row,
    .ip-billing .bc-button-row {
        margin-top: 5rem !important;
    }
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-button-row,
    .ip-payment .bc-button-row,
    .ip-payment-dd .bc-button-row,
    .ip-billing .bc-button-row {
        flex-direction: row;
    }
}

.ip-payment-dd--review .bc-button-row .bc-button[data-appearance=secondary],
.ip-payment .bc-button-row .bc-button[data-appearance=secondary],
.ip-payment-dd .bc-button-row .bc-button[data-appearance=secondary],
.ip-billing .bc-button-row .bc-button[data-appearance=secondary] {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-button-row .bc-button[data-appearance=secondary],
    .ip-payment .bc-button-row .bc-button[data-appearance=secondary],
    .ip-payment-dd .bc-button-row .bc-button[data-appearance=secondary],
    .ip-billing .bc-button-row .bc-button[data-appearance=secondary] {
        margin-right: 30px;
    }
}

.ip-payment-dd--review .bc-button-row > *,
.ip-payment .bc-button-row > *,
.ip-payment-dd .bc-button-row > *,
.ip-billing .bc-button-row > * {
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-button-row > *,
    .ip-payment .bc-button-row > *,
    .ip-payment-dd .bc-button-row > *,
    .ip-billing .bc-button-row > * {
        margin-top: 0;
    }
}

.ip-payment-dd--review .bc-button-row {
    margin-top: 0 !important;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-button-row {
        margin-top: 5rem !important;
    }
}

.ip-payment-dd--review .bc-form-row {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .ip-payment-dd--review .bc-form-row {
        margin-bottom: 1rem;
    }
}

.ip-advise-and-services .bc-section {
    max-width: 1314px;
    margin: 0 auto;
    padding: 28px 6vw;
}

@media screen and (min-width: 800px) {
    .ip-advise-and-services .bc-section {
        padding: 35px 6vw;
    }
}

@media screen and (min-width: 1400px) {
    .ip-advise-and-services .bc-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-advise-and-services .bc-big-card__wrapper {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
}

.ip-advise-and-services .bc-hero-banner__wrapper {
    margin-bottom: 0.875rem;
}

.ip-advise-and-services .bc-link-icon-card__container {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .ip-advise-and-services .bc-link-icon-card__container {
        margin-top: 3.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .ip-advise-and-services .bc-grid {
        grid-gap: 0;
        gap: 0;
    }
}

.ip-advise-and-services.ip-content-page .bc-big-card__wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .ip-advise-and-services.ip-content-page .bc-big-card__wrapper {
        margin-bottom: 3.5rem;
        margin-top: 3.5rem;
    }
}

@media screen and (min-width: 800px) {
    .ip-advise-and-services .bc-grid[data-size="1/4"] {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    .ip-advise-and-services .bc-grid[data-size="1/4"] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.ip-subcategory-page .bc-bw__core-blue,
.ip-subcategory-page .bc-bw__membership-blue,
.ip-landing-page .bc-bw__core-blue,
.ip-landing-page .bc-bw__membership-blue,
.ip-category-page .bc-bw__core-blue,
.ip-category-page .bc-bw__membership-blue,
.ip-rich-content-page .bc-bw__core-blue,
.ip-rich-content-page .bc-bw__membership-blue,
.ip-homepage .bc-bw__core-blue,
.ip-homepage .bc-bw__membership-blue {
    padding-top: 30px;
    padding-bottom: 45px;
}

@media screen and (min-width: 650px) {
    .ip-subcategory-page .bc-bw__core-blue,
    .ip-subcategory-page .bc-bw__membership-blue,
    .ip-landing-page .bc-bw__core-blue,
    .ip-landing-page .bc-bw__membership-blue,
    .ip-category-page .bc-bw__core-blue,
    .ip-category-page .bc-bw__membership-blue,
    .ip-rich-content-page .bc-bw__core-blue,
    .ip-rich-content-page .bc-bw__membership-blue,
    .ip-homepage .bc-bw__core-blue,
    .ip-homepage .bc-bw__membership-blue {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.ip-subcategory-page .bc-bw__core-blue .bc-heading--title,
.ip-subcategory-page .bc-bw__membership-blue .bc-heading--title,
.ip-landing-page .bc-bw__core-blue .bc-heading--title,
.ip-landing-page .bc-bw__membership-blue .bc-heading--title,
.ip-category-page .bc-bw__core-blue .bc-heading--title,
.ip-category-page .bc-bw__membership-blue .bc-heading--title,
.ip-rich-content-page .bc-bw__core-blue .bc-heading--title,
.ip-rich-content-page .bc-bw__membership-blue .bc-heading--title,
.ip-homepage .bc-bw__core-blue .bc-heading--title,
.ip-homepage .bc-bw__membership-blue .bc-heading--title {
    margin-bottom: 1.75rem;
}

.ip-subcategory-page .bc-big-card__wrapper,
.ip-landing-page .bc-big-card__wrapper,
.ip-category-page .bc-big-card__wrapper,
.ip-rich-content-page .bc-big-card__wrapper,
.ip-homepage .bc-big-card__wrapper {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}

@media screen and (min-width: 992px) {
    .ip-subcategory-page .bc-big-card__wrapper,
    .ip-landing-page .bc-big-card__wrapper,
    .ip-category-page .bc-big-card__wrapper,
    .ip-rich-content-page .bc-big-card__wrapper,
    .ip-homepage .bc-big-card__wrapper {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }
}

.ip-subcategory-page .bc-iframe iframe,
.ip-landing-page .bc-iframe iframe,
.ip-category-page .bc-iframe iframe,
.ip-rich-content-page .bc-iframe iframe,
.ip-homepage .bc-iframe iframe {
    aspect-ratio: 16/9;
    width: 100%;
}

.ip-subcategory-page .bc-menu__inside-page,
.ip-landing-page .bc-menu__inside-page,
.ip-category-page .bc-menu__inside-page,
.ip-rich-content-page .bc-menu__inside-page,
.ip-homepage .bc-menu__inside-page {
    margin-top: 1.875rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
    .ip-subcategory-page .bc-menu__inside-page,
    .ip-landing-page .bc-menu__inside-page,
    .ip-category-page .bc-menu__inside-page,
    .ip-rich-content-page .bc-menu__inside-page,
    .ip-homepage .bc-menu__inside-page {
        margin-top: 3.5rem;
        margin-bottom: 4rem;
    }
}

.ip-subcategory-page .bc-menu__inside-page .bc-heading--subtitle,
.ip-landing-page .bc-menu__inside-page .bc-heading--subtitle,
.ip-category-page .bc-menu__inside-page .bc-heading--subtitle,
.ip-rich-content-page .bc-menu__inside-page .bc-heading--subtitle,
.ip-homepage .bc-menu__inside-page .bc-heading--subtitle {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
    .ip-subcategory-page .bc-menu__inside-page .bc-heading--subtitle,
    .ip-landing-page .bc-menu__inside-page .bc-heading--subtitle,
    .ip-category-page .bc-menu__inside-page .bc-heading--subtitle,
    .ip-rich-content-page .bc-menu__inside-page .bc-heading--subtitle,
    .ip-homepage .bc-menu__inside-page .bc-heading--subtitle {
        margin-bottom: 0;
    }
}

.ip-subcategory-page .bc-menu__inside-page .bc-button,
.ip-landing-page .bc-menu__inside-page .bc-button,
.ip-category-page .bc-menu__inside-page .bc-button,
.ip-rich-content-page .bc-menu__inside-page .bc-button,
.ip-homepage .bc-menu__inside-page .bc-button {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ip-subcategory-page .bc-menu__inside-page .bc-button,
    .ip-landing-page .bc-menu__inside-page .bc-button,
    .ip-category-page .bc-menu__inside-page .bc-button,
    .ip-rich-content-page .bc-menu__inside-page .bc-button,
    .ip-homepage .bc-menu__inside-page .bc-button {
        width: auto;
    }
}

.ip-content-page.ip-member .bc-hero-banner__wrapper {
    margin-bottom: 0;
}

.ip-content-page.ip-member .ip-member__description {
    max-width: 1314px;
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .ip-content-page.ip-member .ip-member__description {
        padding-left: 0;
        padding-right: 0;
    }
}

.ip-content-page.ip-member .ip-member__description__inner {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    max-width: 754px;
}

@media screen and (min-width: 992px) {
    .ip-content-page.ip-member .ip-member__description__inner {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        max-width: 754px;
    }
}

.ip-content-page.ip-member .ip-member__description__inner .bc-prose {
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .ip-content-page.ip-member .ip-member__description__inner .bc-prose {
        margin-bottom: 1.5rem;
    }
}

.ip-content-page.ip-member .bc-section {
    padding: 22px 0;
}

@media screen and (min-width: 992px) {
    .ip-content-page.ip-member .bc-section {
        padding: 35px 0;
    }
}

.ip-content-page.ip-member .bc-section--hero-carousel {
    padding: 24px 0 8px;
}

@media screen and (min-width: 992px) {
    .ip-content-page.ip-member .bc-section--hero-carousel {
        padding: 35px 0;
    }
}

.ip-content-page.ip-member .bc-grid,
.ip-content-page.ip-member .bc-details-group {
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (min-width: 1400px) {
    .ip-content-page.ip-member .bc-grid,
    .ip-content-page.ip-member .bc-details-group {
        padding-left: 0;
        padding-right: 0;
    }
}

.directory-input-filters {
    margin-bottom: 1.25rem !important;
}

.directory-input {
    margin: 1.25rem 0 3.125rem 0;
}

    .directory-input button {
        height: 3rem;
    }

.directory-members {
    position: relative;
    margin: 1.25rem 0;
}

@media only screen and (max-width: 991px) {
    .directory-members {
        margin: 0;
    }
}

.search-form-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .search-form-mobile {
        display: block;
        margin-top: 1.875rem;
    }

        .search-form-mobile button {
            width: 100%;
        }
}

.search-form-desktop {
    display: block;
}

@media only screen and (max-width: 991px) {
    .search-form-desktop {
        display: none;
    }
}

.directory-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 1.875rem 1.563rem;
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 991px) {
    .directory-card {
        flex-direction: column;
        padding: 1.25rem 0.938rem;
    }
}

.directory-card__info {
    flex: 0 1 75%;
}

@media only screen and (max-width: 991px) {
    .directory-card__info {
        flex: initial;
    }
}

.directory-card__info__state {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0.938rem 0;
}

    .directory-card__info__state span {
        display: flex;
        align-items: center;
        background-color: #e2fdff;
        border-radius: 3.75rem;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        font-size: 1rem;
        color: #002882;
        text-transform: uppercase;
        padding: 0 0.625rem;
        line-height: normal;
    }

        .directory-card__info__state span i {
            font-size: 1.3rem;
            color: #002882;
            margin-right: 0.625;
        }

.directory-card__info p {
    font-size: 1rem;
    color: #002882;
    margin: 0.039rem 0 0.625rem 0;
}

    .directory-card__info p.bold {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        margin: 0 0 0.039rem 0;
    }

        .directory-card__info p.bold span {
            font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            font-weight: 400;
            margin-left: 0.5rem;
        }

.directory-card__details {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (max-width: 991px) {
    .directory-card__details {
        margin: 0.625rem 0 0 0;
    }
}

.directory-card__details.no-logo {
    justify-content: flex-end;
}

.directory-card__details__image {
    display: flex;
    border: 1px solid #002882;
    width: 13.75rem;
    height: 5.625rem;
}

@media only screen and (max-width: 991px) {
    .directory-card__details__image {
        width: 100%;
        height: 10.625rem;
    }
}

.directory-card__details__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.directory-card__details a {
    display: flex;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .directory-card__details a {
        margin: 0.938rem 0 0 0;
    }
}

.directory-card__details a::after {
    content: "";
    width: 0.875rem;
    transform: rotate(90deg);
    margin: 0 0.625rem;
    background-image: url(/images/icon/triangle-sharp-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: #000 !important;
}

.directory-card__details a:hover {
    color: #002882 !important;
}

    .directory-card__details a:hover::after {
        background-image: url(/images/icon/triangle-sharp-solid-dark.svg) !important;
    }

.membership-profile-page .directory-link {
    display: flex;
    padding: 1.5rem 0 1rem 0;
    text-decoration: none;
}

.membership-profile-page .bc-hero-banner {
    min-height: 100%;
    padding: 0 0 3.5rem 0 !important;
    margin: 1.5rem 0 0 0;
}

.membership-profile-page .bc-hero-banner__content {
    padding: 0;
    min-height: 100%;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner__content {
        margin: 0;
    }

        .membership-profile-page .bc-hero-banner__content .bc-heading {
            font-size: 1.125rem;
            line-height: 2rem;
            margin: 0 0 0.5rem 0;
        }
}

.membership-profile-page .bc-hero-banner__state {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0.938rem 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner__state {
        margin: 0.5rem 0;
    }
}

.membership-profile-page .bc-hero-banner__state span {
    display: flex;
    align-items: center;
    background-color: #e2fdff;
    border-radius: 60px;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 1rem;
    color: #002882;
    text-transform: uppercase;
    padding: 0 0.625rem;
    line-height: normal;
}

    .membership-profile-page .bc-hero-banner__state span i {
        font-size: 1.3rem;
        color: #002882;
        margin-right: 0.313rem;
    }

.membership-profile-page .bc-hero-banner__details p {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    color: #002882;
    margin: 0.313rem 0 0.625rem 0;
}

    .membership-profile-page .bc-hero-banner__details p.bold {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        margin: 0 0 0.313rem 0;
    }

        .membership-profile-page .bc-hero-banner__details p.bold span {
            font-weight: normal;
            margin-left: 0.313rem;
        }

.membership-profile-page .bc-hero-banner__media {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner__media {
        display: inline !important;
        display: initial !important;
        margin: 0;
    }
}

.membership-profile-page .bc-hero-banner__media .bc-image {
    display: flex;
    border: 1px solid #002882;
    width: 27rem;
    height: 15rem;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner__media .bc-image {
        width: 100%;
        margin: 0.5rem 0 0;
        height: 12rem;
    }
}

.membership-profile-page .bc-hero-banner__icon-list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner__icon-list {
        flex-direction: column;
    }
}

.membership-profile-page .bc-hero-banner__icon-list .elem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0.5rem 1rem 0.5rem 0;
}

    .membership-profile-page .bc-hero-banner__icon-list .elem img {
        width: 2.5rem;
        height: 2.5rem;
        -o-object-fit: fill;
        object-fit: fill;
        padding: 0 0.5rem 0 0;
    }

    .membership-profile-page .bc-hero-banner__icon-list .elem span {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        font-size: 1rem;
        color: #002882;
    }

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner .flex-container {
        display: block;
        margin: 0 !important;
    }
}

.membership-profile-page .it-right-sidebar__body {
    position: relative;
    margin: 3rem 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .it-right-sidebar__body {
        margin-bottom: 0;
    }
}

.membership-profile-page .it-right-sidebar__body .__profile-info {
    margin: 0.5rem 0 3rem 0;
}

.membership-profile-page .it-right-sidebar__body .__profile-image {
    width: 47rem;
    height: 34rem;
    margin-bottom: 3.75rem;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .it-right-sidebar__body .__profile-image {
        width: 100%;
        height: 15.313rem;
    }
}

.membership-profile-page .it-right-sidebar__body .__profile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.membership-profile-page .it-right-sidebar__sidebar {
    position: relative;
    margin: 3rem 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .it-right-sidebar__sidebar {
        margin: 1rem 0;
    }
}

.membership-profile-page .it-right-sidebar__contact-details {
    position: relative;
    margin: 0.4rem 0;
}

    .membership-profile-page .it-right-sidebar__contact-details .elem {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

        .membership-profile-page .it-right-sidebar__contact-details .elem.address {
            align-items: self-start;
        }

            .membership-profile-page .it-right-sidebar__contact-details .elem.address i {
                margin: 0.4rem 0;
            }

            .membership-profile-page .it-right-sidebar__contact-details .elem.address span {
                max-width: 50%;
            }

        .membership-profile-page .it-right-sidebar__contact-details .elem i {
            font-size: 1rem;
        }

        .membership-profile-page .it-right-sidebar__contact-details .elem a,
        .membership-profile-page .it-right-sidebar__contact-details .elem span {
            font-family: "DM Sans";
            font-size: 1rem;
            line-height: normal;
            padding-left: 0.5rem;
            margin: 0.4rem 0;
        }

        .membership-profile-page .it-right-sidebar__contact-details .elem a {
            cursor: pointer;
        }

        .membership-profile-page .it-right-sidebar__contact-details .elem span {
            color: #002882;
        }

.membership-profile-page .it-right-sidebar__socials {
    position: relative;
    margin: 1rem 0;
}

    .membership-profile-page .it-right-sidebar__socials p {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        font-size: 1.125rem;
        color: #002882;
        margin: 0.313rem 0 0.625rem 0;
    }

.membership-profile-page .it-right-sidebar__icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .membership-profile-page .it-right-sidebar__icons i {
        font-size: 1.75rem;
        padding: 0 0.5rem 0 0;
        cursor: pointer;
    }

.membership-profile-page .bc-details-group {
    margin: 1rem 0 4.5rem 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-details-group {
        margin: 1rem 0;
    }
}

.membership-profile-page .bc-details-group__profile-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .membership-profile-page .bc-details-group__profile-data .bc-card__media {
        margin-right: 1.5rem;
    }

    .membership-profile-page .bc-details-group__profile-data p {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        font-size: 1rem;
        color: #002882;
        line-height: normal;
    }

        .membership-profile-page .bc-details-group__profile-data p.name {
            font-size: 24px;
        }

.membership-profile-page a {
    text-decoration: none;
}

.socialMedia {
    max-width: 28px;
    max-height: 28px;
    margin: 0 10px;
}

.ip-membership-type .bc-box {
    background-color: #f2f2f2;
    padding: 1.438rem 1.875rem;
    margin: 1.5rem 0;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-box {
        margin: 3.125rem 0 3rem 0;
    }
}

.ip-membership-type .bc-box .bc-heading {
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-box .bc-heading {
        margin-bottom: 0.25rem;
    }
}

.ip-membership-type .bc-box .bc-prose {
    margin-bottom: 0;
}

.ip-membership-type .bc-heading--subtitle {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-heading--subtitle {
        margin-bottom: 1rem;
    }
}

.ip-membership-type .bc-heading--jumbotron {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-heading--jumbotron {
        margin-bottom: 1.75rem;
    }
}

.ip-membership-type .bc-radios__item {
    background-color: #f2f2f2;
    padding: 1.15625rem;
    font-size: 1rem;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #002882;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    margin: 0.25rem 0 0;
}

.ip-membership-type .bc-radios__label p {
    margin: 0.25rem 0 0;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

.ip-membership-type .ip-membership-type__card,
.ip-membership-type .ip-membership-type__debit {
    margin-top: -15px;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .ip-membership-type__card,
    .ip-membership-type .ip-membership-type__debit {
        margin-top: -30px;
    }
}

.ip-membership-type .ip-membership-type__card .bc-radios__item,
.ip-membership-type .ip-membership-type__debit .bc-radios__item {
    align-items: flex-start;
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .ip-membership-type__card .bc-radios__item,
    .ip-membership-type .ip-membership-type__debit .bc-radios__item {
        margin-top: 0.5rem;
    }
}

.ip-membership-type .ip-membership-type__card .bc-radios__item .bc-radios__label p,
.ip-membership-type .ip-membership-type__debit .bc-radios__item .bc-radios__label p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.ip-membership-type .ip-membership-type__card .bc-radios,
.ip-membership-type .ip-membership-type__debit .bc-radios {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .ip-membership-type__card .bc-radios,
    .ip-membership-type .ip-membership-type__debit .bc-radios {
        margin-top: 0;
    }
}

.ip-membership-type .bc-button:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #696969;
}

.ip-membership-type .bc-grid {
    padding-bottom: 0.5rem !important;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-grid {
        grid-gap: 0 30px;
    }
}

.ip-membership-type .bc-grid .bc-form-row {
    margin-top: 0;
    grid-column: 1/-1;
}

.ip-membership-type .bc-grid .bc-prose--membership {
    position: relative;
    grid-column: 1/-1;
    margin: 0;
}

    .ip-membership-type .bc-grid .bc-prose--membership p {
        font-size: 1.125rem;
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 500;
        color: #002882;
    }

.ip-membership-type .bc-grid .bc-radios {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    width: 100%;
}

.ip-membership-type .bc-grid .bc-radios__input {
    top: 0;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-grid[data-size="1/4"] .bc-radios {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-grid[data-size="1/3"] .bc-radios {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-grid[data-size="1/2"] .bc-radios {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media screen and (min-width: 992px) {
    .ip-membership-type .bc-grid[data-size="1/1"] .bc-radios {
        grid-gap: 30px;
    }
}

.ip-membership-type__item {
    display: none;
}

.ip-membership-type .bc-checkbox__item {
    flex-wrap: nowrap;
    margin: 0 !important;
}

.ip-membership-type .bc-button-column .bc-button[data-appearance=link] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-min-content;
    width: min-content;
}

.ip-membership-type .bc-button-column .bc-form-row {
    margin-top: 0.5rem;
}

.ip-membership-type .bc-button-column .bc-checkbox {
    display: none;
    margin: 0;
}

.ip-membership-type .bc-button-column .bc-button[data-appearance=links] {
    margin-top: 3rem;
}

.ip-membership-type .bc-fieldset__legend {
    margin-top: 0;
}

.ip-membership-type .bc-radios__input:checked:not(:disabled):before {
    background: #fff;
}

.ip-membership-type .bc-radios__input:checked::after {
    background: #0000ff;
    height: 0.625rem;
    width: 0.625rem;
}

.ip-membership-type__length .bc-radios__input:checked:not(:disabled):before {
    background: #fff;
}

.ip-membership-type__length .bc-radios__input:checked::after {
    background: #0000ff;
    height: 0.625rem;
    width: 0.625rem;
}

.ip-membership-type__product {
    margin-bottom: 3rem;
}

.ip-membership-type {
    margin-top: 2.25rem;
}

    .ip-membership-type[data-length] {
        display: none;
        margin-bottom: 2.25rem;
    }

        .ip-membership-type[data-length] .bc-grid {
            margin-bottom: 1.25rem;
        }

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("~/../../../fonts/material-icons/MaterialSymbolsRounded-Regular.ttf") format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem; /* Default icon size */
    display: inline-block;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    opacity: 0;
}
/*# sourceMappingURL=all.css.map */


.ip-listing-page .bc-card__blog-footer img {
    margin-right: 0.75rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}