/* 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);
}

.g58855256 {
  color: #5b8f35;
}

.cb531b6a {
  color: #eb8348;
}

.s952ba1a7,
.s83e51466 {
  width: 14px;
  height: 14px;
}

.s952ba1a7 path {
  fill: var(--color-primary);
}

.s83e51466 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c33af33d8 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b76b0d105 {
  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;
}

.b76b0d105: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);
}

.b76b0d105 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l921a3595 {
  display: flex;
}

.l921a3595 .d5f57dab {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l921a3595 .l63e67531 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l921a3595 .l68d1c8b0 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l921a3595 .d5f57dab .l68d1c8b0 {
  margin-left: 0;
}

.dcc12da4 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.f7174d1c {
  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;
}

.c87528e62 {
  width: 100%;
  position: relative;
}

.t8d06327e {
  display: flex;
  justify-content: space-between;
}

.t8d06327e .l5cd1215c {
  width: 29%;
}

.t8d06327e .ba8e2bf7 {
  width: 69%;
}

.c064299ee {

}

.c88a32679 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c71fd5c00 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c71fd5c00.c2d696e57 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c5f20219f {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c5f20219f::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c064299ee {
  width: 100%;
}
.eee761c6 .c5f20219f::before {
  content: none;
  border: none;
  height: 0;
}

.c5f20219f .c5cfc04c2 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c5f20219f {
    margin-bottom: 20px;
  }
  .c064299ee {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c88a32679 {
    margin: 0 15px;
  }
}

.c51cee860 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c51cee860.o40d9eace {
  background: rgba(255, 255, 255, 0.4);
}

.c778c3b32 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c778c3b32 .c51cee860 {
  width: 69%;
  margin-top: 0;
}
.c778c3b32 .c11fee181 {
  width: 69%;
  margin-top: 0;
}
.c778c3b32 .c11fee181 .c51cee860 {
  width: 100%;
}

.f0327add {
  width: 29%;
}

.c81dd2fa2 {
  max-width: 1320px;
  margin: 0 auto;
}

.c81dd2fa2 img {
  max-width: 100%;
}

.c81dd2fa2 .f05b3df0 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c81dd2fa2 .f05b3df0 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.f05b3df0 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;
}

.h37e3a38d th {
  padding: 20px 32px;
  border-radius: 0;
}

.h37e3a38d td {
  padding: 20px 28px;
}

.h37e3a38d td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d3f208c61 {
  margin-bottom: 40px;
}

.db0704be {
  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;
}

.db0704be .d1b9a78ca {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.db0704be .a0140199 {
  display: flex;
  align-items: center;
}

.db0704be .d23cb2fe6 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.db0704be .d23cb2fe6 span {
  font-size: 14px;
  font-weight: 700;
}

.db0704be .d23cb2fe6:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.db0704be .b45a0eb9 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.db0704be .d7120dbab {
  margin-left: 10px;
}

.db0704be .d57969fe9 {
  width: 115px;
  margin-left: 20px;
}

.db0704be .d57969fe9 img {
  width: 100%;
}

.d3b2dab4c {
  padding: 0 15px;
}

.s62f03417 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.c6dd8593 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.ab7bdcfa {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.c429f56a {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.da0d3689 {
  display: flex;
  justify-content: space-between;
}

.bff6e251 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.bff6e251 .p7ba66950 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p8ae3fcd3 .p7ba66950,
.p8ae3fcd3 li::marker {
  color: #5b8f35;
}

.c59146983 .p7ba66950,
.c59146983 li::marker {
  color: #eb8348;
}

.p90bbd5e5 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p90bbd5e5 li:last-of-type {
  margin-bottom: 0;
}

.cc0871b4 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.cc0871b4 .cb60e139 {
  display: flex;
  justify-content: space-between;
}

.cc0871b4 .p2d74a6d6 {
  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;
}

.cc0871b4 .p2d74a6d6.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cc0871b4 .p55f7c63b {
  color: #5b8f35;
}

.cc0871b4 .c5a312d57 {
  color: #eb8348;
}

.cc0871b4 .p90bbd5e5 {
  margin: 0;
  padding: 15px 0 0 0;
}

.cc0871b4 .p1cccdf1b {
  display: none;
}

.cc0871b4 .p1cccdf1b.active {
  display: block;
}

.m3b9101d4 {
  margin-left: 5px;
}

.m3b9101d4 .m43699e41 {
  font-weight: 700;
  color: var(--color-primary);
}

.m3b9101d4 .c374a129 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c81dd2fa2 {
    padding: 15px;
  }

  .b76b0d105 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c778c3b32 .c51cee860 {
    width: 100%;
  }
  .c778c3b32 .c11fee181 {
    width: 100%;
  }

  .f0327add {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t8d06327e {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t8d06327e .l5cd1215c,
  .t8d06327e .ba8e2bf7 {
    width: 100%;
  }

  .t8d06327e .l5cd1215c {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t8d06327e .l5cd1215c {
    width: 100%;
  }

  .db0704be {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .db0704be .a0140199 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .db0704be .d1b9a78ca {
    text-align: center;
  }

  .cc0871b4 {
    display: block;
  }

  .bff6e251 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c51cee860 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c81dd2fa2 .f05b3df0 {
    margin-bottom: 15px;
  }

  .dcc12da4 {
    top: -5px;
  }

  .l921a3595 .d5f57dab {
    font-size: 12px;
  }

  .l921a3595 .l68d1c8b0 {
    width: 18px;
    height: 18px;
  }

  .db0704be .d1b9a78ca {
    font-size: 12px;
  }

  .d3f208c61 {
    margin-bottom: 15px;
  }

  .db0704be {
    margin-bottom: 15px;
  }

  .db0704be .a0140199 {
    margin-top: 0;
    justify-content: space-between;
  }

  .db0704be .b45a0eb9 {
    width: 40px;
    height: 40px;
  }

  .db0704be .d57969fe9 {
    width: 72px;
  }

  .db0704be .d7120dbab {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .db0704be .e037be6b {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .db0704be .d23cb2fe6:after {
    height: 14px;
    top: 11px;
  }

  .db0704be .e037be6b:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q9680032e {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q1e5fefe1 .q464776d9 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q1e5fefe1 .q1b1afe97 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q9680032e {
    margin: 15px 0;
    padding: 15px;
  }

  .q1e5fefe1 .q464776d9 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q1e5fefe1 .q1b1afe97 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.ffa21c23 {
  background-size: cover;
}

.ffa21c23 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h42b4f96a {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h42b4f96a .h26d0b4a4 {
  position: relative;
  width: 65%;
}

.h42b4f96a .h51e9933f {
  position: relative;
  width: 35%;
}

.h42b4f96a .h013ebc2e {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h42b4f96a .h78d03ac8 {
  text-align: left;
}

.h42b4f96a .h013ebc2e .h78d03ac8 {
  max-width: 1128px;
  text-align: center;
}

.h42b4f96a .h1de3296c {
  color: var(--color-text-add);
  line-height: 25px;
}

.h42b4f96a .h1de3296c a {
  color: var(--color-primary);
}

.h42b4f96a .h013ebc2e .h1de3296c {
  max-width: 870px;
  text-align: center;
}

.h42b4f96a .h2d59eb6e {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h42b4f96a .h777fc21a {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h42b4f96a .b7a102e4 {
  margin-top: 30px;
  font-size: 12px;
}

.h42b4f96a .h51e9933f {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h42b4f96a .h42808262 {
  justify-content: center;
  padding: 10px;
}

.h42b4f96a .h813ee2e0 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h42b4f96a .h495c29a2 {
  margin-top: 36px;
}

.h495c29a2 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h495c29a2 .dfba7c7e {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h495c29a2 .dfba7c7e::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h495c29a2 .h57f4e95d {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h495c29a2 .e075c355 {
  margin-right: 16px;
}

.h495c29a2 .h3bc799b0 {
  font-size: 12px;
  line-height: 19px;
}

.h495c29a2 .h7162a695 {
  font-weight: 700;
}
.h495c29a2 .h7162a695 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h495c29a2 .b7fca609 {
  margin-right: 32px;
}

.h495c29a2 .eb60baa9 {
  font-size: 12px;
  line-height: 19px;
}

.h495c29a2 .h685b70de {
  font-weight: 700;
}

.h495c29a2 .h2a61ea5b {
  display: none;
}

.h495c29a2 .h794cee41 {
  display: flex;
  align-items: center;
}

.h495c29a2 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h495c29a2 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h495c29a2 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.b5d22bf5 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c0f2eaaf0 .b5d22bf5 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h7162a695:hover .b5d22bf5 {
  display: block;
}
.c0f2eaaf0:hover .b5d22bf5 {
  display: block;
}
.b5d22bf5 .f54da990 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.b5d22bf5 .de76a610 {
  margin-bottom: 4px;
}
.b5d22bf5 .a936ebed0 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h495c29a2 .dfba7c7e {
    position: static;
  }
  .h495c29a2 {
    position: relative;
  }
  .b5d22bf5 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.c56349a0 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h00199cb2 {
  position: relative;
}

.h41db9c45 .h7e2499f4 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h00199cb2 .d6efd3b8 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h00199cb2 .h342eb1dd {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h00199cb2 .h1afd4e4e {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.cd939db1 {
  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;
}

.h35da1806 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h35da1806:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h35da1806:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.d5194854 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.d5194854 .h11e4a77d {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.d5194854 span {
  font-size: 20px;
}

.d5194854 small {
  font-size: 16px;
  margin: 0 4px;
}

.h6053e78a {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h10362d5d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h10362d5d .c8f58eb3b {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.dac070ba {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.dac070ba .h14e9e340 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.dac070ba .h4c904c0d {
  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;
}

.dac070ba .h8f4f72b8 {
  width: 44px;
  height: 44px;
}

.dac070ba .h492fc256 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.dac070ba .h492fc256::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h42b4f96a.m5631c02b {
  margin-bottom: 0;
}

.h3d39b5b0 {
  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;
}

.c41b6d42 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.c41b6d42 .ce282c1e {
  max-width: 270px;
  max-height: 35px;
}

.c41b6d42 .ce282c1e:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h42b4f96a {
    padding: 15px !important;
  }

  .ffa21c23 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h42b4f96a .h2d59eb6e {
    margin-top: 40px;
  }

  .dac070ba .h14e9e340 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h42b4f96a {
    flex-wrap: wrap;
  }

  .h42b4f96a .h26d0b4a4,
  .h42b4f96a .h51e9933f {
    width: 100%;
  }

  .h41db9c45 .h7e2499f4 {
    margin-top: 50px;
  }

  .dac070ba {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dac070ba .h14e9e340 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .c41b6d42 {
    justify-content: flex-start;
  }

  .c41b6d42 .ce282c1e {
    max-width: 200px;
  }

  .c41b6d42 .ce282c1e:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h42b4f96a .h1de3296c {
    font-size: 14px;
  }

  .c41b6d42 .ce282c1e {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h42b4f96a .h495c29a2 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h495c29a2 .h7162a695 a {
    font-size: 12px;
  }

  .h495c29a2 .dfba7c7e {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h495c29a2 .h57f4e95d {
    width: 28px;
    height: 28px;
  }

  .h495c29a2 .h3bc799b0,
  .h495c29a2 .eb60baa9 {
    font-size: 10px;
    line-height: 13px;
  }

  .h495c29a2 .h6e73f434 {
    width: 49px;
  }

  .h495c29a2 .e075c355 {
    margin-right: 8px;
  }

  .h495c29a2 .b7fca609 {
    margin-right: 12px;
  }

  .h495c29a2 .h4f35b610 {
    position: relative;
  }

  .h495c29a2 .h2a61ea5b {
    display: block;
  }

  .h495c29a2 .h794cee41 {
    display: none;
  }

  .h495c29a2 .h4f35b610:hover .h794cee41 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c88a32679 {
    padding: 0;
  }

  .c5f20219f {
  }

  .c71fd5c00 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h42b4f96a {
    margin-bottom: 0;
  }

  .h42b4f96a .h78d03ac8 {
    text-align: center;
  }

  .h42b4f96a .h1de3296c {
    font-size: 14px;
  }

  .h42b4f96a .h2d59eb6e {
    margin-top: 20px;
    justify-content: center;
  }

  .h42b4f96a .b7a102e4 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h42b4f96a .h51e9933f {
    margin-top: 40px;
  }

  .h42b4f96a .h813ee2e0 {
    font-size: 8px;
  }

  .c56349a0 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h00199cb2 .d6efd3b8 {
    width: 100%;
    justify-content: space-between;
  }

  .h00199cb2 .h342eb1dd {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h00199cb2 .cd939db1 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h00199cb2 .d5194854 {
    font-size: 14px;
  }

  .h00199cb2 .d5194854 span {
    font-size: 16px;
  }

  .h00199cb2 .h6053e78a {
    font-size: 12px;
  }

  .h00199cb2 .h1afd4e4e {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h10362d5d .c8f58eb3b {
    font-size: 12px;
    font-weight: 400;
  }

  .h00199cb2 .h35da1806:nth-of-type(2)::before {
    height: 25px;
  }

  .dac070ba {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .dac070ba .h14e9e340 {
    width: 158px;
    margin-right: 12px;
  }

  .dac070ba .h4c904c0d {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .dac070ba .h8f4f72b8 {
    width: 32px;
    height: 32px;
  }

  .dac070ba .h492fc256 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .dac070ba .h492fc256::after {
    bottom: 10px;
  }

  .h3d39b5b0 {
    margin-bottom: 12px;
  }

  .c41b6d42 {
    padding: 8px 0 8px 0;
  }

  .c41b6d42::-webkit-scrollbar {
    width: 0;
  }

  .c41b6d42 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .c41b6d42 .ce282c1e {
    max-height: 26px;
  }

  .c41b6d42 .ce282c1e {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c3ad1be57 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c3ad1be57 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c3ad1be57 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.ee0f35b0 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.b512fe7f {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.b512fe7f .c4f5d83e5 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.b512fe7f .c4f5d83e5::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .b512fe7f .c4f5d83e5 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .ee0f35b0 {
    padding: 0 35px;
  }

  .b512fe7f .c4f5d83e5 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.b9b204e7 {
  width: 100% !important;
  margin: 0;
}

.b9b204e7 .a594d6e7 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.b9b204e7 .fb36d300 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.b9b204e7 .ab95fb1d {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.b9b204e7 .ab95fb1d:hover {
  background: rgba(255, 255, 255, 0.7);
}

.b9b204e7 .f5a4cf001 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.b9b204e7 .a118be74 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.b9b204e7 .a118be74.active {
  display: block;
}

.b9b204e7 .e94c5627,
.b9b204e7 .f799af9c9 {
  display: none;
  width: 18px;
  height: 18px;
}

.b9b204e7 .e94c5627.active {
  display: block;
}

.b9b204e7 .f799af9c9.active {
  display: block;
}

@media (max-width: 480px) {
  .b9b204e7 {
    margin: 15px 0;
  }

  .b9b204e7 .a594d6e7 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .b9b204e7 .fb36d300 {
    font-size: 10px;
    padding: 15px;
  }

  .b9b204e7 .f5a4cf001 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .b9b204e7 .a118be74 {
    margin-left: 0;
    font-size: 10px;
  }

  .b9b204e7 .ac940055 {
    max-width: 90%;
    font-size: 12px;
  }

  .b9b204e7 .e94c5627,
  .b9b204e7 .f799af9c9 {
    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 */
.e59c971e {
  padding: 100px 15px;
}

.a6b50d81 {
  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);
}

.a6b50d81 .page-404__logo {
  max-width: 130px;
}

.a6b50d81 .p98c67d46 {
  margin: 20px 0;
}

.a6b50d81 .p2ea587b7 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.a6b50d81 .p2ea587b7::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.a6b50d81 .p656ff8a9 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .a6b50d81 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .e59c971e {
    padding: 50px 15px;
  }

  .p98c67d46 svg {
    height: 70px;
  }

  .a6b50d81 .p2ea587b7 {
    font-size: 16px;
  }

  .a6b50d81 .p656ff8a9 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.c1eb85e0 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.c1eb85e0 .e0a3fa19 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .c1eb85e0 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d49587c49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d49587c49 .d5d6c2d8a {
  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;
}

.d49587c49 .d5d6c2d8a:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d49587c49 .d615dc4ad {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d49587c49 .cb39c08e {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d49587c49 .d5d6c2d8a {
    width: 23%;
  }

  .d49587c49 .d615dc4ad {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d49587c49 .d5d6c2d8a {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d49587c49 .d5d6c2d8a {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d49587c49 .d5d6c2d8a {
    width: 100%;
  }

  .d49587c49 .d615dc4ad {
    height: 180px;
  }

  .d49587c49 .cb39c08e {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s34f2ef78 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s34f2ef78 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.ecf61f4c {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .ecf61f4c {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.eb245d5e {
  flex-direction: column;
  padding: 0;
}

.eb245d5e .h495c29a2 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c0c9a7d4 {
  width: 69%;
}

.c9a782aa8 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.fa352238 {
  margin: 30px auto 0 auto;
}

.b8547933 .i71189647 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.b8547933 .i299bff2e {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.b8547933 .i9d18422f {
  padding: 32px;
}

.b8547933 .i9d18422f img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.b8547933 .i9d18422f table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c0c9a7d4 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .eb245d5e {
    padding: 0 15px;
  }

  .b8547933 .i299bff2e {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .eb245d5e .h495c29a2 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .b8547933 {
    margin-top: -50px;
  }

  .b8547933 .i71189647 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .b8547933 .i9d18422f {
    padding: 12px;
  }

  .b8547933 .i9d18422f p {
    font-size: 12px;
    line-height: 20px;
  }

  .b8547933 .i9d18422f li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a54a1e9df {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a5342bcfc {
  max-width: none;
}

.a54a1e9df .a7467c50a {
  display: flex;
  justify-content: space-between;
}

.a54a1e9df .e24b81b9 {
  display: flex;
  align-items: center;
}

.a54a1e9df .a1dcf7680 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a54a1e9df .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a54a1e9df .d2bde657 {
  display: none;
}

.a54a1e9df .c42f3d93 {
  display: flex;
  align-items: center;
}

.a54a1e9df .c42f3d93 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a54a1e9df .c42f3d93 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a54a1e9df .c42f3d93 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a54a1e9df .a4be5cb2a {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a54a1e9df .a4be5cb2a a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a54a1e9df .a71fc066d {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a54a1e9df .f63b83fc {
  margin-top: 20px;
}

.a54a1e9df .a1edf097e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a54a1e9df .a070b365f {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a54a1e9df {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a54a1e9df .a1dcf7680 {
    width: 48px;
    height: 48px;
  }

  .a54a1e9df .f63b83fc {
    margin-top: 16px;
  }

  .a54a1e9df .a8677f150 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a54a1e9df .a4be5cb2a {
    font-size: 12px;
  }

  .a54a1e9df .a71fcb0ed {
    order: 2;
  }

  .a54a1e9df .a71fc066d {
    font-size: 10px;
  }

  .a54a1e9df .a8a0d5bce {
    font-size: 12px;
  }

  .a54a1e9df .a1edf097e img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c547d138b .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h41db9c45 {
  flex-wrap: wrap;
}

.h41db9c45 .h78d03ac8 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h41db9c45 .h78d03ac8 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h41db9c45 .h1de3296c {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.eb810c24 {
  padding: 0 0 24px 0;
  display: block;
}

.eb810c24 .h1de3296c {
  line-height: 27px;
}

.b3f47f41 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h8d98fa70 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h8d98fa70 .f67c66ac {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h8d98fa70 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);
}

.h8d98fa70 .h1a85a6ab {
  width: 250px;
}

.h8d98fa70 .h44e1557b {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h8d98fa70 .c15ef0c9 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h8d98fa70 .h7460f600 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h8d98fa70 .g868292f4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g868292f4 {
  display: flex;
}

.g868292f4 .g7d32180f {
  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;
}

.g868292f4 .g7d32180f svg {
  margin-right: 8px;
}

.h287afa40 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h287afa40 .h1f534f0a {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h287afa40 .cff01feb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h287afa40 .h7777cc79 {
  width: 50%;
}

.h287afa40 .h58c92d35 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h287afa40 .h58c92d35 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h8d98fa70 {
    width: 59%;
  }

  .h287afa40 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .b3f47f41 {
    flex-wrap: wrap;
  }

  .h8d98fa70,
  .h287afa40 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .eb810c24 .h1de3296c {
    max-width: 100%;
    text-align: center;
  }

  .b3f47f41 {
    margin-top: 20px;
  }

  .h8d98fa70 .f67c66ac {
    justify-content: center;
    width: 240px;
  }

  .h287afa40 {
    font-size: 16px;
  }

  .h8d98fa70 a {
    font-size: 16px;
    height: 57px;
  }

  .h8d98fa70 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h8d98fa70 .g868292f4 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h8d98fa70 .h1a85a6ab {
    width: 192px;
  }

  .h8d98fa70 .h7460f600 {
    display: none;
  }

  .h287afa40 .h7777cc79 {
    width: 55%;
  }

  .h287afa40 .h58c92d35 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g3cf3cf47 {
  max-width: 900px;
}

.c778c3b32 .g3cf3cf47 {
  width: 69%;
}

.c7677e7d {
  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) {
  .g3cf3cf47 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s2a2b2735 {
  margin-bottom: 30px;
}

.s2a2b2735 .s2323f8c8 {
  text-align: left;
  margin-bottom: 24px;
}

.s4dd13b34 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s92b5a97b {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.a8b85d38 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.a8b85d38 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.a8b85d38 .e56ac1e3 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.a8b85d38 .e56ac1e3:hover {
  background: rgba(255, 255, 255, 0.7);
}

.a8b85d38 .ecd4296e {
  display: block;
  padding: 12px;
}

.a8b85d38 .ef62e195 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.a8b85d38 .s97cedd26 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.a8b85d38 .s58e6fbbc {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.a8b85d38 .s7a982e5d {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.a8b85d38 .bc35c3ac {
  display: flex;
}

.a8b85d38 .s6527fbf0 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.a8b85d38 .s6527fbf0 img {
  margin-right: 6px;
}

.a8b85d38 .s6916198f span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .a8b85d38 .s7a982e5d {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .a8b85d38 .e56ac1e3 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .a8b85d38 .e56ac1e3 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s2a2b2735 .s2323f8c8 {
    margin-bottom: 16px;
  }

  .a8b85d38 {
    justify-content: space-between;
  }

  .a8b85d38 .e56ac1e3 {
    width: 48%;
    margin-bottom: 16px;
  }

  .a8b85d38 .ef62e195 {
    height: 90px;
  }

  .a8b85d38 .s97cedd26 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .a8b85d38 .s58e6fbbc {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .a8b85d38 .s7a982e5d {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .a8b85d38 .s6527fbf0 {
    margin-right: 8px;
  }

  .a8b85d38 .s6527fbf0 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .a8b85d38 .s7a982e5d {
    padding: 6px;
  }

  .a8b85d38 .s6527fbf0 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .a8b85d38 .s6527fbf0 img {
    margin-right: 2px;
  }

  .a8b85d38 .s6916198f span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h9cc06de1 .h1de3296c {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.fc6ad8f9 {
  background: #fff;
}

.fc6ad8f9 .c630c2872 {
  border: none;
}

.fc6ad8f9 .c401edbbc {
  padding: 0;
}

.fc6ad8f9 .c6e5bd1c3 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h9cc06de1 .h1de3296c {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s0017c06f {
  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;
}

.s61d4b7e9 {
  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;
}

.s61d4b7e9:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s61d4b7e9::placeholder {
  font-size: 16px;
}

.s0017c06f::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s61d4b7e9 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s0017c06f::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s0017c06f {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s61d4b7e9 {
    padding-left: 46px;
  }

  .s61d4b7e9::placeholder {
    font-size: 14px;
  }

  .s0017c06f::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f7a77f538 {
  position: relative;
  width: 30%;
}

.f94adb3ad {
  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;
}

.f94adb3ad::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f2efb1d60 {
  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;
}

.f7a77f538.open .f2efb1d60 {
  display: block;
}

.f85902f4e {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f85902f4e:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f7a77f538 {
    width: 100%;
  }

  .f94adb3ad {
    height: 40px;
  }

  .f2efb1d60 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.a76bdfeb {
  position: relative;
}

.e0e25bee {
  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;
}

.a76bdfeb.open .e0e25bee {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.a76bdfeb.open .h44117224.open {
  display: none;
}

.a76bdfeb.open .h44117224.close {
  display: inline-block;
}

.h44117224 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h44117224.close {
  display: none;
}

@media (max-width: 480px) {
  .a76bdfeb {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r8909bbe3 {
  width: 100%;
  margin-bottom: 48px;
}

.r396ad9bb {
  width: 100%;
}

.r9201eb95 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r9201eb95:not(:last-of-type) {
  margin-bottom: 16px;
}

.b2db036e {
  width: 180px;
  padding: 10px;
}

.r23582dc5 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r65fcabeb {
  width: 70px;
  height: 70px;
}

.r94f40a18 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r6dbae555 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r9b9c6f35 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r9b9c6f35 span {
  font-size: 16px;
  font-weight: 700;
}

.r41f39f04 {
  margin-right: 8px;
}

.r41f39f04 svg {
  width: 12px;
  height: 12px;
}

.f2468402 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.d0c0c89c {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.d0c0c89c span {
  font-size: 20px;
}

.d0c0c89c:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .b2db036e {
    width: auto;
  }

  .r23582dc5 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .f2468402 {
    margin-top: 8px;
  }

  .d0c0c89c:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.ca3974f6 {
  width: 100%;
  margin-bottom: 48px;
}

.a1d205dd6 {
  width: 100%;
}

.b64b6ff8 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.b64b6ff8:not(:last-of-type) {
  margin-bottom: 16px;
}

.d67025e8 {
  display: flex;
  padding: 16px 12px;
}

.a1dd4e5c8 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a0c6f7ef1 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.c7f762b0 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a6d1b31c8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a555deecb {
  font-size: 12px;
  font-weight: 400;
}

.a2347a43a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a2347a43a::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l457d91c4 {
  width: 100%;
  margin-bottom: 48px;
}

.c3ab36b7 {
  width: 100%;
}

.l68c00499 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l68c00499:not(:last-of-type) {
  margin-bottom: 12px;
}

.l23a7e8c1 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l68c00499::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l30309f21 {
  width: 100%;
  margin-bottom: 48px;
}

.l39cd2c77 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l92a61e59 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l3d79a2c2 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.aef1916a {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l093358b9 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l62253cd0 {
  display: flex;
  justify-content: space-between;
}

.aa0f262a {
  font-size: 12px;
  color: #4a5b68;
}

.dc156cdb {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.dc156cdb::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l92a61e59 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l39cd2c77 {
    justify-content: space-between;
  }

  .l92a61e59 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l92a61e59 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l3d79a2c2 {
    height: 86px;
  }

  .aef1916a {
    height: 86px;
  }

  .l093358b9 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .aa0f262a {
    font-size: 10px;
  }

  .dc156cdb span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i3125dec3 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.c0c5d5e0 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i3125dec3::before,
.i3125dec3::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i3125dec3::before {
  top: 20px;
  left: 32px;
}

.i3125dec3::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i3125dec3 {
    padding: 28px 12px;
  }

  .i3125dec3::before,
  .i3125dec3::after {
    width: 94px;
  }

  .i3125dec3::before {
    top: 16px;
    left: 12px;
  }

  .i3125dec3::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .c0c5d5e0 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c6766b722,
.c163ed62f {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c10f30c90 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c10f30c90 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c10f30c90 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c6766b722 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c163ed62f li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .bff6e251 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .bff6e251 .c6766b722,
  .bff6e251 .c163ed62f {
    width: 100%;
    margin-bottom: 16px;
  }

  .c10f30c90 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m8e924c26 {
  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;
}

.m8e924c26.open {
  display: flex;
}

.m82740b39 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m3f52cd18 {
  position: relative;
}

.m3f52cd18 .m96f21a19 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m3f52cd18 .m96f21a19 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a83784171 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a88ddebac {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.d0d3abf3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a7bb899dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a6dc392cb {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a6dc392cb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a20a72d47 {
  width: 100%;
}

.a696b0b8d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a156fae78 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a8cb20cc2 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a72bba4e6 {
  margin-right: 12px;
}

.a8cb20cc2 span {
  font-size: 18px;
  font-weight: 700;
}

.fefc55f6 {
  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;
}

.a107332f6 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a107332f6 img {
  margin-right: 8px;
}

.e388f37e {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.e388f37e span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a696b0b8d .a759fa918 {
  display: none;
}

.a759fa918 {
  width: 100%;
  padding: 18px 16px;
}

.a2ddc1484 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .e388f37e span {
    font-size: 24px;
  }

  .a759fa918 {
    display: none;
  }

  .a696b0b8d .a759fa918 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a88ddebac {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .d0d3abf3 {
    display: block;
  }

  .a7bb899dd {
    width: 100%;
    margin-bottom: 12px;
  }

  .a20a72d47 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a6dc392cb {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a696b0b8d {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a759fa918 {
    margin-top: 40px;
    padding: 0;
  }

  .e388f37e span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a83784171 {
      padding: 12px;
    }

    .a88ddebac {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a6dc392cb {
      height: 120px;
    }

    .a696b0b8d {
      padding: 8px 8px 0 8px;
    }

    .a156fae78 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a8cb20cc2 span {
      font-size: 16px;
    }

    .a759fa918 {
      margin-top: 0;
    }

    .a2ddc1484 {
      height: 36px;
    }

    .fefc55f6 {
      height: 94px;
      padding: 0;
    }

    .e388f37e {
      font-size: 16px;
    }

    .a107332f6 {
      font-size: 12px;
    }

    .e388f37e span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a6dc392cb {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.c1eb85e0.f2545dcc {
  max-width: none;
}
.a4f1632ce {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a48d6fa97 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a48d6fa97 {}
.ed838bae {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a1c79b21c {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a7bb9ebab {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.fd10633f {}
.f74fbf39 {
  width: 64%;
}
.f2545dcc .rank-math-breadcrumb a, .f2545dcc .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .ed838bae {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a1c79b21c {
    margin: 0 auto 16px auto;
  }
  .f74fbf39 {
    width: 100%;
  }
}

.a659a795b {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a659a795b h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
