/* 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);
}

.f2b161c9 {
  color: #5b8f35;
}

.b5f047087 {
  color: #eb8348;
}

.s59d35539,
.s17b27f8b {
  width: 14px;
  height: 14px;
}

.s59d35539 path {
  fill: var(--color-primary);
}

.s17b27f8b path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c999b0047 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.dc84e29a {
  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;
}

.dc84e29a: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);
}

.dc84e29a img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l782fb457 {
  display: flex;
}

.l782fb457 .l638c1acb {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l782fb457 .b5c68b27 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l782fb457 .l9ea5f1ba {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l782fb457 .l638c1acb .l9ea5f1ba {
  margin-left: 0;
}

.c2ab514ae {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c0fdbfcb6 {
  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;
}

.c7f9e3fc8 {
  width: 100%;
  position: relative;
}

.t7b720b74 {
  display: flex;
  justify-content: space-between;
}

.t7b720b74 .f6e512c3 {
  width: 29%;
}

.t7b720b74 .r99a24dd9 {
  width: 69%;
}

.f036a0e4 {

}

.c50db4f16 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.a985356f {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.a985356f.c04f3ae54 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c875848f0 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c875848f0::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.f036a0e4 {
  width: 100%;
}
.c444f33b .c875848f0::before {
  content: none;
  border: none;
  height: 0;
}

.c875848f0 .c84846dad {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c875848f0 {
    margin-bottom: 20px;
  }
  .f036a0e4 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c50db4f16 {
    margin: 0 15px;
  }
}

.c2819650b {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c2819650b.o3a661a44 {
  background: rgba(255, 255, 255, 0.4);
}

.c8f408a98 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c8f408a98 .c2819650b {
  width: 69%;
  margin-top: 0;
}
.c8f408a98 .e932502b {
  width: 69%;
  margin-top: 0;
}
.c8f408a98 .e932502b .c2819650b {
  width: 100%;
}

.c72e565e6 {
  width: 29%;
}

.c030a3099 {
  max-width: 1320px;
  margin: 0 auto;
}

.c030a3099 img {
  max-width: 100%;
}

.c030a3099 .t1a6ebc32 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c030a3099 .t1a6ebc32 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t1a6ebc32 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;
}

.c6c70d6d th {
  padding: 20px 32px;
  border-radius: 0;
}

.c6c70d6d td {
  padding: 20px 28px;
}

.c6c70d6d td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.c954b56b {
  margin-bottom: 40px;
}

.d4f506f53 {
  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;
}

.d4f506f53 .d624df5a1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d4f506f53 .d56603893 {
  display: flex;
  align-items: center;
}

.d4f506f53 .d5a1ca28d {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d4f506f53 .d5a1ca28d span {
  font-size: 14px;
  font-weight: 700;
}

.d4f506f53 .d5a1ca28d:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d4f506f53 .d232ad272 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d4f506f53 .e6500760 {
  margin-left: 10px;
}

.d4f506f53 .e1eff889 {
  width: 115px;
  margin-left: 20px;
}

.d4f506f53 .e1eff889 img {
  width: 100%;
}

.b9fab477 {
  padding: 0 15px;
}

.c8c40788 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s30a9bc99 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s7d5b22ec {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.bdfe7801 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.a3dabbe2 {
  display: flex;
  justify-content: space-between;
}

.p3d21fd6a {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p3d21fd6a .f971766b {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p1eb4973e .f971766b,
.p1eb4973e li::marker {
  color: #5b8f35;
}

.cd43026e .f971766b,
.cd43026e li::marker {
  color: #eb8348;
}

.p67fae830 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p67fae830 li:last-of-type {
  margin-bottom: 0;
}

.p3d2cdf54 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p3d2cdf54 .p3c21dcec {
  display: flex;
  justify-content: space-between;
}

.p3d2cdf54 .ef34117e {
  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;
}

.p3d2cdf54 .ef34117e.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p3d2cdf54 .d720d900 {
  color: #5b8f35;
}

.p3d2cdf54 .d8e6326c {
  color: #eb8348;
}

.p3d2cdf54 .p67fae830 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p3d2cdf54 .p8bbc03d0 {
  display: none;
}

.p3d2cdf54 .p8bbc03d0.active {
  display: block;
}

.b9461eef {
  margin-left: 5px;
}

.b9461eef .m39d66ecb {
  font-weight: 700;
  color: var(--color-primary);
}

.b9461eef .m34359cfc {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c030a3099 {
    padding: 15px;
  }

  .dc84e29a img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c8f408a98 .c2819650b {
    width: 100%;
  }
  .c8f408a98 .e932502b {
    width: 100%;
  }

  .c72e565e6 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t7b720b74 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t7b720b74 .f6e512c3,
  .t7b720b74 .r99a24dd9 {
    width: 100%;
  }

  .t7b720b74 .f6e512c3 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t7b720b74 .f6e512c3 {
    width: 100%;
  }

  .d4f506f53 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d4f506f53 .d56603893 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d4f506f53 .d624df5a1 {
    text-align: center;
  }

  .p3d2cdf54 {
    display: block;
  }

  .p3d21fd6a {
    display: none;
  }
}

@media (max-width: 480px) {
  .c2819650b {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c030a3099 .t1a6ebc32 {
    margin-bottom: 15px;
  }

  .c2ab514ae {
    top: -5px;
  }

  .l782fb457 .l638c1acb {
    font-size: 12px;
  }

  .l782fb457 .l9ea5f1ba {
    width: 18px;
    height: 18px;
  }

  .d4f506f53 .d624df5a1 {
    font-size: 12px;
  }

  .c954b56b {
    margin-bottom: 15px;
  }

  .d4f506f53 {
    margin-bottom: 15px;
  }

  .d4f506f53 .d56603893 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d4f506f53 .d232ad272 {
    width: 40px;
    height: 40px;
  }

  .d4f506f53 .e1eff889 {
    width: 72px;
  }

  .d4f506f53 .e6500760 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d4f506f53 .d774762a0 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d4f506f53 .d5a1ca28d:after {
    height: 14px;
    top: 11px;
  }

  .d4f506f53 .d774762a0:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q7cb582ec {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.ea430c0e .q656b10f7 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.ea430c0e .b12ecd08 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q7cb582ec {
    margin: 15px 0;
    padding: 15px;
  }

  .ea430c0e .q656b10f7 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .ea430c0e .b12ecd08 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h68d2c0e8 {
  background-size: cover;
}

.h68d2c0e8 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.b5f5c4bf {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.b5f5c4bf .f0f04ab2 {
  position: relative;
  width: 65%;
}

.b5f5c4bf .h93a92497 {
  position: relative;
  width: 35%;
}

.b5f5c4bf .eb0b3dec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.b5f5c4bf .h5bfc5ce6 {
  text-align: left;
}

.b5f5c4bf .eb0b3dec .h5bfc5ce6 {
  max-width: 1128px;
  text-align: center;
}

.b5f5c4bf .h9f343657 {
  color: var(--color-text-add);
  line-height: 25px;
}

.b5f5c4bf .h9f343657 a {
  color: var(--color-primary);
}

.b5f5c4bf .eb0b3dec .h9f343657 {
  max-width: 870px;
  text-align: center;
}

.b5f5c4bf .c76c6aac {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.b5f5c4bf .h810bfb10 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.b5f5c4bf .h1d95317b {
  margin-top: 30px;
  font-size: 12px;
}

.b5f5c4bf .h93a92497 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.b5f5c4bf .e8b4b1fd {
  justify-content: center;
  padding: 10px;
}

.b5f5c4bf .h701a4c00 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.b5f5c4bf .e3681a3d {
  margin-top: 36px;
}

.e3681a3d {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.e3681a3d .h29ce4574 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.e3681a3d .h29ce4574::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.e3681a3d .af3858f7 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.e3681a3d .h380daa3a {
  margin-right: 16px;
}

.e3681a3d .c30b281a {
  font-size: 12px;
  line-height: 19px;
}

.e3681a3d .a91acffa {
  font-weight: 700;
}
.e3681a3d .a91acffa a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.e3681a3d .h41889f03 {
  margin-right: 32px;
}

.e3681a3d .h3318d3c6 {
  font-size: 12px;
  line-height: 19px;
}

.e3681a3d .b02319b1 {
  font-weight: 700;
}

.e3681a3d .h1cdb123a {
  display: none;
}

.e3681a3d .h53ef7cbc {
  display: flex;
  align-items: center;
}

.e3681a3d .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.e3681a3d .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.e3681a3d .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h331770aa {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.f66da5b8 {
  position: relative;
}

.f7a2fb25 .h489e6195 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.f66da5b8 .h0cbe0592 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.f66da5b8 .h1e8d2320 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.f66da5b8 .c2852721 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h7beafad1 {
  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;
}

.e3fae610 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.e3fae610:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.e3fae610:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.e3a3b035 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.e3a3b035 .h85b3cc90 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.e3a3b035 span {
  font-size: 20px;
}

.e3a3b035 small {
  font-size: 16px;
  margin: 0 4px;
}

.h4af07577 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.c616d34b {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c616d34b .c7e7c45db {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h1880c712 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h1880c712 .h3e4a71bd {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h1880c712 .h6e02edaf {
  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;
}

.h1880c712 .a6d5b2bb {
  width: 44px;
  height: 44px;
}

.h1880c712 .h60b50255 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h1880c712 .h60b50255::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.b5f5c4bf.m2c8e30a1 {
  margin-bottom: 0;
}

.ff790218 {
  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;
}

.e7370b6c {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.e7370b6c .h385c1514 {
  max-width: 270px;
  max-height: 35px;
}

.e7370b6c .h385c1514:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .b5f5c4bf {
    padding: 15px !important;
  }

  .h68d2c0e8 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .b5f5c4bf .c76c6aac {
    margin-top: 40px;
  }

  .h1880c712 .h3e4a71bd {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .b5f5c4bf {
    flex-wrap: wrap;
  }

  .b5f5c4bf .f0f04ab2,
  .b5f5c4bf .h93a92497 {
    width: 100%;
  }

  .f7a2fb25 .h489e6195 {
    margin-top: 50px;
  }

  .h1880c712 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h1880c712 .h3e4a71bd {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .e7370b6c {
    justify-content: flex-start;
  }

  .e7370b6c .h385c1514 {
    max-width: 200px;
  }

  .e7370b6c .h385c1514:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .b5f5c4bf .h9f343657 {
    font-size: 14px;
  }

  .e7370b6c .h385c1514 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .b5f5c4bf .e3681a3d {
    font-size: 12px;
    margin-top: 16px;
  }
  .e3681a3d .a91acffa a {
    font-size: 12px;
  }

  .e3681a3d .h29ce4574 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .e3681a3d .af3858f7 {
    width: 28px;
    height: 28px;
  }

  .e3681a3d .c30b281a,
  .e3681a3d .h3318d3c6 {
    font-size: 10px;
    line-height: 13px;
  }

  .e3681a3d .b60b9d5b {
    width: 49px;
  }

  .e3681a3d .h380daa3a {
    margin-right: 8px;
  }

  .e3681a3d .h41889f03 {
    margin-right: 12px;
  }

  .e3681a3d .h99154806 {
    position: relative;
  }

  .e3681a3d .h1cdb123a {
    display: block;
  }

  .e3681a3d .h53ef7cbc {
    display: none;
  }

  .e3681a3d .h99154806:hover .h53ef7cbc {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c50db4f16 {
    padding: 0;
  }

  .c875848f0 {
  }

  .a985356f {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .b5f5c4bf {
    margin-bottom: 0;
  }

  .b5f5c4bf .h5bfc5ce6 {
    text-align: center;
  }

  .b5f5c4bf .h9f343657 {
    font-size: 14px;
  }

  .b5f5c4bf .c76c6aac {
    margin-top: 20px;
    justify-content: center;
  }

  .b5f5c4bf .h1d95317b {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .b5f5c4bf .h93a92497 {
    margin-top: 40px;
  }

  .b5f5c4bf .h701a4c00 {
    font-size: 8px;
  }

  .h331770aa {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .f66da5b8 .h0cbe0592 {
    width: 100%;
    justify-content: space-between;
  }

  .f66da5b8 .h1e8d2320 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .f66da5b8 .h7beafad1 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .f66da5b8 .e3a3b035 {
    font-size: 14px;
  }

  .f66da5b8 .e3a3b035 span {
    font-size: 16px;
  }

  .f66da5b8 .h4af07577 {
    font-size: 12px;
  }

  .f66da5b8 .c2852721 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .c616d34b .c7e7c45db {
    font-size: 12px;
    font-weight: 400;
  }

  .f66da5b8 .e3fae610:nth-of-type(2)::before {
    height: 25px;
  }

  .h1880c712 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h1880c712 .h3e4a71bd {
    width: 158px;
    margin-right: 12px;
  }

  .h1880c712 .h6e02edaf {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h1880c712 .a6d5b2bb {
    width: 32px;
    height: 32px;
  }

  .h1880c712 .h60b50255 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h1880c712 .h60b50255::after {
    bottom: 10px;
  }

  .ff790218 {
    margin-bottom: 12px;
  }

  .e7370b6c {
    padding: 8px 0 8px 0;
  }

  .e7370b6c::-webkit-scrollbar {
    width: 0;
  }

  .e7370b6c {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .e7370b6c .h385c1514 {
    max-height: 26px;
  }

  .e7370b6c .h385c1514 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.cd908382 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .cd908382 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .cd908382 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c382fcba6 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c1f26cde0 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c1f26cde0 .be792d05 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c1f26cde0 .be792d05::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c1f26cde0 .be792d05 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c382fcba6 {
    padding: 0 35px;
  }

  .c1f26cde0 .be792d05 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f72119cc9 {
  width: 100% !important;
  margin: 0;
}

.f72119cc9 .f31c3bd0a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f72119cc9 .f6f61b8ed {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f72119cc9 .f93d9c2ab {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f72119cc9 .f93d9c2ab:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f72119cc9 .f7960962f {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f72119cc9 .f354fd599 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f72119cc9 .f354fd599.active {
  display: block;
}

.f72119cc9 .f1180e78d,
.f72119cc9 .a1e290a6 {
  display: none;
  width: 18px;
  height: 18px;
}

.f72119cc9 .f1180e78d.active {
  display: block;
}

.f72119cc9 .a1e290a6.active {
  display: block;
}

@media (max-width: 480px) {
  .f72119cc9 {
    margin: 15px 0;
  }

  .f72119cc9 .f31c3bd0a {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f72119cc9 .f6f61b8ed {
    font-size: 10px;
    padding: 15px;
  }

  .f72119cc9 .f7960962f {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f72119cc9 .f354fd599 {
    margin-left: 0;
    font-size: 10px;
  }

  .f72119cc9 .f5ae0395f {
    max-width: 90%;
    font-size: 12px;
  }

  .f72119cc9 .f1180e78d,
  .f72119cc9 .a1e290a6 {
    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 */
.p14b839fe {
  padding: 100px 15px;
}

.p9ef93437 {
  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);
}

.p9ef93437 .page-404__logo {
  max-width: 130px;
}

.p9ef93437 .p6eb2444c {
  margin: 20px 0;
}

.p9ef93437 .ac72988c {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p9ef93437 .ac72988c::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p9ef93437 .p922ec57c {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p9ef93437 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p14b839fe {
    padding: 50px 15px;
  }

  .p6eb2444c svg {
    height: 70px;
  }

  .p9ef93437 .ac72988c {
    font-size: 16px;
  }

  .p9ef93437 .p922ec57c {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s6bdfb67f {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s6bdfb67f .s3683040f {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s6bdfb67f {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d6a741a67 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d6a741a67 .d24bba0e1 {
  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;
}

.d6a741a67 .d24bba0e1:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d6a741a67 .f62d1866 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d6a741a67 .d1341a9e1 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d6a741a67 .d24bba0e1 {
    width: 23%;
  }

  .d6a741a67 .f62d1866 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d6a741a67 .d24bba0e1 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d6a741a67 .d24bba0e1 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d6a741a67 .d24bba0e1 {
    width: 100%;
  }

  .d6a741a67 .f62d1866 {
    height: 180px;
  }

  .d6a741a67 .d1341a9e1 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.f09d1566 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .f09d1566 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.d4ba26fa {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .d4ba26fa {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h41106ec1 {
  flex-direction: column;
  padding: 0;
}

.h41106ec1 .e3681a3d {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c7cd58545 {
  width: 69%;
}

.c0d08f663 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.c2791b8e {
  margin: 30px auto 0 auto;
}

.i5289770f .db2ca5d8 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i5289770f .e5630bb0 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i5289770f .be342401 {
  padding: 32px;
}

.i5289770f .be342401 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i5289770f .be342401 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c7cd58545 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h41106ec1 {
    padding: 0 15px;
  }

  .i5289770f .e5630bb0 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h41106ec1 .e3681a3d {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i5289770f {
    margin-top: -50px;
  }

  .i5289770f .db2ca5d8 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i5289770f .be342401 {
    padding: 12px;
  }

  .i5289770f .be342401 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i5289770f .be342401 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a778d8ff1 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.c4326037 {
  max-width: none;
}

.a778d8ff1 .a2473b1c {
  display: flex;
  justify-content: space-between;
}

.a778d8ff1 .a346b7faf {
  display: flex;
  align-items: center;
}

.a778d8ff1 .a6418fbeb {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a778d8ff1 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a778d8ff1 .f2503807 {
  display: none;
}

.a778d8ff1 .a1e7eebb9 {
  display: flex;
  align-items: center;
}

.a778d8ff1 .a1e7eebb9 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a778d8ff1 .a1e7eebb9 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a778d8ff1 .a1e7eebb9 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a778d8ff1 .bd91f220 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a778d8ff1 .bd91f220 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a778d8ff1 .a082b8b06 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a778d8ff1 .a8fec0e97 {
  margin-top: 20px;
}

.a778d8ff1 .c8fff768 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a778d8ff1 .a7edcbb34 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a778d8ff1 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a778d8ff1 .a6418fbeb {
    width: 48px;
    height: 48px;
  }

  .a778d8ff1 .a8fec0e97 {
    margin-top: 16px;
  }

  .a778d8ff1 .a7003c85a {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a778d8ff1 .bd91f220 {
    font-size: 12px;
  }

  .a778d8ff1 .a878889e7 {
    order: 2;
  }

  .a778d8ff1 .a082b8b06 {
    font-size: 10px;
  }

  .a778d8ff1 .a5c2da5d8 {
    font-size: 12px;
  }

  .a778d8ff1 .c8fff768 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.e20474eb .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.f7a2fb25 {
  flex-wrap: wrap;
}

.f7a2fb25 .h5bfc5ce6 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .f7a2fb25 .h5bfc5ce6 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .f7a2fb25 .h9f343657 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h31d0da0e {
  padding: 0 0 24px 0;
  display: block;
}

.h31d0da0e .h9f343657 {
  line-height: 27px;
}

.h4580464b {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h7cbc5490 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h7cbc5490 .h8fabebc7 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h7cbc5490 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);
}

.h7cbc5490 .h1d0edc0d {
  width: 250px;
}

.h7cbc5490 .f8fd77ea {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h7cbc5490 .h39924163 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h7cbc5490 .h8cac47aa {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h7cbc5490 .g2cb6a16b {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g2cb6a16b {
  display: flex;
}

.g2cb6a16b .g04e59564 {
  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;
}

.g2cb6a16b .g04e59564 svg {
  margin-right: 8px;
}

.d95e54a0 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.d95e54a0 .h882393c1 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.d95e54a0 .h7989788b {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.d95e54a0 .ad261a53 {
  width: 50%;
}

.d95e54a0 .a0059c9f {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.d95e54a0 .a0059c9f span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h7cbc5490 {
    width: 59%;
  }

  .d95e54a0 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h4580464b {
    flex-wrap: wrap;
  }

  .h7cbc5490,
  .d95e54a0 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h31d0da0e .h9f343657 {
    max-width: 100%;
    text-align: center;
  }

  .h4580464b {
    margin-top: 20px;
  }

  .h7cbc5490 .h8fabebc7 {
    justify-content: center;
    width: 240px;
  }

  .d95e54a0 {
    font-size: 16px;
  }

  .h7cbc5490 a {
    font-size: 16px;
    height: 57px;
  }

  .h7cbc5490 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h7cbc5490 .g2cb6a16b {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h7cbc5490 .h1d0edc0d {
    width: 192px;
  }

  .h7cbc5490 .h8cac47aa {
    display: none;
  }

  .d95e54a0 .ad261a53 {
    width: 55%;
  }

  .d95e54a0 .a0059c9f {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g0a493726 {
  max-width: 900px;
}

.c8f408a98 .g0a493726 {
  width: 69%;
}

.g1147806b {
  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) {
  .g0a493726 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s53fcaa5e {
  margin-bottom: 30px;
}

.s53fcaa5e .a1f4e7f3 {
  text-align: left;
  margin-bottom: 24px;
}

.b51d8a9e {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1062b640 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s6440a9a6 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s6440a9a6 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s6440a9a6 .s122bfc36 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s6440a9a6 .s122bfc36:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s6440a9a6 .cc39f73e {
  display: block;
  padding: 12px;
}

.s6440a9a6 .s2d22563d {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s6440a9a6 .s558e6a8e {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s6440a9a6 .s809e92d3 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s6440a9a6 .cce1493d {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s6440a9a6 .s0a4ca4cc {
  display: flex;
}

.s6440a9a6 .s539d0391 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s6440a9a6 .s539d0391 img {
  margin-right: 6px;
}

.s6440a9a6 .bf36e799 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s6440a9a6 .cce1493d {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s6440a9a6 .s122bfc36 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s6440a9a6 .s122bfc36 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s53fcaa5e .a1f4e7f3 {
    margin-bottom: 16px;
  }

  .s6440a9a6 {
    justify-content: space-between;
  }

  .s6440a9a6 .s122bfc36 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s6440a9a6 .s2d22563d {
    height: 90px;
  }

  .s6440a9a6 .s558e6a8e {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s6440a9a6 .s809e92d3 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s6440a9a6 .cce1493d {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s6440a9a6 .s539d0391 {
    margin-right: 8px;
  }

  .s6440a9a6 .s539d0391 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s6440a9a6 .cce1493d {
    padding: 6px;
  }

  .s6440a9a6 .s539d0391 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s6440a9a6 .s539d0391 img {
    margin-right: 2px;
  }

  .s6440a9a6 .bf36e799 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h44b8048e .h9f343657 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s2a4a26ef {
  background: #fff;
}

.s2a4a26ef .a14c9fda {
  border: none;
}

.s2a4a26ef .c6332bd92 {
  padding: 0;
}

.s2a4a26ef .c178c5ca8 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h44b8048e .h9f343657 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.aa23f3f0 {
  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;
}

.s97a08ee3 {
  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;
}

.s97a08ee3:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s97a08ee3::placeholder {
  font-size: 16px;
}

.aa23f3f0::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s97a08ee3 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .aa23f3f0::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .aa23f3f0 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s97a08ee3 {
    padding-left: 46px;
  }

  .s97a08ee3::placeholder {
    font-size: 14px;
  }

  .aa23f3f0::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f8a0ea03 {
  position: relative;
  width: 30%;
}

.be0e2150 {
  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;
}

.be0e2150::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f98827a00 {
  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;
}

.f8a0ea03.open .f98827a00 {
  display: block;
}

.f33e9482e {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f33e9482e:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f8a0ea03 {
    width: 100%;
  }

  .be0e2150 {
    height: 40px;
  }

  .f98827a00 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h1112b88b {
  position: relative;
}

.h0ad7da2c {
  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;
}

.h1112b88b.open .h0ad7da2c {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h1112b88b.open .h3dc6ff4f.open {
  display: none;
}

.h1112b88b.open .h3dc6ff4f.close {
  display: inline-block;
}

.h3dc6ff4f {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h3dc6ff4f.close {
  display: none;
}

@media (max-width: 480px) {
  .h1112b88b {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r782d1503 {
  width: 100%;
  margin-bottom: 48px;
}

.r8f13bedb {
  width: 100%;
}

.r24788cf5 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r24788cf5:not(:last-of-type) {
  margin-bottom: 16px;
}

.r0ec721ff {
  width: 180px;
  padding: 10px;
}

.r24d35763 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r6277d14d {
  width: 70px;
  height: 70px;
}

.r4ea5dc32 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r5b001d34 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r9c171593 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r9c171593 span {
  font-size: 16px;
  font-weight: 700;
}

.r611e4154 {
  margin-right: 8px;
}

.r611e4154 svg {
  width: 12px;
  height: 12px;
}

.r4e5aa693 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.f02d16cc {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.f02d16cc span {
  font-size: 20px;
}

.f02d16cc:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r0ec721ff {
    width: auto;
  }

  .r24d35763 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r4e5aa693 {
    margin-top: 8px;
  }

  .f02d16cc:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a200cf534 {
  width: 100%;
  margin-bottom: 48px;
}

.eb5464dc {
  width: 100%;
}

.a403f56f2 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a403f56f2:not(:last-of-type) {
  margin-bottom: 16px;
}

.e0cadd89 {
  display: flex;
  padding: 16px 12px;
}

.a344e25cb {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.f4a3cf5b {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.ed54f04d {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.b74ae7e2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a8d2587a4 {
  font-size: 12px;
  font-weight: 400;
}

.fb3fcd55 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.fb3fcd55::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.c7aa8eff {
  width: 100%;
  margin-bottom: 48px;
}

.l01eb811f {
  width: 100%;
}

.aa80b331 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.aa80b331:not(:last-of-type) {
  margin-bottom: 12px;
}

.l151d10a0 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aa80b331::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l131cf90f {
  width: 100%;
  margin-bottom: 48px;
}

.l401aa11c {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.eb719332 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l81658053 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l39814da1 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.d14b31d6 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l4886ae2d {
  display: flex;
  justify-content: space-between;
}

.l52c39780 {
  font-size: 12px;
  color: #4a5b68;
}

.l24d9dd71 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l24d9dd71::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .eb719332 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l401aa11c {
    justify-content: space-between;
  }

  .eb719332 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .eb719332 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l81658053 {
    height: 86px;
  }

  .l39814da1 {
    height: 86px;
  }

  .d14b31d6 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l52c39780 {
    font-size: 10px;
  }

  .l24d9dd71 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.b3f2c1f8 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i18bdbc8f {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.b3f2c1f8::before,
.b3f2c1f8::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.b3f2c1f8::before {
  top: 20px;
  left: 32px;
}

.b3f2c1f8::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .b3f2c1f8 {
    padding: 28px 12px;
  }

  .b3f2c1f8::before,
  .b3f2c1f8::after {
    width: 94px;
  }

  .b3f2c1f8::before {
    top: 16px;
    left: 12px;
  }

  .b3f2c1f8::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i18bdbc8f {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c964219c2,
.e71a78cf {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.a68a6bf0 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.a68a6bf0 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.a68a6bf0 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c964219c2 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.e71a78cf li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p3d21fd6a {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p3d21fd6a .c964219c2,
  .p3d21fd6a .e71a78cf {
    width: 100%;
    margin-bottom: 16px;
  }

  .a68a6bf0 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m64a7cde4 {
  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;
}

.m64a7cde4.open {
  display: flex;
}

.m68418afb {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.cb4e2ef7 {
  position: relative;
}

.cb4e2ef7 .m40d2e40f {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .cb4e2ef7 .m40d2e40f {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a5558bf67 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a528c3d86 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a08abc29c {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a3c0f0b2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.d1dfb05a {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.d1dfb05a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.f9a8f48a {
  width: 100%;
}

.a7cc73f6f {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a9738ce9 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a55bdd50f {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a5b2164e5 {
  margin-right: 12px;
}

.a55bdd50f span {
  font-size: 18px;
  font-weight: 700;
}

.b4331d43 {
  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;
}

.a2665ec0 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a2665ec0 img {
  margin-right: 8px;
}

.ca12337d {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.ca12337d span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a7cc73f6f .c78ac52e {
  display: none;
}

.c78ac52e {
  width: 100%;
  padding: 18px 16px;
}

.a91c03615 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .ca12337d span {
    font-size: 24px;
  }

  .c78ac52e {
    display: none;
  }

  .a7cc73f6f .c78ac52e {
    display: block;
  }
}

@media (max-width: 768px) {
  .a528c3d86 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a08abc29c {
    display: block;
  }

  .a3c0f0b2 {
    width: 100%;
    margin-bottom: 12px;
  }

  .f9a8f48a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .d1dfb05a {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a7cc73f6f {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .c78ac52e {
    margin-top: 40px;
    padding: 0;
  }

  .ca12337d span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a5558bf67 {
      padding: 12px;
    }

    .a528c3d86 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .d1dfb05a {
      height: 120px;
    }

    .a7cc73f6f {
      padding: 8px 8px 0 8px;
    }

    .a9738ce9 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a55bdd50f span {
      font-size: 16px;
    }

    .c78ac52e {
      margin-top: 0;
    }

    .a91c03615 {
      height: 36px;
    }

    .b4331d43 {
      height: 94px;
      padding: 0;
    }

    .ca12337d {
      font-size: 16px;
    }

    .a2665ec0 {
      font-size: 12px;
    }

    .ca12337d span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .d1dfb05a {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */
