:root {
  --body-font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #212529;
  --body-text-align: var(--body-text-align);
  --body-bg: #fff;
  --dark-rgb: 34, 34, 34;
  --border-dark: rgba(var(--dark-rgb), var(--border-opacity));
}
html[lang="nl-NL"] a:hover,
html[lang="nl-NL"] label.wrapper:hover {
  transform: none !important;
  text-decoration: none !important;
}
html[lang="nl-NL"] .checkmark:hover,
html[lang="nl-NL"] .custom-radio label:hover,
html[lang="nl-NL"] a:hover,
html[lang="nl-NL"] button:hover,
html[lang="nl-NL"] label.wrapper:hover {
  background-image: none !important;
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.flex-start {
  justify-content: flex-start;
}
.legal p {
  font-family: Roboto, sans-serif;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
}
.legal a {
  display: inline;
  color: #147b45 !important;
  font-weight: normal;
}
header .top-header-bar {
  background: #002b00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
}
header .top-header-bar .top-header-bar-logos {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
}
header .top-header-bar .top-header-bar-logos a {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
}
header .top-header-bar .header-time p {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
footer {
  background-color: #333;
  color: #ccc !important;
  font-size: 12px;
}
footer .flex {
  display: flex;
}
footer .flex.wrap {
  flex-wrap: wrap;
}
footer .flex.wrap p {
  display: inline;
}
footer .justify-start {
  justify-content: flex-start;
}
footer .fit-content {
  width: fit-content;
  margin: 0;
}
footer .wrap {
  flex-wrap: wrap;
}
footer .justify-between {
  justify-content: space-between;
}
footer .column {
  flex-direction: column;
}
footer .full-size {
  width: auto;
  height: auto;
}
footer .items-center {
  align-items: center;
}
footer .no-margin {
  margin: 0px;
}
footer .paddingL-4 {
  padding-left: 4px;
}
footer .paddingL-0 {
  padding-left: 0px;
}
footer .padding-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}
footer .row {
  margin: 0px;
  --bs-gutter-x: 1.5rem;
}
footer .row h4 {
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
}
footer .row:after,
footer .row:before {
  content: none !important;
}
footer section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid;
  border-color: #111;
}
footer section li {
  list-style: none;
}
footer section .logos-da {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
}
footer section .logos-da img {
  margin: 0px;
  height: 40px;
}
footer section .logos-da a:first-child img {
  height: 110px;
}
footer section img {
  height: 24px;
}
footer section.multi-section .row {
  gap: 16px;
}
footer section.multi-section section {
  border: 0;
  padding: 0px !important;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  footer section.multi-section {
    padding: 0px !important;
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: start;
    border: 0px !important;
    gap: 0px;
  }
  footer section.multi-section .row {
    flex-direction: column;
    gap: 0;
  }
  footer section.multi-section section {
    padding: 16px !important;
    width: 100% !important;
    border-bottom: 1px solid;
    border-color: #111;
  }
}
footer section ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0px !important;
  margin: 0px !important;
}
footer section li,
footer section li:hover {
  text-decoration: none;
  min-height: auto !important;
  padding: 0px !important;
}
footer section > div {
  max-width: 1600px;
  display: flex;
  width: 100%;
}
footer section a {
  text-decoration: none !important;
  border-bottom: none !important;
  font-size: 12px;
  text-decoration: underline;
  align-items: center;
  font-weight: 700;
  padding: 0px !important;
}
footer section a:hover {
  text-decoration: underline;
}
footer section a .legal-container > div {
  margin-bottom: 16px;
}
footer .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer rg-links ul li:not(:first-child) {
  border-left: #fff 1px solid !important;
  padding-inline: 10px !important;
}
footer .responsible-gaming {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
footer .responsible-gaming ul li:last-child span {
  display: block !important;
}
footer .responsible-gaming a.menu-item-label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
footer .saferGambling img {
  height: 24px;
  margin: 0px;
}
footer .saferGambling ul {
  flex-wrap: wrap;
}
footer h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  margin-top: 0;
  margin-bottom: 1rem;
}
footer ul.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0px !important;
}
footer *::before {
  display: none !important;
  content: none !important;
}
footer #menu-footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
footer #menu-footer-social a {
  padding: 0 !important;
}
footer .ourPartnersNl ul li img:nth-child(2) {
  height: 80px;
}
footer [class^="copyright"] img,
footer .ourPartnersNl img {
  height: 40px;
  margin: 0;
}
footer .ourPartnersUk img {
  height: 24px;
  margin: 0px;
}
footer .footer-partners-security {
  padding: 0px !important;
  border: none !important;
  display: block !important;
}
footer .footer-partners-security ul {
  display: flex !important;
}
footer .footer-partners-security ul .menu {
  gap: 16px;
}
footer span.menu-item-logo {
  display: block !important;
  height: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
footer .logo-icons {
  height: 24px;
}
footer .menu-item-label {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px;
  color: #cccccc !important;
  margin: 0;
  padding: 0;
}
footer .copyrightNl ul li:nth-child(2) img {
  height: 80px;
}
footer .copyrightRo img {
  height: 50px;
  margin: 0px;
}
footer .regulatory-logos {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
footer .regulatory-logos img {
  margin: 0 !important;
}
footer .legal p {
  font-family: Roboto, sans-serif;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
}
footer .legal a {
  display: inline;
  color: #147b45 !important;
  font-weight: normal;
}
footer .rg-links {
  justify-content: flex-end;
}
footer .rg-links ul {
  gap: 0;
}
footer .rg-links ul.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0px;
}
footer .rg-links ul li {
  margin: 4px 0;
}
footer .rg-links ul li.mobile-only {
  display: block !important;
}
footer .rg-links ul li a {
  border-right: 1px #fff solid !important;
  padding: 0 12px !important;
  margin: 6px 0;
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline !important;
}
footer .rg-links ul li:last-child > a {
  border-right: none !important;
}
@media screen and (max-width: 1024px) {
  footer .rg-links {
    justify-content: flex-start;
  }
}
footer .security {
  gap: 16px;
}
footer strong {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
}
footer .wrapped-element {
  width: 100%;
  border-top: #222 1px solid;
  padding-top: 16px;
  margin-top: 8px;
}
footer .copyright ul {
  gap: 16px;
}
footer .logo-swedbank {
  background-image: url("https://www.unibet.se/polopoly_fs/1.2757105.1769070100!/menu/standard/file/SwedbankLogo.svg");
  height: 24px !important;
  width: 52px !important;
}
footer .logo-skrill {
  background-image: url("https://fi.unibet.com/polopoly_fs/1.2331002.1686814959!/menu/standard/file/skrill-logo.svg") !important;
  height: 24px !important;
  width: 69px !important;
}
footer .logo-swish {
  background-image: url("https://www.unibet.se/polopoly_fs/1.2331008.1686815132!/menu/standard/file/swish-logo.svg") !important;
  height: 24px !important;
  width: 85px !important;
}
footer .logo-18,
footer .logo-eighteenplus {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326815.1686307484!/menu/standard/file/18-plus.svg") !important;
  width: 24px !important;
}
footer .logo-21 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyNGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyUzE4LjYyNyAwIDEyIDAgMCA1LjM3MyAwIDEyczUuMzczIDEyIDEyIDEyWk02LjAzMiA5LjI5MWMtLjUyNyAwLS45MzIuMjk3LTEuMTM0Ljc4My0uMTYyLjM3OC0uNTguNzE2LTEuMTQ4LjU1My0uNDMyLS4xMjEtLjY4OC0uNTk0LS41MjYtMS4xMDcuNDQ1LTEuMjY4IDEuNDg1LTIuMDM4IDIuOTE2LTIuMDM4IDEuNTY2IDAgMi44ODkgMS4wOTMgMi44ODkgMi42ODYgMCAuODUxLS40MTkgMS42Mi0uOTMyIDIuMjQyTDYuMSAxNC43MTdoMi4xODdjLjQ0NiAwIC44MjQuNDA1LjgyNC44OTEgMCAuNDU5LS4zNzguODkxLS44MjQuODkxSDMuNzc3Yy0uMzY0IDAtLjYwNy0uMjQzLS42MDctLjYzNCAwLS4yNTcuMTIxLS41MjcuMjgzLS43MTZsMy4yMTMtMy45ODJjLjI0My0uMzExLjQ3My0uNjYyLjQ3My0xIDAtLjQ3Mi0uNDA1LS44NzctMS4xMDctLjg3N1ptNC4yMzguMzc4Yy0uMTktLjM3OC0uMDU0LS44MzcuMjk3LS45OTlsMi4yNjgtMS4wOGMuMTc1LS4wODEuMzM3LS4xMDguNDU5LS4xMDhoLjAyN2EuNDIuNDIgMCAwIDEgLjQxOC40MTh2Ny43OWMwIC40NzMtLjQzMi44NzctLjk0NS44NzctLjQ4NiAwLS45NDUtLjQxOC0uOTQ1LS44Nzd2LTUuOWwtLjYwNy4yNTdhLjc2My43NjMgMCAwIDEtLjk3Mi0uMzc4Wm03Ljg5OS40NzNjLjM3OCAwIC42ODkuMjU2LjY4OS42MDd2MS41MzloMS41NTJjLjM1MSAwIC42MDcuMzEuNjA3LjY4OCAwIC4zNjUtLjI3LjY4OS0uNjA3LjY4OWgtMS41NTJ2MS41NTNjMCAuMzUtLjMxMS42MDctLjY4OS42MDctLjM2NCAwLS42ODktLjI3LS42ODktLjYwN3YtMS41NTNoLTEuNTM5Yy0uMzM3IDAtLjYwNy0uMzI0LS42MDctLjY4OCAwLS4zNzkuMjU3LS42ODkuNjA3LS42ODloMS41NHYtMS41MzljMC0uMzM4LjMyMy0uNjA3LjY4OC0uNjA3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  width: 24px !important;
}
footer .logo-ajax {
  height: 24px !important;
  width: 24px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2110909.1691566654!/menu/standard/file/AJAX_Colour_Crest_new%20resized_%201.svg") !important;
}
footer .logo-az {
  height: 24px !important;
  width: 50px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2109980.1691566633!/menu/standard/file/AZ_Alkmaar%20resized%201.svg") !important;
}
footer .logo-deGraafschap {
  height: 24px !important;
  width: 25px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2054515.1691566577!/menu/standard/file/VBV_De_Graafschap_Doetinchem%201%201.svg") !important;
}
footer .logo-3x3 {
  height: 24px !important;
  width: 22px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369898.1691503370!/menu/standard/file/3X3pro_logo_wit.svg") !important;
}
footer .logo-glory {
  height: 24px !important;
  width: 22px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2227273.1675298845!/menu/standard/file/GLORY-new-white.svg") !important;
}
footer .logo-plazaPadel {
  height: 24px !important;
  width: 19px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369918.1691503756!/menu/standard/file/Plaza-Padel_Logo_Vierkant-alternatief_CMYK.svg") !important;
}
footer .logo-peakzPadel {
  height: 24px !important;
  width: 44px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369914.1691503692!/menu/standard/file/PeakzPadel_logo_white%20%281%29.svg") !important;
}
footer .logo-tourDeTietema {
  height: 24px !important;
  width: 24px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2171902.1668499237!/menu/standard/file/TourDeTietema_Logo_Wit_RGB%205.svg") !important;
}
footer .logo-eredivisie {
  height: 24px !important;
  width: 22px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369902.1691503446!/menu/standard/file/eredivisie_logo02_combi%20white_rgb.svg") !important;
}
footer .logo-espn {
  height: 24px !important;
  width: 97px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2370258.1691569854!/menu/standard/file/ESPN.svg") !important;
}
footer .logo-fcUtrecht {
  height: 24px !important;
  width: 23px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369906.1691503517!/menu/standard/file/fc-utrecht-2021-rgb.svg") !important;
}
footer .logo-nacBreda {
  height: 24px !important;
  width: 22px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2054516.1691566490!/menu/standard/file/logo-NAC_RGB%201%202.svg") !important;
}
footer .logo-heracles {
  height: 24px !important;
  width: 18px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2054518.1691566558!/menu/standard/file/Heracles_Almelo%201%201.svg") !important;
}
footer .logo-cambuur {
  height: 24px !important;
  width: 19px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2054519.1691566596!/menu/standard/file/SC%20CAMBUR%201.svg") !important;
}
footer .logo-necNigmegen {
  height: 24px !important;
  width: 22px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2171870.1691566614!/menu/standard/file/LOGO_N.E.C.NIJMEGEN_CMYK%20new%202%201.svg") !important;
}
footer .logo-nhl {
  height: 24px !important;
  width: 24px !important;
  background-image: url("https://www.unibet.se/polopoly_fs/1.2363935.1712580347!/image/3258252594.png") !important;
}
footer .logo-partner4 {
  width: 19px !important;
  height: 24px !important;
  background-image: url("https://www.unibet.se/polopoly_fs/1.274880.1712335016!/image/1751989333.png") !important;
}
footer .logo-svenks {
  width: 55px !important;
  height: 24px !important;
  background-image: url("https://www.unibet.se/polopoly_fs/1.1305509.1712334982!/image/2751903390.png") !important;
}
footer .logo-applepay {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2329320.1686731120!/menu/standard/file/apple-pay-logo.svg") !important;
  width: 57px !important;
}
footer .logo-paypal {
  background-image: url("https://www.unibet.dk/polopoly_fs/1.2330982.1686814297!/menu/standard/file/paypal-logo.svg");
  width: 100px !important;
  height: 26px !important;
}
footer .logo-agog {
  width: 57px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2093472.1657875417!/menu/standard/file/AGOG.svg") !important;
}
footer .logo-loketkansspel {
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2738809.1761924345!/menu/standard/file/oog.svg") !important;
  width: 55px !important;
}
footer .logo-brite {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2382172.1692688599!/menu/standard/file/brite.svg") !important;
  width: 88px !important;
}
footer .logo-facebook {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326822.1686307833!/menu/standard/file/facebookwhitesvg.svg") !important;
  width: 24px !important;
}
footer .logo-gluepay2 {
  background-image: url("") !important;
}
footer .logo-jeu-responsable {
  background-image: url("https://kndcdn.unicdn.net/polopoly_fs/1.1444985.1636538081!/image/1526415484.png") !important;
  width: 100px !important;
}
footer .logo-maestro {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2330545.1686746142!/menu/standard/file/maestro-logo.svg") !important;
  width: 32px !important;
}
footer .logo-mobilepay {
  background-image: url("https://www.unibet.dk/polopoly_fs/1.2330583.1686746815!/menu/standard/file/mobilepay-logo.svg") !important;
  width: 75px;
  height: 24px;
}
footer .logo-mastercard {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2330552.1686746286!/menu/standard/file/mastercard-logo.svg") !important;
  height: 32px !important;
}
footer .logo-paysafecard {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326819.1686307750!/menu/standard/file/paysafecard.svg") !important;
  width: 96px !important;
}
footer .logo-trustly {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326820.1686307782!/menu/standard/file/trustly-logo.svg") !important;
  width: 69px !important;
}
footer .logo-twitter {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2440692.1699957738!/menu/standard/file/x-logo-white.svg") !important;
  width: 24px !important;
}
footer .logo-instagram {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2327509.1686559570!/menu/standard/file/instagramwhiteicon.svg") !important;
  width: 24px !important;
}
footer .logo-carbon {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326825.1686307874!/menu/standard/file/carbon-footprint.svg") !important;
  width: 21px !important;
  height: 24px !important;
}
footer .logo-ecogra {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2362509.1712219054!/image/679226087.png") !important;
  width: 81px !important;
}
footer .logo-mitd {
  background-image: url("https://www.unibet.dk/polopoly_fs/1.2709165.1750677003!/image/1820713345.png") !important;
  height: 24px !important;
  width: 43px !important;
}
footer .logo-ludomani {
  background-image: url("https://www.unibet.dk/polopoly_fs/1.2491751.1712573828!/image/2431236078.png") !important;
  width: 59px !important;
  height: 24px;
}
footer .logo-egba {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326827.1686307932!/menu/standard/file/egba.svg") !important;
  width: 78px !important;
}
footer .logo-essa {
  background-image: url("https://www.unibet.co.uk/polopoly_fs/1.2732763.1759750901!/menu/standard/file/IBIA%20-%20B2C_white.svg") !important;
  width: 108px !important;
}
footer .logo-g4 {
  background-image: url("https://www.unibet.co.uk/polopoly_fs/1.2332964.1687157390!/menu/standard/file/G4.svg") !important;
  width: 24px !important;
  height: 24px !important;
}
footer .logo-gamecare {
  background-image: url("https://www.unibet.co.uk/polopoly_fs/1.2326831.1686307982!/menu/standard/file/gamcare.svg") !important;
  width: 73px !important;
}
footer .logo-gamblingtherapy {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326829.1686307957!/menu/standard/file/gambling-therapy.svg") !important;
  width: 73px !important;
}
footer .logo-protectintegrity {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2326834.1686308031!/menu/standard/file/protect%20integrity.svg") !important;
  width: 99px !important;
}
footer .logo-rga {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAfCAYAAABTRBvBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MkNDMTUyRkU0QzFFMTExOTMzQjhGQ0VENzU2MkIwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzkxQzE3MEUwQjExMUUxQkQ2REIxRTFCOTNGNDU4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzkxQzE2RkUwQjExMUUxQkQ2REIxRTFCOTNGNDU4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE1ODgzRUM4NzBFMEUxMTFBRDcyQUYwMTVBRjNEMzY0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkyQ0MxNTJGRTRDMUUxMTE5MzNCOEZDRUQ3NTYyQjAyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hVyiHwAABQ1JREFUeNrsWVlPU0EUvi0tq1rBFqSAK+4rJiq+GOOTMfH/Go0PxsQHl4i4K4KyNEDZpLWySf1O/CY5jnNv50KIMekkJzN37plz53xztmkT1Wo1qLcgSNYhqANRB6IORB2IOhDeLWVPJBIJJyPSbBrdflAWtBv0BrzzmM9gfEyWOpatg36A5kFzYbLVN3ah6wHtA7WCGkCroGXQDKgAGdUaMhrRnQGVwDtSgzccCAezbOY46BDop0yBKqA1soiis6AjBEjaJHnauE7WlyDrKTb3PeQbZ0EHqLis/0KLPURwhLpBz2psWfh7KXca3ytvySKsDTajGwQ1E4RPoHEI/6ksSAAZB68ocIXTw4YH8ynKaAddxvNDfap4TvJ9B2gK9FLLx/sCumt83y0nzm+GnXCvmpLx+23FCCpwjSDIiT8QhUF5vBsA7bGWrLjkYtMb6D7zUSxmr7XuOJUsgYY0CFy/ie4tH4vKEl2tg1Y4ZoDwrZyjLEJMVeLChMQDxoYBAhMQnGWNXYSskho3WWAf5uMolQ4ccWsRvPcF7Bpxpo97+kAXaSE4C1uyCAZACYzfeRo50FWCIAp/5en4tgY13lDjrDqMyM0CgEgQ6GISQ6bAt67217sd1+hn/5pWcUnxJhjU2mIAsU9lkUU1n1HWVA621/Zzr1N8Nn2eIMUDghFchJaB7Df0R0GNtI5xBUaTR8ZJgPIYngBtOmKAcbPVWqnVo8nJL0DODz5P85sCTudWYkQHzdc2rRQtwaddAQArlNVMK5BsULIt3iO+BB6AN1HZVzpIY36G7tJLYGIB0caNLfEDzdamfdqsMldpiw4QNAANEQXWDfXtTabxEatY6iFPxcpmJpN1SUHI2OENRJJCV2lWxrcnWTT5tDGeiCh6SjIDhhOYWw5JuY3iko7UWcb8PQwvEFTZ25BUmA63CFiPhIWAbuXaXkBsKP81kVwAycewCHOCoyqwXoRSj6wSeckKnAuObLGGdZPKuqZ0PMG73Vz7hoel5Tcy5bcTrPE4WcOY8B5WcBVlvrF82SqGMqpmMG1OFUg9UWEg4i7UxzJf6pA1MX9FEuA/mszFStkbiCXLvyeUpYzGTcXYzLQKvCewmRb1zpTt0g44qtWaWYkAzkZknSJdO7KmSDo2bgqmVm5sjL7comLEhhJu2q6QsalHNumKA0zRgXKfCe5lEO+yMeqdLrrwSoRVVpVV9xG8v/nsWlyQ5ZX7Bs32kbgJ7x0pVay8kI/QR/sZjIyCq7w2vzWRGnxychepVIUXs6K6LB0EnaRfl2iZVX7TpOF5rHnMAuks41aamWSG7rGoLKaTNcxey+I/iaVq3Z1AUIgodo759xUvTJfUVfsJeGfod7mQAylYN8k0q8w0U2rZUSZ3qt8jTGaRbFMEf8VyCft0F/Q1nxadcexrWYpFLyAoSKrK0/Sz53SHLBWfDKkN/pv2h+7yoMnBLH51G3QT1K+DXYwP5j35roMkNg2yz29RwTz7nFhhmBytd6RFqAUt/Dmui+Yoge8pzSunCpmKMul3jB0j9H8TwWX+luItKtfS43dc18qxFGbfWEylKdvMV1ThV+Cag5Q3x+c895Lh+K4O+CkfhHmRGaZvtlPwiiq2XC3LdxockbVO8L9SCR1fctycvc5kkmdUImPdks0aw9+qrgttvDAamVn1rYK3a+yQb94Bnd/pNT4xwlDyHwSotKoqd2xN3Jao/xv+u/0SYAA6WG9HHJM2PwAAAABJRU5ErkJggg==) !important;
  width: 66px !important;
  height: 31px !important;
}
footer .logo-nibetblog {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2334090.1687264903!/menu/standard/file/blog-logo.svg") !important;
}
footer .logo-verantwoord {
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2332986.1687159609!/menu/standard/file/woordmerk%20KOA.svg") !important;
  width: 79px !important;
}
footer .logo-visa {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2382173.1692688665!/menu/standard/file/visa-logo.svg") !important;
  width: 75px !important;
}
footer .logo-visaelectron {
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2331014.1686815535!/menu/standard/file/visa-electron-logo.svg") !important;
  width: 56px !important;
}
footer .logo-youtube {
  width: 33px !important;
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2334844.1687332786!/menu/standard/file/youtube-logo.svg") !important;
}
footer .logo-onjn {
  width: 40px !important;
  height: 40px !important;
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2365262.1690974275!/image/79281497.png") !important;
}
footer .logo-vergunningen {
  width: 78px !important;
  height: 24px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2332986.1687159609!/menu/standard/file/woordmerk%20KOA.svg") !important;
}
footer .logo-noga {
  width: 114px !important;
  height: 24px;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2369910.1691503609!/menu/standard/file/Group.svg") !important;
}
footer .logo-ideal {
  height: 24px;
  width: 28px !important;
  background-image: url("https://www.unibet.nl/polopoly_fs/1.2330501.1686745351!/menu/standard/file/ideal-logo.svg") !important;
}
footer .logo-jocres {
  height: 40px !important;
  width: 135px !important;
  background-image: url("https://www.unibet.ro/polopoly_fs/1.2365276.1712560177!/image/2975977381.png") !important;
}
footer .logo-jocres:sibling {
  margin-left: 16px;
}
#footer .footer-container {
  width: 100% !important;
}
#footer ul.menu {
  flex-wrap: wrap;
}
#footer p {
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
  margin: 0px !important;
}
#footer p.menu-item-label {
  padding: 0;
}
@media (max-width: 1000px) {
  #footer .footer-container {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 690px) {
  #footer .footer-container {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #footer .footer-container {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  footer .responsible-gaming {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .rg-links ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
