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

.fd75ba30 {
  color: #5b8f35;
}

.b6b16ab8e {
  color: #eb8348;
}

.d0718d44,
.s23a0a482 {
  width: 14px;
  height: 14px;
}

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

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

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

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

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

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

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

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

.l9f340202 {
  display: flex;
}

.l9f340202 .ce22d0fc {
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.l9f340202 .l18db64e8 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l9f340202 .ce22d0fc .l18db64e8 {
  margin-left: 0;
}

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

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

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

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

.fd0c9e26 .f921c93a {
  width: 29%;
}

.fd0c9e26 .r9fa0f8a9 {
  width: 69%;
}

.c764835b6 {

}

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

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

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

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

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

.c0fd80d5a .c0c042807 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c0fd80d5a {
    margin-bottom: 20px;
  }
  .c764835b6 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .d85b0abc {
    margin: 0 15px;
  }
}

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

.c8073fc70.f9ddc568 {
  background: rgba(255, 255, 255, 0.4);
}

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

.c8fd51a43 .c8073fc70 {
  width: 69%;
  margin-top: 0;
}
.c8fd51a43 .e9a7c0f0 {
  width: 69%;
  margin-top: 0;
}
.c8fd51a43 .e9a7c0f0 .c8073fc70 {
  width: 100%;
}

.c9432109c {
  width: 29%;
}

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

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

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

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

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

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

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

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

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

.d4f2a2039 {
  margin-bottom: 40px;
}

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

.d7b42b45a .ca276cda {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d7b42b45a .d01eadc1 {
  display: flex;
  align-items: center;
}

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

.d7b42b45a .f2763bf6 span {
  font-size: 14px;
  font-weight: 700;
}

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

.d7b42b45a .b6ba0972 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d7b42b45a .d73c0dc60 {
  margin-left: 10px;
}

.d7b42b45a .d4c4132be {
  width: 115px;
  margin-left: 20px;
}

.d7b42b45a .d4c4132be img {
  width: 100%;
}

.d5f2dc10d {
  padding: 0 15px;
}

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

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

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

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

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

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

.dbf68810 .p1fa60311 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p2aa64c37 .p1fa60311,
.p2aa64c37 li::marker {
  color: #5b8f35;
}

.f951d967 .p1fa60311,
.f951d967 li::marker {
  color: #eb8348;
}

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

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

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

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

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

.p0c0136ee .p4a0daac3.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p0c0136ee .p31f7ac7a {
  color: #5b8f35;
}

.p0c0136ee .c3e314716 {
  color: #eb8348;
}

.p0c0136ee .p0bdda1e9 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p0c0136ee .p1e2cd8d0 {
  display: none;
}

.p0c0136ee .p1e2cd8d0.active {
  display: block;
}

.m5f916b95 {
  margin-left: 5px;
}

.m5f916b95 .fa6db1e7 {
  font-weight: 700;
  color: var(--color-primary);
}

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

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

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

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

  .c9432109c {
    display: none;
  }
}

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

  .fd0c9e26 .f921c93a,
  .fd0c9e26 .r9fa0f8a9 {
    width: 100%;
  }

  .fd0c9e26 .f921c93a {
    width: 60%;
    margin-bottom: 15px;
  }
}

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

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

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

  .d7b42b45a .ca276cda {
    text-align: center;
  }

  .p0c0136ee {
    display: block;
  }

  .dbf68810 {
    display: none;
  }
}

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

  .e5dd45e3 .fd750a67 {
    margin-bottom: 15px;
  }

  .accb81fc {
    top: -5px;
  }

  .l9f340202 .ce22d0fc {
    font-size: 12px;
  }

  .l9f340202 .l18db64e8 {
    width: 18px;
    height: 18px;
  }

  .d7b42b45a .ca276cda {
    font-size: 12px;
  }

  .d4f2a2039 {
    margin-bottom: 15px;
  }

  .d7b42b45a {
    margin-bottom: 15px;
  }

  .d7b42b45a .d01eadc1 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d7b42b45a .b6ba0972 {
    width: 40px;
    height: 40px;
  }

  .d7b42b45a .d4c4132be {
    width: 72px;
  }

  .d7b42b45a .d73c0dc60 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d7b42b45a .e2d7b9a0 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d7b42b45a .f2763bf6:after {
    height: 14px;
    top: 11px;
  }

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

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

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

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

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

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

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

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

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

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

.d9d28d66 .h99e62156 {
  position: relative;
  width: 65%;
}

.d9d28d66 .h36909f2a {
  position: relative;
  width: 35%;
}

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

.d9d28d66 .h5dfee996 {
  text-align: left;
}

.d9d28d66 .h0c108bb9 .h5dfee996 {
  max-width: 1128px;
  text-align: center;
}

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

.d9d28d66 .h79e3432d a {
  color: var(--color-primary);
}

.d9d28d66 .h0c108bb9 .h79e3432d {
  max-width: 870px;
  text-align: center;
}

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

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

.d9d28d66 .h1251ea82 {
  margin-top: 30px;
  font-size: 12px;
}

.d9d28d66 .h36909f2a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.d9d28d66 .e7706a04 {
  justify-content: center;
  padding: 10px;
}

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

.d9d28d66 .ecacc1c4 {
  margin-top: 36px;
}

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

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

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

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

.ecacc1c4 .b08def90 {
  margin-right: 16px;
}

.ecacc1c4 .c39eb8c1 {
  font-size: 12px;
  line-height: 19px;
}

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

.ecacc1c4 .c7f60a51 {
  margin-right: 32px;
}

.ecacc1c4 .bb98966c {
  font-size: 12px;
  line-height: 19px;
}

.ecacc1c4 .h38a35c1b {
  font-weight: 700;
}

.ecacc1c4 .h9d5952d7 {
  display: none;
}

.ecacc1c4 .h8be75927 {
  display: flex;
  align-items: center;
}

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

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

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

.ae0586a2 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c2a5722f1 .ae0586a2 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h219a8a50:hover .ae0586a2 {
  display: block;
}
.c2a5722f1:hover .ae0586a2 {
  display: block;
}
.ae0586a2 .ba8cfa31 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.ae0586a2 .a4510d21c {
  margin-bottom: 4px;
}
.ae0586a2 .b6406d8e {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .ecacc1c4 .afb0d026 {
    position: static;
  }
  .ecacc1c4 {
    position: relative;
  }
  .ae0586a2 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

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

.h701330ea {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bdb97caf .a9ea4446 {
  width: 44px;
  height: 44px;
}

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

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

.d9d28d66.ef35ef8d {
  margin-bottom: 0;
}

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

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

.e135be1c .be228046 {
  max-width: 270px;
  max-height: 35px;
}

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

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

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

  .d9d28d66 .h2077dcf9 {
    margin-top: 40px;
  }

  .bdb97caf .e6425426 {
    width: 190px;
  }
}

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

  .d9d28d66 .h99e62156,
  .d9d28d66 .h36909f2a {
    width: 100%;
  }

  .h5a0c3112 .c91c2178 {
    margin-top: 50px;
  }

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

  .bdb97caf .e6425426 {
    margin: 0 32px 48px 0;
  }
}

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

  .e135be1c .be228046 {
    max-width: 200px;
  }

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

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

  .e135be1c .be228046 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .d9d28d66 .ecacc1c4 {
    font-size: 12px;
    margin-top: 16px;
  }
  .ecacc1c4 .h219a8a50 a {
    font-size: 12px;
  }

  .ecacc1c4 .afb0d026 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .ecacc1c4 .afadc82c {
    width: 28px;
    height: 28px;
  }

  .ecacc1c4 .c39eb8c1,
  .ecacc1c4 .bb98966c {
    font-size: 10px;
    line-height: 13px;
  }

  .ecacc1c4 .h3e8bd8f1 {
    width: 49px;
  }

  .ecacc1c4 .b08def90 {
    margin-right: 8px;
  }

  .ecacc1c4 .c7f60a51 {
    margin-right: 12px;
  }

  .ecacc1c4 .f00323e2 {
    position: relative;
  }

  .ecacc1c4 .h9d5952d7 {
    display: block;
  }

  .ecacc1c4 .h8be75927 {
    display: none;
  }

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

  .d85b0abc {
    padding: 0;
  }

  .c0fd80d5a {
  }

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

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

  .d9d28d66 .h5dfee996 {
    text-align: center;
  }

  .d9d28d66 .h79e3432d {
    font-size: 14px;
  }

  .d9d28d66 .h2077dcf9 {
    margin-top: 20px;
    justify-content: center;
  }

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

  .d9d28d66 .h36909f2a {
    margin-top: 40px;
  }

  .d9d28d66 .h4137a5ba {
    font-size: 8px;
  }

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

  .h701330ea .f3965bb9 {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .h701330ea .h6221f0d8 {
    font-size: 14px;
  }

  .h701330ea .h6221f0d8 span {
    font-size: 16px;
  }

  .h701330ea .h92f850ec {
    font-size: 12px;
  }

  .h701330ea .h4a05628b {
    width: 48px;
    height: 48px;
    order: 2;
  }

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

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

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

  .bdb97caf .e6425426 {
    width: 158px;
    margin-right: 12px;
  }

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

  .bdb97caf .a9ea4446 {
    width: 32px;
    height: 32px;
  }

  .bdb97caf .h6f8af4a8 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .bdb97caf .h6f8af4a8::after {
    bottom: 10px;
  }

  .h5a40b9a5 {
    margin-bottom: 12px;
  }

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

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

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

  .e135be1c .be228046 {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f532cb78 .f173756d9:hover {
  background: rgba(255, 255, 255, 0.7);
}

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

.f532cb78 .f015d0e90 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f532cb78 .f015d0e90.active {
  display: block;
}

.f532cb78 .f11157756,
.f532cb78 .f2962d50c {
  display: none;
  width: 18px;
  height: 18px;
}

.f532cb78 .f11157756.active {
  display: block;
}

.f532cb78 .f2962d50c.active {
  display: block;
}

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

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

  .f532cb78 .f5b7363e4 {
    font-size: 10px;
    padding: 15px;
  }

  .f532cb78 .f7f62235f {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f532cb78 .f015d0e90 {
    margin-left: 0;
    font-size: 10px;
  }

  .f532cb78 .dc9eac0d {
    max-width: 90%;
    font-size: 12px;
  }

  .f532cb78 .f11157756,
  .f532cb78 .f2962d50c {
    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 */
.p2595d044 {
  padding: 100px 15px;
}

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

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

.p1a17a045 .e8ccd11e {
  margin: 20px 0;
}

.p1a17a045 .p4aa5edf6 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

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

.p1a17a045 .fe098ca5 {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

  .e8ccd11e svg {
    height: 70px;
  }

  .p1a17a045 .p4aa5edf6 {
    font-size: 16px;
  }

  .p1a17a045 .fe098ca5 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

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

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

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

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

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

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

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

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

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

  .d6c76af17 .d63bdc366 {
    height: 160px;
  }
}

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

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

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

  .d6c76af17 .d63bdc366 {
    height: 180px;
  }

  .d6c76af17 .d9bc1ec4b {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

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

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

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

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

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

.h4ed4b538 .ecacc1c4 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.b3ea5a4c {
  width: 69%;
}

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

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

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

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

.i9b9eabe1 .b8369171 {
  padding: 32px;
}

.i9b9eabe1 .b8369171 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i9b9eabe1 .b8369171 table {
  width: 100%;
}

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

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

  .i9b9eabe1 .i6cc1d3cd {
    height: 320px;
  }
}

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

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

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

  .i9b9eabe1 .b8369171 {
    padding: 12px;
  }

  .i9b9eabe1 .b8369171 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i9b9eabe1 .b8369171 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

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

.a51a2bb37 {
  max-width: none;
}

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

.a718f3a81 .a5d7d144b {
  display: flex;
  align-items: center;
}

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

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

.a718f3a81 .a5871deb3 {
  display: none;
}

.a718f3a81 .e156b592 {
  display: flex;
  align-items: center;
}

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

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

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

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

.a718f3a81 .a041127d {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a718f3a81 .a278697ec {
  margin-top: 20px;
}

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

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

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

  .a718f3a81 .cc726290 {
    width: 48px;
    height: 48px;
  }

  .a718f3a81 .a278697ec {
    margin-top: 16px;
  }

  .a718f3a81 .f67d5d08 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a718f3a81 .a3bef6772 {
    font-size: 12px;
  }

  .a718f3a81 .a01f61cb5 {
    order: 2;
  }

  .a718f3a81 .a041127d {
    font-size: 10px;
  }

  .a718f3a81 .a353bce3c {
    font-size: 12px;
  }

  .a718f3a81 .a1e99c8c img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

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

.h5a0c3112 {
  flex-wrap: wrap;
}

.h5a0c3112 .h5dfee996 {
  width: 90%;
  z-index: 10;
}

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

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

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

.cef88425 .h79e3432d {
  line-height: 27px;
}

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

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

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

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

.h4d91bd2a .bf5fc745 {
  width: 250px;
}

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

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

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

.h4d91bd2a .g23727a92 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g23727a92 {
  display: flex;
}

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

.g23727a92 .ac8f0c1f svg {
  margin-right: 8px;
}

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

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

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

.e873bd1a .h520e4478 {
  width: 50%;
}

.e873bd1a .a0900c44 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

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

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

  .e873bd1a {
    width: 39%;
  }
}

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

  .h4d91bd2a,
  .e873bd1a {
    width: 100%;
  }
}

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

  .c3fed319 {
    margin-top: 20px;
  }

  .h4d91bd2a .h27c172bc {
    justify-content: center;
    width: 240px;
  }

  .e873bd1a {
    font-size: 16px;
  }

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

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

  .h4d91bd2a .g23727a92 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h4d91bd2a .bf5fc745 {
    width: 192px;
  }

  .h4d91bd2a .h8c39d771 {
    display: none;
  }

  .e873bd1a .h520e4478 {
    width: 55%;
  }

  .e873bd1a .a0900c44 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g8bcb77cb {
  max-width: 900px;
}

.c8fd51a43 .g8bcb77cb {
  width: 69%;
}

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

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

.fb963325 .s47239289 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

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

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

.ede271db .s7e0cb5ef:hover {
  background: rgba(255, 255, 255, 0.7);
}

.ede271db .s6618118a {
  display: block;
  padding: 12px;
}

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

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

.ede271db .s081ed779 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

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

.ede271db .a7e26efb {
  display: flex;
}

.ede271db .d21f437c {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.ede271db .d21f437c img {
  margin-right: 6px;
}

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

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

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

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

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

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

  .ede271db .s7e0cb5ef {
    width: 48%;
    margin-bottom: 16px;
  }

  .ede271db .s881bed80 {
    height: 90px;
  }

  .ede271db .f0b7d133 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .ede271db .s081ed779 {
    font-size: 12px;
    padding-bottom: 12px;
  }

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

  .ede271db .d21f437c {
    margin-right: 8px;
  }

  .ede271db .d21f437c img {
    width: 15px;
  }
}

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

  .ede271db .d21f437c {
    margin-right: 4px;
  }
}

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

  .ede271db .d6208c7d span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

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

.s435c4d0b {
  background: #fff;
}

.s435c4d0b .c04752467 {
  border: none;
}

.s435c4d0b .c653008e2 {
  padding: 0;
}

.s435c4d0b .bfe6c5d3 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

  .s11de1bb1 {
    padding-left: 46px;
  }

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

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

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

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

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

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

.f1e779f79.open .f352cb037 {
  display: block;
}

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

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

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

  .f660604cb {
    height: 40px;
  }

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

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

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

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

.bcbc72bc.open .h95ac6634.open {
  display: none;
}

.bcbc72bc.open .h95ac6634.close {
  display: inline-block;
}

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

.h95ac6634.close {
  display: none;
}

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

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

.r22bd74ec {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.cb3fa7e0 {
  margin-right: 8px;
}

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

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

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

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

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

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

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

  .r8165799a {
    margin-top: 8px;
  }

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

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

.a6d2af18e {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.a4d23aa2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l431b0a49 {
    width: 48%;
  }

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

  .l4e5a5f5a {
    height: 86px;
  }

  .ac1196a1 {
    height: 86px;
  }

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

  .l5256075b {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

/* IMPORTANT BLOCK END */

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

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

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

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

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

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

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

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

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

  .dbf68810 .a76ff078,
  .dbf68810 .d6379175 {
    width: 100%;
    margin-bottom: 16px;
  }

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

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

.m83bc7bb1.open {
  display: flex;
}

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

.b8011ed2 {
  position: relative;
}

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

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

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

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

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

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

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

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

.a23dcbec4 {
  width: 100%;
}

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

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

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

.a541e9218 {
  margin-right: 12px;
}

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

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

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

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

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

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

.a65f1312e .e3365192 {
  display: none;
}

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

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

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

  .e3365192 {
    display: none;
  }

  .a65f1312e .e3365192 {
    display: block;
  }
}

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

  .a802b8736 {
    display: block;
  }

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

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

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

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

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

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

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

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

    .a1ee06f53 {
      height: 120px;
    }

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

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

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

    .e3365192 {
      margin-top: 0;
    }

    .a5effe91c {
      height: 36px;
    }

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

    .c52dc580 {
      font-size: 16px;
    }

    .a86daca7c {
      font-size: 12px;
    }

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

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

.s641b6d86.a825ef194 {
  max-width: none;
}
.f3b49f0a {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.f4745753 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.f4745753 {}
.a487363c8 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a59239eff {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.c71b466f {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a58e08b59 {}
.a4bed12fd {
  width: 64%;
}
.a825ef194 .rank-math-breadcrumb a, .a825ef194 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a487363c8 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a59239eff {
    margin: 0 auto 16px auto;
  }
  .a4bed12fd {
    width: 100%;
  }
}

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