/* 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);
}

.g3da174b2 {
  color: #5b8f35;
}

.d29f19cf {
  color: #eb8348;
}

.s122d39e5,
.s9a2916c3 {
  width: 14px;
  height: 14px;
}

.s122d39e5 path {
  fill: var(--color-primary);
}

.s9a2916c3 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c568b153c {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b1394f7e1 {
  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;
}

.b1394f7e1: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);
}

.b1394f7e1 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l9b42b895 {
  display: flex;
}

.l9b42b895 .l7a673f34 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l9b42b895 .l94ee01c4 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l9b42b895 .cbad6972 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l9b42b895 .l7a673f34 .cbad6972 {
  margin-left: 0;
}

.c7fbd8c66 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c4d22bc9c {
  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;
}

.c3d677fe2 {
  width: 100%;
  position: relative;
}

.t2e7a93bc {
  display: flex;
  justify-content: space-between;
}

.t2e7a93bc .l39f507b8 {
  width: 29%;
}

.t2e7a93bc .r1fbba207 {
  width: 69%;
}

.a53e382c {

}

.c66f91fe1 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c9fa76598 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c9fa76598.c15fc6c01 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.b17a1807 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b17a1807::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.a53e382c {
  width: 100%;
}
.c8df2efc .b17a1807::before {
  content: none;
  border: none;
  height: 0;
}

.b17a1807 .b2a63d5a {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .b17a1807 {
    margin-bottom: 20px;
  }
  .a53e382c {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c66f91fe1 {
    margin: 0 15px;
  }
}

.c70b3577d {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c70b3577d.o17e3df27 {
  background: rgba(255, 255, 255, 0.4);
}

.cdb9cab2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.cdb9cab2 .c70b3577d {
  width: 69%;
  margin-top: 0;
}
.cdb9cab2 .abcb1001 {
  width: 69%;
  margin-top: 0;
}
.cdb9cab2 .abcb1001 .c70b3577d {
  width: 100%;
}

.cd54b2dd {
  width: 29%;
}

.bcbbe7a2 {
  max-width: 1320px;
  margin: 0 auto;
}

.bcbbe7a2 img {
  max-width: 100%;
}

.bcbbe7a2 .f903b0f0 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .bcbbe7a2 .f903b0f0 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.f903b0f0 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;
}

.h37dec545 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h37dec545 td {
  padding: 20px 28px;
}

.h37dec545 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d9c5c2da3 {
  margin-bottom: 40px;
}

.c2cb061b {
  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;
}

.c2cb061b .d3ae7c7d7 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.c2cb061b .d0368a05b {
  display: flex;
  align-items: center;
}

.c2cb061b .d02b690fb {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.c2cb061b .d02b690fb span {
  font-size: 14px;
  font-weight: 700;
}

.c2cb061b .d02b690fb:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.c2cb061b .d9773cee6 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.c2cb061b .d52091bf4 {
  margin-left: 10px;
}

.c2cb061b .f804dd76 {
  width: 115px;
  margin-left: 20px;
}

.c2cb061b .f804dd76 img {
  width: 100%;
}

.d064b634c {
  padding: 0 15px;
}

.s07d412f3 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s65a12451 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s5c73a80f {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.e5544a77 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.fb708994 {
  display: flex;
  justify-content: space-between;
}

.p82902a51 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p82902a51 .p46c0a150 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p932ffe76 .p46c0a150,
.p932ffe76 li::marker {
  color: #5b8f35;
}

.c40d86b26 .p46c0a150,
.c40d86b26 li::marker {
  color: #eb8348;
}

.p90b28d68 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p90b28d68 li:last-of-type {
  margin-bottom: 0;
}

.cc35177c {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.cc35177c .cb69b9b4 {
  display: flex;
  justify-content: space-between;
}

.cc35177c .p4f15d33c {
  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;
}

.cc35177c .p4f15d33c.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cc35177c .p68910e3b {
  color: #5b8f35;
}

.cc35177c .c6757e557 {
  color: #eb8348;
}

.cc35177c .p90b28d68 {
  margin: 0;
  padding: 15px 0 0 0;
}

.cc35177c .p3fe51f44 {
  display: none;
}

.cc35177c .p3fe51f44.active {
  display: block;
}

.m06f7c9d4 {
  margin-left: 5px;
}

.m06f7c9d4 .m1453aba8 {
  font-weight: 700;
  color: var(--color-primary);
}

.m06f7c9d4 .c37df9a4 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .bcbbe7a2 {
    padding: 15px;
  }

  .b1394f7e1 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .cdb9cab2 .c70b3577d {
    width: 100%;
  }
  .cdb9cab2 .abcb1001 {
    width: 100%;
  }

  .cd54b2dd {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t2e7a93bc {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t2e7a93bc .l39f507b8,
  .t2e7a93bc .r1fbba207 {
    width: 100%;
  }

  .t2e7a93bc .l39f507b8 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t2e7a93bc .l39f507b8 {
    width: 100%;
  }

  .c2cb061b {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .c2cb061b .d0368a05b {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .c2cb061b .d3ae7c7d7 {
    text-align: center;
  }

  .cc35177c {
    display: block;
  }

  .p82902a51 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c70b3577d {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .bcbbe7a2 .f903b0f0 {
    margin-bottom: 15px;
  }

  .c7fbd8c66 {
    top: -5px;
  }

  .l9b42b895 .l7a673f34 {
    font-size: 12px;
  }

  .l9b42b895 .cbad6972 {
    width: 18px;
    height: 18px;
  }

  .c2cb061b .d3ae7c7d7 {
    font-size: 12px;
  }

  .d9c5c2da3 {
    margin-bottom: 15px;
  }

  .c2cb061b {
    margin-bottom: 15px;
  }

  .c2cb061b .d0368a05b {
    margin-top: 0;
    justify-content: space-between;
  }

  .c2cb061b .d9773cee6 {
    width: 40px;
    height: 40px;
  }

  .c2cb061b .f804dd76 {
    width: 72px;
  }

  .c2cb061b .d52091bf4 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .c2cb061b .c31e7e34 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .c2cb061b .d02b690fb:after {
    height: 14px;
    top: 11px;
  }

  .c2cb061b .c31e7e34:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q9fd88e2e {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q02fec978 .e372ff29 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q02fec978 .q7e3ed873 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q9fd88e2e {
    margin: 15px 0;
    padding: 15px;
  }

  .q02fec978 .e372ff29 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q02fec978 .q7e3ed873 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.dc8bdc7c {
  background-size: cover;
}

.dc8bdc7c .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h42bda1e7 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h42bda1e7 .d1d8c051 {
  position: relative;
  width: 65%;
}

.h42bda1e7 .h3388e6d5 {
  position: relative;
  width: 35%;
}

.h42bda1e7 .h0866312e {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h42bda1e7 .dde5b338 {
  text-align: left;
}

.h42bda1e7 .h0866312e .dde5b338 {
  max-width: 1128px;
  text-align: center;
}

.h42bda1e7 .h2085e16c {
  color: var(--color-text-add);
  line-height: 25px;
}

.h42bda1e7 .h2085e16c a {
  color: var(--color-primary);
}

.h42bda1e7 .h0866312e .h2085e16c {
  max-width: 870px;
  text-align: center;
}

.h42bda1e7 .h2401666e {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h42bda1e7 .d40363d8 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h42bda1e7 .d2852400 {
  margin-top: 30px;
  font-size: 12px;
}

.h42bda1e7 .h3388e6d5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h42bda1e7 .h27a4a486 {
  justify-content: center;
  padding: 10px;
}

.h42bda1e7 .h81038428 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h42bda1e7 .h2c780f46 {
  margin-top: 36px;
}

.h2c780f46 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h2c780f46 .h7cc6ddbc {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h2c780f46 .h7cc6ddbc::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h2c780f46 .edc118dd {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h2c780f46 .h0e2ffacd {
  margin-right: 16px;
}

.h2c780f46 .h81f26830 {
  font-size: 12px;
  line-height: 19px;
}

.h2c780f46 .h9f389f0d {
  font-weight: 700;
}
.h2c780f46 .h9f389f0d a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h2c780f46 .h148007cb {
  margin-right: 32px;
}

.h2c780f46 .h053a8331 {
  font-size: 12px;
  line-height: 19px;
}

.h2c780f46 .h86014946 {
  font-weight: 700;
}

.h2c780f46 .h88dc4d75 {
  display: none;
}

.h2c780f46 .h5f74a17b {
  display: flex;
  align-items: center;
}

.h2c780f46 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h2c780f46 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h2c780f46 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h1a40696a {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c49b32a44 .h1a40696a {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h9f389f0d:hover .h1a40696a {
  display: block;
}
.c49b32a44:hover .h1a40696a {
  display: block;
}
.h1a40696a .a649adcb1 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h1a40696a .de7ffe9d {
  margin-bottom: 4px;
}
.h1a40696a .a365b3720 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h2c780f46 .h7cc6ddbc {
    position: static;
  }
  .h2c780f46 {
    position: relative;
  }
  .h1a40696a {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h661fe862 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.a3653d70 {
  position: relative;
}

.ee49deda .dc993eda {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.a3653d70 .h9072530c {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.a3653d70 .h1216fee7 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.a3653d70 .f4a777d6 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h6201df2e {
  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;
}

.c2d26cf3 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c2d26cf3:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.c2d26cf3:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h77a4ef7a {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h77a4ef7a .h0828a5d8 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h77a4ef7a span {
  font-size: 20px;
}

.h77a4ef7a small {
  font-size: 16px;
  margin: 0 4px;
}

.h466ba8b0 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.e73e59a8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e73e59a8 .c8f658df3 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.b8a10550 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.b8a10550 .h32d1ac7a {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.b8a10550 .h355483f8 {
  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;
}

.b8a10550 .b7da70ee {
  width: 44px;
  height: 44px;
}

.b8a10550 .h71bac000 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.b8a10550 .h71bac000::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h42bda1e7.m010bf5c2 {
  margin-bottom: 0;
}

.h5f58c05a {
  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;
}

.h612ee4b2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h612ee4b2 .h6d548ddc {
  max-width: 270px;
  max-height: 35px;
}

.h612ee4b2 .h6d548ddc:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h42bda1e7 {
    padding: 15px !important;
  }

  .dc8bdc7c .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h42bda1e7 .h2401666e {
    margin-top: 40px;
  }

  .b8a10550 .h32d1ac7a {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h42bda1e7 {
    flex-wrap: wrap;
  }

  .h42bda1e7 .d1d8c051,
  .h42bda1e7 .h3388e6d5 {
    width: 100%;
  }

  .ee49deda .dc993eda {
    margin-top: 50px;
  }

  .b8a10550 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .b8a10550 .h32d1ac7a {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h612ee4b2 {
    justify-content: flex-start;
  }

  .h612ee4b2 .h6d548ddc {
    max-width: 200px;
  }

  .h612ee4b2 .h6d548ddc:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h42bda1e7 .h2085e16c {
    font-size: 14px;
  }

  .h612ee4b2 .h6d548ddc {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h42bda1e7 .h2c780f46 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h2c780f46 .h9f389f0d a {
    font-size: 12px;
  }

  .h2c780f46 .h7cc6ddbc {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h2c780f46 .edc118dd {
    width: 28px;
    height: 28px;
  }

  .h2c780f46 .h81f26830,
  .h2c780f46 .h053a8331 {
    font-size: 10px;
    line-height: 13px;
  }

  .h2c780f46 .h8029cdac {
    width: 49px;
  }

  .h2c780f46 .h0e2ffacd {
    margin-right: 8px;
  }

  .h2c780f46 .h148007cb {
    margin-right: 12px;
  }

  .h2c780f46 .b83dc2e5 {
    position: relative;
  }

  .h2c780f46 .h88dc4d75 {
    display: block;
  }

  .h2c780f46 .h5f74a17b {
    display: none;
  }

  .h2c780f46 .b83dc2e5:hover .h5f74a17b {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c66f91fe1 {
    padding: 0;
  }

  .b17a1807 {
  }

  .c9fa76598 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h42bda1e7 {
    margin-bottom: 0;
  }

  .h42bda1e7 .dde5b338 {
    text-align: center;
  }

  .h42bda1e7 .h2085e16c {
    font-size: 14px;
  }

  .h42bda1e7 .h2401666e {
    margin-top: 20px;
    justify-content: center;
  }

  .h42bda1e7 .d2852400 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h42bda1e7 .h3388e6d5 {
    margin-top: 40px;
  }

  .h42bda1e7 .h81038428 {
    font-size: 8px;
  }

  .h661fe862 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .a3653d70 .h9072530c {
    width: 100%;
    justify-content: space-between;
  }

  .a3653d70 .h1216fee7 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .a3653d70 .h6201df2e {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .a3653d70 .h77a4ef7a {
    font-size: 14px;
  }

  .a3653d70 .h77a4ef7a span {
    font-size: 16px;
  }

  .a3653d70 .h466ba8b0 {
    font-size: 12px;
  }

  .a3653d70 .f4a777d6 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .e73e59a8 .c8f658df3 {
    font-size: 12px;
    font-weight: 400;
  }

  .a3653d70 .c2d26cf3:nth-of-type(2)::before {
    height: 25px;
  }

  .b8a10550 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .b8a10550 .h32d1ac7a {
    width: 158px;
    margin-right: 12px;
  }

  .b8a10550 .h355483f8 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .b8a10550 .b7da70ee {
    width: 32px;
    height: 32px;
  }

  .b8a10550 .h71bac000 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .b8a10550 .h71bac000::after {
    bottom: 10px;
  }

  .h5f58c05a {
    margin-bottom: 12px;
  }

  .h612ee4b2 {
    padding: 8px 0 8px 0;
  }

  .h612ee4b2::-webkit-scrollbar {
    width: 0;
  }

  .h612ee4b2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h612ee4b2 .h6d548ddc {
    max-height: 26px;
  }

  .h612ee4b2 .h6d548ddc {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c3ad8e6da {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c3ad8e6da {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c3ad8e6da {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c19074145 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.d036d89b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.d036d89b .c4f60e52d {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.d036d89b .c4f60e52d::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .d036d89b .c4f60e52d {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c19074145 {
    padding: 0 35px;
  }

  .d036d89b .c4f60e52d {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.cad001b8 {
  width: 100% !important;
  margin: 0;
}

.cad001b8 .bc58d442 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.cad001b8 .e2fad1a5 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.cad001b8 .dd14a1cf {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.cad001b8 .dd14a1cf:hover {
  background: rgba(255, 255, 255, 0.7);
}

.cad001b8 .ff7979f1 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.cad001b8 .b8d4bcd1 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.cad001b8 .b8d4bcd1.active {
  display: block;
}

.cad001b8 .f5379a7a7,
.cad001b8 .f97c0c051 {
  display: none;
  width: 18px;
  height: 18px;
}

.cad001b8 .f5379a7a7.active {
  display: block;
}

.cad001b8 .f97c0c051.active {
  display: block;
}

@media (max-width: 480px) {
  .cad001b8 {
    margin: 15px 0;
  }

  .cad001b8 .bc58d442 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .cad001b8 .e2fad1a5 {
    font-size: 10px;
    padding: 15px;
  }

  .cad001b8 .ff7979f1 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .cad001b8 .b8d4bcd1 {
    margin-left: 0;
    font-size: 10px;
  }

  .cad001b8 .f0fe8a197 {
    max-width: 90%;
    font-size: 12px;
  }

  .cad001b8 .f5379a7a7,
  .cad001b8 .f97c0c051 {
    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 */
.e5a1f1d6 {
  padding: 100px 15px;
}

.d0345753 {
  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);
}

.d0345753 .page-404__logo {
  max-width: 130px;
}

.d0345753 .p3bbadc84 {
  margin: 20px 0;
}

.d0345753 .p13c34fb7 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.d0345753 .p13c34fb7::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.d0345753 .p6566a024 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .d0345753 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .e5a1f1d6 {
    padding: 50px 15px;
  }

  .p3bbadc84 svg {
    height: 70px;
  }

  .d0345753 .p13c34fb7 {
    font-size: 16px;
  }

  .d0345753 .p6566a024 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.a4cfa304 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.a4cfa304 .s17ab8eec {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .a4cfa304 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.ec6df5b9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.ec6df5b9 .d7c119297 {
  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;
}

.ec6df5b9 .d7c119297:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.ec6df5b9 .d427404f2 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.ec6df5b9 .d2563f916 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .ec6df5b9 .d7c119297 {
    width: 23%;
  }

  .ec6df5b9 .d427404f2 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .ec6df5b9 .d7c119297 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .ec6df5b9 .d7c119297 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .ec6df5b9 .d7c119297 {
    width: 100%;
  }

  .ec6df5b9 .d427404f2 {
    height: 180px;
  }

  .ec6df5b9 .d2563f916 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.a5259a59 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .a5259a59 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c9a77459e {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c9a77459e {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h8e007bba {
  flex-direction: column;
  padding: 0;
}

.h8e007bba .h2c780f46 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c634db75e {
  width: 69%;
}

.b951eaf7 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i8cb478ea {
  margin: 30px auto 0 auto;
}

.i0231c376 .i143cb0a3 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i0231c376 .ae9d676c {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i0231c376 .i382dcbdf {
  padding: 32px;
}

.i0231c376 .i382dcbdf img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i0231c376 .i382dcbdf table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c634db75e {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h8e007bba {
    padding: 0 15px;
  }

  .i0231c376 .ae9d676c {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h8e007bba .h2c780f46 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i0231c376 {
    margin-top: -50px;
  }

  .i0231c376 .i143cb0a3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i0231c376 .i382dcbdf {
    padding: 12px;
  }

  .i0231c376 .i382dcbdf p {
    font-size: 12px;
    line-height: 20px;
  }

  .i0231c376 .i382dcbdf li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.f194602f {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a706b7ca3 {
  max-width: none;
}

.f194602f .a836fb1ff {
  display: flex;
  justify-content: space-between;
}

.f194602f .a1543f54c {
  display: flex;
  align-items: center;
}

.f194602f .a3cb2c99d {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.f194602f .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.f194602f .a3809f654 {
  display: none;
}

.f194602f .a82b2bd27 {
  display: flex;
  align-items: center;
}

.f194602f .a82b2bd27 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.f194602f .a82b2bd27 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.f194602f .a82b2bd27 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.f194602f .e8996ae8 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.f194602f .e8996ae8 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.f194602f .a5081b970 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.f194602f .d7463ce1 {
  margin-top: 20px;
}

.f194602f .e9d77d8b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.f194602f .a26768942 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .f194602f {
    flex-wrap: wrap;
    padding: 12px;
  }

  .f194602f .a3cb2c99d {
    width: 48px;
    height: 48px;
  }

  .f194602f .d7463ce1 {
    margin-top: 16px;
  }

  .f194602f .a250b5092 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .f194602f .e8996ae8 {
    font-size: 12px;
  }

  .f194602f .d280112f {
    order: 2;
  }

  .f194602f .a5081b970 {
    font-size: 10px;
  }

  .f194602f .a7d052f3b {
    font-size: 12px;
  }

  .f194602f .e9d77d8b img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.fbef5114 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.ee49deda {
  flex-wrap: wrap;
}

.ee49deda .dde5b338 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .ee49deda .dde5b338 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ee49deda .h2085e16c {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.ad1c8c90 {
  padding: 0 0 24px 0;
  display: block;
}

.ad1c8c90 .h2085e16c {
  line-height: 27px;
}

.h1088de83 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h8da59cb8 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h8da59cb8 .d701d9b1 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h8da59cb8 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);
}

.h8da59cb8 .c34951b6 {
  width: 250px;
}

.h8da59cb8 .e76545f1 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h8da59cb8 .h7b6b0149 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h8da59cb8 .ce550780 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h8da59cb8 .e3a6b410 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.e3a6b410 {
  display: flex;
}

.e3a6b410 .g5c4fa712 {
  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;
}

.e3a6b410 .g5c4fa712 svg {
  margin-right: 8px;
}

.h28479c88 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h28479c88 .h3c7a8f55 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h28479c88 .h60625d74 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h28479c88 .h31ea4ccd {
  width: 50%;
}

.h28479c88 .e2fcdcb5 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h28479c88 .e2fcdcb5 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h8da59cb8 {
    width: 59%;
  }

  .h28479c88 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h1088de83 {
    flex-wrap: wrap;
  }

  .h8da59cb8,
  .h28479c88 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ad1c8c90 .h2085e16c {
    max-width: 100%;
    text-align: center;
  }

  .h1088de83 {
    margin-top: 20px;
  }

  .h8da59cb8 .d701d9b1 {
    justify-content: center;
    width: 240px;
  }

  .h28479c88 {
    font-size: 16px;
  }

  .h8da59cb8 a {
    font-size: 16px;
    height: 57px;
  }

  .h8da59cb8 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h8da59cb8 .e3a6b410 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h8da59cb8 .c34951b6 {
    width: 192px;
  }

  .h8da59cb8 .ce550780 {
    display: none;
  }

  .h28479c88 .h31ea4ccd {
    width: 55%;
  }

  .h28479c88 .e2fcdcb5 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g9e4e6869 {
  max-width: 900px;
}

.cdb9cab2 .g9e4e6869 {
  width: 69%;
}

.g306f0a88 {
  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) {
  .g9e4e6869 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s0b569828 {
  margin-bottom: 30px;
}

.s0b569828 .s1e4530c8 {
  text-align: left;
  margin-bottom: 24px;
}

.f7e4cab4 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.afd3617b {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s2fbec57a {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s2fbec57a a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s2fbec57a .e563996e {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s2fbec57a .e563996e:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s2fbec57a .s0660396d {
  display: block;
  padding: 12px;
}

.s2fbec57a .s8d03947f {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s2fbec57a .f5afa8cc {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s2fbec57a .b6bcc224 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s2fbec57a .d50a6cc2 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s2fbec57a .s13a78133 {
  display: flex;
}

.s2fbec57a .c79a5cde {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s2fbec57a .c79a5cde img {
  margin-right: 6px;
}

.s2fbec57a .s9e1e6d7a span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s2fbec57a .d50a6cc2 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s2fbec57a .e563996e {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s2fbec57a .e563996e {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s0b569828 .s1e4530c8 {
    margin-bottom: 16px;
  }

  .s2fbec57a {
    justify-content: space-between;
  }

  .s2fbec57a .e563996e {
    width: 48%;
    margin-bottom: 16px;
  }

  .s2fbec57a .s8d03947f {
    height: 90px;
  }

  .s2fbec57a .f5afa8cc {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s2fbec57a .b6bcc224 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s2fbec57a .d50a6cc2 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s2fbec57a .c79a5cde {
    margin-right: 8px;
  }

  .s2fbec57a .c79a5cde img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s2fbec57a .d50a6cc2 {
    padding: 6px;
  }

  .s2fbec57a .c79a5cde {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s2fbec57a .c79a5cde img {
    margin-right: 2px;
  }

  .s2fbec57a .s9e1e6d7a span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h729a5479 .h2085e16c {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s0b62ac0c {
  background: #fff;
}

.s0b62ac0c .c016d5d98 {
  border: none;
}

.s0b62ac0c .e52b524c {
  padding: 0;
}

.s0b62ac0c .c4f266ede {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h729a5479 .h2085e16c {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s6533e68b {
  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;
}

.c2a8162b {
  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;
}

.c2a8162b:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.c2a8162b::placeholder {
  font-size: 16px;
}

.s6533e68b::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .c2a8162b {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s6533e68b::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s6533e68b {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .c2a8162b {
    padding-left: 46px;
  }

  .c2a8162b::placeholder {
    font-size: 14px;
  }

  .s6533e68b::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f47113d38 {
  position: relative;
  width: 30%;
}

.b295fc97 {
  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;
}

.b295fc97::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f81695fff {
  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;
}

.f47113d38.open .f81695fff {
  display: block;
}

.f2a026dd1 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f2a026dd1:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f47113d38 {
    width: 100%;
  }

  .b295fc97 {
    height: 40px;
  }

  .f81695fff {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h08f99d74 {
  position: relative;
}

.e9bad6ee {
  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;
}

.h08f99d74.open .e9bad6ee {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h08f99d74.open .h656ccd39.open {
  display: none;
}

.h08f99d74.open .h656ccd39.close {
  display: inline-block;
}

.h656ccd39 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h656ccd39.close {
  display: none;
}

@media (max-width: 480px) {
  .h08f99d74 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r8934dd2b {
  width: 100%;
  margin-bottom: 48px;
}

.r96f89b24 {
  width: 100%;
}

.r3d93a90a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r3d93a90a:not(:last-of-type) {
  margin-bottom: 16px;
}

.r115f13e4 {
  width: 180px;
  padding: 10px;
}

.fa94dad8 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.bc305cf6 {
  width: 70px;
  height: 70px;
}

.d2698aac {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.cf07427b {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r42509828 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r42509828 span {
  font-size: 16px;
  font-weight: 700;
}

.ab478f07 {
  margin-right: 8px;
}

.ab478f07 svg {
  width: 12px;
  height: 12px;
}

.r51c29488 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r3a74d89f {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r3a74d89f span {
  font-size: 20px;
}

.r3a74d89f:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r115f13e4 {
    width: auto;
  }

  .fa94dad8 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r51c29488 {
    margin-top: 8px;
  }

  .r3a74d89f:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.c361f9f6 {
  width: 100%;
  margin-bottom: 48px;
}

.be5cfc14 {
  width: 100%;
}

.a1537ce3a {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a1537ce3a:not(:last-of-type) {
  margin-bottom: 16px;
}

.a74cd82c6 {
  display: flex;
  padding: 16px 12px;
}

.a2541e79e {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.b65a8f71 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.e1cf2d8a {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a2b86b17c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.bb07d753 {
  font-size: 12px;
  font-weight: 400;
}

.cd1d9da2 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.cd1d9da2::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l781b59c4 {
  width: 100%;
  margin-bottom: 48px;
}

.a1ca435d {
  width: 100%;
}

.l0aa17173 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l0aa17173:not(:last-of-type) {
  margin-bottom: 12px;
}

.l811a4fef {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l0aa17173::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l950516d1 {
  width: 100%;
  margin-bottom: 48px;
}

.l18b0936a {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.b3dba144 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l9efdb248 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l8dd85135 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.e7696121 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l441d73ea {
  display: flex;
  justify-content: space-between;
}

.l103ad7aa {
  font-size: 12px;
  color: #4a5b68;
}

.l66209d5b {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l66209d5b::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .b3dba144 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l18b0936a {
    justify-content: space-between;
  }

  .b3dba144 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .b3dba144 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l9efdb248 {
    height: 86px;
  }

  .l8dd85135 {
    height: 86px;
  }

  .e7696121 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l103ad7aa {
    font-size: 10px;
  }

  .l66209d5b span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i0c4316c3 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i2e9fec78 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i0c4316c3::before,
.i0c4316c3::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i0c4316c3::before {
  top: 20px;
  left: 32px;
}

.i0c4316c3::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i0c4316c3 {
    padding: 28px 12px;
  }

  .i0c4316c3::before,
  .i0c4316c3::after {
    width: 94px;
  }

  .i0c4316c3::before {
    top: 16px;
    left: 12px;
  }

  .i0c4316c3::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i2e9fec78 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c675bd1ea,
.c1603b0e7 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.bf614e0f {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.bf614e0f li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.bf614e0f li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c675bd1ea li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c1603b0e7 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p82902a51 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p82902a51 .c675bd1ea,
  .p82902a51 .c1603b0e7 {
    width: 100%;
    margin-bottom: 16px;
  }

  .bf614e0f li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m87cac126 {
  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;
}

.m87cac126.open {
  display: flex;
}

.m8b2c8639 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m23f3eb81 {
  position: relative;
}

.m23f3eb81 .m61fa6eec {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m23f3eb81 .m61fa6eec {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a74703584 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.ce406b18 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a3e89926b {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a95e2a045 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.ce478241 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.ce478241 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a9579a927 {
  width: 100%;
}

.a31a75348 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b6ebbef2 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a396c88a2 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a4a2ea6b0 {
  margin-right: 12px;
}

.a396c88a2 span {
  font-size: 18px;
  font-weight: 700;
}

.a698f2ede {
  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;
}

.f2150216 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.f2150216 img {
  margin-right: 8px;
}

.db1df128 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.db1df128 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a31a75348 .a97f999f8 {
  display: none;
}

.a97f999f8 {
  width: 100%;
  padding: 18px 16px;
}

.a8e58040e {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .db1df128 span {
    font-size: 24px;
  }

  .a97f999f8 {
    display: none;
  }

  .a31a75348 .a97f999f8 {
    display: block;
  }
}

@media (max-width: 768px) {
  .ce406b18 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a3e89926b {
    display: block;
  }

  .a95e2a045 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a9579a927 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .ce478241 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a31a75348 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a97f999f8 {
    margin-top: 40px;
    padding: 0;
  }

  .db1df128 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a74703584 {
      padding: 12px;
    }

    .ce406b18 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .ce478241 {
      height: 120px;
    }

    .a31a75348 {
      padding: 8px 8px 0 8px;
    }

    .b6ebbef2 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a396c88a2 span {
      font-size: 16px;
    }

    .a97f999f8 {
      margin-top: 0;
    }

    .a8e58040e {
      height: 36px;
    }

    .a698f2ede {
      height: 94px;
      padding: 0;
    }

    .db1df128 {
      font-size: 16px;
    }

    .f2150216 {
      font-size: 12px;
    }

    .db1df128 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .ce478241 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.a4cfa304.a5128fc0e {
  max-width: none;
}
.a3997681c {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a3e57a045 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a3e57a045 {}
.a88a7ad4a {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a9b7f2a5e {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a0d38b179 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a983445db {}
.a81cee5eb {
  width: 64%;
}
.a5128fc0e .rank-math-breadcrumb a, .a5128fc0e .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a88a7ad4a {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a9b7f2a5e {
    margin: 0 auto 16px auto;
  }
  .a81cee5eb {
    width: 100%;
  }
}

.a131b2389 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a131b2389 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
