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

.g6c3de77f {
  color: #5b8f35;
}

.e89fe317 {
  color: #eb8348;
}

.df81c138,
.a029ec1b {
  width: 14px;
  height: 14px;
}

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

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

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

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

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

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

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

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

.l2f4808ff {
  display: flex;
}

.l2f4808ff .l99e521f7 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.l2f4808ff .l5b5800e5 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l2f4808ff .l99e521f7 .l5b5800e5 {
  margin-left: 0;
}

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

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

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

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

.be8ffa2b .l68699475 {
  width: 29%;
}

.be8ffa2b .r55fc79f8 {
  width: 69%;
}

.c35cb51bb {

}

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

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

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

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

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

.c1f514d63 .c1c8d683e {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c1f514d63 {
    margin-bottom: 20px;
  }
  .c35cb51bb {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c8d24a85 {
    margin: 0 15px;
  }
}

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

.e8e8144d.o7c83cc68 {
  background: rgba(255, 255, 255, 0.4);
}

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

.b02997f1 .e8e8144d {
  width: 69%;
  margin-top: 0;
}
.b02997f1 .d65b4d42 {
  width: 69%;
  margin-top: 0;
}
.b02997f1 .d65b4d42 .e8e8144d {
  width: 100%;
}

.c845e6721 {
  width: 29%;
}

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

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

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

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

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

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

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

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

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

.d0ca94434 {
  margin-bottom: 40px;
}

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

.f8cbfcc3 .a2bc84e7 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.f8cbfcc3 .d939dc9cc {
  display: flex;
  align-items: center;
}

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

.f8cbfcc3 .d9aedd3cb span {
  font-size: 14px;
  font-weight: 700;
}

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

.f8cbfcc3 .d72685a8 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.f8cbfcc3 .d125c50ba {
  margin-left: 10px;
}

.f8cbfcc3 .d1b86c3b5 {
  width: 115px;
  margin-left: 20px;
}

.f8cbfcc3 .d1b86c3b5 img {
  width: 100%;
}

.d4f41b6b0 {
  padding: 0 15px;
}

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

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

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

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

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

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

.cb9affad .p0fca74ac {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.a92f04ae .p0fca74ac,
.a92f04ae li::marker {
  color: #5b8f35;
}

.c7ad891fe .p0fca74ac,
.c7ad891fe li::marker {
  color: #eb8348;
}

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

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

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

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

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

.a11aa915 .p261e3de2.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.a11aa915 .p219bdbc7 {
  color: #5b8f35;
}

.a11aa915 .c2e5d30ab {
  color: #eb8348;
}

.a11aa915 .d116a85b {
  margin: 0;
  padding: 15px 0 0 0;
}

.a11aa915 .p7fb0540a {
  display: none;
}

.a11aa915 .p7fb0540a.active {
  display: block;
}

.m4ffd1c28 {
  margin-left: 5px;
}

.m4ffd1c28 .m7f33b8e7 {
  font-weight: 700;
  color: var(--color-primary);
}

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

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

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

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

  .c845e6721 {
    display: none;
  }
}

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

  .be8ffa2b .l68699475,
  .be8ffa2b .r55fc79f8 {
    width: 100%;
  }

  .be8ffa2b .l68699475 {
    width: 60%;
    margin-bottom: 15px;
  }
}

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

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

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

  .f8cbfcc3 .a2bc84e7 {
    text-align: center;
  }

  .a11aa915 {
    display: block;
  }

  .cb9affad {
    display: none;
  }
}

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

  .f5b1325e .t4d09009a {
    margin-bottom: 15px;
  }

  .ef48e5f1 {
    top: -5px;
  }

  .l2f4808ff .l99e521f7 {
    font-size: 12px;
  }

  .l2f4808ff .l5b5800e5 {
    width: 18px;
    height: 18px;
  }

  .f8cbfcc3 .a2bc84e7 {
    font-size: 12px;
  }

  .d0ca94434 {
    margin-bottom: 15px;
  }

  .f8cbfcc3 {
    margin-bottom: 15px;
  }

  .f8cbfcc3 .d939dc9cc {
    margin-top: 0;
    justify-content: space-between;
  }

  .f8cbfcc3 .d72685a8 {
    width: 40px;
    height: 40px;
  }

  .f8cbfcc3 .d1b86c3b5 {
    width: 72px;
  }

  .f8cbfcc3 .d125c50ba {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .f8cbfcc3 .d834b357a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .f8cbfcc3 .d9aedd3cb:after {
    height: 14px;
    top: 11px;
  }

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

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

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

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

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

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

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

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

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

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

.h031984d4 .h4a236f03 {
  position: relative;
  width: 65%;
}

.h031984d4 .h5a83080b {
  position: relative;
  width: 35%;
}

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

.h031984d4 .h97a268c7 {
  text-align: left;
}

.h031984d4 .bc6c8144 .h97a268c7 {
  max-width: 1128px;
  text-align: center;
}

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

.h031984d4 .h698f3490 a {
  color: var(--color-primary);
}

.h031984d4 .bc6c8144 .h698f3490 {
  max-width: 870px;
  text-align: center;
}

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

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

.h031984d4 .h8319b7cd {
  margin-top: 30px;
  font-size: 12px;
}

.h031984d4 .h5a83080b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h031984d4 .h7638374b {
  justify-content: center;
  padding: 10px;
}

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

.h031984d4 .h7de49c8b {
  margin-top: 36px;
}

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

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

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

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

.h7de49c8b .a004afa9 {
  margin-right: 16px;
}

.h7de49c8b .fc623573 {
  font-size: 12px;
  line-height: 19px;
}

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

.h7de49c8b .h84756e5c {
  margin-right: 32px;
}

.h7de49c8b .ab11d655 {
  font-size: 12px;
  line-height: 19px;
}

.h7de49c8b .h282a1c22 {
  font-weight: 700;
}

.h7de49c8b .h1fb553e4 {
  display: none;
}

.h7de49c8b .h146a2b91 {
  display: flex;
  align-items: center;
}

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

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

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

.f9c277a9 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.e6081724 .f9c277a9 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h3113ca69:hover .f9c277a9 {
  display: block;
}
.e6081724:hover .f9c277a9 {
  display: block;
}
.f9c277a9 .a6f4c84b4 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.f9c277a9 .a9fdbdbae {
  margin-bottom: 4px;
}
.f9c277a9 .a7c1cecdf {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h7de49c8b .ec33b42b {
    position: static;
  }
  .h7de49c8b {
    position: relative;
  }
  .f9c277a9 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

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

.h339054e7 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d1aaeb8e .h9ba49d76 {
  width: 44px;
  height: 44px;
}

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

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

.h031984d4.m6a6be68d {
  margin-bottom: 0;
}

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

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

.h2b693f4d .fda1e44b {
  max-width: 270px;
  max-height: 35px;
}

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

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

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

  .h031984d4 .h900bd604 {
    margin-top: 40px;
  }

  .d1aaeb8e .h79cf2690 {
    width: 190px;
  }
}

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

  .h031984d4 .h4a236f03,
  .h031984d4 .h5a83080b {
    width: 100%;
  }

  .h0dcbc019 .h4bf0204b {
    margin-top: 50px;
  }

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

  .d1aaeb8e .h79cf2690 {
    margin: 0 32px 48px 0;
  }
}

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

  .h2b693f4d .fda1e44b {
    max-width: 200px;
  }

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

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

  .h2b693f4d .fda1e44b {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h031984d4 .h7de49c8b {
    font-size: 12px;
    margin-top: 16px;
  }
  .h7de49c8b .h3113ca69 a {
    font-size: 12px;
  }

  .h7de49c8b .ec33b42b {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h7de49c8b .h9051459e {
    width: 28px;
    height: 28px;
  }

  .h7de49c8b .fc623573,
  .h7de49c8b .ab11d655 {
    font-size: 10px;
    line-height: 13px;
  }

  .h7de49c8b .h2e0298c8 {
    width: 49px;
  }

  .h7de49c8b .a004afa9 {
    margin-right: 8px;
  }

  .h7de49c8b .h84756e5c {
    margin-right: 12px;
  }

  .h7de49c8b .h23c66db7 {
    position: relative;
  }

  .h7de49c8b .h1fb553e4 {
    display: block;
  }

  .h7de49c8b .h146a2b91 {
    display: none;
  }

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

  .c8d24a85 {
    padding: 0;
  }

  .c1f514d63 {
  }

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

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

  .h031984d4 .h97a268c7 {
    text-align: center;
  }

  .h031984d4 .h698f3490 {
    font-size: 14px;
  }

  .h031984d4 .h900bd604 {
    margin-top: 20px;
    justify-content: center;
  }

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

  .h031984d4 .h5a83080b {
    margin-top: 40px;
  }

  .h031984d4 .ec2c3a41 {
    font-size: 8px;
  }

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

  .h339054e7 .h3fc96e6c {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .h339054e7 .e0cdf1eb {
    font-size: 14px;
  }

  .h339054e7 .e0cdf1eb span {
    font-size: 16px;
  }

  .h339054e7 .h0d75225a {
    font-size: 12px;
  }

  .h339054e7 .h5a8c22b2 {
    width: 48px;
    height: 48px;
    order: 2;
  }

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

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

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

  .d1aaeb8e .h79cf2690 {
    width: 158px;
    margin-right: 12px;
  }

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

  .d1aaeb8e .h9ba49d76 {
    width: 32px;
    height: 32px;
  }

  .d1aaeb8e .h5dc42d98 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .d1aaeb8e .h5dc42d98::after {
    bottom: 10px;
  }

  .h36532e84 {
    margin-bottom: 12px;
  }

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

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

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

  .h2b693f4d .fda1e44b {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f6bb8853f .f17b208d0:hover {
  background: rgba(255, 255, 255, 0.7);
}

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

.f6bb8853f .f82d44609 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f6bb8853f .f82d44609.active {
  display: block;
}

.f6bb8853f .f2ee9fae4,
.f6bb8853f .f39eb9535 {
  display: none;
  width: 18px;
  height: 18px;
}

.f6bb8853f .f2ee9fae4.active {
  display: block;
}

.f6bb8853f .f39eb9535.active {
  display: block;
}

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

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

  .f6bb8853f .d8fa2b7d {
    font-size: 10px;
    padding: 15px;
  }

  .f6bb8853f .b53ea20e {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f6bb8853f .f82d44609 {
    margin-left: 0;
    font-size: 10px;
  }

  .f6bb8853f .f9f1dc800 {
    max-width: 90%;
    font-size: 12px;
  }

  .f6bb8853f .f2ee9fae4,
  .f6bb8853f .f39eb9535 {
    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 */
.p888e4fbf {
  padding: 100px 15px;
}

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

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

.p1a92fe4c .ab4fb513 {
  margin: 20px 0;
}

.p1a92fe4c .p5ac99a4b {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

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

.p1a92fe4c .p24c28517 {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

  .ab4fb513 svg {
    height: 70px;
  }

  .p1a92fe4c .p5ac99a4b {
    font-size: 16px;
  }

  .p1a92fe4c .p24c28517 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

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

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

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

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

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

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

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

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

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

  .a62a2e46 .d02214fbc {
    height: 160px;
  }
}

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

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

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

  .a62a2e46 .d02214fbc {
    height: 180px;
  }

  .a62a2e46 .d8b48ac72 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

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

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

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

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

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

.df9ce877 .h7de49c8b {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c6b3b10c8 {
  width: 69%;
}

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

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

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

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

.e920e085 .i726a1020 {
  padding: 32px;
}

.e920e085 .i726a1020 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.e920e085 .i726a1020 table {
  width: 100%;
}

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

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

  .e920e085 .i63319fb1 {
    height: 320px;
  }
}

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

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

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

  .e920e085 .i726a1020 {
    padding: 12px;
  }

  .e920e085 .i726a1020 p {
    font-size: 12px;
    line-height: 20px;
  }

  .e920e085 .i726a1020 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

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

.a303e37ed {
  max-width: none;
}

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

.bbd3bbd0 .a8eb85a1e {
  display: flex;
  align-items: center;
}

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

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

.bbd3bbd0 .a11b8436b {
  display: none;
}

.bbd3bbd0 .a2d098047 {
  display: flex;
  align-items: center;
}

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

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

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

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

.bbd3bbd0 .c8dafa40 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.bbd3bbd0 .a4f1d7fd1 {
  margin-top: 20px;
}

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

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

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

  .bbd3bbd0 .a4e98aad {
    width: 48px;
    height: 48px;
  }

  .bbd3bbd0 .a4f1d7fd1 {
    margin-top: 16px;
  }

  .bbd3bbd0 .b5fe3905 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .bbd3bbd0 .a786c037f {
    font-size: 12px;
  }

  .bbd3bbd0 .a427578b8 {
    order: 2;
  }

  .bbd3bbd0 .c8dafa40 {
    font-size: 10px;
  }

  .bbd3bbd0 .e6fe8069 {
    font-size: 12px;
  }

  .bbd3bbd0 .a722cd2d9 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

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

.h0dcbc019 {
  flex-wrap: wrap;
}

.h0dcbc019 .h97a268c7 {
  width: 90%;
  z-index: 10;
}

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

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

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

.h02a7b1f0 .h698f3490 {
  line-height: 27px;
}

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

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

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

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

.e08a22d1 .eeb09def {
  width: 250px;
}

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

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

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

.e08a22d1 .b23a27dd {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.b23a27dd {
  display: flex;
}

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

.b23a27dd .c414e422 svg {
  margin-right: 8px;
}

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

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

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

.h456822e1 .h9e5171ad {
  width: 50%;
}

.h456822e1 .h9f6c81f6 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

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

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

  .h456822e1 {
    width: 39%;
  }
}

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

  .e08a22d1,
  .h456822e1 {
    width: 100%;
  }
}

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

  .h807db714 {
    margin-top: 20px;
  }

  .e08a22d1 .h4f5a9a81 {
    justify-content: center;
    width: 240px;
  }

  .h456822e1 {
    font-size: 16px;
  }

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

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

  .e08a22d1 .b23a27dd {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .e08a22d1 .eeb09def {
    width: 192px;
  }

  .e08a22d1 .b3c55ac3 {
    display: none;
  }

  .h456822e1 .h9e5171ad {
    width: 55%;
  }

  .h456822e1 .h9f6c81f6 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g092776f8 {
  max-width: 900px;
}

.b02997f1 .g092776f8 {
  width: 69%;
}

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

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

.s930ddb18 .s574fe534 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

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

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

.e2123da7 .a4c7bc5d:hover {
  background: rgba(255, 255, 255, 0.7);
}

.e2123da7 .s2fd18c52 {
  display: block;
  padding: 12px;
}

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

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

.e2123da7 .s18979740 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

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

.e2123da7 .f0259ff0 {
  display: flex;
}

.e2123da7 .s50f3424f {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.e2123da7 .s50f3424f img {
  margin-right: 6px;
}

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

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

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

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

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

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

  .e2123da7 .a4c7bc5d {
    width: 48%;
    margin-bottom: 16px;
  }

  .e2123da7 .e4087aa1 {
    height: 90px;
  }

  .e2123da7 .s9ca44612 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .e2123da7 .s18979740 {
    font-size: 12px;
    padding-bottom: 12px;
  }

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

  .e2123da7 .s50f3424f {
    margin-right: 8px;
  }

  .e2123da7 .s50f3424f img {
    width: 15px;
  }
}

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

  .e2123da7 .s50f3424f {
    margin-right: 4px;
  }
}

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

  .e2123da7 .s05e5c228 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

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

.s9099035e {
  background: #fff;
}

.s9099035e .c6866b346 {
  border: none;
}

.s9099035e .af6c89b3 {
  padding: 0;
}

.s9099035e .d77d2dee {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

  .s525d7fbc {
    padding-left: 46px;
  }

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

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

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

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

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

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

.f0e1be8c4.open .f62eb413c {
  display: block;
}

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

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

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

  .f98b767d {
    height: 40px;
  }

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

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

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

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

.eb7b83b7.open .fd378e09.open {
  display: none;
}

.eb7b83b7.open .fd378e09.close {
  display: inline-block;
}

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

.fd378e09.close {
  display: none;
}

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

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

.r757a85e7 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.r82f63a38 {
  margin-right: 8px;
}

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

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

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

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

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

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

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

  .r59b4331e {
    margin-top: 8px;
  }

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

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

.a2ea99583 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.c8c1ad83 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l2b80e274 {
    width: 48%;
  }

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

  .l968b15de {
    height: 86px;
  }

  .cd8d1a7b {
    height: 86px;
  }

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

  .l6daa8ae9 {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

/* IMPORTANT BLOCK END */

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

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

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

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

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

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

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

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

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

  .cb9affad .c0a746f83,
  .cb9affad .c7b2c0e8e {
    width: 100%;
    margin-bottom: 16px;
  }

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

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

.m33c0714c.open {
  display: flex;
}

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

.f3c30126 {
  position: relative;
}

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

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

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

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

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

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

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

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

.b383c2c9 {
  width: 100%;
}

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

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

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

.a66504b28 {
  margin-right: 12px;
}

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

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

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

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

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

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

.c1d46cb9 .a4bd4ae9 {
  display: none;
}

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

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

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

  .a4bd4ae9 {
    display: none;
  }

  .c1d46cb9 .a4bd4ae9 {
    display: block;
  }
}

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

  .a90a2c70f {
    display: block;
  }

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

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

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

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

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

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

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

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

    .c63125d7 {
      height: 120px;
    }

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

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

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

    .a4bd4ae9 {
      margin-top: 0;
    }

    .a862ea398 {
      height: 36px;
    }

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

    .f7631cb0 {
      font-size: 16px;
    }

    .c151d107 {
      font-size: 12px;
    }

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

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

.f55330c9.c1dd9599 {
  max-width: none;
}
.f331c103 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.f4f1095a {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.f4f1095a {}
.d93b3e87 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a56d3d283 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.c79e1866 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.c9a8d616 {}
.a4b684cf4 {
  width: 64%;
}
.c1dd9599 .rank-math-breadcrumb a, .c1dd9599 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .d93b3e87 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a56d3d283 {
    margin: 0 auto 16px auto;
  }
  .a4b684cf4 {
    width: 100%;
  }
}

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