/* 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);
}

.a09450a1 {
  color: #5b8f35;
}

.b81909aa1 {
  color: #eb8348;
}

.s40ed066a,
.c92695ad {
  width: 14px;
  height: 14px;
}

.s40ed066a path {
  fill: var(--color-primary);
}

.c92695ad path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.cbbe312f {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b8ea1d3f2 {
  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;
}

.b8ea1d3f2: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);
}

.b8ea1d3f2 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l6746b849 {
  display: flex;
}

.l6746b849 .l45399966 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l6746b849 .l13f35e7b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l6746b849 .a6ebcea0 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l6746b849 .l45399966 .a6ebcea0 {
  margin-left: 0;
}

.c12fb2bb4 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.a150cfd8 {
  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;
}

.d1150ca6 {
  width: 100%;
  position: relative;
}

.t433c346e {
  display: flex;
  justify-content: space-between;
}

.t433c346e .a4c023ab {
  width: 29%;
}

.t433c346e .b6dbc562 {
  width: 69%;
}

.c8789ffe {

}

.cd13efb5 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c344d95cc {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c344d95cc.c95b81def {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c1a90e853 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c1a90e853::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c8789ffe {
  width: 100%;
}
.c13a95767 .c1a90e853::before {
  content: none;
  border: none;
  height: 0;
}

.c1a90e853 .c194ccd0e {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c1a90e853 {
    margin-bottom: 20px;
  }
  .c8789ffe {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .cd13efb5 {
    margin: 0 15px;
  }
}

.c50a03981 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c50a03981.e65e0a53 {
  background: rgba(255, 255, 255, 0.4);
}

.c21cbb9f6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c21cbb9f6 .c50a03981 {
  width: 69%;
  margin-top: 0;
}
.c21cbb9f6 .c47b96345 {
  width: 69%;
  margin-top: 0;
}
.c21cbb9f6 .c47b96345 .c50a03981 {
  width: 100%;
}

.f119b9c5 {
  width: 29%;
}

.c80f6ecba {
  max-width: 1320px;
  margin: 0 auto;
}

.c80f6ecba img {
  max-width: 100%;
}

.c80f6ecba .t0507b02c {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c80f6ecba .t0507b02c {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t0507b02c 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;
}

.ffd49124 th {
  padding: 20px 32px;
  border-radius: 0;
}

.ffd49124 td {
  padding: 20px 28px;
}

.ffd49124 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.f11a8a71 {
  margin-bottom: 40px;
}

.d91c48575 {
  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;
}

.d91c48575 .d1af4a92b {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d91c48575 .d6e2e0789 {
  display: flex;
  align-items: center;
}

.d91c48575 .d22a5fe07 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d91c48575 .d22a5fe07 span {
  font-size: 14px;
  font-weight: 700;
}

.d91c48575 .d22a5fe07:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d91c48575 .fedc8531 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d91c48575 .d3ba65023 {
  margin-left: 10px;
}

.d91c48575 .c75a7b24 {
  width: 115px;
  margin-left: 20px;
}

.d91c48575 .c75a7b24 img {
  width: 100%;
}

.d3a066854 {
  padding: 0 15px;
}

.s9ae136e0 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s08e78383 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.db6ef7b0 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.c547248b {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.db63e768 {
  display: flex;
  justify-content: space-between;
}

.bedd2149 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.bedd2149 .p7a8daa48 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.c0207d18 .p7a8daa48,
.c0207d18 li::marker {
  color: #5b8f35;
}

.c13d7e848 .p7a8daa48,
.c13d7e848 li::marker {
  color: #eb8348;
}

.p1d9e1e4c {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p1d9e1e4c li:last-of-type {
  margin-bottom: 0;
}

.p043f431d {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p043f431d .p46452a90 {
  display: flex;
  justify-content: space-between;
}

.p043f431d .p8ca2bfe6 {
  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;
}

.p043f431d .p8ca2bfe6.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p043f431d .p54dc0523 {
  color: #5b8f35;
}

.p043f431d .c5b1aee4f {
  color: #eb8348;
}

.p043f431d .p1d9e1e4c {
  margin: 0;
  padding: 15px 0 0 0;
}

.p043f431d .p564a5493 {
  display: none;
}

.p043f431d .p564a5493.active {
  display: block;
}

.m3abac2cc {
  margin-left: 5px;
}

.m3abac2cc .e5ee7edc {
  font-weight: 700;
  color: var(--color-primary);
}

.m3abac2cc .m4e516a80 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c80f6ecba {
    padding: 15px;
  }

  .b8ea1d3f2 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c21cbb9f6 .c50a03981 {
    width: 100%;
  }
  .c21cbb9f6 .c47b96345 {
    width: 100%;
  }

  .f119b9c5 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t433c346e {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t433c346e .a4c023ab,
  .t433c346e .b6dbc562 {
    width: 100%;
  }

  .t433c346e .a4c023ab {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t433c346e .a4c023ab {
    width: 100%;
  }

  .d91c48575 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d91c48575 .d6e2e0789 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d91c48575 .d1af4a92b {
    text-align: center;
  }

  .p043f431d {
    display: block;
  }

  .bedd2149 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c50a03981 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c80f6ecba .t0507b02c {
    margin-bottom: 15px;
  }

  .c12fb2bb4 {
    top: -5px;
  }

  .l6746b849 .l45399966 {
    font-size: 12px;
  }

  .l6746b849 .a6ebcea0 {
    width: 18px;
    height: 18px;
  }

  .d91c48575 .d1af4a92b {
    font-size: 12px;
  }

  .f11a8a71 {
    margin-bottom: 15px;
  }

  .d91c48575 {
    margin-bottom: 15px;
  }

  .d91c48575 .d6e2e0789 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d91c48575 .fedc8531 {
    width: 40px;
    height: 40px;
  }

  .d91c48575 .c75a7b24 {
    width: 72px;
  }

  .d91c48575 .d3ba65023 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d91c48575 .aab135e3 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d91c48575 .d22a5fe07:after {
    height: 14px;
    top: 11px;
  }

  .d91c48575 .aab135e3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q63dc8ef2 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q1ea1a96d .q4a12984c {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q1ea1a96d .e30bfc60 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q63dc8ef2 {
    margin: 15px 0;
    padding: 15px;
  }

  .q1ea1a96d .q4a12984c {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q1ea1a96d .e30bfc60 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.b52497ab {
  background-size: cover;
}

.b52497ab .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.cf9132c3 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.cf9132c3 .h56c59fee {
  position: relative;
  width: 65%;
}

.cf9132c3 .f03f8a0f {
  position: relative;
  width: 35%;
}

.cf9132c3 .f46231f2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cf9132c3 .h7485d45d {
  text-align: left;
}

.cf9132c3 .f46231f2 .h7485d45d {
  max-width: 1128px;
  text-align: center;
}

.cf9132c3 .h1cc8ea74 {
  color: var(--color-text-add);
  line-height: 25px;
}

.cf9132c3 .h1cc8ea74 a {
  color: var(--color-primary);
}

.cf9132c3 .f46231f2 .h1cc8ea74 {
  max-width: 870px;
  text-align: center;
}

.cf9132c3 .d80566b2 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.cf9132c3 .b945c40a {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cf9132c3 .h4fb00013 {
  margin-top: 30px;
  font-size: 12px;
}

.cf9132c3 .f03f8a0f {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cf9132c3 .ba918095 {
  justify-content: center;
  padding: 10px;
}

.cf9132c3 .h4909d049 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.cf9132c3 .b14d2b55 {
  margin-top: 36px;
}

.b14d2b55 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.b14d2b55 .h11807a6e {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.b14d2b55 .h11807a6e::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.b14d2b55 .h01b36b99 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.b14d2b55 .a5c50a99 {
  margin-right: 16px;
}

.b14d2b55 .h6d801b74 {
  font-size: 12px;
  line-height: 19px;
}

.b14d2b55 .h34d26f59 {
  font-weight: 700;
}
.b14d2b55 .h34d26f59 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.b14d2b55 .h79c6a019 {
  margin-right: 32px;
}

.b14d2b55 .aed07365 {
  font-size: 12px;
  line-height: 19px;
}

.b14d2b55 .h2debb912 {
  font-weight: 700;
}

.b14d2b55 .h6a6e95ab {
  display: none;
}

.b14d2b55 .h8402d8e0 {
  display: flex;
  align-items: center;
}

.b14d2b55 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.b14d2b55 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.b14d2b55 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h251ecf38 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.b6980a33 .h251ecf38 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h34d26f59:hover .h251ecf38 {
  display: block;
}
.b6980a33:hover .h251ecf38 {
  display: block;
}
.h251ecf38 .a7f36578a {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h251ecf38 .a53536db9 {
  margin-bottom: 4px;
}
.h251ecf38 .a9f3b5045 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .b14d2b55 .h11807a6e {
    position: static;
  }
  .b14d2b55 {
    position: relative;
  }
  .h251ecf38 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h0b594fb0 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.ce239aa2 {
  position: relative;
}

.d1177888 .h3e2be604 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.ce239aa2 .h6f59737b {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.ce239aa2 .c960877c {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.ce239aa2 .h5f4d8782 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h5d5f797c {
  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;
}

.h45cf334c {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h45cf334c:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h45cf334c:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h951637a4 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h951637a4 .h5b2726b6 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h951637a4 span {
  font-size: 20px;
}

.h951637a4 small {
  font-size: 16px;
  margin: 0 4px;
}

.h9d1dd12b {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h60230617 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h60230617 .c476fd992 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h7b16698a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h7b16698a .e9a7d5e1 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h7b16698a .a549a22d {
  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;
}

.h7b16698a .h379e0100 {
  width: 44px;
  height: 44px;
}

.h7b16698a .f1feb1ee {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h7b16698a .f1feb1ee::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.cf9132c3.f0b620b6 {
  margin-bottom: 0;
}

.h9cefac80 {
  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;
}

.c84e83d7 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.c84e83d7 .h00122a0e {
  max-width: 270px;
  max-height: 35px;
}

.c84e83d7 .h00122a0e:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .cf9132c3 {
    padding: 15px !important;
  }

  .b52497ab .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .cf9132c3 .d80566b2 {
    margin-top: 40px;
  }

  .h7b16698a .e9a7d5e1 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .cf9132c3 {
    flex-wrap: wrap;
  }

  .cf9132c3 .h56c59fee,
  .cf9132c3 .f03f8a0f {
    width: 100%;
  }

  .d1177888 .h3e2be604 {
    margin-top: 50px;
  }

  .h7b16698a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h7b16698a .e9a7d5e1 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .c84e83d7 {
    justify-content: flex-start;
  }

  .c84e83d7 .h00122a0e {
    max-width: 200px;
  }

  .c84e83d7 .h00122a0e:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .cf9132c3 .h1cc8ea74 {
    font-size: 14px;
  }

  .c84e83d7 .h00122a0e {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .cf9132c3 .b14d2b55 {
    font-size: 12px;
    margin-top: 16px;
  }
  .b14d2b55 .h34d26f59 a {
    font-size: 12px;
  }

  .b14d2b55 .h11807a6e {
    margin-right: 12px;
    padding-right: 12px;
  }

  .b14d2b55 .h01b36b99 {
    width: 28px;
    height: 28px;
  }

  .b14d2b55 .h6d801b74,
  .b14d2b55 .aed07365 {
    font-size: 10px;
    line-height: 13px;
  }

  .b14d2b55 .h2bc33df8 {
    width: 49px;
  }

  .b14d2b55 .a5c50a99 {
    margin-right: 8px;
  }

  .b14d2b55 .h79c6a019 {
    margin-right: 12px;
  }

  .b14d2b55 .h3f209d5a {
    position: relative;
  }

  .b14d2b55 .h6a6e95ab {
    display: block;
  }

  .b14d2b55 .h8402d8e0 {
    display: none;
  }

  .b14d2b55 .h3f209d5a:hover .h8402d8e0 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .cd13efb5 {
    padding: 0;
  }

  .c1a90e853 {
  }

  .c344d95cc {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .cf9132c3 {
    margin-bottom: 0;
  }

  .cf9132c3 .h7485d45d {
    text-align: center;
  }

  .cf9132c3 .h1cc8ea74 {
    font-size: 14px;
  }

  .cf9132c3 .d80566b2 {
    margin-top: 20px;
    justify-content: center;
  }

  .cf9132c3 .h4fb00013 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .cf9132c3 .f03f8a0f {
    margin-top: 40px;
  }

  .cf9132c3 .h4909d049 {
    font-size: 8px;
  }

  .h0b594fb0 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .ce239aa2 .h6f59737b {
    width: 100%;
    justify-content: space-between;
  }

  .ce239aa2 .c960877c {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .ce239aa2 .h5d5f797c {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .ce239aa2 .h951637a4 {
    font-size: 14px;
  }

  .ce239aa2 .h951637a4 span {
    font-size: 16px;
  }

  .ce239aa2 .h9d1dd12b {
    font-size: 12px;
  }

  .ce239aa2 .h5f4d8782 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h60230617 .c476fd992 {
    font-size: 12px;
    font-weight: 400;
  }

  .ce239aa2 .h45cf334c:nth-of-type(2)::before {
    height: 25px;
  }

  .h7b16698a {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h7b16698a .e9a7d5e1 {
    width: 158px;
    margin-right: 12px;
  }

  .h7b16698a .a549a22d {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h7b16698a .h379e0100 {
    width: 32px;
    height: 32px;
  }

  .h7b16698a .f1feb1ee {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h7b16698a .f1feb1ee::after {
    bottom: 10px;
  }

  .h9cefac80 {
    margin-bottom: 12px;
  }

  .c84e83d7 {
    padding: 8px 0 8px 0;
  }

  .c84e83d7::-webkit-scrollbar {
    width: 0;
  }

  .c84e83d7 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .c84e83d7 .h00122a0e {
    max-height: 26px;
  }

  .c84e83d7 .h00122a0e {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.b7f475fe {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .b7f475fe {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .b7f475fe {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c9e1a1efa {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c4d03fc88 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c4d03fc88 .c876ab14c {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c4d03fc88 .c876ab14c::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c4d03fc88 .c876ab14c {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c9e1a1efa {
    padding: 0 35px;
  }

  .c4d03fc88 .c876ab14c {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.a98ed9d5 {
  width: 100% !important;
  margin: 0;
}

.a98ed9d5 .ef57572c {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.a98ed9d5 .b1f552cb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.a98ed9d5 .e68eace9 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.a98ed9d5 .e68eace9:hover {
  background: rgba(255, 255, 255, 0.7);
}

.a98ed9d5 .f56191e94 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.a98ed9d5 .ebdb3fbf {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.a98ed9d5 .ebdb3fbf.active {
  display: block;
}

.a98ed9d5 .bf0bd4e3,
.a98ed9d5 .f3c2a3005 {
  display: none;
  width: 18px;
  height: 18px;
}

.a98ed9d5 .bf0bd4e3.active {
  display: block;
}

.a98ed9d5 .f3c2a3005.active {
  display: block;
}

@media (max-width: 480px) {
  .a98ed9d5 {
    margin: 15px 0;
  }

  .a98ed9d5 .ef57572c {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .a98ed9d5 .b1f552cb {
    font-size: 10px;
    padding: 15px;
  }

  .a98ed9d5 .f56191e94 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .a98ed9d5 .ebdb3fbf {
    margin-left: 0;
    font-size: 10px;
  }

  .a98ed9d5 .f62ae0645 {
    max-width: 90%;
    font-size: 12px;
  }

  .a98ed9d5 .bf0bd4e3,
  .a98ed9d5 .f3c2a3005 {
    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 */
.p2daba5b7 {
  padding: 100px 15px;
}

.ebae5a75 {
  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);
}

.ebae5a75 .page-404__logo {
  max-width: 130px;
}

.ebae5a75 .p56fc7b56 {
  margin: 20px 0;
}

.ebae5a75 .p2f8e44af {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.ebae5a75 .p2f8e44af::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.ebae5a75 .e84a3300 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .ebae5a75 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p2daba5b7 {
    padding: 50px 15px;
  }

  .p56fc7b56 svg {
    height: 70px;
  }

  .ebae5a75 .p2f8e44af {
    font-size: 16px;
  }

  .ebae5a75 .e84a3300 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s39fa8717 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s39fa8717 .s90b6d153 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s39fa8717 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d450d92dc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d450d92dc .d5c02fc6b {
  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;
}

.d450d92dc .d5c02fc6b:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d450d92dc .d2bdb4f25 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d450d92dc .d8e890942 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d450d92dc .d5c02fc6b {
    width: 23%;
  }

  .d450d92dc .d2bdb4f25 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d450d92dc .d5c02fc6b {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d450d92dc .d5c02fc6b {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d450d92dc .d5c02fc6b {
    width: 100%;
  }

  .d450d92dc .d2bdb4f25 {
    height: 180px;
  }

  .d450d92dc .d8e890942 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.be891162 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .be891162 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.a1ed48b8 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .a1ed48b8 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h13355fa9 {
  flex-direction: column;
  padding: 0;
}

.h13355fa9 .b14d2b55 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.fcb239dc {
  width: 69%;
}

.d0fea120 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.b72e75cc {
  margin: 30px auto 0 auto;
}

.i4612f533 .i890994b0 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i4612f533 .fc5d58e3 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i4612f533 .i914dacba {
  padding: 32px;
}

.i4612f533 .i914dacba img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i4612f533 .i914dacba table {
  width: 100%;
}

@media (max-width: 1100px) {
  .fcb239dc {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h13355fa9 {
    padding: 0 15px;
  }

  .i4612f533 .fc5d58e3 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h13355fa9 .b14d2b55 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i4612f533 {
    margin-top: -50px;
  }

  .i4612f533 .i890994b0 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i4612f533 .i914dacba {
    padding: 12px;
  }

  .i4612f533 .i914dacba p {
    font-size: 12px;
    line-height: 20px;
  }

  .i4612f533 .i914dacba li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a58f4074a {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a19c43774 {
  max-width: none;
}

.a58f4074a .a0472ee40 {
  display: flex;
  justify-content: space-between;
}

.a58f4074a .a925eaaf3 {
  display: flex;
  align-items: center;
}

.a58f4074a .a1ca1a761 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a58f4074a .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a58f4074a .db0051a1 {
  display: none;
}

.a58f4074a .a7d999d50 {
  display: flex;
  align-items: center;
}

.a58f4074a .a7d999d50 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a58f4074a .a7d999d50 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a58f4074a .a7d999d50 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a58f4074a .a85dfcd3a {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a58f4074a .a85dfcd3a a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a58f4074a .a7092d78c {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a58f4074a .f755521d {
  margin-top: 20px;
}

.a58f4074a .a6eca2234 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a58f4074a .a0665e7be {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a58f4074a {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a58f4074a .a1ca1a761 {
    width: 48px;
    height: 48px;
  }

  .a58f4074a .f755521d {
    margin-top: 16px;
  }

  .a58f4074a .a484df740 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a58f4074a .a85dfcd3a {
    font-size: 12px;
  }

  .a58f4074a .bfc6b6fd {
    order: 2;
  }

  .a58f4074a .a7092d78c {
    font-size: 10px;
  }

  .a58f4074a .fa187084 {
    font-size: 12px;
  }

  .a58f4074a .a6eca2234 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c4b1f746 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.d1177888 {
  flex-wrap: wrap;
}

.d1177888 .h7485d45d {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .d1177888 .h7485d45d {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .d1177888 .h1cc8ea74 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h5237ace7 {
  padding: 0 0 24px 0;
  display: block;
}

.h5237ace7 .h1cc8ea74 {
  line-height: 27px;
}

.h7dce7951 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h45afc8d9 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h45afc8d9 .f712b74d {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h45afc8d9 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);
}

.h45afc8d9 .a13c258f {
  width: 250px;
}

.h45afc8d9 .h789acb73 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h45afc8d9 .h9719720d {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h45afc8d9 .h222774c4 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h45afc8d9 .g7e939003 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g7e939003 {
  display: flex;
}

.g7e939003 .g7c5cc9ee {
  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;
}

.g7e939003 .g7c5cc9ee svg {
  margin-right: 8px;
}

.e04dc8e9 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.e04dc8e9 .h55d5c482 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.e04dc8e9 .h5f3cfb26 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.e04dc8e9 .cec16cba {
  width: 50%;
}

.e04dc8e9 .h0e8eaff1 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.e04dc8e9 .h0e8eaff1 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h45afc8d9 {
    width: 59%;
  }

  .e04dc8e9 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h7dce7951 {
    flex-wrap: wrap;
  }

  .h45afc8d9,
  .e04dc8e9 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h5237ace7 .h1cc8ea74 {
    max-width: 100%;
    text-align: center;
  }

  .h7dce7951 {
    margin-top: 20px;
  }

  .h45afc8d9 .f712b74d {
    justify-content: center;
    width: 240px;
  }

  .e04dc8e9 {
    font-size: 16px;
  }

  .h45afc8d9 a {
    font-size: 16px;
    height: 57px;
  }

  .h45afc8d9 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h45afc8d9 .g7e939003 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h45afc8d9 .a13c258f {
    width: 192px;
  }

  .h45afc8d9 .h222774c4 {
    display: none;
  }

  .e04dc8e9 .cec16cba {
    width: 55%;
  }

  .e04dc8e9 .h0e8eaff1 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g7cfcb0b7 {
  max-width: 900px;
}

.c21cbb9f6 .g7cfcb0b7 {
  width: 69%;
}

.b7725537 {
  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) {
  .g7cfcb0b7 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s2b45f6d4 {
  margin-bottom: 30px;
}

.s2b45f6d4 .s22083bd0 {
  text-align: left;
  margin-bottom: 24px;
}

.s1b96b9f0 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s939e6a63 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s7d7efaf5 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s7d7efaf5 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s7d7efaf5 .s684f0a4a {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s7d7efaf5 .s684f0a4a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s7d7efaf5 .e5699e98 {
  display: block;
  padding: 12px;
}

.s7d7efaf5 .s4eb4f8a5 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s7d7efaf5 .s3618c416 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s7d7efaf5 .s1d563270 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s7d7efaf5 .ea54ca90 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s7d7efaf5 .s2cf92761 {
  display: flex;
}

.s7d7efaf5 .s25288400 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s7d7efaf5 .s25288400 img {
  margin-right: 6px;
}

.s7d7efaf5 .s190332c5 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s7d7efaf5 .ea54ca90 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s7d7efaf5 .s684f0a4a {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s7d7efaf5 .s684f0a4a {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s2b45f6d4 .s22083bd0 {
    margin-bottom: 16px;
  }

  .s7d7efaf5 {
    justify-content: space-between;
  }

  .s7d7efaf5 .s684f0a4a {
    width: 48%;
    margin-bottom: 16px;
  }

  .s7d7efaf5 .s4eb4f8a5 {
    height: 90px;
  }

  .s7d7efaf5 .s3618c416 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s7d7efaf5 .s1d563270 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s7d7efaf5 .ea54ca90 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s7d7efaf5 .s25288400 {
    margin-right: 8px;
  }

  .s7d7efaf5 .s25288400 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s7d7efaf5 .ea54ca90 {
    padding: 6px;
  }

  .s7d7efaf5 .s25288400 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s7d7efaf5 .s25288400 img {
    margin-right: 2px;
  }

  .s7d7efaf5 .s190332c5 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.d970a42d .h1cc8ea74 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s8c7ff3b3 {
  background: #fff;
}

.s8c7ff3b3 .c2da3142 {
  border: none;
}

.s8c7ff3b3 .c4c4b3529 {
  padding: 0;
}

.s8c7ff3b3 .c6f350022 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .d970a42d .h1cc8ea74 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.f806c298 {
  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;
}

.afeeb1f9 {
  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;
}

.afeeb1f9:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.afeeb1f9::placeholder {
  font-size: 16px;
}

.f806c298::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .afeeb1f9 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .f806c298::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .f806c298 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .afeeb1f9 {
    padding-left: 46px;
  }

  .afeeb1f9::placeholder {
    font-size: 14px;
  }

  .f806c298::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f7b5c3620 {
  position: relative;
  width: 30%;
}

.f69e3850c {
  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;
}

.f69e3850c::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.be37f9ad {
  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;
}

.f7b5c3620.open .be37f9ad {
  display: block;
}

.f155ccb83 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f155ccb83:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f7b5c3620 {
    width: 100%;
  }

  .f69e3850c {
    height: 40px;
  }

  .be37f9ad {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h37a73b26 {
  position: relative;
}

.h15bed632 {
  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;
}

.h37a73b26.open .h15bed632 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h37a73b26.open .h457fa3c5.open {
  display: none;
}

.h37a73b26.open .h457fa3c5.close {
  display: inline-block;
}

.h457fa3c5 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h457fa3c5.close {
  display: none;
}

@media (max-width: 480px) {
  .h37a73b26 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r413e894a {
  width: 100%;
  margin-bottom: 48px;
}

.a9a63d76 {
  width: 100%;
}

.r02cd0f58 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r02cd0f58:not(:last-of-type) {
  margin-bottom: 16px;
}

.r8ea09d66 {
  width: 180px;
  padding: 10px;
}

.r98e1aee1 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.de4528cf {
  width: 70px;
  height: 70px;
}

.r2d42aadb {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r2db59aa5 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r2025ec11 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r2025ec11 span {
  font-size: 16px;
  font-weight: 700;
}

.r484e28f2 {
  margin-right: 8px;
}

.r484e28f2 svg {
  width: 12px;
  height: 12px;
}

.ce3d1a0a {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.d97d7f6a {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.d97d7f6a span {
  font-size: 20px;
}

.d97d7f6a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r8ea09d66 {
    width: auto;
  }

  .r98e1aee1 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .ce3d1a0a {
    margin-top: 8px;
  }

  .d97d7f6a:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a3f65f92a {
  width: 100%;
  margin-bottom: 48px;
}

.d31a5bc6 {
  width: 100%;
}

.a787169e8 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a787169e8:not(:last-of-type) {
  margin-bottom: 16px;
}

.a967f5a18 {
  display: flex;
  padding: 16px 12px;
}

.a5059670 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a5a28fc35 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a3ab95411 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.d4ad910b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a10ed2707 {
  font-size: 12px;
  font-weight: 400;
}

.a66f76df6 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a66f76df6::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l445652dc {
  width: 100%;
  margin-bottom: 48px;
}

.l627d2f87 {
  width: 100%;
}

.c9161da9 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.c9161da9:not(:last-of-type) {
  margin-bottom: 12px;
}

.l63a89731 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c9161da9::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l3c6571b4 {
  width: 100%;
  margin-bottom: 48px;
}

.l38a3fd96 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l93c8cfb8 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l01023cca {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.e4771ae2 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l4c839175 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l9f6b0a71 {
  display: flex;
  justify-content: space-between;
}

.fc48a4ee {
  font-size: 12px;
  color: #4a5b68;
}

.l8a52ee1f {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l8a52ee1f::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l93c8cfb8 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l38a3fd96 {
    justify-content: space-between;
  }

  .l93c8cfb8 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l93c8cfb8 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l01023cca {
    height: 86px;
  }

  .e4771ae2 {
    height: 86px;
  }

  .l4c839175 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .fc48a4ee {
    font-size: 10px;
  }

  .l8a52ee1f span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i300e1ddb {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i85751c2c {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i300e1ddb::before,
.i300e1ddb::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i300e1ddb::before {
  top: 20px;
  left: 32px;
}

.i300e1ddb::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i300e1ddb {
    padding: 28px 12px;
  }

  .i300e1ddb::before,
  .i300e1ddb::after {
    width: 94px;
  }

  .i300e1ddb::before {
    top: 16px;
    left: 12px;
  }

  .i300e1ddb::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i85751c2c {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.af51858b,
.de09e486 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c803fe85d {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c803fe85d li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c803fe85d li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.af51858b li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.de09e486 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .bedd2149 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .bedd2149 .af51858b,
  .bedd2149 .de09e486 {
    width: 100%;
    margin-bottom: 16px;
  }

  .c803fe85d li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m7bcec1fa {
  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;
}

.m7bcec1fa.open {
  display: flex;
}

.m772886e5 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m3fac8b94 {
  position: relative;
}

.m3fac8b94 .e6e73153 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m3fac8b94 .e6e73153 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.f36d6a3b {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a316b4b6f {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a9563623f {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a3e085011 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a51b80cc3 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a51b80cc3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.e67fcaaf {
  width: 100%;
}

.b5dc02e7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a29143070 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a4a6aeb2a {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.ca6ad75e {
  margin-right: 12px;
}

.a4a6aeb2a span {
  font-size: 18px;
  font-weight: 700;
}

.a3ff12cf2 {
  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;
}

.a82060326 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a82060326 img {
  margin-right: 8px;
}

.a5b5980c6 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a5b5980c6 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.b5dc02e7 .e7ea98c8 {
  display: none;
}

.e7ea98c8 {
  width: 100%;
  padding: 18px 16px;
}

.a11a78a8c {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a5b5980c6 span {
    font-size: 24px;
  }

  .e7ea98c8 {
    display: none;
  }

  .b5dc02e7 .e7ea98c8 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a316b4b6f {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a9563623f {
    display: block;
  }

  .a3e085011 {
    width: 100%;
    margin-bottom: 12px;
  }

  .e67fcaaf {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a51b80cc3 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .b5dc02e7 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .e7ea98c8 {
    margin-top: 40px;
    padding: 0;
  }

  .a5b5980c6 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .f36d6a3b {
      padding: 12px;
    }

    .a316b4b6f {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a51b80cc3 {
      height: 120px;
    }

    .b5dc02e7 {
      padding: 8px 8px 0 8px;
    }

    .a29143070 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a4a6aeb2a span {
      font-size: 16px;
    }

    .e7ea98c8 {
      margin-top: 0;
    }

    .a11a78a8c {
      height: 36px;
    }

    .a3ff12cf2 {
      height: 94px;
      padding: 0;
    }

    .a5b5980c6 {
      font-size: 16px;
    }

    .a82060326 {
      font-size: 12px;
    }

    .a5b5980c6 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a51b80cc3 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s39fa8717.a3c6e5bdc {
  max-width: none;
}
.a020d653a {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a05cdad63 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a05cdad63 {}
.a15928959 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.c9bf15d1 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a36a2bc5f {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a050161c8 {}
.ba54e8cd {
  width: 64%;
}
.a3c6e5bdc .rank-math-breadcrumb a, .a3c6e5bdc .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a15928959 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .c9bf15d1 {
    margin: 0 auto 16px auto;
  }
  .ba54e8cd {
    width: 100%;
  }
}

.a28812eaf {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a28812eaf h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
