/* 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);
}

.g9ccc919b {
  color: #5b8f35;
}

.b19762b85 {
  color: #eb8348;
}

.s9030ac03,
.s51c02489 {
  width: 14px;
  height: 14px;
}

.s9030ac03 path {
  fill: var(--color-primary);
}

.s51c02489 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.f7e6f015 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b2f912c8 {
  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;
}

.b2f912c8: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);
}

.b2f912c8 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l21bb8752 {
  display: flex;
}

.l21bb8752 .l3b2b84f7 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l21bb8752 .ad241842 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l21bb8752 .l91d47a51 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l21bb8752 .l3b2b84f7 .l91d47a51 {
  margin-left: 0;
}

.c25c49f45 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c558fa9f7 {
  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;
}

.c25ca6a89 {
  width: 100%;
  position: relative;
}

.t7403809f {
  display: flex;
  justify-content: space-between;
}

.t7403809f .l9898e291 {
  width: 29%;
}

.t7403809f .f05c2558 {
  width: 69%;
}

.ff472b0f {

}

.c90ec5c73 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c69b2260a {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c69b2260a.c607951e9 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c476f5b95 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c476f5b95::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.ff472b0f {
  width: 100%;
}
.c3829a493 .c476f5b95::before {
  content: none;
  border: none;
  height: 0;
}

.c476f5b95 .c44b37ec8 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c476f5b95 {
    margin-bottom: 20px;
  }
  .ff472b0f {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c90ec5c73 {
    margin: 0 15px;
  }
}

.a95bac02 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.a95bac02.bac252aa {
  background: rgba(255, 255, 255, 0.4);
}

.d514dfd9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.d514dfd9 .a95bac02 {
  width: 69%;
  margin-top: 0;
}
.d514dfd9 .b366056a {
  width: 69%;
  margin-top: 0;
}
.d514dfd9 .b366056a .a95bac02 {
  width: 100%;
}

.c4e4e703c {
  width: 29%;
}

.c3fa12543 {
  max-width: 1320px;
  margin: 0 auto;
}

.c3fa12543 img {
  max-width: 100%;
}

.c3fa12543 .t43fa8f37 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c3fa12543 .t43fa8f37 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t43fa8f37 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;
}

.f966b746 th {
  padding: 20px 32px;
  border-radius: 0;
}

.f966b746 td {
  padding: 20px 28px;
}

.f966b746 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.c6253e80 {
  margin-bottom: 40px;
}

.d09223451 {
  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;
}

.d09223451 .e30f3ca8 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d09223451 .d5911b378 {
  display: flex;
  align-items: center;
}

.d09223451 .db5e6b84 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d09223451 .db5e6b84 span {
  font-size: 14px;
  font-weight: 700;
}

.d09223451 .db5e6b84:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d09223451 .d7844b0d {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d09223451 .d12fe9e1f {
  margin-left: 10px;
}

.d09223451 .b94866b5 {
  width: 115px;
  margin-left: 20px;
}

.d09223451 .b94866b5 img {
  width: 100%;
}

.d8551a1ad {
  padding: 0 15px;
}

.a6b9f7da {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s3fd83772 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s65b9b189 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s3cbcb108 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p229872eb {
  display: flex;
  justify-content: space-between;
}

.p018ae8b0 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p018ae8b0 .c5da63b1 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p58c6cc3c .c5da63b1,
.p58c6cc3c li::marker {
  color: #5b8f35;
}

.c8b31596c .c5da63b1,
.c8b31596c li::marker {
  color: #eb8348;
}

.p0cc8b914 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p0cc8b914 li:last-of-type {
  margin-bottom: 0;
}

.p028d657f {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p028d657f .p57138dc8 {
  display: flex;
  justify-content: space-between;
}

.p028d657f .p13819356 {
  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;
}

.p028d657f .p13819356.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p028d657f .eb8bccda {
  color: #5b8f35;
}

.p028d657f .e44d27b6 {
  color: #eb8348;
}

.p028d657f .p0cc8b914 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p028d657f .p7f129aaf {
  display: none;
}

.p028d657f .p7f129aaf.active {
  display: block;
}

.m85ed0b35 {
  margin-left: 5px;
}

.m85ed0b35 .b9722625 {
  font-weight: 700;
  color: var(--color-primary);
}

.m85ed0b35 .m5f07cdd8 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c3fa12543 {
    padding: 15px;
  }

  .b2f912c8 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .d514dfd9 .a95bac02 {
    width: 100%;
  }
  .d514dfd9 .b366056a {
    width: 100%;
  }

  .c4e4e703c {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t7403809f {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t7403809f .l9898e291,
  .t7403809f .f05c2558 {
    width: 100%;
  }

  .t7403809f .l9898e291 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t7403809f .l9898e291 {
    width: 100%;
  }

  .d09223451 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d09223451 .d5911b378 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d09223451 .e30f3ca8 {
    text-align: center;
  }

  .p028d657f {
    display: block;
  }

  .p018ae8b0 {
    display: none;
  }
}

@media (max-width: 480px) {
  .a95bac02 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c3fa12543 .t43fa8f37 {
    margin-bottom: 15px;
  }

  .c25c49f45 {
    top: -5px;
  }

  .l21bb8752 .l3b2b84f7 {
    font-size: 12px;
  }

  .l21bb8752 .l91d47a51 {
    width: 18px;
    height: 18px;
  }

  .d09223451 .e30f3ca8 {
    font-size: 12px;
  }

  .c6253e80 {
    margin-bottom: 15px;
  }

  .d09223451 {
    margin-bottom: 15px;
  }

  .d09223451 .d5911b378 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d09223451 .d7844b0d {
    width: 40px;
    height: 40px;
  }

  .d09223451 .b94866b5 {
    width: 72px;
  }

  .d09223451 .d12fe9e1f {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d09223451 .d83e9fbdf {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d09223451 .db5e6b84:after {
    height: 14px;
    top: 11px;
  }

  .d09223451 .d83e9fbdf:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q2521b1e9 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q0715e017 .q0c957876 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q0715e017 .df533d5a {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q2521b1e9 {
    margin: 15px 0;
    padding: 15px;
  }

  .q0715e017 .q0c957876 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q0715e017 .df533d5a {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h9c7c5997 {
  background-size: cover;
}

.h9c7c5997 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.dec7959b {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.dec7959b .e812d9d7 {
  position: relative;
  width: 65%;
}

.dec7959b .h6f1ca6bf {
  position: relative;
  width: 35%;
}

.dec7959b .b29f0ee9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dec7959b .h32023467 {
  text-align: left;
}

.dec7959b .b29f0ee9 .h32023467 {
  max-width: 1128px;
  text-align: center;
}

.dec7959b .a39f238d {
  color: var(--color-text-add);
  line-height: 25px;
}

.dec7959b .a39f238d a {
  color: var(--color-primary);
}

.dec7959b .b29f0ee9 .a39f238d {
  max-width: 870px;
  text-align: center;
}

.dec7959b .h9ef859a9 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.dec7959b .h8e7a70fb {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.dec7959b .h73e8c129 {
  margin-top: 30px;
  font-size: 12px;
}

.dec7959b .h6f1ca6bf {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dec7959b .h86c941af {
  justify-content: center;
  padding: 10px;
}

.dec7959b .h4fbbf62b {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.dec7959b .h8d15ea6f {
  margin-top: 36px;
}

.h8d15ea6f {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h8d15ea6f .h26bfce9f {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h8d15ea6f .h26bfce9f::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h8d15ea6f .f56c0db6 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h8d15ea6f .f83ab95f {
  margin-right: 16px;
}

.h8d15ea6f .h995f7d5b {
  font-size: 12px;
  line-height: 19px;
}

.h8d15ea6f .h692ddc9f {
  font-weight: 700;
}
.h8d15ea6f .h692ddc9f a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h8d15ea6f .h4ef914e8 {
  margin-right: 32px;
}

.h8d15ea6f .f32fc0a3 {
  font-size: 12px;
  line-height: 19px;
}

.h8d15ea6f .h70140ad4 {
  font-weight: 700;
}

.h8d15ea6f .f28d5919 {
  display: none;
}

.h8d15ea6f .af822b14 {
  display: flex;
  align-items: center;
}

.h8d15ea6f .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h8d15ea6f .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h8d15ea6f .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h5b0cd2a9 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c6338365a .h5b0cd2a9 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h692ddc9f:hover .h5b0cd2a9 {
  display: block;
}
.c6338365a:hover .h5b0cd2a9 {
  display: block;
}
.h5b0cd2a9 .a4ee4dd0c {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h5b0cd2a9 .a4205cae1 {
  margin-bottom: 4px;
}
.h5b0cd2a9 .d9bcb07f {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h8d15ea6f .h26bfce9f {
    position: static;
  }
  .h8d15ea6f {
    position: relative;
  }
  .h5b0cd2a9 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h3c66fb41 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.f91c2e53 {
  position: relative;
}

.af056519 .a6c82ab6 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.f91c2e53 .baf94f12 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.f91c2e53 .e2e07488 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.f91c2e53 .h02b23444 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h234d64ed {
  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;
}

.fb187575 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fb187575:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.fb187575:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h0df5fb16 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h0df5fb16 .c3c19792 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h0df5fb16 span {
  font-size: 20px;
}

.h0df5fb16 small {
  font-size: 16px;
  margin: 0 4px;
}

.b69d22df {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.def4402e {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.def4402e .c41ddfff0 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.e435453a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.e435453a .c2272615 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.e435453a .h046bfca2 {
  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;
}

.e435453a .c25f4d06 {
  width: 44px;
  height: 44px;
}

.e435453a .h043ffde8 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.e435453a .h043ffde8::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.dec7959b.ac2a784f {
  margin-bottom: 0;
}

.h03cc8030 {
  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;
}

.h8ec963ed {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h8ec963ed .h372d9eff {
  max-width: 270px;
  max-height: 35px;
}

.h8ec963ed .h372d9eff:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .dec7959b {
    padding: 15px !important;
  }

  .h9c7c5997 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .dec7959b .h9ef859a9 {
    margin-top: 40px;
  }

  .e435453a .c2272615 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .dec7959b {
    flex-wrap: wrap;
  }

  .dec7959b .e812d9d7,
  .dec7959b .h6f1ca6bf {
    width: 100%;
  }

  .af056519 .a6c82ab6 {
    margin-top: 50px;
  }

  .e435453a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .e435453a .c2272615 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h8ec963ed {
    justify-content: flex-start;
  }

  .h8ec963ed .h372d9eff {
    max-width: 200px;
  }

  .h8ec963ed .h372d9eff:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .dec7959b .a39f238d {
    font-size: 14px;
  }

  .h8ec963ed .h372d9eff {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .dec7959b .h8d15ea6f {
    font-size: 12px;
    margin-top: 16px;
  }
  .h8d15ea6f .h692ddc9f a {
    font-size: 12px;
  }

  .h8d15ea6f .h26bfce9f {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h8d15ea6f .f56c0db6 {
    width: 28px;
    height: 28px;
  }

  .h8d15ea6f .h995f7d5b,
  .h8d15ea6f .f32fc0a3 {
    font-size: 10px;
    line-height: 13px;
  }

  .h8d15ea6f .h763c8e3e {
    width: 49px;
  }

  .h8d15ea6f .f83ab95f {
    margin-right: 8px;
  }

  .h8d15ea6f .h4ef914e8 {
    margin-right: 12px;
  }

  .h8d15ea6f .h81f7db63 {
    position: relative;
  }

  .h8d15ea6f .f28d5919 {
    display: block;
  }

  .h8d15ea6f .af822b14 {
    display: none;
  }

  .h8d15ea6f .h81f7db63:hover .af822b14 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c90ec5c73 {
    padding: 0;
  }

  .c476f5b95 {
  }

  .c69b2260a {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .dec7959b {
    margin-bottom: 0;
  }

  .dec7959b .h32023467 {
    text-align: center;
  }

  .dec7959b .a39f238d {
    font-size: 14px;
  }

  .dec7959b .h9ef859a9 {
    margin-top: 20px;
    justify-content: center;
  }

  .dec7959b .h73e8c129 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .dec7959b .h6f1ca6bf {
    margin-top: 40px;
  }

  .dec7959b .h4fbbf62b {
    font-size: 8px;
  }

  .h3c66fb41 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .f91c2e53 .baf94f12 {
    width: 100%;
    justify-content: space-between;
  }

  .f91c2e53 .e2e07488 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .f91c2e53 .h234d64ed {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .f91c2e53 .h0df5fb16 {
    font-size: 14px;
  }

  .f91c2e53 .h0df5fb16 span {
    font-size: 16px;
  }

  .f91c2e53 .b69d22df {
    font-size: 12px;
  }

  .f91c2e53 .h02b23444 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .def4402e .c41ddfff0 {
    font-size: 12px;
    font-weight: 400;
  }

  .f91c2e53 .fb187575:nth-of-type(2)::before {
    height: 25px;
  }

  .e435453a {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .e435453a .c2272615 {
    width: 158px;
    margin-right: 12px;
  }

  .e435453a .h046bfca2 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .e435453a .c25f4d06 {
    width: 32px;
    height: 32px;
  }

  .e435453a .h043ffde8 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .e435453a .h043ffde8::after {
    bottom: 10px;
  }

  .h03cc8030 {
    margin-bottom: 12px;
  }

  .h8ec963ed {
    padding: 8px 0 8px 0;
  }

  .h8ec963ed::-webkit-scrollbar {
    width: 0;
  }

  .h8ec963ed {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h8ec963ed .h372d9eff {
    max-height: 26px;
  }

  .h8ec963ed .h372d9eff {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.a6a2d2a6 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .a6a2d2a6 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .a6a2d2a6 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c20cd58c3 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c715b3db2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c715b3db2 .c81d8972e {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c715b3db2 .c81d8972e::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c715b3db2 .c81d8972e {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c20cd58c3 {
    padding: 0 35px;
  }

  .c715b3db2 .c81d8972e {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f149f954e {
  width: 100% !important;
  margin: 0;
}

.f149f954e .f77b1e608 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f149f954e .f2913e3ef {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f149f954e .e0df411a {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f149f954e .e0df411a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f149f954e .f109efeae {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f149f954e .f733d8e9b {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f149f954e .f733d8e9b.active {
  display: block;
}

.f149f954e .f4bd4b2cc,
.f149f954e .f61d583c3 {
  display: none;
  width: 18px;
  height: 18px;
}

.f149f954e .f4bd4b2cc.active {
  display: block;
}

.f149f954e .f61d583c3.active {
  display: block;
}

@media (max-width: 480px) {
  .f149f954e {
    margin: 15px 0;
  }

  .f149f954e .f77b1e608 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f149f954e .f2913e3ef {
    font-size: 10px;
    padding: 15px;
  }

  .f149f954e .f109efeae {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f149f954e .f733d8e9b {
    margin-left: 0;
    font-size: 10px;
  }

  .f149f954e .f5591b2b4 {
    max-width: 90%;
    font-size: 12px;
  }

  .f149f954e .f4bd4b2cc,
  .f149f954e .f61d583c3 {
    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 */
.p2b1983d5 {
  padding: 100px 15px;
}

.edffb786 {
  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);
}

.edffb786 .page-404__logo {
  max-width: 130px;
}

.edffb786 .p61c3cfa7 {
  margin: 20px 0;
}

.edffb786 .p90d98d56 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.edffb786 .p90d98d56::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.edffb786 .f91c9458 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .edffb786 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p2b1983d5 {
    padding: 50px 15px;
  }

  .p61c3cfa7 svg {
    height: 70px;
  }

  .edffb786 .p90d98d56 {
    font-size: 16px;
  }

  .edffb786 .f91c9458 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s05a2462d {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s05a2462d .s2e61976a {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s05a2462d {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d038a72e6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d038a72e6 .a5f969e8 {
  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;
}

.d038a72e6 .a5f969e8:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d038a72e6 .d02838119 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d038a72e6 .d376ba84 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d038a72e6 .a5f969e8 {
    width: 23%;
  }

  .d038a72e6 .d02838119 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d038a72e6 .a5f969e8 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d038a72e6 .a5f969e8 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d038a72e6 .a5f969e8 {
    width: 100%;
  }

  .d038a72e6 .d02838119 {
    height: 180px;
  }

  .d038a72e6 .d376ba84 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s8f5b9be4 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s8f5b9be4 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.a7bca54b {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .a7bca54b {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h2f6d9e93 {
  flex-direction: column;
  padding: 0;
}

.h2f6d9e93 .h8d15ea6f {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c6d260d49 {
  width: 69%;
}

.f9a66f1c {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.b17f983f {
  margin: 30px auto 0 auto;
}

.b95fb271 .b551558a {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.b95fb271 .i2c80f28a {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.b95fb271 .d7ca4c80 {
  padding: 32px;
}

.b95fb271 .d7ca4c80 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.b95fb271 .d7ca4c80 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c6d260d49 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h2f6d9e93 {
    padding: 0 15px;
  }

  .b95fb271 .i2c80f28a {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h2f6d9e93 .h8d15ea6f {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .b95fb271 {
    margin-top: -50px;
  }

  .b95fb271 .b551558a {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .b95fb271 .d7ca4c80 {
    padding: 12px;
  }

  .b95fb271 .d7ca4c80 p {
    font-size: 12px;
    line-height: 20px;
  }

  .b95fb271 .d7ca4c80 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a1e73e770 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a309cf948 {
  max-width: none;
}

.a1e73e770 .baa5a879 {
  display: flex;
  justify-content: space-between;
}

.a1e73e770 .a2c89ecca {
  display: flex;
  align-items: center;
}

.a1e73e770 .e55a32e2 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a1e73e770 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a1e73e770 .cb2e0ed9 {
  display: none;
}

.a1e73e770 .a839a139 {
  display: flex;
  align-items: center;
}

.a1e73e770 .a839a139 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a1e73e770 .a839a139 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a1e73e770 .a839a139 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a1e73e770 .b2e079cb {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a1e73e770 .b2e079cb a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a1e73e770 .a8969420f {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a1e73e770 .a0eaec79e {
  margin-top: 20px;
}

.a1e73e770 .d01d640d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a1e73e770 .ff9e723d {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a1e73e770 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a1e73e770 .e55a32e2 {
    width: 48px;
    height: 48px;
  }

  .a1e73e770 .a0eaec79e {
    margin-top: 16px;
  }

  .a1e73e770 .a7f7243b1 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a1e73e770 .b2e079cb {
    font-size: 12px;
  }

  .a1e73e770 .a88f9020c {
    order: 2;
  }

  .a1e73e770 .a8969420f {
    font-size: 10px;
  }

  .a1e73e770 .a44cf36bd {
    font-size: 12px;
  }

  .a1e73e770 .d01d640d img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.baa3ead7 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.af056519 {
  flex-wrap: wrap;
}

.af056519 .h32023467 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .af056519 .h32023467 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .af056519 .a39f238d {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h8797908e {
  padding: 0 0 24px 0;
  display: block;
}

.h8797908e .a39f238d {
  line-height: 27px;
}

.h4af1cda0 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h431deebb {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h431deebb .h0ee922ce {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h431deebb 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);
}

.h431deebb .fedcb716 {
  width: 250px;
}

.h431deebb .e90effe6 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h431deebb .h63c61422 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h431deebb .d6f812eb {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h431deebb .g42cb5139 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g42cb5139 {
  display: flex;
}

.g42cb5139 .g85a75c6d {
  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;
}

.g42cb5139 .g85a75c6d svg {
  margin-right: 8px;
}

.e6ffee8b {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.e6ffee8b .h7c8d0abe {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.e6ffee8b .h212ee6b7 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.e6ffee8b .h1b6150d3 {
  width: 50%;
}

.e6ffee8b .fa51c9de {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.e6ffee8b .fa51c9de span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h431deebb {
    width: 59%;
  }

  .e6ffee8b {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h4af1cda0 {
    flex-wrap: wrap;
  }

  .h431deebb,
  .e6ffee8b {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h8797908e .a39f238d {
    max-width: 100%;
    text-align: center;
  }

  .h4af1cda0 {
    margin-top: 20px;
  }

  .h431deebb .h0ee922ce {
    justify-content: center;
    width: 240px;
  }

  .e6ffee8b {
    font-size: 16px;
  }

  .h431deebb a {
    font-size: 16px;
    height: 57px;
  }

  .h431deebb {
    height: 300px;
    margin-bottom: 24px;
  }

  .h431deebb .g42cb5139 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h431deebb .fedcb716 {
    width: 192px;
  }

  .h431deebb .d6f812eb {
    display: none;
  }

  .e6ffee8b .h1b6150d3 {
    width: 55%;
  }

  .e6ffee8b .fa51c9de {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.e41f7c05 {
  max-width: 900px;
}

.d514dfd9 .e41f7c05 {
  width: 69%;
}

.g09a5130e {
  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) {
  .e41f7c05 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.d2be6357 {
  margin-bottom: 30px;
}

.d2be6357 .s9d5ff229 {
  text-align: left;
  margin-bottom: 24px;
}

.ef49dfdf {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s2cc9a39a {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.ada3509c {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ada3509c a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.ada3509c .s7919ad12 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.ada3509c .s7919ad12:hover {
  background: rgba(255, 255, 255, 0.7);
}

.ada3509c .f547c1e0 {
  display: block;
  padding: 12px;
}

.ada3509c .d197d415 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.ada3509c .a93be8a6 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.ada3509c .s40a981b6 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.ada3509c .s9446d701 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.ada3509c .s52eb3af0 {
  display: flex;
}

.ada3509c .bdcb48b2 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.ada3509c .bdcb48b2 img {
  margin-right: 6px;
}

.ada3509c .a7d474fc span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .ada3509c .s9446d701 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .ada3509c .s7919ad12 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .ada3509c .s7919ad12 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .d2be6357 .s9d5ff229 {
    margin-bottom: 16px;
  }

  .ada3509c {
    justify-content: space-between;
  }

  .ada3509c .s7919ad12 {
    width: 48%;
    margin-bottom: 16px;
  }

  .ada3509c .d197d415 {
    height: 90px;
  }

  .ada3509c .a93be8a6 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .ada3509c .s40a981b6 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .ada3509c .s9446d701 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .ada3509c .bdcb48b2 {
    margin-right: 8px;
  }

  .ada3509c .bdcb48b2 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .ada3509c .s9446d701 {
    padding: 6px;
  }

  .ada3509c .bdcb48b2 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .ada3509c .bdcb48b2 img {
    margin-right: 2px;
  }

  .ada3509c .a7d474fc span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h848f17eb .a39f238d {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s32a8b58a {
  background: #fff;
}

.s32a8b58a .c5df91df2 {
  border: none;
}

.s32a8b58a .c0accd513 {
  padding: 0;
}

.s32a8b58a .c96ce95a1 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h848f17eb .a39f238d {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.c45e03a2 {
  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;
}

.s98d10508 {
  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;
}

.s98d10508:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s98d10508::placeholder {
  font-size: 16px;
}

.c45e03a2::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s98d10508 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .c45e03a2::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .c45e03a2 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s98d10508 {
    padding-left: 46px;
  }

  .s98d10508::placeholder {
    font-size: 14px;
  }

  .c45e03a2::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.c40bffd9 {
  position: relative;
  width: 30%;
}

.f426376f8 {
  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;
}

.f426376f8::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.c025e43c {
  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;
}

.c40bffd9.open .c025e43c {
  display: block;
}

.f6b4ed612 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f6b4ed612:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .c40bffd9 {
    width: 100%;
  }

  .f426376f8 {
    height: 40px;
  }

  .c025e43c {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h49b526b7 {
  position: relative;
}

.h5343e929 {
  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;
}

.h49b526b7.open .h5343e929 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h49b526b7.open .bc843646.open {
  display: none;
}

.h49b526b7.open .bc843646.close {
  display: inline-block;
}

.bc843646 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.bc843646.close {
  display: none;
}

@media (max-width: 480px) {
  .h49b526b7 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r478caf28 {
  width: 100%;
  margin-bottom: 48px;
}

.d7b420e7 {
  width: 100%;
}

.r7cdf12c9 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r7cdf12c9:not(:last-of-type) {
  margin-bottom: 16px;
}

.r1f34a9f3 {
  width: 180px;
  padding: 10px;
}

.c7013c78 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r81a5ba56 {
  width: 70px;
  height: 70px;
}

.f8e296b2 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.b5565617 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r7fc57e88 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r7fc57e88 span {
  font-size: 16px;
  font-weight: 700;
}

.r5860778a {
  margin-right: 8px;
}

.r5860778a svg {
  width: 12px;
  height: 12px;
}

.r5fa92e9f {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.c9532012 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.c9532012 span {
  font-size: 20px;
}

.c9532012:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r1f34a9f3 {
    width: auto;
  }

  .c7013c78 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r5fa92e9f {
    margin-top: 8px;
  }

  .c9532012:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a7998c631 {
  width: 100%;
  margin-bottom: 48px;
}

.e425ef37 {
  width: 100%;
}

.a4f4edd19 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a4f4edd19:not(:last-of-type) {
  margin-bottom: 16px;
}

.a0e9c96aa {
  display: flex;
  padding: 16px 12px;
}

.a50c4da76 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.aef79a1a {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a1139a7e5 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a010dad62 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a4d1294c1 {
  font-size: 12px;
  font-weight: 400;
}

.a3b08de30 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a3b08de30::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.fb019b25 {
  width: 100%;
  margin-bottom: 48px;
}

.fd5e0337 {
  width: 100%;
}

.l56353119 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l56353119:not(:last-of-type) {
  margin-bottom: 12px;
}

.fb4b5b83 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l56353119::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l7ae2918e {
  width: 100%;
  margin-bottom: 48px;
}

.c1586815 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l6a335a3b {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l9096085f {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.cd2fd4de {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l117c22b3 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.b4ebf985 {
  display: flex;
  justify-content: space-between;
}

.l0897c2c1 {
  font-size: 12px;
  color: #4a5b68;
}

.l7e8d8830 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l7e8d8830::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l6a335a3b {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .c1586815 {
    justify-content: space-between;
  }

  .l6a335a3b {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l6a335a3b {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l9096085f {
    height: 86px;
  }

  .cd2fd4de {
    height: 86px;
  }

  .l117c22b3 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l0897c2c1 {
    font-size: 10px;
  }

  .l7e8d8830 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i8f59d422 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.d88aafea {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i8f59d422::before,
.i8f59d422::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i8f59d422::before {
  top: 20px;
  left: 32px;
}

.i8f59d422::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i8f59d422 {
    padding: 28px 12px;
  }

  .i8f59d422::before,
  .i8f59d422::after {
    width: 94px;
  }

  .i8f59d422::before {
    top: 16px;
    left: 12px;
  }

  .i8f59d422::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .d88aafea {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.a9e3a3e9,
.d8bbc2e4 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.fe2df5cc {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.fe2df5cc li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.fe2df5cc li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.a9e3a3e9 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.d8bbc2e4 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p018ae8b0 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p018ae8b0 .a9e3a3e9,
  .p018ae8b0 .d8bbc2e4 {
    width: 100%;
    margin-bottom: 16px;
  }

  .fe2df5cc li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m3d33fee1 {
  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;
}

.m3d33fee1.open {
  display: flex;
}

.m31d5b9fe {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m2618c2ee {
  position: relative;
}

.m2618c2ee .m5830776a {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m2618c2ee .m5830776a {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a4dba2c02 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.e4cb7706 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.c89cd1f9 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a63f7e3d7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.c02c3856 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.c02c3856 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a54c78df9 {
  width: 100%;
}

.a3eb4b0c1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b88004e5 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.f8d2ac7c {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a3fab9b58 {
  margin-right: 12px;
}

.f8d2ac7c span {
  font-size: 18px;
  font-weight: 700;
}

.a8aa585d7 {
  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;
}

.a0654976c {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a0654976c img {
  margin-right: 8px;
}

.ae98ccc0 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.ae98ccc0 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a3eb4b0c1 .a63b80c82 {
  display: none;
}

.a63b80c82 {
  width: 100%;
  padding: 18px 16px;
}

.a8033be19 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .ae98ccc0 span {
    font-size: 24px;
  }

  .a63b80c82 {
    display: none;
  }

  .a3eb4b0c1 .a63b80c82 {
    display: block;
  }
}

@media (max-width: 768px) {
  .e4cb7706 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .c89cd1f9 {
    display: block;
  }

  .a63f7e3d7 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a54c78df9 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .c02c3856 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a3eb4b0c1 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a63b80c82 {
    margin-top: 40px;
    padding: 0;
  }

  .ae98ccc0 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a4dba2c02 {
      padding: 12px;
    }

    .e4cb7706 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .c02c3856 {
      height: 120px;
    }

    .a3eb4b0c1 {
      padding: 8px 8px 0 8px;
    }

    .b88004e5 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .f8d2ac7c span {
      font-size: 16px;
    }

    .a63b80c82 {
      margin-top: 0;
    }

    .a8033be19 {
      height: 36px;
    }

    .a8aa585d7 {
      height: 94px;
      padding: 0;
    }

    .ae98ccc0 {
      font-size: 16px;
    }

    .a0654976c {
      font-size: 12px;
    }

    .ae98ccc0 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .c02c3856 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s05a2462d.a0b51ef2d {
  max-width: none;
}
.a045c88c9 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a039c4090 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a039c4090 {}
.a29ca4863 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a1962bfb8 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a30f351ac {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a3959a0f2 {}
.bc05053e {
  width: 64%;
}
.a0b51ef2d .rank-math-breadcrumb a, .a0b51ef2d .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a29ca4863 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a1962bfb8 {
    margin: 0 auto 16px auto;
  }
  .bc05053e {
    width: 100%;
  }
}

.a2ed0c35c {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a2ed0c35c h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
