.wp-block-cnb-brands {
  background: #F5F8FA;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  counter-reset: my-awesome-counter;
  margin-top: 113px;
}
.wp-block-cnb-brands .brand {
  padding: 20px 270px 20px 64px;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  counter-increment: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-cnb-brands .brand .brand-number {
  position: absolute;
  left: 20px;
  top: 20px;
}
.wp-block-cnb-brands .brand .brand-number::before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #25283D;
}
.wp-block-cnb-brands .brand .top {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.wp-block-cnb-brands .brand .top .image {
  margin-right: 29px;
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #F0F3F3;
  border-radius: 20px;
}
.wp-block-cnb-brands .brand .top .image img {
  flex: none;
  max-width: 90%;
  height: auto;
}
.wp-block-cnb-brands .brand .top .locale {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.wp-block-cnb-brands .brand .top .locale img {
  flex: none;
}
.wp-block-cnb-brands .brand .top .locale p {
  margin: 0 16px 0 9px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #25283D;
}
.wp-block-cnb-brands .brand .top .rating {
  display: flex;
  align-items: center;
}
.wp-block-cnb-brands .brand .top .rating img {
  flex: none;
  margin-right: 11px;
}
.wp-block-cnb-brands .brand .top .rating p {
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #25283D;
  min-width: 52px;
  text-align: right;
}
.wp-block-cnb-brands .brand .top .rating p span {
  font-size: 16px;
  line-height: 24px;
}
.wp-block-cnb-brands .brand .buttons {
  max-width: 250px;
  width: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
}
.wp-block-cnb-brands .brand .buttons .bonus {
  border: 1px solid rgba(44, 198, 163, 0.4);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px 16px;
  text-align: center;
  margin-bottom: 15px;
}
.wp-block-cnb-brands .brand .buttons .bonus > p {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #2CC6A3;
  margin-bottom: 0;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-button {
  cursor: pointer;
  margin-top: 10px;
  padding-left: 26px;
  position: relative;
  display: inline-block;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-button p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #25283D;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-button::before {
  content: url('img/bonus-black.svg');
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-button:hover p {
  text-decoration: underline;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-information {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(44, 198, 163, 0.4);
  box-sizing: border-box;
  position: absolute;
  background: #fff;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-information p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
.wp-block-cnb-brands .brand .buttons .bonus .bonus-information .bonus-close {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.wp-block-cnb-brands .brand .buttons button.jetzt-speilen {
  width: 100%;
  height: 50px;
  background: #2CC6A3;
  border-radius: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
}
.wp-block-cnb-brands .brand .buttons button.jetzt-speilen:hover {
  background: linear-gradient(94.66deg, #2CC6A3 0%, #25D84E 100%);
}
.wp-block-cnb-brands .brand .buttons a.ubersicht {
  display: block;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #7161EF;
}
.wp-block-cnb-brands .brand ul.parameters {
  width: 50%;
  margin-right: 10%;
}
.wp-block-cnb-brands .brand ul.parameters li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F0F3F3;
}
.wp-block-cnb-brands .brand ul.parameters li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.wp-block-cnb-brands .brand ul.parameters li p {
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000500;
}
.wp-block-cnb-brands .brand .deposit-methods {
  width: 40%;
}
.wp-block-cnb-brands .brand .deposit-methods p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000500;
  margin-bottom: 15px;
}
.wp-block-cnb-brands .brand .deposit-methods ul {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-cnb-brands .brand .deposit-methods ul li {
  margin-right: 3px;
  margin-bottom: 5px;
}
.wp-block-cnb-brands .brand .deposit-methods ul li a,
.wp-block-cnb-brands .brand .deposit-methods ul li img {
  display: block;
  width: 63px;
}
.wp-block-cnb-brands .brand ul.features {
  margin-top: 30px;
  width: 100%;
  display: none;
}
.wp-block-cnb-brands .brand ul.features li {
  padding-left: 34px;
  position: relative;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #25283D;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F3F3;
}
.wp-block-cnb-brands .brand ul.features li::before {
  content: url('img/Checkbox.svg');
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-cnb-brands .brand ul.features li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.wp-block-cnb-brands .brand {
  order: 3;
}
.wp-block-cnb-brands .brand:nth-child(1) {
  width: 324px;
  padding: 20px 17px;
  order: 2;
  border: 1px solid #7161EF;
}
.wp-block-cnb-brands .brand:nth-child(1) .brand-number {
  left: 0;
  top: -80px;
}
.wp-block-cnb-brands .brand:nth-child(1) .brand-number::before {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 100%;
  color: #EAECEE;
}
.wp-block-cnb-brands .brand:nth-child(1) .bonus {
  background: linear-gradient(88.4deg, #5A46F1 1.21%, #9385FF 136.99%);
  border: 1px solid rgba(44, 198, 163, 0.4);
  box-sizing: border-box;
}
.wp-block-cnb-brands .brand:nth-child(1) .bonus > p {
  color: #fff;
  font-size: 20px;
}
.wp-block-cnb-brands .brand:nth-child(1) .bonus .bonus-button::before {
  content: url('img/bonus.svg');
}
.wp-block-cnb-brands .brand:nth-child(1) .bonus .bonus-button p {
  color: #fff;
}
.wp-block-cnb-brands .brand:nth-child(1) .top .image {
  width: 150px;
  height: 150px;
}
.wp-block-cnb-brands .brand:nth-child(1) .top .locale {
  margin: 0;
  position: absolute;
  top: 38px;
  right: 21px;
}
.wp-block-cnb-brands .brand:nth-child(1) .top .rating {
  margin: 0;
  position: absolute;
  bottom: 38px;
  right: 21px;
}
.wp-block-cnb-brands .brand:nth-child(2) {
  width: calc((100% - 324px) / 2);
  padding: 0 20px 0 0;
  order: 1;
}
.wp-block-cnb-brands .brand:nth-child(3) {
  width: calc((100% - 324px) / 2);
  padding: 0 0 0 20px;
}
.wp-block-cnb-brands .brand:nth-child(2),
.wp-block-cnb-brands .brand:nth-child(3) {
  background: transparent;
}
.wp-block-cnb-brands .brand:nth-child(2) .brand-number,
.wp-block-cnb-brands .brand:nth-child(3) .brand-number {
  left: 0;
  top: -66px;
}
.wp-block-cnb-brands .brand:nth-child(2) .brand-number::before,
.wp-block-cnb-brands .brand:nth-child(3) .brand-number::before {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 100%;
  color: #EAECEE;
}
.wp-block-cnb-brands .brand:nth-child(2) .top .image,
.wp-block-cnb-brands .brand:nth-child(3) .top .image {
  width: 113px;
  height: 113px;
}
.wp-block-cnb-brands .brand:nth-child(2) .top .locale,
.wp-block-cnb-brands .brand:nth-child(3) .top .locale {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 8px;
}
.wp-block-cnb-brands .brand:nth-child(2) .top .rating,
.wp-block-cnb-brands .brand:nth-child(3) .top .rating {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 8px;
}
.wp-block-cnb-brands .brand:nth-child(1),
.wp-block-cnb-brands .brand:nth-child(2),
.wp-block-cnb-brands .brand:nth-child(3) {
  box-shadow: none;
  display: block;
}
.wp-block-cnb-brands .brand:nth-child(1) .buttons,
.wp-block-cnb-brands .brand:nth-child(2) .buttons,
.wp-block-cnb-brands .brand:nth-child(3) .buttons {
  position: relative;
  top: 0;
  right: 0;
  max-width: 100%;
  margin-bottom: 30px;
}
.wp-block-cnb-brands .brand:nth-child(1) .buttons .bonus,
.wp-block-cnb-brands .brand:nth-child(2) .buttons .bonus,
.wp-block-cnb-brands .brand:nth-child(3) .buttons .bonus {
  padding: 20px 16px;
  text-align: center;
}
.wp-block-cnb-brands .brand:nth-child(1) .top,
.wp-block-cnb-brands .brand:nth-child(2) .top,
.wp-block-cnb-brands .brand:nth-child(3) .top {
  display: block;
  position: relative;
  width: 100%;
}
.wp-block-cnb-brands .brand:nth-child(1) .top .image,
.wp-block-cnb-brands .brand:nth-child(2) .top .image,
.wp-block-cnb-brands .brand:nth-child(3) .top .image {
  margin-right: 25px;
}
.wp-block-cnb-brands .brand:nth-child(1) ul.parameters,
.wp-block-cnb-brands .brand:nth-child(2) ul.parameters,
.wp-block-cnb-brands .brand:nth-child(3) ul.parameters {
  width: 100%;
  margin-right: 0;
  margin-bottom: 6px;
}
.wp-block-cnb-brands .brand:nth-child(1) ul.parameters li,
.wp-block-cnb-brands .brand:nth-child(2) ul.parameters li,
.wp-block-cnb-brands .brand:nth-child(3) ul.parameters li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F3F3;
}
.wp-block-cnb-brands .brand:nth-child(1) ul.parameters li:last-child,
.wp-block-cnb-brands .brand:nth-child(2) ul.parameters li:last-child,
.wp-block-cnb-brands .brand:nth-child(3) ul.parameters li:last-child {
  border-bottom: 0;
}
.wp-block-cnb-brands .brand:nth-child(1) .deposit-methods,
.wp-block-cnb-brands .brand:nth-child(2) .deposit-methods,
.wp-block-cnb-brands .brand:nth-child(3) .deposit-methods {
  width: 100%;
}
.wp-block-cnb-brands .brand:nth-child(1) .deposit-methods ul,
.wp-block-cnb-brands .brand:nth-child(2) .deposit-methods ul,
.wp-block-cnb-brands .brand:nth-child(3) .deposit-methods ul {
  margin-right: -4px;
}
.wp-block-cnb-brands .brand:nth-child(1) ul.features,
.wp-block-cnb-brands .brand:nth-child(2) ul.features,
.wp-block-cnb-brands .brand:nth-child(3) ul.features {
  display: block;
}
.wp-block-cnb-brands a.all-brands {
  display: block;
  order: 4;
  margin: 0 auto;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #7161EF;
  text-decoration: none;
}
.wp-block-cnb-brands a.all-brands:hover {
  text-decoration: underline;
}
.wp-block-cnb-brands a.all-brands::after {
  content: url('img/arrow.svg');
  margin-left: 18px;
}
@media screen and (max-width: 1200px) {
  .wp-block-cnb-brands .brand .buttons {
    max-width: 250px;
    width: 100%;
    position: relative;
    top: 0;
    right: auto;
  }
  .wp-block-cnb-brands .brand {
    padding-right: 20px;
  }
  .wp-block-cnb-brands .brand:nth-child(1) {
    width: 100%;
    order: 1;
  }
  .wp-block-cnb-brands .brand:nth-child(2),
  .wp-block-cnb-brands .brand:nth-child(3) {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-top: 70px;
    padding: 20px;
  }
  .wp-block-cnb-brands .brand:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-cnb-brands .brand {
    box-shadow: none;
    display: block;
  }
  .wp-block-cnb-brands .brand .buttons {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .wp-block-cnb-brands .brand .top {
    display: block;
    position: relative;
    width: 100%;
  }
  .wp-block-cnb-brands .brand .top .image {
    margin-right: 25px;
  }
  .wp-block-cnb-brands .brand .top .locale {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .wp-block-cnb-brands .brand .top .rating {
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
  .wp-block-cnb-brands .brand ul.parameters {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .wp-block-cnb-brands .brand ul.parameters li {
    margin-bottom: 24px;
  }
  .wp-block-cnb-brands .brand .deposit-methods {
    width: 100%;
  }
  .wp-block-cnb-brands .brand .deposit-methods ul {
    margin-right: -4px;
  }
  .wp-block-cnb-brands .brand ul.features {
    display: block;
  }
  .wp-block-cnb-brands .brand:nth-child(2) .top .image,
  .wp-block-cnb-brands .brand:nth-child(3) .top .image,
  .wp-block-cnb-brands .brand:nth-child(1) .top .image {
    width: 133px;
    height: 133px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-cnb-brands .brand {
    padding: 10px;
  }
  .wp-block-cnb-brands {
    padding: 5px;
  }
}
