/* 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);
}

.e49fea53 {
  color: #5b8f35;
}

.ca42f5cc {
  color: #eb8348;
}

.s2223d40e,
.s82f4fac0 {
  width: 14px;
  height: 14px;
}

.s2223d40e path {
  fill: var(--color-primary);
}

.s82f4fac0 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c8fb58bdd {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.caaa6900 {
  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;
}

.caaa6900: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);
}

.caaa6900 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l219a8283 {
  display: flex;
}

.l219a8283 .l08f0bcc3 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l219a8283 .cbf242c5 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l219a8283 .l2752ae0a {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l219a8283 .l08f0bcc3 .l2752ae0a {
  margin-left: 0;
}

.c93424b1e {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.e18376ab {
  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;
}

.c91c6b5d5 {
  width: 100%;
  position: relative;
}

.c28554c4 {
  display: flex;
  justify-content: space-between;
}

.c28554c4 .e0cb9959 {
  width: 29%;
}

.c28554c4 .d159f458 {
  width: 69%;
}

.c49c1ff54 {

}

.f368cbe1 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c0a36b198 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c0a36b198.c9283e298 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c24ebcc07 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c24ebcc07::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c49c1ff54 {
  width: 100%;
}
.c84abf28 .c24ebcc07::before {
  content: none;
  border: none;
  height: 0;
}

.c24ebcc07 .c2737e95a {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c24ebcc07 {
    margin-bottom: 20px;
  }
  .c49c1ff54 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .f368cbe1 {
    margin: 0 15px;
  }
}

.c94a820aa {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c94a820aa.o128f417b {
  background: rgba(255, 255, 255, 0.4);
}

.c61180085 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c61180085 .c94a820aa {
  width: 69%;
  margin-top: 0;
}
.c61180085 .c076ada36 {
  width: 69%;
  margin-top: 0;
}
.c61180085 .c076ada36 .c94a820aa {
  width: 100%;
}

.c3ecb370b {
  width: 29%;
}

.c4f246274 {
  max-width: 1320px;
  margin: 0 auto;
}

.c4f246274 img {
  max-width: 100%;
}

.c4f246274 .t43db8ae6 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c4f246274 .t43db8ae6 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t43db8ae6 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;
}

.h6c2b47cb th {
  padding: 20px 32px;
  border-radius: 0;
}

.h6c2b47cb td {
  padding: 20px 28px;
}

.h6c2b47cb td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d70a3eadb {
  margin-bottom: 40px;
}

.da16ea18 {
  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;
}

.da16ea18 .defcb000 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.da16ea18 .ef976723 {
  display: flex;
  align-items: center;
}

.da16ea18 .e6ade72c {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.da16ea18 .e6ade72c span {
  font-size: 14px;
  font-weight: 700;
}

.da16ea18 .e6ade72c:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.da16ea18 .d9baca6f2 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.da16ea18 .d5ed673e0 {
  margin-left: 10px;
}

.da16ea18 .d8a935e81 {
  width: 115px;
  margin-left: 20px;
}

.da16ea18 .d8a935e81 img {
  width: 100%;
}

.f5d4e69a {
  padding: 0 15px;
}

.deea8c12 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s895ee329 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s036feb0e {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s014f3da0 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p1f6bfe43 {
  display: flex;
  justify-content: space-between;
}

.p710faf87 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p710faf87 .b55f2486 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p8bf21275 .b55f2486,
.p8bf21275 li::marker {
  color: #5b8f35;
}

.c58058725 .b55f2486,
.c58058725 li::marker {
  color: #eb8348;
}

.p529ec204 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p529ec204 li:last-of-type {
  margin-bottom: 0;
}

.p97c095f2 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p97c095f2 .p0945f6d8 {
  display: flex;
  justify-content: space-between;
}

.p97c095f2 .f8570e7b {
  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;
}

.p97c095f2 .f8570e7b.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p97c095f2 .p9b0e8bed {
  color: #5b8f35;
}

.p97c095f2 .c94c86081 {
  color: #eb8348;
}

.p97c095f2 .p529ec204 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p97c095f2 .p333a7750 {
  display: none;
}

.p97c095f2 .p333a7750.active {
  display: block;
}

.f5684c02 {
  margin-left: 5px;
}

.f5684c02 .m113f35f4 {
  font-weight: 700;
  color: var(--color-primary);
}

.f5684c02 .m0151b6c8 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c4f246274 {
    padding: 15px;
  }

  .caaa6900 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c61180085 .c94a820aa {
    width: 100%;
  }
  .c61180085 .c076ada36 {
    width: 100%;
  }

  .c3ecb370b {
    display: none;
  }
}

@media (max-width: 1024px) {
  .c28554c4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .c28554c4 .e0cb9959,
  .c28554c4 .d159f458 {
    width: 100%;
  }

  .c28554c4 .e0cb9959 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .c28554c4 .e0cb9959 {
    width: 100%;
  }

  .da16ea18 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .da16ea18 .ef976723 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .da16ea18 .defcb000 {
    text-align: center;
  }

  .p97c095f2 {
    display: block;
  }

  .p710faf87 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c94a820aa {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c4f246274 .t43db8ae6 {
    margin-bottom: 15px;
  }

  .c93424b1e {
    top: -5px;
  }

  .l219a8283 .l08f0bcc3 {
    font-size: 12px;
  }

  .l219a8283 .l2752ae0a {
    width: 18px;
    height: 18px;
  }

  .da16ea18 .defcb000 {
    font-size: 12px;
  }

  .d70a3eadb {
    margin-bottom: 15px;
  }

  .da16ea18 {
    margin-bottom: 15px;
  }

  .da16ea18 .ef976723 {
    margin-top: 0;
    justify-content: space-between;
  }

  .da16ea18 .d9baca6f2 {
    width: 40px;
    height: 40px;
  }

  .da16ea18 .d8a935e81 {
    width: 72px;
  }

  .da16ea18 .d5ed673e0 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .da16ea18 .cfc11620 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .da16ea18 .e6ade72c:after {
    height: 14px;
    top: 11px;
  }

  .da16ea18 .cfc11620:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q2500b438 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q1b9b455c .q2d90a976 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q1b9b455c .a7004692 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q2500b438 {
    margin: 15px 0;
    padding: 15px;
  }

  .q1b9b455c .q2d90a976 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q1b9b455c .a7004692 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.d054b468 {
  background-size: cover;
}

.d054b468 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h8091ee8b {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h8091ee8b .h8ec48350 {
  position: relative;
  width: 65%;
}

.h8091ee8b .h84ca3b92 {
  position: relative;
  width: 35%;
}

.h8091ee8b .b2be0b38 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h8091ee8b .h1307e567 {
  text-align: left;
}

.h8091ee8b .b2be0b38 .h1307e567 {
  max-width: 1128px;
  text-align: center;
}

.h8091ee8b .d31a64ba {
  color: var(--color-text-add);
  line-height: 25px;
}

.h8091ee8b .d31a64ba a {
  color: var(--color-primary);
}

.h8091ee8b .b2be0b38 .d31a64ba {
  max-width: 870px;
  text-align: center;
}

.h8091ee8b .h9ed95c78 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h8091ee8b .h38fca4a0 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h8091ee8b .h0bbbbae1 {
  margin-top: 30px;
  font-size: 12px;
}

.h8091ee8b .h84ca3b92 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h8091ee8b .fe9a3a67 {
  justify-content: center;
  padding: 10px;
}

.h8091ee8b .daf606a6 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h8091ee8b .f54691a7 {
  margin-top: 36px;
}

.f54691a7 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.f54691a7 .h90391ac4 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.f54691a7 .h90391ac4::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.f54691a7 .h4160d2ea {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.f54691a7 .h9bbe2ecd {
  margin-right: 16px;
}

.f54691a7 .h2d53a207 {
  font-size: 12px;
  line-height: 19px;
}

.f54691a7 .h0aa94b0d {
  font-weight: 700;
}
.f54691a7 .h0aa94b0d a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.f54691a7 .f87fc0b3 {
  margin-right: 32px;
}

.f54691a7 .h90ab5731 {
  font-size: 12px;
  line-height: 19px;
}

.f54691a7 .h13909d46 {
  font-weight: 700;
}

.f54691a7 .cff42e57 {
  display: none;
}

.f54691a7 .h5fe130af {
  display: flex;
  align-items: center;
}

.f54691a7 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.f54691a7 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.f54691a7 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h68d7ea9d {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c7c8e20d7 .h68d7ea9d {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h0aa94b0d:hover .h68d7ea9d {
  display: block;
}
.c7c8e20d7:hover .h68d7ea9d {
  display: block;
}
.h68d7ea9d .a58439eb6 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h68d7ea9d .a1c53b1f1 {
  margin-bottom: 4px;
}
.h68d7ea9d .f8b9617f {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .f54691a7 .h90391ac4 {
    position: static;
  }
  .f54691a7 {
    position: relative;
  }
  .h68d7ea9d {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h8ae02f1a {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h4f9afa08 {
  position: relative;
}

.h9cde5d2d .h9bb15df8 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h4f9afa08 .a54f599f {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h4f9afa08 .h12836f33 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h4f9afa08 .h6136a3d6 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h10965cd9 {
  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;
}

.h9dce2ff2 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h9dce2ff2:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h9dce2ff2:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h308c8c58 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h308c8c58 .h10f549db {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h308c8c58 span {
  font-size: 20px;
}

.h308c8c58 small {
  font-size: 16px;
  margin: 0 4px;
}

.h46fe3964 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.b8221aa9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b8221aa9 .d4900f7d {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h0fe3d817 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h0fe3d817 .h32443dae {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h0fe3d817 .h376bc43a {
  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;
}

.h0fe3d817 .h30a5fe77 {
  width: 44px;
  height: 44px;
}

.h0fe3d817 .f6c54e99 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h0fe3d817 .f6c54e99::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h8091ee8b.m04676b9e {
  margin-bottom: 0;
}

.e81a1d1d {
  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;
}

.afccb2ed {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.afccb2ed .h81ab4aa4 {
  max-width: 270px;
  max-height: 35px;
}

.afccb2ed .h81ab4aa4:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h8091ee8b {
    padding: 15px !important;
  }

  .d054b468 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h8091ee8b .h9ed95c78 {
    margin-top: 40px;
  }

  .h0fe3d817 .h32443dae {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h8091ee8b {
    flex-wrap: wrap;
  }

  .h8091ee8b .h8ec48350,
  .h8091ee8b .h84ca3b92 {
    width: 100%;
  }

  .h9cde5d2d .h9bb15df8 {
    margin-top: 50px;
  }

  .h0fe3d817 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h0fe3d817 .h32443dae {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .afccb2ed {
    justify-content: flex-start;
  }

  .afccb2ed .h81ab4aa4 {
    max-width: 200px;
  }

  .afccb2ed .h81ab4aa4:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h8091ee8b .d31a64ba {
    font-size: 14px;
  }

  .afccb2ed .h81ab4aa4 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h8091ee8b .f54691a7 {
    font-size: 12px;
    margin-top: 16px;
  }
  .f54691a7 .h0aa94b0d a {
    font-size: 12px;
  }

  .f54691a7 .h90391ac4 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .f54691a7 .h4160d2ea {
    width: 28px;
    height: 28px;
  }

  .f54691a7 .h2d53a207,
  .f54691a7 .h90ab5731 {
    font-size: 10px;
    line-height: 13px;
  }

  .f54691a7 .h15b819ac {
    width: 49px;
  }

  .f54691a7 .h9bbe2ecd {
    margin-right: 8px;
  }

  .f54691a7 .f87fc0b3 {
    margin-right: 12px;
  }

  .f54691a7 .e72181e4 {
    position: relative;
  }

  .f54691a7 .cff42e57 {
    display: block;
  }

  .f54691a7 .h5fe130af {
    display: none;
  }

  .f54691a7 .e72181e4:hover .h5fe130af {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .f368cbe1 {
    padding: 0;
  }

  .c24ebcc07 {
  }

  .c0a36b198 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h8091ee8b {
    margin-bottom: 0;
  }

  .h8091ee8b .h1307e567 {
    text-align: center;
  }

  .h8091ee8b .d31a64ba {
    font-size: 14px;
  }

  .h8091ee8b .h9ed95c78 {
    margin-top: 20px;
    justify-content: center;
  }

  .h8091ee8b .h0bbbbae1 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h8091ee8b .h84ca3b92 {
    margin-top: 40px;
  }

  .h8091ee8b .daf606a6 {
    font-size: 8px;
  }

  .h8ae02f1a {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h4f9afa08 .a54f599f {
    width: 100%;
    justify-content: space-between;
  }

  .h4f9afa08 .h12836f33 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h4f9afa08 .h10965cd9 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h4f9afa08 .h308c8c58 {
    font-size: 14px;
  }

  .h4f9afa08 .h308c8c58 span {
    font-size: 16px;
  }

  .h4f9afa08 .h46fe3964 {
    font-size: 12px;
  }

  .h4f9afa08 .h6136a3d6 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .b8221aa9 .d4900f7d {
    font-size: 12px;
    font-weight: 400;
  }

  .h4f9afa08 .h9dce2ff2:nth-of-type(2)::before {
    height: 25px;
  }

  .h0fe3d817 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h0fe3d817 .h32443dae {
    width: 158px;
    margin-right: 12px;
  }

  .h0fe3d817 .h376bc43a {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h0fe3d817 .h30a5fe77 {
    width: 32px;
    height: 32px;
  }

  .h0fe3d817 .f6c54e99 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h0fe3d817 .f6c54e99::after {
    bottom: 10px;
  }

  .e81a1d1d {
    margin-bottom: 12px;
  }

  .afccb2ed {
    padding: 8px 0 8px 0;
  }

  .afccb2ed::-webkit-scrollbar {
    width: 0;
  }

  .afccb2ed {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .afccb2ed .h81ab4aa4 {
    max-height: 26px;
  }

  .afccb2ed .h81ab4aa4 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.f8f4a9b6 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .f8f4a9b6 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .f8f4a9b6 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c461b0244 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c0908467a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c0908467a .c149567a3 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c0908467a .c149567a3::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c0908467a .c149567a3 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c461b0244 {
    padding: 0 35px;
  }

  .c0908467a .c149567a3 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.cf821a79 {
  width: 100% !important;
  margin: 0;
}

.cf821a79 .a4853841 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.cf821a79 .fa273da6 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.cf821a79 .be21561c {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.cf821a79 .be21561c:hover {
  background: rgba(255, 255, 255, 0.7);
}

.cf821a79 .f319b2fae {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.cf821a79 .a00950d2 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.cf821a79 .a00950d2.active {
  display: block;
}

.cf821a79 .ffd86d90,
.cf821a79 .f02511451 {
  display: none;
  width: 18px;
  height: 18px;
}

.cf821a79 .ffd86d90.active {
  display: block;
}

.cf821a79 .f02511451.active {
  display: block;
}

@media (max-width: 480px) {
  .cf821a79 {
    margin: 15px 0;
  }

  .cf821a79 .a4853841 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .cf821a79 .fa273da6 {
    font-size: 10px;
    padding: 15px;
  }

  .cf821a79 .f319b2fae {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .cf821a79 .a00950d2 {
    margin-left: 0;
    font-size: 10px;
  }

  .cf821a79 .e31766ef {
    max-width: 90%;
    font-size: 12px;
  }

  .cf821a79 .ffd86d90,
  .cf821a79 .f02511451 {
    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 */
.be547358 {
  padding: 100px 15px;
}

.b301a080 {
  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);
}

.b301a080 .page-404__logo {
  max-width: 130px;
}

.b301a080 .d7451bfc {
  margin: 20px 0;
}

.b301a080 .e05cca61 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.b301a080 .e05cca61::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.b301a080 .a74aef48 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .b301a080 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .be547358 {
    padding: 50px 15px;
  }

  .d7451bfc svg {
    height: 70px;
  }

  .b301a080 .e05cca61 {
    font-size: 16px;
  }

  .b301a080 .a74aef48 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s7df13de5 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s7df13de5 .s48b7cded {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s7df13de5 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d228fa3e6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d228fa3e6 .d980ae540 {
  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;
}

.d228fa3e6 .d980ae540:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d228fa3e6 .d4eab6ce6 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d228fa3e6 .b0f22d16 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d228fa3e6 .d980ae540 {
    width: 23%;
  }

  .d228fa3e6 .d4eab6ce6 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d228fa3e6 .d980ae540 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d228fa3e6 .d980ae540 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d228fa3e6 .d980ae540 {
    width: 100%;
  }

  .d228fa3e6 .d4eab6ce6 {
    height: 180px;
  }

  .d228fa3e6 .b0f22d16 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s99fcd85e {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s99fcd85e {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.f942b24d {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .f942b24d {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h573ee55b {
  flex-direction: column;
  padding: 0;
}

.h573ee55b .f54691a7 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c6cda368c {
  width: 69%;
}

.b58e82e3 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.ef818f39 {
  margin: 30px auto 0 auto;
}

.i2cb9da34 .cd022e42 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i2cb9da34 .i9e938a87 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i2cb9da34 .f6cf9d80 {
  padding: 32px;
}

.i2cb9da34 .f6cf9d80 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i2cb9da34 .f6cf9d80 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c6cda368c {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h573ee55b {
    padding: 0 15px;
  }

  .i2cb9da34 .i9e938a87 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h573ee55b .f54691a7 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i2cb9da34 {
    margin-top: -50px;
  }

  .i2cb9da34 .cd022e42 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i2cb9da34 .f6cf9d80 {
    padding: 12px;
  }

  .i2cb9da34 .f6cf9d80 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i2cb9da34 .f6cf9d80 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a3f763670 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a7cb414b7 {
  max-width: none;
}

.a3f763670 .dc73f2fe {
  display: flex;
  justify-content: space-between;
}

.a3f763670 .a4a5fb64d {
  display: flex;
  align-items: center;
}

.a3f763670 .d8a9be4a {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a3f763670 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a3f763670 .b6c37fa6 {
  display: none;
}

.a3f763670 .b78fb7b4 {
  display: flex;
  align-items: center;
}

.a3f763670 .b78fb7b4 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a3f763670 .b78fb7b4 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a3f763670 .b78fb7b4 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a3f763670 .a0466ad90 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a3f763670 .a0466ad90 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a3f763670 .b49acea7 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a3f763670 .a335d4b36 {
  margin-top: 20px;
}

.a3f763670 .b6cb3e8a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a3f763670 .c26dfe95 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a3f763670 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a3f763670 .d8a9be4a {
    width: 48px;
    height: 48px;
  }

  .a3f763670 .a335d4b36 {
    margin-top: 16px;
  }

  .a3f763670 .c9f497ea {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a3f763670 .a0466ad90 {
    font-size: 12px;
  }

  .a3f763670 .a3e7fd657 {
    order: 2;
  }

  .a3f763670 .b49acea7 {
    font-size: 10px;
  }

  .a3f763670 .a22196c3a {
    font-size: 12px;
  }

  .a3f763670 .b6cb3e8a img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c8978d2e3 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h9cde5d2d {
  flex-wrap: wrap;
}

.h9cde5d2d .h1307e567 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h9cde5d2d .h1307e567 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9cde5d2d .d31a64ba {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h98218603 {
  padding: 0 0 24px 0;
  display: block;
}

.h98218603 .d31a64ba {
  line-height: 27px;
}

.fc7719fb {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.d6501e36 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.d6501e36 .h331aae66 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d6501e36 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);
}

.d6501e36 .a401a1bf {
  width: 250px;
}

.d6501e36 .e8f2c423 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.d6501e36 .d7cacb7e {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.d6501e36 .h62f4cdb7 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.d6501e36 .g3a982af1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g3a982af1 {
  display: flex;
}

.g3a982af1 .b854d0c5 {
  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;
}

.g3a982af1 .b854d0c5 svg {
  margin-right: 8px;
}

.h73b21e06 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h73b21e06 .h30a5e741 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h73b21e06 .h12f5de83 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h73b21e06 .h04d7465e {
  width: 50%;
}

.h73b21e06 .h4e5d1682 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h73b21e06 .h4e5d1682 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .d6501e36 {
    width: 59%;
  }

  .h73b21e06 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .fc7719fb {
    flex-wrap: wrap;
  }

  .d6501e36,
  .h73b21e06 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h98218603 .d31a64ba {
    max-width: 100%;
    text-align: center;
  }

  .fc7719fb {
    margin-top: 20px;
  }

  .d6501e36 .h331aae66 {
    justify-content: center;
    width: 240px;
  }

  .h73b21e06 {
    font-size: 16px;
  }

  .d6501e36 a {
    font-size: 16px;
    height: 57px;
  }

  .d6501e36 {
    height: 300px;
    margin-bottom: 24px;
  }

  .d6501e36 .g3a982af1 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .d6501e36 .a401a1bf {
    width: 192px;
  }

  .d6501e36 .h62f4cdb7 {
    display: none;
  }

  .h73b21e06 .h04d7465e {
    width: 55%;
  }

  .h73b21e06 .h4e5d1682 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.d9660b4b {
  max-width: 900px;
}

.c61180085 .d9660b4b {
  width: 69%;
}

.g6f734989 {
  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) {
  .d9660b4b {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.ef4defff {
  margin-bottom: 30px;
}

.ef4defff .eddab51e {
  text-align: left;
  margin-bottom: 24px;
}

.s5b450083 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s5c4ce4ad {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s1fb02891 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s1fb02891 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s1fb02891 .s274fd602 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s1fb02891 .s274fd602:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s1fb02891 .s88aab09f {
  display: block;
  padding: 12px;
}

.s1fb02891 .s3a414938 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s1fb02891 .s42ed758b {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s1fb02891 .s232d1624 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s1fb02891 .a79def35 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s1fb02891 .s613002c4 {
  display: flex;
}

.s1fb02891 .s80b23ffc {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s1fb02891 .s80b23ffc img {
  margin-right: 6px;
}

.s1fb02891 .c1022e7b span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s1fb02891 .a79def35 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s1fb02891 .s274fd602 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s1fb02891 .s274fd602 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .ef4defff .eddab51e {
    margin-bottom: 16px;
  }

  .s1fb02891 {
    justify-content: space-between;
  }

  .s1fb02891 .s274fd602 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s1fb02891 .s3a414938 {
    height: 90px;
  }

  .s1fb02891 .s42ed758b {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s1fb02891 .s232d1624 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s1fb02891 .a79def35 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s1fb02891 .s80b23ffc {
    margin-right: 8px;
  }

  .s1fb02891 .s80b23ffc img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s1fb02891 .a79def35 {
    padding: 6px;
  }

  .s1fb02891 .s80b23ffc {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s1fb02891 .s80b23ffc img {
    margin-right: 2px;
  }

  .s1fb02891 .c1022e7b span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.e70b8079 .d31a64ba {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s547eef0d {
  background: #fff;
}

.s547eef0d .b62f80df {
  border: none;
}

.s547eef0d .c2bc90413 {
  padding: 0;
}

.s547eef0d .ab3d1909 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .e70b8079 .d31a64ba {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.bc0d786a {
  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;
}

.s2e57d153 {
  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;
}

.s2e57d153:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s2e57d153::placeholder {
  font-size: 16px;
}

.bc0d786a::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s2e57d153 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .bc0d786a::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .bc0d786a {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s2e57d153 {
    padding-left: 46px;
  }

  .s2e57d153::placeholder {
    font-size: 14px;
  }

  .bc0d786a::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.b48eb8ee {
  position: relative;
  width: 30%;
}

.b2006d43 {
  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;
}

.b2006d43::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f3fedc08 {
  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;
}

.b48eb8ee.open .f3fedc08 {
  display: block;
}

.f5895ee26 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f5895ee26:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .b48eb8ee {
    width: 100%;
  }

  .b2006d43 {
    height: 40px;
  }

  .f3fedc08 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h7a6e1e83 {
  position: relative;
}

.h5362ecf8 {
  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;
}

.h7a6e1e83.open .h5362ecf8 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h7a6e1e83.open .h8177baee.open {
  display: none;
}

.h7a6e1e83.open .h8177baee.close {
  display: inline-block;
}

.h8177baee {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h8177baee.close {
  display: none;
}

@media (max-width: 480px) {
  .h7a6e1e83 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.d2c15fa5 {
  width: 100%;
  margin-bottom: 48px;
}

.e46f18d3 {
  width: 100%;
}

.r4f042afd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r4f042afd:not(:last-of-type) {
  margin-bottom: 16px;
}

.r1ec89236 {
  width: 180px;
  padding: 10px;
}

.r9ddc2ad1 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.db78acff {
  width: 70px;
  height: 70px;
}

.e754803f {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r882f2159 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r25186821 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r25186821 span {
  font-size: 16px;
  font-weight: 700;
}

.r258d06f5 {
  margin-right: 8px;
}

.r258d06f5 svg {
  width: 12px;
  height: 12px;
}

.r5e55155a {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.b4be516d {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.b4be516d span {
  font-size: 20px;
}

.b4be516d:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r1ec89236 {
    width: auto;
  }

  .r9ddc2ad1 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r5e55155a {
    margin-top: 8px;
  }

  .b4be516d:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a79b9c3e0 {
  width: 100%;
  margin-bottom: 48px;
}

.a52a33b6c {
  width: 100%;
}

.f9c80942 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.f9c80942:not(:last-of-type) {
  margin-bottom: 16px;
}

.a33e5e1e4 {
  display: flex;
  padding: 16px 12px;
}

.a23e6907 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a1afb4546 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.e15abc5e {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a1ebbbbef {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a2e960353 {
  font-size: 12px;
  font-weight: 400;
}

.a588c49a2 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a588c49a2::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l8b84dc12 {
  width: 100%;
  margin-bottom: 48px;
}

.l16889e1a {
  width: 100%;
}

.bde3ac34 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.bde3ac34:not(:last-of-type) {
  margin-bottom: 12px;
}

.c6322ccd {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bde3ac34::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l5be7408e {
  width: 100%;
  margin-bottom: 48px;
}

.fcabe4bd {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l57c0d693 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l916a339a {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l81073921 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l72f8b521 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l4488e23e {
  display: flex;
  justify-content: space-between;
}

.bc9b1d9d {
  font-size: 12px;
  color: #4a5b68;
}

.ca81576c {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.ca81576c::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l57c0d693 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .fcabe4bd {
    justify-content: space-between;
  }

  .l57c0d693 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l57c0d693 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l916a339a {
    height: 86px;
  }

  .l81073921 {
    height: 86px;
  }

  .l72f8b521 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .bc9b1d9d {
    font-size: 10px;
  }

  .ca81576c span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.ffdc9315 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.bb0e3878 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.ffdc9315::before,
.ffdc9315::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.ffdc9315::before {
  top: 20px;
  left: 32px;
}

.ffdc9315::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .ffdc9315 {
    padding: 28px 12px;
  }

  .ffdc9315::before,
  .ffdc9315::after {
    width: 94px;
  }

  .ffdc9315::before {
    top: 16px;
    left: 12px;
  }

  .ffdc9315::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .bb0e3878 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c3cae5364,
.c4df63269 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.cdf6cdf8 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.cdf6cdf8 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.cdf6cdf8 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c3cae5364 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c4df63269 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p710faf87 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p710faf87 .c3cae5364,
  .p710faf87 .c4df63269 {
    width: 100%;
    margin-bottom: 16px;
  }

  .cdf6cdf8 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m3d12fb30 {
  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;
}

.m3d12fb30.open {
  display: flex;
}

.m31f4bc2f {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m3a9667a5 {
  position: relative;
}

.m3a9667a5 .m3ee62ded {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m3a9667a5 .m3ee62ded {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a2b6c7685 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.fb7d618b {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.ab18466b {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a00737445 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.c1d00393 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.c1d00393 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a043502ae {
  width: 100%;
}

.a48607b04 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b97c3f20 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a820232b {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.cd512829 {
  margin-right: 12px;
}

.a820232b span {
  font-size: 18px;
  font-weight: 700;
}

.a880ea73e {
  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;
}

.a3682a641 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a3682a641 img {
  margin-right: 8px;
}

.a5c627fb1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a5c627fb1 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a48607b04 .a536e3daf {
  display: none;
}

.a536e3daf {
  width: 100%;
  padding: 18px 16px;
}

.a81cf85dc {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a5c627fb1 span {
    font-size: 24px;
  }

  .a536e3daf {
    display: none;
  }

  .a48607b04 .a536e3daf {
    display: block;
  }
}

@media (max-width: 768px) {
  .fb7d618b {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .ab18466b {
    display: block;
  }

  .a00737445 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a043502ae {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .c1d00393 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a48607b04 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a536e3daf {
    margin-top: 40px;
    padding: 0;
  }

  .a5c627fb1 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a2b6c7685 {
      padding: 12px;
    }

    .fb7d618b {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .c1d00393 {
      height: 120px;
    }

    .a48607b04 {
      padding: 8px 8px 0 8px;
    }

    .b97c3f20 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a820232b span {
      font-size: 16px;
    }

    .a536e3daf {
      margin-top: 0;
    }

    .a81cf85dc {
      height: 36px;
    }

    .a880ea73e {
      height: 94px;
      padding: 0;
    }

    .a5c627fb1 {
      font-size: 16px;
    }

    .a3682a641 {
      font-size: 12px;
    }

    .a5c627fb1 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .c1d00393 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s7df13de5.bdd73b76 {
  max-width: none;
}
.a5aa29fcf {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a5d625796 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a5d625796 {}
.a519933ab {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.ab71c7b5 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a6e0d46aa {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a410adb3a {}
.e2fb1238 {
  width: 64%;
}
.bdd73b76 .rank-math-breadcrumb a, .bdd73b76 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a519933ab {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .ab71c7b5 {
    margin: 0 auto 16px auto;
  }
  .e2fb1238 {
    width: 100%;
  }
}

.a702ed45a {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a702ed45a h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
