/* 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);
}

.g327563af {
  color: #5b8f35;
}

.f64126c6 {
  color: #eb8348;
}

.e1d7552a,
.bef729ca {
  width: 14px;
  height: 14px;
}

.e1d7552a path {
  fill: var(--color-primary);
}

.bef729ca path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c595f0221 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b1c40e0fc {
  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;
}

.b1c40e0fc: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);
}

.b1c40e0fc img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.daf1c51e {
  display: flex;
}

.daf1c51e .l41d20ad3 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.daf1c51e .l9c2e0097 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.daf1c51e .l50f2602b {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.daf1c51e .l41d20ad3 .l50f2602b {
  margin-left: 0;
}

.e4e2853f {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c3ed8d63e {
  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;
}

.c4e9d1540 {
  width: 100%;
  position: relative;
}

.b5259ae5 {
  display: flex;
  justify-content: space-between;
}

.b5259ae5 .l362110a5 {
  width: 29%;
}

.b5259ae5 .bce9aa6d {
  width: 69%;
}

.c3e613175 {

}

.c06e74873 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.ffb9320a {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.ffb9320a.c445d5338 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.d1644f95 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.d1644f95::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c3e613175 {
  width: 100%;
}
.c38bfaf87 .d1644f95::before {
  content: none;
  border: none;
  height: 0;
}

.d1644f95 .d2b86ac8 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .d1644f95 {
    margin-bottom: 20px;
  }
  .c3e613175 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c06e74873 {
    margin: 0 15px;
  }
}

.c44e035ea {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c44e035ea.o79c80394 {
  background: rgba(255, 255, 255, 0.4);
}

.be43a010 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.be43a010 .c44e035ea {
  width: 69%;
  margin-top: 0;
}
.be43a010 .d8317aa3 {
  width: 69%;
  margin-top: 0;
}
.be43a010 .d8317aa3 .c44e035ea {
  width: 100%;
}

.e00ba5c5 {
  width: 29%;
}

.c91e4f0ba {
  max-width: 1320px;
  margin: 0 auto;
}

.c91e4f0ba img {
  max-width: 100%;
}

.c91e4f0ba .b8b0cd7b {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c91e4f0ba .b8b0cd7b {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.b8b0cd7b 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;
}

.ffc58338 th {
  padding: 20px 32px;
  border-radius: 0;
}

.ffc58338 td {
  padding: 20px 28px;
}

.ffc58338 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d070324fa {
  margin-bottom: 40px;
}

.e6153912 {
  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;
}

.e6153912 .d0eb4a540 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.e6153912 .d9837a902 {
  display: flex;
  align-items: center;
}

.e6153912 .d36e5f26c {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.e6153912 .d36e5f26c span {
  font-size: 14px;
  font-weight: 700;
}

.e6153912 .d36e5f26c:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.e6153912 .eb3e9508 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.e6153912 .d2e44401a {
  margin-left: 10px;
}

.e6153912 .c3b1e891 {
  width: 115px;
  margin-left: 20px;
}

.e6153912 .c3b1e891 img {
  width: 100%;
}

.d2b147454 {
  padding: 0 15px;
}

.s080005ee {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.fefe2d08 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s54b3a95c {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.d10728e0 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.cf23eb03 {
  display: flex;
  justify-content: space-between;
}

.afcf3d49 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.afcf3d49 .p6b9fb648 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.b7f1c17f .p6b9fb648,
.b7f1c17f li::marker {
  color: #5b8f35;
}

.c6406542f .p6b9fb648,
.c6406542f li::marker {
  color: #eb8348;
}

.p1fd87957 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p1fd87957 li:last-of-type {
  margin-bottom: 0;
}

.p042e5101 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p042e5101 .p44034d8b {
  display: flex;
  justify-content: space-between;
}

.p042e5101 .p9190c748 {
  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;
}

.p042e5101 .p9190c748.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p042e5101 .p45ce1923 {
  color: #5b8f35;
}

.p042e5101 .c4a08f24f {
  color: #eb8348;
}

.p042e5101 .p1fd87957 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p042e5101 .p43a844aa {
  display: none;
}

.p042e5101 .p43a844aa.active {
  display: block;
}

.m2ba8decc {
  margin-left: 5px;
}

.m2ba8decc .m7a78771b {
  font-weight: 700;
  color: var(--color-primary);
}

.m2ba8decc .m4c170d9b {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c91e4f0ba {
    padding: 15px;
  }

  .b1c40e0fc img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .be43a010 .c44e035ea {
    width: 100%;
  }
  .be43a010 .d8317aa3 {
    width: 100%;
  }

  .e00ba5c5 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .b5259ae5 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .b5259ae5 .l362110a5,
  .b5259ae5 .bce9aa6d {
    width: 100%;
  }

  .b5259ae5 .l362110a5 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .b5259ae5 .l362110a5 {
    width: 100%;
  }

  .e6153912 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .e6153912 .d9837a902 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .e6153912 .d0eb4a540 {
    text-align: center;
  }

  .p042e5101 {
    display: block;
  }

  .afcf3d49 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c44e035ea {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c91e4f0ba .b8b0cd7b {
    margin-bottom: 15px;
  }

  .e4e2853f {
    top: -5px;
  }

  .daf1c51e .l41d20ad3 {
    font-size: 12px;
  }

  .daf1c51e .l50f2602b {
    width: 18px;
    height: 18px;
  }

  .e6153912 .d0eb4a540 {
    font-size: 12px;
  }

  .d070324fa {
    margin-bottom: 15px;
  }

  .e6153912 {
    margin-bottom: 15px;
  }

  .e6153912 .d9837a902 {
    margin-top: 0;
    justify-content: space-between;
  }

  .e6153912 .eb3e9508 {
    width: 40px;
    height: 40px;
  }

  .e6153912 .c3b1e891 {
    width: 72px;
  }

  .e6153912 .d2e44401a {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .e6153912 .bf5325da {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .e6153912 .d36e5f26c:after {
    height: 14px;
    top: 11px;
  }

  .e6153912 .bf5325da:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.de6bf3a5 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.eaf87fca .q4020f743 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.eaf87fca .q71eacf6e {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .de6bf3a5 {
    margin: 15px 0;
    padding: 15px;
  }

  .eaf87fca .q4020f743 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .eaf87fca .q71eacf6e {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.a0c68792 {
  background-size: cover;
}

.a0c68792 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.cdd755d8 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.cdd755d8 .d918c102 {
  position: relative;
  width: 65%;
}

.cdd755d8 .ed0df2a1 {
  position: relative;
  width: 35%;
}

.cdd755d8 .h49d54ca5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cdd755d8 .h7eb7bb52 {
  text-align: left;
}

.cdd755d8 .h49d54ca5 .h7eb7bb52 {
  max-width: 1128px;
  text-align: center;
}

.cdd755d8 .h0ddaf674 {
  color: var(--color-text-add);
  line-height: 25px;
}

.cdd755d8 .h0ddaf674 a {
  color: var(--color-primary);
}

.cdd755d8 .h49d54ca5 .h0ddaf674 {
  max-width: 870px;
  text-align: center;
}

.cdd755d8 .h65b21be5 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.cdd755d8 .h4f5c6a81 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cdd755d8 .dd51331d {
  margin-top: 30px;
  font-size: 12px;
}

.cdd755d8 .ed0df2a1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cdd755d8 .h2870b39b {
  justify-content: center;
  padding: 10px;
}

.cdd755d8 .h4918c255 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.cdd755d8 .h23ac185b {
  margin-top: 36px;
}

.h23ac185b {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h23ac185b .e799d4e5 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h23ac185b .e799d4e5::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h23ac185b .h9e3b727f {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h23ac185b .h6e31ad5f {
  margin-right: 16px;
}

.h23ac185b .f2080292 {
  font-size: 12px;
  line-height: 19px;
}

.h23ac185b .ff26c89f {
  font-weight: 700;
}
.h23ac185b .ff26c89f a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h23ac185b .h8fdf0e92 {
  margin-right: 32px;
}

.h23ac185b .h6524d4a3 {
  font-size: 12px;
  line-height: 19px;
}

.h23ac185b .e61f1ed4 {
  font-weight: 700;
}

.h23ac185b .h29fc67f1 {
  display: none;
}

.h23ac185b .af142000 {
  display: flex;
  align-items: center;
}

.h23ac185b .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h23ac185b .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h23ac185b .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h21f55c8d {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.cf95b50e .h21f55c8d {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.ff26c89f:hover .h21f55c8d {
  display: block;
}
.cf95b50e:hover .h21f55c8d {
  display: block;
}
.h21f55c8d .a74c466b3 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h21f55c8d .a51150aa2 {
  margin-bottom: 4px;
}
.h21f55c8d .a95093f4a {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h23ac185b .e799d4e5 {
    position: static;
  }
  .h23ac185b {
    position: relative;
  }
  .h21f55c8d {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.fd40e13b {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h383a3429 {
  position: relative;
}

.d5fceb3d .h7db9145e {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h383a3429 .h1654cc46 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h383a3429 .e2767f9c {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h383a3429 .h94b92044 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h59b4eac9 {
  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;
}

.ca126da0 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ca126da0:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.ca126da0:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.d684c5fe {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.d684c5fe .h2cf69ad1 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.d684c5fe span {
  font-size: 20px;
}

.d684c5fe small {
  font-size: 16px;
  margin: 0 4px;
}

.b60b29cb {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.effe58fb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.effe58fb .c477ecb8e {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h66241124 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h66241124 .c2b12d01 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h66241124 .h430fb82a {
  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;
}

.h66241124 .e67b4fd7 {
  width: 44px;
  height: 44px;
}

.h66241124 .h201bff39 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h66241124 .h201bff39::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.cdd755d8.m6f202971 {
  margin-bottom: 0;
}

.h81ddd42e {
  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;
}

.c27cecd8 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.c27cecd8 .f60b8485 {
  max-width: 270px;
  max-height: 35px;
}

.c27cecd8 .f60b8485:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .cdd755d8 {
    padding: 15px !important;
  }

  .a0c68792 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .cdd755d8 .h65b21be5 {
    margin-top: 40px;
  }

  .h66241124 .c2b12d01 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .cdd755d8 {
    flex-wrap: wrap;
  }

  .cdd755d8 .d918c102,
  .cdd755d8 .ed0df2a1 {
    width: 100%;
  }

  .d5fceb3d .h7db9145e {
    margin-top: 50px;
  }

  .h66241124 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h66241124 .c2b12d01 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .c27cecd8 {
    justify-content: flex-start;
  }

  .c27cecd8 .f60b8485 {
    max-width: 200px;
  }

  .c27cecd8 .f60b8485:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .cdd755d8 .h0ddaf674 {
    font-size: 14px;
  }

  .c27cecd8 .f60b8485 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .cdd755d8 .h23ac185b {
    font-size: 12px;
    margin-top: 16px;
  }
  .h23ac185b .ff26c89f a {
    font-size: 12px;
  }

  .h23ac185b .e799d4e5 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h23ac185b .h9e3b727f {
    width: 28px;
    height: 28px;
  }

  .h23ac185b .f2080292,
  .h23ac185b .h6524d4a3 {
    font-size: 10px;
    line-height: 13px;
  }

  .h23ac185b .e0379a3e {
    width: 49px;
  }

  .h23ac185b .h6e31ad5f {
    margin-right: 8px;
  }

  .h23ac185b .h8fdf0e92 {
    margin-right: 12px;
  }

  .h23ac185b .b0fdc3b6 {
    position: relative;
  }

  .h23ac185b .h29fc67f1 {
    display: block;
  }

  .h23ac185b .af142000 {
    display: none;
  }

  .h23ac185b .b0fdc3b6:hover .af142000 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c06e74873 {
    padding: 0;
  }

  .d1644f95 {
  }

  .ffb9320a {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .cdd755d8 {
    margin-bottom: 0;
  }

  .cdd755d8 .h7eb7bb52 {
    text-align: center;
  }

  .cdd755d8 .h0ddaf674 {
    font-size: 14px;
  }

  .cdd755d8 .h65b21be5 {
    margin-top: 20px;
    justify-content: center;
  }

  .cdd755d8 .dd51331d {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .cdd755d8 .ed0df2a1 {
    margin-top: 40px;
  }

  .cdd755d8 .h4918c255 {
    font-size: 8px;
  }

  .fd40e13b {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h383a3429 .h1654cc46 {
    width: 100%;
    justify-content: space-between;
  }

  .h383a3429 .e2767f9c {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h383a3429 .h59b4eac9 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h383a3429 .d684c5fe {
    font-size: 14px;
  }

  .h383a3429 .d684c5fe span {
    font-size: 16px;
  }

  .h383a3429 .b60b29cb {
    font-size: 12px;
  }

  .h383a3429 .h94b92044 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .effe58fb .c477ecb8e {
    font-size: 12px;
    font-weight: 400;
  }

  .h383a3429 .ca126da0:nth-of-type(2)::before {
    height: 25px;
  }

  .h66241124 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h66241124 .c2b12d01 {
    width: 158px;
    margin-right: 12px;
  }

  .h66241124 .h430fb82a {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h66241124 .e67b4fd7 {
    width: 32px;
    height: 32px;
  }

  .h66241124 .h201bff39 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h66241124 .h201bff39::after {
    bottom: 10px;
  }

  .h81ddd42e {
    margin-bottom: 12px;
  }

  .c27cecd8 {
    padding: 8px 0 8px 0;
  }

  .c27cecd8::-webkit-scrollbar {
    width: 0;
  }

  .c27cecd8 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .c27cecd8 .f60b8485 {
    max-height: 26px;
  }

  .c27cecd8 .f60b8485 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.b5b212e5 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .b5b212e5 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .b5b212e5 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c11c74016 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.dfe2cf86 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.dfe2cf86 .c877ba350 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.dfe2cf86 .c877ba350::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .dfe2cf86 .c877ba350 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c11c74016 {
    padding: 0 35px;
  }

  .dfe2cf86 .c877ba350 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.b1eb0f3f {
  width: 100% !important;
  margin: 0;
}

.b1eb0f3f .f9886eb4b {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.b1eb0f3f .c624eeac {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.b1eb0f3f .f7ad1f7a3 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.b1eb0f3f .f7ad1f7a3:hover {
  background: rgba(255, 255, 255, 0.7);
}

.b1eb0f3f .f5c2b719b {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.b1eb0f3f .f9c0a83d8 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.b1eb0f3f .f9c0a83d8.active {
  display: block;
}

.b1eb0f3f .f2083cd05,
.b1eb0f3f .f7de97c3 {
  display: none;
  width: 18px;
  height: 18px;
}

.b1eb0f3f .f2083cd05.active {
  display: block;
}

.b1eb0f3f .f7de97c3.active {
  display: block;
}

@media (max-width: 480px) {
  .b1eb0f3f {
    margin: 15px 0;
  }

  .b1eb0f3f .f9886eb4b {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .b1eb0f3f .c624eeac {
    font-size: 10px;
    padding: 15px;
  }

  .b1eb0f3f .f5c2b719b {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .b1eb0f3f .f9c0a83d8 {
    margin-left: 0;
    font-size: 10px;
  }

  .b1eb0f3f .f94b7a8ce {
    max-width: 90%;
    font-size: 12px;
  }

  .b1eb0f3f .f2083cd05,
  .b1eb0f3f .f7de97c3 {
    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 */
.p2dbab7ab {
  padding: 100px 15px;
}

.p77f1013f {
  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);
}

.p77f1013f .page-404__logo {
  max-width: 130px;
}

.p77f1013f .a0e5d5dd {
  margin: 20px 0;
}

.p77f1013f .p3e9c58af {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p77f1013f .p3e9c58af::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p77f1013f .ea0c541b {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p77f1013f {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p2dbab7ab {
    padding: 50px 15px;
  }

  .a0e5d5dd svg {
    height: 70px;
  }

  .p77f1013f .p3e9c58af {
    font-size: 16px;
  }

  .p77f1013f .ea0c541b {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.ab1bb419 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.ab1bb419 .s1f6b8fbf {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .ab1bb419 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d4f3ffdd3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d4f3ffdd3 .d4842f000 {
  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;
}

.d4f3ffdd3 .d4842f000:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d4f3ffdd3 .d3e395f1c {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d4f3ffdd3 .d457dae84 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d4f3ffdd3 .d4842f000 {
    width: 23%;
  }

  .d4f3ffdd3 .d3e395f1c {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d4f3ffdd3 .d4842f000 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d4f3ffdd3 .d4842f000 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d4f3ffdd3 .d4842f000 {
    width: 100%;
  }

  .d4f3ffdd3 .d3e395f1c {
    height: 180px;
  }

  .d4f3ffdd3 .d457dae84 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.b57b205b {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .b57b205b {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c3db213f2 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c3db213f2 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h81d46ca7 {
  flex-direction: column;
  padding: 0;
}

.h81d46ca7 .h23ac185b {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c64e1b986 {
  width: 69%;
}

.c51cb119 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i2b712e86 {
  margin: 30px auto 0 auto;
}

.e9fab30f .i1be8a7be {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.e9fab30f .i5d670ba3 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.e9fab30f .i9b7fc3b5 {
  padding: 32px;
}

.e9fab30f .i9b7fc3b5 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.e9fab30f .i9b7fc3b5 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c64e1b986 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h81d46ca7 {
    padding: 0 15px;
  }

  .e9fab30f .i5d670ba3 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h81d46ca7 .h23ac185b {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .e9fab30f {
    margin-top: -50px;
  }

  .e9fab30f .i1be8a7be {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .e9fab30f .i9b7fc3b5 {
    padding: 12px;
  }

  .e9fab30f .i9b7fc3b5 p {
    font-size: 12px;
    line-height: 20px;
  }

  .e9fab30f .i9b7fc3b5 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a52c66845 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a0c26274d {
  max-width: none;
}

.a52c66845 .a8bafb0ac {
  display: flex;
  justify-content: space-between;
}

.a52c66845 .a1d83f41f {
  display: flex;
  align-items: center;
}

.a52c66845 .a08e1ab0a {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a52c66845 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a52c66845 .a0a3ede04 {
  display: none;
}

.a52c66845 .a0494226d {
  display: flex;
  align-items: center;
}

.a52c66845 .a0494226d a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a52c66845 .a0494226d a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a52c66845 .a0494226d a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a52c66845 .a73c663b1 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a52c66845 .a73c663b1 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a52c66845 .a64d2dbe7 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a52c66845 .e3155e76 {
  margin-top: 20px;
}

.a52c66845 .e1177cd8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a52c66845 .a1225ebd5 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a52c66845 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a52c66845 .a08e1ab0a {
    width: 48px;
    height: 48px;
  }

  .a52c66845 .e3155e76 {
    margin-top: 16px;
  }

  .a52c66845 .be5459cb {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a52c66845 .a73c663b1 {
    font-size: 12px;
  }

  .a52c66845 .a49df1876 {
    order: 2;
  }

  .a52c66845 .a64d2dbe7 {
    font-size: 10px;
  }

  .a52c66845 .a75c52e68 {
    font-size: 12px;
  }

  .a52c66845 .e1177cd8 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c05a64f3 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.d5fceb3d {
  flex-wrap: wrap;
}

.d5fceb3d .h7eb7bb52 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .d5fceb3d .h7eb7bb52 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .d5fceb3d .h0ddaf674 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h2b3a13da {
  padding: 0 0 24px 0;
  display: block;
}

.h2b3a13da .h0ddaf674 {
  line-height: 27px;
}

.h8bd7d7da {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h45bedac5 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h45bedac5 .e352bb26 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h45bedac5 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);
}

.h45bedac5 .c4d0f1e6 {
  width: 250px;
}

.h45bedac5 .e0c94b29 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h45bedac5 .h08916beb {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h45bedac5 .bdaf6d22 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h45bedac5 .ec72a30d {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ec72a30d {
  display: flex;
}

.ec72a30d .g681cc585 {
  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;
}

.ec72a30d .g681cc585 svg {
  margin-right: 8px;
}

.e05cdaf5 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.e05cdaf5 .h4037d4bb {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.e05cdaf5 .h5bd76893 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.e05cdaf5 .b7ccd387 {
  width: 50%;
}

.e05cdaf5 .h9106b617 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.e05cdaf5 .h9106b617 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h45bedac5 {
    width: 59%;
  }

  .e05cdaf5 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h8bd7d7da {
    flex-wrap: wrap;
  }

  .h45bedac5,
  .e05cdaf5 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h2b3a13da .h0ddaf674 {
    max-width: 100%;
    text-align: center;
  }

  .h8bd7d7da {
    margin-top: 20px;
  }

  .h45bedac5 .e352bb26 {
    justify-content: center;
    width: 240px;
  }

  .e05cdaf5 {
    font-size: 16px;
  }

  .h45bedac5 a {
    font-size: 16px;
    height: 57px;
  }

  .h45bedac5 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h45bedac5 .ec72a30d {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h45bedac5 .c4d0f1e6 {
    width: 192px;
  }

  .h45bedac5 .bdaf6d22 {
    display: none;
  }

  .e05cdaf5 .b7ccd387 {
    width: 55%;
  }

  .e05cdaf5 .h9106b617 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g3f6e42ed {
  max-width: 900px;
}

.be43a010 .g3f6e42ed {
  width: 69%;
}

.g38af0bdb {
  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) {
  .g3f6e42ed {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s3f05fabf {
  margin-bottom: 30px;
}

.s3f05fabf .s331a27d0 {
  text-align: left;
  margin-bottom: 24px;
}

.s841ea016 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s828c7663 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.dc44a9b5 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dc44a9b5 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.dc44a9b5 .s6a096d51 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.dc44a9b5 .s6a096d51:hover {
  background: rgba(255, 255, 255, 0.7);
}

.dc44a9b5 .s3457113d {
  display: block;
  padding: 12px;
}

.dc44a9b5 .s5386800b {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.dc44a9b5 .s2b2abcb8 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.dc44a9b5 .d6a295b6 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.dc44a9b5 .eebf5925 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.dc44a9b5 .s2812b4d4 {
  display: flex;
}

.dc44a9b5 .s66ba765a {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.dc44a9b5 .s66ba765a img {
  margin-right: 6px;
}

.dc44a9b5 .s96de6c29 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .dc44a9b5 .eebf5925 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .dc44a9b5 .s6a096d51 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .dc44a9b5 .s6a096d51 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s3f05fabf .s331a27d0 {
    margin-bottom: 16px;
  }

  .dc44a9b5 {
    justify-content: space-between;
  }

  .dc44a9b5 .s6a096d51 {
    width: 48%;
    margin-bottom: 16px;
  }

  .dc44a9b5 .s5386800b {
    height: 90px;
  }

  .dc44a9b5 .s2b2abcb8 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .dc44a9b5 .d6a295b6 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .dc44a9b5 .eebf5925 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .dc44a9b5 .s66ba765a {
    margin-right: 8px;
  }

  .dc44a9b5 .s66ba765a img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .dc44a9b5 .eebf5925 {
    padding: 6px;
  }

  .dc44a9b5 .s66ba765a {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .dc44a9b5 .s66ba765a img {
    margin-right: 2px;
  }

  .dc44a9b5 .s96de6c29 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h128403eb .h0ddaf674 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s03a2ad5f {
  background: #fff;
}

.s03a2ad5f .dfe849ec {
  border: none;
}

.s03a2ad5f .c46795a26 {
  padding: 0;
}

.s03a2ad5f .c7b750c49 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h128403eb .h0ddaf674 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s6ae7f196 {
  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;
}

.s59f71f72 {
  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;
}

.s59f71f72:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s59f71f72::placeholder {
  font-size: 16px;
}

.s6ae7f196::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s59f71f72 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s6ae7f196::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s6ae7f196 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s59f71f72 {
    padding-left: 46px;
  }

  .s59f71f72::placeholder {
    font-size: 14px;
  }

  .s6ae7f196::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f6a4e2a20 {
  position: relative;
  width: 30%;
}

.f42f57dec {
  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;
}

.f42f57dec::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.badc6a18 {
  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;
}

.f6a4e2a20.open .badc6a18 {
  display: block;
}

.f11b75836 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f11b75836:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f6a4e2a20 {
    width: 100%;
  }

  .f42f57dec {
    height: 40px;
  }

  .badc6a18 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h334ca893 {
  position: relative;
}

.a809ab65 {
  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;
}

.h334ca893.open .a809ab65 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h334ca893.open .h513fafae.open {
  display: none;
}

.h334ca893.open .h513fafae.close {
  display: inline-block;
}

.h513fafae {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h513fafae.close {
  display: none;
}

@media (max-width: 480px) {
  .h334ca893 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r412f9b56 {
  width: 100%;
  margin-bottom: 48px;
}

.ad4daec3 {
  width: 100%;
}

.r06269ced {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r06269ced:not(:last-of-type) {
  margin-bottom: 16px;
}

.r16f31d3c {
  width: 180px;
  padding: 10px;
}

.fd0d7a88 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.bba9fca6 {
  width: 70px;
  height: 70px;
}

.r544f15e6 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r6e2768ff {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r45c93878 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r45c93878 span {
  font-size: 16px;
  font-weight: 700;
}

.r9970a757 {
  margin-right: 8px;
}

.r9970a757 svg {
  width: 12px;
  height: 12px;
}

.r566e9a50 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r0843f0cf {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r0843f0cf span {
  font-size: 20px;
}

.r0843f0cf:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r16f31d3c {
    width: auto;
  }

  .fd0d7a88 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r566e9a50 {
    margin-top: 8px;
  }

  .r0843f0cf:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a82d2847d {
  width: 100%;
  margin-bottom: 48px;
}

.a2503f54d {
  width: 100%;
}

.a8e68c763 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a8e68c763:not(:last-of-type) {
  margin-bottom: 16px;
}

.d5eda842 {
  display: flex;
  padding: 16px 12px;
}

.a74e0d8a7 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.c5a0e5d3 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a11afacf1 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.ada02e36 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.db1980c1 {
  font-size: 12px;
  font-weight: 400;
}

.ad03ca30 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.ad03ca30::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l55444edc {
  width: 100%;
  margin-bottom: 48px;
}

.l7f4f5729 {
  width: 100%;
}

.d4246507 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.d4246507:not(:last-of-type) {
  margin-bottom: 12px;
}

.l203a656b {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d4246507::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l36571ebb {
  width: 100%;
  margin-bottom: 48px;
}

.l2ce3f1fd {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l8788c3d3 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l9951bc90 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.f1950adb {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l877736b3 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.b47df291 {
  display: flex;
  justify-content: space-between;
}

.l63c0bd08 {
  font-size: 12px;
  color: #4a5b68;
}

.l15daf7f9 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l15daf7f9::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l8788c3d3 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l2ce3f1fd {
    justify-content: space-between;
  }

  .l8788c3d3 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l8788c3d3 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l9951bc90 {
    height: 86px;
  }

  .f1950adb {
    height: 86px;
  }

  .l877736b3 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l63c0bd08 {
    font-size: 10px;
  }

  .l15daf7f9 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i211c01db {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i4e81bbea {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i211c01db::before,
.i211c01db::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i211c01db::before {
  top: 20px;
  left: 32px;
}

.i211c01db::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i211c01db {
    padding: 28px 12px;
  }

  .i211c01db::before,
  .i211c01db::after {
    width: 94px;
  }

  .i211c01db::before {
    top: 16px;
    left: 12px;
  }

  .i211c01db::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i4e81bbea {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.af409797,
.de18f69a {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c84d47be8 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c84d47be8 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c84d47be8 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.af409797 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.de18f69a li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .afcf3d49 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .afcf3d49 .af409797,
  .afcf3d49 .de18f69a {
    width: 100%;
    margin-bottom: 16px;
  }

  .c84d47be8 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.c679bcad {
  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;
}

.c679bcad.open {
  display: flex;
}

.ca9ffbb2 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.cbf55d33 {
  position: relative;
}

.cbf55d33 .m693a6fbf {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .cbf55d33 .m693a6fbf {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a7cb034d7 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a4866f452 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a5e97c5f9 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.f5fcf7d7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.c9eb8c99 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.c9eb8c99 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a0ab5f3ee {
  width: 100%;
}

.baec4a48 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b147b02a {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a6a0d26b {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a1b8f9989 {
  margin-right: 12px;
}

.a6a0d26b span {
  font-size: 18px;
  font-weight: 700;
}

.ff70a1fb {
  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;
}

.a7f4e37ff {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a7f4e37ff img {
  margin-right: 8px;
}

.a8abcce11 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a8abcce11 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.baec4a48 .a1aa2ac11 {
  display: none;
}

.a1aa2ac11 {
  width: 100%;
  padding: 18px 16px;
}

.a89f40ad6 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a8abcce11 span {
    font-size: 24px;
  }

  .a1aa2ac11 {
    display: none;
  }

  .baec4a48 .a1aa2ac11 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a4866f452 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a5e97c5f9 {
    display: block;
  }

  .f5fcf7d7 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a0ab5f3ee {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .c9eb8c99 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .baec4a48 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a1aa2ac11 {
    margin-top: 40px;
    padding: 0;
  }

  .a8abcce11 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a7cb034d7 {
      padding: 12px;
    }

    .a4866f452 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .c9eb8c99 {
      height: 120px;
    }

    .baec4a48 {
      padding: 8px 8px 0 8px;
    }

    .b147b02a {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a6a0d26b span {
      font-size: 16px;
    }

    .a1aa2ac11 {
      margin-top: 0;
    }

    .a89f40ad6 {
      height: 36px;
    }

    .ff70a1fb {
      height: 94px;
      padding: 0;
    }

    .a8abcce11 {
      font-size: 16px;
    }

    .a7f4e37ff {
      font-size: 12px;
    }

    .a8abcce11 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .c9eb8c99 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.ab1bb419.ca77f557 {
  max-width: none;
}
.a9e523e70 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a9992f629 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a9992f629 {}
.a8773ba57 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a68854691 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.aafde715 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a97e052c6 {}
.a260bb387 {
  width: 64%;
}
.ca77f557 .rank-math-breadcrumb a, .ca77f557 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a8773ba57 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a68854691 {
    margin: 0 auto 16px auto;
  }
  .a260bb387 {
    width: 100%;
  }
}

.b4de75e5 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.b4de75e5 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
