/* 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);
}

.g1d0b7ef4 {
  color: #5b8f35;
}

.a3f1f7ae {
  color: #eb8348;
}

.s0134c75c,
.eb47f8a2 {
  width: 14px;
  height: 14px;
}

.s0134c75c path {
  fill: var(--color-primary);
}

.eb47f8a2 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c76211f7a {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b333efda7 {
  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;
}

.b333efda7: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);
}

.b333efda7 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.a74782b4 {
  display: flex;
}

.a74782b4 .l08f40d65 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.a74782b4 .l8cf58f6b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.a74782b4 .l3dc12899 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.a74782b4 .l08f40d65 .l3dc12899 {
  margin-left: 0;
}

.c89d1cd8d {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c30427051 {
  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;
}

.c4007b32f {
  width: 100%;
  position: relative;
}

.d816d257 {
  display: flex;
  justify-content: space-between;
}

.d816d257 .l195f0dfe {
  width: 29%;
}

.d816d257 .daa60823 {
  width: 69%;
}

.c535279c7 {

}

.c2c923841 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.d5cc4238 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.d5cc4238.c08c6b0c6 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.fb113fa7 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fb113fa7::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c535279c7 {
  width: 100%;
}
.c6c36a2a .fb113fa7::before {
  content: none;
  border: none;
  height: 0;
}

.fb113fa7 .f8cd1afa {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .fb113fa7 {
    margin-bottom: 20px;
  }
  .c535279c7 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c2c923841 {
    margin: 0 15px;
  }
}

.c111c3b16 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c111c3b16.o9814d9e2 {
  background: rgba(255, 255, 255, 0.4);
}

.b0d9067f {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.b0d9067f .c111c3b16 {
  width: 69%;
  margin-top: 0;
}
.b0d9067f .d6abdccc {
  width: 69%;
  margin-top: 0;
}
.b0d9067f .d6abdccc .c111c3b16 {
  width: 100%;
}

.c71188cd1 {
  width: 29%;
}

.c00f7d9ae {
  max-width: 1320px;
  margin: 0 auto;
}

.c00f7d9ae img {
  max-width: 100%;
}

.c00f7d9ae .c5068ad1 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c00f7d9ae .c5068ad1 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.c5068ad1 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;
}

.h53f9854e th {
  padding: 20px 32px;
  border-radius: 0;
}

.h53f9854e td {
  padding: 20px 28px;
}

.h53f9854e td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d6a306c48 {
  margin-bottom: 40px;
}

.b3a5e87a {
  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;
}

.b3a5e87a .d5b48abbc {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.b3a5e87a .f504e1b0 {
  display: flex;
  align-items: center;
}

.b3a5e87a .d6319fc90 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.b3a5e87a .d6319fc90 span {
  font-size: 14px;
  font-weight: 700;
}

.b3a5e87a .d6319fc90:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.b3a5e87a .d27b70ba8 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.b3a5e87a .e2cddeba {
  margin-left: 10px;
}

.b3a5e87a .d8a97ef27 {
  width: 115px;
  margin-left: 20px;
}

.b3a5e87a .d8a97ef27 img {
  width: 100%;
}

.ba075d40 {
  padding: 0 15px;
}

.s277e18b5 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s93cd65ba {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s446826a0 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s84fb261c {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p9adfe5ff {
  display: flex;
  justify-content: space-between;
}

.p3edc145d {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p3edc145d .fa8c9f5c {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.e2411017 .fa8c9f5c,
.e2411017 li::marker {
  color: #5b8f35;
}

.c31b68547 .fa8c9f5c,
.c31b68547 li::marker {
  color: #eb8348;
}

.c7256ace {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.c7256ace li:last-of-type {
  margin-bottom: 0;
}

.a8125777 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.a8125777 .p9cfe5e12 {
  display: flex;
  justify-content: space-between;
}

.a8125777 .fce6a87b {
  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;
}

.a8125777 .fce6a87b.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.a8125777 .d4dd3037 {
  color: #5b8f35;
}

.a8125777 .db1bdb5b {
  color: #eb8348;
}

.a8125777 .c7256ace {
  margin: 0;
  padding: 15px 0 0 0;
}

.a8125777 .p8f21da0a {
  display: none;
}

.a8125777 .p8f21da0a.active {
  display: block;
}

.babbf7d8 {
  margin-left: 5px;
}

.babbf7d8 .m9ba4ad6d {
  font-weight: 700;
  color: var(--color-primary);
}

.babbf7d8 .m94ea1e02 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c00f7d9ae {
    padding: 15px;
  }

  .b333efda7 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .b0d9067f .c111c3b16 {
    width: 100%;
  }
  .b0d9067f .d6abdccc {
    width: 100%;
  }

  .c71188cd1 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .d816d257 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .d816d257 .l195f0dfe,
  .d816d257 .daa60823 {
    width: 100%;
  }

  .d816d257 .l195f0dfe {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .d816d257 .l195f0dfe {
    width: 100%;
  }

  .b3a5e87a {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .b3a5e87a .f504e1b0 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .b3a5e87a .d5b48abbc {
    text-align: center;
  }

  .a8125777 {
    display: block;
  }

  .p3edc145d {
    display: none;
  }
}

@media (max-width: 480px) {
  .c111c3b16 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c00f7d9ae .c5068ad1 {
    margin-bottom: 15px;
  }

  .c89d1cd8d {
    top: -5px;
  }

  .a74782b4 .l08f40d65 {
    font-size: 12px;
  }

  .a74782b4 .l3dc12899 {
    width: 18px;
    height: 18px;
  }

  .b3a5e87a .d5b48abbc {
    font-size: 12px;
  }

  .d6a306c48 {
    margin-bottom: 15px;
  }

  .b3a5e87a {
    margin-bottom: 15px;
  }

  .b3a5e87a .f504e1b0 {
    margin-top: 0;
    justify-content: space-between;
  }

  .b3a5e87a .d27b70ba8 {
    width: 40px;
    height: 40px;
  }

  .b3a5e87a .d8a97ef27 {
    width: 72px;
  }

  .b3a5e87a .e2cddeba {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .b3a5e87a .d73dabb7a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .b3a5e87a .d6319fc90:after {
    height: 14px;
    top: 11px;
  }

  .b3a5e87a .d73dabb7a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.a3ddb40f {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q357d517c .q266f550d {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q357d517c .q5e94d235 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .a3ddb40f {
    margin: 15px 0;
    padding: 15px;
  }

  .q357d517c .q266f550d {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q357d517c .q5e94d235 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h6c4f1932 {
  background-size: cover;
}

.h6c4f1932 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h152a4641 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h152a4641 .c9c34efe {
  position: relative;
  width: 65%;
}

.h152a4641 .h807b9d92 {
  position: relative;
  width: 35%;
}

.h152a4641 .h34630b0f {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h152a4641 .h18f8191c {
  text-align: left;
}

.h152a4641 .h34630b0f .h18f8191c {
  max-width: 1128px;
  text-align: center;
}

.h152a4641 .h9cc9df60 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h152a4641 .h9cc9df60 a {
  color: var(--color-primary);
}

.h152a4641 .h34630b0f .h9cc9df60 {
  max-width: 870px;
  text-align: center;
}

.h152a4641 .h18045c4f {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h152a4641 .h226f2233 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h152a4641 .f22f2e46 {
  margin-top: 30px;
  font-size: 12px;
}

.h152a4641 .h807b9d92 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h152a4641 .h070eaec0 {
  justify-content: center;
  padding: 10px;
}

.h152a4641 .e524c423 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h152a4641 .h0cd20500 {
  margin-top: 36px;
}

.h0cd20500 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h0cd20500 .h8aaa9c57 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h0cd20500 .h8aaa9c57::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h0cd20500 .h90a1d410 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h0cd20500 .h4444dd6d {
  margin-right: 16px;
}

.h0cd20500 .fc92a4fd {
  font-size: 12px;
  line-height: 19px;
}

.h0cd20500 .d553b8ad {
  font-weight: 700;
}
.h0cd20500 .d553b8ad a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h0cd20500 .e2ec4620 {
  margin-right: 32px;
}

.h0cd20500 .h4f51a491 {
  font-size: 12px;
  line-height: 19px;
}

.h0cd20500 .cc6a6ee6 {
  font-weight: 700;
}

.h0cd20500 .h424a8c78 {
  display: none;
}

.h0cd20500 .h5168e5ad {
  display: flex;
  align-items: center;
}

.h0cd20500 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h0cd20500 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h0cd20500 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h68d35b3b {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c12bb2b0b .h68d35b3b {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.d553b8ad:hover .h68d35b3b {
  display: block;
}
.c12bb2b0b:hover .h68d35b3b {
  display: block;
}
.h68d35b3b .b8db5b3a {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h68d35b3b .a89e8193b {
  margin-bottom: 4px;
}
.h68d35b3b .f3469d04 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h0cd20500 .h8aaa9c57 {
    position: static;
  }
  .h0cd20500 {
    position: relative;
  }
  .h68d35b3b {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h9073a989 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h55097c9b {
  position: relative;
}

.h9cdaec8b .h160fffd7 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h55097c9b .cb7a5243 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h55097c9b .h1c0aba31 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h55097c9b .becc5076 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h1092ed7f {
  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;
}

.dac9e25c {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dac9e25c:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.dac9e25c:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.bd322e77 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.bd322e77 .h79464bb9 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.bd322e77 span {
  font-size: 20px;
}

.bd322e77 small {
  font-size: 16px;
  margin: 0 4px;
}

.h4877ec66 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.ff25d707 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ff25d707 .eb42cdf8 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h0b527e17 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h0b527e17 .h3ccde8ac {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h0b527e17 .h0a579936 {
  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;
}

.h0b527e17 .aae0ac29 {
  width: 44px;
  height: 44px;
}

.h0b527e17 .h6c801cc7 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h0b527e17 .h6c801cc7::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h152a4641.m8efcf307 {
  margin-bottom: 0;
}

.ecabbb1d {
  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;
}

.a4334e96 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.a4334e96 .h9b38cc37 {
  max-width: 270px;
  max-height: 35px;
}

.a4334e96 .h9b38cc37:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h152a4641 {
    padding: 15px !important;
  }

  .h6c4f1932 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h152a4641 .h18045c4f {
    margin-top: 40px;
  }

  .h0b527e17 .h3ccde8ac {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h152a4641 {
    flex-wrap: wrap;
  }

  .h152a4641 .c9c34efe,
  .h152a4641 .h807b9d92 {
    width: 100%;
  }

  .h9cdaec8b .h160fffd7 {
    margin-top: 50px;
  }

  .h0b527e17 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h0b527e17 .h3ccde8ac {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .a4334e96 {
    justify-content: flex-start;
  }

  .a4334e96 .h9b38cc37 {
    max-width: 200px;
  }

  .a4334e96 .h9b38cc37:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h152a4641 .h9cc9df60 {
    font-size: 14px;
  }

  .a4334e96 .h9b38cc37 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h152a4641 .h0cd20500 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h0cd20500 .d553b8ad a {
    font-size: 12px;
  }

  .h0cd20500 .h8aaa9c57 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h0cd20500 .h90a1d410 {
    width: 28px;
    height: 28px;
  }

  .h0cd20500 .fc92a4fd,
  .h0cd20500 .h4f51a491 {
    font-size: 10px;
    line-height: 13px;
  }

  .h0cd20500 .ca42ea0c {
    width: 49px;
  }

  .h0cd20500 .h4444dd6d {
    margin-right: 8px;
  }

  .h0cd20500 .e2ec4620 {
    margin-right: 12px;
  }

  .h0cd20500 .a0264c4a {
    position: relative;
  }

  .h0cd20500 .h424a8c78 {
    display: block;
  }

  .h0cd20500 .h5168e5ad {
    display: none;
  }

  .h0cd20500 .a0264c4a:hover .h5168e5ad {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c2c923841 {
    padding: 0;
  }

  .fb113fa7 {
  }

  .d5cc4238 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h152a4641 {
    margin-bottom: 0;
  }

  .h152a4641 .h18f8191c {
    text-align: center;
  }

  .h152a4641 .h9cc9df60 {
    font-size: 14px;
  }

  .h152a4641 .h18045c4f {
    margin-top: 20px;
    justify-content: center;
  }

  .h152a4641 .f22f2e46 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h152a4641 .h807b9d92 {
    margin-top: 40px;
  }

  .h152a4641 .e524c423 {
    font-size: 8px;
  }

  .h9073a989 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h55097c9b .cb7a5243 {
    width: 100%;
    justify-content: space-between;
  }

  .h55097c9b .h1c0aba31 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h55097c9b .h1092ed7f {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h55097c9b .bd322e77 {
    font-size: 14px;
  }

  .h55097c9b .bd322e77 span {
    font-size: 16px;
  }

  .h55097c9b .h4877ec66 {
    font-size: 12px;
  }

  .h55097c9b .becc5076 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .ff25d707 .eb42cdf8 {
    font-size: 12px;
    font-weight: 400;
  }

  .h55097c9b .dac9e25c:nth-of-type(2)::before {
    height: 25px;
  }

  .h0b527e17 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h0b527e17 .h3ccde8ac {
    width: 158px;
    margin-right: 12px;
  }

  .h0b527e17 .h0a579936 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h0b527e17 .aae0ac29 {
    width: 32px;
    height: 32px;
  }

  .h0b527e17 .h6c801cc7 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h0b527e17 .h6c801cc7::after {
    bottom: 10px;
  }

  .ecabbb1d {
    margin-bottom: 12px;
  }

  .a4334e96 {
    padding: 8px 0 8px 0;
  }

  .a4334e96::-webkit-scrollbar {
    width: 0;
  }

  .a4334e96 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .a4334e96 .h9b38cc37 {
    max-height: 26px;
  }

  .a4334e96 .h9b38cc37 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c6d4f017c {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c6d4f017c {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c6d4f017c {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c011ccfea {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.f09cd2dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.f09cd2dd .c2b47a526 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.f09cd2dd .c2b47a526::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .f09cd2dd .c2b47a526 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c011ccfea {
    padding: 0 35px;
  }

  .f09cd2dd .c2b47a526 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.fb3ecc7c {
  width: 100% !important;
  margin: 0;
}

.fb3ecc7c .cd363a23 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.fb3ecc7c .f93943fc4 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.fb3ecc7c .f2f601983 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.fb3ecc7c .f2f601983:hover {
  background: rgba(255, 255, 255, 0.7);
}

.fb3ecc7c .f3a64d3d5 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.fb3ecc7c .c9ba52b0 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.fb3ecc7c .c9ba52b0.active {
  display: block;
}

.fb3ecc7c .f2e196b6a,
.fb3ecc7c .ddabe7f1 {
  display: none;
  width: 18px;
  height: 18px;
}

.fb3ecc7c .f2e196b6a.active {
  display: block;
}

.fb3ecc7c .ddabe7f1.active {
  display: block;
}

@media (max-width: 480px) {
  .fb3ecc7c {
    margin: 15px 0;
  }

  .fb3ecc7c .cd363a23 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .fb3ecc7c .f93943fc4 {
    font-size: 10px;
    padding: 15px;
  }

  .fb3ecc7c .f3a64d3d5 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .fb3ecc7c .c9ba52b0 {
    margin-left: 0;
    font-size: 10px;
  }

  .fb3ecc7c .f984e07c {
    max-width: 90%;
    font-size: 12px;
  }

  .fb3ecc7c .f2e196b6a,
  .fb3ecc7c .ddabe7f1 {
    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 */
.p8186b1dd {
  padding: 100px 15px;
}

.p2240ef1f {
  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);
}

.p2240ef1f .page-404__logo {
  max-width: 130px;
}

.p2240ef1f .cdd69d6f {
  margin: 20px 0;
}

.p2240ef1f .af8f71bb {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p2240ef1f .af8f71bb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p2240ef1f .p32f14782 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p2240ef1f {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p8186b1dd {
    padding: 50px 15px;
  }

  .cdd69d6f svg {
    height: 70px;
  }

  .p2240ef1f .af8f71bb {
    font-size: 16px;
  }

  .p2240ef1f .p32f14782 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s8465a942 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s8465a942 .s0fb00043 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s8465a942 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d29705f9d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d29705f9d .d1dbefefc {
  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;
}

.d29705f9d .d1dbefefc:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d29705f9d .f2b0c1bc {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d29705f9d .d6f08deb6 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d29705f9d .d1dbefefc {
    width: 23%;
  }

  .d29705f9d .f2b0c1bc {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d29705f9d .d1dbefefc {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d29705f9d .d1dbefefc {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d29705f9d .d1dbefefc {
    width: 100%;
  }

  .d29705f9d .f2b0c1bc {
    height: 180px;
  }

  .d29705f9d .d6f08deb6 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s79641dd2 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s79641dd2 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c6803fdd2 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c6803fdd2 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.aeaa71fc {
  flex-direction: column;
  padding: 0;
}

.aeaa71fc .h0cd20500 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.e43480b2 {
  width: 69%;
}

.c09952fb9 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i7ec0c0a6 {
  margin: 30px auto 0 auto;
}

.i47e6a3f5 .i3496bae5 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i47e6a3f5 .bd8499d5 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i47e6a3f5 .fd3061fb {
  padding: 32px;
}

.i47e6a3f5 .fd3061fb img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i47e6a3f5 .fd3061fb table {
  width: 100%;
}

@media (max-width: 1100px) {
  .e43480b2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aeaa71fc {
    padding: 0 15px;
  }

  .i47e6a3f5 .bd8499d5 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .aeaa71fc .h0cd20500 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i47e6a3f5 {
    margin-top: -50px;
  }

  .i47e6a3f5 .i3496bae5 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i47e6a3f5 .fd3061fb {
    padding: 12px;
  }

  .i47e6a3f5 .fd3061fb p {
    font-size: 12px;
    line-height: 20px;
  }

  .i47e6a3f5 .fd3061fb li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a3489ca0b {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.c0afb9ed {
  max-width: none;
}

.a3489ca0b .a9b743f50 {
  display: flex;
  justify-content: space-between;
}

.a3489ca0b .a0d587be3 {
  display: flex;
  align-items: center;
}

.a3489ca0b .a5d1da5f6 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a3489ca0b .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a3489ca0b .eb45ada4 {
  display: none;
}

.a3489ca0b .d9babc68 {
  display: flex;
  align-items: center;
}

.a3489ca0b .d9babc68 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a3489ca0b .d9babc68 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a3489ca0b .d9babc68 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a3489ca0b .a1ef52b03 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a3489ca0b .a1ef52b03 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a3489ca0b .a312ed51b {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a3489ca0b .b6e9508a {
  margin-top: 20px;
}

.a3489ca0b .f1ccf324 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a3489ca0b .a47d9e529 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a3489ca0b {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a3489ca0b .a5d1da5f6 {
    width: 48px;
    height: 48px;
  }

  .a3489ca0b .b6e9508a {
    margin-top: 16px;
  }

  .a3489ca0b .d3671179 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a3489ca0b .a1ef52b03 {
    font-size: 12px;
  }

  .a3489ca0b .a24ec50c4 {
    order: 2;
  }

  .a3489ca0b .a312ed51b {
    font-size: 10px;
  }

  .a3489ca0b .a651ea194 {
    font-size: 12px;
  }

  .a3489ca0b .f1ccf324 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c897c6345 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h9cdaec8b {
  flex-wrap: wrap;
}

.h9cdaec8b .h18f8191c {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h9cdaec8b .h18f8191c {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9cdaec8b .h9cc9df60 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.f6148ddf {
  padding: 0 0 24px 0;
  display: block;
}

.f6148ddf .h9cc9df60 {
  line-height: 27px;
}

.e6e49f68 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.e982dcb3 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.e982dcb3 .b6aeb5da {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.e982dcb3 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);
}

.e982dcb3 .ca67a564 {
  width: 250px;
}

.e982dcb3 .h601c721d {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.e982dcb3 .h060bcd84 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.e982dcb3 .b335cb4d {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.e982dcb3 .c30cbe56 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.c30cbe56 {
  display: flex;
}

.c30cbe56 .g3de0cb79 {
  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;
}

.c30cbe56 .g3de0cb79 svg {
  margin-right: 8px;
}

.h4c60dc83 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h4c60dc83 .h8cbe4a1b {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h4c60dc83 .h12f16f25 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h4c60dc83 .h6ae24d82 {
  width: 50%;
}

.h4c60dc83 .h9f9c1078 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h4c60dc83 .h9f9c1078 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .e982dcb3 {
    width: 59%;
  }

  .h4c60dc83 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .e6e49f68 {
    flex-wrap: wrap;
  }

  .e982dcb3,
  .h4c60dc83 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .f6148ddf .h9cc9df60 {
    max-width: 100%;
    text-align: center;
  }

  .e6e49f68 {
    margin-top: 20px;
  }

  .e982dcb3 .b6aeb5da {
    justify-content: center;
    width: 240px;
  }

  .h4c60dc83 {
    font-size: 16px;
  }

  .e982dcb3 a {
    font-size: 16px;
    height: 57px;
  }

  .e982dcb3 {
    height: 300px;
    margin-bottom: 24px;
  }

  .e982dcb3 .c30cbe56 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .e982dcb3 .ca67a564 {
    width: 192px;
  }

  .e982dcb3 .b335cb4d {
    display: none;
  }

  .h4c60dc83 .h6ae24d82 {
    width: 55%;
  }

  .h4c60dc83 .h9f9c1078 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g54d8a964 {
  max-width: 900px;
}

.b0d9067f .g54d8a964 {
  width: 69%;
}

.g28748427 {
  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) {
  .g54d8a964 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s6af9f443 {
  margin-bottom: 30px;
}

.s6af9f443 .a2090ec4 {
  text-align: left;
  margin-bottom: 24px;
}

.s8a840679 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s139f5f77 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s3ca73bc3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s3ca73bc3 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s3ca73bc3 .b2f47ec8 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s3ca73bc3 .b2f47ec8:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s3ca73bc3 .d52c629d {
  display: block;
  padding: 12px;
}

.s3ca73bc3 .s3ef0ef38 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s3ca73bc3 .s465cd38b {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s3ca73bc3 .fcd7e584 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s3ca73bc3 .a7995e93 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s3ca73bc3 .s6134b362 {
  display: flex;
}

.s3ca73bc3 .s0d0c9dd3 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s3ca73bc3 .s0d0c9dd3 img {
  margin-right: 6px;
}

.s3ca73bc3 .s8605e3d5 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s3ca73bc3 .a7995e93 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s3ca73bc3 .b2f47ec8 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s3ca73bc3 .b2f47ec8 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s6af9f443 .a2090ec4 {
    margin-bottom: 16px;
  }

  .s3ca73bc3 {
    justify-content: space-between;
  }

  .s3ca73bc3 .b2f47ec8 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s3ca73bc3 .s3ef0ef38 {
    height: 90px;
  }

  .s3ca73bc3 .s465cd38b {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s3ca73bc3 .fcd7e584 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s3ca73bc3 .a7995e93 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s3ca73bc3 .s0d0c9dd3 {
    margin-right: 8px;
  }

  .s3ca73bc3 .s0d0c9dd3 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s3ca73bc3 .a7995e93 {
    padding: 6px;
  }

  .s3ca73bc3 .s0d0c9dd3 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s3ca73bc3 .s0d0c9dd3 img {
    margin-right: 2px;
  }

  .s3ca73bc3 .s8605e3d5 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h38f173d9 .h9cc9df60 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s137922a3 {
  background: #fff;
}

.s137922a3 .b29e26df {
  border: none;
}

.s137922a3 .c2036f868 {
  padding: 0;
}

.s137922a3 .c2e8902b5 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h38f173d9 .h9cc9df60 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s4599eccd {
  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;
}

.s34c457c0 {
  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;
}

.s34c457c0:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s34c457c0::placeholder {
  font-size: 16px;
}

.s4599eccd::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s34c457c0 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s4599eccd::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s4599eccd {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s34c457c0 {
    padding-left: 46px;
  }

  .s34c457c0::placeholder {
    font-size: 14px;
  }

  .s4599eccd::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.fb5d0334 {
  position: relative;
  width: 30%;
}

.bc89b841 {
  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;
}

.bc89b841::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f3fa6dae {
  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;
}

.fb5d0334.open .f3fa6dae {
  display: block;
}

.f58915f80 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f58915f80:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .fb5d0334 {
    width: 100%;
  }

  .bc89b841 {
    height: 40px;
  }

  .f3fa6dae {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h7a6aaf25 {
  position: relative;
}

.d5bfeccf {
  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;
}

.h7a6aaf25.open .d5bfeccf {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h7a6aaf25.open .h04c3a152.open {
  display: none;
}

.h7a6aaf25.open .h04c3a152.close {
  display: inline-block;
}

.h04c3a152 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h04c3a152.close {
  display: none;
}

@media (max-width: 480px) {
  .h7a6aaf25 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.ed139d20 {
  width: 100%;
  margin-bottom: 48px;
}

.e46ba975 {
  width: 100%;
}

.r4f009b5b {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r4f009b5b:not(:last-of-type) {
  margin-bottom: 16px;
}

.r96262408 {
  width: 180px;
  padding: 10px;
}

.f3ba2e0a {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.b51ea824 {
  width: 70px;
  height: 70px;
}

.r89618be3 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r05918376 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r4b7e6cfa {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r4b7e6cfa span {
  font-size: 16px;
  font-weight: 700;
}

.r780bd4f7 {
  margin-right: 8px;
}

.r780bd4f7 svg {
  width: 12px;
  height: 12px;
}

.d6bba364 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.e938836f {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.e938836f span {
  font-size: 20px;
}

.e938836f:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r96262408 {
    width: auto;
  }

  .f3ba2e0a {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .d6bba364 {
    margin-top: 8px;
  }

  .e938836f:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.ff64c3d7 {
  width: 100%;
  margin-bottom: 48px;
}

.a4830bdff {
  width: 100%;
}

.e35b8fd1 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.e35b8fd1:not(:last-of-type) {
  margin-bottom: 16px;
}

.be5b43cb {
  display: flex;
  padding: 16px 12px;
}

.a387b3b59 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.cb3a43bc {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.efd3695c {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a708eb033 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.f16cf0f3 {
  font-size: 12px;
  font-weight: 400;
}

.a8776ba02 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a8776ba02::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.c45767c8 {
  width: 100%;
  margin-bottom: 48px;
}

.l1239381a {
  width: 100%;
}

.b9520a34 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.b9520a34:not(:last-of-type) {
  margin-bottom: 12px;
}

.l4b8c8ee2 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b9520a34::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l5018bcf5 {
  width: 100%;
  margin-bottom: 48px;
}

.l791fff01 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.d274cd2f {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l198485a4 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l3d1c947b {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.ad024681 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l4a01373c {
  display: flex;
  justify-content: space-between;
}

.l6d5a1b67 {
  font-size: 12px;
  color: #4a5b68;
}

.l1b405196 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l1b405196::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .d274cd2f {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l791fff01 {
    justify-content: space-between;
  }

  .d274cd2f {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .d274cd2f {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l198485a4 {
    height: 86px;
  }

  .l3d1c947b {
    height: 86px;
  }

  .ad024681 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l6d5a1b67 {
    font-size: 10px;
  }

  .l1b405196 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.b00f28cf {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i64f4cbd8 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.b00f28cf::before,
.b00f28cf::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.b00f28cf::before {
  top: 20px;
  left: 32px;
}

.b00f28cf::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .b00f28cf {
    padding: 28px 12px;
  }

  .b00f28cf::before,
  .b00f28cf::after {
    width: 94px;
  }

  .b00f28cf::before {
    top: 16px;
    left: 12px;
  }

  .b00f28cf::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i64f4cbd8 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c037c91e1,
.c7224f0ec {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.cdf27c5e {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.cdf27c5e li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.cdf27c5e li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c037c91e1 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c7224f0ec li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p3edc145d {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p3edc145d .c037c91e1,
  .p3edc145d .c7224f0ec {
    width: 100%;
    margin-bottom: 16px;
  }

  .cdf27c5e li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.bbcffb07 {
  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;
}

.bbcffb07.open {
  display: flex;
}

.b729bc18 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m14707385 {
  position: relative;
}

.m14707385 .m79e1e043 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m14707385 .m79e1e043 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a6c6bbb2b {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a95486a57 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a74e2b5cb {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.df8987e5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a493eb5ad {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a493eb5ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a09a45eb8 {
  width: 100%;
}

.a9e746a2d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a3192891e {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a5b17f3d {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a57147a77 {
  margin-right: 12px;
}

.a5b17f3d span {
  font-size: 18px;
  font-weight: 700;
}

.a4a95a134 {
  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;
}

.a6c1ef2cc {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a6c1ef2cc img {
  margin-right: 8px;
}

.c6272def {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.c6272def span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a9e746a2d .a09f26922 {
  display: none;
}

.a09f26922 {
  width: 100%;
  padding: 18px 16px;
}

.a092133e2 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .c6272def span {
    font-size: 24px;
  }

  .a09f26922 {
    display: none;
  }

  .a9e746a2d .a09f26922 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a95486a57 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a74e2b5cb {
    display: block;
  }

  .df8987e5 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a09a45eb8 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a493eb5ad {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a9e746a2d {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a09f26922 {
    margin-top: 40px;
    padding: 0;
  }

  .c6272def span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a6c6bbb2b {
      padding: 12px;
    }

    .a95486a57 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a493eb5ad {
      height: 120px;
    }

    .a9e746a2d {
      padding: 8px 8px 0 8px;
    }

    .a3192891e {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a5b17f3d span {
      font-size: 16px;
    }

    .a09f26922 {
      margin-top: 0;
    }

    .a092133e2 {
      height: 36px;
    }

    .a4a95a134 {
      height: 94px;
      padding: 0;
    }

    .c6272def {
      font-size: 16px;
    }

    .a6c1ef2cc {
      font-size: 12px;
    }

    .c6272def span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a493eb5ad {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s8465a942.a744bde5 {
  max-width: none;
}
.cbe3d050 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.cc231809 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.cc231809 {}
.a80da70c {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a8866d4e7 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.ff4c0935 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.b89e4f9d {}
.a73ba5da7 {
  width: 64%;
}
.a744bde5 .rank-math-breadcrumb a, .a744bde5 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a80da70c {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a8866d4e7 {
    margin: 0 auto 16px auto;
  }
  .a73ba5da7 {
    width: 100%;
  }
}

.e16f9bc5 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.e16f9bc5 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
