/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #918d00;
  text-align: left;
  background-color: #000;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 35px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b5add9;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}



@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf);
  src: url(fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url(https://payidcasinosaus.com/fonts/Poppins-SemiBold.ttf);
  src: url(https://payidcasinosaus.com/fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.bfad087 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bfad087 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bfad087 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bfad087 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bfad087 {
    max-width: 1140px;
  }
}
@media (min-width: 1367px) {
  .bfad087 {
    max-width: 1260px;
  }
}
.bfad6f8,
.bfad25b,
.bfad57d,
.bfad107,
.bfad645,
.bfad767 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bfad087,
  .bfad107 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bfad25b,
  .bfad087,
  .bfad107 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bfad6f8,
  .bfad25b,
  .bfad087,
  .bfad107 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bfad6f8,
  .bfad25b,
  .bfad087,
  .bfad107,
  .bfad767 {
    max-width: 1140px;
  }
}
@media (min-width: 1367px) {
  .bfad6f8,
  .bfad25b,
  .bfad087,
  .bfad107,
  .bfad645,
  .bfad767 {
    max-width: 1260px;
  }
}
.bfad91c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bfad9b9 {
  margin-right: 0;
  margin-left: 0;
}
.bfad9b9 > .bfad951,
.bfad9b9 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bfad00c,
.bfad0d6,
.bfad0fc,
.bfad1ba,
.bfad02b,
.bfad2ab,
.bfad2b1,
.bfad3d8,
.bfad3e6,
.bfad4be,
.bfad4c6,
.bfad4cb,
.bfad5a2,
.bfad6b7,
.bfad6e5,
.bfad6ed,
.bfad6f3,
.bfad07d,
.bfad8fe,
.bfad9a8,
.bfad9b7,
.bfad9d3,
.bfad12f,
.bfad33c,
.bfad35a,
.bfad50b,
.bfad51b,
.bfad52b,
.bfad73d,
.bfad77c,
.bfad77c4,
.bfad079,
.bfad98c,
.bfad113,
.bfad177,
.bfad230,
.bfad523,
.bfad580,
.bfad745,
.bfad779,
.bfad790,
.bfad791,
.bfad829,
.bfad878,
.bfad890,
.bfad892,
.bfad900,
.bfad930,
.bfad951,
.bfada5c,
.bfada32,
.bfada97,
.bfadac2,
.bfadae5,
.bfadaf9,
.bfadb1c,
.bfadb1c2,
.bfadb4c,
.bfadb5b,
.bfadb7d,
.bfadb13,
.bfadb64,
.bfadba7,
.bfadbae,
.bfadbb9,
.bfadbc6,
.bfadbc9,
.bfadbe5,
.bfadbfa,
.bfadc6a,
.bfadc71,
.bfadcec,
.bfadd3b,
.bfadd5d,
.bfadd60,
.bfaddc8,
.bfaddd7,
.bfade98,
.bfadec7,
.bfadf1f,
.bfadf36,
.bfadfb4,
.bfadfc8,
.bfadfdf {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bfad951 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bfadb1c {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bfadbe5 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.bfadbc6 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.bfad9b7 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bfade98 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.bfad50b {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.bfad6f3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bfad745 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.bfad5a2 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.bfad02b {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bfad0fc {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.bfadbc9 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.bfadfb4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .bfad523 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bfad900 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bfadac2 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .bfadd3b {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .bfad9d3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bfadc6a {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .bfad177 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .bfada5c {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bfadb1c2 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .bfadf36 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .bfad77c {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bfadb13 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .bfad00c {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .bfadaf9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .bfad580 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bfad0d6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bfad2b1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .bfad4c6 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .bfadcec {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bfaddd7 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .bfad230 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .bfad9a8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bfad1ba {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .bfad6b7 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .bfad8fe {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bfad6ed {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .bfad52b {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .bfad892 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .bfad12f {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bfad98c {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bfad3d8 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .bfadec7 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .bfaddc8 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bfad878 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .bfad829 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .bfad33c {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bfad07d {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .bfad930 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .bfadc71 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bfadfdf {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .bfadb5b {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .bfad790 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .bfad113 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bfadb7d {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bfadbae {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .bfad4cb {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .bfad35a {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bfad2ab {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .bfadfc8 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .bfadf1f {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bfad779 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .bfadd5d {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .bfadb64 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bfada97 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .bfad890 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .bfad6e5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1367px) {
  .bfad77c4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bfad4be {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bfadbb9 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .bfad791 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .bfad73d {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bfadd60 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .bfadba7 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .bfad3e6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bfad51b {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .bfad079 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .bfadb4c {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bfada32 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .bfadae5 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .bfadbfa {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bfadcdd {
  display: none !important;
}
.bfad756 {
  display: inline !important;
}
.bfadc84 {
  display: inline-block !important;
}
.bfadb0d {
  display: block !important;
}
.bfad9e8 {
  display: table !important;
}
.bfad81a {
  display: table-row !important;
}
.bfad859 {
  display: table-cell !important;
}
.bfadeeb {
  display: -ms-flexbox !important;
  display: flex !important;
}
.bfada95 {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bfadecb {
    display: none !important;
  }
  .bfad779c {
    display: inline !important;
  }
  .bfadca9 {
    display: inline-block !important;
  }
  .bfadd22 {
    display: block !important;
  }
  .bfad28d {
    display: table !important;
  }
  .bfadde0 {
    display: table-row !important;
  }
  .bfad3d5 {
    display: table-cell !important;
  }
  .bfade2f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfadeea {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bfadeec {
    display: none !important;
  }
  .bfad3cd {
    display: inline !important;
  }
  .bfad6aa {
    display: inline-block !important;
  }
  .bfad1e7 {
    display: block !important;
  }
  .bfada15 {
    display: table !important;
  }
  .bfad4d3 {
    display: table-row !important;
  }
  .bfad456 {
    display: table-cell !important;
  }
  .bfad737 {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfadaf1 {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bfad397 {
    display: none !important;
  }
  .bfadd64 {
    display: inline !important;
  }
  .bfada88 {
    display: inline-block !important;
  }
  .bfad715 {
    display: block !important;
  }
  .bfade1f {
    display: table !important;
  }
  .bfad4bf {
    display: table-row !important;
  }
  .bfadf11 {
    display: table-cell !important;
  }
  .bfad1a0 {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfadd83 {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bfadcb2 {
    display: none !important;
  }
  .bfad90e {
    display: inline !important;
  }
  .bfad8ee {
    display: inline-block !important;
  }
  .bfadd89 {
    display: block !important;
  }
  .bfadebb {
    display: table !important;
  }
  .bfad5a1 {
    display: table-row !important;
  }
  .bfad056 {
    display: table-cell !important;
  }
  .bfad107f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfadf18 {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1367px) {
  .bfad1be {
    display: none !important;
  }
  .bfad731 {
    display: inline !important;
  }
  .bfadda7 {
    display: inline-block !important;
  }
  .bfadbeb {
    display: block !important;
  }
  .bfad97f {
    display: table !important;
  }
  .bfadbda {
    display: table-row !important;
  }
  .bfadeea3 {
    display: table-cell !important;
  }
  .bfadead {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfada3b {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .bfadd0f {
    display: none !important;
  }
  .bfad1e4 {
    display: inline !important;
  }
  .bfad717 {
    display: inline-block !important;
  }
  .bfad6be {
    display: block !important;
  }
  .bfad445 {
    display: table !important;
  }
  .bfad982 {
    display: table-row !important;
  }
  .bfad76b {
    display: table-cell !important;
  }
  .bfad908 {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bfad4c4 {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.bfad1d8 {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.bfadfcb {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.bfada91 {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.bfad02d {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.bfadd834 {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.bfad660 {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.bfad862 {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.bfad39f {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.bfad059 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.bfadc94 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.bfada98 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.bfad2f3 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.bfad730 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.bfad4d8 {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.bfad24a {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.bfad682 {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.bfade2e {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.bfad04e {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.bfad866 {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.bfadd1a {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.bfadea4 {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.bfadb5f {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.bfadb1c1 {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.bfad2e9 {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.bfad806 {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.bfad994 {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.bfad49c {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.bfad278 {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.bfadc84a {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.bfadee8 {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.bfad8d0 {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.bfad225 {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.bfadc27 {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.bfad55a {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bfad763 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bfad81b {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bfad5bb {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bfad1ae {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bfad137 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bfadc4d {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bfad115 {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bfadad1 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bfad96b {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bfad48e {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bfad592 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bfadc01 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bfada7f {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bfadb41 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bfade52 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bfad5ef {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bfadcd5 {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bfade9c {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bfad647 {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bfadc73 {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bfadcef {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bfad42f {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bfadbe7 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bfad0e5 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bfad538 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bfad306 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bfad13d {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bfad53b {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bfad6600 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bfada7ff {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bfadede {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bfad60c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bfad34b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bfad9cf {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bfadd90 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bfad112 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bfad816 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bfadd18 {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bfad128 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bfad905 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bfad788 {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bfad1e7d {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bfade41 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bfad3b2 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bfad333 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bfad6fd {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bfad3c9 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bfad981 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bfad630 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bfad1e4d {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bfad1bd {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bfad6b3 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bfad196 {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bfad0fa {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bfadae9 {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bfad220 {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bfad4e2 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bfad7e5 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bfad6a7 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bfad5d4 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bfadb97 {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bfadaee {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bfad783 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bfadde8 {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bfad4d0 {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bfad4b4 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bfad27b {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bfad165 {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bfadea43 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bfad1bef {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bfad411 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bfade35 {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bfadc00 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bfadbe2 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bfad2de {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bfad10c {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bfad101 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bfad459 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bfad05e {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bfad990 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bfad8ef {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bfad2ce {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bfad58a {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bfadb3d {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bfadbbf {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bfadf53 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bfad2df {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bfadc8f {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bfadad3 {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bfadc00d {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bfadfb8 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bfad3335 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bfadfa0 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bfad103 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bfadf50 {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bfad918 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bfade3b {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bfadc0a {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bfadd35 {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bfadd72 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bfad0e7 {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bfade85 {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bfaddf7 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bfad91a {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bfad071 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bfade76 {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bfad5a10 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bfad1e3 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bfad0e3 {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bfad88d {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bfad42f7 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bfade7a {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bfadf14 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bfadd27 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bfade4a {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bfad1d2 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bfad73e {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bfad848 {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bfadabf {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bfaddd1 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bfad481 {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bfad13f {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bfad72f {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bfada4d {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bfadaf8 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bfad610 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bfadbda5 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bfad732 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bfadf71 {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bfad8b6 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bfad7db {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bfadf4e {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bfad4f5 {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bfad761 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bfad6b9 {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bfadea7 {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1367px) {
  .bfad72c {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bfad889 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bfad1ea {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bfadb0b {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bfad45f {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bfad539 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bfad2cb {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bfad798 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bfad9bb {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bfad04d {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bfadb87 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bfadc3e {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bfad6e9 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bfadcf0 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bfad660c {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bfad6eb {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bfade0d {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bfadcbb {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bfad79d {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bfadd81 {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bfad676 {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bfad508 {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bfad27a {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bfad27b1 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bfadf1d {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bfadd20 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bfad7a2 {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bfadcb4 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bfad832 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bfad7fe {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bfad55b {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bfade418 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bfadf9d {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bfadc23 {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.bfad04a,
.bfad27f,
.bfadcf8,
.bfadd7a,
.bfadefc,
.bfadf8f,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 35px;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-weight: 500;
  line-height: 1.3;
}
.bfad27f,
h1 {
  font-size: 1.925rem;
}
.bfadf8f,
h2 {
  font-size: 1.7875rem;
}
.bfadefc,
h3 {
  font-size: 1.65rem;
}
.bfad04a,
h4 {
  font-size: 1.44375rem;
}
.bfadcf8,
h5 {
  font-size: 1.30625rem;
}
.bfadd7a,
h6 {
  font-size: 1.16875rem;
}
.bfada04 {
  font-size: 1.375rem;
  font-weight: 300;
}
.bfad4cc {
  font-size: 6rem;
}
.bfad4cc,
.bfad6e5c {
  font-weight: 300;
  line-height: 1.3;
}
.bfad6e5c {
  font-size: 5.5rem;
}
.bfadccd {
  font-size: 4.5rem;
}
.bfadccd,
.bfadd12 {
  font-weight: 300;
  line-height: 1.3;
}
.bfadd12 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bfade39,
small {
  font-size: 80%;
  font-weight: 400;
}
.bfad078,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bfad514,
.bfadb00 {
  padding-left: 0;
  list-style: none;
}
.bfad5de {
  display: inline-block;
}
.bfad5de:not(:last-child) {
  margin-right: 0.5rem;
}
.bfad891 {
  font-size: 90%;
  text-transform: uppercase;
}
.bfad66e {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.bfad17c {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bfad17c:before {
  content: "\2014\A0";
}
.bfad927 {
  display: inline-block;
  font-weight: 400;
  color: #918d00;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bfad927 {
    transition: none;
  }
}
.bfad927:hover {
  color: #918d00;
  text-decoration: none;
}
.bfad927.bfad98d,
.bfad927:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 15, 38, 0.25);
}
.bfad927.bfad3f4,
.bfad927:disabled {
  opacity: 0.65;
}
a.bfad927.bfad3f4,
fieldset:disabled a.bfad927 {
  pointer-events: none;
}
.bfadb4c3 {
  color: #fff;
  background-color: #130f26;
  border-color: #130f26;
}
.bfadb4c3.bfad98d,
.bfadb4c3:focus,
.bfadb4c3:hover {
  color: #fff;
  background-color: #05040b;
  border-color: #010101;
}
.bfadb4c3.bfad98d,
.bfadb4c3:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 51, 71, 0.5);
}
.bfadb4c3.bfad3f4,
.bfadb4c3:disabled {
  color: #fff;
  background-color: #130f26;
  border-color: #130f26;
}
.bfadb4c3:not(:disabled):not(.bfad3f4).bfad7df,
.bfadb4c3:not(:disabled):not(.bfad3f4):active,
.show > .bfadb4c3.bfadef1 {
  color: #fff;
  background-color: #010101;
  border-color: #000;
}
.bfadb4c3:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfadb4c3:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfadb4c3.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 51, 71, 0.5);
}
.bfad4d9 {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.bfad4d9.bfad98d,
.bfad4d9:focus,
.bfad4d9:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.bfad4d9.bfad98d,
.bfad4d9:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.bfad4d9.bfad3f4,
.bfad4d9:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.bfad4d9:not(:disabled):not(.bfad3f4).bfad7df,
.bfad4d9:not(:disabled):not(.bfad3f4):active,
.show > .bfad4d9.bfadef1 {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.bfad4d9:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad4d9:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad4d9.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.bfad4d6 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bfad4d6.bfad98d,
.bfad4d6:focus,
.bfad4d6:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.bfad4d6.bfad98d,
.bfad4d6:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bfad4d6.bfad3f4,
.bfad4d6:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bfad4d6:not(:disabled):not(.bfad3f4).bfad7df,
.bfad4d6:not(:disabled):not(.bfad3f4):active,
.show > .bfad4d6.bfadef1 {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.bfad4d6:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad4d6:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad4d6.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bfadf64 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bfadf64.bfad98d,
.bfadf64:focus,
.bfadf64:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bfadf64.bfad98d,
.bfadf64:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bfadf64.bfad3f4,
.bfadf64:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bfadf64:not(:disabled):not(.bfad3f4).bfad7df,
.bfadf64:not(:disabled):not(.bfad3f4):active,
.show > .bfadf64.bfadef1 {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bfadf64:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfadf64:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfadf64.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bfad3ee {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bfad3ee.bfad98d,
.bfad3ee:focus,
.bfad3ee:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bfad3ee.bfad98d,
.bfad3ee:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bfad3ee.bfad3f4,
.bfad3ee:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bfad3ee:not(:disabled):not(.bfad3f4).bfad7df,
.bfad3ee:not(:disabled):not(.bfad3f4):active,
.show > .bfad3ee.bfadef1 {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bfad3ee:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad3ee:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad3ee.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bfad329 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bfad329.bfad98d,
.bfad329:focus,
.bfad329:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bfad329.bfad98d,
.bfad329:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bfad329.bfad3f4,
.bfad329:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bfad329:not(:disabled):not(.bfad3f4).bfad7df,
.bfad329:not(:disabled):not(.bfad3f4):active,
.show > .bfad329.bfadef1 {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bfad329:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad329:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad329.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bfad166 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bfad166.bfad98d,
.bfad166:focus,
.bfad166:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.bfad166.bfad98d,
.bfad166:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bfad166.bfad3f4,
.bfad166:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bfad166:not(:disabled):not(.bfad3f4).bfad7df,
.bfad166:not(:disabled):not(.bfad3f4):active,
.show > .bfad166.bfadef1 {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.bfad166:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad166:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad166.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bfadfbf {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bfadfbf.bfad98d,
.bfadfbf:focus,
.bfadfbf:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bfadfbf.bfad98d,
.bfadfbf:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bfadfbf.bfad3f4,
.bfadfbf:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bfadfbf:not(:disabled):not(.bfad3f4).bfad7df,
.bfadfbf:not(:disabled):not(.bfad3f4):active,
.show > .bfadfbf.bfadef1 {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bfadfbf:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfadfbf:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfadfbf.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bfad7707 {
  color: #130f26;
  border-color: #130f26;
}
.bfad7707:hover {
  color: #fff;
  background-color: #130f26;
  border-color: #130f26;
}
.bfad7707.bfad98d,
.bfad7707:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 15, 38, 0.5);
}
.bfad7707.bfad3f4,
.bfad7707:disabled {
  color: #130f26;
  background-color: transparent;
}
.bfad7707:not(:disabled):not(.bfad3f4).bfad7df,
.bfad7707:not(:disabled):not(.bfad3f4):active,
.show > .bfad7707.bfadef1 {
  color: #fff;
  background-color: #130f26;
  border-color: #130f26;
}
.bfad7707:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad7707:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad7707.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 15, 38, 0.5);
}
.bfaded0 {
  color: #fff;
  border-color: #fff;
}
.bfaded0:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.bfaded0.bfad98d,
.bfaded0:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.bfaded0.bfad3f4,
.bfaded0:disabled {
  color: #fff;
  background-color: transparent;
}
.bfaded0:not(:disabled):not(.bfad3f4).bfad7df,
.bfaded0:not(:disabled):not(.bfad3f4):active,
.show > .bfaded0.bfadef1 {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.bfaded0:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfaded0:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfaded0.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.bfade21a {
  color: #28a745;
  border-color: #28a745;
}
.bfade21a:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bfade21a.bfad98d,
.bfade21a:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bfade21a.bfad3f4,
.bfade21a:disabled {
  color: #28a745;
  background-color: transparent;
}
.bfade21a:not(:disabled):not(.bfad3f4).bfad7df,
.bfade21a:not(:disabled):not(.bfad3f4):active,
.show > .bfade21a.bfadef1 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bfade21a:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfade21a:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfade21a.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bfad24c {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bfad24c:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bfad24c.bfad98d,
.bfad24c:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bfad24c.bfad3f4,
.bfad24c:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bfad24c:not(:disabled):not(.bfad3f4).bfad7df,
.bfad24c:not(:disabled):not(.bfad3f4):active,
.show > .bfad24c.bfadef1 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bfad24c:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad24c:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad24c.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bfadf5ff {
  color: #ffc107;
  border-color: #ffc107;
}
.bfadf5ff:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bfadf5ff.bfad98d,
.bfadf5ff:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bfadf5ff.bfad3f4,
.bfadf5ff:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bfadf5ff:not(:disabled):not(.bfad3f4).bfad7df,
.bfadf5ff:not(:disabled):not(.bfad3f4):active,
.show > .bfadf5ff.bfadef1 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bfadf5ff:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfadf5ff:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfadf5ff.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bfadb42 {
  color: #dc3545;
  border-color: #dc3545;
}
.bfadb42:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bfadb42.bfad98d,
.bfadb42:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bfadb42.bfad3f4,
.bfadb42:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bfadb42:not(:disabled):not(.bfad3f4).bfad7df,
.bfadb42:not(:disabled):not(.bfad3f4):active,
.show > .bfadb42.bfadef1 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bfadb42:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfadb42:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfadb42.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bfad7f9 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bfad7f9:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bfad7f9.bfad98d,
.bfad7f9:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bfad7f9.bfad3f4,
.bfad7f9:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bfad7f9:not(:disabled):not(.bfad3f4).bfad7df,
.bfad7f9:not(:disabled):not(.bfad3f4):active,
.show > .bfad7f9.bfadef1 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bfad7f9:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad7f9:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad7f9.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bfad392 {
  color: #343a40;
  border-color: #343a40;
}
.bfad392:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bfad392.bfad98d,
.bfad392:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bfad392.bfad3f4,
.bfad392:disabled {
  color: #343a40;
  background-color: transparent;
}
.bfad392:not(:disabled):not(.bfad3f4).bfad7df,
.bfad392:not(:disabled):not(.bfad3f4):active,
.show > .bfad392.bfadef1 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bfad392:not(:disabled):not(.bfad3f4).bfad7df:focus,
.bfad392:not(:disabled):not(.bfad3f4):active:focus,
.show > .bfad392.bfadef1:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bfadcd23 {
  font-weight: 400;
  color: #4d79ff;
  text-decoration: none;
}
.bfadcd23:hover {
  color: #b5add9;
  text-decoration: underline;
}
.bfadcd23.bfad98d,
.bfadcd23:focus {
  text-decoration: underline;
  box-shadow: none;
}
.bfadcd23.bfad3f4,
.bfadcd23:disabled {
  color: #6c757d;
  pointer-events: none;
}
.bfad0457 {
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bfada943 {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bfad184 {
  display: block;
  width: 100%;
}
.bfad184 + .bfad184 {
  margin-top: 0.5rem;
}
input[type="button"].bfad184,
input[type="reset"].bfad184,
input[type="submit"].bfad184 {
  width: 100%;
}
.bfad0d99 {
  vertical-align: baseline !important;
}
.bfad5a18 {
  vertical-align: top !important;
}
.bfad2be0 {
  vertical-align: middle !important;
}
.bfadfc3 {
  vertical-align: bottom !important;
}
.bfad5a8 {
  vertical-align: text-bottom !important;
}
.bfad43d {
  vertical-align: text-top !important;
}
.bfadebb1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bfad60b4:active,
.bfad60b4:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bfad7d4 {
  margin: 0 !important;
}
.bfada2c,
.bfade31 {
  margin-top: 0 !important;
}
.bfad9e5,
.bfadc4f {
  margin-right: 0 !important;
}
.bfad679,
.bfade31 {
  margin-bottom: 0 !important;
}
.bfad9e5,
.bfada93 {
  margin-left: 0 !important;
}
.bfad5fa {
  margin: 0.25rem !important;
}
.bfad8f6,
.bfada4c {
  margin-top: 0.25rem !important;
}
.bfad8ff,
.bfadf6d {
  margin-right: 0.25rem !important;
}
.bfad3c8,
.bfada4c {
  margin-bottom: 0.25rem !important;
}
.bfada09,
.bfadf6d {
  margin-left: 0.25rem !important;
}
.bfad548 {
  margin: 0.5rem !important;
}
.bfad304,
.bfadca6 {
  margin-top: 0.5rem !important;
}
.bfad217,
.bfadcf4 {
  margin-right: 0.5rem !important;
}
.bfad304,
.bfade18 {
  margin-bottom: 0.5rem !important;
}
.bfad7f3,
.bfadcf4 {
  margin-left: 0.5rem !important;
}
.bfad06e {
  margin: 1rem !important;
}
.bfad55b9,
.bfadfc0 {
  margin-top: 1rem !important;
}
.bfad376,
.bfadf91 {
  margin-right: 1rem !important;
}
.bfad3f3,
.bfad55b9 {
  margin-bottom: 1rem !important;
}
.bfad2ea,
.bfadf91 {
  margin-left: 1rem !important;
}
.bfad52a {
  margin: 1.5rem !important;
}
.bfade19,
.bfadef2 {
  margin-top: 1.5rem !important;
}
.bfad479,
.bfad921 {
  margin-right: 1.5rem !important;
}
.bfade19,
.bfade46 {
  margin-bottom: 1.5rem !important;
}
.bfad5f7,
.bfad479 {
  margin-left: 1.5rem !important;
}
.bfad855 {
  margin: 3rem !important;
}
.bfad73a,
.bfadf58 {
  margin-top: 3rem !important;
}
.bfad6bb,
.bfadd10 {
  margin-right: 3rem !important;
}
.bfad0cb,
.bfad73a {
  margin-bottom: 3rem !important;
}
.bfad7dc,
.bfadd10 {
  margin-left: 3rem !important;
}
.bfad510 {
  padding: 0 !important;
}
.bfad6a9,
.bfadf3f {
  padding-top: 0 !important;
}
.bfad7b9,
.bfad328 {
  padding-right: 0 !important;
}
.bfad0c0,
.bfadf3f {
  padding-bottom: 0 !important;
}
.bfad0dd,
.bfad7b9 {
  padding-left: 0 !important;
}
.bfad787 {
  padding: 0.25rem !important;
}
.bfad79f,
.bfade15 {
  padding-top: 0.25rem !important;
}
.bfad9c9,
.bfad9e4 {
  padding-right: 0.25rem !important;
}
.bfade15,
.bfadf0a {
  padding-bottom: 0.25rem !important;
}
.bfad9e4,
.bfadd1e {
  padding-left: 0.25rem !important;
}
.bfad0e2 {
  padding: 0.5rem !important;
}
.bfad60b,
.bfadbaf {
  padding-top: 0.5rem !important;
}
.bfad99c,
.bfadee6 {
  padding-right: 0.5rem !important;
}
.bfad60b,
.bfadf5f {
  padding-bottom: 0.5rem !important;
}
.bfad99c,
.bfada65 {
  padding-left: 0.5rem !important;
}
.bfad011 {
  padding: 1rem !important;
}
.bfad770,
.bfad903 {
  padding-top: 1rem !important;
}
.bfad138,
.bfadbe5a {
  padding-right: 1rem !important;
}
.bfad903,
.bfada35 {
  padding-bottom: 1rem !important;
}
.bfad5c5,
.bfadbe5a {
  padding-left: 1rem !important;
}
.bfadc77 {
  padding: 1.5rem !important;
}
.bfad8a4,
.bfad408 {
  padding-top: 1.5rem !important;
}
.bfada50,
.bfade01 {
  padding-right: 1.5rem !important;
}
.bfad8a4,
.bfadc57 {
  padding-bottom: 1.5rem !important;
}
.bfada50,
.bfadbb98 {
  padding-left: 1.5rem !important;
}
.bfad2b2 {
  padding: 3rem !important;
}
.bfad093,
.bfadc87 {
  padding-top: 3rem !important;
}
.bfad9af,
.bfad84e {
  padding-right: 3rem !important;
}
.bfad45a,
.bfad093 {
  padding-bottom: 3rem !important;
}
.bfad9af,
.bfad64a {
  padding-left: 3rem !important;
}
.bfadb7f {
  margin: -0.25rem !important;
}
.bfad1fe,
.bfad06b {
  margin-top: -0.25rem !important;
}
.bfad3f7,
.bfaddf72 {
  margin-right: -0.25rem !important;
}
.bfad06b,
.bfad9b1 {
  margin-bottom: -0.25rem !important;
}
.bfad1f8,
.bfaddf72 {
  margin-left: -0.25rem !important;
}
.bfad8b4 {
  margin: -0.5rem !important;
}
.bfad37b,
.bfadd9f {
  margin-top: -0.5rem !important;
}
.bfad519,
.bfadf29 {
  margin-right: -0.5rem !important;
}
.bfad37b,
.bfadaa5 {
  margin-bottom: -0.5rem !important;
}
.bfad519,
.bfadaef {
  margin-left: -0.5rem !important;
}
.bfad5080 {
  margin: -1rem !important;
}
.bfadae91,
.bfadedc {
  margin-top: -1rem !important;
}
.bfad4c2,
.bfadfe0 {
  margin-right: -1rem !important;
}
.bfadedc,
.bfadfdb {
  margin-bottom: -1rem !important;
}
.bfad4c2,
.bfadfab {
  margin-left: -1rem !important;
}
.bfadc9e {
  margin: -1.5rem !important;
}
.bfad9b9f,
.bfadb7a {
  margin-top: -1.5rem !important;
}
.bfad134,
.bfadc55 {
  margin-right: -1.5rem !important;
}
.bfad2c2,
.bfad9b9f {
  margin-bottom: -1.5rem !important;
}
.bfad6a0,
.bfad134 {
  margin-left: -1.5rem !important;
}
.bfadcd2 {
  margin: -3rem !important;
}
.bfadef3,
.bfadfa7 {
  margin-top: -3rem !important;
}
.bfad295,
.bfad957 {
  margin-right: -3rem !important;
}
.bfada40,
.bfadef3 {
  margin-bottom: -3rem !important;
}
.bfad315,
.bfad957 {
  margin-left: -3rem !important;
}
.bfadb15 {
  margin: auto !important;
}
.bfad0110,
.bfadf1f2 {
  margin-top: auto !important;
}
.bfadb7ab,
.bfadd0e {
  margin-right: auto !important;
}
.bfad0110,
.bfadb48 {
  margin-bottom: auto !important;
}
.bfad906,
.bfadb7ab {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bfad79e {
    margin: 0 !important;
  }
  .bfad83d,
  .bfad135 {
    margin-top: 0 !important;
  }
  .bfad8ed,
  .bfad9b90 {
    margin-right: 0 !important;
  }
  .bfad83d,
  .bfadfe1 {
    margin-bottom: 0 !important;
  }
  .bfad9b90,
  .bfad813 {
    margin-left: 0 !important;
  }
  .bfad2be {
    margin: 0.25rem !important;
  }
  .bfad488,
  .bfaddff {
    margin-top: 0.25rem !important;
  }
  .bfad4c5,
  .bfadc96 {
    margin-right: 0.25rem !important;
  }
  .bfad488,
  .bfadd3e {
    margin-bottom: 0.25rem !important;
  }
  .bfad4c5,
  .bfadc1e {
    margin-left: 0.25rem !important;
  }
  .bfad971 {
    margin: 0.5rem !important;
  }
  .bfad38c,
  .bfade70 {
    margin-top: 0.5rem !important;
  }
  .bfad96b8,
  .bfadf42 {
    margin-right: 0.5rem !important;
  }
  .bfad88a,
  .bfade70 {
    margin-bottom: 0.5rem !important;
  }
  .bfad96b8,
  .bfadb2a {
    margin-left: 0.5rem !important;
  }
  .bfad107d {
    margin: 1rem !important;
  }
  .bfad4d2,
  .bfad479b {
    margin-top: 1rem !important;
  }
  .bfad807,
  .bfadcd53 {
    margin-right: 1rem !important;
  }
  .bfad479b,
  .bfade9f {
    margin-bottom: 1rem !important;
  }
  .bfad1f86,
  .bfadcd53 {
    margin-left: 1rem !important;
  }
  .bfad963 {
    margin: 1.5rem !important;
  }
  .bfad867,
  .bfaddfd {
    margin-top: 1.5rem !important;
  }
  .bfad97c,
  .bfaddbc {
    margin-right: 1.5rem !important;
  }
  .bfad620,
  .bfaddfd {
    margin-bottom: 1.5rem !important;
  }
  .bfad73e7,
  .bfad97c {
    margin-left: 1.5rem !important;
  }
  .bfad3067 {
    margin: 3rem !important;
  }
  .bfadbaee,
  .bfade6a {
    margin-top: 3rem !important;
  }
  .bfad0a0,
  .bfadf30 {
    margin-right: 3rem !important;
  }
  .bfad4b3,
  .bfade6a {
    margin-bottom: 3rem !important;
  }
  .bfad0a0,
  .bfad63b {
    margin-left: 3rem !important;
  }
  .bfadd70 {
    padding: 0 !important;
  }
  .bfad077,
  .bfadca4 {
    padding-top: 0 !important;
  }
  .bfad8ff4,
  .bfada74 {
    padding-right: 0 !important;
  }
  .bfad8b3,
  .bfadca4 {
    padding-bottom: 0 !important;
  }
  .bfad877,
  .bfada74 {
    padding-left: 0 !important;
  }
  .bfad7e0 {
    padding: 0.25rem !important;
  }
  .bfadcd0,
  .bfadfd3 {
    padding-top: 0.25rem !important;
  }
  .bfad5a4,
  .bfad281 {
    padding-right: 0.25rem !important;
  }
  .bfadbba,
  .bfadcd0 {
    padding-bottom: 0.25rem !important;
  }
  .bfad0d9,
  .bfad281 {
    padding-left: 0.25rem !important;
  }
  .bfadbcc {
    padding: 0.5rem !important;
  }
  .bfadb47,
  .bfadd5e {
    padding-top: 0.5rem !important;
  }
  .bfad0a09,
  .bfad450 {
    padding-right: 0.5rem !important;
  }
  .bfad4bf1,
  .bfadb47 {
    padding-bottom: 0.5rem !important;
  }
  .bfad450,
  .bfade38 {
    padding-left: 0.5rem !important;
  }
  .bfada5f {
    padding: 1rem !important;
  }
  .bfadc1b,
  .bfadf75 {
    padding-top: 1rem !important;
  }
  .bfad4bd,
  .bfadc91 {
    padding-right: 1rem !important;
  }
  .bfad818,
  .bfadc1b {
    padding-bottom: 1rem !important;
  }
  .bfad4bd,
  .bfad183 {
    padding-left: 1rem !important;
  }
  .bfad79ef {
    padding: 1.5rem !important;
  }
  .bfad4810,
  .bfadc12 {
    padding-top: 1.5rem !important;
  }
  .bfad25c,
  .bfad733 {
    padding-right: 1.5rem !important;
  }
  .bfad7c9,
  .bfad4810 {
    padding-bottom: 1.5rem !important;
  }
  .bfad9f4,
  .bfad25c {
    padding-left: 1.5rem !important;
  }
  .bfad8665 {
    padding: 3rem !important;
  }
  .bfad83c,
  .bfad099 {
    padding-top: 3rem !important;
  }
  .bfad372,
  .bfadf14a {
    padding-right: 3rem !important;
  }
  .bfad83c,
  .bfada4c1 {
    padding-bottom: 3rem !important;
  }
  .bfad372,
  .bfad591 {
    padding-left: 3rem !important;
  }
  .bfad62f {
    margin: -0.25rem !important;
  }
  .bfad87f,
  .bfadfb9 {
    margin-top: -0.25rem !important;
  }
  .bfad385,
  .bfadff1 {
    margin-right: -0.25rem !important;
  }
  .bfad87f,
  .bfadad7 {
    margin-bottom: -0.25rem !important;
  }
  .bfad385,
  .bfadcf2 {
    margin-left: -0.25rem !important;
  }
  .bfad9b0 {
    margin: -0.5rem !important;
  }
  .bfad07df,
  .bfad345 {
    margin-top: -0.5rem !important;
  }
  .bfad3b6,
  .bfadc29 {
    margin-right: -0.5rem !important;
  }
  .bfad07df,
  .bfad595 {
    margin-bottom: -0.5rem !important;
  }
  .bfad3b6,
  .bfadefe {
    margin-left: -0.5rem !important;
  }
  .bfad7c8 {
    margin: -1rem !important;
  }
  .bfad0ed,
  .bfadc1a {
    margin-top: -1rem !important;
  }
  .bfad30a,
  .bfad802 {
    margin-right: -1rem !important;
  }
  .bfad0ed,
  .bfad6cd {
    margin-bottom: -1rem !important;
  }
  .bfad30a,
  .bfadc7d {
    margin-left: -1rem !important;
  }
  .bfad54f {
    margin: -1.5rem !important;
  }
  .bfad316,
  .bfad1019 {
    margin-top: -1.5rem !important;
  }
  .bfad285,
  .bfad595f {
    margin-right: -1.5rem !important;
  }
  .bfad099a,
  .bfad316 {
    margin-bottom: -1.5rem !important;
  }
  .bfad285,
  .bfadb73 {
    margin-left: -1.5rem !important;
  }
  .bfad7e6 {
    margin: -3rem !important;
  }
  .bfad453,
  .bfad688 {
    margin-top: -3rem !important;
  }
  .bfad8a0,
  .bfad20b {
    margin-right: -3rem !important;
  }
  .bfad688,
  .bfadbf1 {
    margin-bottom: -3rem !important;
  }
  .bfad20b,
  .bfad573 {
    margin-left: -3rem !important;
  }
  .bfad286 {
    margin: auto !important;
  }
  .bfad25e,
  .bfadb24 {
    margin-top: auto !important;
  }
  .bfad789,
  .bfadec7b {
    margin-right: auto !important;
  }
  .bfad5a5,
  .bfadb24 {
    margin-bottom: auto !important;
  }
  .bfada506,
  .bfadec7b {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bfad9305 {
    margin: 0 !important;
  }
  .bfad048,
  .bfadc58 {
    margin-top: 0 !important;
  }
  .bfaddc9,
  .bfadfc85 {
    margin-right: 0 !important;
  }
  .bfad4c4a,
  .bfadc58 {
    margin-bottom: 0 !important;
  }
  .bfad6d7,
  .bfadfc85 {
    margin-left: 0 !important;
  }
  .bfad0cf {
    margin: 0.25rem !important;
  }
  .bfad1de,
  .bfad275 {
    margin-top: 0.25rem !important;
  }
  .bfad550,
  .bfad707 {
    margin-right: 0.25rem !important;
  }
  .bfad275,
  .bfadaa6 {
    margin-bottom: 0.25rem !important;
  }
  .bfad707,
  .bfadfad {
    margin-left: 0.25rem !important;
  }
  .bfad5384 {
    margin: 0.5rem !important;
  }
  .bfadc6e,
  .bfadf96 {
    margin-top: 0.5rem !important;
  }
  .bfad0d5,
  .bfad77a {
    margin-right: 0.5rem !important;
  }
  .bfadb06,
  .bfadf96 {
    margin-bottom: 0.5rem !important;
  }
  .bfad48e2,
  .bfad77a {
    margin-left: 0.5rem !important;
  }
  .bfad13fe {
    margin: 1rem !important;
  }
  .bfad2b8,
  .bfada34 {
    margin-top: 1rem !important;
  }
  .bfad4eb,
  .bfad45e {
    margin-right: 1rem !important;
  }
  .bfad910,
  .bfada34 {
    margin-bottom: 1rem !important;
  }
  .bfad45e,
  .bfadb85 {
    margin-left: 1rem !important;
  }
  .bfad533 {
    margin: 1.5rem !important;
  }
  .bfad723,
  .bfadc4fd {
    margin-top: 1.5rem !important;
  }
  .bfadaca,
  .bfade90 {
    margin-right: 1.5rem !important;
  }
  .bfad054,
  .bfadc4fd {
    margin-bottom: 1.5rem !important;
  }
  .bfad3bd,
  .bfade90 {
    margin-left: 1.5rem !important;
  }
  .bfadc68 {
    margin: 3rem !important;
  }
  .bfad3e6d,
  .bfadfde {
    margin-top: 3rem !important;
  }
  .bfad337,
  .bfad622 {
    margin-right: 3rem !important;
  }
  .bfad15c,
  .bfadfde {
    margin-bottom: 3rem !important;
  }
  .bfad236,
  .bfad337 {
    margin-left: 3rem !important;
  }
  .bfad9cfc {
    padding: 0 !important;
  }
  .bfad760,
  .bfade50 {
    padding-top: 0 !important;
  }
  .bfad21a,
  .bfad95f {
    padding-right: 0 !important;
  }
  .bfadcce,
  .bfade50 {
    padding-bottom: 0 !important;
  }
  .bfad21a,
  .bfad145 {
    padding-left: 0 !important;
  }
  .bfad081 {
    padding: 0.25rem !important;
  }
  .bfad9944,
  .bfade389 {
    padding-top: 0.25rem !important;
  }
  .bfad2a8,
  .bfad46e {
    padding-right: 0.25rem !important;
  }
  .bfad9944,
  .bfadb1d {
    padding-bottom: 0.25rem !important;
  }
  .bfad2a8,
  .bfad23c {
    padding-left: 0.25rem !important;
  }
  .bfade06 {
    padding: 0.5rem !important;
  }
  .bfad933,
  .bfadc6ee {
    padding-top: 0.5rem !important;
  }
  .bfad60f,
  .bfad351 {
    padding-right: 0.5rem !important;
  }
  .bfad933,
  .bfade2b {
    padding-bottom: 0.5rem !important;
  }
  .bfad351,
  .bfadecb2 {
    padding-left: 0.5rem !important;
  }
  .bfadafc {
    padding: 1rem !important;
  }
  .bfad18a,
  .bfad988 {
    padding-top: 1rem !important;
  }
  .bfad8b0,
  .bfad282 {
    padding-right: 1rem !important;
  }
  .bfad988,
  .bfadf12 {
    padding-bottom: 1rem !important;
  }
  .bfad8b0,
  .bfadb7a3 {
    padding-left: 1rem !important;
  }
  .bfad2b7 {
    padding: 1.5rem !important;
  }
  .bfad7db0,
  .bfad83c0 {
    padding-top: 1.5rem !important;
  }
  .bfad9da,
  .bfadb1d6 {
    padding-right: 1.5rem !important;
  }
  .bfad83c0,
  .bfade4a9 {
    padding-bottom: 1.5rem !important;
  }
  .bfad4ab,
  .bfad9da {
    padding-left: 1.5rem !important;
  }
  .bfad31c {
    padding: 3rem !important;
  }
  .bfad02f,
  .bfadd6b {
    padding-top: 3rem !important;
  }
  .bfad4c66,
  .bfadcf3 {
    padding-right: 3rem !important;
  }
  .bfad02c,
  .bfad02f {
    padding-bottom: 3rem !important;
  }
  .bfadcf3,
  .bfadf754 {
    padding-left: 3rem !important;
  }
  .bfad3c80 {
    margin: -0.25rem !important;
  }
  .bfad7be,
  .bfadf98 {
    margin-top: -0.25rem !important;
  }
  .bfad15d,
  .bfadf8d {
    margin-right: -0.25rem !important;
  }
  .bfad81c,
  .bfadf98 {
    margin-bottom: -0.25rem !important;
  }
  .bfadc51,
  .bfadf8d {
    margin-left: -0.25rem !important;
  }
  .bfad86b {
    margin: -0.5rem !important;
  }
  .bfad9e7,
  .bfad7985 {
    margin-top: -0.5rem !important;
  }
  .bfad5f8,
  .bfadb65 {
    margin-right: -0.5rem !important;
  }
  .bfad9e7,
  .bfadd60c {
    margin-bottom: -0.5rem !important;
  }
  .bfad5f8,
  .bfad469 {
    margin-left: -0.5rem !important;
  }
  .bfad012 {
    margin: -1rem !important;
  }
  .bfad379,
  .bfad833 {
    margin-top: -1rem !important;
  }
  .bfadc0f,
  .bfadede4 {
    margin-right: -1rem !important;
  }
  .bfad412,
  .bfad833 {
    margin-bottom: -1rem !important;
  }
  .bfadbd4,
  .bfadede4 {
    margin-left: -1rem !important;
  }
  .bfadfc9 {
    margin: -1.5rem !important;
  }
  .bfad2dd,
  .bfadab4 {
    margin-top: -1.5rem !important;
  }
  .bfad1fa,
  .bfadb25 {
    margin-right: -1.5rem !important;
  }
  .bfad2dd,
  .bfad975 {
    margin-bottom: -1.5rem !important;
  }
  .bfadb25,
  .bfadc8d {
    margin-left: -1.5rem !important;
  }
  .bfad047 {
    margin: -3rem !important;
  }
  .bfad44d,
  .bfadfab1 {
    margin-top: -3rem !important;
  }
  .bfad2174,
  .bfadee4 {
    margin-right: -3rem !important;
  }
  .bfad461,
  .bfadfab1 {
    margin-bottom: -3rem !important;
  }
  .bfadece,
  .bfadee4 {
    margin-left: -3rem !important;
  }
  .bfad76f {
    margin: auto !important;
  }
  .bfad045,
  .bfad982a {
    margin-top: auto !important;
  }
  .bfad59b,
  .bfadf63 {
    margin-right: auto !important;
  }
  .bfad8d6,
  .bfad982a {
    margin-bottom: auto !important;
  }
  .bfad59b,
  .bfad170 {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bfad4f4 {
    margin: 0 !important;
  }
  .bfad607,
  .bfad934 {
    margin-top: 0 !important;
  }
  .bfad9dc,
  .bfadc91d {
    margin-right: 0 !important;
  }
  .bfad607,
  .bfad742 {
    margin-bottom: 0 !important;
  }
  .bfad9dc,
  .bfadaff {
    margin-left: 0 !important;
  }
  .bfadcdd5 {
    margin: 0.25rem !important;
  }
  .bfada63,
  .bfaddfe {
    margin-top: 0.25rem !important;
  }
  .bfad6d8,
  .bfad029 {
    margin-right: 0.25rem !important;
  }
  .bfad5c5c,
  .bfada63 {
    margin-bottom: 0.25rem !important;
  }
  .bfad6d8,
  .bfad151 {
    margin-left: 0.25rem !important;
  }
  .bfade0f {
    margin: 0.5rem !important;
  }
  .bfadc61,
  .bfadf82 {
    margin-top: 0.5rem !important;
  }
  .bfad08a,
  .bfad9ac {
    margin-right: 0.5rem !important;
  }
  .bfad718,
  .bfadc61 {
    margin-bottom: 0.5rem !important;
  }
  .bfad9ac,
  .bfadd68 {
    margin-left: 0.5rem !important;
  }
  .bfaddbb {
    margin: 1rem !important;
  }
  .bfadc24,
  .bfadf08 {
    margin-top: 1rem !important;
  }
  .bfad06d,
  .bfad7b5 {
    margin-right: 1rem !important;
  }
  .bfadc24,
  .bfadc86 {
    margin-bottom: 1rem !important;
  }
  .bfad06d,
  .bfad074 {
    margin-left: 1rem !important;
  }
  .bfadc4b {
    margin: 1.5rem !important;
  }
  .bfad652,
  .bfad796 {
    margin-top: 1.5rem !important;
  }
  .bfadc81,
  .bfadd0c {
    margin-right: 1.5rem !important;
  }
  .bfad652,
  .bfadf03 {
    margin-bottom: 1.5rem !important;
  }
  .bfadbda6,
  .bfadd0c {
    margin-left: 1.5rem !important;
  }
  .bfad499 {
    margin: 3rem !important;
  }
  .bfad3ac,
  .bfadabd {
    margin-top: 3rem !important;
  }
  .bfad3f3e,
  .bfadab1 {
    margin-right: 3rem !important;
  }
  .bfadaa3,
  .bfadabd {
    margin-bottom: 3rem !important;
  }
  .bfadab1,
  .bfadbda9 {
    margin-left: 3rem !important;
  }
  .bfadca3 {
    padding: 0 !important;
  }
  .bfad67b,
  .bfad554 {
    padding-top: 0 !important;
  }
  .bfad9f8,
  .bfad26c {
    padding-right: 0 !important;
  }
  .bfad67b,
  .bfad844 {
    padding-bottom: 0 !important;
  }
  .bfad26c,
  .bfad964 {
    padding-left: 0 !important;
  }
  .bfad41f {
    padding: 0.25rem !important;
  }
  .bfad1bf,
  .bfad7c7 {
    padding-top: 0.25rem !important;
  }
  .bfad6fa,
  .bfadcee {
    padding-right: 0.25rem !important;
  }
  .bfad1bf,
  .bfadbcb {
    padding-bottom: 0.25rem !important;
  }
  .bfad6fa,
  .bfad512 {
    padding-left: 0.25rem !important;
  }
  .bfad105 {
    padding: 0.5rem !important;
  }
  .bfadb1f,
  .bfadd2e {
    padding-top: 0.5rem !important;
  }
  .bfad11b,
  .bfad30c {
    padding-right: 0.5rem !important;
  }
  .bfadbf7,
  .bfadd2e {
    padding-bottom: 0.5rem !important;
  }
  .bfad30c,
  .bfad967 {
    padding-left: 0.5rem !important;
  }
  .bfadac7 {
    padding: 1rem !important;
  }
  .bfadefe3,
  .bfadff19 {
    padding-top: 1rem !important;
  }
  .bfadc3e2,
  .bfadd5d4 {
    padding-right: 1rem !important;
  }
  .bfad1d0,
  .bfadff19 {
    padding-bottom: 1rem !important;
  }
  .bfad6d0,
  .bfadd5d4 {
    padding-left: 1rem !important;
  }
  .bfad339 {
    padding: 1.5rem !important;
  }
  .bfad7bb,
  .bfada8a {
    padding-top: 1.5rem !important;
  }
  .bfad4f4f,
  .bfada3f {
    padding-right: 1.5rem !important;
  }
  .bfada8a,
  .bfade21 {
    padding-bottom: 1.5rem !important;
  }
  .bfad4f4f,
  .bfad150 {
    padding-left: 1.5rem !important;
  }
  .bfadfe2 {
    padding: 3rem !important;
  }
  .bfad9ee,
  .bfad59e {
    padding-top: 3rem !important;
  }
  .bfadc50,
  .bfadf2a {
    padding-right: 3rem !important;
  }
  .bfad9ee,
  .bfad797 {
    padding-bottom: 3rem !important;
  }
  .bfad7b8,
  .bfadf2a {
    padding-left: 3rem !important;
  }
  .bfada9c {
    margin: -0.25rem !important;
  }
  .bfad8e3,
  .bfadc8b {
    margin-top: -0.25rem !important;
  }
  .bfad551,
  .bfadead7 {
    margin-right: -0.25rem !important;
  }
  .bfad1de1,
  .bfad8e3 {
    margin-bottom: -0.25rem !important;
  }
  .bfad5bf,
  .bfad551 {
    margin-left: -0.25rem !important;
  }
  .bfade44 {
    margin: -0.5rem !important;
  }
  .bfad01b,
  .bfadce4 {
    margin-top: -0.5rem !important;
  }
  .bfada59,
  .bfadad3e {
    margin-right: -0.5rem !important;
  }
  .bfad01b,
  .bfadce5 {
    margin-bottom: -0.5rem !important;
  }
  .bfad6768,
  .bfada59 {
    margin-left: -0.5rem !important;
  }
  .bfad0295 {
    margin: -1rem !important;
  }
  .bfad2dc,
  .bfad743 {
    margin-top: -1rem !important;
  }
  .bfad598,
  .bfadf3c {
    margin-right: -1rem !important;
  }
  .bfad743,
  .bfadf6a {
    margin-bottom: -1rem !important;
  }
  .bfad38f,
  .bfadf3c {
    margin-left: -1rem !important;
  }
  .bfadec9 {
    margin: -1.5rem !important;
  }
  .bfadc62,
  .bfadcf9 {
    margin-top: -1.5rem !important;
  }
  .bfad07c,
  .bfadea2 {
    margin-right: -1.5rem !important;
  }
  .bfad44f,
  .bfadcf9 {
    margin-bottom: -1.5rem !important;
  }
  .bfad07c,
  .bfad215 {
    margin-left: -1.5rem !important;
  }
  .bfad35f {
    margin: -3rem !important;
  }
  .bfad35a2,
  .bfadc11 {
    margin-top: -3rem !important;
  }
  .bfad17b,
  .bfad45b {
    margin-right: -3rem !important;
  }
  .bfad35a2,
  .bfade81 {
    margin-bottom: -3rem !important;
  }
  .bfad6a7d,
  .bfad17b {
    margin-left: -3rem !important;
  }
  .bfad7d1 {
    margin: auto !important;
  }
  .bfad3a8,
  .bfad5d3 {
    margin-top: auto !important;
  }
  .bfad914,
  .bfadd79 {
    margin-right: auto !important;
  }
  .bfad1fd,
  .bfad5d3 {
    margin-bottom: auto !important;
  }
  .bfad507,
  .bfadd79 {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bfad3a9 {
    margin: 0 !important;
  }
  .bfad2e2,
  .bfad4b2 {
    margin-top: 0 !important;
  }
  .bfad97a,
  .bfad3168 {
    margin-right: 0 !important;
  }
  .bfad2e2,
  .bfade21f {
    margin-bottom: 0 !important;
  }
  .bfad97a,
  .bfade2c {
    margin-left: 0 !important;
  }
  .bfad80d {
    margin: 0.25rem !important;
  }
  .bfadb6a,
  .bfadc56 {
    margin-top: 0.25rem !important;
  }
  .bfad73a7,
  .bfadae0 {
    margin-right: 0.25rem !important;
  }
  .bfad7ba,
  .bfadc56 {
    margin-bottom: 0.25rem !important;
  }
  .bfad4dd,
  .bfad73a7 {
    margin-left: 0.25rem !important;
  }
  .bfad4c8 {
    margin: 0.5rem !important;
  }
  .bfad8f7,
  .bfada502 {
    margin-top: 0.5rem !important;
  }
  .bfad8c4,
  .bfadec9f {
    margin-right: 0.5rem !important;
  }
  .bfad8f7,
  .bfadfd4 {
    margin-bottom: 0.5rem !important;
  }
  .bfad2fe,
  .bfadec9f {
    margin-left: 0.5rem !important;
  }
  .bfadb32 {
    margin: 1rem !important;
  }
  .bfad2d3,
  .bfadafcc {
    margin-top: 1rem !important;
  }
  .bfadea0,
  .bfadf83 {
    margin-right: 1rem !important;
  }
  .bfad2d3,
  .bfadb92 {
    margin-bottom: 1rem !important;
  }
  .bfadd54,
  .bfadf83 {
    margin-left: 1rem !important;
  }
  .bfad999 {
    margin: 1.5rem !important;
  }
  .bfadca4b,
  .bfadf4ef {
    margin-top: 1.5rem !important;
  }
  .bfad4a3,
  .bfadac20 {
    margin-right: 1.5rem !important;
  }
  .bfad49f,
  .bfadf4ef {
    margin-bottom: 1.5rem !important;
  }
  .bfad5500,
  .bfadac20 {
    margin-left: 1.5rem !important;
  }
  .bfadf43 {
    margin: 3rem !important;
  }
  .bfad2e94,
  .bfad8b46 {
    margin-top: 3rem !important;
  }
  .bfad9aa,
  .bfad39f5 {
    margin-right: 3rem !important;
  }
  .bfad2e94,
  .bfad11e {
    margin-bottom: 3rem !important;
  }
  .bfad9aa,
  .bfad227 {
    margin-left: 3rem !important;
  }
  .bfaded1 {
    padding: 0 !important;
  }
  .bfad0d98,
  .bfad2d8 {
    padding-top: 0 !important;
  }
  .bfad0a1,
  .bfad6c3 {
    padding-right: 0 !important;
  }
  .bfad0d98,
  .bfad7876 {
    padding-bottom: 0 !important;
  }
  .bfad0a1,
  .bfad38a {
    padding-left: 0 !important;
  }
  .bfada66 {
    padding: 0.25rem !important;
  }
  .bfad1a9,
  .bfad4d2d {
    padding-top: 0.25rem !important;
  }
  .bfad9e3,
  .bfad22b {
    padding-right: 0.25rem !important;
  }
  .bfad1a9,
  .bfad892a {
    padding-bottom: 0.25rem !important;
  }
  .bfad016,
  .bfad22b {
    padding-left: 0.25rem !important;
  }
  .bfade75 {
    padding: 0.5rem !important;
  }
  .bfadd84,
  .bfadeee {
    padding-top: 0.5rem !important;
  }
  .bfad2f8,
  .bfadf586 {
    padding-right: 0.5rem !important;
  }
  .bfad10ce,
  .bfadeee {
    padding-bottom: 0.5rem !important;
  }
  .bfad4d8e,
  .bfadf586 {
    padding-left: 0.5rem !important;
  }
  .bfadd15 {
    padding: 1rem !important;
  }
  .bfad5b0,
  .bfada49 {
    padding-top: 1rem !important;
  }
  .bfad152,
  .bfada94 {
    padding-right: 1rem !important;
  }
  .bfad5b0,
  .bfadd19 {
    padding-bottom: 1rem !important;
  }
  .bfada94,
  .bfadf86 {
    padding-left: 1rem !important;
  }
  .bfadcf43 {
    padding: 1.5rem !important;
  }
  .bfad2da,
  .bfaddf5 {
    padding-top: 1.5rem !important;
  }
  .bfad369,
  .bfaddfa {
    padding-right: 1.5rem !important;
  }
  .bfad133,
  .bfaddf5 {
    padding-bottom: 1.5rem !important;
  }
  .bfad369,
  .bfada53 {
    padding-left: 1.5rem !important;
  }
  .bfad50bf {
    padding: 3rem !important;
  }
  .bfad0c7,
  .bfade13 {
    padding-top: 3rem !important;
  }
  .bfad6cd3,
  .bfad534 {
    padding-right: 3rem !important;
  }
  .bfad0c7,
  .bfad17be {
    padding-bottom: 3rem !important;
  }
  .bfad1fc,
  .bfad534 {
    padding-left: 3rem !important;
  }
  .bfad205 {
    margin: -0.25rem !important;
  }
  .bfad9d7,
  .bfadc14 {
    margin-top: -0.25rem !important;
  }
  .bfad290,
  .bfade4a2 {
    margin-right: -0.25rem !important;
  }
  .bfad5e4,
  .bfadc14 {
    margin-bottom: -0.25rem !important;
  }
  .bfadd1f,
  .bfade4a2 {
    margin-left: -0.25rem !important;
  }
  .bfad735 {
    margin: -0.5rem !important;
  }
  .bfad582,
  .bfadf39 {
    margin-top: -0.5rem !important;
  }
  .bfad035,
  .bfadb0a {
    margin-right: -0.5rem !important;
  }
  .bfad582,
  .bfada29 {
    margin-bottom: -0.5rem !important;
  }
  .bfadb0a,
  .bfadb57 {
    margin-left: -0.5rem !important;
  }
  .bfad15e {
    margin: -1rem !important;
  }
  .bfad162,
  .bfada10 {
    margin-top: -1rem !important;
  }
  .bfad6c6,
  .bfad34b1 {
    margin-right: -1rem !important;
  }
  .bfad73b,
  .bfad162 {
    margin-bottom: -1rem !important;
  }
  .bfad34b1,
  .bfadefa {
    margin-left: -1rem !important;
  }
  .bfad803 {
    margin: -1.5rem !important;
  }
  .bfad7e1,
  .bfad27be {
    margin-top: -1.5rem !important;
  }
  .bfad9b0d,
  .bfada7b {
    margin-right: -1.5rem !important;
  }
  .bfad27be,
  .bfad365 {
    margin-bottom: -1.5rem !important;
  }
  .bfad6ba,
  .bfad9b0d {
    margin-left: -1.5rem !important;
  }
  .bfadc6a9 {
    margin: -3rem !important;
  }
  .bfad5fb,
  .bfadd80 {
    margin-top: -3rem !important;
  }
  .bfad7bbc,
  .bfadba9 {
    margin-right: -3rem !important;
  }
  .bfad5df,
  .bfadd80 {
    margin-bottom: -3rem !important;
  }
  .bfad7bb7,
  .bfad7bbc {
    margin-left: -3rem !important;
  }
  .bfadfb5 {
    margin: auto !important;
  }
  .bfad5ce,
  .bfada51 {
    margin-top: auto !important;
  }
  .bfad32e,
  .bfadd7f {
    margin-right: auto !important;
  }
  .bfad17d,
  .bfada51 {
    margin-bottom: auto !important;
  }
  .bfad32e,
  .bfad55c {
    margin-left: auto !important;
  }
}
@media (min-width: 1367px) {
  .bfadda9 {
    margin: 0 !important;
  }
  .bfada59d,
  .bfadd7e {
    margin-top: 0 !important;
  }
  .bfad02a,
  .bfadfa9 {
    margin-right: 0 !important;
  }
  .bfad15a,
  .bfada59d {
    margin-bottom: 0 !important;
  }
  .bfad627,
  .bfadfa9 {
    margin-left: 0 !important;
  }
  .bfad7f0 {
    margin: 0.25rem !important;
  }
  .bfada9f,
  .bfadde6 {
    margin-top: 0.25rem !important;
  }
  .bfad0a10,
  .bfad9e7f {
    margin-right: 0.25rem !important;
  }
  .bfada9f,
  .bfaddc9b {
    margin-bottom: 0.25rem !important;
  }
  .bfad0a10,
  .bfad6767 {
    margin-left: 0.25rem !important;
  }
  .bfad0e6 {
    margin: 0.5rem !important;
  }
  .bfad6d1,
  .bfad587 {
    margin-top: 0.5rem !important;
  }
  .bfadc15,
  .bfadc90 {
    margin-right: 0.5rem !important;
  }
  .bfad26b,
  .bfad587 {
    margin-bottom: 0.5rem !important;
  }
  .bfadc15,
  .bfadfc93 {
    margin-left: 0.5rem !important;
  }
  .bfade03 {
    margin: 1rem !important;
  }
  .bfad1c3,
  .bfadacb {
    margin-top: 1rem !important;
  }
  .bfad76fd,
  .bfadf360 {
    margin-right: 1rem !important;
  }
  .bfad0c75,
  .bfad1c3 {
    margin-bottom: 1rem !important;
  }
  .bfad76fd,
  .bfadf2f {
    margin-left: 1rem !important;
  }
  .bfad6c2 {
    margin: 1.5rem !important;
  }
  .bfad744,
  .bfadf4c {
    margin-top: 1.5rem !important;
  }
  .bfad027,
  .bfaddf1 {
    margin-right: 1.5rem !important;
  }
  .bfad243,
  .bfadf4c {
    margin-bottom: 1.5rem !important;
  }
  .bfad99c9,
  .bfaddf1 {
    margin-left: 1.5rem !important;
  }
  .bfad814 {
    margin: 3rem !important;
  }
  .bfadd3c,
  .bfaddfc {
    margin-top: 3rem !important;
  }
  .bfad0ec,
  .bfad6fe {
    margin-right: 3rem !important;
  }
  .bfad1e0,
  .bfadd3c {
    margin-bottom: 3rem !important;
  }
  .bfad6fe,
  .bfad22d {
    margin-left: 3rem !important;
  }
  .bfad861 {
    padding: 0 !important;
  }
  .bfad330,
  .bfadd52 {
    padding-top: 0 !important;
  }
  .bfad1fed,
  .bfadf25 {
    padding-right: 0 !important;
  }
  .bfadd52,
  .bfadebc {
    padding-bottom: 0 !important;
  }
  .bfad8c3,
  .bfadf25 {
    padding-left: 0 !important;
  }
  .bfadb06f {
    padding: 0.25rem !important;
  }
  .bfad5a2e,
  .bfad8af {
    padding-top: 0.25rem !important;
  }
  .bfad7184,
  .bfadf759 {
    padding-right: 0.25rem !important;
  }
  .bfad5a2e,
  .bfad7da {
    padding-bottom: 0.25rem !important;
  }
  .bfadb6a9,
  .bfadf759 {
    padding-left: 0.25rem !important;
  }
  .bfad7dc9 {
    padding: 0.5rem !important;
  }
  .bfad39ff,
  .bfadffa {
    padding-top: 0.5rem !important;
  }
  .bfad593,
  .bfadb0c {
    padding-right: 0.5rem !important;
  }
  .bfadf00,
  .bfadffa {
    padding-bottom: 0.5rem !important;
  }
  .bfad593,
  .bfadcc1 {
    padding-left: 0.5rem !important;
  }
  .bfadb410 {
    padding: 1rem !important;
  }
  .bfad63b5,
  .bfadf121 {
    padding-top: 1rem !important;
  }
  .bfad4c45,
  .bfadc0b {
    padding-right: 1rem !important;
  }
  .bfadd5f,
  .bfadf121 {
    padding-bottom: 1rem !important;
  }
  .bfada7fa,
  .bfadc0b {
    padding-left: 1rem !important;
  }
  .bfad28d4 {
    padding: 1.5rem !important;
  }
  .bfadcff,
  .bfadfd1 {
    padding-top: 1.5rem !important;
  }
  .bfad0b9,
  .bfadc681 {
    padding-right: 1.5rem !important;
  }
  .bfadbae1,
  .bfadfd1 {
    padding-bottom: 1.5rem !important;
  }
  .bfad0b9,
  .bfad156 {
    padding-left: 1.5rem !important;
  }
  .bfad83b {
    padding: 3rem !important;
  }
  .bfad522,
  .bfad4454 {
    padding-top: 3rem !important;
  }
  .bfad402,
  .bfadd605 {
    padding-right: 3rem !important;
  }
  .bfad522,
  .bfadbad {
    padding-bottom: 3rem !important;
  }
  .bfad2159,
  .bfadd605 {
    padding-left: 3rem !important;
  }
  .bfad65b {
    margin: -0.25rem !important;
  }
  .bfad7cd,
  .bfaddfd5 {
    margin-top: -0.25rem !important;
  }
  .bfad7878,
  .bfadc778 {
    margin-right: -0.25rem !important;
  }
  .bfad7cd,
  .bfad65b2 {
    margin-bottom: -0.25rem !important;
  }
  .bfad953,
  .bfad7878 {
    margin-left: -0.25rem !important;
  }
  .bfad5d33 {
    margin: -0.5rem !important;
  }
  .bfad1e3b,
  .bfad5b8 {
    margin-top: -0.5rem !important;
  }
  .bfada8b,
  .bfadf911 {
    margin-right: -0.5rem !important;
  }
  .bfad0f6,
  .bfad5b8 {
    margin-bottom: -0.5rem !important;
  }
  .bfade01f,
  .bfadf911 {
    margin-left: -0.5rem !important;
  }
  .bfad017 {
    margin: -1rem !important;
  }
  .bfad0ec6,
  .bfad9a8f {
    margin-top: -1rem !important;
  }
  .bfadbd5,
  .bfade442 {
    margin-right: -1rem !important;
  }
  .bfad0ec6,
  .bfad2f0 {
    margin-bottom: -1rem !important;
  }
  .bfadbd5,
  .bfadf43e {
    margin-left: -1rem !important;
  }
  .bfadf866 {
    margin: -1.5rem !important;
  }
  .bfad218,
  .bfada61 {
    margin-top: -1.5rem !important;
  }
  .bfad4125,
  .bfadfcbe {
    margin-right: -1.5rem !important;
  }
  .bfada61,
  .bfadce58 {
    margin-bottom: -1.5rem !important;
  }
  .bfad938,
  .bfad4125 {
    margin-left: -1.5rem !important;
  }
  .bfade89 {
    margin: -3rem !important;
  }
  .bfad835,
  .bfadbd9 {
    margin-top: -3rem !important;
  }
  .bfad194,
  .bfadfc6 {
    margin-right: -3rem !important;
  }
  .bfad0e6a,
  .bfad835 {
    margin-bottom: -3rem !important;
  }
  .bfad194,
  .bfadec6 {
    margin-left: -3rem !important;
  }
  .bfad986 {
    margin: auto !important;
  }
  .bfad8a3,
  .bfadc98 {
    margin-top: auto !important;
  }
  .bfad5c7,
  .bfadd04 {
    margin-right: auto !important;
  }
  .bfad118,
  .bfadc98 {
    margin-bottom: auto !important;
  }
  .bfad4bf9,
  .bfadd04 {
    margin-left: auto !important;
  }
}
.bfad1cd {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.bfad436 {
  text-align: justify !important;
}
.bfadc89 {
  white-space: normal !important;
}
.bfad0d6f {
  white-space: nowrap !important;
}
.bfad8e0 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bfad4fb {
  text-align: left !important;
}
.bfade64 {
  text-align: right !important;
}
.bfad062 {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bfad52a2 {
    text-align: left !important;
  }
  .bfad0d90 {
    text-align: right !important;
  }
  .bfad3a88 {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bfad120 {
    text-align: left !important;
  }
  .bfadc23d {
    text-align: right !important;
  }
  .bfad9d6 {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bfad2f5 {
    text-align: left !important;
  }
  .bfad7d4b {
    text-align: right !important;
  }
  .bfada1c {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bfadefb {
    text-align: left !important;
  }
  .bfadaa9 {
    text-align: right !important;
  }
  .bfad39d {
    text-align: center !important;
  }
}
@media (min-width: 1367px) {
  .bfadd549 {
    text-align: left !important;
  }
  .bfad11d {
    text-align: right !important;
  }
  .bfad97a7 {
    text-align: center !important;
  }
}
.bfadcf5 {
  text-transform: lowercase !important;
}
.bfad068 {
  text-transform: uppercase !important;
}
.bfad98b {
  text-transform: capitalize !important;
}
.bfadc88 {
  font-weight: 300 !important;
}
.bfadca1 {
  font-weight: lighter !important;
}
.bfad11d7 {
  font-weight: 400 !important;
}
.bfad6c67 {
  font-weight: 700 !important;
}
.bfad1de6 {
  font-weight: bolder !important;
}
.bfadd65 {
  font-style: italic !important;
}
.bfadd5a {
  color: #fff !important;
}
.bfad8a48 {
  color: #130f26 !important;
}
a.bfad8a48:focus,
a.bfad8a48:hover {
  color: #000 !important;
}
.bfad176 {
  color: #fff !important;
}
a.bfad176:focus,
a.bfad176:hover {
  color: #d9d9d9 !important;
}
.bfad80d6 {
  color: #28a745 !important;
}
a.bfad80d6:focus,
a.bfad80d6:hover {
  color: #19692c !important;
}
.bfadbe74 {
  color: #17a2b8 !important;
}
a.bfadbe74:focus,
a.bfadbe74:hover {
  color: #0f6674 !important;
}
.bfad440 {
  color: #ffc107 !important;
}
a.bfad440:focus,
a.bfad440:hover {
  color: #ba8b00 !important;
}
.bfadaec {
  color: #dc3545 !important;
}
a.bfadaec:focus,
a.bfadaec:hover {
  color: #a71d2a !important;
}
.bfad36a {
  color: #f8f9fa !important;
}
a.bfad36a:focus,
a.bfad36a:hover {
  color: #cbd3da !important;
}
.bfad127 {
  color: #343a40 !important;
}
a.bfad127:focus,
a.bfad127:hover {
  color: #121416 !important;
}
.bfad866d {
  color: #918d00 !important;
}
.bfadb9c {
  color: #6c757d !important;
}
.bfad721 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bfad77cd {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.bfaddaa {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bfad974 {
  text-decoration: none !important;
}
.bfad53f {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.bfada30 {
  color: inherit !important;
}
p {
  font-size: 0.9375rem;
}
.bfadc7f ul {
  margin: 15px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.bfadc7f ul li {
  font-size: 1.125rem;
  font-weight: 700;
  background-image: url(https://payidcasinosaus.com/images/bullet-paw.120c221c.svg);
  background-position: left top 40%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin: 12px 15px;
}
@media (min-width: 768px) {
  .bfadc7f ul li {
    max-width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
@media (min-width: 992px) {
  .bfadc7f ul li {
    margin: 12px 15px;
  }
}
@media (min-width: 768px) {
  .bfadc7f ul {
    margin: 12px 0;
  }
}
.bfadc7f ol {
  counter-reset: num;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.bfadc7f ol:last-child {
  margin-bottom: 0;
}
.bfadc7f ol li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .bfadc7f ol li {
    margin: 0 0 25px;
  }
}
.bfadc7f ol li:last-child {
  margin-bottom: 0;
}
.bfadc7f ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  display: inline-block;
  margin: 0 15px 10px;
  font-size: 1.125rem;
  color: #26c280;
}
.bfad821 {
  margin-bottom: 15px;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  text-transform: uppercase;
}
.bfad349 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .bfad349 {
    padding-top: 70px;
  }
}
.bfad1cb {
  margin-bottom: 40px;
}
.bfad02a6 {
  bottom: 25px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 2px;
  background-image: url(https://payidcasinosaus.com/images/scroll.06e20181.png);
  background-size: 30px;
}
.bfad02a6.is-shown {
  opacity: 0.5;
}
.bfad02a6.is-shown:hover {
  opacity: 0.8;
}
.bfadb4c3 {
  color: #333;
  background-color: #26c280;
  letter-spacing: 1.17px;
}
.bfadc621 {
  border: 2px solid #26c280;
}
.bfad469c {
  max-width: 280px;
  padding: 14px 25px;
  background-color: #26c280;
  border-radius: 24.5px;
  color: #333;
}
.bfaddb6 {
  margin: 25px 0;
}
.bfaddb6 .bfadb06c,
.bfaddb6 a {
  line-height: 1.65;
}
.bfaddb6 .bfadb06c,
.bfaddb6 .bfadb06c:hover,
.bfaddb6 a:hover {
  color: #b5add9;
}
@media (min-width: 768px) {
  .bfadc41 {
    padding: 25px 20px;
  }
}
.bfadbb4,
.bfadc41 {
  background-color: #141720;
  border-radius: 6px;
}
.bfadde7 {
  padding: 20px 0;
}
.bfad249 {
  height: 100%;
  padding-bottom: 20px;
}
.bfad69f {
  height: 100%;
  padding: 20px 15px 13px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bfad69f:hover .bfad231 {
  color: #26c280;
}
.bfad7ba2 {
  padding: 5px 0 10px;
}
.bfada38 {
  min-height: 36px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad231 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.86px;
  color: #fff;
  text-align: center;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.bfad8f2 {
  position: relative;
  opacity: 0;
  z-index: 100;
  background-color: rgba(20, 23, 32, 0.8);
  padding: 13px 0;
}
.bfad8f2 .bfadf85 {
  font-size: 0.875rem;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
}
.bfad8f2 .bfadf85 p {
  margin: 0;
  font-size: inherit;
}
.bfad8f2 .bfad920 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bfad8f2 .bfadf85 {
    margin: 0;
  }
}
.bfad8f2 .bfade76b {
  color: #26c280;
}
.bfad8f2 .bfad1d4 {
  width: 100%;
  max-width: 196px;
}
.bfad8f2 .bfad04e3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bfad8f8 {
  margin: 25px 0;
  font-size: 2.5rem;
}
.bfaddbe {
  color: #fff;
}
.bfadc0fc {
  width: 85%;
  max-height: 85%;
}
.bfad078f {
  padding: 15px 0;
  background: #130f26;
  background: linear-gradient(90deg, #130f26 0, #382c6f);
}
@media (min-width: 768px) {
  .bfad078f {
    padding: 25px 0;
  }
}
.bfad585 {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .bfadb23 {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.bfade5d {
  margin-bottom: 25px;
  padding: 0;
}
.bfade5d .bfad13e {
  display: inline-block;
  margin: 2px 6px;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.bfade5d .bfad13e a:hover {
  color: #b5add9;
}
.bfad472 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .bfad472 {
    height: auto;
    display: block;
    text-align: center;
  }
}
.bfad0d3 {
  padding: 8px 0;
  box-shadow: -2px -4px 10px 3px #000;
  background: linear-gradient(90deg, #130f26 0, #382c6f);
}
.bfad0d3 .bfadda4 {
  height: 41px;
}
.bfadc30 {
  width: 30px;
  height: 18px;
}
.bfad8294,
.bfad8294:after,
.bfad8294:before {
  background-color: #fff;
}
.bfad1139.is-active .bfad8294,
.bfad8294:after,
.bfad8294:before {
  width: 30px;
}
.bfad902 {
  text-transform: uppercase;
}
.bfada62 {
  text-align: center;
}
.bfadb7b {
  position: relative;
}
.bfad46ee {
  text-align: center;
  margin: 12px 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .bfad46ee {
    margin: 25px 0;
    padding: 25px 0;
  }
}
.bfade07:after {
  content: " more";
}
.bfad970:after {
  content: " less";
}
.bfad361c {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}
.bfad970 + .bfad361c {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
button.bfade07 {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.bfadd0f6 {
  padding: 0;
}
@media (min-width: 768px) {
  .bfadc31 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bfadbed {
  display: -ms-flexbox;
  display: flex;
}
.bfade1d {
  -ms-flex-pack: center;
  justify-content: center;
}
.bfaddbc9 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.bfad108 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bfad82e {
  -ms-flex-align: center;
  align-items: center;
}
.is-hidden {
  opacity: 0;
}
.hide-at-start {
  display: none;
}
@media (min-width: 1200px) {
  .bfad857 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hide-xl-to-up {
    display: none;
  }
}
.bfad498 {
  background: #130f26;
  background: linear-gradient(90deg, #130f26 0, #382c6f);
}
.bfad4a0 {
  line-height: 150%;
  margin-bottom: 10px;
}
.bfad13f7 {
  font-size: 0.875rem;
  line-height: 1.85;
}
@media (max-width: 1199.98px) {
  .bfad57a {
    position: fixed;
    top: 57px;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 9999;
    width: 100%;
    padding-top: 25px;
    text-align: left;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
    background: rgba(26, 26, 26, 0.95);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bfad57a {
    width: 320px;
  }
}
@media (max-width: 1199.98px) {
  .bfad57a.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bfadc3d {
  display: none;
}
@media (max-width: 1199.98px) {
  .bfadc3d {
    position: absolute;
    right: 8px;
    top: 0;
    display: block;
    width: 34px;
    height: 34px;
    transition: all 0.2s ease-in-out;
  }
}
.bfadc3d.is-open {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bfad624 {
  margin: 0;
  padding: 0;
}
.bfad624 .bfad13e {
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .bfad624 .bfad13e {
    padding-left: 20px;
    font-weight: 600;
    font-family: Josefin Sans, Roboto, "sans-serif";
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .bfad624 .bfad13e {
    display: inline-block;
    padding: 15px 10px;
    font-size: 1rem;
  }
}
.bfad624 .bfad13e .is-empty-link,
.bfad624 .bfad13e a {
  text-decoration: none;
  color: #fbfbfc;
}
@media (max-width: 1199.98px) {
  .bfad624 .bfad13e .is-empty-link,
  .bfad624 .bfad13e a {
    display: block;
    padding: 5px 55px 5px 5px;
    border-bottom: 1px solid #000;
  }
}
.bfad624 .bfad13e:hover,
.bfad624 .bfad13e a:hover {
  color: #26c280;
}
@media (min-width: 1200px) {
  .bfad624 .bfad643:hover > .bfad71d,
  .bfad624 .bfadabc:hover > .bfad71d {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bfad624 .bfadbfa0 {
  display: inline-block;
  vertical-align: sub;
  max-width: 20px;
  max-height: 35px;
  height: auto;
  margin-right: 5px;
}
.bfad624 .bfad71d {
  display: none;
}
@media (max-width: 1199.98px) {
  .bfad624 .bfad71d {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .bfad624 .bfad71d {
    position: absolute;
    top: 116%;
    left: 0;
    width: 270px;
    display: block;
    right: -170px;
    opacity: 0;
    visibility: hidden;
    background-color: #141720;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .bfad624 .bfad71d .bfad71d {
    top: 0;
    left: 100%;
    right: -100%;
    border-right: transparent;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  }
}
.bfad624 .bfad71d .bfad13e {
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .bfad624 .bfad71d .bfad13e {
    position: static;
    display: block;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
  }
}
.bfad624 .bfad71d .bfad13e a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.bfad624 .bfad71d .bfad13e:hover,
.bfad624 .bfad71d .bfad13e a:hover {
  color: #26c280;
}
.bfad100 {
  max-width: 420px;
  padding: 20px 12px;
}
@media (min-width: 1200px) {
  .bfad100 {
    max-width: 100%;
    padding: 20px;
  }
}
.bfadba2 {
  max-width: 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
@media (min-width: 768px) {
  .bfadba2 {
    max-width: 41%;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
  }
}
.bfad0dc {
  max-width: 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
@media (min-width: 768px) {
  .bfad0dc {
    max-width: 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
  }
}
.bfad080 {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.bfadad2 {
  margin: 5px 0 15px;
  font-size: 1rem;
  line-height: 1.1;
}
.bfadd29 {
  font-size: 0.75rem;
}
.bfad555 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.bfad20f {
  color: #000;
}
.bfad80e {
  margin: 0 auto;
}
.bfadea1 {
  margin: 50px auto 0;
  border-radius: 50%;
  border: 16px solid #f3f3f3;
  border-top-color: #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: bfad1da 2s linear infinite;
  animation: bfad1da 2s linear infinite;
}
@-webkit-keyframes bfad1da {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes bfad1da {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.bfad81d {
  cursor: pointer;
}
.bfad34b2 {
  margin: 50px 0;
}
.bfad9866 {
  border-bottom: 1px solid hsla(0, 0%, 60.8%, 0.3);
}
.bfad968 {
  margin-bottom: 5px;
  padding-bottom: 15px;
}
.bfad86a {
  max-width: 250px;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.bfad4f5a {
  text-align: center;
}
@media (min-width: 768px) {
  .bfad4f5a {
    text-align: right;
  }
}
.bfadf93 {
  padding-left: 30px;
  font-size: 1.125rem;
  font-weight: 700;
  background-image: url(https://payidcasinosaus.com/images/bullet-paw.120c221c.svg);
  background-position: left top 40%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin: 10px 15px 15px;
  display: block;
  transition: all 0.4s ease-in-out;
  color: #918d00;
  cursor: pointer;
}
.bfadf93:hover {
  text-decoration: none;
  color: #b5add9;
}
.bfad781,
.bfad968 p {
  margin-bottom: 25px;
  line-height: 150%;
}
.bfad164 {
  display: none;
}
@media (min-width: 1200px) {
  .bfad164 {
    display: block;
  }
}
.bfad63a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad9eb {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.bfadbee {
  background-image: url(https://payidcasinosaus.com/images/ic-star-3.a9b113e8.svg);
}
.bfad119 {
  background-image: url(https://payidcasinosaus.com/images/ic-star-2.b38540eb.svg);
}
.bfadcc6 {
  background-image: url(https://payidcasinosaus.com/images/ic-star-1.84447114.svg);
}
.bfad00b {
  width: 80px;
  height: 30px;
  background: url(https://payidcasinosaus.com/images/stars.924adc00.svg) 0 no-repeat;
  background-size: 80px auto;
}
.bfadc967 {
  width: 100px;
  background-size: 100px auto;
}
.bfad55a7 {
  display: block;
  height: 100%;
  background: url(https://payidcasinosaus.com/images/stars-active.c3c484f9.svg) 0 no-repeat;
  background-size: inherit;
}
.bfad659 {
  margin: 25px 0;
}
.bfadea3 {
  margin-bottom: 1.75rem;
  font-size: 2.875rem;
}
.bfaddb6e {
  max-width: 250px;
}
.bfad611 {
  padding: 0 15px 10px;
}
.bfad5e6 {
  margin: 15px 0 10px;
  font-size: 1rem;
}
.bfad537 {
  margin: 10px 0 25px;
}
.bfad3b3,
.bfad8c8,
.bfadf2d {
  display: none;
}
@media (min-width: 768px) {
  .bfad3b3,
  .bfad8c8,
  .bfadf2d {
    display: -ms-flexbox;
    display: flex;
  }
}
.bfad626 {
  line-height: 1.25;
  color: #26c280;
}
@media (min-width: 768px) {
  .bfad626 {
    text-align: left;
    padding: 0 10px;
  }
}
.bfad4fd {
  width: 80%;
}
.bfad25f {
  background-color: #4b46af;
}
.bfad25f .bfad2b3 {
  padding: 8px 5px;
}
@media (min-width: 992px) {
  .bfad25f .bfad27c,
  .bfad25f .bfadf2d {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .bfad25f .bfad3b3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad25f .bfad3b3 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.bfad2b3 {
  margin-bottom: 2px;
}
.bfad510d .bfad2b3 {
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .bfad510d .bfad2b3 {
    padding: 5px;
  }
}
.bfad510d .bfad05e5 {
  background-color: #141720;
  border-bottom: 2px solid #000;
}
.bfad510d .bfad05e5:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .bfad510d .bfad05e5 {
    border-bottom: 0;
  }
}
.bfad510d .bfad3a2 {
  padding: 15px 3px;
}
@media (min-width: 768px) {
  .bfad510d .bfad8c8 {
    max-width: 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
  }
}
.bfad510d .bfadc0fa {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .bfad510d .bfadc0fa {
    max-width: 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
}
.bfad510d .bfad27c {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .bfad510d .bfad27c {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfad27c {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .bfad510d .bfadf2d {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfadf2d {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .bfad510d .bfad9c8 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bfad510d .bfad18c {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .bfad510d .bfadb9b {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  .bfad510d .bfadce3 {
    -ms-flex-order: 1;
    order: 1;
  }
}
.bfad9ea {
  margin-bottom: 25px;
}
.bfadf33 {
  margin: 0.9375rem 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.07187rem;
  color: #26c280;
}
.bfad6e6 {
  margin: 0 0 5px;
  font-size: 0.75rem;
}
.bfad8926 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bfad8926:hover {
  background-color: #111218;
}
.bfad121 {
  padding: 5px;
}
.bfad874 .bfad121:first-of-type {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.bfad874 .bfad121:nth-of-type(2) {
  max-width: 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
.bfadfb96 {
  margin: 0 0 5px;
  font-size: 0.6875rem;
  color: #26c280;
}
.bfad478 {
  min-width: 60px;
}
.bfad80dc {
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.bfad0d3,
.bfad80dc {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.bfad0d3 {
  background: #130f26;
  position: fixed;
  z-index: 999;
  min-height: 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 20px 20px;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  .bfad0d3 {
    min-height: 57px;
    padding: 3px 0 0;
  }
}
.bfad89d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.bfad0d3 .bfad58d {
  display: inline-block;
}
.bfad0d3 .bfadda4 {
  height: auto;
  max-width: 100px;
}
@media (max-width: 1199.98px) {
  .bfade1a {
    width: 100%;
    padding-top: 0;
    top: 60px;
    overflow: hidden;
  }
  .bfade1a .bfad634 {
    width: 100%;
    height: 100%;
    top: 0;
    margin-bottom: 0;
    padding: 20px 0 0;
    background-color: #130f26;
    border-top: 1px solid #333;
    list-style: none;
    position: fixed;
    bottom: auto;
    transition: all 0.4s ease-in-out;
  }
  .bfad13e {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 1rem;
    position: relative;
    margin: 0 15px;
  }
  .bfad13e:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .bfad13e a {
    font-family: Poppins, Roboto, "sans-serif";
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 35px 16px 0;
  }
  .bfad13e a:hover {
    color: #b5add9;
    text-decoration: none;
  }
  .bfad13e:hover {
    background-color: #130f26;
  }
  .bfadbfa0 {
    max-width: 20px;
    max-height: 35px;
    margin-right: 5px;
  }
  .bfad471 {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    display: block;
  }
  .bfad471:hover {
    cursor: pointer;
  }
  .bfadcc2 {
    display: block;
    margin-bottom: 3px;
    padding: 12px 0;
  }
  .bfad543 {
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bfad543.bfadb6f {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .bfad543 {
    right: 18px;
  }
}
@media (max-width: 1199.98px) {
  .bfad7d0 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    top: 0;
    right: 0;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-bottom: 4px;
  }
  .bfaddaf {
    display: none;
  }
  .bfaddaf.bfad7df ~ .bfad898,
  .bfaddaf:checked ~ .bfad898 {
    visibility: visible;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bfad898 {
    font-family: Poppins, Roboto, "sans-serif";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #130f26;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .bfad6435 {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
  }
  .bfad6435 .bfad471 {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 0.75rem;
    line-height: 133%;
    color: hsla(0, 0%, 100%, 0.5);
    padding-left: 20px;
  }
  .bfad6435 .bfad543 {
    width: 20px;
    right: auto;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .bfad6435 .bfad543 {
    left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .bfad6435 .bfad7d0 {
    font-size: 1.5rem;
    color: hsla(0, 0%, 100%, 0.5);
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .bfad13e,
  .bfad6435 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .bfad13e,
  .bfad6435 {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .bfad13e,
  .bfad6435 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bfadc3d {
    display: none;
  }
  .bfadc3d.is-open {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .bfade1a .bfad2e8 {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
  .bfade1a .bfad2e8 > .bfad13e:nth-last-child(-n + 3) .bfad898 {
    left: auto;
    right: 0;
  }
  .bfade1a .bfad2e8 > .bfad13e:nth-last-child(-n + 3) .bfad898 .bfad898 {
    right: 100%;
    left: -100%;
  }
  .bfade1a .bfad2e8 .bfad13e {
    list-style: none;
    position: relative;
    display: inline-block;
    border-radius: 20px 20px 0 0;
  }
  .bfade1a .bfad2e8 .bfad13e .is-empty-link,
  .bfade1a .bfad2e8 .bfad13e a {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding: 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .bfade1a .bfad2e8 .bfad13e:hover {
    color: #b5add9;
    background-color: #2c264d;
  }
  .bfade1a .bfad2e8 .bfad643:hover > .bfad898,
  .bfade1a .bfad2e8 .bfadabc:hover > .bfad898 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .bfade1a .bfad2e8 .bfad13e.bfad498b .bfad471 {
    padding-right: 25px;
  }
  .bfade1a .bfad2e8 .bfad13e:not(:last-of-type) {
    margin-right: 25px;
  }
  .bfade1a .bfad2e8 .bfadbfa0 {
    display: inline-block;
    vertical-align: sub;
    max-width: 20px;
    max-height: 35px;
    height: auto;
    margin-right: 5px;
  }
  .bfade1a .bfad2e8 .bfad898 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    display: block;
    right: -135px;
    opacity: 0;
    visibility: hidden;
    background-color: #2c264d;
    padding: 8px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 3;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad898 {
    top: 0;
    left: 100%;
    right: -100%;
    height: 100%;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad13e {
    position: static;
    display: block;
    margin: 0;
    padding: 0 8px;
    letter-spacing: 0;
    background-color: #2c264d;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad13e a {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: #fff;
    padding: 15px 7px;
    display: block;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad13e:hover,
  .bfade1a .bfad2e8 .bfad898 .bfad13e a:hover {
    color: #b5add9;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad13e:not(:last-of-type) a {
    border-bottom: 1px solid #333;
  }
  .bfade1a .bfad2e8 .bfad898 .bfad498b .bfad471:after {
    display: none;
    right: 5px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .bfade1a .bfad543,
  .bfade1a .bfad6435,
  .bfade1a .bfaddaf {
    display: none;
  }
  .bfade1a .bfad13e,
  .bfade1a .bfad471 {
    font-family: Poppins, Roboto, "sans-serif";
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: none;
  }
  .bfade1a .bfad13e:hover,
  .bfade1a .bfad471:hover {
    color: #b5add9;
    text-decoration: none;
  }
  .bfade1a .bfad471 {
    position: relative;
    padding: 15px 10px;
  }
  .bfade1a .bfad471:after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background-image: url(https://payidcasinosaus.com/src/images/svg/icons/ic-chevron.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    transition: all 0.4s ease-in-out;
  }
  .bfade1a .bfad498b:hover {
    border-bottom-color: #b5add9;
  }
  .bfade1a .bfad498b:hover .bfad471:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body.bfad21b {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body.bfad21b {
    background-image: url(https://payidcasinosaus.com/src/images/main-bg.jpg);
  }
}
.bfad349 {
  overflow: hidden;
  padding-top: 64px;
}
.bfad98d9 .bfad349 {
  padding-top: 0;
}
.bfadc7f {
  margin-bottom: 60px;
}
.bfad1cb {
  margin-bottom: 25px;
}
.bfad1cb:last-child {
  margin-bottom: 0;
}
.bfadbaa {
  position: relative;
  z-index: 0;
}
.bfad024 {
  position: relative;
  padding: 40px 0;
}
.bfad024:before {
  background: #130f26;
  background: linear-gradient(90deg, #130f26 0, #382c6f);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
}
@media (min-width: 1200px) {
  .is-relative {
    position: relative;
  }
  .bfad6e7 {
    width: 300px;
    height: 425px;
    background-image: url(https://payidcasinosaus.com/src/images/mascot-2.svg);
    background-position: 50%;
    background-size: contain;
    position: absolute;
    bottom: -60px;
    right: 0;
  }
  .bfad6e7,
  .bfadcaf {
    display: block;
    background-repeat: no-repeat;
  }
  .bfadcaf {
    width: 135px;
    height: 95px;
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: -5px;
    background-image: url(https://payidcasinosaus.com/src/images/mascot-1.svg);
    background-position: top;
    background-size: 100% auto;
  }
}
.bfadfd3e {
  background-image: url(https://payidcasinosaus.com/images/chevron-right.432555e2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bfada401 {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
}
.bfad9e0 {
  background-image: url(https://payidcasinosaus.com/images/chevron-right.432555e2.svg);
  background-position: 50%;
  background-size: auto 100%;
}
.bfad9e0,
.bfad483 {
  background-repeat: no-repeat;
}
.bfad483 {
  padding-left: 25px;
  background-position: 0;
  background-size: auto 16px;
}
.bfada55 {
  background-image: url(https://payidcasinosaus.com/images/ic-dices.09acf658.svg);
}
.bfadea6 {
  background-image: url(https://payidcasinosaus.com/images/ic-wallet.3da1969d.svg);
}
.bfad4b35 {
  background-image: url(https://payidcasinosaus.com/images/ic-uk.28e3cbd7.svg);
}
.bfad708 {
  background-image: url(https://payidcasinosaus.com/images/ic-star.b5d17393.svg);
}
.bfad404 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.bfad8f4 {
  background-image: url(https://payidcasinosaus.com/images/ic-check.0100f9cf.svg);
}
.bfadb2f {
  background-image: url(https://payidcasinosaus.com/images/ic-uncheck.7df8a6fe.svg);
}
.bfad1ea4 {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: auto 100%;
}
.bfad9de {
  background-image: url(https://payidcasinosaus.com/src/images/ic-type-1.svg);
}
.bfad04b {
  background-image: url(https://payidcasinosaus.com/src/images/ic-type-2.svg);
}
.bfadea63 {
  background-image: url(src/images/ic-type-3.svg);
}
.bfadd21 {
  background-image: url(https://payidcasinosaus.com/src/images/ic-type-4.svg);
}
.bfad8b9 {
  background-image: url(https://payidcasinosaus.com/src/images/ic-type-5.svg);
}
.bfadc28 {
  background-image: url(https://payidcasinosaus.com/src/images/ic-type-6.svg);
}
.bfadccb {
  height: 160px;
  margin-bottom: 15px;
  background-color: #130f26;
  cursor: pointer;
  border-radius: 20px;
}
.bfadccb .bfadb02 {
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bfadccb .bfadb02 {
    height: 160px;
  }
}
.bfadccb .bfadac4 {
  max-width: 210px;
  max-height: 60px;
}
@media (min-width: 768px) {
  .bfadccb .bfadac4 {
    max-width: 380px;
    max-height: 110px;
  }
}
.bfaddb6 {
  margin: 30px 0 10px;
}
.bfaddb6 .bfadb06c,
.bfaddb6 a {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  line-height: 125%;
  color: #fff;
}
.bfaddb6 .bfadb06c:hover,
.bfaddb6 a:hover {
  text-decoration: none;
  color: #796fac;
}
.bfaddb6 .bfadb06c {
  color: #796fac;
}
.bfadc41 {
  padding: 10px;
}
@media (min-width: 768px) {
  .bfadc41 {
    padding: 0;
  }
}
.bfadc41 .bfadf8f,
.bfadc41 h2 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .bfadc41 .bfadf8f,
  .bfadc41 h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .bfadc41 .bfadf8f,
  .bfadc41 h2 {
    font-size: 1.625rem;
  }
}
.bfad1139 {
  cursor: default;
  overflow: visible;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
}
.bfadee0 {
  background-color: #2c264d;
  padding: 8px 12px 10px;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .bfadee0 {
    display: none;
  }
}
.bfadc30 {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.bfad8294 {
  width: 20px;
  display: block;
  top: auto;
  margin-top: -1px;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.bfad8294,
.bfad8294:after,
.bfad8294:before {
  height: 2px;
  background-color: #b5add9;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.bfad8294:after,
.bfad8294:before {
  content: "";
  display: block;
  width: 20px;
}
.bfad8294:before {
  top: -8px;
}
.bfad8294:after {
  top: -16px;
  bottom: -8px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.bfad1139.is-active .bfad8294 {
  width: 20px;
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bfad1139.is-active .bfad8294:after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.bfad1139.is-active .bfad8294:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.bfad927 {
  border: none;
  border-radius: 17px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.bfad927:hover {
  color: #333;
  background-color: #2df9a3;
  box-shadow: 0 0 6px 0 #26c280;
}
.bfadb4c3 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 125%;
  color: #ffcb05;
  background-color: #2c264d;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 5px 10px;
  text-transform: none;
}
.bfadc621 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background-color: #f15a22;
  line-height: 130%;
  border: none;
  border-radius: 17px;
  text-transform: uppercase;
  padding: 10px 15px;
}
.bfadc621:hover {
  color: #fff;
  background-color: #ff4500;
  border: none;
  box-shadow: none;
}
.bfad469c {
  width: 100%;
  max-width: 100%;
  padding: 20px 25px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07312rem;
  background-color: #f15a22;
  border-radius: 30px;
  color: #fff;
}
.bfad469c:hover {
  color: #fff;
  background-color: #ff4500;
  box-shadow: 0 1px 6px rgba(255, 102, 0, 0.75);
}
@media (min-width: 768px) {
  .bfad469c {
    padding: 14px 45px;
  }
}
.bfadd07 {
  padding: 9px 70px;
}
.bfadb322 {
  width: 100%;
  background-color: #2c264d;
  border-radius: 50px;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffcb05;
  padding: 10px 15px;
  text-transform: none;
}
.bfadb322:hover {
  color: #f15a22;
  background-color: #2c264d;
  box-shadow: none;
}
button.is-sticky {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 9999;
  transition: none;
}
@media (min-width: 768px) {
  button.is-sticky {
    position: static;
    z-index: 1;
    border-radius: 30px;
  }
}
.bfad498 {
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  background: none;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .bfad498 {
    padding: 40px 0;
  }
}
.bfad4a0 {
  font-size: 1.5rem;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bfad99f {
    background-image: url(https://payidcasinosaus.com/images/ic-english-language.1faa8a2a.svg);
    background-repeat: no-repeat;
    background-position: left top 45%;
    background-size: 36px auto;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .bfad4a0 {
    font-size: 2.25rem;
    line-height: 110%;
  }
}
.bfad13f7 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 10px;
  color: #b5add9;
}
@media (min-width: 576px) {
  .bfad4a0 {
    font-size: 1.875rem;
  }
}
.bfadaa1 .bfad0ba,
.bfadaa1 .bfad7671,
.bfadfd6 {
  padding: 10px 0;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 155%;
}
.bfad5ef0.bfadfd6,
.bfadaa1 .bfad5ef0.bfad0ba,
.bfadaa1 .bfad5ef0.bfad7671 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05625rem;
}
.bfadaa1 {
  font-size: 0.875rem;
}
.bfadaa1 .bfada2f,
.bfadaa1 .bfadb9ce,
.bfadaa1 .bfadd20f {
  margin-bottom: 10px;
}
.bfadaa1 .bfada2f,
.bfadaa1 .bfadb9ce {
  margin-bottom: 30px;
}
.bfadaa1 .bfadd20f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bfadaa1 .bfadd20f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bfadaa1 .bfadce4e {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfadce4e {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}
.bfadaa1 .bfad3b5 {
  display: block;
}
@media (min-width: 768px) {
  .bfadaa1 .bfad3b5 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfad3b5 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfad3b5,
  .bfadbbd {
    display: -ms-flexbox;
    display: flex;
  }
  .bfadbbd {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bfadaa1 .bfadc04 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0 10px;
}
@media (min-width: 768px) {
  .bfadaa1 .bfadc04 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfadc04 {
    margin: 10px 0 5px;
  }
}
.bfadaa1 .bfad4b5 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 15px;
}
.bfadaa1 .bfad4b5 span {
  color: #ff8000;
}
.bfad8213 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.bfadf7b {
  font-weight: 600;
  color: #26c280;
}
.bfad106 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 20px;
  border: 1px solid #26c280;
  border-radius: 10px;
  background-image: url(https://payidcasinosaus.com/images/ic-english-language.1faa8a2a.svg);
}
.bfad106,
.bfad106:before {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.bfad106:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
  background-image: url(https://payidcasinosaus.com/images/ic-checked.e3a87709.svg);
}
@media (min-width: 576px) {
  .bfadaa1 .bfada2f {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfada2f {
    max-width: 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    border-right: none;
    padding-right: 0;
  }
}
.bfadaa1 .bfad0fb {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.bfadaa1 .bfad372d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #130f26;
  margin: 5px 0;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  line-height: 140%;
}
.bfadaa1 .bfad372d.bfadd41 .bfad0ba:first-of-type {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.bfadaa1 .bfad372d.bfadd41 .bfad0ba:last-of-type {
  max-width: 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.bfadaa1 .bfad0ba {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .bfadaa1 .bfad0ba {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bfadaa1 .bfad0ba:first-of-type {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .bfadaa1 .bfad0ba:last-of-type {
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
.bfadaa1 .bfad0ba:first-of-type {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfadaa1 .bfad0ba:first-of-type,
.bfadaa1 .bfad0ba:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bfadaa1 .bfad0ba:last-of-type {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bfadaa1 .bfadb12 {
  width: 34px;
  height: 34px;
  background-color: #2c264d;
  border-radius: 50%;
  margin: 2.5px;
  max-width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfadaa1 .bfadb12:hover {
  background-color: #796fac;
}
@media (min-width: 576px) {
  .bfadaa1 .bfadb12 {
    width: 40px;
    height: 40px;
  }
}
.bfadaa1 .bfadbd6 {
  max-width: 30px;
  max-height: 30px;
}
@media (min-width: 576px) {
  .bfadaa1 .bfadbd6 {
    max-width: 38px;
    max-height: 38px;
  }
}
@media (min-width: 576px) {
  .bfadaa1 .bfadb9ce {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bfadaa1 .bfadb9ce {
    max-width: 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-left: 0;
  }
}
.bfadaa1 .bfad947 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #130f26;
  border-radius: 10px;
  margin: 5px 0;
  padding: 9px 15px;
}
.bfadaa1 .bfad7671 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.bfadaa1 .bfad7671:first-of-type {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfadaa1 .bfad7671:first-of-type,
.bfadaa1 .bfad7671:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bfadaa1 .bfad7671:last-of-type {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bfadaa1 .bfadc685 {
  background-color: transparent;
  padding: 0;
}
.bfadaa1 .bfadc685 .bfad7671 {
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 10px;
}
.bfad503 {
  display: none;
  width: 100%;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 130%;
  padding: 20px 15px;
  letter-spacing: 0;
  border-radius: 40px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .bfad503 {
    display: block;
  }
}
@media (min-width: 992px) {
  .bfad503 {
    max-width: 240px;
  }
}
body.has-overlay {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.bfad04a,
.bfad27f,
.bfadcf8,
.bfadd7a,
.bfadefc,
.bfadf8f,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Josefin Sans, Roboto, "sans-serif" !important;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin-bottom: 10px;
}
section .bfad27f,
section h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 110%;
}
section .bfadf8f,
section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
}
section .bfadefc,
section h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 120%;
  color: #b5add9;
}
section .bfad04a,
section h4 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  line-height: 130%;
}
a {
  transition: all 0.2s ease-in-out;
}
a,
a:hover {
  color: #4d79ff;
}
a:hover {
  text-decoration: underline;
}
p {
  font-weight: 400;
}
.bfadc7f ul li,
p {
  font-size: 1rem;
  color: #b5add9;
}
.bfadc7f ul li {
  font-family: Poppins, Roboto, "sans-serif";
  line-height: 155%;
  background: none;
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.bfadc7f ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4d79ff;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 10px;
}
.bfadc7f ol li {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f15a22;
}
.bfadc7f ol li,
.bfadc7f ol li:before {
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  line-height: 155%;
}
.bfadc7f ol li:before {
  content: counter(num);
  color: #fff;
  background-color: #f15a22;
  border-radius: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  max-width: 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin: 0 15px 0 0;
}
button:focus {
  outline: none;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.bfad38fa {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 1.5rem;
  line-height: 125%;
}
.bfad38fa,
.bfadc39 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.bfadc39 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.3125rem;
  line-height: 120%;
}
.bfad34b2 {
  margin: 15px 0;
}
.bfad9866 {
  background-color: #130f26;
  border-bottom: none;
  margin-bottom: 15px;
  border-radius: 20px;
}
.bfad9866:last-of-type {
  border-bottom: 0;
}
.bfadc54 .bfad968 {
  margin-bottom: 5px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .bfadc54 .bfad968 {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
  }
}
.bfadc54 .bfad86a {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bfadc54 .bfad86a {
    float: left;
  }
}
.bfadc54 .bfad57c {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .bfadc54 .bfad57c {
    max-width: 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.bfadc54 .bfada7f2 {
  padding: 0 20px;
}
.bfadc54 .bfad4f5a {
  text-align: center;
}
@media (min-width: 768px) {
  .bfadc54 .bfad4f5a {
    text-align: left;
    padding-left: 260px;
  }
}
.bfadc54 .bfad968 .bfadf93 {
  background-image: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  color: #918d00;
  cursor: pointer;
}
.bfadc54 .bfad968 .bfadf93:hover {
  text-decoration: none;
  color: #b5add9;
}
@media (min-width: 768px) {
  .bfadc54 .bfad968 .bfadf93 {
    padding: 0;
  }
}
.bfadc54 .bfad968 .bfadf93:hover {
  color: #f15a22 !important;
}
.bfadc54 .bfad102,
.bfadc54 .bfad781,
.bfadc54 .bfad968 p {
  margin-bottom: 10px;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #b5add9;
}
.bfadc54 .bfad102 {
  display: block;
}
@media (min-width: 768px) {
  .bfadc54 .bfad102 {
    padding: 0;
  }
}
.bfadc54 .bfad70e {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 125%;
  color: #ffcb05;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
  background-color: #2c264d;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 768px) {
  .bfadc54 .bfad70e {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 15px;
  }
}
.bfad2e7 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  margin-bottom: 20px;
}
.bfadd70f {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .bfadd70f {
    max-width: 100%;
  }
}
.bfad24c8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.bfad779c3 .bfad713,
.bfad993 .bfad713,
.bfad996 .bfad713 {
  position: relative;
}
.bfad779c3 .bfad713:after,
.bfad993 .bfad713:after,
.bfad996 .bfad713:after {
  background-color: #f15a22;
  content: "Top";
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.625rem;
  font-weight: 700;
  width: 100px;
  padding: 17px 2px 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: -8px;
  right: -40px;
}
.bfad8676 {
  max-width: 100% !important;
  max-height: 100% !important;
}
.bfad713 {
  height: 115px;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad0459 {
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 15px 5px 10px;
  text-align: center;
  color: #fff;
}
.bfadfa99 {
  padding: 0 5px 10px;
  text-align: center;
}
.bfadc36 {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 28px;
  background-color: #ff337a;
  position: absolute;
  top: 0;
  left: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad068d,
.bfadc36 {
  font-size: 1rem;
  font-weight: 700;
}
.bfad8143 {
  font-size: 0.75rem;
  font-weight: 700;
}
.bfad8143,
.bfad8143:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad8143:before {
  content: "$";
  width: 14px;
  height: 14px;
  color: #fc0;
  font-weight: 300;
  border: 1px solid #fc0;
  margin-right: 8px;
  border-radius: 50%;
}
.bfad1bd0 {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 12px 0;
}
.bfad49f1 {
  width: 100%;
  max-width: 196px;
  text-align: center;
  margin: 6px auto;
  padding: 8px;
  display: block;
}
.bfadbb4,
.bfadc41 {
  overflow: hidden;
  background-color: #130f26;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.bfadc41 {
  background-color: transparent;
}
.bfad659 {
  margin: 0;
  padding: 10px 0;
}
.bfadea3 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 125%;
  margin-bottom: 10px;
}
.bfaddb6e {
  max-width: 100%;
  margin: 0 auto 22px;
}
@media (min-width: 768px) {
  .bfaddb6e {
    max-width: 100%;
  }
}
.bfad868 {
  height: 170px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bfad611 {
  padding: 0 15px 15px;
  text-align: center;
}
.bfad5e6 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin: 20px 0 10px;
}
.bfad92d {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 6px auto;
}
.bfad226 {
  margin: 6px auto;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  line-height: 125%;
  transition: all 0.4s ease-in-out;
}
.bfad226:hover {
  color: #fff;
  text-decoration: none;
}
.bfada72 .bfad372d {
  padding-top: 0;
  padding-bottom: 0;
}
.bfada72 .bfad0ba {
  font-size: 1rem;
  line-height: 155%;
}
.bfada72 .bfad0ba:first-of-type {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .bfada72 .bfad0ba:first-of-type {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.bfada72 .bfad0ba:last-of-type {
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .bfada72 .bfad0ba:last-of-type {
    max-width: 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
}
.bfad98de {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}
.bfad98de:hover {
  cursor: pointer;
  text-decoration: none;
  color: #b5add9;
}
.bfad565 {
  background-color: transparent;
}
.bfad537 {
  margin: 0 auto;
  max-width: 345px;
}
@media (min-width: 768px) {
  .bfad537 {
    max-width: 100%;
  }
}
.bfad3a2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad8c8 {
  position: absolute;
  top: 35px;
  left: 8px;
}
@media (min-width: 768px) {
  .bfad8c8 {
    position: static;
  }
}
.bfad3b3 {
  display: none;
}
@media (min-width: 768px) {
  .bfad3b3 {
    display: -ms-flexbox;
    display: flex;
  }
}
.bfaddeb {
  display: none;
}
@media (min-width: 992px) {
  .bfaddeb {
    display: -ms-flexbox;
    display: flex;
  }
}
.bfad0b9f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bfadf62 {
  font-size: 0.75rem;
  font-weight: 400;
  color: #b5add9;
  line-height: 125%;
}
.bfad626,
.bfadf62 {
  font-family: Poppins, Roboto, "sans-serif";
}
.bfad626 {
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .bfad626 {
    text-align: center;
    padding: 0 10px;
  }
}
.bfad4fd {
  width: auto;
  max-width: 80%;
  max-height: 30px;
  margin: 0 auto;
}
.bfad21e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 85px;
  background-color: #2c264d;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .bfad21e {
    width: 100px;
    height: 50px;
  }
}
.bfad7aa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad25f {
  background-color: #130f26;
  border-radius: 20px;
  display: none;
}
@media (min-width: 1200px) {
  .bfad25f {
    display: block;
  }
}
.bfad25f .bfad2b3 {
  padding: 12px 10px;
}
.bfad25f .bfad3a2 {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bfad25f .bfad8c8 {
    max-width: 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
  }
}
.bfad25f .bfadc0fa {
  max-width: 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
@media (min-width: 768px) {
  .bfad25f .bfadc0fa {
    max-width: 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
}
.bfad25f .bfad27c {
  max-width: 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}
@media (min-width: 768px) {
  .bfad25f .bfad27c {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad25f .bfad27c {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 768px) {
  .bfad25f .bfadf2d {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad25f .bfadf2d {
    max-width: 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
@media (min-width: 992px) {
  .bfad25f .bfaddeb {
    max-width: 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
}
@media (min-width: 768px) {
  .bfad25f .bfad3b3 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.bfad25f .bfad05e5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bfad2b3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.bfad6b97 .bfad2b3 {
  margin-bottom: 0;
}
.bfad6b97 .bfad2b3:first-of-type {
  background-color: rgba(70, 65, 170, 0.3);
}
.bfad6b97 .bfad2b3:nth-of-type(2) {
  background-color: rgba(70, 65, 170, 0.2);
}
.bfad6b97 .bfad2b3:nth-of-type(3) {
  background-color: rgba(70, 65, 170, 0.1);
}
.bfad510d .bfad2b3 {
  cursor: pointer;
  padding: 15px 30px;
}
.bfad510d .bfad2b3:hover {
  background-color: #111218;
}
@media (min-width: 768px) {
  .bfad510d .bfad2b3 {
    padding: 10px;
  }
}
.bfad510d .bfad05e5 {
  background-color: #130f26;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.bfad510d .bfad05e5:first-child,
.bfad510d .bfad05e5:hover {
  border-color: rgba(241, 90, 34, 0.3);
  box-shadow: 0 0 8px rgba(255, 95, 0, 0.2);
}
.bfad510d .bfad05e5:first-child:before {
  content: "TOP";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 15px;
  border-radius: 20px 0;
  background-color: #f15a22;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 125%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.bfad510d .bfad05e5:last-child {
  border: 1px solid transparent;
}
.bfad510d .bfad05e5:last-child:hover {
  border-color: rgba(241, 90, 34, 0.3);
}
.bfad510d .bfad3a2 {
  padding: 15px 3px 10px;
}
@media (min-width: 768px) {
  .bfad510d .bfad3a2 {
    padding: 5px 3px;
  }
}
@media (min-width: 768px) {
  .bfad510d .bfad8c8 {
    max-width: 3%;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
  }
}
.bfad510d .bfadc0fa {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .bfad510d .bfadc0fa {
    max-width: 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
}
.bfad510d .bfad27c {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .bfad510d .bfad27c {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfad27c {
    max-width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
.bfad510d .bfadf2d {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .bfad510d .bfadf2d {
    max-width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfadf2d {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfaddeb {
    max-width: 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
}
.bfad510d .bfad9c8 {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 768px) {
  .bfad510d .bfad9c8 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .bfad510d .bfad9c8 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.bfad510d .bfad18c {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .bfad510d .bfad18c {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 3px 0;
  }
}
.bfad510d .bfadb9b {
  -ms-flex-order: 2;
  order: 2;
}
.bfad510d .bfadce3 {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bfad510d .bfadce3 {
    margin-bottom: 5px;
  }
}
.bfad3f6 {
  width: 100%;
  max-width: 251px;
}
@media (min-width: 768px) {
  .bfad3f6 {
    width: auto;
    max-width: 100%;
  }
}
.bfad65c.bfad8dd {
  margin: 5px 0;
}
.bfad65c.bfad8dd.bfad581 .bfadf13 {
  margin-top: 25px;
  background-color: rgba(38, 194, 128, 0.1);
}
.bfad65c.bfad8dd.bfad581 .bfadf13 .bfad70a,
.bfad65c.bfad8dd.bfad581 .bfadf13 .bfade185 {
  background-image: url(https://payidcasinosaus.com/src/images/svg/common/ic-pros.svg);
}
.bfad65c.bfad8dd.bfad581 .bfadf13 .bfad70a {
  background-image: none;
  padding-left: 0;
}
.bfad65c.bfad8dd.bfad581 .bfadecc {
  margin-bottom: 25px;
  background-color: rgba(241, 90, 34, 0.1);
}
.bfad65c.bfad8dd.bfad581 .bfadecc .bfad70a,
.bfad65c.bfad8dd.bfad581 .bfadecc .bfade185 {
  background-image: url(https://payidcasinosaus.com/src/images/svg/common/ic-cons.svg);
}
.bfad65c.bfad8dd.bfad581 .bfadecc .bfad70a {
  background-image: none;
  padding-left: 0;
}
.bfad65c.bfad8dd.bfad581 .bfad70a {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top 4px;
}
.bfad65c.bfad8dd.bfad581 .bfad17c9 .bfade185 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 11px;
  background-size: auto 15px;
}
.bfad65c.bfad8dd .bfad9c7 {
  margin-bottom: 5px;
  padding: 20px 15px;
  box-shadow: none;
  border-radius: 10px;
}
.bfad65c.bfad8dd .bfad70a {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0 0 10px;
}
.bfad65c.bfad8dd .bfad17c9 {
  padding: 0;
}
.bfad65c.bfad8dd .bfad17c9 .bfade185 {
  display: block;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 155%;
  padding-top: 7px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .bfad364 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .bfad364 .bfaddf6 {
    max-width: 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .bfad364 .bfad65c.bfad8dd,
  .bfad364 .bfad65c.bfad8dd .bfad9c7 {
    height: 100%;
  }
  .bfad364 .bfad65c.bfad8dd .bfadf13 {
    margin: 0;
  }
}
.bfadfe5 .bfadac8 {
  margin: 10px 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bfadfe5 .bfadac8 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bfadfe5 .bfadac8 .bfad596 {
  max-height: 100%;
  width: 100%;
  max-width: 345px;
  margin: 0 10px 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .bfadfe5 .bfadac8 .bfad596 {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 10px;
  }
}
.bfad02a6 {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10005;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  color: #444;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background-image: url(src/images/svg/icons/ic-scrollback.svg);
  background-size: 18px auto;
  background-color: #ffcb05;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bfad02a6.is-shown {
  opacity: 1;
}
.bfad02a6.is-shown:hover {
  opacity: 0.95;
}
.bfad164 {
  display: block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .bfad164 {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .bfad361 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bfad8f8 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .bfadf6f {
    max-width: 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    -ms-flex-order: 2;
    order: 2;
  }
  .bfaddbe {
    -ms-flex-order: 3;
    order: 3;
  }
}
.bfad535 {
  -ms-flex-direction: column;
  flex-direction: column;
}
.bfad8f8 {
  margin: 15px 0;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.bfaddbe {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 163%;
  color: #b5add9;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bfaddbe {
    font-size: 1rem;
  }
}
.bfadf6f {
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
  margin-right: 35px;
  background-color: #fff;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bfadf6f {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.bfadc0fc {
  width: auto;
  max-width: 85%;
  max-height: 50%;
}
.bfad22f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}
.bfad22f a {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin: 0 7px;
}
.bfad22f a:hover {
  text-decoration: none;
  color: #fff;
}
.bfad22f * {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #130f26;
  border-radius: 50%;
  margin: 0 7px;
  transition: all 0.4s ease-in-out;
}
.bfad22f * span,
.bfad22f .bfadbe1,
.bfad22f :hover {
  background-color: #f15a22;
}
.bfad22f :hover {
  text-decoration: none;
}
.bfad7982 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bfad488c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bfad536 {
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bfad536 {
    max-width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .bfad536 {
    max-width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.bfad100 {
  max-width: 100%;
  margin: 0 auto 15px;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
.bfad100:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45), 0 5px 10px rgba(255, 102, 0, 0.2);
}
@media (min-width: 1200px) {
  .bfad100 {
    padding: 20px;
  }
}
.bfadba2 {
  max-width: 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 15px;
  text-align: center;
}
.bfad0dc {
  width: 100%;
  max-width: 100%;
  -ms-flex: 1;
  flex: 1;
}
.bfad080 {
  width: 100%;
  height: 98px;
  margin-bottom: 5px;
  background-color: #2c264d;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad12b {
  max-width: 85%;
  max-height: 85%;
}
.bfadce1 {
  width: 100%;
  max-width: 82px;
  transition: all 0.4s ease-in-out;
}
.bfadce1:hover {
  color: #f15a22;
  background-color: #2c264d;
}
.bfadad2 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  margin: 0 0 5px;
  font-size: 1.3125rem;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.bfadd29 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #b5add9;
}
.bfad9ea {
  margin-bottom: 10px;
  padding: 20px 15px 10px;
}
@media (min-width: 768px) {
  .bfad9ea {
    margin-bottom: 30px;
  }
}
.bfadf33 {
  font-family: Josefin Sans, Roboto, "sans-serif";
  margin: 0 0 20px;
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
}
.bfad6e6 {
  margin: 0;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.bfad8926 {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  transition: all 0.4s ease-in-out;
}
.bfad8926:hover {
  background-color: transparent;
}
.bfad8926:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .bfad8926 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bfad61f a:hover {
  text-decoration: none;
}
.bfad61f a .bfad8926 {
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.bfad61f a:first-child .bfad8926 {
  border-top: none;
}
.bfad121 {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bfad121:first-of-type {
  max-width: 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfad121:nth-of-type(2) {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfad874 .bfad121 {
  max-width: 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 10px 0;
}
.bfad874 .bfad121:first-of-type,
.bfad874 .bfad121:nth-of-type(2) {
  display: -ms-flexbox;
  display: flex;
}
.bfad874 .bfad121:first-of-type {
  max-width: 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .bfad874 .bfad121:first-of-type {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.bfad874 .bfad121:nth-of-type(2) {
  width: 100%;
  max-width: 100%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .bfad874 .bfad121:nth-of-type(2) {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.bfad874 .bfad121:nth-of-type(3) {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfad9c2 .bfad121 {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.bfad9c2 .bfad121:first-of-type,
.bfad9c2 .bfad121:nth-of-type(2),
.bfad9c2 .bfad121:nth-of-type(3) {
  display: -ms-flexbox;
  display: flex;
}
.bfad9c2 .bfad121:first-of-type,
.bfad9c2 .bfad121:nth-of-type(2) {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.bfad9c2 .bfad121:nth-of-type(2) {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfad9c2 .bfad121:nth-of-type(3) {
  max-width: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bfad524 {
  background-image: url(https://payidcasinosaus.com/src/images/svg/icons/ic-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: auto 16px;
}
.bfadfb96 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f15a22;
  line-height: 125%;
}
.bfad478 {
  min-width: auto;
  display: block;
  max-width: 85%;
}
.bfadb04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #2c264d;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.bfadb04:hover {
  cursor: pointer;
  background-color: #796fac;
}
.bfad322 {
  width: 100px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c264d;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.bfad322:hover {
  background-color: #796fac;
}
.bfad83f {
  font-family: Josefin Sans, Roboto, "sans-serif";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  font-size: 5rem;
  color: #fff;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal {
  padding: 0;
}
.modal-dialog {
  margin: 75px auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 980px;
  }
}
.modal .modal-header {
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 0;
  position: relative;
  border: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-body {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 0 50px;
  }
}
.modal-footer {
  padding-top: 0;
  padding-bottom: 18px;
  border: none;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-goto {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.modal-title {
  display: block;
  margin: 10px 0;
  width: 100%;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .modal-title {
    padding: 0 75px;
  }
}
.modal-subtitle {
  margin: 10px 0;
  text-align: center;
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
}
@media (min-width: 992px) {
  .modal-subtitle {
    padding: 0 75px;
  }
}
.modal-content {
  background-color: #222631;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-close-icon {
  font-size: 1.5rem;
  color: #fff;
}
.bfadf6c {
  margin-bottom: 15px;
}
.bfad01e {
  padding: 15px 0;
  text-align: center;
}
.bfad6b2 {
  height: 300px;
}
@media (min-width: 768px) {
  .bfad6b2 {
    height: 500px;
  }
}
.bfadb54 {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url(https://payidcasinosaus.com/images/banner.0fc9cdb2.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.bfad75c {
  width: 100%;
  height: 100%;
}
.bfad6c68 {
  display: none;
}
@media (min-width: 768px) {
  .bfad6c68 {
    display: block;
  }
}
.bfaddb4 iframe {
  width: 100%;
  height: 100%;
}
.bfad617 .bfad30c9 {
  position: relative;
  background-color: #130f26;
  border-radius: 10px;
  margin-bottom: 5px;
}
.bfad617 .bfad30c9 dd {
  margin-bottom: 0;
}
.bfad617 .bfada2f8 {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 15px;
  height: 15px;
  z-index: 0;
}
.bfad617 .bfada2f8:before {
  top: 7px;
  left: -7px;
  width: 15px;
  height: 1px;
  transition: 0.3s;
}
.bfad617 .bfada2f8:after,
.bfad617 .bfada2f8:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.bfad617 .bfada2f8:after {
  top: 0;
  left: 0;
  height: 15px;
  width: 1px;
  transition: 1s;
}
.bfad617 .bfad60bb {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.bfad617 .bfad60bb,
.bfad617 .bfad916 {
  font-family: Poppins, Roboto, "sans-serif";
  padding: 15px 60px 15px 15px;
}
.bfad617 .bfad916 {
  font-size: 0.875rem;
  color: #b5add9;
  line-height: 140%;
  display: none;
}
.bfad617 .bfad916.bfad7df {
  display: block;
}
.bfad617 .bfad87c {
  font-family: Poppins, Roboto, "sans-serif" !important;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 130%;
}
.bfad617 .bfad30c9.bfad7df .bfada2f8:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bfad821 {
  margin-bottom: 10px;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  line-height: 150%;
  letter-spacing: 1px;
  color: #fff;
}
@media (min-width: 768px) {
  .bfad821 {
    margin-bottom: 20px;
  }
}
.bfad078f {
  padding: 30px 0 20px;
  word-break: break-word;
  background: none;
  background-color: #130f26;
  position: relative;
}
@media (min-width: 768px) {
  .bfad078f {
    padding: 40px 0 30px;
  }
}
.bfad585 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  color: #796fac;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .bfad585 {
    margin-bottom: 3px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .bfad585 {
    margin-bottom: 20px;
  }
}
.bfadb23 {
  font-size: 0.625rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .bfadb23 {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.bfad84b {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .bfad84b {
    text-align: left;
  }
}
.bfad0b2 {
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.bfad1eb {
  display: block;
  max-height: 22px;
  margin-top: 4px;
  margin-bottom: 12px;
  max-width: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
@media (max-width: 768px) {
  .bfad1eb {
    margin-bottom: 10px;
  }
}
.bfad1eb:not(:last-of-type) {
  margin-right: 8px;
}
.bfad8e9 {
  max-width: 100%;
  max-height: 32px;
}
.bfadaf94 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
.bfadb03 {
  width: auto;
  max-width: 70px;
  max-height: 30px;
  margin: 6px 12px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .bfadaf94 {
    margin-bottom: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.bfadf78 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.bfade5d {
  margin-bottom: 20px;
  padding: 0 0 13px;
  text-align: center;
  border-bottom: 1px solid #2c264d;
}
@media (min-width: 768px) {
  .bfade5d {
    margin-bottom: 17px;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .bfade5d {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .bfade5d {
    margin-bottom: 30px;
  }
}
.bfad5c0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .bfad5c0 {
    margin-bottom: 20px;
  }
  .bfad5c0:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #2c264d;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}
.bfade5d .bfad13e {
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0 6px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-transform: none;
  text-align: left;
  border: none;
}
.bfade5d .bfad13e .is-empty-link {
  color: #b5add9;
}
.bfade5d .bfad13e a {
  display: block;
  color: #fff;
  padding: 2px 0;
  text-align: center;
}
.bfade5d .bfad13e a:hover {
  text-decoration: none;
  color: #f15a22;
}
@media (min-width: 768px) {
  .bfade5d .bfad13e a {
    text-align: left;
  }
}
.bfad472 {
  font-family: Poppins, Roboto, "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 125%;
  color: #796fac;
}
.bfad347,
.bfad472 {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .bfad347,
  .bfad472 {
    text-align: left;
  }
}
.bfad463 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 45px;
  opacity: 0.4;
  border: 1px solid #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 9999px;
}
.bfad463:not(.bfadbdf) {
  margin-left: auto;
}
.bfad3fd,
.bfad69a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bfad69a {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .bfad69a {
    -ms-flex-order: 1;
    order: 1;
  }
}
.bfad3fd {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .bfad3fd {
    -ms-flex-order: 2;
    order: 2;
  }
}
.bfad177a {
  width: 100%;
}
.b12b65c {
  margin: 25px 0;
}
.b12b581 .b12bf13 .b12b70a,
.b12b581 .b12bf13 .b12be18 {
  background-image: url(https://payidcasinosaus.com/images/ic-hits.0a40fed7.svg);
}
.b12b581 .b12becc .b12b70a,
.b12b581 .b12becc .b12be18 {
  background-image: url(https://payidcasinosaus.com/images/ic-misses.72e519ac.svg);
}
.b12b581 .b12b70a {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: auto 14px;
}
.b12b581 .b12b17c .b12be18 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 16px;
  background-size: auto 10px;
}
.b12b65c .b12b9c7 {
  margin-bottom: 2px;
  padding: 35px 20px 10px;
  background-color: #141720;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.b12b65c .b12b70a {
  font-family: Comfortaa, Roboto, "sans-serif";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .b12b65c .b12b70a {
    font-size: 1.875rem;
  }
}
.b12b65c .b12b17c {
  padding: 15px 0;
}
.b12b65c .b12b17c .b12be18 {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.45px;
  line-height: 2;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .b12b65c .b12b17c .b12be18 {
    font-size: 1rem;
  }
}
.b12bccb {
  background-color: #000;
  cursor: pointer;
}
.b12bb02 {
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .b12bb02 {
    height: 270px;
  }
}
.b12bac4 {
  max-width: 210px;
  max-height: 60px;
}
@media (min-width: 768px) {
  .b12bac4 {
    max-width: 380px;
    max-height: 110px;
  }
}
.b12b0ba,
.b12b767,
.b12bfd6 {
  padding: 10px 0;
  line-height: 1.3;
}
.b12b5ef.b12b0ba,
.b12b5ef.b12b767,
.b12b5ef.b12bfd6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05625rem;
}
.b12baa1 {
  font-size: 0.875rem;
}
.b12ba2f,
.b12bb9c,
.b12bd20 {
  margin-bottom: 35px;
}
.b12bd20 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.b12b3b5 {
  display: none;
}
@media (min-width: 768px) {
  .b12b3b5 {
    display: block;
  }
}
@media (min-width: 992px) {
  .b12bbbd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.b12bc04 {
  font-size: 1.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 20px;
}
@media (min-width: 768px) {
  .b12bc04 {
    font-size: 2rem;
  }
}
.b12b821 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.b12bf7b {
  font-weight: 600;
  color: #26c280;
}
.b12b106 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 20px;
  border: 1px solid #26c280;
  border-radius: 10px;
  background-image: url(https://payidcasinosaus.com/images/ic-english-language.1faa8a2a.svg);
}
.b12b106,
.b12b106:before {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.b12b106:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
  background-image: url(https://payidcasinosaus.com/images/ic-checked.e3a87709.svg);
}
@media (min-width: 576px) {
  .b12ba2f {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .b12ba2f {
    max-width: 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    padding-right: 40px;
  }
}
.b12b372 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.b12b372.b12bd41 .b12b0ba:first-of-type {
  max-width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.b12b372.b12bd41 .b12b0ba:last-of-type {
  max-width: 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.b12b0ba {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .b12b0ba {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .b12b0ba:first-of-type {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .b12b0ba:last-of-type {
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
.b12b0ba:first-of-type {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.b12b0ba:first-of-type,
.b12b0ba:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b12b0ba:last-of-type {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.b12bb12 {
  width: 100%;
  margin: 5px 0;
  max-width: 40px;
  text-align: center;
}
.b12bbd6 {
  max-width: 40px;
  max-height: 22px;
}
@media (min-width: 576px) {
  .b12bb9c {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .b12bb9c {
    max-width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-left: 40px;
  }
}
.b12b947 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.b12b767 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.b12b767:first-of-type {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.b12b767:first-of-type,
.b12b767:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b12b767:last-of-type {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.b12bac8 {
  margin: 10px 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .b12bac8 {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.b12b596 {
  max-height: 150px;
  margin: 0 10px 15px;
}
@media (min-width: 768px) {
  .b12b596 {
    margin: 0 15px 15px 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal {
  padding: 0;
}
.modal-dialog {
  margin: 75px auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 980px;
  }
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 0;
  position: relative;
  border: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-body {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 0 50px;
  }
}
.modal-footer {
  padding-top: 0;
  padding-bottom: 18px;
  border: none;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-goto {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.modal-title {
  display: block;
  margin: 10px 0;
  width: 100%;
  font-family: Comfortaa, Roboto, "sans-serif";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .modal-title {
    padding: 0 75px;
  }
}
.modal-subtitle {
  margin: 10px 0;
  text-align: center;
  font-family: Open Sans, Roboto, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
}
@media (min-width: 992px) {
  .modal-subtitle {
    padding: 0 75px;
  }
}
.modal-content {
  background-color: #222631;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-close-icon {
  font-size: 1.5rem;
  color: #fff;
}



@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf);
  src: url(fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url(https://payidcasinosaus.com/fonts/Poppins-SemiBold.ttf);
  src: url(https://payidcasinosaus.com/fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.table-of-content__wrapper {
  background-color: #130f26;
  border-radius: 10px;
}
.table-of-content__title {
  display: block;
  width: 100%;
  padding: 16px 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.675rem;
  line-height: 110%;
}
@media (max-width: 991px) {
  .table-of-content__title {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .table-of-content__title {
    text-align: center;
    font-size: 14px;
    padding: 14px;
  }
}
.table-of-content__icon {
  position: relative;
  top: -3px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .table-of-content__icon {
    top: 0;
  }
}
.table-of-content__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.table-of-content__list--active {
  opacity: 1;
  padding: 0 10px 16px 20px;
  height: auto;
}
.table-of-content--active > .table-of-content__icon {
  transform: rotate(180deg);
  opacity: 1;
}
.table-of-content {
  color: #fff;
}
ul.table-of-content__list.table-of-content__list--active {
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-left: 35px;
  margin-top: 0;
}
ul.table-of-content__list.table-of-content__list--active li {
  line-height: 110%;
  padding: 5px 0;
}
ul.table-of-content__list.table-of-content__list--active li a {
  color: #fff;
}
ul.table-of-content__list.table-of-content__list--active li:before {
  background-color: #fff;
  left: -15px;
}

dl.active > span:after {
  transform: rotate(90deg);
}

.page-numbers.next,
.page-numbers.prev {
  width: auto;
}

.page-numbers.next,
.page-numbers.prev,
.page-numbers.next:hover,
.page-numbers.prev:hover {
  background-color: transparent;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: #f15a22;
}

.page-numbers.current {
  background-color: #f15a22;
  color: #ffffff;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2c264d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.sub-menu li:last-child {
  border-bottom: inherit;
}
.sub-menu li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.sub-menu a {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  color: #fff;
  transition: 0.4s ease-in-out;
  padding: 10px !important;
}
.sub-menu a:hover {
  color: red;
}
.bfad13e:hover .sub-menu {
  display: block;
  background-color: #2c264d;
  width: 100%;
  padding-left: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1199px) {
  .bfad13e:hover .sub-menu {
    display: block;
    background-color: #2c264d;
    width: 100%;
    padding-left: 0;
    border-radius: 20px;
  }
  .bfad0d3 .bfadda4 {
    width: 100px;
  }
  .bfad0d3 {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  a picture img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin-top: 20px;
  }
}

.bfad4fd {
  width: auto;
  max-width: 100%;
  max-height: 38px;
  margin: 0 auto;
}

.widget-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.widget-header .bfadf33 {
  margin: 0 0 -5px 10px;
}
.widgets-title svg {
  height: 32px;
  width: 32px;
}
.display-author-widget .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.display-author-widget .header .image img {
  border-radius: 50px;
  width: 74px;
  height: 74px;
}
.display-author-widget .header .right-container {
  margin-left: 10px;
}
.display-author-widget .header .right-container .name {
  font-weight: 700;
  color: #f15a22;
  line-height: 125%;
  transition: 0.3s;
}
.display-author-widget .header .right-container .name:hover {
  color: #8b300f;
}
.display-author-widget .header .right-container .author-job-title {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.display-author-widget .info {
  margin-top: 20px;
}
.display-author-widget .info .description {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

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

.bfad478 {
  min-width: auto;
  display: block;
  max-width: 100%;
}
h3 {
  color: #fff;
}



.table-of-content__wrapper {
  background-color: #130f26;
  border-radius: 10px;
}
.table-of-content__title {
  display: block;
  width: 100%;
  padding: 16px 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  font-family: Josefin Sans, Roboto, "sans-serif";
  font-size: 1.675rem;
  line-height: 110%;
}
@media (max-width: 991px) {
  .table-of-content__title {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .table-of-content__title {
    text-align: center;
    font-size: 14px;
    padding: 14px;
  }
}
.table-of-content__icon {
  position: relative;
  top: -3px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .table-of-content__icon {
    top: 0;
  }
}
.table-of-content__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.table-of-content__list--active {
  opacity: 1;
  padding: 0 10px 16px 20px;
  height: auto;
}
.table-of-content--active > .table-of-content__icon {
  transform: rotate(180deg);
  opacity: 1;
}
.table-of-content {
  color: #fff;
}
ul.table-of-content__list.table-of-content__list--active {
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-left: 35px;
  margin-top: 0;
}
ul.table-of-content__list.table-of-content__list--active li {
  line-height: 110%;
  padding: 5px 0;
}
ul.table-of-content__list.table-of-content__list--active li a {
  color: #fff;
}
ul.table-of-content__list.table-of-content__list--active li:before {
  background-color: #fff;
  left: -15px;
}

dl.active > span:after {
  transform: rotate(90deg);
}

.page-numbers.next,
.page-numbers.prev {
  width: auto;
}

.page-numbers.next,
.page-numbers.prev,
.page-numbers.next:hover,
.page-numbers.prev:hover {
  background-color: transparent;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: #f15a22;
}

.page-numbers.current {
  background-color: #f15a22;
  color: #ffffff;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2c264d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.sub-menu li:last-child {
  border-bottom: inherit;
}
.sub-menu li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.sub-menu a {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  color: #fff;
  transition: 0.4s ease-in-out;
  padding: 10px !important;
}
.sub-menu a:hover {
  color: red;
}
.bfad13e:hover .sub-menu {
  display: block;
  background-color: #2c264d;
  width: 100%;
  padding-left: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1199px) {
  .bfad13e:hover .sub-menu {
    display: block;
    background-color: #2c264d;
    width: 100%;
    padding-left: 0;
    border-radius: 20px;
  }
  .bfad0d3 .bfadda4 {
    width: 100px;
  }
  .bfad0d3 {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  a picture img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin-top: 20px;
  }
}

.bfad4fd {
  width: auto;
  max-width: 100%;
  max-height: 38px;
  margin: 0 auto;
}

.widget-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.widget-header .bfadf33 {
  margin: 0 0 -5px 10px;
}
.widgets-title svg {
  height: 32px;
  width: 32px;
}
.display-author-widget .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.display-author-widget .header .image img {
  border-radius: 50px;
  width: 74px;
  height: 74px;
}
.display-author-widget .header .right-container {
  margin-left: 10px;
}
.display-author-widget .header .right-container .name {
  font-weight: 700;
  color: #f15a22;
  line-height: 125%;
  transition: 0.3s;
}
.display-author-widget .header .right-container .name:hover {
  color: #8b300f;
}
.display-author-widget .header .right-container .author-job-title {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.display-author-widget .info {
  margin-top: 20px;
}
.display-author-widget .info .description {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

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

.bfad478 {
  min-width: auto;
  display: block;
  max-width: 100%;
}
h3 {
  color: #fff;
}