/* 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);
}

.ae744fcc {
  color: #5b8f35;
}

.b37a00601 {
  color: #eb8348;
}

.cb5671c2,
.s7f16090d {
  width: 14px;
  height: 14px;
}

.cb5671c2 path {
  fill: var(--color-primary);
}

.s7f16090d path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c55e2e42 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b8041cc9f {
  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;
}

.b8041cc9f: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);
}

.b8041cc9f img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.e7d978a1 {
  display: flex;
}

.e7d978a1 .l57ef5b15 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.e7d978a1 .d60880ec {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.e7d978a1 .l603577e6 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.e7d978a1 .l57ef5b15 .l603577e6 {
  margin-left: 0;
}

.d42592f2 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.fc658a59 {
  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;
}

.c8c204927 {
  width: 100%;
  position: relative;
}

.t85e28d28 {
  display: flex;
  justify-content: space-between;
}

.t85e28d28 .aa203cc6 {
  width: 29%;
}

.t85e28d28 .f2954de0 {
  width: 69%;
}

.c0ea626b8 {

}

.c94b3179d {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c6ded6de4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c6ded6de4.c4b887c2b {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c4330107b {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c4330107b::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c0ea626b8 {
  width: 100%;
}
.c4babdc21 .c4330107b::before {
  content: none;
  border: none;
  height: 0;
}

.c4330107b .c40ec3526 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c4330107b {
    margin-bottom: 20px;
  }
  .c0ea626b8 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c94b3179d {
    margin: 0 15px;
  }
}

.ee2fe439 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.ee2fe439.o17a57c08 {
  background: rgba(255, 255, 255, 0.4);
}

.c7cfefc77 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c7cfefc77 .ee2fe439 {
  width: 69%;
  margin-top: 0;
}
.c7cfefc77 .c1a8c26c4 {
  width: 69%;
  margin-top: 0;
}
.c7cfefc77 .c1a8c26c4 .ee2fe439 {
  width: 100%;
}

.c848926e {
  width: 29%;
}

.b9a7c711 {
  max-width: 1320px;
  margin: 0 auto;
}

.b9a7c711 img {
  max-width: 100%;
}

.b9a7c711 .t859870c4 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .b9a7c711 .t859870c4 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t859870c4 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;
}

.h9070a4d5 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h9070a4d5 td {
  padding: 20px 28px;
}

.h9070a4d5 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d37c43337 {
  margin-bottom: 40px;
}

.d27f419d5 {
  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;
}

.d27f419d5 .a47b7493 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d27f419d5 .a8f0becf {
  display: flex;
  align-items: center;
}

.d27f419d5 .d9c2a23bf {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d27f419d5 .d9c2a23bf span {
  font-size: 14px;
  font-weight: 700;
}

.d27f419d5 .d9c2a23bf:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d27f419d5 .c0f5a41e {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d27f419d5 .d058f710c {
  margin-left: 10px;
}

.d27f419d5 .d58cb957 {
  width: 115px;
  margin-left: 20px;
}

.d27f419d5 .d58cb957 img {
  width: 100%;
}

.d035743ff {
  padding: 0 15px;
}

.s9401298d {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.ce393ac5 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s1e952927 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s7bc8f933 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p65ec3ad0 {
  display: flex;
  justify-content: space-between;
}

.p878c0ae2 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p878c0ae2 .p43dc81e3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p7610e1b8 .p43dc81e3,
.p7610e1b8 li::marker {
  color: #5b8f35;
}

.a5e774e8 .p43dc81e3,
.a5e774e8 li::marker {
  color: #eb8348;
}

.dcd5206f {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.dcd5206f li:last-of-type {
  margin-bottom: 0;
}

.p6b9b76ec {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p6b9b76ec .p870e14b3 {
  display: flex;
  justify-content: space-between;
}

.p6b9b76ec .p170c1e03 {
  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;
}

.p6b9b76ec .p170c1e03.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p6b9b76ec .p6d8d2e88 {
  color: #5b8f35;
}

.p6b9b76ec .c624bc5e4 {
  color: #eb8348;
}

.p6b9b76ec .dcd5206f {
  margin: 0;
  padding: 15px 0 0 0;
}

.p6b9b76ec .p686375bc {
  display: none;
}

.p6b9b76ec .p686375bc.active {
  display: block;
}

.m03ebe967 {
  margin-left: 5px;
}

.m03ebe967 .m14150887 {
  font-weight: 700;
  color: var(--color-primary);
}

.m03ebe967 .m8f1a54a3 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .b9a7c711 {
    padding: 15px;
  }

  .b8041cc9f img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c7cfefc77 .ee2fe439 {
    width: 100%;
  }
  .c7cfefc77 .c1a8c26c4 {
    width: 100%;
  }

  .c848926e {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t85e28d28 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t85e28d28 .aa203cc6,
  .t85e28d28 .f2954de0 {
    width: 100%;
  }

  .t85e28d28 .aa203cc6 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t85e28d28 .aa203cc6 {
    width: 100%;
  }

  .d27f419d5 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d27f419d5 .a8f0becf {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d27f419d5 .a47b7493 {
    text-align: center;
  }

  .p6b9b76ec {
    display: block;
  }

  .p878c0ae2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .ee2fe439 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .b9a7c711 .t859870c4 {
    margin-bottom: 15px;
  }

  .d42592f2 {
    top: -5px;
  }

  .e7d978a1 .l57ef5b15 {
    font-size: 12px;
  }

  .e7d978a1 .l603577e6 {
    width: 18px;
    height: 18px;
  }

  .d27f419d5 .a47b7493 {
    font-size: 12px;
  }

  .d37c43337 {
    margin-bottom: 15px;
  }

  .d27f419d5 {
    margin-bottom: 15px;
  }

  .d27f419d5 .a8f0becf {
    margin-top: 0;
    justify-content: space-between;
  }

  .d27f419d5 .c0f5a41e {
    width: 40px;
    height: 40px;
  }

  .d27f419d5 .d58cb957 {
    width: 72px;
  }

  .d27f419d5 .d058f710c {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d27f419d5 .d949814cc {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d27f419d5 .d9c2a23bf:after {
    height: 14px;
    top: 11px;
  }

  .d27f419d5 .d949814cc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.e3434e1a {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q1a693242 .q0e5c10ce {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q1a693242 .edebe30d {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .e3434e1a {
    margin: 15px 0;
    padding: 15px;
  }

  .q1a693242 .q0e5c10ce {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q1a693242 .edebe30d {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h8b0db684 {
  background-size: cover;
}

.h8b0db684 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h0eda0ce0 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h0eda0ce0 .h933e4179 {
  position: relative;
  width: 65%;
}

.h0eda0ce0 .h6b912bea {
  position: relative;
  width: 35%;
}

.h0eda0ce0 .h74fdf11a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h0eda0ce0 .h30cb5cdf {
  text-align: left;
}

.h0eda0ce0 .h74fdf11a .h30cb5cdf {
  max-width: 1128px;
  text-align: center;
}

.h0eda0ce0 .h2599c1df {
  color: var(--color-text-add);
  line-height: 25px;
}

.h0eda0ce0 .h2599c1df a {
  color: var(--color-primary);
}

.h0eda0ce0 .h74fdf11a .h2599c1df {
  max-width: 870px;
  text-align: center;
}

.h0eda0ce0 .h589aa65a {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h0eda0ce0 .h7f9b7d4c {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h0eda0ce0 .h41501f7e {
  margin-top: 30px;
  font-size: 12px;
}

.h0eda0ce0 .h6b912bea {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h0eda0ce0 .b4719ff8 {
  justify-content: center;
  padding: 10px;
}

.h0eda0ce0 .h26ade5b8 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h0eda0ce0 .bfad3438 {
  margin-top: 36px;
}

.bfad3438 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.bfad3438 .d75ec328 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.bfad3438 .d75ec328::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.bfad3438 .h5c862e18 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.bfad3438 .fc65f2b1 {
  margin-right: 16px;
}

.bfad3438 .h30b55ef5 {
  font-size: 12px;
  line-height: 19px;
}

.bfad3438 .h6d729771 {
  font-weight: 700;
}
.bfad3438 .h6d729771 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.bfad3438 .bf18195f {
  margin-right: 32px;
}

.bfad3438 .f7708b4d {
  font-size: 12px;
  line-height: 19px;
}

.bfad3438 .h744b413a {
  font-weight: 700;
}

.bfad3438 .h0f961a4f {
  display: none;
}

.bfad3438 .dc0053a6 {
  display: flex;
  align-items: center;
}

.bfad3438 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.bfad3438 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.bfad3438 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h37c80d4b {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c73fd0896 .h37c80d4b {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h6d729771:hover .h37c80d4b {
  display: block;
}
.c73fd0896:hover .h37c80d4b {
  display: block;
}
.h37c80d4b .a2239f3b1 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h37c80d4b .a9218539a {
  margin-bottom: 4px;
}
.h37c80d4b .db75d8c7 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .bfad3438 .d75ec328 {
    position: static;
  }
  .bfad3438 {
    position: relative;
  }
  .h37c80d4b {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.cd87f6f6 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h08fd23e4 {
  position: relative;
}

.c3c1bafb .h5bd369e0 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h08fd23e4 .aa3c71de {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h08fd23e4 .h91620c3a {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h08fd23e4 .h06ed7faa {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h4f89bb0f {
  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;
}

.h8034eddb {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h8034eddb:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h8034eddb:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.f0eeb840 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.f0eeb840 .ed17ba16 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.f0eeb840 span {
  font-size: 20px;
}

.f0eeb840 small {
  font-size: 16px;
  margin: 0 4px;
}

.c51f5a6d {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.a5d8d880 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a5d8d880 .c28cbec63 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.e0b8c86f {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.e0b8c86f .b1a55ea7 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.e0b8c86f .h03b67736 {
  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;
}

.e0b8c86f .e9ae60c4 {
  width: 44px;
  height: 44px;
}

.e0b8c86f .h2fced02a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.e0b8c86f .h2fced02a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h0eda0ce0.m014d56ed {
  margin-bottom: 0;
}

.h07410d65 {
  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;
}

.h8c000b55 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h8c000b55 .c6cc9348 {
  max-width: 270px;
  max-height: 35px;
}

.h8c000b55 .c6cc9348:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h0eda0ce0 {
    padding: 15px !important;
  }

  .h8b0db684 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h0eda0ce0 .h589aa65a {
    margin-top: 40px;
  }

  .e0b8c86f .b1a55ea7 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h0eda0ce0 {
    flex-wrap: wrap;
  }

  .h0eda0ce0 .h933e4179,
  .h0eda0ce0 .h6b912bea {
    width: 100%;
  }

  .c3c1bafb .h5bd369e0 {
    margin-top: 50px;
  }

  .e0b8c86f {
    flex-wrap: wrap;
    justify-content: center;
  }

  .e0b8c86f .b1a55ea7 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h8c000b55 {
    justify-content: flex-start;
  }

  .h8c000b55 .c6cc9348 {
    max-width: 200px;
  }

  .h8c000b55 .c6cc9348:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h0eda0ce0 .h2599c1df {
    font-size: 14px;
  }

  .h8c000b55 .c6cc9348 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h0eda0ce0 .bfad3438 {
    font-size: 12px;
    margin-top: 16px;
  }
  .bfad3438 .h6d729771 a {
    font-size: 12px;
  }

  .bfad3438 .d75ec328 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .bfad3438 .h5c862e18 {
    width: 28px;
    height: 28px;
  }

  .bfad3438 .h30b55ef5,
  .bfad3438 .f7708b4d {
    font-size: 10px;
    line-height: 13px;
  }

  .bfad3438 .h7263c5d0 {
    width: 49px;
  }

  .bfad3438 .fc65f2b1 {
    margin-right: 8px;
  }

  .bfad3438 .bf18195f {
    margin-right: 12px;
  }

  .bfad3438 .fadb43cd {
    position: relative;
  }

  .bfad3438 .h0f961a4f {
    display: block;
  }

  .bfad3438 .dc0053a6 {
    display: none;
  }

  .bfad3438 .fadb43cd:hover .dc0053a6 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c94b3179d {
    padding: 0;
  }

  .c4330107b {
  }

  .c6ded6de4 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h0eda0ce0 {
    margin-bottom: 0;
  }

  .h0eda0ce0 .h30cb5cdf {
    text-align: center;
  }

  .h0eda0ce0 .h2599c1df {
    font-size: 14px;
  }

  .h0eda0ce0 .h589aa65a {
    margin-top: 20px;
    justify-content: center;
  }

  .h0eda0ce0 .h41501f7e {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h0eda0ce0 .h6b912bea {
    margin-top: 40px;
  }

  .h0eda0ce0 .h26ade5b8 {
    font-size: 8px;
  }

  .cd87f6f6 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h08fd23e4 .aa3c71de {
    width: 100%;
    justify-content: space-between;
  }

  .h08fd23e4 .h91620c3a {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h08fd23e4 .h4f89bb0f {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h08fd23e4 .f0eeb840 {
    font-size: 14px;
  }

  .h08fd23e4 .f0eeb840 span {
    font-size: 16px;
  }

  .h08fd23e4 .c51f5a6d {
    font-size: 12px;
  }

  .h08fd23e4 .h06ed7faa {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .a5d8d880 .c28cbec63 {
    font-size: 12px;
    font-weight: 400;
  }

  .h08fd23e4 .h8034eddb:nth-of-type(2)::before {
    height: 25px;
  }

  .e0b8c86f {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .e0b8c86f .b1a55ea7 {
    width: 158px;
    margin-right: 12px;
  }

  .e0b8c86f .h03b67736 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .e0b8c86f .e9ae60c4 {
    width: 32px;
    height: 32px;
  }

  .e0b8c86f .h2fced02a {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .e0b8c86f .h2fced02a::after {
    bottom: 10px;
  }

  .h07410d65 {
    margin-bottom: 12px;
  }

  .h8c000b55 {
    padding: 8px 0 8px 0;
  }

  .h8c000b55::-webkit-scrollbar {
    width: 0;
  }

  .h8c000b55 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h8c000b55 .c6cc9348 {
    max-height: 26px;
  }

  .h8c000b55 .c6cc9348 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c76bf4bdd {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c76bf4bdd {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c76bf4bdd {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c5be1c06d {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c43e3e3e5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c43e3e3e5 .e8ce84bd {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c43e3e3e5 .e8ce84bd::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c43e3e3e5 .e8ce84bd {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c5be1c06d {
    padding: 0 35px;
  }

  .c43e3e3e5 .e8ce84bd {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.a89b9aa6 {
  width: 100% !important;
  margin: 0;
}

.a89b9aa6 .f5967cb8c {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.a89b9aa6 .f07c5ce6b {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.a89b9aa6 .f801f8bcc {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.a89b9aa6 .f801f8bcc:hover {
  background: rgba(255, 255, 255, 0.7);
}

.a89b9aa6 .f12579616 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.a89b9aa6 .f5deba31f {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.a89b9aa6 .f5deba31f.active {
  display: block;
}

.a89b9aa6 .e23e9162,
.a89b9aa6 .f658ac82d {
  display: none;
  width: 18px;
  height: 18px;
}

.a89b9aa6 .e23e9162.active {
  display: block;
}

.a89b9aa6 .f658ac82d.active {
  display: block;
}

@media (max-width: 480px) {
  .a89b9aa6 {
    margin: 15px 0;
  }

  .a89b9aa6 .f5967cb8c {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .a89b9aa6 .f07c5ce6b {
    font-size: 10px;
    padding: 15px;
  }

  .a89b9aa6 .f12579616 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .a89b9aa6 .f5deba31f {
    margin-left: 0;
    font-size: 10px;
  }

  .a89b9aa6 .a470bf03 {
    max-width: 90%;
    font-size: 12px;
  }

  .a89b9aa6 .e23e9162,
  .a89b9aa6 .f658ac82d {
    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 */
.p420f9046 {
  padding: 100px 15px;
}

.p8d3f7d50 {
  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);
}

.p8d3f7d50 .page-404__logo {
  max-width: 130px;
}

.p8d3f7d50 .p9022c210 {
  margin: 20px 0;
}

.p8d3f7d50 .p16df6f04 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p8d3f7d50 .p16df6f04::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p8d3f7d50 .p29010d23 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p8d3f7d50 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p420f9046 {
    padding: 50px 15px;
  }

  .p9022c210 svg {
    height: 70px;
  }

  .p8d3f7d50 .p16df6f04 {
    font-size: 16px;
  }

  .p8d3f7d50 .p29010d23 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s371a987a {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s371a987a .s554d0fc4 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s371a987a {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d01431a5e {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d01431a5e .e28d21d3 {
  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;
}

.d01431a5e .e28d21d3:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d01431a5e .d15f26e0a {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d01431a5e .d729f16a {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d01431a5e .e28d21d3 {
    width: 23%;
  }

  .d01431a5e .d15f26e0a {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d01431a5e .e28d21d3 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d01431a5e .e28d21d3 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d01431a5e .e28d21d3 {
    width: 100%;
  }

  .d01431a5e .d15f26e0a {
    height: 180px;
  }

  .d01431a5e .d729f16a {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.e386b559 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .e386b559 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c77c6f9d {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c77c6f9d {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h1dd540c4 {
  flex-direction: column;
  padding: 0;
}

.h1dd540c4 .bfad3438 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c4107888f {
  width: 69%;
}

.eed7800f {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.d1bf52e9 {
  margin: 30px auto 0 auto;
}

.i7828179d .i87e98bdd {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i7828179d .i77e62f4b {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i7828179d .d5032438 {
  padding: 32px;
}

.i7828179d .d5032438 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i7828179d .d5032438 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c4107888f {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h1dd540c4 {
    padding: 0 15px;
  }

  .i7828179d .i77e62f4b {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h1dd540c4 .bfad3438 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i7828179d {
    margin-top: -50px;
  }

  .i7828179d .i87e98bdd {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i7828179d .d5032438 {
    padding: 12px;
  }

  .i7828179d .d5032438 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i7828179d .d5032438 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a1cba8fc8 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a27ed165b {
  max-width: none;
}

.a1cba8fc8 .c18930d7 {
  display: flex;
  justify-content: space-between;
}

.a1cba8fc8 .a57a57464 {
  display: flex;
  align-items: center;
}

.a1cba8fc8 .a22e7ad9 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a1cba8fc8 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a1cba8fc8 .a7e3504f8 {
  display: none;
}

.a1cba8fc8 .b8fc9ff5 {
  display: flex;
  align-items: center;
}

.a1cba8fc8 .b8fc9ff5 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a1cba8fc8 .b8fc9ff5 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a1cba8fc8 .b8fc9ff5 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a1cba8fc8 .a4301747c {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a1cba8fc8 .a4301747c a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a1cba8fc8 .ce1d0a34 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a1cba8fc8 .a49da8fa5 {
  margin-top: 20px;
}

.a1cba8fc8 .ab31fca3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a1cba8fc8 .b8ea3a06 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a1cba8fc8 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a1cba8fc8 .a22e7ad9 {
    width: 48px;
    height: 48px;
  }

  .a1cba8fc8 .a49da8fa5 {
    margin-top: 16px;
  }

  .a1cba8fc8 .a8e934e06 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a1cba8fc8 .a4301747c {
    font-size: 12px;
  }

  .a1cba8fc8 .a79180fbb {
    order: 2;
  }

  .a1cba8fc8 .ce1d0a34 {
    font-size: 10px;
  }

  .a1cba8fc8 .a3fe3ae13 {
    font-size: 12px;
  }

  .a1cba8fc8 .ab31fca3 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.d6673535 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.c3c1bafb {
  flex-wrap: wrap;
}

.c3c1bafb .h30cb5cdf {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .c3c1bafb .h30cb5cdf {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .c3c1bafb .h2599c1df {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h9752ae42 {
  padding: 0 0 24px 0;
  display: block;
}

.h9752ae42 .h2599c1df {
  line-height: 27px;
}

.bb10c017 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h2a0bfd28 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h2a0bfd28 .h499d6af5 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h2a0bfd28 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);
}

.h2a0bfd28 .a9c24e80 {
  width: 250px;
}

.h2a0bfd28 .c52f7a20 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h2a0bfd28 .ca2c378c {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h2a0bfd28 .h7f123145 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h2a0bfd28 .g70738f6e {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g70738f6e {
  display: flex;
}

.g70738f6e .c2d31456 {
  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;
}

.g70738f6e .c2d31456 svg {
  margin-right: 8px;
}

.h8fe9fd18 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h8fe9fd18 .h6bfce5ad {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h8fe9fd18 .h4dea3955 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h8fe9fd18 .h0ba46e1f {
  width: 50%;
}

.h8fe9fd18 .h53bbea70 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h8fe9fd18 .h53bbea70 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h2a0bfd28 {
    width: 59%;
  }

  .h8fe9fd18 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .bb10c017 {
    flex-wrap: wrap;
  }

  .h2a0bfd28,
  .h8fe9fd18 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9752ae42 .h2599c1df {
    max-width: 100%;
    text-align: center;
  }

  .bb10c017 {
    margin-top: 20px;
  }

  .h2a0bfd28 .h499d6af5 {
    justify-content: center;
    width: 240px;
  }

  .h8fe9fd18 {
    font-size: 16px;
  }

  .h2a0bfd28 a {
    font-size: 16px;
    height: 57px;
  }

  .h2a0bfd28 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h2a0bfd28 .g70738f6e {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h2a0bfd28 .a9c24e80 {
    width: 192px;
  }

  .h2a0bfd28 .h7f123145 {
    display: none;
  }

  .h8fe9fd18 .h0ba46e1f {
    width: 55%;
  }

  .h8fe9fd18 .h53bbea70 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g19043f53 {
  max-width: 900px;
}

.c7cfefc77 .g19043f53 {
  width: 69%;
}

.g72898ba0 {
  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) {
  .g19043f53 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s95ca2b6c {
  margin-bottom: 30px;
}

.s95ca2b6c .s1b59107b {
  text-align: left;
  margin-bottom: 24px;
}

.s46a3fc71 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.aacf41c8 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.f6c58d5d {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.f6c58d5d a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.f6c58d5d .a9043469 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.f6c58d5d .a9043469:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f6c58d5d .s405ccbc1 {
  display: block;
  padding: 12px;
}

.f6c58d5d .d51a5940 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.f6c58d5d .adb665f3 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.f6c58d5d .s44f6ca58 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.f6c58d5d .f88208e3 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.f6c58d5d .s3e2fe512 {
  display: flex;
}

.f6c58d5d .s40d00be4 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.f6c58d5d .s40d00be4 img {
  margin-right: 6px;
}

.f6c58d5d .dcf8ec52 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .f6c58d5d .f88208e3 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .f6c58d5d .a9043469 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .f6c58d5d .a9043469 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s95ca2b6c .s1b59107b {
    margin-bottom: 16px;
  }

  .f6c58d5d {
    justify-content: space-between;
  }

  .f6c58d5d .a9043469 {
    width: 48%;
    margin-bottom: 16px;
  }

  .f6c58d5d .d51a5940 {
    height: 90px;
  }

  .f6c58d5d .adb665f3 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .f6c58d5d .s44f6ca58 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .f6c58d5d .f88208e3 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .f6c58d5d .s40d00be4 {
    margin-right: 8px;
  }

  .f6c58d5d .s40d00be4 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .f6c58d5d .f88208e3 {
    padding: 6px;
  }

  .f6c58d5d .s40d00be4 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .f6c58d5d .s40d00be4 img {
    margin-right: 2px;
  }

  .f6c58d5d .dcf8ec52 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h80d05c05 .h2599c1df {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s49842d24 {
  background: #fff;
}

.s49842d24 .c597490a7 {
  border: none;
}

.s49842d24 .c0805bdab {
  padding: 0;
}

.s49842d24 .d1badd9a {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h80d05c05 .h2599c1df {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.f6e6ddf5 {
  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;
}

.s693008bf {
  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;
}

.s693008bf:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s693008bf::placeholder {
  font-size: 16px;
}

.f6e6ddf5::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s693008bf {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .f6e6ddf5::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .f6e6ddf5 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s693008bf {
    padding-left: 46px;
  }

  .s693008bf::placeholder {
    font-size: 14px;
  }

  .f6e6ddf5::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f420d1d8b {
  position: relative;
  width: 30%;
}

.f31e10e4a {
  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;
}

.f31e10e4a::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.ace13bde {
  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;
}

.f420d1d8b.open .ace13bde {
  display: block;
}

.f078a09f0 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f078a09f0:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f420d1d8b {
    width: 100%;
  }

  .f31e10e4a {
    height: 40px;
  }

  .ace13bde {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h2571f955 {
  position: relative;
}

.h952116da {
  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;
}

.h2571f955.open .h952116da {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h2571f955.open .fbf07e7d.open {
  display: none;
}

.h2571f955.open .fbf07e7d.close {
  display: inline-block;
}

.fbf07e7d {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.fbf07e7d.close {
  display: none;
}

@media (max-width: 480px) {
  .h2571f955 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r2e9abcbb {
  width: 100%;
  margin-bottom: 48px;
}

.bb70ff05 {
  width: 100%;
}

.r101bcd2b {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r101bcd2b:not(:last-of-type) {
  margin-bottom: 16px;
}

.r33152c35 {
  width: 180px;
  padding: 10px;
}

.r901fc5ee {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.d6bb43c0 {
  width: 70px;
  height: 70px;
}

.e827a87e {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r484d1541 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r28db871e {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r28db871e span {
  font-size: 16px;
  font-weight: 700;
}

.ed7b7dab {
  margin-right: 8px;
}

.ed7b7dab svg {
  width: 12px;
  height: 12px;
}

.r7388ab59 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r7c482a33 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r7c482a33 span {
  font-size: 20px;
}

.r7c482a33:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r33152c35 {
    width: auto;
  }

  .r901fc5ee {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r7388ab59 {
    margin-top: 8px;
  }

  .r7c482a33:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.bffa39c2 {
  width: 100%;
  margin-bottom: 48px;
}

.a15c4e280 {
  width: 100%;
}

.beafd0ae {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.beafd0ae:not(:last-of-type) {
  margin-bottom: 16px;
}

.f387d5fc {
  display: flex;
  padding: 16px 12px;
}

.a7b35f7b4 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a071db9b4 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a62bbdf57 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a11c893ae {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a494ddf2f {
  font-size: 12px;
  font-weight: 400;
}

.a3f5795de {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a3f5795de::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l7d077977 {
  width: 100%;
  margin-bottom: 48px;
}

.f9d38e62 {
  width: 100%;
}

.l52b8bc4c {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l52b8bc4c:not(:last-of-type) {
  margin-bottom: 12px;
}

.l065018d5 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l52b8bc4c::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l782bf936 {
  width: 100%;
  margin-bottom: 48px;
}

.l862c202e {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l2d471200 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.bcb78d99 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.da5e3bcd {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l1523695d {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.c7698137 {
  display: flex;
  justify-content: space-between;
}

.a17de16f {
  font-size: 12px;
  color: #4a5b68;
}

.d767ab9e {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.d767ab9e::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l2d471200 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l862c202e {
    justify-content: space-between;
  }

  .l2d471200 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l2d471200 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .bcb78d99 {
    height: 86px;
  }

  .da5e3bcd {
    height: 86px;
  }

  .l1523695d {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .a17de16f {
    font-size: 10px;
  }

  .d767ab9e span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i095f3670 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.dcd5e404 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i095f3670::before,
.i095f3670::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i095f3670::before {
  top: 20px;
  left: 32px;
}

.i095f3670::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i095f3670 {
    padding: 28px 12px;
  }

  .i095f3670::before,
  .i095f3670::after {
    width: 94px;
  }

  .i095f3670::before {
    top: 16px;
    left: 12px;
  }

  .i095f3670::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .dcd5e404 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c0f5b07a,
.b1add177 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c92e92a2e {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c92e92a2e li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c92e92a2e li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c0f5b07a li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.b1add177 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p878c0ae2 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p878c0ae2 .c0f5b07a,
  .p878c0ae2 .b1add177 {
    width: 100%;
    margin-bottom: 16px;
  }

  .c92e92a2e li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.fb510112 {
  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;
}

.fb510112.open {
  display: flex;
}

.f7b7460d {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m3b6410bb {
  position: relative;
}

.m3b6410bb .m231cefc4 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m3b6410bb .m231cefc4 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a3696b4ac {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.f40e49ca {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.ccc39a17 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a67a8a839 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.ec0dbd90 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.ec0dbd90 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a3477480 {
  width: 100%;
}

.cffad3c3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a94a18123 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a0f525505 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a145ab69a {
  margin-right: 12px;
}

.a0f525505 span {
  font-size: 18px;
  font-weight: 700;
}

.a62bf78ec {
  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;
}

.a70487b3c {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a70487b3c img {
  margin-right: 8px;
}

.a8569e102 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a8569e102 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.cffad3c3 .a15a4e0d2 {
  display: none;
}

.a15a4e0d2 {
  width: 100%;
  padding: 18px 16px;
}

.ac123bdf {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a8569e102 span {
    font-size: 24px;
  }

  .a15a4e0d2 {
    display: none;
  }

  .cffad3c3 .a15a4e0d2 {
    display: block;
  }
}

@media (max-width: 768px) {
  .f40e49ca {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .ccc39a17 {
    display: block;
  }

  .a67a8a839 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a3477480 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .ec0dbd90 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .cffad3c3 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a15a4e0d2 {
    margin-top: 40px;
    padding: 0;
  }

  .a8569e102 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a3696b4ac {
      padding: 12px;
    }

    .f40e49ca {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .ec0dbd90 {
      height: 120px;
    }

    .cffad3c3 {
      padding: 8px 8px 0 8px;
    }

    .a94a18123 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a0f525505 span {
      font-size: 16px;
    }

    .a15a4e0d2 {
      margin-top: 0;
    }

    .ac123bdf {
      height: 36px;
    }

    .a62bf78ec {
      height: 94px;
      padding: 0;
    }

    .a8569e102 {
      font-size: 16px;
    }

    .a70487b3c {
      font-size: 12px;
    }

    .a8569e102 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .ec0dbd90 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s371a987a.fab0e29a {
  max-width: none;
}
.a649c421f {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a635c8a46 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a635c8a46 {}
.a1b729634 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a42046279 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a50339b7a {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a0be17ea5 {}
.dcc5cfe8 {
  width: 64%;
}
.fab0e29a .rank-math-breadcrumb a, .fab0e29a .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a1b729634 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a42046279 {
    margin: 0 auto 16px auto;
  }
  .dcc5cfe8 {
    width: 100%;
  }
}

.a4e10098a {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a4e10098a h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
