/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  color: #414141;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.3px;
  overflow-x: hidden;
}
body p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2A2A2A;
  font-weight: 800;
  line-height: 115%;
  margin: 0 0 20px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  margin: 0;
}
h1 {
  font-size: 28px;
}
h1.small {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h1.small {
    font-size: 32px;
  }
}
h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #414141;
}
a:hover {
  color: #38AE6E;
  text-decoration: none;
}
div[data-title],
a[data-title],
span[data-title] {
  display: inline;
  position: relative;
}
div[data-title] div.tip,
a[data-title] div.tip,
span[data-title] div.tip {
  content: attr(data-title);
  position: absolute;
  color: #1B343A;
  background: #F2F8F8;
  border: 1px solid #e1efef;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  top: 100%;
  width: 450px;
  z-index: 9999;
  left: -225px;
  text-align: center;
  opacity: 0;
  text-wrap: wrap;
  display: none;
}
div[data-title]:hover,
a[data-title]:hover,
span[data-title]:hover,
div[data-title]:focus,
a[data-title]:focus,
span[data-title]:focus,
div[data-title]:focus-visible,
a[data-title]:focus-visible,
span[data-title]:focus-visible {
  outline: none;
}
div[data-title]:hover:after,
a[data-title]:hover:after,
span[data-title]:hover:after,
div[data-title]:focus:after,
a[data-title]:focus:after,
span[data-title]:focus:after,
div[data-title]:focus-visible:after,
a[data-title]:focus-visible:after,
span[data-title]:focus-visible:after,
div[data-title]:hover div.tip,
a[data-title]:hover div.tip,
span[data-title]:hover div.tip,
div[data-title]:focus div.tip,
a[data-title]:focus div.tip,
span[data-title]:focus div.tip,
div[data-title]:focus-visible div.tip,
a[data-title]:focus-visible div.tip,
span[data-title]:focus-visible div.tip {
  visibility: visible;
  opacity: 1;
  outline: none;
  width: 450px;
  max-width: 450px;
  display: block;
}
@media (max-width: 991px) {
  div[data-title]:hover:after,
  a[data-title]:hover:after,
  span[data-title]:hover:after,
  div[data-title]:focus:after,
  a[data-title]:focus:after,
  span[data-title]:focus:after,
  div[data-title]:focus-visible:after,
  a[data-title]:focus-visible:after,
  span[data-title]:focus-visible:after,
  div[data-title]:hover div.tip,
  a[data-title]:hover div.tip,
  span[data-title]:hover div.tip,
  div[data-title]:focus div.tip,
  a[data-title]:focus div.tip,
  span[data-title]:focus div.tip,
  div[data-title]:focus-visible div.tip,
  a[data-title]:focus-visible div.tip,
  span[data-title]:focus-visible div.tip {
    width: 300px;
    max-width: 300px;
  }
}
.button,
button {
  padding: 17px 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  line-height: 14px;
}
.button.primary,
button.primary,
.button.disabled,
button.disabled,
.button[type="submit"],
button[type="submit"] {
  background: #38AE6E;
  color: #FFFFFF;
  border: none;
  margin-right: 16px;
  box-shadow: 0 0 0 0 #000;
  padding: 17px 28px 17px 20px;
}
.button.primary:after,
button.primary:after,
.button.disabled:after,
button.disabled:after,
.button[type="submit"]:after,
button[type="submit"]:after {
  content: '';
  background-image: url('../images/icons/button-arrow.svg');
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  height: 8px;
  width: 8px;
  background-size: cover;
  display: block;
}
.button.primary:before,
button.primary:before,
.button.disabled:before,
button.disabled:before,
.button[type="submit"]:before,
button[type="submit"]:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 100%;
  background-color: #38AE6E;
  bottom: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%, 0% 100%);
}
.button.primary:hover,
button.primary:hover,
.button.disabled:hover,
button.disabled:hover,
.button[type="submit"]:hover,
button[type="submit"]:hover {
  box-shadow: -4px 4px 0 0 #1B343A;
}
.button.primary.dark:hover,
button.primary.dark:hover,
.button.disabled.dark:hover,
button.disabled.dark:hover,
.button[type="submit"].dark:hover,
button[type="submit"].dark:hover {
  box-shadow: -4px 4px 0 0 #FFFFFF;
}
.button.secondary,
button.secondary {
  background: #FFFFFF;
  color: #38AE6E;
  border: 3px solid #38AE6E;
  box-shadow: 0 0 0 0 #000;
  padding: 14px 44px 14px 20px;
  filter: drop-shadow(0 0 0 0 #1B343A);
}
.button.secondary:after,
button.secondary:after {
  content: '';
  background-image: url('../images/icons/button-arrow-green.svg');
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  height: 8px;
  width: 8px;
  background-size: cover;
  display: block;
}
.button.secondary:hover,
button.secondary:hover {
  box-shadow: -4px 4px 0 0 #1B343A;
}
.button.secondary.dark:hover,
button.secondary.dark:hover {
  box-shadow: -4px 4px 0 0 #FFFFFF;
}
.button.tertiary,
button.tertiary {
  background: #F2F8F8;
  color: #1B343A;
  font-weight: 800;
  border-radius: 10px;
  padding-left: 45px;
}
.button.tertiary:hover,
button.tertiary:hover {
  background: #E3FE4D;
}
.button.tertiary:after,
button.tertiary:after {
  content: '';
  background-image: url('../images/icons/file.svg');
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  height: 16px;
  width: 15px;
  background-size: cover;
  display: block;
}
.button.disabled,
button.disabled {
  cursor: not-allowed;
  background: #F2F8F8;
  color: #414141;
}
.button.disabled:before,
button.disabled:before {
  background-color: #F2F8F8;
}
.button.disabled:hover,
button.disabled:hover {
  box-shadow: unset;
}
.button.link,
button.link {
  color: #38AE6E;
  padding: 0;
  text-decoration: unset;
}
.button.link:hover,
button.link:hover {
  text-decoration: underline;
}
.button.link:after,
button.link:after {
  content: '';
  background-image: url('../images/icons/i-arrow-up.svg');
  position: relative;
  height: 7px;
  width: 7px;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
}
.button.dropdown:after,
button.dropdown:after {
  content: '';
  background-image: url('../images/icons/chevron.svg');
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  height: 6px;
  width: 10px;
  background-size: cover;
  display: block;
}
#list.table-width-1140 {
  max-width: 100%;
  overflow-x: auto;
}
@media (max-width: 767px) {
  table.sortable {
    overflow-x: auto;
    max-width: 100%;
  }
}
table.sortable tbody > tr:first-child th,
table.sortable thead > tr:first-child th {
  position: Relative;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 767px) {
  table.sortable tbody > tr:first-child th,
  table.sortable thead > tr:first-child th {
    padding-left: 10px;
  }
}
table.sortable tbody > tr:first-child th:before,
table.sortable thead > tr:first-child th:before,
table.sortable tbody > tr:first-child th:after,
table.sortable thead > tr:first-child th:after {
  position: absolute;
  right: 10px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  content: '';
}
table.sortable tbody > tr:first-child th:before,
table.sortable thead > tr:first-child th:before {
  top: calc(50% - 6px);
  background-image: url(../images/icons/i-chevron-up.svg);
}
table.sortable tbody > tr:first-child th:after,
table.sortable thead > tr:first-child th:after {
  bottom: calc(50% - 6px);
  background-image: url(../images/icons/i-chevron-down.svg);
}
table.sortable tbody > tr:first-child th.asc:before,
table.sortable thead > tr:first-child th.asc:before {
  opacity: 1;
}
table.sortable tbody > tr:first-child th.desc:after,
table.sortable thead > tr:first-child th.desc:after {
  opacity: 1;
}
table.sortable tbody > tr:first-child th:not([class]):after,
table.sortable thead > tr:first-child th:not([class]):after,
table.sortable tbody > tr:first-child th:not([class]):before,
table.sortable thead > tr:first-child th:not([class]):before {
  opacity: 0.3;
}
.flex-table {
  width: 100%;
  border-spacing: 0;
}
.flex-table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.flex-table tr td {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  padding: 10px;
}
@media (min-width: 992px) {
  .flex-table tr td {
    padding: 15px 30px;
  }
}
.flex-table tr td .icon {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.flex-table tr td > * {
  vertical-align: middle;
}
.flex-table tr:nth-child(odd) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F2F8F8;
}
.flex-table tr:nth-child(odd) td:first-child {
  border-right: 2px solid #fff;
}
.flex-table tr:nth-child(even) td:first-child {
  border-right: 2px solid #F2F8F8;
}
.icontitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.icontitle h1,
.icontitle h2,
.icontitle h3,
.icontitle h4,
.icontitle h5,
.icontitle h6 {
  margin: 0 0 0 10px;
}
.more-list {
  list-style-type: ">";
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.more-list li {
  padding-left: 5px;
  margin-left: 8px;
}
.more-list li.list-header {
  margin-left: -15px;
  padding-left: 15px;
}
.mfp-arrow-left,
.mfp-arrow-right {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mfp-arrow-left:active,
.mfp-arrow-right:active {
  margin-top: 0;
}
ol li ol {
  list-style-type: lower-alpha;
}
ul.check-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 20px auto;
  border-radius: 10px;
  background: #F2F8F8;
  padding: 15px;
  max-width: 725px !important;
}
ul.check-list li {
  margin: 7.5px;
  padding: 0 0 0 20px;
  position: relative;
}
ul.check-list li:before {
  content: "";
  background: url('../images/icons/i-check-groen.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 800;
}
ol.yellow-list {
  list-style: none;
  margin: 20px 0;
  counter-reset: my-awesome-counter;
  padding: 0;
}
ol.yellow-list li {
  margin: 0 0 25px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F8F8;
  position: relative;
  counter-increment: my-awesome-counter;
  display: block;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
ol.yellow-list li span {
  display: inline;
}
@media (max-width: 640px) {
  ol.yellow-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
ol.yellow-list li:before {
  content: counter(my-awesome-counter) "";
  background-color: #E3FE4D;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  left: 0;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  min-width: 40px;
  max-width: 40px;
  -webkit-flex: 1 1 40px;
  -ms-flex: 1 1 40px;
  flex: 1 1 40px;
}
@media (min-width: 641px) {
  ol.yellow-list li:before {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  ol.yellow-list li:before {
    margin-bottom: 15px;
  }
}
body.age-popup-active {
  overflow-y: hidden;
}
/* hide elements with class when age restriction */
.age-blocked .blocked-age-check {
  display: none;
}
.only-age-check {
  display: none;
}
.age-blocked .only-age-check {
  display: block;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 52, 58, 0.65);
  backdrop-filter: blur(15px);
  z-index: 999999999999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-container .heading {
  background: #38AE6E;
  border-radius: 10px 10px 0 0;
  margin-bottom: -10px;
  padding-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.popup-container .heading a {
  width: 20px;
  height: 20px;
}
.popup-container .heading a img {
  width: 20px;
  height: 20px;
}
.popup-container .heading p {
  margin: 0;
  padding: 15px 10px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.popup-container .content {
  background: #F2F8F8;
  padding: 40px 30px 30px;
  border-radius: 10px;
  text-align: center;
  z-index: 9;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 600px) {
  .popup-container .content {
    width: 450px;
  }
}
.popup-container .content .title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.popup-container .content .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.popup-container .content .buttons button {
  width: fit-content;
  min-width: 190px;
}
.popup-container .content .small {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  line-height: 120%;
}
.page-content .content {
  position: relative;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .page-content .content {
    margin-bottom: 100px;
  }
}
.page-content .content > *:not(figure.grid, .columns-background, .featured, .top-5, .table-width-1140) {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}
.page-content .featured {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .page-content .featured {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.page-content .featured .content {
  margin-bottom: 0;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  text-align: center;
}
.page-content.header-without-image .content {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-content.header-without-image .content {
    margin-bottom: 75px;
  }
}
img,
iframe {
  max-width: 100%;
}
.desktop-only {
  display: none !important;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .tablet-only {
    display: none !important;
  }
}
.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container.left {
  padding-right: 0;
}
@media (min-width: 576px) {
  .container.left {
    max-width: unset;
    margin: 0 0 0 calc((100vw - 600px) / 2);
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container.left {
    margin: 0 0 0 calc((100vw - 780px) / 2);
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
  .container.left {
    margin: 0 0 0 calc((100vw - 990px) / 2);
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .container.left {
    margin: 0 0 0 calc((100vw - 1187px) / 2);
  }
}
.breadcrumbs .breadcrumb {
  padding: 15px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .breadcrumbs .breadcrumb {
    padding: 25px 0;
  }
}
.breadcrumbs .breadcrumb li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.breadcrumbs .breadcrumb li:after {
  content: '>';
  margin: 0 10px;
  font-weight: 700;
}
.breadcrumbs .breadcrumb li:first-child:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../images/icons/i-home.svg');
  background-size: cover;
}
.breadcrumbs .breadcrumb li:last-child a {
  text-decoration: unset;
}
.breadcrumbs .breadcrumb li:last-child:after {
  display: none;
}
.label {
  border-radius: 10px;
  background: #E3FE4D;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .title-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 35px;
  }
  .title-container h2,
  .title-container h3,
  .title-container h4 {
    margin: 0;
  }
}
figure.grid {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 992px) {
  figure.grid {
    padding: 50px 0;
  }
}
figure.grid:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/blokje-patern_2.png);
  background-repeat: repeat;
  background-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
figure.grid img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ar {
  overflow: hidden;
  width: 100%;
  display: block;
}
.ar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ar > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ar.ar-2-1 {
  aspect-ratio: 2/1;
}
.ar.ar-3-2 {
  aspect-ratio: 3/2;
}
.ar.ar-4-3 {
  aspect-ratio: 4/3;
}
.ar.ar-5-2 {
  aspect-ratio: 5/2;
}
.ar.ar-16-9 {
  aspect-ratio: 16/9;
}
.fake-select {
  position: relative;
  cursor: pointer;
}
.fake-select .active-item {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  background: #38AE6E;
  color: #FFFFFF;
  border: none;
  margin-right: 16px;
  box-shadow: 0 0 0 0 #000;
  padding: 17px 28px 17px 20px;
  min-width: 150px;
  line-height: 14px;
}
.fake-select .active-item:after {
  content: '';
  background-image: url('../images/icons/chevron.svg');
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  height: 6px;
  width: 10px;
  background-size: cover;
  display: block;
}
.fake-select .active-item:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 100%;
  background-color: #38AE6E;
  bottom: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%, 0% 100%);
}
.fake-select .active-item:hover {
  box-shadow: -4px 4px 0 0 #1B343A;
}
.fake-select .options {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  right: 0;
  padding: 5px 0;
  background-color: #2B535D;
}
.fake-select .options a.option {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
}
.fake-select .options.active {
  display: block;
}
/* Custom redactor clips  */
.centered-background {
  text-align: center;
  padding: 25px;
  background: #F2F8F8;
  margin-bottom: 2px;
  border-radius: 10px;
}
.centered-background figure {
  margin: 0;
}
.centered-background img {
  margin-bottom: 20px;
  width: 25px;
  height: 25px;
}
.centered-background h4 {
  margin-bottom: 20px;
}
.columns-background {
  margin: 75px 0;
  border-left: 5px solid #2A2A2A;
  background: #F2F8F8;
  padding: 50px 15px;
  max-width: none !important;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
  clear: both;
}
.columns-background.no-border {
  border-left: none;
}
@media (min-width: 992px) {
  .columns-background {
    padding: 30px 50px;
    margin: 100px 0;
  }
}
@media (min-width: 1200px) {
  .columns-background {
    padding: 75px 100px;
  }
}
.columns-background h2 {
  text-align: left;
}
.columns-background .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.columns-background .columns .column {
  -webkit-flex: 1 1 calc(50% - 7.5px);
  -ms-flex: 1 1 calc(50% - 7.5px);
  flex: 1 1 calc(50% - 7.5px);
  min-width: 250px;
}
.icon-no-background {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  gap: 5px;
  padding: 15px;
}
.icon-no-background figure {
  margin: 0;
}
.icon-no-background p {
  margin: 0;
}
/* Grid */
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 15px;
}
.col-12 {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.col-3 {
  -webkit-flex: 1 1 calc(25% - 15px);
  -ms-flex: 1 1 calc(25% - 15px);
  flex: 1 1 calc(25% - 15px);
}
@media (min-width: 992px) {
  .col-md-3 {
    -webkit-flex: 1 1 calc(25% - 15px);
    -ms-flex: 1 1 calc(25% - 15px);
    flex: 1 1 calc(25% - 15px);
  }
}
.rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #2A2A2A;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 1200px) {
  .rating {
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    order: 3;
  }
}
.rating img {
  margin-right: 5px;
}
.rating.with-title {
  margin-bottom: 20px;
}
.rating span {
  width: 20px;
}
.author {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .author {
    margin-bottom: 50px;
  }
}
.author .author-inner {
  padding: 15px;
  background: #F2F8F8;
  text-align: center;
  border-bottom: 5px solid #414141;
  margin-top: 10px;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
}
@media (min-width: 992px) {
  .author .author-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.author .author-inner .image {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .author .author-inner .image {
    -webkit-flex: 1 0 75px;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .author .author-inner .content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .author .author-inner .content h6 {
    margin-bottom: 5px;
  }
}
.author .author-inner .content h6 a {
  text-decoration: unset;
}
.author .author-inner .content p {
  margin-bottom: 0;
}
table:not(.sweet-grid, .flex-table) {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media (min-width: 992px) {
  table:not(.sweet-grid, .flex-table) {
    display: table;
    margin-bottom: 50px;
  }
}
table:not(.sweet-grid, .flex-table) tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  padding: 15px;
  gap: 10px;
}
@media (min-width: 992px) {
  table:not(.sweet-grid, .flex-table) tr {
    display: table-row;
    padding: 0;
  }
}
table:not(.sweet-grid, .flex-table) tr td {
  padding: 5px 10px;
}
@media (min-width: 992px) {
  table:not(.sweet-grid, .flex-table) tr td {
    padding: 15px 30px;
  }
}
table:not(.sweet-grid, .flex-table) tr td .icon {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
table:not(.sweet-grid, .flex-table) tr td > * {
  vertical-align: middle;
}
table:not(.sweet-grid, .flex-table) tr:nth-child(odd) {
  border-radius: 10px;
  background: #F2F8F8;
}
table:not(.sweet-grid, .flex-table).sortable tr {
  display: table-row;
}
.table-container {
  overflow-x: auto;
}
@media (max-width: 991px) {
  table:not([class]) {
    max-width: 100% !important;
  }
}
table:not([class]) tr {
  display: table-row;
}
@media (max-width: 767px) {
  table:not([class]) tr td {
    white-space: nowrap;
  }
}
table.summary-table,
table.casino-table-short {
  border-spacing: 8px;
}
table.summary-table tr,
table.casino-table-short tr {
  vertical-align: middle;
  display: block;
}
table.summary-table td,
table.casino-table-short td {
  padding: 0;
  vertical-align: text-top;
  line-height: normal;
  display: table-cell;
}
table.summary-table td img,
table.casino-table-short td img {
  padding: 0;
}
table.summary-table td.icon,
table.casino-table-short td.icon {
  width: 15px;
}
table.summary-table td .icon,
table.casino-table-short td .icon {
  margin-right: 0 !important;
}
table.summary-table td.content,
table.casino-table-short td.content {
  padding-left: 8px !important;
}
table.summary-table {
  border-spacing: 8px 0;
}
table.casino-table-short {
  border-collapse: collapse;
  margin-left: 0;
  border-spacing: 0;
}
table.casino-table-short td {
  padding: 15px 30px;
}
table.casino-table-short td.icon {
  padding-right: 0;
}
table.casino-table-short td.content {
  padding-left: 8px;
}
.mobile-expandable {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .mobile-expandable {
    max-height: unset !important;
  }
}
.mobile-expandable .expandable-toggler {
  background-image: linear-gradient(180deg, rgba(172, 31, 45, 0) 0%, #fff 95%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (min-width: 992px) {
  .mobile-expandable .expandable-toggler {
    display: none;
  }
}
.mobile-expandable .expandable-toggler a {
  text-align: center;
  display: block;
  color: #38AE6E;
  font-weight: 800;
  text-decoration: unset;
  padding: 20px 0;
}
.mobile-expandable .expandable-toggler a:after {
  content: '';
  display: block;
  background-image: url("../images/icons/i-down.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px auto 0;
}
.desktop-expandable {
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .desktop-expandable {
    max-height: unset !important;
  }
}
.desktop-expandable .expandable-toggler {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #fff 75%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9;
}
@media (min-width: 992px) {
  .desktop-expandable .expandable-toggler {
    display: block;
  }
}
.desktop-expandable .expandable-toggler a {
  text-align: center;
  display: block;
  color: #38AE6E;
  font-weight: 800;
  text-decoration: unset;
  padding: 20px 0;
}
.desktop-expandable .expandable-toggler a:after {
  content: '';
  display: block;
  background-image: url("../images/icons/i-down.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px auto 0;
}
.desktop-expandable .expandable-toggler.in {
  position: relative;
  background: transparent;
  backdrop-filter: none;
}
.desktop-expandable .expandable-toggler.in a {
  padding-bottom: 0;
}
.desktop-expandable .expandable-toggler.in a:before {
  content: '';
  display: block;
  background-image: url("../images/icons/i-down.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px auto 10px auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.desktop-expandable .expandable-toggler.in a:after {
  display: none;
}
.mobile-expandable,
.desktop-expandable {
  margin-bottom: 20px;
}
.mobile-expandable p:empty,
.desktop-expandable p:empty {
  margin: 0;
}
.video-container {
  border-radius: 10px;
  margin: 20px 0;
}
blockquote {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  padding: 30px 50px;
  border-left: 5px solid #E3FE4D;
  margin: 40px 0 40px 25px;
  background-image: url(../images/blokje-patern_2.png);
  background-repeat: repeat;
  background-size: 20px;
}
.full-background,
.full-no-background {
  background: #F2F8F8;
  padding: 50px 0;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .full-background,
  .full-no-background {
    padding: 100px 0;
    margin-bottom: 150px;
  }
}
.full-background h2,
.full-no-background h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .full-background h2,
  .full-no-background h2 {
    text-align: left;
  }
}
.full-background .image img,
.full-no-background .image img {
  margin: 0 auto 20px;
  max-width: 200px;
  display: block;
}
.full-background:nth-child(even) {
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  -webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
}
.full-background:nth-child(odd) {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
}
.full-no-background {
  background: unset;
  padding: 0;
}
figure {
  margin: 0 0 20px 0;
}
figure.pull-right img,
figure.pull-left img {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  figure.pull-right img,
  figure.pull-left img {
    display: block;
    margin: 0 auto 20px auto;
  }
}
figure.pull-right + * {
  clear: left;
}
@media (min-width: 641px) {
  figure.pull-right img {
    float: right;
    margin: 0 0 20px 20px;
  }
}
figure.pull-left + * {
  clear: right;
}
@media (min-width: 641px) {
  figure.pull-left img {
    float: left;
    margin: 0 20px 20px 0;
  }
}
hr {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.d-block {
  display: block;
}
.tableOfContents {
  margin-bottom: 75px;
}
.tableOfContents ul {
  margin: 0;
  padding: 0;
}
.tableOfContents ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  padding: 7.5px 0;
  border-bottom: 2px solid #F2F8F8;
}
.tableOfContents ul li:last-child {
  border-bottom: unset;
}
@media (min-width: 1200px) {
  .main-container.hascolumns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-container.hascolumns.left {
    padding-right: 0;
  }
  .main-container.hascolumns .main {
    width: 100%;
    max-width: calc(100% - 385px);
    order: 1;
    margin-right: 109px;
  }
  .main-container.hascolumns .main .container {
    padding: 0;
    max-width: unset;
  }
  .main-container.hascolumns .main .container.left {
    margin: 0;
  }
  .main-container.hascolumns .main .page-content h1,
  .main-container.hascolumns .main .page-content h2,
  .main-container.hascolumns .main .page-content h3,
  .main-container.hascolumns .main .page-content h4,
  .main-container.hascolumns .main .page-content h5,
  .main-container.hascolumns .main .page-content h6 {
    text-align: left;
  }
  .main-container.hascolumns .main .page-content .content > * {
    max-width: unset;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .main-container.hascolumns {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .main-container.hascolumns {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .main-container.hascolumns {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .main-container.hascolumns {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .main-container.hascolumns.left {
    max-width: unset;
    margin: 0 0 0 calc((100vw - 600px) / 2);
  }
}
@media (min-width: 1200px) and (min-width: 576px) and (min-width: 768px) {
  .main-container.hascolumns.left {
    margin: 0 0 0 calc((100vw - 780px) / 2);
  }
}
@media (min-width: 1200px) and (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
  .main-container.hascolumns.left {
    margin: 0 0 0 calc((100vw - 990px) / 2);
  }
}
@media (min-width: 1200px) and (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .main-container.hascolumns.left {
    margin: 0 0 0 calc((100vw - 1187px) / 2);
  }
}
.main-container.hascolumns .sidebar {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .main-container.hascolumns .sidebar {
    padding: 0;
    order: 2;
    -webkit-flex: 0 0 276px;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
  }
}
.object-fit-contain {
  object-fit: contain !important;
}
.pushmessage {
  position: fixed;
  bottom: -140px;
  left: 0;
  right: 0;
  z-index: 99;
}
.pushmessage .toggler {
  position: absolute;
  top: -82px;
  left: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.pushmessage .toggler img {
  width: 100%;
  height: 100%;
}
.pushmessage.active {
  bottom: 0;
}
.pushmessage.active .toggler {
  top: -25px;
}
.pushmessage .background-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.pushmessage .background-container .background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
.pushmessage .pushmessage-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 5px 0 10px;
}
.pushmessage .pushmessage-inner .content {
  flex: 1 1 50%;
  margin-right: 15px;
  color: #ffffff;
  position: relative;
}
.pushmessage .pushmessage-inner .content h3 {
  color: inherit;
  margin: 0 0 10px;
}
.pushmessage .pushmessage-inner .content p {
  margin: 0;
}
.pushmessage .pushmessage-inner .link {
  text-align: right;
}
.custom-popup-item {
  display: none;
  position: absolute;
  z-index: 99999999999999999;
  left: 15px;
  right: 15px;
  color: #414141;
  background: #F2F8F8;
  border: 1px solid #2B535D;
  border-radius: 10px;
  padding: 30px;
  visibility: hidden;
  top: 100%;
  width: 450px;
  text-align: center;
  transform: translateX(-50%);
}
.custom-popup-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.custom-popup-item.fixed {
  left: 15px !important;
  right: 15px !important;
  transform: unset !important;
  width: 100%;
}
/* Back to top icon */
.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  z-index: 8;
  cursor: pointer;
  display: none;
}
.backtotop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.backtotop.active {
  display: block;
}
@media (min-width: 992px) {
  .backtotop.active {
    display: none;
  }
}
.empty-page {
  margin: 150px 0 100px;
}
.search-page hr {
  margin-bottom: 10px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1B343A;
}
.search-page .summary {
  margin-bottom: 10px;
}
.search-page .pagination {
  margin: 50px 15px 15px;
}
.search-page .list-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.search-page .list-view > div {
  flex: 1 1 calc(50% - 30px);
  margin: 15px;
  min-width: 400px;
}
.search-page .list-view .summary {
  margin-bottom: 10px;
  width: 100%;
  flex: 1 1 100%;
}
.search-page .list-view .search-result p {
  margin: 0;
}
ul.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
ul.pagination li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  background: #F2F8F8;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  aspect-ratio: 1;
  width: 30px;
}
ul.pagination li:not(.disabled) {
  cursor: pointer;
}
ul.pagination li:not(.disabled).active,
ul.pagination li:not(.disabled):hover {
  background: #38AE6E;
}
ul.pagination li:not(.disabled).active a,
ul.pagination li:not(.disabled):hover a {
  color: #fff;
}
ul.pagination li.disabled {
  background: #ffffff;
}
ul.pagination li a,
ul.pagination li span {
  text-decoration: unset;
  width: 100%;
}
.more {
  border-radius: 10px;
  border: 2px solid #F2F8F8;
  padding: 25px;
  margin-bottom: 50px;
}
.more .item {
  margin-bottom: 20px;
}
.more .item:last-child {
  margin-bottom: 0;
}
.more .item h5 {
  margin-bottom: 10px;
}
.more .item h5 a {
  text-decoration: unset;
}
.more .item .more-list {
  padding: 0;
  margin: 0;
}
.more .item .more-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.more .item .more-list li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  padding: 0;
  margin: 0;
}
.more .item .more-list li a:hover {
  text-decoration: none;
}
.page-content table tr:first-child th {
  padding: 15px;
  text-align: left;
}
.page-content table tr td {
  padding: 15px;
}
.page-content table tr td figure {
  margin: 0;
}
.page-content table tr td .button.primary {
  padding: 12px 17px 12px 12px;
}
.page-content table tr td .button.primary:after {
  right: 0;
  top: calc(50% - 3px);
}
@media (max-width: 992px) {
  .page-content table tr td .button.secondary {
    padding: 10px 25px 10px 10px;
  }
  .page-content table tr td .button.secondary:after {
    right: 10px;
    top: calc(50% - 3px);
  }
}
@media (max-width: 992px) {
  .table-responsive tr:first-child:has(th) {
    display: none;
  }
}
body.popup-active {
  overflow: unset;
  height: auto;
}
.sweet-alert-popup-container {
  position: relative;
  min-height: unset;
  margin-top: 75px;
}
.sweet-alert-popup-container:before {
  display: none;
}
.sweet-alert-popup-container .sweet-alert.success .icon,
.sweet-alert-popup-container .sweet-alert-popup-container .sweet-alert.success .close-button {
  background: #38AE6E;
}
.sweet-alert-popup-container .sweet-alert.success .close-button {
  background: #1B343A;
}
.sweet-alert-popup-container .sweet-alert .close-icon {
  display: none;
}
figcaption {
  font-style: italic;
  color: #414141;
}
.search-form {
  margin-bottom: 15px;
}
.search-form form {
  position: relative;
  width: 275px;
  margin: 0 auto;
}
.search-form form input {
  padding: 17px 17px 17px 40px;
  width: calc(100% - 61px);
  background-color: #fff;
  text-align: left;
}
.search-form form input:focus {
  outline: unset;
}
.search-form form button {
  background: unset;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border: unset;
  box-shadow: unset;
}
.search-form form button:after,
.search-form form button:before {
  display: none;
}
.search-form.typeahead-form {
  width: 100%;
  height: 64px;
}
.search-form.typeahead-form form {
  width: 100%;
}
.search-form.typeahead-form form .form-group {
  margin: 0;
}
.search-form.typeahead-form form .form-group input {
  background-color: #F2F8F8 !important;
  border: 0;
  text-align: center;
  padding: 17px 17px 17px 40px !important;
  margin: 0;
  color: #8e8e8e;
  width: 100%;
}
.search-form.typeahead-form form .form-group input::placeholder {
  color: #a7a7a7;
}
.search-form.typeahead-form form .tt-menu {
  border-radius: 0 0 10px 10px;
  border: 1px solid #F2F8F8;
  border-top: 0;
  overflow: hidden;
  width: calc(100% - 2px);
}
.search-form.typeahead-form form .tt-menu .tt-dataset {
  background-color: #fff;
  border-top: none;
}
.search-form.typeahead-form form .tt-menu .tt-dataset a {
  display: block;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #F2F8F8;
  text-decoration: unset;
  text-align: center;
}
.search-form.typeahead-form form .tt-menu .tt-dataset a:last-child {
  border-bottom: unset;
}
.search-form.games form {
  width: auto;
}
input#gamesearch {
  background-color: #F2F8F8;
  border: 0;
  text-align: center;
  padding: 17px 0;
  color: #8e8e8e;
  min-width: 300px;
}
input#gamesearch::placeholder {
  color: #a7a7a7;
}
.navbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  padding: 15px;
  z-index: 1000;
}
.navbar:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1B343A;
  clip-path: polygon(0 0, 0 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0);
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0);
  z-index: -1;
}
.navbar .search-toggle {
  order: 4;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  cursor: pointer;
  display: none;
}
@media (min-width: 1200px) {
  .navbar .search-toggle {
    display: block;
  }
}
.navbar .search-toggle img {
  width: 100%;
}
.navbar .search-form-container {
  order: 3;
  position: relative;
  z-index: 101;
  display: none;
}
@media (min-width: 1200px) {
  .navbar .search-form-container {
    display: block;
  }
}
.navbar .search-form-container .search-form {
  margin: 0;
  position: absolute;
  right: 20px;
  top: -27px;
  display: none;
  z-index: 101;
}
.navbar .search-form-container .search-form.active {
  display: block;
}
@media (min-width: 1200px) {
  .navbar {
    /* Sticky/fixed menu fix*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.navbar + .breadcrumbs,
.navbar + .header,
.navbar + .main-container,
.navbar + .search-page {
  /* Sticky/fixed menu fix*/
}
@media (min-width: 1200px) {
  .navbar + .breadcrumbs,
  .navbar + .header,
  .navbar + .main-container,
  .navbar + .search-page {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0 15px;
  }
}
.navbar .logo {
  width: 158px;
  -webkit-flex: 0 1 158px;
  -ms-flex: 0 1 158px;
  flex: 0 1 158px;
  height: 25px;
}
@media (min-width: 1200px) {
  .navbar .logo {
    order: 1;
  }
}
@media (max-width: 480px) {
  .navbar .logo {
    width: auto;
    -webkit-flex: 1 1 80px;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    max-width: 150px;
  }
}
.navbar .logo img {
  height: 100%;
}
.navbar .message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .navbar .message {
    order: 4;
    flex: 0 1 115px;
  }
}
.navbar .message img {
  width: 115px;
}
.navbar .toggler {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  background: #2B535D;
  padding: 15px;
}
@media (min-width: 1200px) {
  .navbar .toggler {
    order: 4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.navbar .toggler .icon {
  background-image: url(../images/icons/i-hamburger.svg);
  width: 17px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar .toggler .text {
  display: none;
}
@media (min-width: 1200px) {
  .navbar .toggler .text {
    display: block;
    margin-right: 10px;
  }
}
.navbar .nav {
  display: none;
  background: #2B535D;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 1200px) {
  .navbar .nav {
    display: block;
    background: unset;
    position: initial;
    order: 2;
    flex: 1 1 auto;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .navbar .nav.active:before {
    position: absolute;
    top: -15px;
    right: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #2B535D transparent;
  }
}
.navbar .nav .menu,
.navbar .nav .extra-menu {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .navbar .nav .menu,
  .navbar .nav .extra-menu {
    display: flex;
    flex-direction: row;
  }
}
.navbar .nav .menu li,
.navbar .nav .extra-menu li {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .navbar .nav .menu li,
  .navbar .nav .extra-menu li {
    margin: 0 15px;
  }
}
@media (min-width: 1250px) {
  .navbar .nav .menu li,
  .navbar .nav .extra-menu li {
    margin: 0 30px;
  }
}
.navbar .nav .menu li .nav-link,
.navbar .nav .extra-menu li .nav-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  display: block;
}
@media (min-width: 1200px) {
  .navbar .nav .menu li .nav-link,
  .navbar .nav .extra-menu li .nav-link {
    padding: 29.5px 0;
  }
}
.navbar .nav .menu li .nav-link.active,
.navbar .nav .extra-menu li .nav-link.active {
  color: #E3FE4D;
}
.navbar .nav .menu li.has-dropdown,
.navbar .nav .extra-menu li.has-dropdown {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .navbar .nav .menu li.has-dropdown .nav-link:hover ~ ul.dropdown,
  .navbar .nav .extra-menu li.has-dropdown .nav-link:hover ~ ul.dropdown {
    display: block;
  }
}
.navbar .nav .menu li.has-dropdown ul.dropdown,
.navbar .nav .extra-menu li.has-dropdown ul.dropdown {
  display: none;
  padding: 5px 0;
  width: 100%;
}
.navbar .nav .menu li.has-dropdown ul.dropdown li,
.navbar .nav .extra-menu li.has-dropdown ul.dropdown li {
  margin: 15px 0;
}
.navbar .nav .menu li.has-dropdown ul.dropdown li a,
.navbar .nav .extra-menu li.has-dropdown ul.dropdown li a {
  opacity: 0.8;
  padding: 0;
}
.navbar .nav .menu li.has-dropdown ul.dropdown li a.active,
.navbar .nav .extra-menu li.has-dropdown ul.dropdown li a.active {
  color: #E3FE4D;
}
@media (min-width: 1200px) {
  .navbar .nav .menu li.has-dropdown ul.dropdown,
  .navbar .nav .extra-menu li.has-dropdown ul.dropdown {
    position: absolute;
    background: #2B535D;
    width: 230px;
    padding: 15px;
    top: 100%;
  }
  .navbar .nav .menu li.has-dropdown ul.dropdown:hover,
  .navbar .nav .extra-menu li.has-dropdown ul.dropdown:hover {
    display: block;
  }
  .navbar .nav .menu li.has-dropdown ul.dropdown li,
  .navbar .nav .extra-menu li.has-dropdown ul.dropdown li {
    margin: 15px 0;
  }
  .navbar .nav .menu li.has-dropdown ul.dropdown li a,
  .navbar .nav .extra-menu li.has-dropdown ul.dropdown li a {
    font-size: 14px;
    line-height: 1;
  }
}
.navbar .nav .menu li.has-dropdown ul.dropdown.active,
.navbar .nav .extra-menu li.has-dropdown ul.dropdown.active {
  display: block;
}
.navbar .nav .menu li.has-dropdown span.dropdown-toggle,
.navbar .nav .extra-menu li.has-dropdown span.dropdown-toggle {
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .navbar .nav .menu li.has-dropdown span.dropdown-toggle,
  .navbar .nav .extra-menu li.has-dropdown span.dropdown-toggle {
    cursor: pointer;
    line-height: 1;
  }
  .navbar .nav .menu li.has-dropdown span.dropdown-toggle:hover ~ ul.dropdown,
  .navbar .nav .extra-menu li.has-dropdown span.dropdown-toggle:hover ~ ul.dropdown {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar .nav .extra-menu {
    overflow: hidden;
  }
}
.navbar .nav .extra-menu > ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar .nav .extra-menu > ul {
    position: absolute;
    right: -100%;
    background: #2B535D;
    top: 100%;
    height: calc(100vh - 100%);
    padding: 50px;
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav .extra-menu > ul li {
    text-align: left;
    margin: 30px 0;
  }
  .navbar .nav .extra-menu > ul li.has-dropdown ul.dropdown.active {
    display: block;
  }
  .navbar .nav .extra-menu > ul li .nav-link {
    padding: 0;
    display: inline-block;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .navbar .nav .extra-menu > ul li.has-dropdown {
    display: block;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .navbar .nav .extra-menu > ul li.has-dropdown ul.dropdown {
    position: relative;
    left: unset;
    width: auto;
    padding: 5px 0 0 10px;
    margin-top: -2px;
    background: unset;
  }
  .navbar .nav .extra-menu > ul li.has-dropdown ul.dropdown:hover {
    display: block;
  }
  .navbar .nav .extra-menu > ul li.has-dropdown ul.dropdown li {
    margin: 15px 0;
  }
}
@media (min-width: 1200px) {
  .navbar .nav .extra-menu.active {
    display: block;
  }
  .navbar .nav .extra-menu.active > ul {
    right: -15px;
  }
}
.navbar .nav .extra-menu.active > ul:before {
  position: absolute;
  top: -15px;
  right: 15px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #2B535D transparent;
}
.navbar .search-form {
  margin-bottom: 15px;
}
.navbar .spacer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}
.header {
  background: #F2F8F8;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.header .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .header .header-inner {
    min-height: 450px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.header .header-inner .content {
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header .header-inner .content {
    padding: 25px 0;
    text-align: left;
  }
}
.header .header-inner .content a:not([class]) {
  color: #38AE6E;
  text-decoration: none;
}
.header .header-inner .content a:not([class]):hover {
  text-decoration: underline;
}
.header .header-inner .content ul:not(.check-list, .yellow-list) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.header .header-inner .content ul:not(.check-list, .yellow-list) li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-inner .content ul:not(.check-list, .yellow-list) li:before {
  content: '';
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  background: url('../images/icons/i-arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.header .header-inner .content .featured {
  margin: 0;
}
.header .header-inner .content .featured .featured-inner.has-icon {
  justify-content: flex-start;
  padding: 20px 25px;
  max-width: 485px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .header .header-inner .content .featured .featured-inner.has-icon {
    margin: 0;
  }
}
.header .header-inner .content .featured .featured-inner.has-icon .content {
  padding: 0;
  margin: 0;
}
.header .header-inner .content .featured .featured-inner.has-icon .content p {
  margin: 0;
}
.header .header-inner .content .featured .featured-inner.has-icon .icon {
  display: block;
  order: 0;
  max-width: 20px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header .header-inner .content .featured .featured-inner.has-icon .icon {
    margin-bottom: 0;
  }
}
.header .header-inner.has-image {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.header .header-inner.has-image .image {
  width: 100%;
  max-width: 175px;
  margin: 0 auto 35px;
}
@media (min-width: 992px) {
  .header .header-inner.has-image .image {
    max-width: 250px;
    margin: 0;
  }
}
.header .header-inner.has-image .image img {
  width: 100%;
}
@media (min-width: 992px) {
  .header .header-inner.has-image .content {
    margin-right: 40px;
    -webkit-flex: 0 1 600px;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
  }
  .header .header-inner.has-image .image {
    -webkit-flex: 0 1 250px;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
  }
}
.header .header-inner .badge-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 auto 20px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 992px) {
  .header .header-inner .badge-container {
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
  }
}
.header .header-inner .badge-container .badge {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  padding: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}
.header .header-inner .badge-container .badge a {
  text-decoration: unset;
  color: #414141;
}
.header.casino .header-inner {
  min-height: unset;
}
@media (min-width: 992px) {
  .header.casino .header-inner {
    max-width: 570px;
  }
}
.header.casino .header-inner .content {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .header.casino .header-inner .content .image {
    display: none;
  }
}
.header.casino .header-inner .content .rating {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .header.casino .header-inner .content .rating {
    display: none;
  }
}
.header.game .header-inner {
  min-height: unset;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .header.game .header-inner {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.header.game .header-inner .content {
  padding: 0 0 30px;
}
.header.game .header-inner .content p {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .header.game .header-inner .content {
    width: 600px;
  }
}
.header.game .header-inner .content .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .header.game .header-inner .content .buttons {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header.game .header-inner .content .buttons a {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: fit-content;
}
.header.game .header-inner .content .buttons a.demo {
  color: #38AE6E;
  font-weight: 800;
}
.header.game .header-inner .image {
  width: 100%;
}
@media (min-width: 992px) {
  .header.game .header-inner .image {
    width: 270px;
  }
}
.header.game .header-inner .image img {
  margin: 0 auto 15px;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
}
.header.game .header-inner .image p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.header.game .header-inner .image .review {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.header.game .header-inner .image .review p {
  margin: 0;
}
.header.game .header-inner .image .review form .btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 20px;
}
.header.game .header-inner .image .review form .btn-group button {
  background: unset;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header.game .header-inner .image .review form .btn-group button:hover {
  box-shadow: none;
}
.header.game .header-inner .image .review form .btn-group button:before {
  content: '';
  width: 19px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  clip-rule: unset;
  background: unset;
  background-position: center;
  margin-right: 5px;
  right: 0;
}
.header.game .header-inner .image .review form .btn-group button:after {
  display: none;
}
.header.game .header-inner .image .review form .btn-group button.thumbs-down {
  color: #F8574C;
}
.header.game .header-inner .image .review form .btn-group button.thumbs-down:before {
  background-image: url('../images/icons/i-dislike.svg');
}
.header.game .header-inner .image .review form .btn-group button.thumbs-up {
  color: #38AE6E;
}
.header.game .header-inner .image .review form .btn-group button.thumbs-up:before {
  background-image: url('../images/icons/i-like.svg');
}
.header.game .header-inner .image .review .votes {
  height: 22px;
  overflow: hidden;
}
.header.game .header-inner .image .review .votes #vote-result,
.header.game .header-inner .image .review .votes #no-vote-message {
  text-align: center;
  display: block;
  opacity: 0;
  font-style: italic;
}
.header.game .header-inner .image .review .votes #vote-result.active,
.header.game .header-inner .image .review .votes #no-vote-message.active {
  opacity: 1;
}
.header.game .header-inner .image .review .votes #vote-result.hide,
.header.game .header-inner .image .review .votes #no-vote-message.hide {
  display: none;
}
@media (min-width: 992px) {
  .header.game.payment .image {
    width: 272px;
  }
}
.header.news .header-inner {
  min-height: unset;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .header.news .header-inner {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.header.news .header-inner .content {
  padding: 0 0 30px;
}
@media (min-width: 992px) {
  .header.news .header-inner .content {
    width: 600px;
  }
}
.header.news .header-inner .image {
  width: 100%;
}
@media (min-width: 992px) {
  .header.news .header-inner .image {
    width: 300px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header.news .header-inner .image {
    width: 400px;
  }
}
.header.news .header-inner .image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .header.news .header-inner .image img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .tags .header {
    margin-bottom: 0;
  }
}
.featured {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .featured {
    margin-bottom: 100px;
  }
}
.featured.shortcode {
  margin: 75px 0 !important;
}
@media (min-width: 992px) {
  .featured.shortcode {
    margin: 100px 0 !important;
  }
}
.featured .featured-inner.has-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 15px 20px 15px;
  border-radius: 10px;
  border: 2px dashed #414141;
  position: relative;
  text-align: center;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  .featured .featured-inner.has-icon {
    padding: 20px 0 20px 25px;
  }
}
@media (min-width: 992px) {
  .featured .featured-inner.has-icon {
    flex-direction: row;
    text-align: left;
  }
}
.featured .featured-inner.has-icon .icon {
  display: none;
  -webkit-flex: 0 1 20px;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  order: 1;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .featured .featured-inner.has-icon .icon {
    display: block;
  }
}
.featured .featured-inner.has-icon .label {
  position: absolute;
  top: -25px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media (min-width: 1200px) {
  .featured .featured-inner.has-icon .label {
    position: relative;
    top: unset;
    left: auto;
    width: auto;
    transform: none;
    order: 4;
  }
}
.featured .featured-inner.has-icon .content {
  font-size: 12px;
  line-height: 135%;
}
.featured .featured-inner.has-icon .content h6 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .featured .featured-inner.has-icon .content {
    -webkit-flex: 0 1 450px;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    order: 2;
  }
  .featured .featured-inner.has-icon .content p {
    margin: 0;
  }
}
.featured .featured-inner.has-icon a {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .featured .featured-inner.has-icon a {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    order: 3;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .featured .featured-inner.has-icon .casino-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    order: 5;
    background: #F2F8F8;
    margin: -30px -15px -20px 15px;
    padding: 0 30px;
    align-self: stretch;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .featured .featured-inner.has-icon .casino-link {
    margin: -20px 0 -20px 30px;
  }
}
.featured .featured-inner.has-image {
  border-bottom: 5px solid #2A2A2A;
  background-color: #F2F8F8;
  padding: 50px 15px;
  margin: 0 -15px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25px, calc(100% - 25px) 0);
}
.featured .featured-inner.has-image:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/blokje-patern_2.png");
  background-repeat: repeat;
  background-size: 30px;
  width: 100%;
  height: 120px;
  z-index: 0;
}
@media (min-width: 992px) {
  .featured .featured-inner.has-image {
    padding: 30px 50px;
    margin: 0;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .featured .featured-inner.has-image {
    padding: 50px 100px;
  }
}
@media (min-width: 992px) {
  .featured .featured-inner.has-image .content {
    max-width: 600px;
    order: 1;
  }
}
.featured .featured-inner.has-image .image {
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .featured .featured-inner.has-image .image {
    order: 2;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .hascolumns .featured .featured-inner.has-image {
    padding: 25px;
  }
  .hascolumns .featured .featured-inner.has-image .content {
    margin-right: 50px;
  }
  .hascolumns .featured .featured-inner.has-image .image {
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
  }
}
.top-5 {
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  .top-5 {
    margin-bottom: 150px;
  }
}
.top-5 .container {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .top-5 .container {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .top-5 h2 {
    margin-bottom: 50px;
    text-align: center;
  }
}
.top-5 .top-5-inner {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner {
    margin-bottom: 50px;
  }
}
.top-5 .top-5-inner .heading {
  display: none;
}
.top-5 .top-5-inner .heading h5 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .top-5 .top-5-inner .heading div:nth-child(1) {
    margin-left: 225px;
  }
  .top-5 .top-5-inner .heading div:nth-child(2) {
    margin-left: 50px;
  }
  .top-5 .top-5-inner .heading div:nth-child(3) {
    margin-left: 430px;
  }
  .top-5 .top-5-inner .heading div:nth-child(4) {
    margin-left: 35px;
  }
}
.top-5 .top-5-inner .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 300px;
  background: #F2F8F8;
  padding: 25px 0 25px 0;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: auto;
    padding: 20px 25px;
    text-align: left;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item .counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  color: #2A2A2A;
  font-size: 14px;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .counter {
    -webkit-flex: 0 1 40px;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    order: 1;
    margin-right: 30px;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item .image {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .image {
    -webkit-flex: 0 1 80px;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    order: 2;
    margin: 0;
    margin-right: 50px;
    height: 80px;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item .rating {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .rating {
    position: relative;
    padding: 0;
    width: 50px;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item .link {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .link {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    order: 4;
    min-width: 250px;
    margin: 0 0 0 108px;
  }
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .label-container {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    order: 5;
    margin: 0 35px 0 0;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item .label-container .label {
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .label-container .label {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .top-5 .top-5-inner .swiper-wrapper .item .casinoLink {
    order: 6;
    min-width: 129px;
  }
}
.top-5 .top-5-inner .swiper-wrapper .item:nth-child(odd) {
  background: #FFFFFF;
  border: 2px solid #F2F8F8;
}
.top-5 .top-5-inner .swiper-wrapper .item:nth-child(odd) .counter {
  background: #F2F8F8;
}
@media (min-width: 1200px) {
  .top-5 .link-all {
    text-align: center;
  }
}
.hascolumns .top-5 {
  margin-bottom: 75px;
}
.hascolumns .top-5 h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .hascolumns .top-5 .top-5-inner .heading div:nth-child(1) {
    margin-left: 206px;
  }
  .hascolumns .top-5 .top-5-inner .heading div:nth-child(2) {
    display: none;
  }
  .hascolumns .top-5 .top-5-inner .heading div:nth-child(3) {
    margin-left: 40px;
  }
  .hascolumns .top-5 .top-5-inner .heading div:nth-child(4) {
    margin-left: 240px;
  }
  .hascolumns .top-5 .top-5-inner .swiper-wrapper .item .image {
    margin-right: 30px;
  }
  .hascolumns .top-5 .top-5-inner .swiper-wrapper .item .rating {
    flex: 0 1 auto;
    margin-right: 90px;
  }
  .hascolumns .top-5 .top-5-inner .swiper-wrapper .item .casinoLink {
    min-width: 100px;
  }
  .hascolumns .top-5 .top-5-inner .swiper-wrapper .item .link {
    display: none;
  }
}
.card-list {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .card-list {
    margin-bottom: 100px;
  }
}
.card-list .card-list-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.card-list .card-list-inner .summary {
  display: none;
}
.card-list .card-list-inner .item {
  -webkit-flex: 1 1 calc(50% - 15px);
  -ms-flex: 1 1 calc(50% - 15px);
  flex: 1 1 calc(50% - 15px);
  max-width: calc(50% - 7.5px);
}
@media (min-width: 576px) {
  .card-list .card-list-inner .item {
    max-width: 261px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .card-list .card-list-inner .item {
    max-width: 348px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
  .card-list .card-list-inner .item {
    -webkit-flex: 1 1 calc(33.33% - 15px);
    -ms-flex: 1 1 calc(33.33% - 15px);
    flex: 1 1 calc(33.33% - 15px);
    max-width: 300px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .card-list .card-list-inner .item {
    -webkit-flex: 1 1 calc(25% - 15px);
    -ms-flex: 1 1 calc(25% - 15px);
    flex: 1 1 calc(25% - 15px);
    max-width: 270px;
  }
}
.card-list .card-list-inner .item.tag {
  height: auto;
}
.card-list .card-list-inner .item.tag .card {
  height: 100%;
}
.card-list .card-list-inner .item.tag .card .card-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-list .card-list-inner .item.tag .card .card-content .nav {
  margin-top: auto;
}
@media (min-width: 992px) {
  .card-list .card-list-inner .item.tag {
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .card-list .card-list-inner .item.tag {
    -webkit-flex: 1 1 calc(50% - 15px);
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 10px);
  }
}
.card-list .card-list-inner .item.software .ar > img {
  object-fit: contain;
}
.card-list .card-list-inner .item .badge-container {
  bottom: 5px;
  left: 5px;
  right: 5px;
}
@media (min-width: 768px) {
  .card-list .card-list-inner .item .badge-container {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.card-list .card-list-inner .item .badge-container .badge {
  padding: 7.5px;
}
@media (min-width: 768px) {
  .card-list .card-list-inner .item .badge-container .badge {
    padding: 10px;
  }
}
.card-list .card-list-inner .item .card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.card-list .card-list-inner .item .card .card-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card-list .card-list-inner .item .card .card-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-list .card-list-inner .item .card .nav {
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card-list .card-list-inner.items-272 .item {
    max-width: 272px;
  }
}
.card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F2F8F8;
  overflow: hidden;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .card-image {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.card .card-image .age-container {
  position: absolute;
  right: 5px;
  top: 5px;
}
.card .card-image .badge-container {
  position: absolute;
  bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  left: 10px;
  right: 10px;
}
.card .card-image .badge-container .badge {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  padding: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.card .card-content {
  padding: 20px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.card .card-content h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.card .card-content a {
  text-decoration: unset;
}
.card .card-content .date {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 135%;
}
.card .card-content .logo {
  margin-bottom: 10px;
}
.card .card-content .intro {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 135%;
}
.card .card-content .intro p {
  margin: 0;
}
.card .card-content .intro p.max-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Maximaal 3 regels */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.card .card-content .nav {
  margin-top: auto;
}
.card .card-content .nav .button {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card .card-content .nav .button {
    margin-bottom: 5px;
  }
}
.card .card-content .nav a:not([class]) {
  display: block;
}
.card .card-content .compliance {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
  line-height: 120%;
}
.bonus-today {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .bonus-today {
    margin-bottom: 150px;
  }
}
.bonus-today .swiper-slide {
  height: auto;
}
.bonus-today .swiper-slide .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.bonus-today .swiper-slide .card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bonus-today .swiper-slide .card-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bonus-today .swiper-slide .card-content .nav {
  margin-top: auto;
}
.bonus-today .card .card-content {
  padding: 5px 10px 15px;
}
.usps {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .usps {
    margin-bottom: 150px;
  }
}
.usps .usps-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  gap: 20px;
}
@media (min-width: 992px) {
  .usps .usps-inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.usps .usps-inner .usp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .usps .usps-inner .usp {
    padding: 0px 30px 30px 30px;
  }
}
.usps .usps-inner .usp .image {
  width: 100%;
  padding: 35px 0;
  position: relative;
}
.usps .usps-inner .usp .image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../images/raster.svg");
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.usps .usps-inner .usp h3 {
  margin: 0;
}
.usps .usps-inner .usp h3 a {
  text-decoration: none;
}
.usps .usps-inner .usp .content p {
  margin: 0;
}
@media (min-width: 992px) {
  .hascolumns .usps .usps-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .hascolumns .usps .usps-inner .usp {
    -webkit-flex: 1 1 calc(50% - 70px);
    -ms-flex: 1 1 calc(50% - 70px);
    flex: 1 1 calc(50% - 70px);
  }
}
.news-index {
  background: #F2F8F8;
  padding: 50px 0;
  margin-bottom: 50px;
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  -webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
}
@media (min-width: 992px) {
  .news-index {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
.news-index h2 {
  margin-bottom: 0;
}
.news-index .news-filter {
  overflow: scroll;
}
.news-index .news-filter::-webkit-scrollbar {
  display: none;
}
.news-index .news-filter .news-filter-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: max-content;
  margin: 20px 0;
  gap: 15px;
}
@media (min-width: 1200px) {
  .news-index .news-filter .news-filter-inner {
    margin: 50px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}
.news-index .news-filter .news-filter-inner .filter-item a {
  border-radius: 100px;
  border: 1px solid #2B535D;
  padding: 10px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-decoration: none;
  display: block;
}
.news-index .news-filter .news-filter-inner .filter-item.active a {
  background: #2B535D;
  color: #fff;
  font-weight: 800;
}
.news-index .news-filter .news-filter-inner .filter-item:hover a {
  background: #2B535D;
  color: #fff;
}
.news-index .news-inner {
  margin-bottom: 50px;
  gap: 10px;
}
@media (min-width: 768px) {
  .news-index .news-inner {
    gap: 15px;
  }
}
.news-index .news-inner .news-item {
  background: #fff;
  border: 0;
  flex: 0 1 calc(50% - 5px);
  max-width: 260px;
}
@media (min-width: 768px) {
  .news-index .news-inner .news-item {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-index .news-inner .news-item {
    flex: 0 1 calc(33.33% - 10px);
    max-width: 305px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .news-index .news-inner .news-item {
    flex: 0 1 calc(25% - 12px);
    max-width: 270px;
  }
}
.news-index .news-inner .news-item h4 {
  font-size: 16px;
}
.news-index .pagination {
  text-align: center;
}
.latest-news {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .latest-news {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .latest-news .latest-news-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .latest-news .latest-news-inner .slide-content {
    border-left: 5px solid #000;
    width: 310px;
    -webkit-flex: 1 0 310px;
    -ms-flex: 1 0 310px;
    flex: 1 0 310px;
    padding: 30px;
    margin-right: 15px;
  }
}
.latest-news .latest-news-inner .slide-content .content {
  display: none;
}
@media (min-width: 992px) {
  .latest-news .latest-news-inner .slide-content .content {
    display: block;
  }
}
@media (min-width: 992px) {
  .latest-news .latest-news-inner .slider {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 390px);
  }
}
.latest-news .latest-news-inner .slider .swiper-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.latest-news .latest-news-inner .slider .swiper-slide {
  width: 304px;
  height: auto;
}
.latest-news .latest-news-inner .slider .swiper-slide .news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.latest-news .latest-news-inner .slider .swiper-slide .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.latest-news .latest-news-inner .slider .swiper-slide .content .button {
  margin-top: auto;
}
@media (min-width: 992px) {
  .latest-news .latest-news-inner .slider .swiper-slide {
    width: 374px;
  }
}
.news-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #F2F8F8;
  border-radius: 10px;
  overflow: hidden;
}
.news-item .content {
  padding: 15px;
}
@media (min-width: 768px) {
  .news-item .content {
    padding: 20px;
  }
}
.news-item .content h4 {
  margin-bottom: 10px;
  line-height: 115%;
}
.news-item .content h4 a {
  text-decoration: unset;
}
.news-item .content .date {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
}
.news-item .content .date img {
  margin-right: 5px;
}
.news-item .content .intro {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 135%;
}
@media (min-width: 992px) {
  .news-item .content .intro {
    -webkit-line-clamp: 3;
  }
}
.news-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.news-inner .news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 1 calc(50% - 15px);
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
}
.news-inner .news-item .image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.news-inner .news-item .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-inner .news-item .content .button.link {
  margin-top: auto;
}
.hascolumns .latest-news .latest-news-inner {
  display: block;
}
.hascolumns .latest-news .latest-news-inner .slide-content {
  width: calc(100% - 65px);
  margin: 0;
  border-left: unset;
  text-align: center;
  margin-bottom: 25px;
}
.hascolumns .latest-news .latest-news-inner .slider {
  width: 100%;
}
.infos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .infos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.infos .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .infos .info {
    margin: 0;
  }
}
.infos .info .heading {
  margin-right: 10px;
  -webkit-flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.infos .info .heading img {
  width: 15px;
  height: 15px;
}
.infos .info .contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 5px;
}
@media (min-width: 992px) {
  .infos .info .contents {
    display: block;
  }
}
.infos .info .contents span {
  font-weight: 700;
  margin-right: 2px;
  display: block;
}
.featured-news {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .featured-news {
    margin: 100px 0;
  }
}
@media (min-width: 992px) {
  .featured-news h2 {
    margin-bottom: 50px;
  }
}
.featured-news .featured-news-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.featured-news .featured-news-inner .news-item {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #F2F8F8;
  border: 0;
}
@media (min-width: 992px) {
  .featured-news .featured-news-inner .news-item {
    -webkit-flex: 1 1 calc(50% - 16px);
    -ms-flex: 1 1 calc(50% - 16px);
    flex: 1 1 calc(50% - 16px);
    max-width: 470px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .featured-news .featured-news-inner .news-item {
    max-width: 560px;
  }
}
.featured-news .featured-news-inner .news-item .content .tag a {
  color: #2B535D;
  font-weight: 700;
  text-decoration: none;
}
.featured-news .featured-news-inner .news-item .content .tag a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .featured-news .featured-news-inner .news-item .content h4 {
    font-size: 28px;
  }
}
.featured-news .featured-news-inner .news-item .content .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-news .featured-news-inner .news-item .content .info > div:after {
  content: '|';
  padding: 0 7.5px;
}
.featured-news .featured-news-inner .news-item .content .info > div:last-child:after {
  display: none;
}
.featured-news .featured-news-inner .news-item .content .info > div.date,
.featured-news .featured-news-inner .news-item .content .info > div.author {
  margin: 0;
}
.slider.games {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .slider.games {
    margin-bottom: 150px;
  }
}
.slider.games .date {
  display: none;
}
.slider.games .swiper-slide {
  height: auto;
}
@media (max-width: 992px) {
  .slider.games .swiper-slide {
    width: 276px !important;
  }
}
.slider.games .swiper-slide .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.slider.games .swiper-slide .card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider.games .swiper-slide .card-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider.games .swiper-slide .card-content nav {
  margin-top: auto;
}
/* View */
@media (min-width: 1200px) {
  .game-detail .game-detail-inner,
  .software-detail .game-detail-inner,
  .paymentmethod-detail .game-detail-inner,
  .game-detail .software-detail-inner,
  .software-detail .software-detail-inner,
  .paymentmethod-detail .software-detail-inner,
  .game-detail .paymentmethod-detail-inner,
  .software-detail .paymentmethod-detail-inner,
  .paymentmethod-detail .paymentmethod-detail-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.game-detail .game-detail-inner .sidebar,
.software-detail .game-detail-inner .sidebar,
.paymentmethod-detail .game-detail-inner .sidebar,
.game-detail .software-detail-inner .sidebar,
.software-detail .software-detail-inner .sidebar,
.paymentmethod-detail .software-detail-inner .sidebar,
.game-detail .paymentmethod-detail-inner .sidebar,
.software-detail .paymentmethod-detail-inner .sidebar,
.paymentmethod-detail .paymentmethod-detail-inner .sidebar {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .game-detail .game-detail-inner .sidebar,
  .software-detail .game-detail-inner .sidebar,
  .paymentmethod-detail .game-detail-inner .sidebar,
  .game-detail .software-detail-inner .sidebar,
  .software-detail .software-detail-inner .sidebar,
  .paymentmethod-detail .software-detail-inner .sidebar,
  .game-detail .paymentmethod-detail-inner .sidebar,
  .software-detail .paymentmethod-detail-inner .sidebar,
  .paymentmethod-detail .paymentmethod-detail-inner .sidebar {
    order: 2;
    -webkit-flex: 0 0 276px;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    display: block;
    height: fit-content;
    top: 100px;
    margin-bottom: 0;
  }
  .game-detail .game-detail-inner .sidebar.sticky,
  .software-detail .game-detail-inner .sidebar.sticky,
  .paymentmethod-detail .game-detail-inner .sidebar.sticky,
  .game-detail .software-detail-inner .sidebar.sticky,
  .software-detail .software-detail-inner .sidebar.sticky,
  .paymentmethod-detail .software-detail-inner .sidebar.sticky,
  .game-detail .paymentmethod-detail-inner .sidebar.sticky,
  .software-detail .paymentmethod-detail-inner .sidebar.sticky,
  .paymentmethod-detail .paymentmethod-detail-inner .sidebar.sticky {
    position: sticky;
  }
  .game-detail .game-detail-inner .sidebar .tableOfContents,
  .software-detail .game-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .game-detail-inner .sidebar .tableOfContents,
  .game-detail .software-detail-inner .sidebar .tableOfContents,
  .software-detail .software-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .software-detail-inner .sidebar .tableOfContents,
  .game-detail .paymentmethod-detail-inner .sidebar .tableOfContents,
  .software-detail .paymentmethod-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .paymentmethod-detail-inner .sidebar .tableOfContents {
    border-radius: 10px;
    background: #F2F8F8;
    padding: 25px;
  }
  .game-detail .game-detail-inner .sidebar .tableOfContents li,
  .software-detail .game-detail-inner .sidebar .tableOfContents li,
  .paymentmethod-detail .game-detail-inner .sidebar .tableOfContents li,
  .game-detail .software-detail-inner .sidebar .tableOfContents li,
  .software-detail .software-detail-inner .sidebar .tableOfContents li,
  .paymentmethod-detail .software-detail-inner .sidebar .tableOfContents li,
  .game-detail .paymentmethod-detail-inner .sidebar .tableOfContents li,
  .software-detail .paymentmethod-detail-inner .sidebar .tableOfContents li,
  .paymentmethod-detail .paymentmethod-detail-inner .sidebar .tableOfContents li {
    padding: 5px 0;
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .game-detail .game-detail-inner .sidebar .tableOfContents,
  .software-detail .game-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .game-detail-inner .sidebar .tableOfContents,
  .game-detail .software-detail-inner .sidebar .tableOfContents,
  .software-detail .software-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .software-detail-inner .sidebar .tableOfContents,
  .game-detail .paymentmethod-detail-inner .sidebar .tableOfContents,
  .software-detail .paymentmethod-detail-inner .sidebar .tableOfContents,
  .paymentmethod-detail .paymentmethod-detail-inner .sidebar .tableOfContents {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .game-detail .game-detail-inner .main,
  .software-detail .game-detail-inner .main,
  .paymentmethod-detail .game-detail-inner .main,
  .game-detail .software-detail-inner .main,
  .software-detail .software-detail-inner .main,
  .paymentmethod-detail .software-detail-inner .main,
  .game-detail .paymentmethod-detail-inner .main,
  .software-detail .paymentmethod-detail-inner .main,
  .paymentmethod-detail .paymentmethod-detail-inner .main {
    order: 1;
    margin-right: 109px;
  }
}
.game-detail .game-detail-inner .main .author,
.software-detail .game-detail-inner .main .author,
.paymentmethod-detail .game-detail-inner .main .author,
.game-detail .software-detail-inner .main .author,
.software-detail .software-detail-inner .main .author,
.paymentmethod-detail .software-detail-inner .main .author,
.game-detail .paymentmethod-detail-inner .main .author,
.software-detail .paymentmethod-detail-inner .main .author,
.paymentmethod-detail .paymentmethod-detail-inner .main .author {
  margin-bottom: 5px;
}
.game-detail .game-detail-inner .main .info,
.software-detail .game-detail-inner .main .info,
.paymentmethod-detail .game-detail-inner .main .info,
.game-detail .software-detail-inner .main .info,
.software-detail .software-detail-inner .main .info,
.paymentmethod-detail .software-detail-inner .main .info,
.game-detail .paymentmethod-detail-inner .main .info,
.software-detail .paymentmethod-detail-inner .main .info,
.paymentmethod-detail .paymentmethod-detail-inner .main .info {
  text-align: center;
  margin: 20px 0;
  border-bottom: 1px solid var(--Background, #F2F8F8);
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .game-detail .game-detail-inner .main .info,
  .software-detail .game-detail-inner .main .info,
  .paymentmethod-detail .game-detail-inner .main .info,
  .game-detail .software-detail-inner .main .info,
  .software-detail .software-detail-inner .main .info,
  .paymentmethod-detail .software-detail-inner .main .info,
  .game-detail .paymentmethod-detail-inner .main .info,
  .software-detail .paymentmethod-detail-inner .main .info,
  .paymentmethod-detail .paymentmethod-detail-inner .main .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
.game-detail .game-detail-inner .main .info > div,
.software-detail .game-detail-inner .main .info > div,
.paymentmethod-detail .game-detail-inner .main .info > div,
.game-detail .software-detail-inner .main .info > div,
.software-detail .software-detail-inner .main .info > div,
.paymentmethod-detail .software-detail-inner .main .info > div,
.game-detail .paymentmethod-detail-inner .main .info > div,
.software-detail .paymentmethod-detail-inner .main .info > div,
.paymentmethod-detail .paymentmethod-detail-inner .main .info > div {
  margin: 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.game-detail .game-detail-inner .main .info > div img,
.software-detail .game-detail-inner .main .info > div img,
.paymentmethod-detail .game-detail-inner .main .info > div img,
.game-detail .software-detail-inner .main .info > div img,
.software-detail .software-detail-inner .main .info > div img,
.paymentmethod-detail .software-detail-inner .main .info > div img,
.game-detail .paymentmethod-detail-inner .main .info > div img,
.software-detail .paymentmethod-detail-inner .main .info > div img,
.paymentmethod-detail .paymentmethod-detail-inner .main .info > div img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.game-detail .game-detail-inner .main .info > div span,
.software-detail .game-detail-inner .main .info > div span,
.paymentmethod-detail .game-detail-inner .main .info > div span,
.game-detail .software-detail-inner .main .info > div span,
.software-detail .software-detail-inner .main .info > div span,
.paymentmethod-detail .software-detail-inner .main .info > div span,
.game-detail .paymentmethod-detail-inner .main .info > div span,
.software-detail .paymentmethod-detail-inner .main .info > div span,
.paymentmethod-detail .paymentmethod-detail-inner .main .info > div span {
  font-weight: 700;
  margin-right: 2px;
}
.game-detail .game-detail-inner .main .video,
.software-detail .game-detail-inner .main .video,
.paymentmethod-detail .game-detail-inner .main .video,
.game-detail .software-detail-inner .main .video,
.software-detail .software-detail-inner .main .video,
.paymentmethod-detail .software-detail-inner .main .video,
.game-detail .paymentmethod-detail-inner .main .video,
.software-detail .paymentmethod-detail-inner .main .video,
.paymentmethod-detail .paymentmethod-detail-inner .main .video {
  border-radius: 10px;
  margin-bottom: 75px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.game-detail .game-detail-inner .main .video .video-placeholder,
.software-detail .game-detail-inner .main .video .video-placeholder,
.paymentmethod-detail .game-detail-inner .main .video .video-placeholder,
.game-detail .software-detail-inner .main .video .video-placeholder,
.software-detail .software-detail-inner .main .video .video-placeholder,
.paymentmethod-detail .software-detail-inner .main .video .video-placeholder,
.game-detail .paymentmethod-detail-inner .main .video .video-placeholder,
.software-detail .paymentmethod-detail-inner .main .video .video-placeholder,
.paymentmethod-detail .paymentmethod-detail-inner .main .video .video-placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.8) blur(2px);
}
.game-detail .game-detail-inner .main .video .play-button,
.software-detail .game-detail-inner .main .video .play-button,
.paymentmethod-detail .game-detail-inner .main .video .play-button,
.game-detail .software-detail-inner .main .video .play-button,
.software-detail .software-detail-inner .main .video .play-button,
.paymentmethod-detail .software-detail-inner .main .video .play-button,
.game-detail .paymentmethod-detail-inner .main .video .play-button,
.software-detail .paymentmethod-detail-inner .main .video .play-button,
.paymentmethod-detail .paymentmethod-detail-inner .main .video .play-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  top: calc(50% - 12px);
  position: absolute;
  width: 100%;
}
.game-detail .game-detail-inner .main .video .play-button img,
.software-detail .game-detail-inner .main .video .play-button img,
.paymentmethod-detail .game-detail-inner .main .video .play-button img,
.game-detail .software-detail-inner .main .video .play-button img,
.software-detail .software-detail-inner .main .video .play-button img,
.paymentmethod-detail .software-detail-inner .main .video .play-button img,
.game-detail .paymentmethod-detail-inner .main .video .play-button img,
.software-detail .paymentmethod-detail-inner .main .video .play-button img,
.paymentmethod-detail .paymentmethod-detail-inner .main .video .play-button img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.game-detail .game-detail-inner .main .video #video-player,
.software-detail .game-detail-inner .main .video #video-player,
.paymentmethod-detail .game-detail-inner .main .video #video-player,
.game-detail .software-detail-inner .main .video #video-player,
.software-detail .software-detail-inner .main .video #video-player,
.paymentmethod-detail .software-detail-inner .main .video #video-player,
.game-detail .paymentmethod-detail-inner .main .video #video-player,
.software-detail .paymentmethod-detail-inner .main .video #video-player,
.paymentmethod-detail .paymentmethod-detail-inner .main .video #video-player {
  width: 100%;
}
.game-detail .game-detail-inner .main .video.active #video-player,
.software-detail .game-detail-inner .main .video.active #video-player,
.paymentmethod-detail .game-detail-inner .main .video.active #video-player,
.game-detail .software-detail-inner .main .video.active #video-player,
.software-detail .software-detail-inner .main .video.active #video-player,
.paymentmethod-detail .software-detail-inner .main .video.active #video-player,
.game-detail .paymentmethod-detail-inner .main .video.active #video-player,
.software-detail .paymentmethod-detail-inner .main .video.active #video-player,
.paymentmethod-detail .paymentmethod-detail-inner .main .video.active #video-player {
  display: block !important;
}
.game-detail .game-detail-inner .main .video.active .video-placeholder,
.software-detail .game-detail-inner .main .video.active .video-placeholder,
.paymentmethod-detail .game-detail-inner .main .video.active .video-placeholder,
.game-detail .software-detail-inner .main .video.active .video-placeholder,
.software-detail .software-detail-inner .main .video.active .video-placeholder,
.paymentmethod-detail .software-detail-inner .main .video.active .video-placeholder,
.game-detail .paymentmethod-detail-inner .main .video.active .video-placeholder,
.software-detail .paymentmethod-detail-inner .main .video.active .video-placeholder,
.paymentmethod-detail .paymentmethod-detail-inner .main .video.active .video-placeholder,
.game-detail .game-detail-inner .main .video.active .play-button,
.software-detail .game-detail-inner .main .video.active .play-button,
.paymentmethod-detail .game-detail-inner .main .video.active .play-button,
.game-detail .software-detail-inner .main .video.active .play-button,
.software-detail .software-detail-inner .main .video.active .play-button,
.paymentmethod-detail .software-detail-inner .main .video.active .play-button,
.game-detail .paymentmethod-detail-inner .main .video.active .play-button,
.software-detail .paymentmethod-detail-inner .main .video.active .play-button,
.paymentmethod-detail .paymentmethod-detail-inner .main .video.active .play-button {
  display: none !important;
}
.game-detail .top-5,
.software-detail .top-5,
.paymentmethod-detail .top-5 {
  margin-bottom: 75px;
}
.game-detail .top-5 h2,
.software-detail .top-5 h2,
.paymentmethod-detail .top-5 h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .game-detail .top-5 .top-5-inner .heading div:nth-child(1),
  .software-detail .top-5 .top-5-inner .heading div:nth-child(1),
  .paymentmethod-detail .top-5 .top-5-inner .heading div:nth-child(1) {
    margin-left: 206px;
  }
  .game-detail .top-5 .top-5-inner .heading div:nth-child(2),
  .software-detail .top-5 .top-5-inner .heading div:nth-child(2),
  .paymentmethod-detail .top-5 .top-5-inner .heading div:nth-child(2) {
    margin-left: 215px;
  }
  .game-detail .top-5 .top-5-inner .heading div:nth-child(3),
  .software-detail .top-5 .top-5-inner .heading div:nth-child(3),
  .paymentmethod-detail .top-5 .top-5-inner .heading div:nth-child(3) {
    margin-left: 35px;
  }
  .game-detail .top-5 .top-5-inner .swiper-wrapper .item .image,
  .software-detail .top-5 .top-5-inner .swiper-wrapper .item .image,
  .paymentmethod-detail .top-5 .top-5-inner .swiper-wrapper .item .image {
    margin-right: 30px;
  }
  .game-detail .top-5 .top-5-inner .swiper-wrapper .item .rating,
  .software-detail .top-5 .top-5-inner .swiper-wrapper .item .rating,
  .paymentmethod-detail .top-5 .top-5-inner .swiper-wrapper .item .rating {
    flex: 0 1 auto;
    margin-right: 90px;
  }
  .game-detail .top-5 .top-5-inner .swiper-wrapper .item .casinoLink,
  .software-detail .top-5 .top-5-inner .swiper-wrapper .item .casinoLink,
  .paymentmethod-detail .top-5 .top-5-inner .swiper-wrapper .item .casinoLink {
    min-width: 100px;
  }
}
@media (max-width: 992px) {
  .game-detail .details table tbody,
  .software-detail .details table tbody,
  .paymentmethod-detail .details table tbody {
    display: block;
  }
}
.game-detail .details table tbody td,
.software-detail .details table tbody td,
.paymentmethod-detail .details table tbody td {
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .game-detail .details table tbody td,
  .software-detail .details table tbody td,
  .paymentmethod-detail .details table tbody td {
    font-weight: bold;
    padding: 15px 30px;
    text-align: left;
  }
}
.game-detail .main-content,
.software-detail .main-content,
.paymentmethod-detail .main-content,
.game-detail .details,
.software-detail .details,
.paymentmethod-detail .details {
  margin-bottom: 75px;
}
.game-detail .games,
.software-detail .games,
.paymentmethod-detail .games {
  margin-bottom: 75px;
}
#demo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 52, 58, 0.95);
  backdrop-filter: blur(2.5px);
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#demo-popup .container {
  width: calc(100% - 30px);
}
#demo-popup .head {
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
#demo-popup .head h2 {
  color: #fff;
  margin: 0;
  width: 100%;
  order: 6;
}
@media (min-width: 768px) {
  #demo-popup .head h2 {
    width: auto;
    order: 4;
  }
}
#demo-popup .head > img {
  order: 3;
}
#demo-popup .head a.close,
#demo-popup .head a.fullsreen {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  order: 5;
}
#demo-popup .head a.close img,
#demo-popup .head a.fullsreen img {
  margin-left: 15px;
  width: 27px;
  height: 27px;
}
#demo-popup .head a.fullsreen {
  order: 1;
}
#demo-popup .head a.fullsreen img {
  margin-right: 15px;
  margin-left: 0px;
}
#demo-popup .head a.fullsreen.hide {
  opacity: 0;
}
#demo-popup .head a.fullsreen.hide.active {
  opacity: 1;
}
#demo-popup .content {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
#demo-popup .content #popup-content {
  background: #F2F8F8;
  padding: 40px 30px 30px;
  border-radius: 10px;
  text-align: center;
  z-index: 9;
  max-width: calc(100% - 60px);
  width: 300px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  margin: 0 auto;
}
#demo-popup .content #popup-content .label-container {
  position: absolute;
  top: -22.5px;
  left: 0;
  right: 0;
}
#demo-popup .content #popup-content .label-container .label {
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #2B535D;
}
#demo-popup .content #popup-content .image {
  width: 80px;
  margin: 0 auto 20px;
}
#demo-popup .content #popup-content .bonustext {
  color: #2A2A2A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 112.5%;
  margin-bottom: 20px;
}
#demo-popup .content #popup-content .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
#demo-popup .content #popup-content .buttons .button {
  width: fit-content;
}
#demo-popup .content #popup-content .buttons p {
  margin: 0;
}
#demo-popup .content #popup-content .buttons p a {
  color: #38AE6E;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration-line: underline;
}
#demo-popup .content #popup-content .buttons p a:hover {
  text-decoration: none;
}
#demo-popup .content #popup-content .small {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  line-height: 120%;
}
#demo-popup .content #iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#demo-popup .content #iframe-container:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 2;
}
#demo-popup .content #iframe-container.active:before {
  display: none;
}
#demo-popup .content #iframe-container.active #game-iframe {
  filter: none;
}
#demo-popup .content #iframe-container #game-iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: blur(12.5px);
}
#demo-popup .footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#demo-popup .footer .hide {
  opacity: 0;
}
#demo-popup .footer .hide.active {
  opacity: 1;
}
.slider .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .slider .swiper-wrapper {
    margin-bottom: 0;
  }
}
.slider .swiper-wrapper .swiper-slide {
  width: 276px;
}
.slider.activebonus .swiper-slide {
  height: auto;
}
.slider.activebonus .swiper-slide .item {
  height: 100%;
}
.slider.activebonus .swiper-slide .item .card {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slider.activebonus .swiper-slide .item .card .card-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.slider.activebonus .swiper-slide .item .card .card-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider.activebonus .swiper-slide .item .card nav {
  margin-top: auto;
}
.hascolumns .slider .swiper-wrapper .swiper-slide {
  width: calc(33.33% - 10px);
}
footer .footer {
  background-color: #1B343A;
  padding: 25px 0 50px;
  position: relative;
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  -webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
}
@media (min-width: 992px) {
  footer .footer {
    padding: 75px 0 25px;
  }
}
footer .footer .container .logo img {
  margin: 0 auto 30px;
  display: block;
}
@media (min-width: 992px) {
  footer .footer .container .logo img {
    margin: 0 0 30px;
  }
}
footer .footer .container .footer-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  footer .footer .container .footer-inner {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    padding-bottom: 50px;
  }
}
footer .footer .container .footer-inner .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer .footer .container .footer-inner .item {
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  footer .footer .container .footer-inner .item:first-child {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  footer .footer .container .footer-inner .item {
    -webkit-flex: 0 0 275px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
  }
}
@media (min-width: 992px) {
  footer .footer .container .footer-inner .item.show_tags {
    -webkit-flex: 0 0 430px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  footer .footer .container .footer-inner .item.show_tags {
    -webkit-flex: 0 0 466px;
    -ms-flex: 0 0 466px;
    flex: 0 0 466px;
    max-width: none;
  }
}
footer .footer .container .footer-inner .item .item-inner {
  color: #FFFFFF;
}
footer .footer .container .footer-inner .item .item-inner h6 {
  max-width: 275px;
  text-align: center;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  footer .footer .container .footer-inner .item .item-inner h6 {
    text-align: left;
    max-width: unset;
  }
}
footer .footer .container .footer-inner .item .item-inner a {
  color: #fff;
}
footer .footer .container .footer-inner .item .item-inner .content {
  max-width: 275px;
  text-align: center;
  color: #FFFFFF;
  line-height: 180%;
}
@media (min-width: 992px) {
  footer .footer .container .footer-inner .item .item-inner .content {
    text-align: left;
    max-width: unset;
  }
}
footer .footer .container .footer-inner .item .item-inner .content p {
  margin: 0;
}
footer .footer .container .footer-inner .item .item-inner .content a {
  color: #fff;
}
footer .footer .container .footer-inner .item .item-inner .content ul {
  padding: 0;
  list-style: none;
  line-height: 180%;
  margin: 0;
}
footer .footer .container .footer-inner .item .item-inner .content ul:not(footer .footer .container .footer-inner .item .item-inner .content ul:last-child) {
  margin: 0 0 25px;
}
footer .footer .container .footer-inner .item .item-inner .content ul li:before {
  content: '> ';
}
footer .footer .container .footer-inner .item .item-inner .content img {
  width: 100px;
  margin: 0 auto;
}
footer .footer-bottom {
  border-top: 1px solid #2B535D;
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  footer .footer-bottom {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom .message {
    order: 1;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom i {
    order: 3;
    margin: 0 auto;
  }
}
footer .footer-bottom a {
  text-align: center;
  color: #fff;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .footer-bottom a {
    order: 2;
  }
}
footer .footer-bottom .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-bottom .links {
    order: 4;
  }
}
footer .footer-bottom .links a {
  margin: 0 7.5px;
}
footer .copyright {
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  footer .copyright {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer .copyright .container .copyright-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
  }
  footer .copyright .container .copyright-inner p {
    margin: 0;
    font-size: 12px;
  }
}
footer .copyright .container .copyright-inner .logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  footer .copyright .container .copyright-inner .logos {
    width: 340px;
  }
}
footer .copyright .container .copyright-inner .logos a {
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
footer .tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 9px;
}
footer .tags h5 {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  footer .tags {
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start;
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
footer .tags .tag {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  background: #2B535D;
  line-height: 1;
}
footer .tags .tag:hover {
  background: #23434c;
}
footer .tags .tag a {
  color: #FFFFFF;
  text-decoration: unset;
}
.filter {
  margin-bottom: 25px;
}
.filter .filter-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.filter .filter-inner .filter-toggler .button {
  min-width: 150px;
}
.filter .filter-inner .filter-toggler,
.filter .filter-inner .sorting,
.filter .filter-inner .search-form {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .filter .filter-inner .filter-toggler,
  .filter .filter-inner .sorting,
  .filter .filter-inner .search-form {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.filter .filter-inner .filter-toggler > *,
.filter .filter-inner .sorting > *,
.filter .filter-inner .search-form > *,
.filter .filter-inner .filter-toggler .active-item,
.filter .filter-inner .sorting .active-item,
.filter .filter-inner .search-form .active-item,
.filter .filter-inner .filter-toggler input#gamesearch,
.filter .filter-inner .sorting input#gamesearch,
.filter .filter-inner .search-form input#gamesearch {
  width: -webkit-fill-available;
}
.filter .filter-inner .filter-toggler input#gamesearch,
.filter .filter-inner .sorting input#gamesearch,
.filter .filter-inner .search-form input#gamesearch {
  padding: 17px 0 17px 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .filter .filter-inner .filter-toggler input#gamesearch,
  .filter .filter-inner .sorting input#gamesearch,
  .filter .filter-inner .search-form input#gamesearch {
    text-align: center;
  }
}
.filter-menu {
  display: none;
}
.filter-menu.active {
  display: block;
}
.empty-results {
  display: none;
  padding: 20px 0 50px 0;
}
.empty-results.active {
  display: block;
}
.filter-menu .filter-menu-inner {
  border-bottom: 5px solid #2A2A2A;
  background: #F2F8F8;
  padding: 50px 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner > .row {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .filter-menu .filter-menu-inner {
    padding: 40px 50px 20px 50px;
  }
}
.filter-menu .filter-menu-inner h4 {
  margin-bottom: 10px;
}
.filter-menu .filter-menu-inner h4 > a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner h4 > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner h4 > a:after {
    content: "";
    background-image: url(../local/web/images/icons/i-plus.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
    background-size: contain;
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner h4 > a.active:after {
    background-image: url(../local/web/images/icons/i-min.svg);
    height: 2px;
  }
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner .filter-item > h4 + div,
  .filter-menu .filter-menu-inner .filter-item > h4 + select {
    display: none;
  }
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner .filter-item > h4 + div.active,
  .filter-menu .filter-menu-inner .filter-item > h4 + select.active {
    display: block;
  }
}
.filter-menu .filter-menu-inner .see-more a {
  cursor: pointer;
  position: relative;
}
.filter-menu .filter-menu-inner .see-more a:after {
  content: '';
  background-image: url(../images/icons/chevron-down-black.svg);
  position: absolute;
  right: -15px;
  top: calc(50% - 3px);
  height: 6px;
  width: 10px;
  background-size: cover;
  display: block;
}
.filter-menu .filter-menu-inner .see-more a.active:after {
  background-image: url(../images/icons/chevron-up-black.svg);
}
.filter-menu .filter-menu-inner .checkbox-list {
  margin-bottom: 15px;
}
.filter-menu .filter-menu-inner .checkbox-list .checkbox {
  margin-bottom: 5px;
}
.filter-menu .filter-menu-inner .checkbox-list .checkbox label:before {
  background: #FFFFFF;
}
.filter-menu .filter-menu-inner .filter-item {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .filter-menu .filter-menu-inner .filter-item {
    margin-bottom: 28px;
  }
}
.filter-menu .filter-menu-inner .clear-filter {
  display: none;
}
.filter-menu .filter-menu-inner .clear-filter.active {
  display: block;
}
.filter-menu .filter-menu-inner .filter-notification {
  display: none;
  position: fixed;
  margin: 0;
}
.filter-menu .filter-menu-inner .filter-notification * {
  color: #fff;
  text-align: center;
  z-index: 2;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.filter-menu .filter-menu-inner .filter-notification.active {
  display: block;
}
.range-container {
  line-height: 1;
  margin-bottom: 5px;
}
.range-container input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: unset;
  outline: none;
  border-radius: 15px;
  margin: 0;
}
.range-container input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: linear-gradient(to right, #38AE6E 0%, #38AE6E var(--value), #FFFFFF var(--value), #FFFFFF 100%);
}
.range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #38AE6E;
  margin-top: -5px;
  margin-left: 1px;
}
.range-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: linear-gradient(to right, #38AE6E 0%, #38AE6E var(--value), #FFFFFF var(--value), #FFFFFF 100%);
}
.range-container input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #38AE6E;
}
.range-container input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-container input[type="range"]::-ms-fill-lower {
  background: #38AE6E;
}
.range-container input[type="range"]::-ms-fill-upper {
  background: #FFFFFF;
}
.range-container input[type="range"]::-ms-thumb {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #38AE6E;
}
@media (min-width: 1200px) {
  .casino-detail .casino-detail-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.casino-detail .casino-detail-inner .sidebar {
  display: none;
  margin-top: -250px;
}
@media (min-width: 1200px) {
  .casino-detail .casino-detail-inner .sidebar {
    -webkit-flex: 1 0 370px;
    -ms-flex: 1 0 370px;
    flex: 1 0 370px;
    display: block;
    margin-left: 100px;
  }
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner {
  position: sticky;
  top: 125px;
  padding: 25px 25px 30px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #2B535D;
  margin-bottom: 150px;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner .label-container {
  position: absolute;
  top: -22.5px;
  left: 0;
  right: 0;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner .label-container .label {
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #2B535D;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner .image img {
  margin: 0 auto;
  width: 100px;
  display: block;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner .rating {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #F2F8F8;
  border-bottom: 1px solid #F2F8F8;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner .rating span {
  margin-left: auto;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner table {
  border-bottom: 1px solid #F2F8F8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner table tr {
  background: unset;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner table tr td {
  padding: 5px 0;
}
.casino-detail .casino-detail-inner .sidebar .sidebar-inner a.button.primary {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
@media (min-width: 1200px) {
  .casino-detail .casino-detail-inner .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .casino-detail .casino-detail-inner .main .tableOfContents {
    order: 1;
  }
  .casino-detail .casino-detail-inner .main .short {
    order: 2;
  }
  .casino-detail .casino-detail-inner .main .about {
    order: 4;
    margin-bottom: 50px;
  }
  .casino-detail .casino-detail-inner .main .info {
    order: 5;
    margin-bottom: 100px;
  }
}
.casino-detail .short {
  margin-bottom: 75px;
}
.casino-detail .short table,
.casino-detail .short tbody {
  width: 100%;
  display: table;
}
.casino-detail .short h4 {
  text-align: center;
}
.casino-detail .video {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-detail .video {
    margin-bottom: 150px;
  }
}
.casino-detail .info {
  margin-bottom: 75px;
}
@media (min-width: 1992px) {
  .casino-detail .info {
    margin-bottom: 50px;
  }
}
.casino-detail .bonus .featured {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .casino-detail .bonus .featured {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .casino-detail .website .website-inner,
  .casino-detail .bonus .website-inner,
  .casino-detail .website .bonus-inner,
  .casino-detail .bonus .bonus-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .casino-detail .website .website-inner .content,
  .casino-detail .bonus .website-inner .content,
  .casino-detail .website .bonus-inner .content,
  .casino-detail .bonus .bonus-inner .content {
    order: 1;
  }
  .casino-detail .website .website-inner .image,
  .casino-detail .bonus .website-inner .image,
  .casino-detail .website .bonus-inner .image,
  .casino-detail .bonus .bonus-inner .image {
    order: 2;
    -webkit-flex: 1 0 276px;
    -ms-flex: 1 0 276px;
    flex: 1 0 276px;
    margin-left: 100px;
    position: relative;
  }
  .casino-detail .website .website-inner .image img,
  .casino-detail .bonus .website-inner .image img,
  .casino-detail .website .bonus-inner .image img,
  .casino-detail .bonus .bonus-inner .image img {
    margin: 0;
    position: sticky;
    top: 100px;
    width: 100%;
    max-width: 100%;
  }
}
.casino-detail .activebonus {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-detail .activebonus {
    margin-bottom: 150px;
  }
}
.casino-detail .bonus-container {
  margin-bottom: 37.5px;
  padding-bottom: 37.5px;
}
@media (min-width: 992px) {
  .casino-detail .bonus-container {
    margin-bottom: 75px;
    padding-bottom: 75px;
  }
}
.casino-detail .safety,
.casino-detail .games {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-detail .safety,
  .casino-detail .games {
    margin-bottom: 150px;
  }
  .casino-detail .safety .content > *:not(.table-width-1140),
  .casino-detail .games .content > *:not(.table-width-1140) {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
  }
  .casino-detail .safety .content h2,
  .casino-detail .games .content h2 {
    text-align: center;
  }
  .casino-detail .safety .content .rating,
  .casino-detail .games .content .rating {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .casino-detail .safety .content table,
  .casino-detail .games .content table {
    margin: 50px 0;
  }
  .casino-detail .safety .content table td,
  .casino-detail .games .content table td {
    text-align: center;
    font-weight: bold;
  }
}
.casino-detail .support .columns-background {
  background-color: transparent;
  border-left: none;
  padding: 0;
  clip-path: none;
}
.casino-detail .support .columns-background:after {
  display: none;
}
.casino-detail .support .columns-background .columns {
  margin: 0;
  text-align: center;
  gap: 15px;
}
.casino-detail .support .columns-background .columns .column {
  background-color: #F2F8F8;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 25%;
  padding: 25px;
  margin: 0;
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  -webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .casino-detail .support .columns-background .columns .column {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 7.5px);
  }
}
@media (max-width: 640px) {
  .casino-detail .support .columns-background .columns .column {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.casino-detail .support .columns-background .columns .column figure,
.casino-detail .support .columns-background .columns .column h4 {
  margin-bottom: 10px;
}
.casino-detail .support .columns-background .columns .column p:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.casino-detail .games {
  margin-bottom: 75px;
}
.casino-detail .games h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .casino-detail .games h2 {
    text-align: left;
  }
}
.casino-detail .games ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 20px 0;
  border-radius: 10px;
  background: #F2F8F8;
  padding: 15px;
}
.casino-detail .games ul li {
  margin: 7.5px;
  padding: 0 0 0 20px;
  font-weight: 800;
  position: relative;
}
.casino-detail .games ul li:before {
  content: "";
  background: url('../images/icons/i-check-groen.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.casino-detail .website-images img {
  border-radius: 10px;
}
.casino-detail .software {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-detail .software {
    margin-bottom: 150px;
  }
}
.casino-detail .software h3 {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .casino-detail .software h3 {
    margin-bottom: 50px;
  }
}
.casino-detail .software .software-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 15px;
}
.casino-detail .software .software-inner a {
  -webkit-flex: 1 1 calc(50% - 10px);
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 5px 5px 10px 0px rgba(176, 176, 176, 0.05) inset, 0px 4px 20px 0px rgba(176, 176, 176, 0.05);
  border: 1px solid #F2F8F8;
  background: #FFFFFF;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .casino-detail .software .software-inner a {
    -webkit-flex: 0 1 calc(33.33% - 15px);
    -ms-flex: 0 1 calc(33.33% - 15px);
    flex: 0 1 calc(33.33% - 15px);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .casino-detail .software .software-inner a {
    -webkit-flex: 0 1 calc(25% - 15px);
    -ms-flex: 0 1 calc(25% - 15px);
    flex: 0 1 calc(25% - 15px);
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .casino-detail .software .software-inner a {
    -webkit-flex: 0 1 calc(20% - 15px);
    -ms-flex: 0 1 calc(20% - 15px);
    flex: 0 1 calc(20% - 15px);
  }
}
.casino-detail .software .software-inner a img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.casino-detail .bonus.slider .card .card-content .logo {
  display: none;
}
.casino-detail .bonus.slider .card .card-content nav a:not([class]) {
  display: none;
}
.casino-detail .payments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.casino-detail .payments .payment {
  background: #FFFFFF;
  padding: 20px 36.5px;
  border-radius: 10px;
  border: 1px solid #F2F8F8;
  box-shadow: 5px 5px 10px 0px rgba(176, 176, 176, 0.05) inset, 0px 4px 20px 0px rgba(176, 176, 176, 0.05);
  -webkit-flex: 0 1 calc(50% - 89px);
  -ms-flex: 0 1 calc(50% - 89px);
  flex: 0 1 calc(50% - 89px);
  z-index: 1;
}
@media (min-width: 767px) {
  .casino-detail .payments .payment {
    -webkit-flex: 0 1 calc(33.33% - 88px);
    -ms-flex: 0 1 calc(33.33% - 88px);
    flex: 0 1 calc(33.33% - 88px);
  }
}
@media (min-width: 767px) and (min-width: 992px) {
  .casino-detail .payments .payment {
    -webkit-flex: 0 1 calc(25% - 62px);
    -ms-flex: 0 1 calc(25% - 62px);
    flex: 0 1 calc(25% - 62px);
    padding: 17px 24.3px;
  }
}
@media (min-width: 767px) and (min-width: 992px) and (min-width: 1200px) {
  .casino-detail .payments .payment {
    -webkit-flex: 0 1 calc(20% - 87px);
    -ms-flex: 0 1 calc(20% - 87px);
    flex: 0 1 calc(20% - 87px);
    padding: 20px 36.5px;
  }
}
.casino-detail .author {
  margin: 0;
}
.casino-detail .small-info {
  text-align: center;
  margin: 0;
  border-bottom: 1px solid var(--Background, #F2F8F8);
  padding: 0 0 5px;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-detail .small-info {
    margin-bottom: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.casino-detail .small-info > div {
  margin: 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.casino-detail .small-info > div img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.casino-detail .small-info > div span {
  font-weight: 700;
  margin-right: 2px;
}
.grid-bg:after,
.columns-background:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/blokje-patern_2.png");
  background-repeat: repeat;
  width: 100%;
  height: 105px;
  z-index: -1;
}
.casino-detail .grid-bg:after,
.casino-detail .columns-background:after {
  background-size: 40px;
}
.deposit .grid-bg:after,
.deposit .columns-background:after {
  background-size: 25px;
}
.experience .grid-bg:after,
.experience .columns-background:after {
  background-size: 25px;
  height: 65px;
}
.comments .grid-bg:after,
.comments .columns-background:after {
  background-size: 25px;
  height: 85px;
}
.sticky-footer {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #1B343A;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: -25px;
  display: block;
  transform: translateY(calc(100% - -25px));
  font-style: normal;
  font-weight: 800;
}
.sticky-footer > div {
  margin-top: -25px;
}
.sticky-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #1B343A;
  left: 0;
  right: 0;
  top: -24px;
  clip-path: polygon(25px 0%, 100% 0, 100% 100%, 0% 100%);
}
.sticky-footer.active {
  transform: translateY(0);
}
.sticky-footer .sticky-footer-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 360px) {
  .sticky-footer .sticky-footer-inner {
    gap: 15px;
  }
}
.sticky-footer .sticky-footer-inner > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sticky-footer .sticky-footer-inner > div span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sticky-footer .sticky-footer-inner > div span img {
  margin: 0px 5px 1px 5px;
}
.sticky-footer .sticky-footer-inner > div.middle {
  display: none;
}
@media (min-width: 992px) {
  .sticky-footer .sticky-footer-inner > div.middle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.sticky-footer .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 360px) {
  .sticky-footer .button {
    font-size: 11px;
  }
}
.sticky-footer .icon {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .casino-index-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .casino-index-inner .sidebar {
    -webkit-flex: 1 0 225px;
    -ms-flex: 1 0 225px;
    flex: 1 0 225px;
    max-width: 225px;
    margin-right: 25px;
  }
}
.casino-index-inner .sidebar .filter > div {
  margin-bottom: 25px;
}
.casino-index-inner .sidebar .filter > div h4 {
  margin-bottom: 5px;
}
.casino-index-inner .sidebar .filter .clear-casino-filter {
  cursor: pointer;
  text-decoration: underline;
}
.casino-index {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .casino-index {
    margin-bottom: 100px;
  }
}
.casino-index .casinos-index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .casino-index .casinos-index {
    gap: 25px;
  }
}
.casino-index .casinos-index .casino-item {
  border-bottom: 1px solid #F2F8F8;
  padding: 25px 15px;
  margin: 0 -15px;
}
.casino-index .casinos-index .casino-item:last-child {
  border-bottom: none;
}
.casino-index .casinos-index .casino-item:nth-child(even) {
  background: #F2F8F8;
}
@media (min-width: 768px) {
  .casino-index .casinos-index .casino-item {
    padding: 0 0 25px 0;
    margin: 0;
    background: unset !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.casino-index .casinos-index .casino-item .image {
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  position: relative;
  max-width: 120px;
  margin: 0 auto;
}
.casino-index .casinos-index .casino-item .image a img {
  width: 100%;
}
.casino-index .casinos-index .casino-item .image .rating {
  position: absolute;
  top: 0;
  left: 0;
}
.casino-index .casinos-index .casino-item .content {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 0 15px;
}
.casino-index .casinos-index .casino-item .content .title {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .casino-index .casinos-index .casino-item .content .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .casino-index .casinos-index .casino-item .content .title h2 {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.casino-index .casinos-index .casino-item .content .title h2 a {
  text-decoration: unset;
}
@media (min-width: 600px) {
  .casino-index .casinos-index .casino-item .content .content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.casino-index .casinos-index .casino-item .content .content-inner .intro p {
  margin: 0 0 10px;
}
.casino-index .casinos-index .casino-item .content .content-inner .intro .link {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .casino-index .casinos-index .casino-item .content .content-inner .intro .link {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .casino-index .casinos-index .casino-item .button-container {
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }
}
.casino-index .casinos-index .casino-item .button-container .link {
  display: none;
  order: 2;
  margin: 10px 0 0;
}
.casino-index .filter .filter-menu {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
@media (min-width: 1200px) {
  .casino-index .filter .filter-menu {
    display: block;
  }
}
.casino-index .filter .filter-menu.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.casino-index .filter .filter-menu > div {
  -webkit-flex: 1 1 calc(50% - 30px);
  -ms-flex: 1 1 calc(50% - 30px);
  flex: 1 1 calc(50% - 30px);
  margin: 15px;
}
@media (min-width: 992px) {
  .casino-index .filter .filter-menu > div {
    -webkit-flex: 1 1 calc(33.33% - 30px);
    -ms-flex: 1 1 calc(33.33% - 30px);
    flex: 1 1 calc(33.33% - 30px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .casino-index .filter .filter-menu > div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.casino-index .filter .filter-menu > div .filter-content {
  max-height: 200px !important;
  overflow: scroll;
}
@media (min-width: 1200px) {
  .casino-index .filter .filter-menu > div .filter-content {
    max-height: unset !important;
    overflow: auto;
  }
}
.casino-index .filter .filter-menu .clear-casino-filter {
  flex: 1 1 100%;
  margin: 15px;
}
.casino-index-inner .filter-toggler,
.bonus-filter .filter-toggler {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #38AE6E;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .casino-index-inner .filter-toggler,
  .bonus-filter .filter-toggler {
    display: none;
  }
}
.accordion .accordion-item {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
  background: #F2F8F8;
  padding: 15px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.accordion .accordion-item .accordion-header p {
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.accordion .accordion-item .accordion-content {
  padding: 20px;
  border-right: 1px solid #F2F8F8;
  border-bottom: 1px solid #F2F8F8;
  border-left: 1px solid #F2F8F8;
}
.comments {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .comments {
    margin-bottom: 150px;
  }
}
.comments .comments-inner {
  background-color: #F2F8F8;
  margin: 0 -15px;
  padding: 0 15px;
  position: relative;
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0% 100%, 0% 100%, 0% 25px);
}
@media (min-width: 992px) {
  .comments .comments-inner {
    padding: 0;
    margin: 0;
  }
}
.comments .comments-inner .comments-container {
  max-width: 660px;
  padding: 50px 0;
  margin: 0 auto;
}
.comments .comments-inner .comments-container .title {
  margin-bottom: 20px;
}
.comments .comments-inner .comments-container .title img {
  margin: 0 auto 20px;
  display: block;
}
.comments .comments-inner .comments-container .title h2 {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
}
.comments .comments-inner .comments-container .comment {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.comments .comments-inner .comments-container .comment .head {
  border-bottom: 1px solid #F2F8F8;
  padding: 0 0 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.comments .comments-inner .comments-container .comment .head .name {
  font-weight: 800;
}
.comments .comments-inner .comments-container .comment .content {
  border-bottom: 1px solid #F2F8F8;
  padding: 15px 0;
}
.comments .comments-inner .comments-container .comment .footer {
  padding: 15px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
}
.comments .comments-inner .comments-container .comment .footer img {
  margin-right: 5px;
}
.comments .comments-inner .comments-container .comment.reply {
  margin: 10px 0 20px 15px;
}
.comments .comments-inner .comments-container .comment-form .checkbox label:before {
  background: #fff;
}
input:checked + .comments .comments-inner .comments-container .comment-form .checkbox:before {
  background-color: #38AE6E;
}
.checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input[type="checkbox"]:checked ~ label:before:after {
  display: block;
}
.checkbox label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: #F2F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #38AE6E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: none;
}
.checkbox input[type="checkbox"]:checked + label:after {
  display: block !important;
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #F2F8F8;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
form .form-group .radio-inline {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 25px;
}
form .form-group .radio-inline input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .form-group .radio-inline input[type="radio"]:checked ~ label:before {
  background-color: #1B343A;
}
form .form-group .radio-inline input[type="radio"]:checked ~ label:before:after {
  display: block;
}
form .form-group .radio-inline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: #F2F8F8;
  border-radius: 50%;
}
form .form-group .radio-inline:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: none;
}
input[type="radio"]:checked + form .form-group .radio-inline:after {
  display: block;
}
input[type="radio"]:checked + form .form-group .radio-inline:before {
  background-color: #38AE6E;
}
form .form-group .help-block-error {
  color: #F8574C;
  font-size: 12px;
  margin-top: 5px;
}
form .form-group.has-success .form-control:focus {
  border-width: 2px;
  border-color: #38AE6E;
}
form .form-group.has-error .form-control {
  border-width: 2px;
  border-color: #F8574C;
}
form .form-group.has-error .checkbox label:before {
  border: 2px solid #F8574C;
}
form .checkbox input[type="checkbox"] {
  opacity: 1;
}
form .checkbox input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: -23px;
  top: 0;
  width: 4px;
  height: 8px;
  border: solid #38AE6E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: none;
}
form .checkbox input[type="checkbox"]:checked:after {
  display: block;
}
.form-container.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: wait;
}
div[id*="rating"] .radio-inline {
  padding: 0;
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 15px;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #ccc;
  border-left: 0.3em solid transparent;
  text-indent: -300vw;
  cursor: pointer;
}
div[id*="rating"] .radio-inline:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #ccc;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
  background: unset;
}
div[id*="rating"] .radio-inline:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #ccc;
  border-left: 1em solid transparent;
  transform: rotate(35deg);
  background: unset;
}
div[id*="rating"] .radio-inline input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
}
div[id*="rating"] .radio-inline.active {
  border-bottom-color: #38AE6E;
}
div[id*="rating"] .radio-inline.active:before,
div[id*="rating"] .radio-inline.active:after {
  border-bottom-color: #38AE6E;
}
select {
  width: 100%;
  padding: 10px;
  color: #414141;
  border: 1px solid #1B343A;
  background: unset;
  border-radius: 5px;
}
.bonus-filter .bonus-filter-inner {
  display: none;
}
.bonus-filter .bonus-filter-inner.active {
  display: block;
}
@media (min-width: 992px) {
  .bonus-filter .bonus-filter-inner {
    display: block;
  }
}
.bonus-filter .bonus-filter-inner .checkbox-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: -7.5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .bonus-filter .bonus-filter-inner .checkbox-filter {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.bonus-filter .bonus-filter-inner .checkbox-filter .checkbox {
  margin: 7.5px;
}
.bonus-filter .bonus-filter-inner .day-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .bonus-filter .bonus-filter-inner .day-filter {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.bonus-filter .bonus-filter-inner .day-filter .day {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .bonus-filter .bonus-filter-inner .day-filter .day {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.bonus-filter .bonus-filter-inner .day-filter .day button {
  width: 100%;
  background: #f2f8f8;
  color: #414141;
  text-align: center;
  display: block;
  text-decoration: unset;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: inherit;
  font-weight: inherit;
}
.bonus-filter .bonus-filter-inner .day-filter .day button:hover,
.bonus-filter .bonus-filter-inner .day-filter .day button:focus {
  color: green;
}
.bonus-filter .bonus-filter-inner .day-filter .day button.active {
  background: green;
  color: #fff;
}
.card-list .card-list-inner.bonus-list-inner .item.cat-hidden,
.card-list .card-list-inner.bonus-list-inner .item.day-hidden {
  display: none;
}
.bonus-overview .card-list-inner .item {
  max-width: calc(50% - 7.5px);
}
@media (min-width: 576px) {
  .bonus-overview .card-list-inner .item {
    max-width: 260px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .bonus-overview .card-list-inner .item {
    max-width: 348px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
  .bonus-overview .card-list-inner .item {
    max-width: 300px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .bonus-overview .card-list-inner .item {
    max-width: 272px;
  }
}
.column > div {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .column.sticky {
    position: sticky;
    top: 120px;
  }
}
.column .contentWidget {
  border-radius: 10px;
  border: 2px solid #F2F8F8;
  padding: 25px;
  margin-bottom: 50px;
}
.column .contentWidget p:last-child {
  margin-bottom: 0;
}
.column .latest_news {
  margin-bottom: 50px;
}
.column .latest_news .item {
  border-radius: 10px;
  border: 2px solid #F2F8F8;
  margin-bottom: 15px;
  overflow: hidden;
}
.column .latest_news .item img {
  width: 100%;
}
.column .latest_news .item .content {
  border-radius: unset;
  border: none;
  margin-bottom: 0;
  padding: 25px;
}
.column .latest_news .item .content p {
  margin: 0 0 5px;
}
.column .latest_news .item .content p a {
  text-decoration: unset;
}
.column .latest_news .item .content p.intro {
  display: none;
}
@media (min-width: 1200px) {
  .column .latest_news .item .content p.intro {
    display: block;
  }
}
.column .latest_news .item .content .date {
  margin: 0;
}
@media (min-width: 1200px) {
  .column .latest_news .item .content .date {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .column .latest_news .item:not(.first) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #F2F8F8;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .column .latest_news .item:not(.first) .image {
    -webkit-flex: 1 0 75px;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px;
    margin-right: 15px;
  }
  .column .latest_news .item:not(.first) .content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .column .latest_news .item:not(.first) .content h4 {
    font-weight: 400;
    margin: 0;
  }
  .column .latest_news .item:not(.first) .content .date {
    font-size: 12px;
    margin: 0;
  }
}
.column .tags.tag-list ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.column .tags.tag-list ul .list-header {
  list-style: none;
  margin-left: -15px;
}
.column .top-5 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .column .top-5 h4 {
    text-align: center;
  }
  .column .top-5 .top-5-inner {
    overflow: visible;
    margin-top: 50px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item {
    padding: 12px 0;
    position: relative;
    overflow: visible;
    margin: 10px 0;
    border: 0;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .label-container {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    z-index: 999999806;
    margin: 0 auto;
    justify-content: center;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .label-container .label {
    padding: 6px 10px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .image {
    margin: 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .image.hascolumns {
    margin: 0;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .counter {
    display: none;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .rating {
    order: 0;
    margin: 0;
    padding: 12px 10px;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    font-size: 12px;
    width: auto;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .rating img {
    width: 15px;
    height: 15px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .rating span {
    line-height: 1;
    display: block;
    height: 10px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item:nth-child(odd) .rating {
    background: #F2F8F8;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .button {
    margin-right: 11px;
    padding: 12px 12px 12px 10px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .button:after {
    right: -5px;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .casinoLink {
    min-width: unset;
  }
  .column .top-5 .top-5-inner .swiper-wrapper .item .casinoLink.hascolumns {
    min-width: unset;
  }
}
.column .disclaimer-text {
  display: none;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .column .disclaimer-text {
    display: block;
  }
}
.promotions .promotion {
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  position: relative;
}
@media (min-width: 1200px) {
  .promotions .promotion {
    display: block;
  }
}
.promotions .promotion img {
  border-radius: 10px;
}
.promotions .promotion.has-bg {
  padding: 50px 15px;
}
.promotions .promotion.has-bg img {
  filter: brightness(0.8) blur(2px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.promotions .promotion.has-bg a {
  text-align: center;
  display: block;
}
.promotions .promotion.has-bg h3,
.promotions .promotion.has-bg p {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  position: relative;
}
#faq-filter .filter-content {
  margin-bottom: 25px;
}
#faq-filter .clear-faq-filter {
  cursor: pointer;
  text-decoration: underline;
}
.faq {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .faq {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .faq .faq-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.faq .faq-inner .image {
  text-align: center;
}
@media (min-width: 992px) {
  .faq .faq-inner .image {
    text-align: left;
    -webkit-flex: 0 1 450px;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq .faq-inner .image img {
    order: 1;
    max-width: 250px;
    margin-bottom: 20px;
  }
  .faq .faq-inner .image div {
    order: 2;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .faq .faq-inner .image img {
    order: 2;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .faq .faq-inner .image div {
    order: 1;
  }
}
@media (min-width: 992px) {
  .faq .faq-inner .content {
    -webkit-flex: 0 1 575px;
    -ms-flex: 0 1 575px;
    flex: 0 1 575px;
  }
}
.faq .container-inner .faq-inner {
  display: block;
}
@media (min-width: 992px) {
  .main-container.hascolumns .faq .faq-inner {
    display: block;
  }
}
.main-container.hascolumns .faq .faq-inner .image img {
  display: none;
}
.faq-index {
  margin-bottom: 75px;
}
.faq-index .faq-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .faq-index .faq-inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.faq-index .faq-inner .faqCategory {
  -webkit-flex: 1 1 calc(50% - 25px);
  -ms-flex: 1 1 calc(50% - 25px);
  flex: 1 1 calc(50% - 25px);
}
@media (min-width: 992px) {
  .faq-index .faq-inner .faqCategory {
    min-width: 400px;
  }
}
.faq-index .faq-inner .faqCategory .accordion {
  margin-bottom: 15px;
}
.faq-view {
  margin-bottom: 75px;
}
.faq-view .accordion {
  margin-bottom: 15px;
}
.faq-item-view {
  margin-bottom: 75px;
}
.tagview-container {
  position: relative;
}
@media (min-width: 1200px) {
  .tagview-container .sidebar {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .tagview-container .sidebar > .container {
    height: -webkit-fill-available;
  }
  .tagview-container .sidebar > .container .sidebar-inner {
    position: sticky;
    top: 0;
    margin-left: auto;
    width: 275px;
    pointer-events: auto;
    padding-top: 100px;
  }
  .tagview-container .main.hascolumns section .container-inner {
    max-width: calc(100% - 385px);
  }
  .tagview-container .main.hascolumns section .pagination-link {
    max-width: calc(100% - 385px);
  }
}
.tagview-container .pagination-link {
  margin: 50px 0 0 0;
  text-align: center;
}
.tagview-container .background-switcher section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .tagview-container .background-switcher section {
    padding: 100px 0;
  }
}
.tagview-container .background-switcher section h2 {
  text-align: center;
  font-size: 20px;
}
@media (min-width: 992px) {
  .tagview-container .background-switcher section h2 {
    font-size: 24px;
    text-align: left;
  }
}
.tagview-container .background-switcher section:nth-child(2n) {
  background-color: #F2F8F8;
  clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
  -webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 25px);
}
.tagview-container .background-switcher section:nth-child(2n) .item .card,
.tagview-container .background-switcher section:nth-child(2n) .news-item .card {
  background: #fff;
}
.tagview-container .container-inner-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
}
@media (min-width: 768px) {
  .tagview-container .container-inner-row {
    gap: 15px;
  }
}
.tagview-container .container-inner-row .news-item {
  -webkit-flex: 0 1 calc(50% - 10px);
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
}
.tagview-container .taggames .item {
  -webkit-flex: 0 1 calc(50% - 8px);
  -ms-flex: 0 1 calc(50% - 8px);
  flex: 0 1 calc(50% - 8px);
  max-width: 261px;
}
@media (min-width: 768px) {
  .tagview-container .taggames .item {
    max-width: 351px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tagview-container .taggames .item {
    -webkit-flex: 0 1 calc(33.33% - 10px);
    -ms-flex: 0 1 calc(33.33% - 10px);
    flex: 0 1 calc(33.33% - 10px);
    max-width: 309px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tagview-container .taggames .item {
    max-width: 240px;
  }
}
.tagview-container .taggames .item .badge-container {
  display: none;
}
@media (min-width: 992px) {
  .tagview-container .tagnews .news-item {
    -webkit-flex: 0 1 calc(50% - 12px);
    -ms-flex: 0 1 calc(50% - 12px);
    flex: 0 1 calc(50% - 12px);
    max-width: 465px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .tagview-container .tagnews .news-item {
    max-width: 365px;
  }
}
.tagview-container .tagnews .news-item h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .tagview-container .page-inner .item.page {
    -webkit-flex: 0 1 calc(50% - 8px);
    -ms-flex: 0 1 calc(50% - 8px);
    flex: 0 1 calc(50% - 8px);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .tagview-container .page-inner .item.page {
    -webkit-flex: 0 1 calc(33.33% - 10px);
    -ms-flex: 0 1 calc(33.33% - 10px);
    flex: 0 1 calc(33.33% - 10px);
  }
}
.tagview-container .page-inner .item.page .card-content {
  padding: 40px 10px;
}
.tagview-container .page-inner .item.page .card-content a {
  margin: 0;
}
.tagview-container .page-inner .item.page h4 {
  font-size: 16px;
}
.bonus-tool {
  margin-bottom: 100px;
}
.bonus-tool form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.bonus-tool form .form-group {
  margin: 15px;
  padding: 15px;
  background: #F2F8F8;
  border-bottom: 5px solid #1B343A;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .bonus-tool form .form-group {
    -webkit-flex: 1 1 calc(50% - 60px);
    -ms-flex: 1 1 calc(50% - 60px);
    flex: 1 1 calc(50% - 60px);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .bonus-tool form .form-group {
    -webkit-flex: 1 1 calc(33.33% - 60px);
    -ms-flex: 1 1 calc(33.33% - 60px);
    flex: 1 1 calc(33.33% - 60px);
  }
}
.bonus-tool form .form-group .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bonus-tool form .form-group .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.bonus-tool form .form-group .content .input {
  -webkit-flex: 1 1 calc(50% - 10px);
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: stretch;
  border: 1px solid #2B535D;
}
.bonus-tool form .form-group .content .input span {
  background: #2B535D;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.bonus-tool form .form-group .content .input input {
  margin: 0;
}
.bonus-tool form .form-group .content .yesno {
  display: flex;
  gap: 10px;
}
.bonus-tool form .form-group .content .yesno label {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  background: #FFFFFF;
  color: #414141;
  border: none;
  margin-right: 16px;
  box-shadow: 0 0 0 0 #000;
  padding: 10px 10px 10px 19px;
}
.bonus-tool form .form-group .content .yesno label:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 100%;
  background-color: #FFFFFF;
  bottom: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%, 0% 100%);
}
.bonus-tool form .form-group .content .yesno label:hover {
  box-shadow: -4px 4px 0 0 #1B343A;
}
.bonus-tool form .form-group .content .yesno input[type="radio"] {
  display: none;
}
.bonus-tool form .form-group .content .yesno input[type="radio"]:checked + label {
  background-color: #38AE6E;
  color: #FFFFFF;
}
.bonus-tool form .form-group .content .yesno input[type="radio"]:checked + label:before {
  background-color: #38AE6E;
}
.bonus-tool form .form-group .content .error {
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  line-height: 1;
}
.bonus-tool form .form-group p {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin: 0;
}
.bonus-tool form .form-group p span {
  font-weight: 400;
}
.bonus-tool form .footer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bonus-tool form .button-container {
  position: relative;
  margin: 15px;
}
