/* COLORS START */
.primary-text-color {
  color: var(--color-primary) !important;
}

.primary-border-color {
  border-color: var(--color-primary) !important;
}

.primary-bg-color {
  background-color: var(--color-primary) !important;
}

.color-white {
  color: #fff !important;
}
/* COLORS END */

/* FONTS START */
/*@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans"), url("../fonts/NotoSans-Bold.woff2")  format("woff2");
}*/
/* FONTS END */

body {
  box-sizing: border-box;
  color: var(--color-text-main);
  background: #e1e3e7;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: 100%;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

button,
input {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--color-text-dark);
}

.ef51ce7b {
  color: #5b8f35;
}

.b020e326b {
  color: #eb8348;
}

.s58fd1916,
.s4ab83d67 {
  width: 14px;
  height: 14px;
}

.s58fd1916 path {
  fill: var(--color-primary);
}

.s4ab83d67 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c847baff5 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.c1644d28 {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 13px 15px;
  font-weight: 700;
  text-align: center;
  color: var(--color-text-dark) !important;
  text-decoration: none;
}

.c1644d28:hover {
  box-shadow: 0px 61px 24px rgba(65, 77, 98, 0.01), 0px 34px 20px rgba(65, 77, 98, 0.05), 0px 15px 15px rgba(65, 77, 98, 0.09),
    0px 4px 8px rgba(65, 77, 98, 0.1), 0px 0px 0px rgba(65, 77, 98, 0.1);
}

.c1644d28 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l692f456c {
  display: flex;
}

.l692f456c .l16d25a13 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l692f456c .l28f006d3 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l692f456c .ce0395d4 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l692f456c .l16d25a13 .ce0395d4 {
  margin-left: 0;
}

.c7a1370c0 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.edc7dc85 {
  position: absolute;
  width: 100%;
  top: 50px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(248, 248, 249, 0.16) 16.67%,
    rgba(237, 238, 241, 0.46) 40.63%,
    rgba(236, 237, 240, 0.85) 74.48%,
    rgba(236, 237, 240, 0.94) 86.46%,
    #e1e3e7 100%
  );
  z-index: -1;
}

.c9d821ffb {
  width: 100%;
  position: relative;
}

.t2bd46f1a {
  display: flex;
  justify-content: space-between;
}

.t2bd46f1a .eb05bd71 {
  width: 29%;
}

.t2bd46f1a .r890911c2 {
  width: 69%;
}

.a090c48a {

}

.c197222ef {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.e02c5896 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.e02c5896.dfce401b {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.cef12509 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cef12509::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.a090c48a {
  width: 100%;
}
.c2002bfd .cef12509::before {
  content: none;
  border: none;
  height: 0;
}

.cef12509 .cd2d0054 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cef12509 {
    margin-bottom: 20px;
  }
  .a090c48a {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c197222ef {
    margin: 0 15px;
  }
}

.c8e08ef7a {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c8e08ef7a.o104a899f {
  background: rgba(255, 255, 255, 0.4);
}

.c6d5caaab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c6d5caaab .c8e08ef7a {
  width: 69%;
  margin-top: 0;
}
.c6d5caaab .c0b2e7018 {
  width: 69%;
  margin-top: 0;
}
.c6d5caaab .c0b2e7018 .c8e08ef7a {
  width: 100%;
}

.c78b45ca3 {
  width: 29%;
}

.c095b09dc {
  max-width: 1320px;
  margin: 0 auto;
}

.c095b09dc img {
  max-width: 100%;
}

.c095b09dc .t0b6e4d09 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c095b09dc .t0b6e4d09 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t0b6e4d09 table {
  max-width: none;
}

thead tr {
  border-bottom: 1px solid #dcdfe4;
}

tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #dcdfe4;
}

th {
  background: #e7eaee;
  text-align: left;
  padding: 12px 20px;
}

th:first-of-type {
  border-top-left-radius: 10px;
}

th:last-of-type {
  border-top-right-radius: 10px;
}

th:not(:last-of-type),
td:not(:last-of-type) {
  border-right: 1px solid #dcdfe4;
}

td {
  padding: 12px 20px;
}

.dad61f77 th {
  padding: 20px 32px;
  border-radius: 0;
}

.dad61f77 td {
  padding: 20px 28px;
}

.dad61f77 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d99f2d105 {
  margin-bottom: 40px;
}

.d125a2dbf {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text-dark);
  margin-bottom: 40px;
}

.d125a2dbf .c45c7fd0 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d125a2dbf .d06c65cfd {
  display: flex;
  align-items: center;
}

.d125a2dbf .fc0d28fc {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d125a2dbf .fc0d28fc span {
  font-size: 14px;
  font-weight: 700;
}

.d125a2dbf .fc0d28fc:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d125a2dbf .d72f91f05 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d125a2dbf .b783ca17 {
  margin-left: 10px;
}

.d125a2dbf .d94b1b851 {
  width: 115px;
  margin-left: 20px;
}

.d125a2dbf .d94b1b851 img {
  width: 100%;
}

.b3ab8d32 {
  padding: 0 15px;
}

.d524a83a {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s600fd8f7 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.e06daf18 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s1beff270 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p05cb3193 {
  display: flex;
  justify-content: space-between;
}

.p3770c42f {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p3770c42f .f3204f2e {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p43bed5d2 .f3204f2e,
.p43bed5d2 li::marker {
  color: #5b8f35;
}

.c90494082 .f3204f2e,
.c90494082 li::marker {
  color: #eb8348;
}

.p964d913e {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p964d913e li:last-of-type {
  margin-bottom: 0;
}

.p213dcd4e {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p213dcd4e .cd96a5e2 {
  display: flex;
  justify-content: space-between;
}

.p213dcd4e .p3a229b69 {
  cursor: pointer;
  width: 49%;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
}

.p213dcd4e .p3a229b69.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p213dcd4e .dd71e045 {
  color: #5b8f35;
}

.p213dcd4e .d2b70b29 {
  color: #eb8348;
}

.p213dcd4e .p964d913e {
  margin: 0;
  padding: 15px 0 0 0;
}

.p213dcd4e .da6fcea7 {
  display: none;
}

.p213dcd4e .da6fcea7.active {
  display: block;
}

.b31727aa {
  margin-left: 5px;
}

.b31727aa .m13fafd10 {
  font-weight: 700;
  color: var(--color-primary);
}

.b31727aa .c582e5f2 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c095b09dc {
    padding: 15px;
  }

  .c1644d28 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c6d5caaab .c8e08ef7a {
    width: 100%;
  }
  .c6d5caaab .c0b2e7018 {
    width: 100%;
  }

  .c78b45ca3 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t2bd46f1a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t2bd46f1a .eb05bd71,
  .t2bd46f1a .r890911c2 {
    width: 100%;
  }

  .t2bd46f1a .eb05bd71 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t2bd46f1a .eb05bd71 {
    width: 100%;
  }

  .d125a2dbf {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d125a2dbf .d06c65cfd {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d125a2dbf .c45c7fd0 {
    text-align: center;
  }

  .p213dcd4e {
    display: block;
  }

  .p3770c42f {
    display: none;
  }
}

@media (max-width: 480px) {
  .c8e08ef7a {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c095b09dc .t0b6e4d09 {
    margin-bottom: 15px;
  }

  .c7a1370c0 {
    top: -5px;
  }

  .l692f456c .l16d25a13 {
    font-size: 12px;
  }

  .l692f456c .ce0395d4 {
    width: 18px;
    height: 18px;
  }

  .d125a2dbf .c45c7fd0 {
    font-size: 12px;
  }

  .d99f2d105 {
    margin-bottom: 15px;
  }

  .d125a2dbf {
    margin-bottom: 15px;
  }

  .d125a2dbf .d06c65cfd {
    margin-top: 0;
    justify-content: space-between;
  }

  .d125a2dbf .d72f91f05 {
    width: 40px;
    height: 40px;
  }

  .d125a2dbf .d94b1b851 {
    width: 72px;
  }

  .d125a2dbf .b783ca17 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d125a2dbf .d2694afd7 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d125a2dbf .fc0d28fc:after {
    height: 14px;
    top: 11px;
  }

  .d125a2dbf .d2694afd7:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q6db573d7 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q38eeff2f .q75c04cec {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q38eeff2f .acce62ba {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q6db573d7 {
    margin: 15px 0;
    padding: 15px;
  }

  .q38eeff2f .q75c04cec {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q38eeff2f .acce62ba {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h39010d9f {
  background-size: cover;
}

.h39010d9f .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h4442bdb1 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h4442bdb1 .h6dc6c746 {
  position: relative;
  width: 65%;
}

.h4442bdb1 .h46bfae80 {
  position: relative;
  width: 35%;
}

.h4442bdb1 .fa0bccd7 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h4442bdb1 .h4b5700fd {
  text-align: left;
}

.h4442bdb1 .fa0bccd7 .h4b5700fd {
  max-width: 1128px;
  text-align: center;
}

.h4442bdb1 .h95650f12 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h4442bdb1 .h95650f12 a {
  color: var(--color-primary);
}

.h4442bdb1 .fa0bccd7 .h95650f12 {
  max-width: 870px;
  text-align: center;
}

.h4442bdb1 .d66c9b97 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h4442bdb1 .d1ad9f7e {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h4442bdb1 .h00759ec9 {
  margin-top: 30px;
  font-size: 12px;
}

.h4442bdb1 .h46bfae80 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h4442bdb1 .f5541e4f {
  justify-content: center;
  padding: 10px;
}

.h4442bdb1 .h6c0b5e1a {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h4442bdb1 .fe88b58f {
  margin-top: 36px;
}

.fe88b58f {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.fe88b58f .h7968211a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.fe88b58f .h7968211a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.fe88b58f .h4d2478c4 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.fe88b58f .h71a4c7c3 {
  margin-right: 16px;
}

.fe88b58f .h21170829 {
  font-size: 12px;
  line-height: 19px;
}

.fe88b58f .e0b3a203 {
  font-weight: 700;
}
.fe88b58f .e0b3a203 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.fe88b58f .h112efb6d {
  margin-right: 32px;
}

.fe88b58f .h7ab1be3f {
  font-size: 12px;
  line-height: 19px;
}

.fe88b58f .f98a7448 {
  font-weight: 700;
}

.fe88b58f .h3f769b6f {
  display: none;
}

.fe88b58f .h55aba47a {
  display: flex;
  align-items: center;
}

.fe88b58f .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.fe88b58f .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.fe88b58f .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h76f50c4d {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.fea43445 .h76f50c4d {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.e0b3a203:hover .h76f50c4d {
  display: block;
}
.fea43445:hover .h76f50c4d {
  display: block;
}
.h76f50c4d .a665b1ce1 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h76f50c4d .d880e2cb {
  margin-bottom: 4px;
}
.h76f50c4d .a0e984e5 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .fe88b58f .h7968211a {
    position: static;
  }
  .fe88b58f {
    position: relative;
  }
  .h76f50c4d {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h63b114c4 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.a6cbc1d6 {
  position: relative;
}

.h82fcbbfd .h6b33e8c0 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.a6cbc1d6 .h27654d0d {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.a6cbc1d6 .h18c9fbe6 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.a6cbc1d6 .h8b2c4ad8 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h0eb4ba09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid;
}

.h7ecc6be4 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h7ecc6be4:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h7ecc6be4:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.c00e3960 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.c00e3960 .d8b98e7c {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.c00e3960 span {
  font-size: 20px;
}

.c00e3960 small {
  font-size: 16px;
  margin: 0 4px;
}

.h4cb4adb1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h5b205ebf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h5b205ebf .c626d57c1 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.cd964d05 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.cd964d05 .h380ea97b {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.cd964d05 .h8e37eb84 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 10px;
}

.cd964d05 .h7de85cf4 {
  width: 44px;
  height: 44px;
}

.cd964d05 .bb88ec1a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.cd964d05 .bb88ec1a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h4442bdb1.m06a2a37a {
  margin-bottom: 0;
}

.h2a6f880f {
  width: 100%;
  background: #1f3866;
  opacity: 0.85;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 50px;
}

.f79c5777 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.f79c5777 .h68fa717a {
  max-width: 270px;
  max-height: 35px;
}

.f79c5777 .h68fa717a:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h4442bdb1 {
    padding: 15px !important;
  }

  .h39010d9f .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h4442bdb1 .d66c9b97 {
    margin-top: 40px;
  }

  .cd964d05 .h380ea97b {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h4442bdb1 {
    flex-wrap: wrap;
  }

  .h4442bdb1 .h6dc6c746,
  .h4442bdb1 .h46bfae80 {
    width: 100%;
  }

  .h82fcbbfd .h6b33e8c0 {
    margin-top: 50px;
  }

  .cd964d05 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cd964d05 .h380ea97b {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .f79c5777 {
    justify-content: flex-start;
  }

  .f79c5777 .h68fa717a {
    max-width: 200px;
  }

  .f79c5777 .h68fa717a:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h4442bdb1 .h95650f12 {
    font-size: 14px;
  }

  .f79c5777 .h68fa717a {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h4442bdb1 .fe88b58f {
    font-size: 12px;
    margin-top: 16px;
  }
  .fe88b58f .e0b3a203 a {
    font-size: 12px;
  }

  .fe88b58f .h7968211a {
    margin-right: 12px;
    padding-right: 12px;
  }

  .fe88b58f .h4d2478c4 {
    width: 28px;
    height: 28px;
  }

  .fe88b58f .h21170829,
  .fe88b58f .h7ab1be3f {
    font-size: 10px;
    line-height: 13px;
  }

  .fe88b58f .ffa2f0a2 {
    width: 49px;
  }

  .fe88b58f .h71a4c7c3 {
    margin-right: 8px;
  }

  .fe88b58f .h112efb6d {
    margin-right: 12px;
  }

  .fe88b58f .h0423c5f2 {
    position: relative;
  }

  .fe88b58f .h3f769b6f {
    display: block;
  }

  .fe88b58f .h55aba47a {
    display: none;
  }

  .fe88b58f .h0423c5f2:hover .h55aba47a {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c197222ef {
    padding: 0;
  }

  .cef12509 {
  }

  .e02c5896 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h4442bdb1 {
    margin-bottom: 0;
  }

  .h4442bdb1 .h4b5700fd {
    text-align: center;
  }

  .h4442bdb1 .h95650f12 {
    font-size: 14px;
  }

  .h4442bdb1 .d66c9b97 {
    margin-top: 20px;
    justify-content: center;
  }

  .h4442bdb1 .h00759ec9 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h4442bdb1 .h46bfae80 {
    margin-top: 40px;
  }

  .h4442bdb1 .h6c0b5e1a {
    font-size: 8px;
  }

  .h63b114c4 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .a6cbc1d6 .h27654d0d {
    width: 100%;
    justify-content: space-between;
  }

  .a6cbc1d6 .h18c9fbe6 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .a6cbc1d6 .h0eb4ba09 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .a6cbc1d6 .c00e3960 {
    font-size: 14px;
  }

  .a6cbc1d6 .c00e3960 span {
    font-size: 16px;
  }

  .a6cbc1d6 .h4cb4adb1 {
    font-size: 12px;
  }

  .a6cbc1d6 .h8b2c4ad8 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h5b205ebf .c626d57c1 {
    font-size: 12px;
    font-weight: 400;
  }

  .a6cbc1d6 .h7ecc6be4:nth-of-type(2)::before {
    height: 25px;
  }

  .cd964d05 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .cd964d05 .h380ea97b {
    width: 158px;
    margin-right: 12px;
  }

  .cd964d05 .h8e37eb84 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .cd964d05 .h7de85cf4 {
    width: 32px;
    height: 32px;
  }

  .cd964d05 .bb88ec1a {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .cd964d05 .bb88ec1a::after {
    bottom: 10px;
  }

  .h2a6f880f {
    margin-bottom: 12px;
  }

  .f79c5777 {
    padding: 8px 0 8px 0;
  }

  .f79c5777::-webkit-scrollbar {
    width: 0;
  }

  .f79c5777 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .f79c5777 .h68fa717a {
    max-height: 26px;
  }

  .f79c5777 .h68fa717a {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c3c27fa8c {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c3c27fa8c {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c3c27fa8c {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.a5194652 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c02c66252 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c02c66252 .a2683f1f {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c02c66252 .a2683f1f::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c02c66252 .a2683f1f {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .a5194652 {
    padding: 0 35px;
  }

  .c02c66252 .a2683f1f {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f7a451c15 {
  width: 100% !important;
  margin: 0;
}

.f7a451c15 .f6cc9ffe6 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f7a451c15 .f326bfa01 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f7a451c15 .f1b733e02 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f7a451c15 .f1b733e02:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f7a451c15 .f69cbca34 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f7a451c15 .f68459775 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f7a451c15 .f68459775.active {
  display: block;
}

.f7a451c15 .f39cc7be,
.f7a451c15 .e84bfd5f {
  display: none;
  width: 18px;
  height: 18px;
}

.f7a451c15 .f39cc7be.active {
  display: block;
}

.f7a451c15 .e84bfd5f.active {
  display: block;
}

@media (max-width: 480px) {
  .f7a451c15 {
    margin: 15px 0;
  }

  .f7a451c15 .f6cc9ffe6 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f7a451c15 .f326bfa01 {
    font-size: 10px;
    padding: 15px;
  }

  .f7a451c15 .f69cbca34 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f7a451c15 .f68459775 {
    margin-left: 0;
    font-size: 10px;
  }

  .f7a451c15 .f0a465d31 {
    max-width: 90%;
    font-size: 12px;
  }

  .f7a451c15 .f39cc7be,
  .f7a451c15 .e84bfd5f {
    width: 12px;
    height: 12px;
  }
}
/* FAQ END */

/* BREADCRUMBS START */
.rank-math-breadcrumb {
  padding: 10px 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #cdd6dd !important;
  text-decoration: none;
  font-size: 12px;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb p a:last-of-type {
  color: #7b8c98;
}
/* BREADCRUMBS END */

/* 404 PAGE START */
.p08a92be4 {
  padding: 100px 15px;
}

.p1653c89e {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  border-radius: 10px;
  padding: 60px 100px;
  max-width: 750px;
  text-align: center;
  margin: auto;
  color: var(--color-text-dark);
}

.p1653c89e .page-404__logo {
  max-width: 130px;
}

.p1653c89e .p3e142022 {
  margin: 20px 0;
}

.p1653c89e .a623a1c9 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p1653c89e .a623a1c9::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p1653c89e .p6399bc72 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p1653c89e {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p08a92be4 {
    padding: 50px 15px;
  }

  .p3e142022 svg {
    height: 70px;
  }

  .p1653c89e .a623a1c9 {
    font-size: 16px;
  }

  .p1653c89e .p6399bc72 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s763f19cd {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s763f19cd .abb589fb {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s763f19cd {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d7adf467c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d7adf467c .d82aa2a90 {
  width: 24%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.40772px);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d7adf467c .d82aa2a90:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d7adf467c .a7fed511 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d7adf467c .d5ae8c418 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d7adf467c .d82aa2a90 {
    width: 23%;
  }

  .d7adf467c .a7fed511 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d7adf467c .d82aa2a90 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d7adf467c .d82aa2a90 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d7adf467c .d82aa2a90 {
    width: 100%;
  }

  .d7adf467c .a7fed511 {
    height: 180px;
  }

  .d7adf467c .d5ae8c418 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.a7e45a09 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .a7e45a09 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c5c10da53 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c5c10da53 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h5cf0c173 {
  flex-direction: column;
  padding: 0;
}

.h5cf0c173 .fe88b58f {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c9ca8a111 {
  width: 69%;
}

.c5cdb3b14 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i4ad3e727 {
  margin: 30px auto 0 auto;
}

.df51b4ab .c6cc0a6a {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.df51b4ab .e44d479f {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.df51b4ab .ae9f781a {
  padding: 32px;
}

.df51b4ab .ae9f781a img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.df51b4ab .ae9f781a table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c9ca8a111 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h5cf0c173 {
    padding: 0 15px;
  }

  .df51b4ab .e44d479f {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h5cf0c173 .fe88b58f {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .df51b4ab {
    margin-top: -50px;
  }

  .df51b4ab .c6cc0a6a {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .df51b4ab .ae9f781a {
    padding: 12px;
  }

  .df51b4ab .ae9f781a p {
    font-size: 12px;
    line-height: 20px;
  }

  .df51b4ab .ae9f781a li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a6726d3ea {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a95e1ad40 {
  max-width: none;
}

.a6726d3ea .a3f71b6e8 {
  display: flex;
  justify-content: space-between;
}

.a6726d3ea .a95df25b {
  display: flex;
  align-items: center;
}

.a6726d3ea .c209719a {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a6726d3ea .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a6726d3ea .a9eb3c7e1 {
  display: none;
}

.a6726d3ea .a35a5a326 {
  display: flex;
  align-items: center;
}

.a6726d3ea .a35a5a326 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a6726d3ea .a35a5a326 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a6726d3ea .a35a5a326 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a6726d3ea .ed37964e {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a6726d3ea .ed37964e a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a6726d3ea .ae3a0177 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a6726d3ea .a29fd84e6 {
  margin-top: 20px;
}

.a6726d3ea .a55c97a9c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a6726d3ea .d8cd3145 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a6726d3ea {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a6726d3ea .c209719a {
    width: 48px;
    height: 48px;
  }

  .a6726d3ea .a29fd84e6 {
    margin-top: 16px;
  }

  .a6726d3ea .a20a5ac34 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a6726d3ea .ed37964e {
    font-size: 12px;
  }

  .a6726d3ea .d72eed89 {
    order: 2;
  }

  .a6726d3ea .ae3a0177 {
    font-size: 10px;
  }

  .a6726d3ea .c11b282c {
    font-size: 12px;
  }

  .a6726d3ea .a55c97a9c img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c975a3433 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h82fcbbfd {
  flex-wrap: wrap;
}

.h82fcbbfd .h4b5700fd {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h82fcbbfd .h4b5700fd {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h82fcbbfd .h95650f12 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h1a0b9291 {
  padding: 0 0 24px 0;
  display: block;
}

.h1a0b9291 .h95650f12 {
  line-height: 27px;
}

.h15262225 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h60ad468a {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h60ad468a .h29ba61b6 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h60ad468a a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  color: var(--color-text-main);
}

.h60ad468a .d609102d {
  width: 250px;
}

.h60ad468a .h188053be {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h60ad468a .db8e6150 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h60ad468a .h6eb06799 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h60ad468a .g31560ed9 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g31560ed9 {
  display: flex;
}

.g31560ed9 .a2f41f15 {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 12px;
}

.g31560ed9 .a2f41f15 svg {
  margin-right: 8px;
}

.c54f46ba {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.c54f46ba .d9f05eb6 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.c54f46ba .h0cd73853 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.c54f46ba .h86fd52cc {
  width: 50%;
}

.c54f46ba .h4219bcac {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.c54f46ba .h4219bcac span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h60ad468a {
    width: 59%;
  }

  .c54f46ba {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h15262225 {
    flex-wrap: wrap;
  }

  .h60ad468a,
  .c54f46ba {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h1a0b9291 .h95650f12 {
    max-width: 100%;
    text-align: center;
  }

  .h15262225 {
    margin-top: 20px;
  }

  .h60ad468a .h29ba61b6 {
    justify-content: center;
    width: 240px;
  }

  .c54f46ba {
    font-size: 16px;
  }

  .h60ad468a a {
    font-size: 16px;
    height: 57px;
  }

  .h60ad468a {
    height: 300px;
    margin-bottom: 24px;
  }

  .h60ad468a .g31560ed9 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h60ad468a .d609102d {
    width: 192px;
  }

  .h60ad468a .h6eb06799 {
    display: none;
  }

  .c54f46ba .h86fd52cc {
    width: 55%;
  }

  .c54f46ba .h4219bcac {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g29e4be73 {
  max-width: 900px;
}

.c6d5caaab .g29e4be73 {
  width: 69%;
}

.g8c710d9f {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
  padding: 20px 32px;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .g29e4be73 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.f5ed202f {
  margin-bottom: 30px;
}

.f5ed202f .aba5deb6 {
  text-align: left;
  margin-bottom: 24px;
}

.s5701aaad {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1a338f05 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s656ee589 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s656ee589 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s656ee589 .e39c8538 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s656ee589 .e39c8538:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s656ee589 .a0da08d8 {
  display: block;
  padding: 12px;
}

.s656ee589 .f834dc2a {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s656ee589 .s8098e099 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s656ee589 .c937ff2a {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s656ee589 .b9bf09e5 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s656ee589 .s7f12e414 {
  display: flex;
}

.s656ee589 .s70308ac4 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s656ee589 .s70308ac4 img {
  margin-right: 6px;
}

.s656ee589 .s22006a6d span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s656ee589 .b9bf09e5 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s656ee589 .e39c8538 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s656ee589 .e39c8538 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .f5ed202f .aba5deb6 {
    margin-bottom: 16px;
  }

  .s656ee589 {
    justify-content: space-between;
  }

  .s656ee589 .e39c8538 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s656ee589 .f834dc2a {
    height: 90px;
  }

  .s656ee589 .s8098e099 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s656ee589 .c937ff2a {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s656ee589 .b9bf09e5 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s656ee589 .s70308ac4 {
    margin-right: 8px;
  }

  .s656ee589 .s70308ac4 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s656ee589 .b9bf09e5 {
    padding: 6px;
  }

  .s656ee589 .s70308ac4 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s656ee589 .s70308ac4 img {
    margin-right: 2px;
  }

  .s656ee589 .s22006a6d span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h0d116977 .h95650f12 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.b77cab1b {
  background: #fff;
}

.b77cab1b .c745a15cd {
  border: none;
}

.b77cab1b .c7399e189 {
  padding: 0;
}

.b77cab1b .b19dd6d9 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h0d116977 .h95650f12 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.b7c35c42 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 16px 24px;
  margin-bottom: 28px;
}

.c706ea8d {
  width: 69%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  height: 48px;
  padding-left: 56px;
}

.c706ea8d:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.c706ea8d::placeholder {
  font-size: 16px;
}

.b7c35c42::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .c706ea8d {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .b7c35c42::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .b7c35c42 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .c706ea8d {
    padding-left: 46px;
  }

  .c706ea8d::placeholder {
    font-size: 14px;
  }

  .b7c35c42::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f2f1d346 {
  position: relative;
  width: 30%;
}

.b84af996 {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
}

.b84af996::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.eddc3ad8 {
  display: none;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  max-height: 313px;
  overflow: auto;
}

.f2f1d346.open .eddc3ad8 {
  display: block;
}

.f46b708f6 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f46b708f6:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f2f1d346 {
    width: 100%;
  }

  .b84af996 {
    height: 40px;
  }

  .eddc3ad8 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h644cf853 {
  position: relative;
}

.h1bd72b17 {
  max-height: 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #a9adb9 33.95%, rgba(169, 173, 185, 0.27) 80.45%, rgba(169, 173, 185, 0) 97.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h644cf853.open .h1bd72b17 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h644cf853.open .h9bd7753e.open {
  display: none;
}

.h644cf853.open .h9bd7753e.close {
  display: inline-block;
}

.h9bd7753e {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h9bd7753e.close {
  display: none;
}

@media (max-width: 480px) {
  .h644cf853 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r643c0719 {
  width: 100%;
  margin-bottom: 48px;
}

.fa4dfe03 {
  width: 100%;
}

.r5126cc2d {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r5126cc2d:not(:last-of-type) {
  margin-bottom: 16px;
}

.eeba05ab {
  width: 180px;
  padding: 10px;
}

.efd49b43 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.a9701d6d {
  width: 70px;
  height: 70px;
}

.r657e94ad {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r78ad9461 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r5710d9b3 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r5710d9b3 span {
  font-size: 16px;
  font-weight: 700;
}

.r0dfdbeb2 {
  margin-right: 8px;
}

.r0dfdbeb2 svg {
  width: 12px;
  height: 12px;
}

.ae2782c7 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r9ccee92a {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r9ccee92a span {
  font-size: 20px;
}

.r9ccee92a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .eeba05ab {
    width: auto;
  }

  .efd49b43 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .ae2782c7 {
    margin-top: 8px;
  }

  .r9ccee92a:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a310c040f {
  width: 100%;
  margin-bottom: 48px;
}

.bbf200b2 {
  width: 100%;
}

.a1099329c {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a1099329c:not(:last-of-type) {
  margin-bottom: 16px;
}

.c36754dc {
  display: flex;
  padding: 16px 12px;
}

.ef73cb84 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a16bfef68 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.eb10288b {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a9c91af7d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.c48cea5d {
  font-size: 12px;
  font-weight: 400;
}

.b296a0ac {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.b296a0ac::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.cdfbb7ba {
  width: 100%;
  margin-bottom: 48px;
}

.d4fd0b08 {
  width: 100%;
}

.l7f963926 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l7f963926:not(:last-of-type) {
  margin-bottom: 12px;
}

.l36b099f5 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l7f963926::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l03b7a514 {
  width: 100%;
  margin-bottom: 48px;
}

.e60b2b6d {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l4d601943 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l6118a407 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l685280d6 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l98e25c2f {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l4ec276eb {
  display: flex;
  justify-content: space-between;
}

.b0dfb7b3 {
  font-size: 12px;
  color: #4a5b68;
}

.c6c5fd42 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.c6c5fd42::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l4d601943 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .e60b2b6d {
    justify-content: space-between;
  }

  .l4d601943 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l4d601943 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l6118a407 {
    height: 86px;
  }

  .l685280d6 {
    height: 86px;
  }

  .l98e25c2f {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .b0dfb7b3 {
    font-size: 10px;
  }

  .c6c5fd42 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.b9a3f8bd {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i5114d176 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.b9a3f8bd::before,
.b9a3f8bd::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.b9a3f8bd::before {
  top: 20px;
  left: 32px;
}

.b9a3f8bd::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .b9a3f8bd {
    padding: 28px 12px;
  }

  .b9a3f8bd::before,
  .b9a3f8bd::after {
    width: 94px;
  }

  .b9a3f8bd::before {
    top: 16px;
    left: 12px;
  }

  .b9a3f8bd::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i5114d176 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c8a530bd8,
.fb0b6ad5 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.d3d42b28 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.d3d42b28 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.d3d42b28 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c8a530bd8 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.fb0b6ad5 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p3770c42f {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p3770c42f .c8a530bd8,
  .p3770c42f .fb0b6ad5 {
    width: 100%;
    margin-bottom: 16px;
  }

  .d3d42b28 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m75a73cdf {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 16px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.m75a73cdf.open {
  display: flex;
}

.m79417bc0 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m19e3ddd6 {
  position: relative;
}

.m19e3ddd6 .dde469fb {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m19e3ddd6 .dde469fb {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.c86e3293 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a79577519 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a4102af65 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.ea699d4b {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a31a2940e {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a31a2940e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a33be0068 {
  width: 100%;
}

.a5450d2a0 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a490ea8bd {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a9fab21ed {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a801c8aaa {
  margin-right: 12px;
}

.a9fab21ed span {
  font-size: 18px;
  font-weight: 700;
}

.a3e4207b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.a2143ede0 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a2143ede0 img {
  margin-right: 8px;
}

.a112fdd32 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a112fdd32 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a5450d2a0 .a44af760e {
  display: none;
}

.a44af760e {
  width: 100%;
  padding: 18px 16px;
}

.a71bd1241 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a112fdd32 span {
    font-size: 24px;
  }

  .a44af760e {
    display: none;
  }

  .a5450d2a0 .a44af760e {
    display: block;
  }
}

@media (max-width: 768px) {
  .a79577519 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a4102af65 {
    display: block;
  }

  .ea699d4b {
    width: 100%;
    margin-bottom: 12px;
  }

  .a33be0068 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a31a2940e {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a5450d2a0 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a44af760e {
    margin-top: 40px;
    padding: 0;
  }

  .a112fdd32 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .c86e3293 {
      padding: 12px;
    }

    .a79577519 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a31a2940e {
      height: 120px;
    }

    .a5450d2a0 {
      padding: 8px 8px 0 8px;
    }

    .a490ea8bd {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a9fab21ed span {
      font-size: 16px;
    }

    .a44af760e {
      margin-top: 0;
    }

    .a71bd1241 {
      height: 36px;
    }

    .a3e4207b {
      height: 94px;
      padding: 0;
    }

    .a112fdd32 {
      font-size: 16px;
    }

    .a2143ede0 {
      font-size: 12px;
    }

    .a112fdd32 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a31a2940e {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s763f19cd.a548600a8 {
  max-width: none;
}
.fff0f7d1 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.f8303f88 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.f8303f88 {}
.a5a571783 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.d1af0aad {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.cb5f2eb4 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a4ac4ff12 {}
.a47a97a26 {
  width: 64%;
}
.a548600a8 .rank-math-breadcrumb a, .a548600a8 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a5a571783 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .d1af0aad {
    margin: 0 auto 16px auto;
  }
  .a47a97a26 {
    width: 100%;
  }
}

.d57cbc44 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.d57cbc44 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
