/* 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);
}

.c6d31633 {
  color: #5b8f35;
}

.a60a5bfa {
  color: #eb8348;
}

.aadf8d5b,
.eebc54f6 {
  width: 14px;
  height: 14px;
}

.aadf8d5b path {
  fill: var(--color-primary);
}

.eebc54f6 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.adf977bd {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.e8e69560 {
  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;
}

.e8e69560: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);
}

.e8e69560 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l26a6f112 {
  display: flex;
}

.l26a6f112 .d9ace2b7 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l26a6f112 .f553630d {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l26a6f112 .bd848b79 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l26a6f112 .d9ace2b7 .bd848b79 {
  margin-left: 0;
}

.c09946e6d {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c3c682e87 {
  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;
}

.c4c2dedf9 {
  width: 100%;
  position: relative;
}

.t585371b7 {
  display: flex;
  justify-content: space-between;
}

.t585371b7 .c2876539 {
  width: 29%;
}

.t585371b7 .r46bd1d08 {
  width: 69%;
}

.d317da27 {

}

.c77980f14 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c8ec6756d {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c8ec6756d.c7233331 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.a01b08f2 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.a01b08f2::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.d317da27 {
  width: 100%;
}
.aa583272 .a01b08f2::before {
  content: none;
  border: none;
  height: 0;
}

.a01b08f2 .a3c72daf {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .a01b08f2 {
    margin-bottom: 20px;
  }
  .d317da27 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c77980f14 {
    margin: 0 15px;
  }
}

.c8f31bb94 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c8f31bb94.ed0e419c {
  background: rgba(255, 255, 255, 0.4);
}

.bcf358a9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.bcf358a9 .c8f31bb94 {
  width: 69%;
  margin-top: 0;
}
.bcf358a9 .da81821a {
  width: 69%;
  margin-top: 0;
}
.bcf358a9 .da81821a .c8f31bb94 {
  width: 100%;
}

.c5772039a {
  width: 29%;
}

.c269d56e5 {
  max-width: 1320px;
  margin: 0 auto;
}

.c269d56e5 img {
  max-width: 100%;
}

.c269d56e5 .t44e7f977 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c269d56e5 .t44e7f977 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t44e7f977 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;
}

.h456422de th {
  padding: 20px 32px;
  border-radius: 0;
}

.h456422de td {
  padding: 20px 28px;
}

.h456422de td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.ea75cfa8 {
  margin-bottom: 40px;
}

.b65e442e {
  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;
}

.b65e442e .c5652b3e {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.b65e442e .d75414250 {
  display: flex;
  align-items: center;
}

.b65e442e .fd347c12 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.b65e442e .fd347c12 span {
  font-size: 14px;
  font-weight: 700;
}

.b65e442e .fd347c12:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.b65e442e .a0164a5f {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.b65e442e .d656c9f4d {
  margin-left: 10px;
}

.b65e442e .d5bcf00f5 {
  width: 115px;
  margin-left: 20px;
}

.b65e442e .d5bcf00f5 img {
  width: 100%;
}

.d9c6dd20b {
  padding: 0 15px;
}

.fca67072 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s1388c65a {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s3dcecac6 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s1ad6a69e {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p04f2657d {
  display: flex;
  justify-content: space-between;
}

.p18b69b16 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p18b69b16 .dce61017 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.e7babc43 .dce61017,
.e7babc43 li::marker {
  color: #5b8f35;
}

.c344d2913 .dce61017,
.c344d2913 li::marker {
  color: #eb8348;
}

.p7bbf2256 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p7bbf2256 li:last-of-type {
  margin-bottom: 0;
}

.be8ff0e7 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.be8ff0e7 .p2064168a {
  display: flex;
  justify-content: space-between;
}

.be8ff0e7 .d9142d21 {
  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;
}

.be8ff0e7 .d9142d21.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.be8ff0e7 .f2b7bf7c {
  color: #5b8f35;
}

.be8ff0e7 .fd715410 {
  color: #eb8348;
}

.be8ff0e7 .p7bbf2256 {
  margin: 0;
  padding: 15px 0 0 0;
}

.be8ff0e7 .p08809bfd {
  display: none;
}

.be8ff0e7 .p08809bfd.active {
  display: block;
}

.m9cd17893 {
  margin-left: 5px;
}

.m9cd17893 .eebe3513 {
  font-weight: 700;
  color: var(--color-primary);
}

.m9cd17893 .m2870569a {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c269d56e5 {
    padding: 15px;
  }

  .e8e69560 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .bcf358a9 .c8f31bb94 {
    width: 100%;
  }
  .bcf358a9 .da81821a {
    width: 100%;
  }

  .c5772039a {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t585371b7 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t585371b7 .c2876539,
  .t585371b7 .r46bd1d08 {
    width: 100%;
  }

  .t585371b7 .c2876539 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t585371b7 .c2876539 {
    width: 100%;
  }

  .b65e442e {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .b65e442e .d75414250 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .b65e442e .c5652b3e {
    text-align: center;
  }

  .be8ff0e7 {
    display: block;
  }

  .p18b69b16 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c8f31bb94 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c269d56e5 .t44e7f977 {
    margin-bottom: 15px;
  }

  .c09946e6d {
    top: -5px;
  }

  .l26a6f112 .d9ace2b7 {
    font-size: 12px;
  }

  .l26a6f112 .bd848b79 {
    width: 18px;
    height: 18px;
  }

  .b65e442e .c5652b3e {
    font-size: 12px;
  }

  .ea75cfa8 {
    margin-bottom: 15px;
  }

  .b65e442e {
    margin-bottom: 15px;
  }

  .b65e442e .d75414250 {
    margin-top: 0;
    justify-content: space-between;
  }

  .b65e442e .a0164a5f {
    width: 40px;
    height: 40px;
  }

  .b65e442e .d5bcf00f5 {
    width: 72px;
  }

  .b65e442e .d656c9f4d {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .b65e442e .f47bfa8d {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .b65e442e .fd347c12:after {
    height: 14px;
    top: 11px;
  }

  .b65e442e .f47bfa8d:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q223cc7a9 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q308541e5 .ba744026 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q308541e5 .q854cbaf2 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q223cc7a9 {
    margin: 15px 0;
    padding: 15px;
  }

  .q308541e5 .ba744026 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q308541e5 .q854cbaf2 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.ebee58c5 {
  background-size: cover;
}

.ebee58c5 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.a9b00ed9 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.a9b00ed9 .b065a298 {
  position: relative;
  width: 65%;
}

.a9b00ed9 .a58918c8 {
  position: relative;
  width: 35%;
}

.a9b00ed9 .b58278a9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.a9b00ed9 .h84e30c37 {
  text-align: left;
}

.a9b00ed9 .b58278a9 .h84e30c37 {
  max-width: 1128px;
  text-align: center;
}

.a9b00ed9 .baa3502b {
  color: var(--color-text-add);
  line-height: 25px;
}

.a9b00ed9 .baa3502b a {
  color: var(--color-primary);
}

.a9b00ed9 .b58278a9 .baa3502b {
  max-width: 870px;
  text-align: center;
}

.a9b00ed9 .h99e52fe9 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.a9b00ed9 .a22a81d3 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.a9b00ed9 .h29f74681 {
  margin-top: 30px;
  font-size: 12px;
}

.a9b00ed9 .a58918c8 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.a9b00ed9 .dcd6c607 {
  justify-content: center;
  padding: 10px;
}

.a9b00ed9 .f3b963b3 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.a9b00ed9 .d70a6dc7 {
  margin-top: 36px;
}

.d70a6dc7 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.d70a6dc7 .h0aef3fb7 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.d70a6dc7 .h0aef3fb7::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.d70a6dc7 .h9c8b8ac6 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.d70a6dc7 .h1f4eea38 {
  margin-right: 16px;
}

.d70a6dc7 .f0b8fa2b {
  font-size: 12px;
  line-height: 19px;
}

.d70a6dc7 .h8e598ff8 {
  font-weight: 700;
}
.d70a6dc7 .h8e598ff8 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.d70a6dc7 .h62a9e5c0 {
  margin-right: 32px;
}

.d70a6dc7 .h145b93c4 {
  font-size: 12px;
  line-height: 19px;
}

.d70a6dc7 .h976059b3 {
  font-weight: 700;
}

.d70a6dc7 .f0b82066 {
  display: none;
}

.d70a6dc7 .h3df3bdf5 {
  display: flex;
  align-items: center;
}

.d70a6dc7 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.d70a6dc7 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.d70a6dc7 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.b98bb4e9 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.ad912f0d .b98bb4e9 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h8e598ff8:hover .b98bb4e9 {
  display: block;
}
.ad912f0d:hover .b98bb4e9 {
  display: block;
}
.b98bb4e9 .a2915772d {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.b98bb4e9 .a357251a3 {
  margin-bottom: 4px;
}
.b98bb4e9 .a6f5d882f {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .d70a6dc7 .h0aef3fb7 {
    position: static;
  }
  .d70a6dc7 {
    position: relative;
  }
  .b98bb4e9 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h10360a69 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.d54cdf7b {
  position: relative;
}

.h4d820359 .a4fd53c9 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.d54cdf7b .h74505645 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.d54cdf7b .h7091e269 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.d54cdf7b .e5c66723 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.c1ca02ad {
  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;
}

.a36f0e3a {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a36f0e3a:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.a36f0e3a:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h0fc08269 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h0fc08269 .h7cbde7ed {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h0fc08269 span {
  font-size: 20px;
}

.h0fc08269 small {
  font-size: 16px;
  margin: 0 4px;
}

.h24ecb43e {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h86833b61 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h86833b61 .fddf6a68 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h2ea0fb4d {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h2ea0fb4d .h5056b0f4 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h2ea0fb4d .d6bf8ca2 {
  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;
}

.h2ea0fb4d .h65052fde {
  width: 44px;
  height: 44px;
}

.h2ea0fb4d .a3659f30 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h2ea0fb4d .a3659f30::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.a9b00ed9.fbe66b79 {
  margin-bottom: 0;
}

.c9593e47 {
  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;
}

.h38285bbd {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h38285bbd .h1b7d6fd7 {
  max-width: 270px;
  max-height: 35px;
}

.h38285bbd .h1b7d6fd7:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .a9b00ed9 {
    padding: 15px !important;
  }

  .ebee58c5 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .a9b00ed9 .h99e52fe9 {
    margin-top: 40px;
  }

  .h2ea0fb4d .h5056b0f4 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .a9b00ed9 {
    flex-wrap: wrap;
  }

  .a9b00ed9 .b065a298,
  .a9b00ed9 .a58918c8 {
    width: 100%;
  }

  .h4d820359 .a4fd53c9 {
    margin-top: 50px;
  }

  .h2ea0fb4d {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h2ea0fb4d .h5056b0f4 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h38285bbd {
    justify-content: flex-start;
  }

  .h38285bbd .h1b7d6fd7 {
    max-width: 200px;
  }

  .h38285bbd .h1b7d6fd7:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .a9b00ed9 .baa3502b {
    font-size: 14px;
  }

  .h38285bbd .h1b7d6fd7 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .a9b00ed9 .d70a6dc7 {
    font-size: 12px;
    margin-top: 16px;
  }
  .d70a6dc7 .h8e598ff8 a {
    font-size: 12px;
  }

  .d70a6dc7 .h0aef3fb7 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .d70a6dc7 .h9c8b8ac6 {
    width: 28px;
    height: 28px;
  }

  .d70a6dc7 .f0b8fa2b,
  .d70a6dc7 .h145b93c4 {
    font-size: 10px;
    line-height: 13px;
  }

  .d70a6dc7 .h9148dd59 {
    width: 49px;
  }

  .d70a6dc7 .h1f4eea38 {
    margin-right: 8px;
  }

  .d70a6dc7 .h62a9e5c0 {
    margin-right: 12px;
  }

  .d70a6dc7 .d980a02c {
    position: relative;
  }

  .d70a6dc7 .f0b82066 {
    display: block;
  }

  .d70a6dc7 .h3df3bdf5 {
    display: none;
  }

  .d70a6dc7 .d980a02c:hover .h3df3bdf5 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c77980f14 {
    padding: 0;
  }

  .a01b08f2 {
  }

  .c8ec6756d {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .a9b00ed9 {
    margin-bottom: 0;
  }

  .a9b00ed9 .h84e30c37 {
    text-align: center;
  }

  .a9b00ed9 .baa3502b {
    font-size: 14px;
  }

  .a9b00ed9 .h99e52fe9 {
    margin-top: 20px;
    justify-content: center;
  }

  .a9b00ed9 .h29f74681 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .a9b00ed9 .a58918c8 {
    margin-top: 40px;
  }

  .a9b00ed9 .f3b963b3 {
    font-size: 8px;
  }

  .h10360a69 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .d54cdf7b .h74505645 {
    width: 100%;
    justify-content: space-between;
  }

  .d54cdf7b .h7091e269 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .d54cdf7b .c1ca02ad {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .d54cdf7b .h0fc08269 {
    font-size: 14px;
  }

  .d54cdf7b .h0fc08269 span {
    font-size: 16px;
  }

  .d54cdf7b .h24ecb43e {
    font-size: 12px;
  }

  .d54cdf7b .e5c66723 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h86833b61 .fddf6a68 {
    font-size: 12px;
    font-weight: 400;
  }

  .d54cdf7b .a36f0e3a:nth-of-type(2)::before {
    height: 25px;
  }

  .h2ea0fb4d {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h2ea0fb4d .h5056b0f4 {
    width: 158px;
    margin-right: 12px;
  }

  .h2ea0fb4d .d6bf8ca2 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h2ea0fb4d .h65052fde {
    width: 32px;
    height: 32px;
  }

  .h2ea0fb4d .a3659f30 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h2ea0fb4d .a3659f30::after {
    bottom: 10px;
  }

  .c9593e47 {
    margin-bottom: 12px;
  }

  .h38285bbd {
    padding: 8px 0 8px 0;
  }

  .h38285bbd::-webkit-scrollbar {
    width: 0;
  }

  .h38285bbd {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h38285bbd .h1b7d6fd7 {
    max-height: 26px;
  }

  .h38285bbd .h1b7d6fd7 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.d1d549e4 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .d1d549e4 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .d1d549e4 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c78ba238c {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c2b44ba1a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c2b44ba1a .c3dda02b6 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c2b44ba1a .c3dda02b6::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c2b44ba1a .c3dda02b6 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c78ba238c {
    padding: 0 35px;
  }

  .c2b44ba1a .c3dda02b6 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f70d59c6 {
  width: 100% !important;
  margin: 0;
}

.f70d59c6 .c8cd9677 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f70d59c6 .f966f9390 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f70d59c6 .c2a839c7 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f70d59c6 .c2a839c7:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f70d59c6 .a67fc6fe {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f70d59c6 .cc41fee4 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f70d59c6 .cc41fee4.active {
  display: block;
}

.f70d59c6 .f223335bc,
.f70d59c6 .f86a1d0a4 {
  display: none;
  width: 18px;
  height: 18px;
}

.f70d59c6 .f223335bc.active {
  display: block;
}

.f70d59c6 .f86a1d0a4.active {
  display: block;
}

@media (max-width: 480px) {
  .f70d59c6 {
    margin: 15px 0;
  }

  .f70d59c6 .c8cd9677 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f70d59c6 .f966f9390 {
    font-size: 10px;
    padding: 15px;
  }

  .f70d59c6 .a67fc6fe {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f70d59c6 .cc41fee4 {
    margin-left: 0;
    font-size: 10px;
  }

  .f70d59c6 .f79c1439c {
    max-width: 90%;
    font-size: 12px;
  }

  .f70d59c6 .f223335bc,
  .f70d59c6 .f86a1d0a4 {
    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 */
.p971b164d {
  padding: 100px 15px;
}

.cf88cf5b {
  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);
}

.cf88cf5b .page-404__logo {
  max-width: 130px;
}

.cf88cf5b .p4d933e8f {
  margin: 20px 0;
}

.cf88cf5b .p89e5fef0 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.cf88cf5b .p89e5fef0::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.cf88cf5b .p8e6b0f1a {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cf88cf5b {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p971b164d {
    padding: 50px 15px;
  }

  .p4d933e8f svg {
    height: 70px;
  }

  .cf88cf5b .p89e5fef0 {
    font-size: 16px;
  }

  .cf88cf5b .p8e6b0f1a {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s5fbdc185 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s5fbdc185 .s7616ec25 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s5fbdc185 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.b56b4ab6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.b56b4ab6 .d83937e7e {
  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;
}

.b56b4ab6 .d83937e7e:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.b56b4ab6 .d7511804b {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.b56b4ab6 .d3402e9e3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .b56b4ab6 .d83937e7e {
    width: 23%;
  }

  .b56b4ab6 .d7511804b {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .b56b4ab6 .d83937e7e {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .b56b4ab6 .d83937e7e {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .b56b4ab6 .d83937e7e {
    width: 100%;
  }

  .b56b4ab6 .d7511804b {
    height: 180px;
  }

  .b56b4ab6 .d3402e9e3 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.e8aa31c5 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .e8aa31c5 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c85cbdd96 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c85cbdd96 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h7572193b {
  flex-direction: column;
  padding: 0;
}

.h7572193b .d70a6dc7 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c9c3965fa {
  width: 69%;
}

.c8e346e4e {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i9308e0e2 {
  margin: 30px auto 0 auto;
}

.efb124f2 .ef4ed222 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.efb124f2 .i166fd3d2 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.efb124f2 .i612b74d0 {
  padding: 32px;
}

.efb124f2 .i612b74d0 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.efb124f2 .i612b74d0 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c9c3965fa {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h7572193b {
    padding: 0 15px;
  }

  .efb124f2 .i166fd3d2 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h7572193b .d70a6dc7 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .efb124f2 {
    margin-top: -50px;
  }

  .efb124f2 .ef4ed222 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .efb124f2 .i612b74d0 {
    padding: 12px;
  }

  .efb124f2 .i612b74d0 p {
    font-size: 12px;
    line-height: 20px;
  }

  .efb124f2 .i612b74d0 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a892df20 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a470ef81a {
  max-width: none;
}

.a892df20 .e2d2d336 {
  display: flex;
  justify-content: space-between;
}

.a892df20 .a74fe9785 {
  display: flex;
  align-items: center;
}

.a892df20 .c3302574 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a892df20 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a892df20 .a918cc078 {
  display: none;
}

.a892df20 .a6690b86e {
  display: flex;
  align-items: center;
}

.a892df20 .a6690b86e a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a892df20 .a6690b86e a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a892df20 .a6690b86e a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a892df20 .a9eb088e3 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a892df20 .a9eb088e3 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a892df20 .af035599 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a892df20 .a28c4d008 {
  margin-top: 20px;
}

.a892df20 .a886a1f42 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a892df20 .d9f465ab {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a892df20 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a892df20 .c3302574 {
    width: 48px;
    height: 48px;
  }

  .a892df20 .a28c4d008 {
    margin-top: 16px;
  }

  .a892df20 .a5322b299 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a892df20 .a9eb088e3 {
    font-size: 12px;
  }

  .a892df20 .a4a9f324 {
    order: 2;
  }

  .a892df20 .af035599 {
    font-size: 10px;
  }

  .a892df20 .a1cb84df2 {
    font-size: 12px;
  }

  .a892df20 .a886a1f42 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c58248c97 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h4d820359 {
  flex-wrap: wrap;
}

.h4d820359 .h84e30c37 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h4d820359 .h84e30c37 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h4d820359 .baa3502b {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h493e89d9 {
  padding: 0 0 24px 0;
  display: block;
}

.h493e89d9 .baa3502b {
  line-height: 27px;
}

.h66a13c88 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.ff1f7b23 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.ff1f7b23 .h28833558 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ff1f7b23 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);
}

.ff1f7b23 .h47cdfb2d {
  width: 250px;
}

.ff1f7b23 .h18119755 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.ff1f7b23 .h0a219352 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.ff1f7b23 .bf1f959b {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.ff1f7b23 .g18d4d691 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g18d4d691 {
  display: flex;
}

.g18d4d691 .a3cd4bfb {
  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;
}

.g18d4d691 .a3cd4bfb svg {
  margin-right: 8px;
}

.h5afd7b13 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h5afd7b13 .h0b1f0bec {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h5afd7b13 .c3a980f7 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h5afd7b13 .d5c84984 {
  width: 50%;
}

.h5afd7b13 .h93b64eae {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h5afd7b13 .h93b64eae span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .ff1f7b23 {
    width: 59%;
  }

  .h5afd7b13 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h66a13c88 {
    flex-wrap: wrap;
  }

  .ff1f7b23,
  .h5afd7b13 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h493e89d9 .baa3502b {
    max-width: 100%;
    text-align: center;
  }

  .h66a13c88 {
    margin-top: 20px;
  }

  .ff1f7b23 .h28833558 {
    justify-content: center;
    width: 240px;
  }

  .h5afd7b13 {
    font-size: 16px;
  }

  .ff1f7b23 a {
    font-size: 16px;
    height: 57px;
  }

  .ff1f7b23 {
    height: 300px;
    margin-bottom: 24px;
  }

  .ff1f7b23 .g18d4d691 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .ff1f7b23 .h47cdfb2d {
    width: 192px;
  }

  .ff1f7b23 .bf1f959b {
    display: none;
  }

  .h5afd7b13 .d5c84984 {
    width: 55%;
  }

  .h5afd7b13 .h93b64eae {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.e62a057a {
  max-width: 900px;
}

.bcf358a9 .e62a057a {
  width: 69%;
}

.g51d26841 {
  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) {
  .e62a057a {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.f4d474c1 {
  margin-bottom: 30px;
}

.f4d474c1 .s8463818f {
  text-align: left;
  margin-bottom: 24px;
}

.s86ae58af {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s35f5d03c {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s974c71c4 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s974c71c4 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s974c71c4 .s0e6e3650 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s974c71c4 .s0e6e3650:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s974c71c4 .afe50f41 {
  display: block;
  padding: 12px;
}

.s974c71c4 .s1b026a62 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s974c71c4 .s63ae56d1 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s974c71c4 .a7ddd2d1 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s974c71c4 .s76c1b141 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s974c71c4 .b06c5cb0 {
  display: flex;
}

.s974c71c4 .bffe31cd {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s974c71c4 .bffe31cd img {
  margin-right: 6px;
}

.s974c71c4 .ffa30fb3 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s974c71c4 .s76c1b141 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s974c71c4 .s0e6e3650 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s974c71c4 .s0e6e3650 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .f4d474c1 .s8463818f {
    margin-bottom: 16px;
  }

  .s974c71c4 {
    justify-content: space-between;
  }

  .s974c71c4 .s0e6e3650 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s974c71c4 .s1b026a62 {
    height: 90px;
  }

  .s974c71c4 .s63ae56d1 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s974c71c4 .a7ddd2d1 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s974c71c4 .s76c1b141 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s974c71c4 .bffe31cd {
    margin-right: 8px;
  }

  .s974c71c4 .bffe31cd img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s974c71c4 .s76c1b141 {
    padding: 6px;
  }

  .s974c71c4 .bffe31cd {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s974c71c4 .bffe31cd img {
    margin-right: 2px;
  }

  .s974c71c4 .ffa30fb3 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h63fb448c .baa3502b {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s6adfcec5 {
  background: #fff;
}

.s6adfcec5 .c976ca385 {
  border: none;
}

.s6adfcec5 .bc2ded43 {
  padding: 0;
}

.s6adfcec5 .b0a48237 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h63fb448c .baa3502b {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s9e41840a {
  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;
}

.b481f420 {
  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;
}

.b481f420:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.b481f420::placeholder {
  font-size: 16px;
}

.s9e41840a::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .b481f420 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s9e41840a::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s9e41840a {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .b481f420 {
    padding-left: 46px;
  }

  .b481f420::placeholder {
    font-size: 14px;
  }

  .s9e41840a::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.dd378c7f {
  position: relative;
  width: 30%;
}

.d012e019 {
  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;
}

.d012e019::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f22a2827c {
  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;
}

.dd378c7f.open .f22a2827c {
  display: block;
}

.f89c9b052 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f89c9b052:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .dd378c7f {
    width: 100%;
  }

  .d012e019 {
    height: 40px;
  }

  .f22a2827c {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.ab3240f7 {
  position: relative;
}

.h545e9f69 {
  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;
}

.ab3240f7.open .h545e9f69 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.ab3240f7.open .h9aee21d0.open {
  display: none;
}

.ab3240f7.open .h9aee21d0.close {
  display: inline-block;
}

.h9aee21d0 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h9aee21d0.close {
  display: none;
}

@media (max-width: 480px) {
  .ab3240f7 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.fb8e3ab0 {
  width: 100%;
  margin-bottom: 48px;
}

.r353346a7 {
  width: 100%;
}

.r9e587489 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r9e587489:not(:last-of-type) {
  margin-bottom: 16px;
}

.ee2bc140 {
  width: 180px;
  padding: 10px;
}

.r7e107043 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r38b4f66d {
  width: 70px;
  height: 70px;
}

.r364b8fe5 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.b7632f68 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.c6d432b3 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.c6d432b3 span {
  font-size: 16px;
  font-weight: 700;
}

.r02c2b92b {
  margin-right: 8px;
}

.r02c2b92b svg {
  width: 12px;
  height: 12px;
}

.aeb6462c {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r93f1eeb3 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r93f1eeb3 span {
  font-size: 20px;
}

.r93f1eeb3:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .ee2bc140 {
    width: auto;
  }

  .r7e107043 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .aeb6462c {
    margin-top: 8px;
  }

  .r93f1eeb3:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a7e85b071 {
  width: 100%;
  margin-bottom: 48px;
}

.c8751e1f {
  width: 100%;
}

.a631e2c31 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a631e2c31:not(:last-of-type) {
  margin-bottom: 16px;
}

.a0ca9efd5 {
  display: flex;
  padding: 16px 12px;
}

.f79eb8ae {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.c7101d6a {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a83483104 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.cfa4b435 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.aa66c7a6 {
  font-size: 12px;
  font-weight: 400;
}

.dc7c8d57 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.dc7c8d57::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.e23de883 {
  width: 100%;
  margin-bottom: 48px;
}

.l37cbbd40 {
  width: 100%;
}

.l9ca08f6e {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l9ca08f6e:not(:last-of-type) {
  margin-bottom: 12px;
}

.f97e22fc {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l9ca08f6e::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.cc03a9de {
  width: 100%;
  margin-bottom: 48px;
}

.e7327f83 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l4c594dad {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l618960ec {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.babdd58c {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.f60871d4 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l269a6f64 {
  display: flex;
  justify-content: space-between;
}

.l617045b1 {
  font-size: 12px;
  color: #4a5b68;
}

.l176a0f40 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l176a0f40::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l4c594dad {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .e7327f83 {
    justify-content: space-between;
  }

  .l4c594dad {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l4c594dad {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l618960ec {
    height: 86px;
  }

  .babdd58c {
    height: 86px;
  }

  .f60871d4 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l617045b1 {
    font-size: 10px;
  }

  .l176a0f40 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i9665a784 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i3ffefc8d {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i9665a784::before,
.i9665a784::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i9665a784::before {
  top: 20px;
  left: 32px;
}

.i9665a784::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i9665a784 {
    padding: 28px 12px;
  }

  .i9665a784::before,
  .i9665a784::after {
    width: 94px;
  }

  .i9665a784::before {
    top: 16px;
    left: 12px;
  }

  .i9665a784::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i3ffefc8d {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c15e13671,
.c64b9577c {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c1caa938c {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c1caa938c li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c1caa938c li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c15e13671 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c64b9577c li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p18b69b16 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p18b69b16 .c15e13671,
  .p18b69b16 .c64b9577c {
    width: 100%;
    margin-bottom: 16px;
  }

  .c1caa938c li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m3a2e88a1 {
  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;
}

.m3a2e88a1.open {
  display: flex;
}

.m36c8cfbe {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m1188631c {
  position: relative;
}

.m1188631c .m00470c25 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m1188631c .m00470c25 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a15cd574d {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a2a626e51 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a2fe8829e {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a8483b0b0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a313350e5 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a313350e5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a05c644ac {
  width: 100%;
}

.a82c38879 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a499f6c56 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a9d36529 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a98f1f980 {
  margin-right: 12px;
}

.a9d36529 span {
  font-size: 18px;
  font-weight: 700;
}

.e634d671 {
  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;
}

.f20f75c8 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.f20f75c8 img {
  margin-right: 8px;
}

.a09c2ae18 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a09c2ae18 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a82c38879 .a97e3ee26 {
  display: none;
}

.a97e3ee26 {
  width: 100%;
  padding: 18px 16px;
}

.a712cd6aa {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a09c2ae18 span {
    font-size: 24px;
  }

  .a97e3ee26 {
    display: none;
  }

  .a82c38879 .a97e3ee26 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a2a626e51 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a2fe8829e {
    display: block;
  }

  .a8483b0b0 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a05c644ac {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a313350e5 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a82c38879 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a97e3ee26 {
    margin-top: 40px;
    padding: 0;
  }

  .a09c2ae18 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a15cd574d {
      padding: 12px;
    }

    .a2a626e51 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a313350e5 {
      height: 120px;
    }

    .a82c38879 {
      padding: 8px 8px 0 8px;
    }

    .a499f6c56 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a9d36529 span {
      font-size: 16px;
    }

    .a97e3ee26 {
      margin-top: 0;
    }

    .a712cd6aa {
      height: 36px;
    }

    .e634d671 {
      height: 94px;
      padding: 0;
    }

    .a09c2ae18 {
      font-size: 16px;
    }

    .f20f75c8 {
      font-size: 12px;
    }

    .a09c2ae18 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a313350e5 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s5fbdc185.a27011e05 {
  max-width: none;
}
.a262bf014 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a21eb384d {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a21eb384d {}
.a73d5cfcb {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a238d9ee0 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a12842971 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a6346275a {}
.a9e727de3 {
  width: 64%;
}
.a27011e05 .rank-math-breadcrumb a, .a27011e05 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a73d5cfcb {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a238d9ee0 {
    margin: 0 auto 16px auto;
  }
  .a9e727de3 {
    width: 100%;
  }
}

.a0ca7bb81 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a0ca7bb81 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
