/* 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);
}

.g733e1048 {
  color: #5b8f35;
}

.ad1d42ac {
  color: #eb8348;
}

.bbae34fc,
.e5ab4da0 {
  width: 14px;
  height: 14px;
}

.bbae34fc path {
  fill: var(--color-primary);
}

.e5ab4da0 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c181471c6 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b5d0b931b {
  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;
}

.b5d0b931b: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);
}

.b5d0b931b img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l6c36d56c {
  display: flex;
}

.l6c36d56c .l3e8328c5 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l6c36d56c .l1dc96989 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l6c36d56c .caf3cd00 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l6c36d56c .l3e8328c5 .caf3cd00 {
  margin-left: 0;
}

.c7ee32814 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c05718f0b {
  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;
}

.c75344c75 {
  width: 100%;
  position: relative;
}

.t2f2437ce {
  display: flex;
  justify-content: space-between;
}

.t2f2437ce .l776a6342 {
  width: 29%;
}

.t2f2437ce .c0de0fc5 {
  width: 69%;
}

.a4609c5e {

}

.fdda16e9 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c04846c90 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c04846c90.a97220a0 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c2a59110f {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c2a59110f::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.a4609c5e {
  width: 100%;
}
.c70a905d3 .c2a59110f::before {
  content: none;
  border: none;
  height: 0;
}

.c2a59110f .c29853452 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c2a59110f {
    margin-bottom: 20px;
  }
  .a4609c5e {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .fdda16e9 {
    margin: 0 15px;
  }
}

.c88f1f6d4 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c88f1f6d4.c5857197 {
  background: rgba(255, 255, 255, 0.4);
}

.c85eaf925 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c85eaf925 .c88f1f6d4 {
  width: 69%;
  margin-top: 0;
}
.c85eaf925 .e3982396 {
  width: 69%;
  margin-top: 0;
}
.c85eaf925 .e3982396 .c88f1f6d4 {
  width: 100%;
}

.e68f449f {
  width: 29%;
}

.c976011e0 {
  max-width: 1320px;
  margin: 0 auto;
}

.c976011e0 img {
  max-width: 100%;
}

.c976011e0 .t0e77dd09 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c976011e0 .t0e77dd09 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t0e77dd09 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;
}

.h2ebe1a8e th {
  padding: 20px 32px;
  border-radius: 0;
}

.h2ebe1a8e td {
  padding: 20px 28px;
}

.h2ebe1a8e td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d9d0289d1 {
  margin-bottom: 40px;
}

.bd495d78 {
  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;
}

.bd495d78 .c2a5667e {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.bd495d78 .d02360429 {
  display: flex;
  align-items: center;
}

.bd495d78 .faf43152 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.bd495d78 .faf43152 span {
  font-size: 14px;
  font-weight: 700;
}

.bd495d78 .faf43152:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.bd495d78 .d29d7537c {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.bd495d78 .ecad866e {
  margin-left: 10px;
}

.bd495d78 .bce0ca87 {
  width: 115px;
  margin-left: 20px;
}

.bd495d78 .bce0ca87 img {
  width: 100%;
}

.d2d90950e {
  padding: 0 15px;
}

.s494b7609 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s64ff8023 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.d554c042 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s1d16ebde {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p0332283d {
  display: flex;
  justify-content: space-between;
}

.a94bdc13 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.a94bdc13 .p6d1b5712 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.ecada515 .p6d1b5712,
.ecada515 li::marker {
  color: #5b8f35;
}

.c3f5a3045 .p6d1b5712,
.c3f5a3045 li::marker {
  color: #eb8348;
}

.p964888ae {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p964888ae li:last-of-type {
  margin-bottom: 0;
}

.d555c8b7 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.d555c8b7 .cd93bc72 {
  display: flex;
  justify-content: space-between;
}

.d555c8b7 .eb6abf51 {
  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;
}

.d555c8b7 .eb6abf51.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.d555c8b7 .p434af879 {
  color: #5b8f35;
}

.d555c8b7 .c4c8c1315 {
  color: #eb8348;
}

.d555c8b7 .p964888ae {
  margin: 0;
  padding: 15px 0 0 0;
}

.d555c8b7 .p814182de {
  display: none;
}

.d555c8b7 .p814182de.active {
  display: block;
}

.m2d2c3f96 {
  margin-left: 5px;
}

.m2d2c3f96 .c6350518 {
  font-weight: 700;
  color: var(--color-primary);
}

.m2d2c3f96 .c587fc62 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c976011e0 {
    padding: 15px;
  }

  .b5d0b931b img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c85eaf925 .c88f1f6d4 {
    width: 100%;
  }
  .c85eaf925 .e3982396 {
    width: 100%;
  }

  .e68f449f {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t2f2437ce {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t2f2437ce .l776a6342,
  .t2f2437ce .c0de0fc5 {
    width: 100%;
  }

  .t2f2437ce .l776a6342 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t2f2437ce .l776a6342 {
    width: 100%;
  }

  .bd495d78 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .bd495d78 .d02360429 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .bd495d78 .c2a5667e {
    text-align: center;
  }

  .d555c8b7 {
    display: block;
  }

  .a94bdc13 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c88f1f6d4 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c976011e0 .t0e77dd09 {
    margin-bottom: 15px;
  }

  .c7ee32814 {
    top: -5px;
  }

  .l6c36d56c .l3e8328c5 {
    font-size: 12px;
  }

  .l6c36d56c .caf3cd00 {
    width: 18px;
    height: 18px;
  }

  .bd495d78 .c2a5667e {
    font-size: 12px;
  }

  .d9d0289d1 {
    margin-bottom: 15px;
  }

  .bd495d78 {
    margin-bottom: 15px;
  }

  .bd495d78 .d02360429 {
    margin-top: 0;
    justify-content: space-between;
  }

  .bd495d78 .d29d7537c {
    width: 40px;
    height: 40px;
  }

  .bd495d78 .bce0ca87 {
    width: 72px;
  }

  .bd495d78 .ecad866e {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .bd495d78 .d7dbae3ae {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .bd495d78 .faf43152:after {
    height: 14px;
    top: 11px;
  }

  .bd495d78 .d7dbae3ae:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q68ace3d7 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q3c149642 .q3c1752eb {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q3c149642 .q30a1bc89 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q68ace3d7 {
    margin: 15px 0;
    padding: 15px;
  }

  .q3c149642 .q3c1752eb {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q3c149642 .q30a1bc89 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h622f41e6 {
  background-size: cover;
}

.h622f41e6 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h4447a421 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h4447a421 .h58ffa81c {
  position: relative;
  width: 65%;
}

.h4447a421 .h97f78ab8 {
  position: relative;
  width: 35%;
}

.h4447a421 .ff125cd7 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h4447a421 .h02801efa {
  text-align: left;
}

.h4447a421 .ff125cd7 .h02801efa {
  max-width: 1128px;
  text-align: center;
}

.h4447a421 .h0b5e172e {
  color: var(--color-text-add);
  line-height: 25px;
}

.h4447a421 .h0b5e172e a {
  color: var(--color-primary);
}

.h4447a421 .ff125cd7 .h0b5e172e {
  max-width: 870px;
  text-align: center;
}

.h4447a421 .d3750b97 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h4447a421 .d55dc7aa {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h4447a421 .h9c1a40fa {
  margin-top: 30px;
  font-size: 12px;
}

.h4447a421 .h97f78ab8 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h4447a421 .h693bc07c {
  justify-content: center;
  padding: 10px;
}

.h4447a421 .h98635be3 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h4447a421 .h62e76bbc {
  margin-top: 36px;
}

.h62e76bbc {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h62e76bbc .h7d9879ce {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h62e76bbc .h7d9879ce::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h62e76bbc .a5922b4a {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h62e76bbc .h950cf3c5 {
  margin-right: 16px;
}

.h62e76bbc .c9a15ba7 {
  font-size: 12px;
  line-height: 19px;
}

.h62e76bbc .h041b9605 {
  font-weight: 700;
}
.h62e76bbc .h041b9605 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h62e76bbc .h15dea3b9 {
  margin-right: 32px;
}

.h62e76bbc .h9e198a39 {
  font-size: 12px;
  line-height: 19px;
}

.h62e76bbc .h1d22404e {
  font-weight: 700;
}

.h62e76bbc .h07aab92d {
  display: none;
}

.h62e76bbc .e7028a54 {
  display: flex;
  align-items: center;
}

.h62e76bbc .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h62e76bbc .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h62e76bbc .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h5ea47e9b {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c140030cf .h5ea47e9b {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h041b9605:hover .h5ea47e9b {
  display: block;
}
.c140030cf:hover .h5ea47e9b {
  display: block;
}
.h5ea47e9b .a221f8e15 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h5ea47e9b .d885fb5b {
  margin-bottom: 4px;
}
.h5ea47e9b .e93e9ae2 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h62e76bbc .h7d9879ce {
    position: static;
  }
  .h62e76bbc {
    position: relative;
  }
  .h5ea47e9b {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h67414c10 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.a23b9902 {
  position: relative;
}

.aaadc92b .h53efca82 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.a23b9902 .cdc14987 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.a23b9902 .aa60d5c8 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.a23b9902 .h6f847ede {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h26e5c8df {
  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;
}

.h4bf504be {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h4bf504be:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h4bf504be:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.f8d21b22 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.f8d21b22 .h77aafebb {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.f8d21b22 span {
  font-size: 20px;
}

.f8d21b22 small {
  font-size: 16px;
  margin: 0 4px;
}

.fe1d839f {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h6e1931e5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h6e1931e5 .c96055238 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h1cde693d {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h1cde693d .h8aa78755 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h1cde693d .h88433a91 {
  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;
}

.h1cde693d .h0b543c4f {
  width: 44px;
  height: 44px;
}

.h1cde693d .cd348ca1 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h1cde693d .cd348ca1::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h4447a421.d36d5b72 {
  margin-bottom: 0;
}

.fb27ac37 {
  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;
}

.be4b4970 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.be4b4970 .h6c0a29ae {
  max-width: 270px;
  max-height: 35px;
}

.be4b4970 .h6c0a29ae:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h4447a421 {
    padding: 15px !important;
  }

  .h622f41e6 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h4447a421 .d3750b97 {
    margin-top: 40px;
  }

  .h1cde693d .h8aa78755 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h4447a421 {
    flex-wrap: wrap;
  }

  .h4447a421 .h58ffa81c,
  .h4447a421 .h97f78ab8 {
    width: 100%;
  }

  .aaadc92b .h53efca82 {
    margin-top: 50px;
  }

  .h1cde693d {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h1cde693d .h8aa78755 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .be4b4970 {
    justify-content: flex-start;
  }

  .be4b4970 .h6c0a29ae {
    max-width: 200px;
  }

  .be4b4970 .h6c0a29ae:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h4447a421 .h0b5e172e {
    font-size: 14px;
  }

  .be4b4970 .h6c0a29ae {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h4447a421 .h62e76bbc {
    font-size: 12px;
    margin-top: 16px;
  }
  .h62e76bbc .h041b9605 a {
    font-size: 12px;
  }

  .h62e76bbc .h7d9879ce {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h62e76bbc .a5922b4a {
    width: 28px;
    height: 28px;
  }

  .h62e76bbc .c9a15ba7,
  .h62e76bbc .h9e198a39 {
    font-size: 10px;
    line-height: 13px;
  }

  .h62e76bbc .h1b0ac4a4 {
    width: 49px;
  }

  .h62e76bbc .h950cf3c5 {
    margin-right: 8px;
  }

  .h62e76bbc .h15dea3b9 {
    margin-right: 12px;
  }

  .h62e76bbc .h311aaaa8 {
    position: relative;
  }

  .h62e76bbc .h07aab92d {
    display: block;
  }

  .h62e76bbc .e7028a54 {
    display: none;
  }

  .h62e76bbc .h311aaaa8:hover .e7028a54 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .fdda16e9 {
    padding: 0;
  }

  .c2a59110f {
  }

  .c04846c90 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h4447a421 {
    margin-bottom: 0;
  }

  .h4447a421 .h02801efa {
    text-align: center;
  }

  .h4447a421 .h0b5e172e {
    font-size: 14px;
  }

  .h4447a421 .d3750b97 {
    margin-top: 20px;
    justify-content: center;
  }

  .h4447a421 .h9c1a40fa {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h4447a421 .h97f78ab8 {
    margin-top: 40px;
  }

  .h4447a421 .h98635be3 {
    font-size: 8px;
  }

  .h67414c10 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .a23b9902 .cdc14987 {
    width: 100%;
    justify-content: space-between;
  }

  .a23b9902 .aa60d5c8 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .a23b9902 .h26e5c8df {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .a23b9902 .f8d21b22 {
    font-size: 14px;
  }

  .a23b9902 .f8d21b22 span {
    font-size: 16px;
  }

  .a23b9902 .fe1d839f {
    font-size: 12px;
  }

  .a23b9902 .h6f847ede {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h6e1931e5 .c96055238 {
    font-size: 12px;
    font-weight: 400;
  }

  .a23b9902 .h4bf504be:nth-of-type(2)::before {
    height: 25px;
  }

  .h1cde693d {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h1cde693d .h8aa78755 {
    width: 158px;
    margin-right: 12px;
  }

  .h1cde693d .h88433a91 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h1cde693d .h0b543c4f {
    width: 32px;
    height: 32px;
  }

  .h1cde693d .cd348ca1 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h1cde693d .cd348ca1::after {
    bottom: 10px;
  }

  .fb27ac37 {
    margin-bottom: 12px;
  }

  .be4b4970 {
    padding: 8px 0 8px 0;
  }

  .be4b4970::-webkit-scrollbar {
    width: 0;
  }

  .be4b4970 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .be4b4970 .h6c0a29ae {
    max-height: 26px;
  }

  .be4b4970 .h6c0a29ae {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c3c22e31c {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c3c22e31c {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c3c22e31c {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c90202908 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c9ea9bc61 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c9ea9bc61 .c56003ae6 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c9ea9bc61 .c56003ae6::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c9ea9bc61 .c56003ae6 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c90202908 {
    padding: 0 35px;
  }

  .c9ea9bc61 .c56003ae6 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f1f1a25e2 {
  width: 100% !important;
  margin: 0;
}

.f1f1a25e2 .c3da8f21 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f1f1a25e2 .f9d788ac6 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f1f1a25e2 .a34bf9dc {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f1f1a25e2 .a34bf9dc:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f1f1a25e2 .f201cd433 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f1f1a25e2 .c756e7b2 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f1f1a25e2 .c756e7b2.active {
  display: block;
}

.f1f1a25e2 .f1b2a9430,
.f1f1a25e2 .f0ce3c959 {
  display: none;
  width: 18px;
  height: 18px;
}

.f1f1a25e2 .f1b2a9430.active {
  display: block;
}

.f1f1a25e2 .f0ce3c959.active {
  display: block;
}

@media (max-width: 480px) {
  .f1f1a25e2 {
    margin: 15px 0;
  }

  .f1f1a25e2 .c3da8f21 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f1f1a25e2 .f9d788ac6 {
    font-size: 10px;
    padding: 15px;
  }

  .f1f1a25e2 .f201cd433 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f1f1a25e2 .c756e7b2 {
    margin-left: 0;
    font-size: 10px;
  }

  .f1f1a25e2 .f0eb605e5 {
    max-width: 90%;
    font-size: 12px;
  }

  .f1f1a25e2 .f1b2a9430,
  .f1f1a25e2 .f0ce3c959 {
    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 */
.fcc12e1d {
  padding: 100px 15px;
}

.ae6b0f40 {
  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);
}

.ae6b0f40 .page-404__logo {
  max-width: 130px;
}

.ae6b0f40 .p3ae478f6 {
  margin: 20px 0;
}

.ae6b0f40 .p3818b9f5 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.ae6b0f40 .p3818b9f5::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.ae6b0f40 .p639ca5e2 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .ae6b0f40 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .fcc12e1d {
    padding: 50px 15px;
  }

  .p3ae478f6 svg {
    height: 70px;
  }

  .ae6b0f40 .p3818b9f5 {
    font-size: 16px;
  }

  .ae6b0f40 .p639ca5e2 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.ea50c7fe {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.ea50c7fe .s9e8ce6a1 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .ea50c7fe {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d3308587b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d3308587b .d8453333e {
  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;
}

.d3308587b .d8453333e:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d3308587b .fcd09968 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d3308587b .be40f01e {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d3308587b .d8453333e {
    width: 23%;
  }

  .d3308587b .fcd09968 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d3308587b .d8453333e {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d3308587b .d8453333e {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d3308587b .d8453333e {
    width: 100%;
  }

  .d3308587b .fcd09968 {
    height: 180px;
  }

  .d3308587b .be40f01e {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.e3a0c8fd {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .e3a0c8fd {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.e4281d8d {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .e4281d8d {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.c09f1f40 {
  flex-direction: column;
  padding: 0;
}

.c09f1f40 .h62e76bbc {
  margin-top: 65px;
  margin-bottom: 125px;
}

.f6a8fdf8 {
  width: 69%;
}

.c07f5776d {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.f2eb20f9 {
  margin: 30px auto 0 auto;
}

.d3991405 .i5aa3d459 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.d3991405 .i071e6a75 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.d3991405 .e748661d {
  padding: 32px;
}

.d3991405 .e748661d img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.d3991405 .e748661d table {
  width: 100%;
}

@media (max-width: 1100px) {
  .f6a8fdf8 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c09f1f40 {
    padding: 0 15px;
  }

  .d3991405 .i071e6a75 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .c09f1f40 .h62e76bbc {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .d3991405 {
    margin-top: -50px;
  }

  .d3991405 .i5aa3d459 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .d3991405 .e748661d {
    padding: 12px;
  }

  .d3991405 .e748661d p {
    font-size: 12px;
    line-height: 20px;
  }

  .d3991405 .e748661d li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a2ef1cded {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.cecfe139 {
  max-width: none;
}

.a2ef1cded .a0a48d9b2 {
  display: flex;
  justify-content: space-between;
}

.a2ef1cded .a9c649d01 {
  display: flex;
  align-items: center;
}

.a2ef1cded .c4f06834 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a2ef1cded .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a2ef1cded .a87c01ffe {
  display: none;
}

.a2ef1cded .df01a7ac {
  display: flex;
  align-items: center;
}

.a2ef1cded .df01a7ac a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a2ef1cded .df01a7ac a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a2ef1cded .df01a7ac a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a2ef1cded .e9c7ce9a {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a2ef1cded .e9c7ce9a a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a2ef1cded .a8c318d9 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a2ef1cded .a2f049d48 {
  margin-top: 20px;
}

.a2ef1cded .a60f015c6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a2ef1cded .de3428eb {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a2ef1cded {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a2ef1cded .c4f06834 {
    width: 48px;
    height: 48px;
  }

  .a2ef1cded .a2f049d48 {
    margin-top: 16px;
  }

  .a2ef1cded .a2455f4e0 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a2ef1cded .e9c7ce9a {
    font-size: 12px;
  }

  .a2ef1cded .d3deb55d {
    order: 2;
  }

  .a2ef1cded .a8c318d9 {
    font-size: 10px;
  }

  .a2ef1cded .f4224776 {
    font-size: 12px;
  }

  .a2ef1cded .a60f015c6 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.bf0b46e5 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.aaadc92b {
  flex-wrap: wrap;
}

.aaadc92b .h02801efa {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .aaadc92b .h02801efa {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .aaadc92b .h0b5e172e {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.f0af961b {
  padding: 0 0 24px 0;
  display: block;
}

.f0af961b .h0b5e172e {
  line-height: 27px;
}

.h11d67af1 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h94c54373 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h94c54373 .h2f437818 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h94c54373 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);
}

.h94c54373 .h1b763d81 {
  width: 250px;
}

.h94c54373 .h72800f57 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h94c54373 .h333832de {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h94c54373 .h86063417 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h94c54373 .ad39d0ea {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ad39d0ea {
  display: flex;
}

.ad39d0ea .a40d06bb {
  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;
}

.ad39d0ea .a40d06bb svg {
  margin-right: 8px;
}

.h31274343 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h31274343 .h82de12cf {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h31274343 .h24864a85 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h31274343 .h6c595646 {
  width: 50%;
}

.h31274343 .aaafef22 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h31274343 .aaafef22 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h94c54373 {
    width: 59%;
  }

  .h31274343 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h11d67af1 {
    flex-wrap: wrap;
  }

  .h94c54373,
  .h31274343 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .f0af961b .h0b5e172e {
    max-width: 100%;
    text-align: center;
  }

  .h11d67af1 {
    margin-top: 20px;
  }

  .h94c54373 .h2f437818 {
    justify-content: center;
    width: 240px;
  }

  .h31274343 {
    font-size: 16px;
  }

  .h94c54373 a {
    font-size: 16px;
    height: 57px;
  }

  .h94c54373 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h94c54373 .ad39d0ea {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h94c54373 .h1b763d81 {
    width: 192px;
  }

  .h94c54373 .h86063417 {
    display: none;
  }

  .h31274343 .h6c595646 {
    width: 55%;
  }

  .h31274343 .aaafef22 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g11389c31 {
  max-width: 900px;
}

.c85eaf925 .g11389c31 {
  width: 69%;
}

.b94862c5 {
  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) {
  .g11389c31 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.f3143981 {
  margin-bottom: 30px;
}

.f3143981 .s359ec68a {
  text-align: left;
  margin-bottom: 24px;
}

.bfb7f923 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s84089739 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s863dc863 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s863dc863 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s863dc863 .e3999ca8 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s863dc863 .e3999ca8:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s863dc863 .b9a9d0c7 {
  display: block;
  padding: 12px;
}

.s863dc863 .s297cf812 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s863dc863 .s51d0c4a1 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s863dc863 .s2d9fcb2c {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s863dc863 .s91ee7b33 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s863dc863 .s574396c2 {
  display: flex;
}

.s863dc863 .s48eca886 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s863dc863 .s48eca886 img {
  margin-right: 6px;
}

.s863dc863 .s17390537 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s863dc863 .s91ee7b33 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s863dc863 .e3999ca8 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s863dc863 .e3999ca8 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .f3143981 .s359ec68a {
    margin-bottom: 16px;
  }

  .s863dc863 {
    justify-content: space-between;
  }

  .s863dc863 .e3999ca8 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s863dc863 .s297cf812 {
    height: 90px;
  }

  .s863dc863 .s51d0c4a1 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s863dc863 .s2d9fcb2c {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s863dc863 .s91ee7b33 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s863dc863 .s48eca886 {
    margin-right: 8px;
  }

  .s863dc863 .s48eca886 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s863dc863 .s91ee7b33 {
    padding: 6px;
  }

  .s863dc863 .s48eca886 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s863dc863 .s48eca886 img {
    margin-right: 2px;
  }

  .s863dc863 .s17390537 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.e9b95d71 .h0b5e172e {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s8245c441 {
  background: #fff;
}

.s8245c441 .a51231f5 {
  border: none;
}

.s8245c441 .c3a4eff8e {
  padding: 0;
}

.s8245c441 .b764cf77 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .e9b95d71 .h0b5e172e {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s2bac8271 {
  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;
}

.c3f6b259 {
  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;
}

.c3f6b259:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.c3f6b259::placeholder {
  font-size: 16px;
}

.s2bac8271::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .c3f6b259 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s2bac8271::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s2bac8271 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .c3f6b259 {
    padding-left: 46px;
  }

  .c3f6b259::placeholder {
    font-size: 14px;
  }

  .s2bac8271::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f6ccacb7a {
  position: relative;
  width: 30%;
}

.f0ae3d7b8 {
  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;
}

.f0ae3d7b8::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.c58d480e {
  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;
}

.f6ccacb7a.open .c58d480e {
  display: block;
}

.f6ee67a20 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f6ee67a20:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f6ccacb7a {
    width: 100%;
  }

  .f0ae3d7b8 {
    height: 40px;
  }

  .c58d480e {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h4c1d8a85 {
  position: relative;
}

.h1ecebb17 {
  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;
}

.h4c1d8a85.open .h1ecebb17 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h4c1d8a85.open .h9d2e6c90.open {
  display: none;
}

.h4c1d8a85.open .h9d2e6c90.close {
  display: inline-block;
}

.h9d2e6c90 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h9d2e6c90.close {
  display: none;
}

@media (max-width: 480px) {
  .h4c1d8a85 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r905402e0 {
  width: 100%;
  margin-bottom: 48px;
}

.d21c8cd5 {
  width: 100%;
}

.r7977befb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r7977befb:not(:last-of-type) {
  margin-bottom: 16px;
}

.r84ba5942 {
  width: 180px;
  padding: 10px;
}

.r22abb6ef {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r640f30c1 {
  width: 70px;
  height: 70px;
}

.r8fda9027 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r4071b623 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r9a6ff41f {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r9a6ff41f span {
  font-size: 16px;
  font-weight: 700;
}

.r148e66ad {
  margin-right: 8px;
}

.r148e66ad svg {
  width: 12px;
  height: 12px;
}

.c427de2e {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r85bd3135 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r85bd3135 span {
  font-size: 20px;
}

.r85bd3135:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r84ba5942 {
    width: auto;
  }

  .r22abb6ef {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .c427de2e {
    margin-top: 8px;
  }

  .r85bd3135:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a3415940f {
  width: 100%;
  margin-bottom: 48px;
}

.bf025866 {
  width: 100%;
}

.a14696a48 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a14696a48:not(:last-of-type) {
  margin-bottom: 16px;
}

.fbbb769e {
  display: flex;
  padding: 16px 12px;
}

.a99cfab3f {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.fe09bce6 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a59b906a5 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a7635abf7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a2024de5b {
  font-size: 12px;
  font-weight: 400;
}

.a563e94aa {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a563e94aa::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l53c0af86 {
  width: 100%;
  margin-bottom: 48px;
}

.l05b52f30 {
  width: 100%;
}

.aede1d1e {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.aede1d1e:not(:last-of-type) {
  margin-bottom: 12px;
}

.l0e6cbbb7 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aede1d1e::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l4a60bb13 {
  width: 100%;
  margin-bottom: 48px;
}

.e0f232c3 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l4b9900ed {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l0b18f8ee {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l337cccaf {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l7c4a6829 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.fc6b58c5 {
  display: flex;
  justify-content: space-between;
}

.l5869e43d {
  font-size: 12px;
  color: #4a5b68;
}

.l2e73aecc {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l2e73aecc::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l4b9900ed {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .e0f232c3 {
    justify-content: space-between;
  }

  .l4b9900ed {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l4b9900ed {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l0b18f8ee {
    height: 86px;
  }

  .l337cccaf {
    height: 86px;
  }

  .l7c4a6829 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l5869e43d {
    font-size: 10px;
  }

  .l2e73aecc span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i2798e081 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.b5bce570 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i2798e081::before,
.i2798e081::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i2798e081::before {
  top: 20px;
  left: 32px;
}

.i2798e081::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i2798e081 {
    padding: 28px 12px;
  }

  .i2798e081::before,
  .i2798e081::after {
    width: 94px;
  }

  .i2798e081::before {
    top: 16px;
    left: 12px;
  }

  .i2798e081::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .b5bce570 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c7e3b0e21,
.c0f636f2c {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.fb8559fe {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.fb8559fe li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.fb8559fe li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c7e3b0e21 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c0f636f2c li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .a94bdc13 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .a94bdc13 .c7e3b0e21,
  .a94bdc13 .c0f636f2c {
    width: 100%;
    margin-bottom: 16px;
  }

  .fb8559fe li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m70beacdf {
  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;
}

.m70beacdf.open {
  display: flex;
}

.m7c58ebc0 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m1d19b4bb {
  position: relative;
}

.m1d19b4bb .e8dd06a1 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m1d19b4bb .e8dd06a1 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.fd575dc9 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a93f37193 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a5aa9b63 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a0ec1a94d {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a5ba2c8e7 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a5ba2c8e7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a2c8ec99e {
  width: 100%;
}

.a859660f9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a230ef454 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a809be81b {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.f6a0ea11 {
  margin-right: 12px;
}

.a809be81b span {
  font-size: 18px;
  font-weight: 700;
}

.a184b2e21 {
  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;
}

.a58e35319 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a58e35319 img {
  margin-right: 8px;
}

.a6793bd89 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a6793bd89 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a859660f9 .a3d0fc8f7 {
  display: none;
}

.a3d0fc8f7 {
  width: 100%;
  padding: 18px 16px;
}

.a1bbd4ea8 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a6793bd89 span {
    font-size: 24px;
  }

  .a3d0fc8f7 {
    display: none;
  }

  .a859660f9 .a3d0fc8f7 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a93f37193 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a5aa9b63 {
    display: block;
  }

  .a0ec1a94d {
    width: 100%;
    margin-bottom: 12px;
  }

  .a2c8ec99e {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a5ba2c8e7 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a859660f9 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a3d0fc8f7 {
    margin-top: 40px;
    padding: 0;
  }

  .a6793bd89 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .fd575dc9 {
      padding: 12px;
    }

    .a93f37193 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a5ba2c8e7 {
      height: 120px;
    }

    .a859660f9 {
      padding: 8px 8px 0 8px;
    }

    .a230ef454 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a809be81b span {
      font-size: 16px;
    }

    .a3d0fc8f7 {
      margin-top: 0;
    }

    .a1bbd4ea8 {
      height: 36px;
    }

    .a184b2e21 {
      height: 94px;
      padding: 0;
    }

    .a6793bd89 {
      font-size: 16px;
    }

    .a58e35319 {
      font-size: 12px;
    }

    .a6793bd89 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a5ba2c8e7 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.ea50c7fe.a5076587c {
  max-width: none;
}
.a47c8300f {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a4008f856 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a4008f856 {}
.c638c9b0 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a32fc2747 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a7367e96a {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.d6ab2121 {}
.ff91bdf8 {
  width: 64%;
}
.a5076587c .rank-math-breadcrumb a, .a5076587c .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .c638c9b0 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a32fc2747 {
    margin: 0 auto 16px auto;
  }
  .ff91bdf8 {
    width: 100%;
  }
}

.a6d447b9a {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a6d447b9a h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
