/** Foundation for Sites Version 6.6.3 */
.link-to-casino {
    text-decoration: none !important;
}
#cmplz-cookiebanner-container {
    content-visibility: inherit !important;
}

.tns-liveregion {
    display: none;
}

@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: sans-serif;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #F6F7F9;
    font-weight: normal;
    line-height: 1.5;
    color: #626273;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    margin: 0 0 1.5rem;
    padding: 1.15625rem 1.5rem;
    border: 1px solid #E7EAF1;
    border-radius: 10px;
    background-color: #FBFBFB;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #E7EAF1;
    background-color: #FBFBFB;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #ACACB5;
    cursor: not-allowed;
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #ACACB5;
}

:-ms-input-placeholder {
    color: #ACACB5;
}

::-ms-input-placeholder {
    color: #ACACB5;
}

::placeholder {
    color: #ACACB5;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1.5rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.75rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.75rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000000;
}

label.middle {
    margin: 0 0 1.5rem;
    padding: 0.8125rem 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.75rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #626273;
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 3.75rem;
    margin: 0 0 1.5rem;
    padding: 1.15625rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E7EAF1;
    border-radius: 10px;
    background-color: #FBFBFB;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2845, 44, 78%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.25rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:focus {
    outline: none;
    border: 1px solid #E7EAF1;
    background-color: #FBFBFB;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
    background-color: #ACACB5;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: #cc4b37;
}

.form-error.is-visible {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.lined-section-title,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: 800;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, .h1,
h2,
.lined-section-title, .h2, .bz-filter-title,
h3, .h3, .all-hero-text, .bz-smart-filter-open, .subscribe-reveal-title,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-style: italic;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small,
.lined-section-title small, .h2 small, .bz-filter-title small,
h3 small, .h3 small, .all-hero-text small, .bz-smart-filter-open small, .subscribe-reveal-title small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    line-height: 0;
    color: #626273;
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}


h2,
.lined-section-title, .h2, .bz-filter-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h3, .h3, .all-hero-text, .bz-smart-filter-open, .subscribe-reveal-title {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h5, .h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h6, .h6 {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem;
    }

    h2,
    .lined-section-title, .h2, .bz-filter-title {
        font-size: 2rem;
    }

    h3, .h3, .all-hero-text, .bz-smart-filter-open, .subscribe-reveal-title {
        font-size: 1.5rem;
    }

    h4, .h4 {
        font-size: 1.125rem;
    }

    h5, .h5 {
        font-size: 1rem;
    }

    h6, .h6 {
        font-size: 0.875rem;
    }
}

a {
    line-height: inherit;
    color: #573B97;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 992px) { 
    a:hover, a:focus {
        color: #4b3382;
    }
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 100%;
    height: 0;
    margin: 0 auto 1rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #E7EAF1;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.4;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: none;
}

ol {
    /*margin-left: 1.25rem;*/
    margin-left: 1.5rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: 800;
}

blockquote {
    margin: 0.5625rem 0 1rem;
    padding: 0 1.25rem 0 1.1875rem;
    border-left: 1px solid #626273;
}

blockquote, blockquote p {
    line-height: 1.4;
    color: #2D2C4E;
}

blockquote > p {
    margin: 0
}

abbr, abbr[title] {
    border-bottom: 1px dotted #000000;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #ACACB5;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000000;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #2D2C4E;
}

h1,h2,h3,h4,h5,h6 {
    color: #2D2C4E;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

.cite-block, cite {
    display: block;
    color: #2D2C4E;
    font-size: 0.8125rem;
}

.cite-block:before, cite:before {
    content: "— ";
}

.code-inline, code {
    border: 1px solid #626273;
    background-color: #ACACB5;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000000;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
    border: 1px solid #626273;
    background-color: #ACACB5;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000000;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.button, .ibl-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.bonus-hero-cards .sbbbs-card__button {
    transition: none !important;
    color: #ffffff !important;
    min-width: 120px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    -webkit-transform: skewX(-10deg) !important;
    -ms-transform: skewX(-10deg) !important;
    transform: skewX(-10deg) !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    outline: 0 !important;
    font-size: 1.125rem !important;
}

.bonus-hero-cards .sbbbs-card__tc {
    margin-bottom: 0 !important;
}

.bonus-hero-cards .sbbbs-card__tc {
    font-size: 9px !important;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .ibl-button {
    outline: 0;
}

.button.tiny, .tiny.ibl-button {
    font-size: 0.875rem;
}

.button.small, .small.ibl-button {
    font-size: 1.125rem;
}

.button.large, .large.ibl-button {
    font-size: 1.25rem;
}

.button.expanded, .expanded.ibl-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button, .ibl-button, .button.disabled, .disabled.ibl-button, .button[disabled], .ibl-button[disabled], .button.disabled:focus, .disabled.ibl-button:focus, .button[disabled]:focus, .ibl-button[disabled]:focus {
    background-color: #573B97;
    color: #ffffff;
}

.button.primary, .primary.ibl-button, .button.primary.disabled, .primary.disabled.ibl-button, .button.primary[disabled], .primary.ibl-button[disabled], .button.primary.disabled:focus, .primary.disabled.ibl-button:focus, .button.primary[disabled]:focus, .primary.ibl-button[disabled]:focus {
    background-color: #573B97;
    color: #ffffff;
}

.button.secondary, .secondary.ibl-button, .button.secondary.disabled, .secondary.disabled.ibl-button, .button.secondary[disabled], .secondary.ibl-button[disabled], .button.secondary.disabled:focus, .secondary.disabled.ibl-button:focus, .button.secondary[disabled]:focus, .secondary.ibl-button[disabled]:focus {
    background-color: #1DB954;
    color: #000000;
}

.button.success, .success.ibl-button, .button.success.disabled, .success.disabled.ibl-button, .button.success[disabled], .success.ibl-button[disabled], .button.success.disabled:focus, .success.disabled.ibl-button:focus, .button.success[disabled]:focus, .success.ibl-button[disabled]:focus {
    background-color: #1DB954;
    color: #000000;
}

.button.warning, .warning.ibl-button, .button.warning.disabled, .warning.disabled.ibl-button, .button.warning[disabled], .warning.ibl-button[disabled], .button.warning.disabled:focus, .warning.disabled.ibl-button:focus, .button.warning[disabled]:focus, .warning.ibl-button[disabled]:focus {
    background-color: #FFC107;
    color: #000000;
}

.button.alert, .alert.ibl-button, .button.alert.disabled, .alert.disabled.ibl-button, .button.alert[disabled], .alert.ibl-button[disabled], .button.alert.disabled:focus, .alert.disabled.ibl-button:focus, .button.alert[disabled]:focus, .alert.ibl-button[disabled]:focus {
    background-color: #cc4b37;
    color: #000000;
}

.button.hollow, .hollow.ibl-button {
    background-color: transparent;
}

.button.hollow, .hollow.ibl-button, .button.hollow.disabled, .hollow.disabled.ibl-button, .button.hollow[disabled], .hollow.ibl-button[disabled],  .button.hollow.disabled:focus, .hollow.disabled.ibl-button:focus, .button.hollow[disabled]:focus, .hollow.ibl-button[disabled]:focus {
    border: 1px solid #573B97;
    color: #573B97;
}

.button.hollow.primary, .hollow.primary.ibl-button, .button.hollow.primary.disabled, .hollow.primary.disabled.ibl-button, .button.hollow.primary[disabled], .hollow.primary.ibl-button[disabled], .button.hollow.primary.disabled:focus, .hollow.primary.disabled.ibl-button:focus, .button.hollow.primary[disabled]:focus, .hollow.primary.ibl-button[disabled]:focus {
    border: 1px solid #573B97;
    color: #573B97;
}

.button.hollow.secondary, .hollow.secondary.ibl-button, .button.hollow.secondary.disabled, .hollow.secondary.disabled.ibl-button, .button.hollow.secondary[disabled], .hollow.secondary.ibl-button[disabled], .button.hollow.secondary.disabled:focus, .hollow.secondary.disabled.ibl-button:focus, .button.hollow.secondary[disabled]:focus, .hollow.secondary.ibl-button[disabled]:focus {
    border: 1px solid #1DB954;
    color: #1DB954;
}

.button.hollow.success, .hollow.success.ibl-button, .button.hollow.success.disabled, .hollow.success.disabled.ibl-button, .button.hollow.success[disabled], .hollow.success.ibl-button[disabled], .button.hollow.success.disabled:focus, .hollow.success.disabled.ibl-button:focus, .button.hollow.success[disabled]:focus, .hollow.success.ibl-button[disabled]:focus {
    border: 1px solid #1DB954;
    color: #1DB954;
}

.button.hollow.warning, .hollow.warning.ibl-button, .button.hollow.warning.disabled, .hollow.warning.disabled.ibl-button, .button.hollow.warning[disabled], .hollow.warning.ibl-button[disabled], .button.hollow.warning.disabled:focus, .hollow.warning.disabled.ibl-button:focus, .button.hollow.warning[disabled]:focus, .hollow.warning.ibl-button[disabled]:focus {
    border: 1px solid #FFC107;
    color: #FFC107;
}

.button.hollow.alert, .hollow.alert.ibl-button, .button.hollow.alert.disabled, .hollow.alert.disabled.ibl-button, .button.hollow.alert[disabled], .hollow.alert.ibl-button[disabled], .button.hollow.alert.disabled:focus, .hollow.alert.disabled.ibl-button:focus, .button.hollow.alert[disabled]:focus, .hollow.alert.ibl-button[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear, .clear.ibl-button,  .clear.ibl-button:focus, .button.clear.disabled, .clear.disabled.ibl-button,   .button.clear.disabled:focus, .clear.disabled.ibl-button:focus, .button.clear[disabled], .clear.ibl-button[disabled],   .button.clear[disabled]:focus, .clear.ibl-button[disabled]:focus {
    border-color: transparent;
    background-color: transparent;
}

.button.clear, .clear.ibl-button, .button.clear.disabled, .clear.disabled.ibl-button, .button.clear[disabled], .clear.ibl-button[disabled], .button.clear.disabled:focus, .clear.disabled.ibl-button:focus, .button.clear[disabled]:focus, .clear.ibl-button[disabled]:focus {
    color: #573B97;
}

.button.clear.primary, .clear.primary.ibl-button, .button.clear.primary.disabled, .clear.primary.disabled.ibl-button, .button.clear.primary[disabled], .clear.primary.ibl-button[disabled], .button.clear.primary.disabled:focus, .clear.primary.disabled.ibl-button:focus, .button.clear.primary[disabled]:focus, .clear.primary.ibl-button[disabled]:focus {
    color: #573B97;
}

.button.clear.secondary, .clear.secondary.ibl-button, .button.clear.secondary.disabled, .clear.secondary.disabled.ibl-button, .button.clear.secondary[disabled], .clear.secondary.ibl-button[disabled], .button.clear.secondary.disabled:focus, .clear.secondary.disabled.ibl-button:focus, .button.clear.secondary[disabled]:focus, .clear.secondary.ibl-button[disabled]:focus {
    color: #1DB954;
}

.button.clear.success, .clear.success.ibl-button, .button.clear.success.disabled, .clear.success.disabled.ibl-button, .button.clear.success[disabled], .clear.success.ibl-button[disabled], .button.clear.success.disabled:focus, .clear.success.disabled.ibl-button:focus, .button.clear.success[disabled]:focus, .clear.success.ibl-button[disabled]:focus {
    color: #1DB954;
}

.button.clear.warning, .clear.warning.ibl-button, .button.clear.warning.disabled, .clear.warning.disabled.ibl-button, .button.clear.warning[disabled], .clear.warning.ibl-button[disabled],  .button.clear.warning.disabled:focus, .clear.warning.disabled.ibl-button:focus, .button.clear.warning[disabled]:focus, .clear.warning.ibl-button[disabled]:focus {
    color: #FFC107;
}

.button.clear.alert, .clear.alert.ibl-button, .button.clear.alert.disabled, .clear.alert.disabled.ibl-button, .button.clear.alert[disabled], .clear.alert.ibl-button[disabled], .button.clear.alert.disabled:focus, .clear.alert.disabled.ibl-button:focus, .button.clear.alert[disabled]:focus, .clear.alert.ibl-button[disabled]:focus {
    color: #cc4b37;
}

@media screen and (min-width: 992px) {
    .button.clear.alert.disabled:hover, .clear.alert.disabled.ibl-button:hover, .button.clear.alert[disabled]:hover, .clear.alert.ibl-button[disabled]:hover {
        color: #cc4b37;
    }

    .button.clear.warning.disabled:hover, .clear.warning.disabled.ibl-button:hover, .button.clear.warning[disabled]:hover, .clear.warning.ibl-button[disabled]:hover {
        color: #FFC107;
    }
    .button.clear.success.disabled:hover, .clear.success.disabled.ibl-button:hover, .button.clear.success[disabled]:hover, .clear.success.ibl-button[disabled]:hover {
        color: #1DB954;
    }

    .button.clear.secondary.disabled:hover, .clear.secondary.disabled.ibl-button:hover, .button.clear.secondary[disabled]:hover, .clear.secondary.ibl-button[disabled]:hover {
        color: #1DB954;
    }

    .button.clear.primary.disabled:hover, .clear.primary.disabled.ibl-button:hover, .button.clear.primary[disabled]:hover, .clear.primary.ibl-button[disabled]:hover {
        color: #573B97;
    }

    .button.clear.disabled:hover, .clear.disabled.ibl-button:hover, .button.clear[disabled]:hover, .clear.ibl-button[disabled]:hover {
        color: #573B97;
    }

    .button.clear:hover, .clear.ibl-button:hover, .button.clear:focus, .clear.disabled.ibl-button:hover, .button.clear.disabled:hover, .button.clear[disabled]:hover, .clear.ibl-button[disabled]:hover {
        border-color: transparent;
        background-color: transparent;
    }
    .button.hollow.alert.disabled:hover, .hollow.alert.disabled.ibl-button:hover, .button.hollow.alert[disabled]:hover, .hollow.alert.ibl-button[disabled]:hover {
        border: 1px solid #cc4b37;
        color: #cc4b37;
    }
    .button.hollow.warning.disabled:hover, .hollow.warning.disabled.ibl-button:hover, .button.hollow.warning[disabled]:hover, .hollow.warning.ibl-button[disabled]:hover {
        border: 1px solid #FFC107;
        color: #FFC107;
    }

    .button.hollow.success.disabled:hover, .hollow.success.disabled.ibl-button:hover, .button.hollow.success[disabled]:hover, .hollow.success.ibl-button[disabled]:hover {
        border: 1px solid #1DB954;
        color: #1DB954;
    }

    .button.hollow.secondary:hover, .hollow.secondary.ibl-button:hover, .button.hollow.secondary:focus, .hollow.secondary.ibl-button:focus {
        border-color: #0f5d2a;
        color: #0f5d2a;
    }

    .button.hollow.secondary.disabled:hover, .hollow.secondary.disabled.ibl-button:hover, .button.hollow.secondary[disabled]:hover, .hollow.secondary.ibl-button[disabled]:hover {
        border: 1px solid #1DB954;
        color: #1DB954;
    }

    .button.hollow.primary.disabled:hover, .hollow.primary.disabled.ibl-button:hover, .button.hollow.primary[disabled]:hover, .hollow.primary.ibl-button[disabled]:hover {
        border: 1px solid #573B97;
        color: #573B97;
    }

    .button.primary.disabled:hover, .primary.disabled.ibl-button:hover, .button.primary[disabled]:hover, .primary.ibl-button[disabled]:hover {
        background-color: #573B97;
        color: #ffffff;
    }

    .button.secondary.disabled:hover, .secondary.disabled.ibl-button:hover, .button.secondary[disabled]:hover, .secondary.ibl-button[disabled]:hover {
        background-color: #1DB954;
        color: #000000;
    }

    .button.success.disabled:hover, .success.disabled.ibl-button:hover, .button.success[disabled]:hover, .success.ibl-button[disabled]:hover {
        background-color: #1DB954;
        color: #000000;
    }

    .button.warning.disabled:hover, .warning.disabled.ibl-button:hover, .button.warning[disabled]:hover, .warning.ibl-button[disabled]:hover {
        background-color: #FFC107;
        color: #000000;
    }

    .button.disabled:hover, .disabled.ibl-button:hover, .button[disabled]:hover, .ibl-button[disabled]:hover {
        background-color: #573B97;
        color: #ffffff;
    }

    .button:hover, .ibl-button:hover, .button:focus, .ibl-button:focus {
        background-color: #6a48b7;
        color: #ffffff;
    }

    .button.alert.disabled:hover, .alert.disabled.ibl-button:hover, .button.alert[disabled]:hover, .alert.ibl-button[disabled]:hover {
        background-color: #cc4b37;
        color: #000000;
    }

    .button.primary:hover, .primary.ibl-button:hover, .button.primary:focus, .primary.ibl-button:focus {
        background-color: #462f79;
        color: #ffffff;
    }

    .button.success:hover, .success.ibl-button:hover, .button.success:focus, .success.ibl-button:focus {
        background-color: #179443;
        color: #000000;
    }

    .button.warning:hover, .warning.ibl-button:hover, .button.warning:focus, .warning.ibl-button:focus {
        background-color: #d29d00;
        color: #000000;
    }

    .button.alert:hover, .alert.ibl-button:hover, .button.alert:focus, .alert.ibl-button:focus {
        background-color: #a53b2a;
        color: #000000;
    }

    .button.hollow:hover, .hollow.ibl-button:hover, .button.hollow:focus, .hollow.ibl-button:focus, .button.hollow.disabled, .hollow.disabled.ibl-button, .button.hollow.disabled:hover, .hollow.disabled.ibl-button:hover, .button.hollow.disabled:focus, .hollow.disabled.ibl-button:focus, .button.hollow[disabled], .hollow.ibl-button[disabled], .button.hollow[disabled]:hover, .hollow.ibl-button[disabled]:hover, .button.hollow[disabled]:focus, .hollow.ibl-button[disabled]:focus {
        background-color: transparent;
    }

    .button.hollow.disabled:hover, .hollow.disabled.ibl-button:hover, .button.hollow[disabled]:hover, .hollow.ibl-button[disabled]:hover {
        border: 1px solid #573B97;
        color: #573B97;
    }

    .button.hollow:hover, .hollow.ibl-button:hover, .button.hollow:focus, .hollow.ibl-button:focus {
        border-color: #2c1e4c;
        color: #2c1e4c;
    }

    .button.hollow.primary:hover, .hollow.primary.ibl-button:hover, .button.hollow.primary:focus, .hollow.primary.ibl-button:focus {
        border-color: #2c1e4c;
        color: #2c1e4c;
    }

    .button.hollow.success:hover, .hollow.success.ibl-button:hover, .button.hollow.success:focus, .hollow.success.ibl-button:focus {
        border-color: #0f5d2a;
        color: #0f5d2a;
    }

    .button.hollow.warning:hover, .hollow.warning.ibl-button:hover, .button.hollow.warning:focus, .hollow.warning.ibl-button:focus {
        border-color: #836200;
        color: #836200;
    }

    .button.hollow.alert:hover, .hollow.alert.ibl-button:hover, .button.hollow.alert:focus, .hollow.alert.ibl-button:focus {
        border-color: #67251a;
        color: #67251a;
    }

    .button.clear:hover, .clear.ibl-button:hover, .button.clear:focus, .clear.ibl-button:focus {
        color: #2c1e4c;
    }

    .button.clear.primary:hover, .clear.primary.ibl-button:hover, .button.clear.primary:focus, .clear.primary.ibl-button:focus {
        color: #2c1e4c;
    }

    .button.clear.secondary:hover, .clear.secondary.ibl-button:hover, .button.clear.secondary:focus, .clear.secondary.ibl-button:focus {
        color: #0f5d2a;
    }

    .button.clear.success:hover, .clear.success.ibl-button:hover, .button.clear.success:focus, .clear.success.ibl-button:focus {
        color: #0f5d2a;
    }

    .button.clear.warning:hover, .clear.warning.ibl-button:hover, .button.clear.warning:focus, .clear.warning.ibl-button:focus {
        color: #836200;
    }
    
    .button.clear.alert:hover, .clear.alert.ibl-button:hover, .button.clear.alert:focus, .clear.alert.ibl-button:focus {
        color: #67251a;
    }

    a.button:hover, a.ibl-button:hover, a.button:focus, a.ibl-button:focus {
        text-decoration: none;
    }

    .close-button:hover, .close-button:focus {
        color: #000000;
    }
}

.button.disabled, .disabled.ibl-button, .button[disabled], .ibl-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.dropdown::after, .dropdown.ibl-button::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1rem;
}

.button.dropdown.hollow::after, .dropdown.hollow.ibl-button::after, .button.dropdown.clear::after, .dropdown.clear.ibl-button::after {
    border-top-color: #573B97;
}

.button.dropdown.hollow.primary::after, .dropdown.hollow.primary.ibl-button::after, .button.dropdown.clear.primary::after, .dropdown.clear.primary.ibl-button::after {
    border-top-color: #573B97;
}

.button.dropdown.hollow.secondary::after, .dropdown.hollow.secondary.ibl-button::after, .button.dropdown.clear.secondary::after, .dropdown.clear.secondary.ibl-button::after {
    border-top-color: #1DB954;
}

.button.dropdown.hollow.success::after, .dropdown.hollow.success.ibl-button::after, .button.dropdown.clear.success::after, .dropdown.clear.success.ibl-button::after {
    border-top-color: #1DB954;
}

.button.dropdown.hollow.warning::after, .dropdown.hollow.warning.ibl-button::after, .button.dropdown.clear.warning::after, .dropdown.clear.warning.ibl-button::after {
    border-top-color: #FFC107;
}

.button.dropdown.hollow.alert::after, .dropdown.hollow.alert.ibl-button::after, .button.dropdown.clear.alert::after, .dropdown.clear.alert.ibl-button::after {
    border-top-color: #cc4b37;
}

.button.arrow-only::after, .arrow-only.ibl-button::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}



.close-button {
    position: absolute;
    z-index: 10;
    color: #2D2C4E;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}



.close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.tabs {
    margin: 0;
    border: 1px solid 0;
    background: #ffffff;
    list-style-type: none;
}

.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs-content {
    border: 1px solid 0;
    border-top: 0;
    background: #ffffff;
    color: #626273;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
    outline: 0;
}

.menu a,
.menu .button,
.menu .ibl-button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu .is-active > a {
    background: #573B97;
    color: #ffffff;
}

.menu .active > a {
    background: #573B97;
    color: #ffffff;
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.drilldown a {
    padding: 15px 20px;
    background: #ffffff;
}

.drilldown .is-drilldown-submenu {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    background: #ffffff;
    min-height: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s;
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    max-height: 2000px;
}


.drilldown .is-drilldown-submenu a {
    padding: 15px 20px;
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0;
    background: #ffffff;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.is-transition-push {
    z-index: 12;
}

.off-canvas.is-closed {
    visibility: hidden;
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100vw;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

@media print, screen and (min-width: 40em) {
    .position-left {
        width: 375px;
        -webkit-transform: translateX(-375px);
        -ms-transform: translateX(-375px);
        transform: translateX(-375px);
    }
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100vw;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
}

@media print, screen and (min-width: 40em) {
    .position-right {
        width: 375px;
        -webkit-transform: translateX(375px);
        -ms-transform: translateX(375px);
        transform: translateX(375px);
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}

html.is-reveal-open body {
    overflow-y: hidden;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #626273;
    border-radius: 0;
    background-color: #ffffff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column {
    min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 78.125rem;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 78.125rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 78.125rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 78.125rem;
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}


.js-drilldown-back {
    display: none !important;
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
}
.drilldown .is-drilldown-submenu a {
    padding: 15px 20px;
}

.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0;
    background: #ffffff;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.sbbbs-grid {
    margin-left: 0;
    list-style-type: none;
}

.text-section a {
    color: #573B97 ;
    font-size: 16px ;
    font-style: normal ;
    font-weight: normal ;
    line-height: normal ;
    text-decoration: underline ;
}

.text-section i a {
    font-style: italic;
}

.text-section blockquote a {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
}

.text-section strong > a {
    font-weight: 800;
} 

.text-section table a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.text-section .content-mask table a {
    font-weight: 400; 
    color: #573B97;
    text-decoration: underline !important;
}

.text-section .content-mask table ul li a,
.text-section .content-mask table ol li a {
    color: #573B97;
}

.text-section .content-mask table strong a {
    font-weight: 800;
}



.page-table.large.pt-style-1 a {
    color: #3B316E !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

@media screen and (min-width: 992px) {
    .text-section a:hover {
        text-decoration: none ;
    }  
    
    .text-section .content-mask table a:hover {
        text-decoration: none !important;
    }
}

.text-section ol {
    margin-top: 24px !important;
    margin-bottom: 24px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    counter-reset: item;
}

.text-section ol li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
    color:  #2D2C4E;
    font-size: 16px;
    font-style: normal;
    list-style-type: none;
    font-weight: 400;
    line-height: 164%;
}

.text-section ol li:last-child {
    margin-bottom: 0px;
}

.text-section ol[start='2'] {
    counter-reset: item 1;
}

.text-section ol[start='3'] {
    counter-reset: item 2;
}

.text-section ol[start='4'] {
    counter-reset: item 3;
}

.text-section ol[start='5'] {
    counter-reset: item 4;
}

.text-section ol[start='6'] {
    counter-reset: item 5;
}

.text-section ol[start='7'] {
    counter-reset: item 6;
}

.text-section ol[start='8'] {
    counter-reset: item 7;
}

.text-section ol[start='9'] {
    counter-reset: item 8;
}

.text-section ol[start='10'] {
    counter-reset: item 9;
}

.text-section ol li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 100px;
    background:  #F0EFF8;
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B316E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
}

.text-section table ol {
    margin-top: 0 !important;
    margin-bottom: 0;
    list-style-position: inside;
}

.text-section table ol li {
    padding-left: 0;
    list-style-type: decimal;
    margin-bottom: 0;
    font-size: 14px;
}

.text-section table ol li:before {
    display: none;
}

.text-section ul:not(.show-hide-content__list) {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.text-section table ul {
    margin-top: 0  !important;
    margin-bottom: 0 !important;
    list-style-position: inside;
}

.text-section table ul li {
    list-style-type: disc;
    font-size: 14px;
}

.text-section table ul li a {
    font-size: 14px;
    color: #2D2C4E;
    font-weight: 400 !important;
    text-decoration: underline;
}

.text-section table ul li strong a {
    font-weight: bold !important;
}

.text-section table ul li strong a {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .text-section table ul li a:hover {
        text-decoration: none;
    }
}

.text-section table ul li:before {
    display: none;
}

.text-section table ul li {
    margin-bottom: 0;
    padding-left: 0;
}

.text-section > ul:not([class]) li,  .about-us-cont > ul:not([class]) li{
    position: relative;
    list-style-type: none;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 38px;
    color: #2D2C4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
}

.text-section > ul:not([class]) li:last-child, .about-us-cont > ul:not([class]) li:last-child {
    margin-bottom: 0px;
}

.text-section table ul:first-child {
    margin-top: 0 !important;
}

.text-section table ul:last-child {
    margin-bottom: 0 !important;
}

.text-section > ul:not([class]) li:before, .about-us-cont > ul:not([class]) li:before {
    content:'';
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgcng9IjgiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDI2KSIgZmlsbD0iI0YwRUZGOCIvPgo8cGF0aCBkPSJNMTIgOUwxMy43NSAxMS4zMzMzTDE1IDEzTDEyIDE3IiBzdHJva2U9IiM1NzNCOTciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1080px) {
    .text-section blockquote a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .text-section ol {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .text-section ul:not(.show-hide-content__list, .all-bc-card-more-list) {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}