/* 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);
}

.d67b7d05 {
  color: #5b8f35;
}

.b8ddd948 {
  color: #eb8348;
}

.s9dce7a49,
.f06bd644 {
  width: 14px;
  height: 14px;
}

.s9dce7a49 path {
  fill: var(--color-primary);
}

.f06bd644 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.bd511c8b {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.f84efe56 {
  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;
}

.f84efe56: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);
}

.f84efe56 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l43b92be8 {
  display: flex;
}

.l43b92be8 .l0ce25711 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l43b92be8 .c16fb94b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l43b92be8 .l1a271c04 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l43b92be8 .l0ce25711 .l1a271c04 {
  margin-left: 0;
}

.ae37f910 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c31dff924 {
  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;
}

.c419a3a5a {
  width: 100%;
  position: relative;
}

.fff0e6ca {
  display: flex;
  justify-content: space-between;
}

.fff0e6ca .d22f0e0f {
  width: 29%;
}

.fff0e6ca .r648d01ad {
  width: 69%;
}

.c74b44d5a {

}

.a0e5d43f {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c59bbae46 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c59bbae46.c561cee5e {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c7766d3d9 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c7766d3d9::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c74b44d5a {
  width: 100%;
}
.c2bf2271a .c7766d3d9::before {
  content: none;
  border: none;
  height: 0;
}

.c7766d3d9 .c74baf684 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c7766d3d9 {
    margin-bottom: 20px;
  }
  .c74b44d5a {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .a0e5d43f {
    margin: 0 15px;
  }
}

.c87db7627 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c87db7627.o25143e3f {
  background: rgba(255, 255, 255, 0.4);
}

.b1448f0a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.b1448f0a .c87db7627 {
  width: 69%;
  margin-top: 0;
}
.b1448f0a .d73655b9 {
  width: 69%;
  margin-top: 0;
}
.b1448f0a .d73655b9 .c87db7627 {
  width: 100%;
}

.d42bf562 {
  width: 29%;
}

.a5c4a01d {
  max-width: 1320px;
  margin: 0 auto;
}

.a5c4a01d img {
  max-width: 100%;
}

.a5c4a01d .t21f8238d {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .a5c4a01d .t21f8238d {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t21f8238d 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;
}

.f4f7cb87 th {
  padding: 20px 32px;
  border-radius: 0;
}

.f4f7cb87 td {
  padding: 20px 28px;
}

.f4f7cb87 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d4dd658d5 {
  margin-bottom: 40px;
}

.a889c69c {
  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;
}

.a889c69c .cd8fe68d {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.a889c69c .d2e2d52d {
  display: flex;
  align-items: center;
}

.a889c69c .f5deb1a1 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.a889c69c .f5deb1a1 span {
  font-size: 14px;
  font-weight: 700;
}

.a889c69c .f5deb1a1:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.a889c69c .d1cd8ad01 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.a889c69c .d9a27813 {
  margin-left: 10px;
}

.a889c69c .d8e81b553 {
  width: 115px;
  margin-left: 20px;
}

.a889c69c .d8e81b553 img {
  width: 100%;
}

.d1f3424f3 {
  padding: 0 15px;
}

.ec0e1b44 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.b42b5127 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s09f21080 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s123c6b2d {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p0c18a8ce {
  display: flex;
  justify-content: space-between;
}

.p9bef6dee {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p9bef6dee .p5fbfe6ef {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.f96d3ef1 .p5fbfe6ef,
.f96d3ef1 li::marker {
  color: #5b8f35;
}

.c2a9aaba1 .p5fbfe6ef,
.c2a9aaba1 li::marker {
  color: #eb8348;
}

.a4f10f2a {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.a4f10f2a li:last-of-type {
  margin-bottom: 0;
}

.p0f1c19be {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p0f1c19be .ff2a3bf6 {
  display: flex;
  justify-content: space-between;
}

.p0f1c19be .p1c1d11d5 {
  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;
}

.p0f1c19be .p1c1d11d5.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p0f1c19be .p71ee4984 {
  color: #5b8f35;
}

.p0f1c19be .c7e28a2e8 {
  color: #eb8348;
}

.p0f1c19be .a4f10f2a {
  margin: 0;
  padding: 15px 0 0 0;
}

.p0f1c19be .b44e7ca3 {
  display: none;
}

.p0f1c19be .b44e7ca3.active {
  display: block;
}

.m1f888e6b {
  margin-left: 5px;
}

.m1f888e6b .m26a44ab0 {
  font-weight: 700;
  color: var(--color-primary);
}

.m1f888e6b .f73e7be6 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .a5c4a01d {
    padding: 15px;
  }

  .f84efe56 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .b1448f0a .c87db7627 {
    width: 100%;
  }
  .b1448f0a .d73655b9 {
    width: 100%;
  }

  .d42bf562 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .fff0e6ca {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fff0e6ca .d22f0e0f,
  .fff0e6ca .r648d01ad {
    width: 100%;
  }

  .fff0e6ca .d22f0e0f {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .fff0e6ca .d22f0e0f {
    width: 100%;
  }

  .a889c69c {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .a889c69c .d2e2d52d {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .a889c69c .cd8fe68d {
    text-align: center;
  }

  .p0f1c19be {
    display: block;
  }

  .p9bef6dee {
    display: none;
  }
}

@media (max-width: 480px) {
  .c87db7627 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .a5c4a01d .t21f8238d {
    margin-bottom: 15px;
  }

  .ae37f910 {
    top: -5px;
  }

  .l43b92be8 .l0ce25711 {
    font-size: 12px;
  }

  .l43b92be8 .l1a271c04 {
    width: 18px;
    height: 18px;
  }

  .a889c69c .cd8fe68d {
    font-size: 12px;
  }

  .d4dd658d5 {
    margin-bottom: 15px;
  }

  .a889c69c {
    margin-bottom: 15px;
  }

  .a889c69c .d2e2d52d {
    margin-top: 0;
    justify-content: space-between;
  }

  .a889c69c .d1cd8ad01 {
    width: 40px;
    height: 40px;
  }

  .a889c69c .d8e81b553 {
    width: 72px;
  }

  .a889c69c .d9a27813 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .a889c69c .d48b51dd3 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .a889c69c .f5deb1a1:after {
    height: 14px;
    top: 11px;
  }

  .a889c69c .d48b51dd3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q47231d53 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q20d76673 .q98445c83 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q20d76673 .q95e4d1c4 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q47231d53 {
    margin: 15px 0;
    padding: 15px;
  }

  .q20d76673 .q98445c83 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q20d76673 .q95e4d1c4 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h5720bf9b {
  background-size: cover;
}

.h5720bf9b .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h76fe23a5 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h76fe23a5 .h845978de {
  position: relative;
  width: 65%;
}

.h76fe23a5 .h6080243c {
  position: relative;
  width: 35%;
}

.h76fe23a5 .d09da253 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h76fe23a5 .a6d31092 {
  text-align: left;
}

.h76fe23a5 .d09da253 .a6d31092 {
  max-width: 1128px;
  text-align: center;
}

.h76fe23a5 .h39faa6d3 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h76fe23a5 .h39faa6d3 a {
  color: var(--color-primary);
}

.h76fe23a5 .d09da253 .h39faa6d3 {
  max-width: 870px;
  text-align: center;
}

.h76fe23a5 .fcfaf513 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h76fe23a5 .h058916ae {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h76fe23a5 .h395f2db7 {
  margin-top: 30px;
  font-size: 12px;
}

.h76fe23a5 .h6080243c {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h76fe23a5 .cc7ead31 {
  justify-content: center;
  padding: 10px;
}

.h76fe23a5 .h422a8aea {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h76fe23a5 .c7a206f1 {
  margin-top: 36px;
}

.c7a206f1 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.c7a206f1 .ad4ca8ca {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.c7a206f1 .ad4ca8ca::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.c7a206f1 .h913c5d65 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.c7a206f1 .c8333113 {
  margin-right: 16px;
}

.c7a206f1 .fd0f2d88 {
  font-size: 12px;
  line-height: 19px;
}

.c7a206f1 .h592454d3 {
  font-weight: 700;
}
.c7a206f1 .h592454d3 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.c7a206f1 .c50a72bd {
  margin-right: 32px;
}

.c7a206f1 .c32648ef {
  font-size: 12px;
  line-height: 19px;
}

.c7a206f1 .h401d8298 {
  font-weight: 700;
}

.c7a206f1 .d311d87c {
  display: none;
}

.c7a206f1 .bc59a89d {
  display: flex;
  align-items: center;
}

.c7a206f1 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.c7a206f1 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.c7a206f1 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h6cc5014f {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c823b2892 .h6cc5014f {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h592454d3:hover .h6cc5014f {
  display: block;
}
.c823b2892:hover .h6cc5014f {
  display: block;
}
.h6cc5014f .a0573be35 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h6cc5014f .ea3c7cdf {
  margin-bottom: 4px;
}
.h6cc5014f .a4d6d948a {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .c7a206f1 .ad4ca8ca {
    position: static;
  }
  .c7a206f1 {
    position: relative;
  }
  .h6cc5014f {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.b7959d14 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h72ef4806 {
  position: relative;
}

.h98ccb6ff .h8754abd3 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h72ef4806 .h5bfa51da {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h72ef4806 .f13bf701 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h72ef4806 .h32bbbc08 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h1484b70b {
  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;
}

.h9753d47c {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h9753d47c:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h9753d47c:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h2c697a73 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h2c697a73 .h626a655f {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h2c697a73 span {
  font-size: 20px;
}

.h2c697a73 small {
  font-size: 16px;
  margin: 0 4px;
}

.a546a156 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.b2bfe127 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2bfe127 .c4c4c8331 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.eba9c7b9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.eba9c7b9 .d1fca59c {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.eba9c7b9 .h75b43cca {
  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;
}

.eba9c7b9 .f43af2b1 {
  width: 44px;
  height: 44px;
}

.eba9c7b9 .h325a425f {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.eba9c7b9 .h325a425f::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h76fe23a5.m33fc14da {
  margin-bottom: 0;
}

.h0c5002b3 {
  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;
}

.h1a184718 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h1a184718 .bcdef8aa {
  max-width: 270px;
  max-height: 35px;
}

.h1a184718 .bcdef8aa:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h76fe23a5 {
    padding: 15px !important;
  }

  .h5720bf9b .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h76fe23a5 .fcfaf513 {
    margin-top: 40px;
  }

  .eba9c7b9 .d1fca59c {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h76fe23a5 {
    flex-wrap: wrap;
  }

  .h76fe23a5 .h845978de,
  .h76fe23a5 .h6080243c {
    width: 100%;
  }

  .h98ccb6ff .h8754abd3 {
    margin-top: 50px;
  }

  .eba9c7b9 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .eba9c7b9 .d1fca59c {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h1a184718 {
    justify-content: flex-start;
  }

  .h1a184718 .bcdef8aa {
    max-width: 200px;
  }

  .h1a184718 .bcdef8aa:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h76fe23a5 .h39faa6d3 {
    font-size: 14px;
  }

  .h1a184718 .bcdef8aa {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h76fe23a5 .c7a206f1 {
    font-size: 12px;
    margin-top: 16px;
  }
  .c7a206f1 .h592454d3 a {
    font-size: 12px;
  }

  .c7a206f1 .ad4ca8ca {
    margin-right: 12px;
    padding-right: 12px;
  }

  .c7a206f1 .h913c5d65 {
    width: 28px;
    height: 28px;
  }

  .c7a206f1 .fd0f2d88,
  .c7a206f1 .c32648ef {
    font-size: 10px;
    line-height: 13px;
  }

  .c7a206f1 .h46350672 {
    width: 49px;
  }

  .c7a206f1 .c8333113 {
    margin-right: 8px;
  }

  .c7a206f1 .c50a72bd {
    margin-right: 12px;
  }

  .c7a206f1 .edbc7a6a {
    position: relative;
  }

  .c7a206f1 .d311d87c {
    display: block;
  }

  .c7a206f1 .bc59a89d {
    display: none;
  }

  .c7a206f1 .edbc7a6a:hover .bc59a89d {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .a0e5d43f {
    padding: 0;
  }

  .c7766d3d9 {
  }

  .c59bbae46 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h76fe23a5 {
    margin-bottom: 0;
  }

  .h76fe23a5 .a6d31092 {
    text-align: center;
  }

  .h76fe23a5 .h39faa6d3 {
    font-size: 14px;
  }

  .h76fe23a5 .fcfaf513 {
    margin-top: 20px;
    justify-content: center;
  }

  .h76fe23a5 .h395f2db7 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h76fe23a5 .h6080243c {
    margin-top: 40px;
  }

  .h76fe23a5 .h422a8aea {
    font-size: 8px;
  }

  .b7959d14 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h72ef4806 .h5bfa51da {
    width: 100%;
    justify-content: space-between;
  }

  .h72ef4806 .f13bf701 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h72ef4806 .h1484b70b {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h72ef4806 .h2c697a73 {
    font-size: 14px;
  }

  .h72ef4806 .h2c697a73 span {
    font-size: 16px;
  }

  .h72ef4806 .a546a156 {
    font-size: 12px;
  }

  .h72ef4806 .h32bbbc08 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .b2bfe127 .c4c4c8331 {
    font-size: 12px;
    font-weight: 400;
  }

  .h72ef4806 .h9753d47c:nth-of-type(2)::before {
    height: 25px;
  }

  .eba9c7b9 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .eba9c7b9 .d1fca59c {
    width: 158px;
    margin-right: 12px;
  }

  .eba9c7b9 .h75b43cca {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .eba9c7b9 .f43af2b1 {
    width: 32px;
    height: 32px;
  }

  .eba9c7b9 .h325a425f {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .eba9c7b9 .h325a425f::after {
    bottom: 10px;
  }

  .h0c5002b3 {
    margin-bottom: 12px;
  }

  .h1a184718 {
    padding: 8px 0 8px 0;
  }

  .h1a184718::-webkit-scrollbar {
    width: 0;
  }

  .h1a184718 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h1a184718 .bcdef8aa {
    max-height: 26px;
  }

  .h1a184718 .bcdef8aa {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c0e9b6498 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c0e9b6498 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c0e9b6498 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c4c86f9ca {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c3becd12c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c3becd12c .c8c49ebef {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c3becd12c .c8c49ebef::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c3becd12c .c8c49ebef {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c4c86f9ca {
    padding: 0 35px;
  }

  .c3becd12c .c8c49ebef {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f2cadbe48 {
  width: 100% !important;
  margin: 0;
}

.f2cadbe48 .d61a14c5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f2cadbe48 .f88b81122 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f2cadbe48 .f15104f44 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f2cadbe48 .f15104f44:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f2cadbe48 .f844fda5b {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f2cadbe48 .d2967c56 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f2cadbe48 .d2967c56.active {
  display: block;
}

.f2cadbe48 .f2f84e21f,
.f2cadbe48 .f51dc0b8f {
  display: none;
  width: 18px;
  height: 18px;
}

.f2cadbe48 .f2f84e21f.active {
  display: block;
}

.f2cadbe48 .f51dc0b8f.active {
  display: block;
}

@media (max-width: 480px) {
  .f2cadbe48 {
    margin: 15px 0;
  }

  .f2cadbe48 .d61a14c5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f2cadbe48 .f88b81122 {
    font-size: 10px;
    padding: 15px;
  }

  .f2cadbe48 .f844fda5b {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f2cadbe48 .d2967c56 {
    margin-left: 0;
    font-size: 10px;
  }

  .f2cadbe48 .de62d4e1 {
    max-width: 90%;
    font-size: 12px;
  }

  .f2cadbe48 .f2f84e21f,
  .f2cadbe48 .f51dc0b8f {
    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 */
.p2688ff14 {
  padding: 100px 15px;
}

.p1830b9d8 {
  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);
}

.p1830b9d8 .page-404__logo {
  max-width: 130px;
}

.p1830b9d8 .ea30a9f2 {
  margin: 20px 0;
}

.p1830b9d8 .p0abc0808 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p1830b9d8 .p0abc0808::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p1830b9d8 .p51252266 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p1830b9d8 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p2688ff14 {
    padding: 50px 15px;
  }

  .ea30a9f2 svg {
    height: 70px;
  }

  .p1830b9d8 .p0abc0808 {
    font-size: 16px;
  }

  .p1830b9d8 .p51252266 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s4f15aab3 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s4f15aab3 .s422a3663 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s4f15aab3 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d975b5613 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d975b5613 .d8b79b3cd {
  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;
}

.d975b5613 .d8b79b3cd:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d975b5613 .c9df6715 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d975b5613 .e37f32c8 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d975b5613 .d8b79b3cd {
    width: 23%;
  }

  .d975b5613 .c9df6715 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d975b5613 .d8b79b3cd {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d975b5613 .d8b79b3cd {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d975b5613 .d8b79b3cd {
    width: 100%;
  }

  .d975b5613 .c9df6715 {
    height: 180px;
  }

  .d975b5613 .e37f32c8 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.c4ccf8dd {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c4ccf8dd {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c5273ab15 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c5273ab15 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h65da720d {
  flex-direction: column;
  padding: 0;
}

.h65da720d .c7a206f1 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c68300d63 {
  width: 69%;
}

.c32fa8910 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i44b09661 {
  margin: 30px auto 0 auto;
}

.i0b2a0640 .ffe6b914 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i0b2a0640 .i217e24c0 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i0b2a0640 .i431b6875 {
  padding: 32px;
}

.i0b2a0640 .i431b6875 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i0b2a0640 .i431b6875 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c68300d63 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h65da720d {
    padding: 0 15px;
  }

  .i0b2a0640 .i217e24c0 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h65da720d .c7a206f1 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i0b2a0640 {
    margin-top: -50px;
  }

  .i0b2a0640 .ffe6b914 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i0b2a0640 .i431b6875 {
    padding: 12px;
  }

  .i0b2a0640 .i431b6875 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i0b2a0640 .i431b6875 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a8aa2c385 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.fbc01f44 {
  max-width: none;
}

.a8aa2c385 .d6ee0970 {
  display: flex;
  justify-content: space-between;
}

.a8aa2c385 .a40c24dc3 {
  display: flex;
  align-items: center;
}

.a8aa2c385 .cbdae8c7 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a8aa2c385 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a8aa2c385 .a37a2f2e3 {
  display: none;
}

.a8aa2c385 .a493abff1 {
  display: flex;
  align-items: center;
}

.a8aa2c385 .a493abff1 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a8aa2c385 .a493abff1 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a8aa2c385 .a493abff1 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a8aa2c385 .a39131f9e {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a8aa2c385 .a39131f9e a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a8aa2c385 .a7e9982a {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a8aa2c385 .a202e1dbb {
  margin-top: 20px;
}

.a8aa2c385 .bc56c504 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a8aa2c385 .d11ea818 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a8aa2c385 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a8aa2c385 .cbdae8c7 {
    width: 48px;
    height: 48px;
  }

  .a8aa2c385 .a202e1dbb {
    margin-top: 16px;
  }

  .a8aa2c385 .f48125e4 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a8aa2c385 .a39131f9e {
    font-size: 12px;
  }

  .a8aa2c385 .a030a6459 {
    order: 2;
  }

  .a8aa2c385 .a7e9982a {
    font-size: 10px;
  }

  .a8aa2c385 .a288497b4 {
    font-size: 12px;
  }

  .a8aa2c385 .bc56c504 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c8d6a3931 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h98ccb6ff {
  flex-wrap: wrap;
}

.h98ccb6ff .a6d31092 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h98ccb6ff .a6d31092 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h98ccb6ff .h39faa6d3 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h66948e46 {
  padding: 0 0 24px 0;
  display: block;
}

.h66948e46 .h39faa6d3 {
  line-height: 27px;
}

.c102abf5 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h4e8c927a {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h4e8c927a .h2069f8eb {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h4e8c927a 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);
}

.h4e8c927a .b89b8311 {
  width: 250px;
}

.h4e8c927a .ec18ffcc {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h4e8c927a .h079644f1 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h4e8c927a .b2a84238 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h4e8c927a .g087cbda7 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g087cbda7 {
  display: flex;
}

.g087cbda7 .ab278648 {
  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;
}

.g087cbda7 .ab278648 svg {
  margin-right: 8px;
}

.eb6e924a {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.eb6e924a .b7d1ecb2 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.eb6e924a .h16e73551 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.eb6e924a .fa624e1b {
  width: 50%;
}

.eb6e924a .h9e01990d {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.eb6e924a .h9e01990d span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h4e8c927a {
    width: 59%;
  }

  .eb6e924a {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .c102abf5 {
    flex-wrap: wrap;
  }

  .h4e8c927a,
  .eb6e924a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h66948e46 .h39faa6d3 {
    max-width: 100%;
    text-align: center;
  }

  .c102abf5 {
    margin-top: 20px;
  }

  .h4e8c927a .h2069f8eb {
    justify-content: center;
    width: 240px;
  }

  .eb6e924a {
    font-size: 16px;
  }

  .h4e8c927a a {
    font-size: 16px;
    height: 57px;
  }

  .h4e8c927a {
    height: 300px;
    margin-bottom: 24px;
  }

  .h4e8c927a .g087cbda7 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h4e8c927a .b89b8311 {
    width: 192px;
  }

  .h4e8c927a .b2a84238 {
    display: none;
  }

  .eb6e924a .fa624e1b {
    width: 55%;
  }

  .eb6e924a .h9e01990d {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.c583fd60 {
  max-width: 900px;
}

.b1448f0a .c583fd60 {
  width: 69%;
}

.g65eeb207 {
  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) {
  .c583fd60 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.fc3eb972 {
  margin-bottom: 30px;
}

.fc3eb972 .s073a7777 {
  text-align: left;
  margin-bottom: 24px;
}

.s8b198f0c {
  width: 100%;
  display: flex;
  justify-content: center;
}

.b6ac26c4 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.a05d86d6 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.a05d86d6 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.a05d86d6 .d1201b2c {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.a05d86d6 .d1201b2c:hover {
  background: rgba(255, 255, 255, 0.7);
}

.a05d86d6 .s09cb3dda {
  display: block;
  padding: 12px;
}

.a05d86d6 .de0b5696 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.a05d86d6 .a6a76a25 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.a05d86d6 .s70a009fa {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.a05d86d6 .a38f04e7 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.a05d86d6 .s6522e916 {
  display: flex;
}

.a05d86d6 .s9c57c9d7 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.a05d86d6 .s9c57c9d7 img {
  margin-right: 6px;
}

.a05d86d6 .cb9fd5f5 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .a05d86d6 .a38f04e7 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .a05d86d6 .d1201b2c {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .a05d86d6 .d1201b2c {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .fc3eb972 .s073a7777 {
    margin-bottom: 16px;
  }

  .a05d86d6 {
    justify-content: space-between;
  }

  .a05d86d6 .d1201b2c {
    width: 48%;
    margin-bottom: 16px;
  }

  .a05d86d6 .de0b5696 {
    height: 90px;
  }

  .a05d86d6 .a6a76a25 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .a05d86d6 .s70a009fa {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .a05d86d6 .a38f04e7 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .a05d86d6 .s9c57c9d7 {
    margin-right: 8px;
  }

  .a05d86d6 .s9c57c9d7 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .a05d86d6 .a38f04e7 {
    padding: 6px;
  }

  .a05d86d6 .s9c57c9d7 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .a05d86d6 .s9c57c9d7 img {
    margin-right: 2px;
  }

  .a05d86d6 .cb9fd5f5 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.b4869fa7 .h39faa6d3 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s5ee31483 {
  background: #fff;
}

.s5ee31483 .c52659f71 {
  border: none;
}

.s5ee31483 .c9e1df1e6 {
  padding: 0;
}

.s5ee31483 .b84e4f84 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .b4869fa7 .h39faa6d3 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s8ee9ef3c {
  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;
}

.s1322635d {
  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;
}

.s1322635d:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s1322635d::placeholder {
  font-size: 16px;
}

.s8ee9ef3c::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s1322635d {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s8ee9ef3c::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s8ee9ef3c {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s1322635d {
    padding-left: 46px;
  }

  .s1322635d::placeholder {
    font-size: 14px;
  }

  .s8ee9ef3c::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f5e6e7a87 {
  position: relative;
  width: 30%;
}

.f51b8f571 {
  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;
}

.f51b8f571::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f7ec37da {
  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;
}

.f5e6e7a87.open .f7ec37da {
  display: block;
}

.f5c8705f4 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f5c8705f4:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f5e6e7a87 {
    width: 100%;
  }

  .f51b8f571 {
    height: 40px;
  }

  .f7ec37da {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h7e7cf551 {
  position: relative;
}

.h31414593 {
  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;
}

.h7e7cf551.open .h31414593 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h7e7cf551.open .h9204ec63.open {
  display: none;
}

.h7e7cf551.open .h9204ec63.close {
  display: inline-block;
}

.h9204ec63 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h9204ec63.close {
  display: none;
}

@media (max-width: 480px) {
  .h7e7cf551 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r4a1dd3e9 {
  width: 100%;
  margin-bottom: 48px;
}

.e07df301 {
  width: 100%;
}

.r4b16c12f {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r4b16c12f:not(:last-of-type) {
  margin-bottom: 16px;
}

.r1a22a9d9 {
  width: 180px;
  padding: 10px;
}

.r8146087f {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.c7e28e51 {
  width: 70px;
  height: 70px;
}

.r19e1887a {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r94cad772 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r39824a8f {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r39824a8f span {
  font-size: 16px;
  font-weight: 700;
}

.a4ec8bb0 {
  margin-right: 8px;
}

.a4ec8bb0 svg {
  width: 12px;
  height: 12px;
}

.r5abf2eb5 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r35dfdc28 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r35dfdc28 span {
  font-size: 20px;
}

.r35dfdc28:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r1a22a9d9 {
    width: auto;
  }

  .r8146087f {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r5abf2eb5 {
    margin-top: 8px;
  }

  .r35dfdc28:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a1b9a6a8b {
  width: 100%;
  margin-bottom: 48px;
}

.a6fd68962 {
  width: 100%;
}

.c4bdbb4c {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.c4bdbb4c:not(:last-of-type) {
  margin-bottom: 16px;
}

.a2f0017cf {
  display: flex;
  padding: 16px 12px;
}

.a66a165c1 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.caa7cac9 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a02e2246c {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.e00eb3aa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a7d1b1c8d {
  font-size: 12px;
  font-weight: 400;
}

.a0b01567c {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a0b01567c::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l61641e7b {
  width: 100%;
  margin-bottom: 48px;
}

.f2c281b4 {
  width: 100%;
}

.l59a9b39a {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l59a9b39a:not(:last-of-type) {
  margin-bottom: 12px;
}

.dad7dae6 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l59a9b39a::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.ee33b57b {
  width: 100%;
  margin-bottom: 48px;
}

.efd8b230 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l44b3801e {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l95800875 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l067332d2 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l2175aaff {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.a7307a0c {
  display: flex;
  justify-content: space-between;
}

.l6cc79212 {
  font-size: 12px;
  color: #4a5b68;
}

.l1addd8e3 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l1addd8e3::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l44b3801e {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .efd8b230 {
    justify-content: space-between;
  }

  .l44b3801e {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l44b3801e {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l95800875 {
    height: 86px;
  }

  .l067332d2 {
    height: 86px;
  }

  .l2175aaff {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l6cc79212 {
    font-size: 10px;
  }

  .l1addd8e3 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i153c517c {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.e88327a6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i153c517c::before,
.i153c517c::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i153c517c::before {
  top: 20px;
  left: 32px;
}

.i153c517c::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i153c517c {
    padding: 28px 12px;
  }

  .i153c517c::before,
  .i153c517c::after {
    width: 94px;
  }

  .i153c517c::before {
    top: 16px;
    left: 12px;
  }

  .i153c517c::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .e88327a6 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.a472df28,
.d52abe25 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c9e4262a {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c9e4262a li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c9e4262a li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.a472df28 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.d52abe25 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p9bef6dee {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p9bef6dee .a472df28,
  .p9bef6dee .d52abe25 {
    width: 100%;
    margin-bottom: 16px;
  }

  .c9e4262a li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m5f31525b {
  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;
}

.m5f31525b.open {
  display: flex;
}

.m53d71544 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m01da448a {
  position: relative;
}

.m01da448a .m347bd663 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m01da448a .m347bd663 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a21f18d0b {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a05c869ce {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.f89559b5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a53fe6b9b {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.c53a387c {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.c53a387c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a2f2c91e5 {
  width: 100%;
}

.c20deb8c {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bd9604cf {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a8339b060 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a09ce24ef {
  margin-right: 12px;
}

.a8339b060 span {
  font-size: 18px;
  font-weight: 700;
}

.a9e9e73b2 {
  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;
}

.a46360d5 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a46360d5 img {
  margin-right: 8px;
}

.a98fd7377 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a98fd7377 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.c20deb8c .c18ffb3b {
  display: none;
}

.c18ffb3b {
  width: 100%;
  padding: 18px 16px;
}

.a8525be33 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a98fd7377 span {
    font-size: 24px;
  }

  .c18ffb3b {
    display: none;
  }

  .c20deb8c .c18ffb3b {
    display: block;
  }
}

@media (max-width: 768px) {
  .a05c869ce {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .f89559b5 {
    display: block;
  }

  .a53fe6b9b {
    width: 100%;
    margin-bottom: 12px;
  }

  .a2f2c91e5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .c53a387c {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .c20deb8c {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .c18ffb3b {
    margin-top: 40px;
    padding: 0;
  }

  .a98fd7377 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a21f18d0b {
      padding: 12px;
    }

    .a05c869ce {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .c53a387c {
      height: 120px;
    }

    .c20deb8c {
      padding: 8px 8px 0 8px;
    }

    .bd9604cf {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a8339b060 span {
      font-size: 16px;
    }

    .c18ffb3b {
      margin-top: 0;
    }

    .a8525be33 {
      height: 36px;
    }

    .a9e9e73b2 {
      height: 94px;
      padding: 0;
    }

    .a98fd7377 {
      font-size: 16px;
    }

    .a46360d5 {
      font-size: 12px;
    }

    .a98fd7377 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .c53a387c {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s4f15aab3.a80a28978 {
  max-width: none;
}
.f1938697 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.f6534ece {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.f6534ece {}
.a637da4fd {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a149c69f2 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.c53c5ff2 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a73ee4c6c {}
.a49ca0b60 {
  width: 64%;
}
.a80a28978 .rank-math-breadcrumb a, .a80a28978 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a637da4fd {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a149c69f2 {
    margin: 0 auto 16px auto;
  }
  .a49ca0b60 {
    width: 100%;
  }
}

.db1fcd02 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.db1fcd02 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
