html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
button {
  border: none;
  cursor: pointer;
  background: transparent;
}

* {
  --xi7-rami: #fff;
  --rjn-htf: rgba(0, 0, 0, 0.5);
  --toyuxx-kv6z: #1f3335;
  --pxy-rwf: #fff7d4;
  --bekuw-lc: #212529;
  --m2nb6p-siwt: #1c2d44;
  --k5nv-nr96: #d5eadc;
  --srhy-f17: #e2e9f8;
  --qatd-c0x: #bcc4d8;
  --b0df-z2m: #6a6a6a;
  --egf8i-sn: #2ad445;
  --y4iqyw-ll: #e5f523;
  --b2n-nuv: #1271fc;
  --a3sjx-bb16: #007bff;
  --x5a-evk: #0768d8;
  --zozo9-rltt: #3dbb0c;
  --dk6slt-kdhd: olive;
  --vb0-ar1: #e28408;

  --hmkf5-v4: 2em;
  --s9fxu9-g8y: 1em;
  --g10-f26x: 0.5em;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--bekuw-lc);
  background: linear-gradient(135deg, rgb(242 238 228 / 44%) 0%, rgb(255 255 255) 100%);
}
b {
  font-weight: 600;
}
.w7idkhxj {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
a {
  color: var(--a3sjx-bb16);
}
h1,
h2,
h3 {
  color: var(--m2nb6p-siwt);
  font-family: "Archivo Black", sans-serif;
  font-weight: 700;
  position: relative;
}
.xs2ky0h {
  font-size: 34px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 8px;
  color: var(--xsvmiv-g9);
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

.xs2ky0h::before {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  bottom: 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--egf8i-sn), transparent);
  border-radius: 2px;
}

h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
  padding: 10px 80px 10px 25px;
  border-left: 4px solid #ffd700;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 25px;
}

h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(135deg, #77ff00, #058f09);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
#breadcrumbs a {
  color: var(--x5a-evk);
}
.uxdw {
  padding: 15px 0;
  background: var(--srhy-f17);
}
h1 {
  position: relative;
  font-size: 42px;
  line-height: 1.2;
  margin: 40px 0 30px;
  text-align: center;
  color: var(--xsvmiv-g9, #222);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--c5r5-z7r, #00bcd4), var(--atz0j-bb, #3f51b5));
  transition: width 0.3s ease, background 0.3s ease;
}

h1:hover::after {
  width: 120px;
  background: linear-gradient(90deg, var(--atz0j-bb, #3f51b5), var(--c5r5-z7r, #00bcd4));
}


/* header */
.uoecc {
  background: var(--toyuxx-kv6z);
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
}

@media (max-width: 62em) {
  .uoecc {
    align-items: center;
    display: flex;
    min-height: 56px;
    width: 100%;
  }
}

.uoecc.hbtw2wm {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.jwjfnwc {
  align-items: baseline;
  display: flex;
  align-items: center; 
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
  padding: 15px 15px 0;
}

@media (max-width: 62em) {
  .jwjfnwc {
    width: 100%;
  }
}

.pne3q,
.w1k9ng {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 15px;
}

@media (max-width: 62em) {
  .pne3q,
  .w1k9ng {
    display: block;
  }
}

.pne3q.krj2ksp,
.pne3q:hover,
.w1k9ng.krj2ksp,
.w1k9ng:hover {
  color: var(--y4iqyw-ll);
}

@media (max-width: 62em) {
  .w1k9ng {
    display: flex;
  }

  .pne3q {
    order: 2;
  }
}

.w1k9ng {
  color: var(--xi7-rami);
  font-size: 17px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 62em) {
  .w1k9ng {
    order: 1;
  }
}

.z59i4o5 {
  align-items: center;
  display: block;
  justify-content: center;
}

@media (max-width: 62em) {
  .z59i4o5 {
    max-width: 180px;
    order: 1;
  }
}

.z59i4o5 img {
  height: auto;
  max-width: 100%;
}

.b1hlj {
  align-items: center;
  display: flex;
}

@media (max-width: 62em) {
  .b1hlj {
    order: 2;
  }
}
.r7mhn3 {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m3ey {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.m3ey.active {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  background: var(--toyuxx-kv6z);
  z-index: 300;
  box-shadow: 0 4px 8px var(--rjn-htf);
  animation: menuFadeIn 0.3s ease;
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 62em) {
  .m3ey {
    display: none;
  }
  .y4svrk46 {
    flex-direction: column;
    height: 100vh;
    text-align: center;
  }
}

.y4svrk46 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.w9q545 {
  align-items: center;
  display: flex;
}

@media (max-width: 62em) {
  .w9q545 {
    display: none;
  }
}

.w9q545 .header__link--txf-gvl,
.w9q545 a,
.w9q545 button {
  background-color: inherit;
  border: none;
  border-radius: 4px;
  color: var(--y4iqyw-ll);
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.w9q545 .header__link--txf-gvl:focus,
.w9q545 .header__link--txf-gvl:hover,
.w9q545 a:focus,
.w9q545 a:hover,
.w9q545 button:focus,
.w9q545 button:hover {
  color: var(--y4iqyw-ll);
}

.w9q545 .header__link--txf-gvl span,
.w9q545 a span,
.w9q545 button span {
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 75em) and (min-width: 62em) {
  .w9q545 .header__link--txf-gvl:before,
  .w9q545 a:before,
  .w9q545 button:before {
    color: var(--y4iqyw-ll);
    content: "BLOG";
    font-size: 16px;
    text-transform: uppercase;
  }

  .w9q545 .header__link--txf-gvl span,
  .w9q545 a span,
  .w9q545 button span {
    display: none;
  }
}

.mkj5y98 {
  padding: 0;
}

.knyv {
  color: var(--xi7-rami);
  cursor: pointer;
  display: block;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding:  12px;
  text-decoration: none; 
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

@media (max-width: 75em) and (min-width: 62em) {
  .knyv {
    padding: 24px 8px;
  }
}

.knyv.krj2ksp,
.knyv:hover {
  color: var(--y4iqyw-ll);
}

.ddrtyu4q {
  margin-left: 50px;
  max-width: 720px;
  opacity: 0;
  padding: 15px;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: auto;
  z-index: 2;
}

.ddrtyu4q.pjh0rc {
  opacity: 1;
  visibility: visible;
}

.bnum {
  display: none;
  padding: 10px;
}

.bnum.pjh0rc {
  display: block;
}

.bnum ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bnum li {
  margin: 8px 0;
}

.bnum li .header__link--txf-gvl,
.bnum li a {
  color: var(--xi7-rami);
  display: block;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 17px;
  padding: 6px 15px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.bnum li .header__link--txf-gvl:hover,
.bnum li a:hover {
  color: var(--y4iqyw-ll);
  transform: translateX(5px);
}

.e3dha15 {
  cursor: pointer;
  padding: 10px;
  transition: color 0.2s ease;
}

.e3dha15:hover {
  color: var(--y4iqyw-ll);
}

.m5dv {
  background-color: var(--toyuxx-kv6z);
  display: flex;
  height: 0;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: auto;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

.m5dv.krj2ksp {
  height: auto;
  min-height: 300px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.xd0qdcx {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px 15px;
  position: relative;
  width: 100%;
}

.penk {
  background: #1f2435;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: calc(100vh - 56px);
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 99;
}

.penk.krj2ksp {
  display: block;
}

.t3kq9 {
  padding: 10px 0;
}

.cgbdhyo,
.pl8h9emk,
.hj143p6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w3roa {
  border-bottom: 1px solid #fffeff;
}

.w3roa,
.olfhvyg,
.fjwhqwr9 {
  position: relative;
}

.w3roa.mmh4s > .y145p0h,
.w3roa.mmh4s > .lrj39,
.olfhvyg.mmh4s > .y145p0h,
.olfhvyg.mmh4s > .lrj39,
.fjwhqwr9.mmh4s > .y145p0h,
.fjwhqwr9.mmh4s > .lrj39 {
  padding-right: 50px;
  position: relative;
}

.rb5x68e3 {
  cursor: pointer;
  display: block;
  height: 16px;
  position: relative;
  transition: transform 0.3s ease;
  width: 16px;
}

.ziw9lrpi {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: -12px;
  width: 40px;
}

.rb5x68e3:after,
.rb5x68e3:before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  width: 7px;
}

.rb5x68e3:before {
  left: 2px;
  transform: rotate(45deg);
}

.rb5x68e3:after {
  right: 2px;
  transform: rotate(-45deg);
}

.rb5x68e3.krj2ksp {
  transform: rotate(180deg);
}

.rb5x68e3.krj2ksp:after,
.rb5x68e3.krj2ksp:before {
  background-color: #e5f523;
}

.y145p0h,
.lrj39 {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 17px;
  font-weight: 500;
  gap: 14px;
  padding: 15px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.y145p0h.krj2ksp,
.y145p0h:hover,
.lrj39.krj2ksp,
.lrj39:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #e5f523;
}

.y145p0h {
  text-transform: uppercase;
}

.lrj39 {
  font-weight: 300;
}

.penk .header__link--txf-gvl.y145p0h,
.penk .header__link--txf-gvl.lrj39,
.penk a.y145p0h,
.penk a.lrj39 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hj143p6 {
  background: #282f45;
  display: none;
}

.hj143p6.krj2ksp {
  display: block;
}

.pl8h9emk {
  background: #323a55;
  display: none;
  padding-left: 15px;
}

.pl8h9emk.krj2ksp {
  display: block;
}

.olfhvyg .header__link--txf-gvl,
.olfhvyg a {
  color: var(--xi7-rami);
  display: block;
  font-size: 17px;
  padding: 12px 15px 12px 20px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.olfhvyg .header__link--txf-gvl:hover,
.olfhvyg a:hover {
  color: var(--y4iqyw-ll);
  transform: translateX(5px);
}

.vpmc3 {
  background: var(--toyuxx-kv6z);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 110;
}

.vpmc3.krj2ksp {
  display: block;
}

.vpmc3 form {
  position: relative;
}

.vpmc3 form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--toyuxx-kv6z);
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: var(--xi7-rami);
  font-size: 17px;
  padding: 12px 40px 12px 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.vpmc3 form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

.vpmc3 form input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

.vpmc3 form input:focus {
  background: inherit;
  border-bottom: 1px solid var(--xi7-rami);
  color: var(--xi7-rami);
  outline: none;
}

.vpmc3 form input:focus-visible {
  outline: none;
}

.vpmc3 form input:-webkit-autofill,
.vpmc3 form input:-webkit-autofill:focus,
.vpmc3 form input:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--xi7-rami);
  -webkit-box-shadow: inset 0 0 0 1000px var(--toyuxx-kv6z);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.vpmc3 form button {
  background: none;
  border: none;
  color: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  left: 10px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.vpmc3 form button:hover {
  color: var(--y4iqyw-ll);
}

.vpmc3 form button:focus {
  outline: none;
}

.vpmc3 form button i {
  align-items: center;
  color: var(--xi7-rami);
  display: flex;
  font-size: 17px;
  justify-content: center;
}

.oxiuqc {
  display: flex;
  text-align: center;
}

.oxiuqc .header__link--txf-gvl,
.oxiuqc a {
  background-color: transparent;
  display: inline-block;
  padding: 10px 15px;
}

.oxiuqc .header__link--txf-gvl span,
.oxiuqc a span {
  color: var(--y4iqyw-ll);
  display: inline-block;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.penk input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.bd3f50 {
  background: var(--xi7-rami);
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 24px;
}

.bd3f50:first-child {
  margin-top: 0;
}

.bd3f50:last-child {
  margin-bottom: 0;
}

.krj2ksp .bd3f50:first-child {
  transform: translateY(7px) rotate(45deg);
}

.krj2ksp .bd3f50:nth-child(2) {
  opacity: 0;
}

.krj2ksp .bd3f50:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.r0a3cy7 {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 300px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: translateY(8px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  visibility: hidden;
  width: 100%;
  will-change: transform, opacity;
}

.r0a3cy7.krj2ksp {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear;
  visibility: visible;
}

.wfwvcdy {
  align-items: flex-start;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.pn2gt7h {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-height: none;
  min-width: 200px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.pn2gt7h ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtap {
  min-width: 200px;
  padding-left: 40px;
  position: relative;
}

.rtap .jcfekwe {
  background-color: var(--toyuxx-kv6z);
  border-radius: 4px;
  left: 0;
  min-width: 200px;
  opacity: 0;
  padding-left: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-10px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 102;
}

.rtap .jcfekwe.krj2ksp {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear;
  visibility: visible;
}

.f984 h5 span {
  color: var(--y4iqyw-ll); 
}

.yjsy4 {
  font-size: 16px;
  color: var(--qatd-c0x);
  margin-bottom: 25px;
}

.qteg6nv3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.w1g4kx {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.w1g4kx label {
  font-size: 14px;
  font-weight: 600;
  color: var(--qatd-c0x);
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.w1g4kx input {
  padding: 12px 15px;
  border: 2px solid var(--srhy-f17);
  border-radius: 6px;
  font-size: 15px;
  color: var(--bekuw-lc);
  transition: all 0.3s ease;
  background: transparent;
}

.w1g4kx input:focus {
  border-color: var(--y4iqyw-ll);
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
  outline: none;
}

.r8mq {
  display: inline-block;
  padding: 14px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(135deg, var(--b2n-nuv), var(--y4iqyw-ll));
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.r8mq:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.5);
}

.tu62s {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 13px;
  color: var(--qatd-c0x);
  gap: 10px;
}

.tu62s input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--y4iqyw-ll);
  cursor: pointer;
}

.tu62s a {
  color: var(--a3sjx-bb16);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.tu62s a:hover {
  color: var(--y4iqyw-ll);
}
.rtap .jcfekwe ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.to4n1dqx {
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.to4n1dqx.krj2ksp .z71mql {
  color: var(--y4iqyw-ll);
}

.to4n1dqx.krj2ksp
  .z71mql.mmh4s
  .chwlq {
  background-color: var(--y4iqyw-ll);
  width: 45px;
}

.to4n1dqx.krj2ksp
  .z71mql.mmh4s
  .chwlq:after {
  transform: translate(5px, -50%);
}

.z71mql {
  color: var(--xi7-rami);
  display: block;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 17px;
  padding: 8px 15px;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.z71mql.mmh4s {
  align-items: center;
  display: flex;
  position: relative;
}

.z71mql.mmh4s .chwlq {
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  height: 2px;
  margin-left: 8px;
  position: relative;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: middle;
  width: 0;
}

.z71mql.mmh4s .chwlq:after {
  color: inherit;
  content: ">";
  font-size: 17px;
  left: 100%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.to4n1dqx:hover .z71mql {
  color: var(--y4iqyw-ll);
}

.to4n1dqx:hover .mmh4s .chwlq {
  background-color: var(--y4iqyw-ll);
  width: 45px;
}

.to4n1dqx:hover .mmh4s .chwlq:after {
  transform: translate(5px, -50%);
}
.mkj5y98:hover ~ .igjq3v27,
.mkj5y98:focus ~ .igjq3v27 {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 200px !important;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
}
.bpi7onte {
  padding: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sluqt6ew {
  color: var(--xi7-rami);
  display: block;
  font-size: 17px;
  padding: 6px 15px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sluqt6ew:hover {
  color: var(--y4iqyw-ll);
  transform: translateX(5px);
}

.x1ee {
  margin: 0 auto;
  padding-bottom: 15px;
  padding-left: 15px;
  width: 100%;
}

.x715co {
  padding-bottom: 15px;
  padding-top: 15px;
}

.w3ukd01t {
  color: var(--xi7-rami);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.dqc5bde {
  color: hsla(0, 0%, 100%, 0.7);
  display: block;
  font-size: 17px;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dqc5bde:hover {
  color: #e5f523;
  text-decoration: none;
  transform: translateX(5px);
}

.cpb58s0 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 75em) {
  .cpb58s0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 62em) {
  .cpb58s0 {
    grid-template-columns: 1fr;
  }
}

.uv2gvi2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lfgglcj0 {
  margin-bottom: 10px;
}

.lfgglcj0:last-child {
  margin-bottom: 0;
}

.dqc5bde {
  align-items: center;
  display: flex;
  gap: 10px;
}

.aq1vlnd {
  height: 100%;
  max-height: 20px;
  max-width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.qbm5xbc {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  width: 100%;
}

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

.hqgjn .rh7b6 {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.hqgjn .rh7b6:hover .ijqn {
  color: var(--y4iqyw-ll);
}

.hqgjn .ijqn {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 17px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vqt5d3 {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 6px;
  color: var(--xi7-rami);
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.vqt5d3:focus {
  background: hsla(0, 0%, 100%, 0.15);
  outline: none;
  transform: translateY(-1px);
}

.vqt5d3::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  padding-left: 5px;
}

.vqt5d3::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  padding-left: 5px;
}

.uc21w {
  margin-top: 20px;
  min-height: 200px;
}

.lagzak1j {
  display: none;
}

.lagzak1j.active {
  display: block;
}

.vqt5d3 {
  background: transparent;
  font-family: Founders-Grotesk-Regular, sans-serif;
  font-size: 17px;
  width: 100%;
}

.vqt5d3:focus {
  background: transparent;
  border-color: var(--y4iqyw-ll);
  transform: none;
}

.vapo .uoecc {
  top: 32px;
}

.j8l8w9 {
  display: flex;
  gap: 10px;
  justify-content: flex-end;

  align-items: center;
  margin: 0 0 20px;
}
.x0ksvrg {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px 1px var(--rjn-htf);
}
.x0ksvrg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ubrs .j8l8w9 p {
  font-size: 12px;
  margin: 0;
}
.j8l8w9 a {
  color: var(--a3sjx-bb16);
}
.ubrs p {
  margin: 0 0 20px;
}
/* card */

.ys70 {
  background-color: var(--toyuxx-kv6z);
  border-bottom: 3px solid var(--xi7-rami);
  border-radius: var(--g10-f26x);
  color: var(--xi7-rami);
  display: grid;
  font-weight: 700;
  grid-template-columns: 2.5em 1.5fr repeat(5, 1fr);
  grid-gap: 0.5em 2em;
  padding: 15px;
  place-items: center;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 20px;
}
.ri2i {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1em;
  transition: all 0.3s linear;
  border-radius: var(--g10-f26x);
  box-shadow: 0 0 15px rgba(66, 116, 41, 0.5);
  color: var(--b0df-z2m);
  margin-bottom: 20px;
}
.ri2i:hover {
  background: var(--pxy-rwf);
}
/* .ri2i:first-child {
  padding-top: 3em;
} */
.u9c8eqi {
  /* margin-top: -2em; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.y57ax {
  color: var(--b2n-nuv);
  font-size: 2.1875em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ds7wiv8r {
  /* display: grid;
  grid-template-columns: 2.5em 1.5fr repeat(5, 1fr); */
  grid-gap: 0.5em 2em;
  display: flex;
  flex-direction: column;
  align-items: stretch; 
  padding-bottom: 10px;
  color: var(--m2nb6p-siwt);
  position: relative;
}
.ds7wiv8r > div {
  position: relative;
  height: 100%;
}
.ds7wiv8r > div:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1em;
  background: var(--srhy-f17);
}
.u9c8eqi > a:first-child {
  background-color: var(--pxy-rwf);
  border: 2px solid var(--y4iqyw-ll);
}

.n6o5o img {
  max-width: 220px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.n6o5o {
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.mwp290mr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.mwp290mr li {
  background: var(--xi7-rami);
  width: 45px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-sizing: border-box;
}
.mwp290mr img {
  display: block;
  width: 100%;
  max-width: 70px;
}
.xgcev4kw {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: var(--m2nb6p-siwt);
  padding: 0 0 10px;  
}
.n6o5o p{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ivx91vu {
  font-size: 50px;
  color: var(--egf8i-sn);
  font-weight: 800;
  line-height: 1;
  margin: 10px 0;
}
.xgxz {
  position: relative;
  color: var(--m2nb6p-siwt);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ds7wiv8r .mwp290mr li {
  width: max-content;
  height: auto;
}
.rkjghnp {
  background-image: url(../images/speed-meter.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  position: relative;
  width: 45px;
}
.rkjghnp:before {
  background-image: url(../images/speed-needle.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5px;
  content: "";
  height: 14px;
  left: 9px;
  position: absolute;
  transform-origin: 14px 7px;
  width: 20px;
}
.uv214w .rkjghnp:before {
  transform: rotate(var(--m3xnc-l5rt, 90deg));
}
.rdli .rkjghnp:before {
  transform: rotate(var(--m3xnc-l5rt, 120deg));
}
.hzbt8wm .rkjghnp:before {
  transform: rotate(var(--m3xnc-l5rt, 180deg));
}
.qcv8cvt img {
  width: 40px;
  display: block;
}
.crau9l7z {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.qcv8cvt {
  display: flex;
  gap: 15px;
  height: auto !important;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--m2nb6p-siwt);
  padding: 10px;
  align-items: flex-end;
}
.juhuhty p {
  display: inline-block;
  text-decoration: underline;
}
.hty7qk1 {
  background-color: var(--x5a-evk);
  border-bottom: 3px solid var(--y4iqyw-ll);
  border-radius: var(--s9fxu9-g8y);
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5em;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 90%;
  transition: all 0.3s linear;
}
.u9c8eqi > a:hover .hty7qk1 {
  background-color: var(--toyuxx-kv6z);
  color: var(--xi7-rami);
  border-bottom-color: var(--y4iqyw-ll);
}
.u9c8eqi > a:first-child .hty7qk1 {
  background-color: var(--toyuxx-kv6z);
  border-bottom-color: var(--xi7-rami);
  transition: all 0.3s linear;
}
.u9c8eqi > a:first-child:hover .hty7qk1 {
  background-color: var(--xi7-rami);
  color: var(--b2n-nuv);
}
.juhuhty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ri2i > p {
  padding-top: 1em; 
  border-top: 1px solid var(--srhy-f17);
  padding-left: 10px;
  border-left: 1px solid var(--y4iqyw-ll);
  border-radius: 10px;
}
.plzd {
  align-items: center;
  background-color: var(--toyuxx-kv6z);
  border-radius: var(--g10-f26x);
  color: var(--xi7-rami);
  display: flex;
  font-size: 1em;
  text-transform: uppercase;
  max-width: 500px;
  font-weight: 700;
  justify-content: center;
  padding: 0.9em;
  text-align: center;
  gap: 6px;
  margin: 30px auto;
}
.plzd::before {
  background-image: url(../images/icon-double-chevron-down.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1em;
  width: 1em;
}
.plzd::after {
  background-image: url(../images/icon-double-chevron-down.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1em;
  width: 1em;
}
.zewi8rn {
  background-color: var(--srhy-f17);
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  overflow: hidden;
  padding: 15px 150px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
}
.zewi8rn:before {
  bottom: -10px;
  content: url(../images/emphasis-left.png);
  left: -145px;
  position: absolute;
}
.zewi8rn:after {
  bottom: -10px;
  content: url(../images/emphasis-right.png);
  position: absolute;
  right: -238px;
}
ul.mypy8rm li:before {
 
  border-width: 0.5px 2px; 
  content: "";
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml,<svg id="Layer_1" style="enable-background:new 0 0 612 792;" version="1.1" viewBox="0 0 612 792" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">.st0{clip-path:url(%23SVGID_2_);fill:none;stroke:%2341AD49;stroke-width:45;}.dq88{fill:%2341AD49;}</style><g><g><defs><rect height="512" id="SVGID_1_" width="512" x="50" y="140"/></defs><clipPath id="SVGID_2_"><use style="overflow:visible;" xlink:href="%23SVGID_1_"/></clipPath><path class="st0" d="M306,629.5c128.8,0,233.5-104.7,233.5-233.5S434.8,162.5,306,162.5S72.5,267.2,72.5,396 S177.2,629.5,306,629.5L306,629.5z"/></g><polygon class="st1" points="421.4,271 241.9,450.5 174.9,383.5 122,436.4 241.9,556.2 257.3,540.8 257.4,540.8 474.3,323.9 421.4,271 "/></g></svg>')
    no-repeat;
  background-size: contain;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  margin-left: 0px;
  margin-right: 5px;
  vertical-align: middle;
}
.w7idkhxj > p,
.ozzv0a7 p,
.xwjp6 p,
.terrj p {
  margin-bottom: 20px;
}
.vusa9f0j {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 580px;
  gap: 10px;
  font-weight: 600;
  margin: 0 auto 40px;
}
.aiv9bgq h2 {
  text-transform: uppercase;
  border-bottom: 2px solid var(--egf8i-sn);
  clear: both;
  display: table;
 
  font-size: 19px;
  margin: 10px auto 20px;
  padding: 7px 0;
  text-align: center;
  width: auto;
}
.vusa9f0j li{
  padding: 10px;
  background: var(--srhy-f17);
  border-radius: var(--s9fxu9-g8y);
}
.dtvmk2{ 
  padding: 40px 0;
}
.aiv9bgq h2::before {
  border-bottom: 3px solid var(--egf8i-sn);
  bottom: -4px;
  content: "";
  left: 37.5%;
  position: absolute;
  right: auto;
  width: 25%;
}

/* reviews_section */
.xvjsc1f img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.mftm9j {
  background-color: var(--k5nv-nr96);
  border: 3px solid var(--egf8i-sn);
  padding:20px  10px;
}
.mftm9j ul {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
  padding: 0 0 0 40px;
}
.mftm9j ul li {
  list-style: disc;
}
.mftm9j ul li::marker {
  color: var(--egf8i-sn);
}
.mftm9j ul li a {
  color: var(--a3sjx-bb16);
  font-weight: 600;
}

/* Add styles */
.ksflc80 {
  gap: 12px;
  transition: all 0.3s linear;
  max-height: 170px;
  overflow: hidden;
}
.s7ypae.ksflc80 {
  max-height: 10000px;
}

.ys70 li:nth-child(1) { order: 1; }   /* Rank */
.ys70 li:nth-child(2) { order: 8; }   /* Online Casino */
.ys70 li:nth-child(3) { order: 12; }  /* Deposit Methods */
.ys70 li:nth-child(4) { order: 9; }  /* Deposit Bonus */
.ys70 li:nth-child(5) { order: 10; }  /* Payout Speed */
.ys70 li:nth-child(6) { order: 24; }  /* Products */
.ys70 li:nth-child(7) { order: 28; }  
 
.y57ax { order: 1; display: none; }
.n6o5o { order: 8; }
.mwp290mr { order: 12; }
.xgcev4kw { order: 9; }
.xgxz { order: 10; }
.qcv8cvt { order: 24; }
.juhuhty { order: 28; }
.ys70{
  display: none;
}
/* -------- */
.xk29tl1a {
  color: var(--bekuw-lc);
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 48px;
  max-width: 162px;
  width: 100%;
  align-items: center;
  background: linear-gradient(-80deg, var(--toyuxx-kv6z) 30%, var(--x5a-evk) 0);
  border-radius: 5px;
  cursor: pointer;
  color: var(--xi7-rami);
  display: flex;
  margin: 20px auto;
  flex-direction: row;
  transition: all 0.3s linear;
}
.xk29tl1a:hover {
  background: var(--toyuxx-kv6z);
  color: var(--xi7-rami);
}
.mftm9j {
  margin-bottom: 40px;
}
.rmxe {
  background: var(--toyuxx-kv6z);
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: var(--s9fxu9-g8y);
  /* display: grid; */
  align-items: center;
  grid-template-columns: 1fr 1.3fr;
}
.rmxe img{
  display: none;
}
.f984 {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f984 h5 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: var(--xi7-rami);
}
.f984 h5 span {
  color: var(--y4iqyw-ll);
  font-size: 0.9em;
  display: block;
}
.yjsy4 {
  color: var(--xi7-rami);
  font-size: 12px;
  text-align: center;
  margin: 0 0 20px;
}
.w1g4kx label {
  color: var(--xi7-rami);
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  text-align: left;
}
.w1g4kx input {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--xi7-rami);
  border-radius: var(--g10-f26x);
  box-sizing: border-box;
}
.qteg6nv3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.tu62s input {
  cursor: pointer;
}
.tu62s {
  color: var(--xi7-rami);
  font-size: 14px;
}
.tu62s a {
  color: var(--y4iqyw-ll);
}
.r8mq {
  align-items: center;
  background-color: var(--b2n-nuv);
  border: none;
  border-radius: var(--g10-f26x);
  color: var(--bekuw-lc);
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  position: relative;
  transition: 2s linear all;
  width: 100% !important;
  margin-top: 20px;
}
.r8mq:hover {
  background: var(--y4iqyw-ll);
}

/* footer */
.q6oa9my {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 40%, #101b65 100%);
  position: relative;
  padding: 60px 0 25px;
  color: #f1f1f1;
  overflow: hidden;
}
 
.q6oa9my::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ffd700, #ff7b00, #ff0000, #ff7b00, #ffd700);
  background-size: 300% 100%;
  animation: moveStripe 8s linear infinite;
  border-radius: 0 0 10px 10px;
}
 
.q6oa9my::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
}
 
@keyframes moveStripe {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

.q6oa9my>div{
  display: flex;
  flex-direction: column;
}
.o2c7nl{
  order: 3;
}
.yfjq{
  order: 6;
}
.cpkd{
  order: 4;
}
.vt2rjdik{
  order: 1;
}
.y3mnpti {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  order: 2;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.y3mnpti a {
  color: var(--xi7-rami);
  padding: 10px 20px;
  box-sizing: border-box;
  display: block; 
  text-transform: uppercase;
  background: var(--toyuxx-kv6z);
  font-weight: 700;
  transition: all 0.3s linear;
}
.y3mnpti a:hover {
  color: var(--egf8i-sn);
}
.vt2rjdik { 
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  gap: 40px;
}
.vt2rjdik img {
  display: block;
  width: 100%;
}
.vt2rjdik ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.vt2rjdik ul img {
  width: 20px;
}
.o2c7nl {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 10px;
  border-top: 1px solid var(--bekuw-lc);
}
.o2c7nl h4 {
  font-weight: 700;
  color: var(--xi7-rami);
}
.o2c7nl p {
  color: var(--xi7-rami);
  font-size: 0.9rem;
  margin: 0;
}
.cpkd{
  display: flex;
  flex-direction: column;
}
.cpkd p {
  color: var(--xi7-rami);
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.cpkd ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.cpkd ul  a{
  border-radius: var(--s9fxu9-g8y);
  overflow: hidden;
  display: inline-block;
}
footer a {
  transition: all 0.3s linear;
}
footer a:hover {
  opacity: 0.7;
}
.rb6wl {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.yfjq {
  text-align: center;
  color: var(--xi7-rami);
  font-size: 14px;
  margin-top: 30px;
}
.cdbm {
  display: none;
}
.igjq3v27 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.igjq3v27.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.r7mhn3 {
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 18%;
  padding-top: 30px;
}
.r7mhn3 a {
  color: var(--xi7-rami);
}
.r7mhn3 a:hover {
  color: var(--y4iqyw-ll);
}
.r7mhn3.active {
  display: flex;
}
.r7mhn3 {
  display: none;
}
.igjq3v27 {
  background: var(--toyuxx-kv6z);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
}
header {
  position: relative;
}

@media (max-width: 992px) {
  .y4svrk46 {
    display: flex;
    flex-direction: column;
  }
  .igjq3v27 {
    position: static;
  }
}

/* start */
.wgebx {
  background: url(../images/home-banner-971x446.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.4em 25px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wgebx h1 {
  font-size: 70px;
  color: var(--xi7-rami);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 30px;
  position: static;
  border: none;
  text-transform: uppercase;
}
.wgebx p {
  color: var(--xi7-rami);
  margin-bottom: 20px;
}
.iqb0sk {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  color: var(--xi7-rami);
  text-transform: uppercase;
  font-weight: 17px;
}
.iqb0sk ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.qvww3 {
  padding: 20px 0;
  background: var(--toyuxx-kv6z);
  color: var(--xi7-rami);
}
.j3yvu {
  text-transform: uppercase;
  font-weight: 500;
}
.c2ovf4qc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.jyg0lr{
  justify-content: center;
}
.jyg0lr a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--xi7-rami);
  font-size: 14px;
}
.jyg0lr img {
  width: 20px;
  filter: invert(1);
  display: block;
}
.jyg0lr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.e63s {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.rz0v1u {
  background-color: var(--srhy-f17);
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
}
.rz0v1u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.vd05ea58 {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid var(--qatd-c0x);
  border-radius: 10px;
  margin: 0 auto 30px; 
  background: var(--xi7-rami);
  box-shadow: 0 1px 10px var(--qatd-c0x);
  overflow: hidden;
}
.vd05ea58 > div:not(.rz0v1u) {
  padding: 25px 35px;
}
.tm9t {
  display: flex;
  flex-direction: column;
}

/* Исходя из исходного порядка: */
.tm9t > :nth-child(1) { order: 3; }  /* .kwst8 */
.tm9t > :nth-child(2) { order: 5; }  /* .kisjst2 */
.tm9t > :nth-child(3) { order: 6; }  /* первый .gambling_categoty */
.tm9t > :nth-child(4) { order: 8; }  /* .block_how */
.tm9t > :nth-child(5) { order: 1; }  /* .trust_block */
.tm9t > :nth-child(6) { order: 9; }  /* .q7gq */
.tm9t > :nth-child(7) { order: 17; } /* .tr9w */
.tm9t > :nth-child(8) { order: 11; } /* .tuwcngn */
.tm9t > :nth-child(9) { order: 12; } /* .site_bonus */
.tm9t > :nth-child(10) { order: 4; } /* .stay_safe */
.tm9t > :nth-child(11) { order: 7; } /* второй .gambling_categoty (blacklist) */
.tm9t > :nth-child(12) { order: 13; } /* .ztw9of */
.tm9t > :nth-child(13) { order: 10; } /* .read_more */
.vd05ea58 h3 {
  color: var(--bekuw-lc);
  padding: 0;
  background: transparent;
}
.vd05ea58 h3::after{
  content: none;
}
.q7gq {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 21px 0 40px;
}
.wk9d {
  border-radius: 10px;
  height: 248px;
  overflow: hidden; 
}
.l8mt0 {
  height: 120px;
  overflow: hidden;
  width: 100%;
}
.d327 {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.t3ywdyqa {
  align-items: center;
  border-bottom: 1px solid var(--srhy-f17);
  border-left: 1px solid var(--srhy-f17);
  border-radius: 0 0 10px 10px;
  border-right: 1px solid var(--srhy-f17);
  color: var(--m2nb6p-siwt);
  display: flex;
  font-size: 20px;
  background: var(--k5nv-nr96);
  gap: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  height: 77px;
  box-sizing: border-box;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
}
.tlpk8j {
  grid-column-gap: 25px;
  display: grid;
  grid-template-areas:
    "num title"
    "photo title"
    "photo textcontent";
  grid-template-columns: 2fr 5fr;
  margin-bottom: 40px;
  padding: 0 25px 0 0;
  border: 1px solid var(--srhy-f17);
  border-radius: 10px;
  overflow: hidden;
}
.tuwcngn {
  margin: 40px 0;
}
.vstcn {
  grid-area: num;
  height: 0;
}
.vstcn .ll7hj8s9 {
  background-color: var(--a3sjx-bb16);
  border-radius: 10px 0;
  bottom: 0;
  color: var(--xi7-rami);
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  padding-top: 8px;
  position: relative;
  right: 0;
  text-align: center;
  width: 40px;
}
.k44d4s18 {
  color: var(--bekuw-lc);
  font-size: 20px;
  font-weight: 700;
  grid-area: title;
  line-height: 27px;
  padding: 25px 20px 20px;
}
.qafqm8u {
  display: flex;
  grid-area: photo;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: var(--k5nv-nr96);
}
.qafqm8u img {
  height: 150px;
  margin: auto;
  width: 150px;
}
.pkillj {
  padding: 0 20px 20px;
}
.pkillj li {
  list-style: disc;
  margin: 0 0 10px 20px;
}
.p1m1ch3j {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.f2qrmf a {
  margin: 30px auto;
  text-align: center;
}

/* card_item */

.fvpq11v div p {
 margin: 0;
 color: var(--xi7-rami);
 font-size: 18px;
}
.fvpq11v{
  background: var(--toyuxx-kv6z);
}
.bo51iy52 {
  font-weight: 700;
  font-size: 14px;
  padding: 20px 15px;
  text-align: center;
}
.bo51iy52 span {
  color: var(--egf8i-sn);
  display: block;
}
.mymxevq span {
  color: var(--x5a-evk);
  width: 20px;
  height: 20px;
  display: flex;
  font-weight: 700;
  line-height: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-bottom: 2px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid var(--x5a-evk);
}
.mymxevq {
  display: none;
  align-items: center;
  gap: 10px;
}
.afkvo6o0 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.ap8f img {
  display: block;
  height: 70px;
}
.ap8f {
  padding: 0 7%;
  background: var(--toyuxx-kv6z);
}
.wwa20 {
  background: var(--zozo9-rltt);
  border-radius: 22px;
  box-shadow: 0 3px var(--x5a-evk);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 190px;
  transition: all 0.3s linear;
}
.wwa20:hover {
  background: var(--x5a-evk);
}
.ntel {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.ahgkyy {
  display: inline-block;
  height: 47px;
  margin: auto;
  position: relative;
  width: 15.3em;
}
.yum1ay {
  background: url(../images/review-star-icon.png);
  background-position: 0;
  background-size: 49px;
  height: 98.5%;
  left: 0;
  position: absolute;
  top: 0;
}
.mby6gx0 {
  filter: grayscale(1);
  width: 100%;
}
.yum1ay {
  z-index: 1;
}
.n4swso3 {
  align-items: center;
  border: 2px solid var(--qatd-c0x);
  border-radius: 20px;
  display: flex;
  background: var(--srhy-f17);
  padding: 20px;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.dqtuhen {
  margin-bottom: 20px;
  display: block;
  max-width: 150px;
}
.dqtuhen img {
  display: block;
  width: 100%;
}
.p9xs {
  display: flex;
 flex-direction: row-reverse;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.n4swso3 p {
  font-weight: 700;
}

.wiv2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 20px auto;
  max-width: 90%;
}
table {
  width: 100%;
}

th {
  background-color: var(--toyuxx-kv6z);
  border-right: 5px solid var(--egf8i-sn);
  color: var(--xi7-rami);
  padding: 15px 0;
  width: 225px;
}
.wiv2 td {
  border: 1px solid var(--srhy-f17);
  font-size: 12px;
  font-weight: 700;
  height: 46px;
  padding-left: 8px;
  text-align: left;
}
td {
  border: 1px solid var(--srhy-f17);
  font-size: 12px;
  font-weight: 700;
  height: 46px;
  padding-left: 8px;
  vertical-align: middle;
  text-align: left;
}
.fzg6m7po {
  margin-bottom: 40px;
}
table.fzg6m7po tbody tr:nth-child(odd) {
  background: var(--k5nv-nr96);
}
.fzg6m7po thead,
.fzg6m7po tbody {
  width: 100%;
  display: table;
  text-align: center;
}
.fzg6m7po td {
  width: 24%;
  padding: 10px;
  box-sizing: border-box;
}
.fzg6m7po td {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}
td .zx9fl0y a {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  height: 100%;
  padding-top: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
td .zx9fl0y {
  background-color: var(--egf8i-sn);
  border-radius: 18px;
  box-shadow: 0 2px #557227;
  display: inline-block;
  height: 30px;
  margin: 5px auto auto;
  text-align: center;
  width: 110px;
}
.mjo92 {
  border: 1px solid var(--srhy-f17);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  box-sizing: border-box;
  margin: 40px auto 40px;
}
.fxsome {
  display: flex;
  flex-direction: column; 
  /* border: 1px solid var(--srhy-f17); */
  padding: 20px;
  background: var(--xi7-rami);
}
.fxsome .yfltqvoz {
  align-self: center;
  background-color: #dbe6c4;
  border: 1px solid var(--egf8i-sn);
  color: var(--egf8i-sn);
  display: flex;
  height: 44px;
  align-content: center;
  justify-content: center;
  margin: 20px;
  width: 100%;
  align-items: center;
}
.mjo92 .tj98ep {
  margin: 10px 10px 10px 0;
}
.iampj2 .v3wl2wp {
  align-self: center;
  background-color: #f0c8c8;
  border: 1px solid #a84848;
  color: #a84848;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 44px;
  align-items: center;
  margin: 20px;
  width: 100%;
}
.iampj2 {
  display: flex;
  flex-direction: column;
  background: #fdefef7d ;
  /* margin: 20px; */
  border: 1px solid var(--vb0-ar1);
  padding: 20px;
}
.wiv2{
  display: none;
}
/* Псевдоэлементы для prosconsListItem */
.u8ya.tj98ep::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--egf8i-sn);
  color: var(--xi7-rami);
  font-size: 16px;
  margin-right: 8px;
}
.d88cdbi.tj98ep::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--x5a-evk);
  color: var(--xi7-rami);
  font-size: 16px;
  margin-right: 8px;
}
.emphasized-box--dx9rv-qv8g {
  background-color: var(--srhy-f17);
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.emphasized-box--dx9rv-qv8g:before {
  bottom: -10px;
  content: url(../images/emphasis-left.png);
  left: -238px;
  position: absolute;
}
.emphasized-box--dx9rv-qv8g:after {
  bottom: -10px;
  content: url(../images/emphasis-right-green.png);
  position: absolute;
  right: -238px;
}
.emphasized-box--dx9rv-qv8g .ql09wl {
  display: block;
  font-weight: 700;
  padding: 0 0 10px;
}
table.fzg6m7po {
  display: block;
  margin: 30px 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
th {
  background-color: var(--toyuxx-kv6z);
  border-right: 5px solid var(--toyuxx-kv6z);
  color: #fff;
  padding: 15px 0;
  width: 225px;
}
table.fzg6m7po thead tr {
  background: var(--toyuxx-kv6z);
  border: 1px solid var(--srhy-f17);
  color: var(--xi7-rami);
  font-size: 1em;
  font-size: 0.75em;
  padding: 2px;
  min-height: 30px;
  white-space: nowrap;
  width: 0.1%;
}
.m1781 img {
  display: block;
  max-width: 900px;
  margin: 20px auto 40px;
  width: 100%;
}
.axqc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.lljbh0{
  padding: 10px;
  border-radius: var(--g10-f26x);
  background: #f5f7fa;
  box-shadow: 0 1px 10px var(--qatd-c0x);
  text-align: center;
}
.dr5pcw p {
  margin-bottom: 20px;
}
.f1r3c6s li {
  list-style: disc;
  margin: 0 0 10px 20px;
}
.f1r3c6s li::marker {
  color: var(--egf8i-sn);
}
.lciyu0 {
  font-weight: 800;
  color: var(--egf8i-sn);
  font-size: 1.2rem;
}
.d72yid {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 1px 7px var(--srhy-f17);
  overflow: hidden;
  margin: 0 auto;
  min-width: 150px;
}
.d72yid img {
  max-width: 1000px;
  max-height: 1000px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.d624uzo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.hss83wjv img {
  display: block;
  width: 160px;
  margin-bottom: 20px;
}
.vkgabv9a a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
.hss83wjv {
  box-sizing: border-box;
  background: var(--k5nv-nr96);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px auto 40px;
  padding: 20px 10px 0;
  text-align: center;
  max-width: 600px;
  position: relative;
  box-shadow: 0 1px 10px var(--y4iqyw-ll);
  border-radius: var(--g10-f26x);
  width: 100%;
}
/* 
button up */

.caeq {
  background: var(--srhy-f17);
  border: 1px solid var(--qatd-c0x);
  border-radius: 50px 0 0 50px;
  border-right: 0;
  bottom: 40px;
  right: 0;
  cursor: pointer;
  display: block;
  height: 100px;
  line-height: 1.4;
  padding-bottom: 0;
  position: fixed;
  width: 64px;
  z-index: 9999;
  display: none;
}
#back_to_top_button {
  display: flex;
  padding: 12px 0;
  padding: 20px 0 0 10px;
  flex-direction: column;
  align-items: center;
}
.caeq span {
  display: block;
  text-align: right;
  font-size: 12px;
}
.gbdcw .caeq a {
  align-items: center;
  color: var(--toyuxx-kv6z);
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  padding-left: 8px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  width: 100%;
}

/* slot */
.umvzwyc {
  background: var(--k5nv-nr96);
  border: 1px solid #cfd6eb;
  border-radius: 10px;
  padding: 47px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.102);
}
.umvzwyc .xs2ky0h {
  border: none;
}
.umvzwyc .xs2ky0h::before,
.umvzwyc .xs2ky0h::after {
  content: none;
}
.mbvt li a {
  color: var(--a3sjx-bb16);
  line-height: 1.5;
}
.mbvt li::before {
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 5px -2px 0;
  width: 10px;
}
.vh4xhb {
  display: flex;
  flex-direction: row-reverse;
  gap: 10%;
  padding-top: 30px;
  margin: 0 0 40px;
}
.vh4xhb>div:first-child{
  order: 1;
  max-width: 600px;
}
.vh4xhb .j8l8w9{
  justify-content: start;
}
.umvzwyc{
  order: 2;
}
.kfijgpqo {
  color: var(--b0df-z2m);
}
.spe27 {
  color: var(--xi7-rami);
  font-size: 25px;
  font-weight: 800;
  text-shadow: 0 1px 3px var(--toyuxx-kv6z);
  letter-spacing: 0.02px;
  text-transform: uppercase;
}
.c66yhj28 {
  background: var( --zozo9-rltt);
  padding: 42px 0 100px;
}
.c66yhj28 > div {
  max-width: 1200px;
}
.hiy516{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.olmz a {
  color: var(--xi7-rami);
  font-weight: 800;
  text-decoration: underline;
}
.olmz {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 2em;
}
.ky8j367m {
  padding: 23px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
  background: var(--xi7-rami);
  max-width: 332px;
  border-radius: 10px;
}
.ky8j367m .v0exq6vv{
  order: -1;
}
.fm1nz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vzqhqm {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.911' height='17.986' viewBox='0 0 20.911 19.986'%3E%3Cg id='Group_141' data-name='Group 141' transform='translate(0 0)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M6.84,7.1,0,7.628l5.223,4.447L3.612,18.744l5.844-3.593L15.3,18.744l-1.612-6.668,5.223-4.447L12.072,7.1,9.456.758Z' transform='translate(0 -0.758)' fill='%23FF6B0F'/%3E%3Cpath id='Path_544' data-name='Path 544' d='M503.4,15.15l5.844,3.593-1.612-6.668,5.223-4.447-6.84-.528L503.4.758Z' transform='translate(-493.94 -0.758)' fill='%23FF6B0F'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 24px;
  width: 24px;
}
.uih3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.87rem;
}
.v0exq6vv {
  display: block;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 12px;
  max-width: 300px;
  overflow: hidden;
  width: 90%;
}
.v0exq6vv img {
  max-width: 1000px;
  max-height: 1000px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ky8j367m p {
  font-size: 18px;
  font-weight: 600;
  color: var(--vb0-ar1);
  text-shadow: 0 1px 1px var(--y4iqyw-ll);
}
.ky8j367m .ras8 {
  text-transform: uppercase;
}
.pgtsdl {
  background-color: var(--x5a-evk);
  border-bottom: none;
  border-radius: 10px;
  color: var(--xi7-rami);
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 19px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
  margin-top: 20px;
  animation: move 2s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: scale(1);
  }
   50% {
    transform: scale(1.14);
  }
   100% {
    transform: scale(1);
  }
}
.wzy8m {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  color: var(--bekuw-lc);
}
.otsgf9c {
  background-color: var(--toyuxx-kv6z);
  border-bottom: 5px solid var(--x5a-evk);
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  height: 60px;
  display: flex;
  align-items: center;
  align-items: center;
}
.otsgf9c h3 {
  color: var(--xi7-rami);
  margin: 0;
  font-size: 22px;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
}
.ghygirhv h4 {
  color: var(--m2nb6p-siwt);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
  text-decoration: underline;
}
.erl5ci {
  border-radius: 5px;
  height: 70px;
  width: 125px;
  overflow: hidden;
}
.erl5ci img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bf2lpdk {
  color: var(--egf8i-sn);
  display: block;
  font-size: 13px;
  text-decoration: underline;
}
.w9zhkp4 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ghygirhv { 
  border: 1px solid var(--srhy-f17);
  border-radius: 0 0 10px 10px;
  background: var(--xi7-rami);
}
.z8ng {
  padding: 10px;
  border-bottom: 1px solid var(--srhy-f17);
  display: block;
  box-sizing: border-box;
}
.zwae5 {
  max-width: 370px;
}
.q8k0 {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.q8k0 img {
  display: block;
  width: 100%;
}
.sbob9c {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 5%;
  justify-content: space-between;
  position: relative;
  padding: 50px 0;
}
h2 {
  font-size: 38px;
  line-height: 46px;
  margin: 20px 0 15px;
}
.v8wxngwd {
  margin-bottom: 30px;
}
.v8wxngwd.aigjvm table tr td {
  border: 1px solid var(--qatd-c0x);
  border-top: 0;
  padding: 20px 12px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.v8wxngwd.aigjvm table tr:nth-child(2n) {
  background-color: var(--k5nv-nr96);
}
.smrhy {
  display: grid;
  grid-template-areas:
    "title title title"
    "photo description info";
  grid-template-columns: 220px 2fr 1fr;
  border: 1px solid var(--qatd-c0x);
  border-radius: 10px;
  background: var(--k5nv-nr96);
  margin: 0 auto 30px;
  overflow: hidden;
}
.fahskq1d {
  background-color: var(--k5nv-nr96);
  grid-area: photo;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.fahskq1d img {
  max-width: 1000px;
  width: 100%;
  display: block;
  max-height: 1000px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ohqf {
  border-bottom: 0;
  border-right: 1px solid var(--srhy-f17);
  margin: 25px 35px;
  padding-right: 20px;
  grid-area: description;
}
.q330io2c {
  grid-area: info;
  padding: 45px 25px 25px 0;
}
.ejk9 {
  background-color: var(--xi7-rami);
  border: 1px solid var(--m2nb6p-siwt);
  border-radius: 7px;
  color: var(--m2nb6p-siwt);
  display: flex;
  font-size: 15px;
  align-items: center;
  font-weight: 700;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: -moz-fit-content;
  transition: all 0.3s linear;
  width: fit-content;
}
.ejk9:hover {
  background-color: var(--m2nb6p-siwt);
  color: var(--xi7-rami);
}
.smrhy {
  display: grid;
  grid-template-areas:
    "title title title"
    "photo description info";
  grid-template-columns: 220px 2fr 1fr;
}
.kwst8 p {
  margin-bottom: 20px;
}
.ohqf h3 {
  background: none;
  color: var(--m2nb6p-siwt);
  padding: 0;
}
.ohqf h3::after{
  content: none;
}
.ohqf p {
  margin-bottom: 20px;
}
.b07qlkjw {
  font-weight: 600;
  margin: 0 0 15px;
}
.b07qlkjw span {
  font-weight: 400;
  display: block;
}
.nqbfo {
  grid-row-gap: 10px;
  background-color: var(--k5nv-nr96);
  border: 1px solid var(--qatd-c0x);
  border-radius: 20px;
  grid-template-areas:
    "photo"
    "title"
    "text-content";
  margin: 20px auto 20px;
  padding: 30px 20px 30px 70px;
  position: relative;
  width: 90%;
  box-sizing: border-box;
  margin-left: auto;
}
.pjyac4w {
  background: var(--a3sjx-bb16);
  border-radius: 10%;
  bottom: 50px;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  padding: 20px;
  position: relative;
  width: 100px;
  grid-area: photo;
  position: absolute;
  top: 0;
  left: -50px;
}
.pjyac4w img {
  width: 70px;
  display: block;
}
.zv9zl68 {
  grid-area: title;
}
.zv9zl68 h3 {
  color: var(--m2nb6p-siwt);
  background: transparent;
  padding: 0;
}
.zv9zl68 h3::after{
  content: none;
}
.mb0nqcwr {
  margin-top: 60px;
}
.iak2vkql table tr td {
  text-align: center;
}
.v8wxngwd.iak2vkql
  table
  tr
  td:first-of-type {
  background-color: #f5f7fa;
}
.bq420 p {
  margin-bottom: 20px;
}
.n6m5lo8 {
  margin-top: 70px;
}
.j6ccon {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border: 1px solid #adbdd4;
  border-top: 7px solid var(--m2nb6p-siwt);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 25px rgba(28, 45, 68, 0.102);
  display: grid;
  grid-template-areas:
    "photo title"
    "photo box-content";
  margin: 0 auto 25px;
  max-width: 945px;
  padding: 25px;
}
.vfck {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.lur0c0p li {
  padding: 20px;
  background-color: var(--k5nv-nr96);
  border: 1px solid var(--qatd-c0x);
  border-radius: 20px;
  margin: 20px auto;
}
.lur0c0p h3 {
  color: var(--m2nb6p-siwt);
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
}
.cm8oson {
  margin-top: 70px;
}
.w2kxxv {
  border: 1px solid #bbc4d8;
  border-radius: 10px;
  padding: 45px 12px 25px;
  position: relative;
  box-sizing: border-box;
}
.n4oza {
  height: 67px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 67px;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
}
.kipwi {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.testimonials__wrapper--a6is2-so:before {
  background: url(./assets/images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  filter: invert(85%) sepia(85%) saturate(1605%) hue-rotate(198deg)
    brightness(97%) contrast(89%);
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  top: -58px;
  transform: translateX(-50%);
  width: 16px;
}
.testimonials__wrapper--a6is2-so { 
  border-color: var(--a3sjx-bb16);
  margin-top: 20px;
  background: var(--k5nv-nr96);
}
.lur0c0p h3::after{
  content: none;
}
.w2kxxv {
  padding: 26px 58px 35px;
  width: 90%;
}
.z5qr {
  margin-bottom: 42px;
  margin-left: 34px;
}
.tr9w {
  margin-top: 70px;
  order: 11;
}
.vtetp81 h3::after, .c85vr h3::after{
  content: none;
}
.ckw0{
  order: 7;
}
.tr9w > p {
  margin-bottom: 20px;
}
.testimonials__wrapper--a6is2-so {
  margin-left: 46px;
}
.m107cbj .byrpocfg {
  border: 1px solid var(--qatd-c0x);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
  max-width: 500px;
  padding-bottom: 30px;
  text-decoration: none;
  width: 32%;
  box-sizing: border-box;
}
.m107cbj .q4timg {
  max-height: 344px;
}
.m107cbj .l7yzq4v {
  border-radius: 5px;
  color: var(--xi7-rami);
  font-size: 12px;
  font-weight: 400;
  font-weight: 700;
  margin-left: 25px;
  padding: 2px 10px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--dk6slt-kdhd);
}
.m107cbj .ydsun3zu h4 a {
  color: var(--m2nb6p-siwt);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.ydsun3zu {
  padding-left: 20px;
}
.a1oqn2z img {
  border-radius: 50px;
  margin-right: 10px;
}
.m107cbj .s1m1351 {
  color: var(--bekuw-lc);
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
}
.m107cbj .a1oqn2z {
  color: var(--a3sjx-bb16);
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.m107cbj {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
}
.q4timg img {
  max-width: 1000px;
  max-height: 1000px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lkluru3 a {
  margin: 30px auto;
  text-align: center;
}
.bawey {
  margin-top: 70px;
}
.tm9t p {
  margin: 0 0 20px;
}
.wofk a {
  list-style: upper-alpha;
}
.wofk li {
  list-style: disc;
  margin: 0 0 10px 20px;
}
.qcinltr {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.jfwpl7 h3 {
  padding: 0;
  background: transparent;
  color: var(--egf8i-sn);
}
.uuzj{
  display: flex;
  flex-direction: column;
}
.nqbfo:nth-child(1) { order: 3; }
.nqbfo:nth-child(2) { order: 1; }
.nqbfo:nth-child(3) { order: 4; }
.nqbfo:nth-child(4) { order: 2; }

.e6rh6 { 
  border: 1px solid #bbc4d8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 30px 0;
  padding: 25px 15px 10px;
}
.xfw6z {
  align-self: start;
  height: 140px;
  margin: 0 50px 0 auto;
  width: 140px;
  overflow: hidden;
  position: relative;
  clip-path: circle(50%);
}
.xfw6z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all .3s linear;
}
.e6rh6:hover img{
  transform: scale(1.1);
}
.rkxukzhh {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.rkxukzhh a {
  text-decoration: underline;
}
.ypstd7 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.qqkzris {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 24px;
}
.kkwj4 {
  padding-right: 10px;
  border-right: 1px solid var(--qatd-c0x);
  margin-right: 10px;
}
.x1jvjd5e {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 40px;
}
.ijsouph0 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.eitkipk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ornpwqod {
  padding: 29px 32px;
}
.ldw11 {
  background: var(--toyuxx-kv6z);
  border-bottom: 5px solid var(--x5a-evk);
  color: var(--xi7-rami);
  display: block;
  font-size: 30px;
  padding: 20px 15px;
  text-align: center;
}
.h9nt {
  background: var(--k5nv-nr96);
  border: 1px solid var(--srhy-f17);
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.lciuho {
  color: var(--bekuw-lc);
  font-size: 18px;
  line-height: 1.6;
}
.lciuho .i368t6 {
  color: var(--a3sjx-bb16);
  font-size: 28px;
  font-weight: 700;
}
.mj2gq5aw {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.tyi4 p {
  margin: 0;
}
.izmbd5s9 {
  text-align: center;
}
.j6ccon {
  gap: 20px;
}
.dq52clpa {
  color: var(--m2nb6p-siwt);
  text-decoration: underline;
  font-weight: 300;
  text-align: center;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.cihm {
  position: relative;
}
.wb9ya {
  position: sticky;
  top: 100px;
  height: max-content;
}
.hvxw3g {
  margin: 0 0 100px;
}

/* online casinos */
.y4yr {
  background-color: var(--k5nv-nr96);
  border: 1px solid var(--qatd-c0x);
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
  margin: 12px 0;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s linear;
  margin-bottom: 40px;
}
.y4yr > span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: max-content;
  min-width: fit-content;
}
.y4yr:hover {
  background: var(--toyuxx-kv6z);
  color: var(--xi7-rami);
}
.n36d {
  display: none;
  margin: 0;
}
.y4yr:hover .n36d {
  display: block;
}
.jlyg4y h3 {
  background: none var(--m2nb6p-siwt);
  border-radius: 10px 10px 0 0;
  color: var(--xi7-rami);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  min-height: 55px;
  margin: 0;
  box-sizing: border-box;
  padding: 12px 10px 10px;
  text-align: center;
  width: 100%;
}
.g9wjo6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  background: var(--xi7-rami);
}
.nybnm042{
  order: -1;
}
.gkohf3 {
  margin: 0 auto;
  width: 197px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.gkohf3 p {
  margin: 30px 0 0;
}
.gkohf3 img {
  display: block;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.fc8x25,
.amwcv {
  background: url(../images/review-star-icon.png);
  background-position: 0;
  background-size: 23px;
  height: 98.8%;
  left: 0;
  position: absolute;
  top: 0;
}
.fc8x25 {
  z-index: 1;
}
.amwcv {
  filter: grayscale(1);
  width: 100%;
}
.wfok {
  display: inline-block;
  height: 20px;
  margin: auto;
  position: relative;
  width: 116px;
}
.s72jd {
  color: var(--a3sjx-bb16);
  display: table;
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
  margin: 17px auto 10px;
  text-align: center;
}
.rn3t0y2e{
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 20px;
}
/* .dupy {
  padding-right: 40px;
} */
.s72jd span {
  color: var(--m2nb6p-siwt);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.s72jd span.j4bi {
  color: var(--bekuw-lc);
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
}
.dhk7ji1 {
  font-size: 15px;
  text-decoration: underline;
  color: var(--a3sjx-bb16);
}
.mlkod4 {
  background-color: var(--k5nv-nr96);
  border-bottom: 1px solid var(--srhy-f17);
  border-top: 1px solid var(--srhy-f17);
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  padding: 9px 24px;
  grid-column-gap: 33px;
  align-items: baseline;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.o8c1 img {
  display: block;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.o8c1{
  order: -1;
}
.ph0tknyt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
}
.mlkod4 > div > span:first-child {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: var(--m2nb6p-siwt);
}
.mlkod4 .bru2qp {
  font-size: 14px;
  color: var(--a3sjx-bb16);
  text-decoration: underline;
  cursor: pointer;
  display: block;
  position: relative;
}
.mlkod4 span.mk2v {
  background: #3e5184;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.071);
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  width: 320px;
  box-sizing: border-box;
  opacity: 0;
  padding: 19px;
  position: absolute;
  top: 20px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  z-index: 10;
}
.mlkod4 span.bru2qp:hover .mk2v {
  opacity: 1;
  visibility: visible;
}
.b2q2 {
  border: 1px solid var(--srhy-f17);
  border-radius: 10px;
  margin: 30px 0;
}
.j2ube {
  padding: 20px 30px;
}
.hiy516 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hiy516 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
}

.hiy516 li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
}

.hiy516 .xpzrrf li i.f5j7xc {
  background: var(--egf8i-sn);
}
.hiy516 .xpzrrf li i.f5j7xc::after {
  content: "✓";
  line-height: 1;
}
.hiy516 .fe5k1 li i.lpqsxxqu {
  background: var(--x5a-evk);
}
.hiy516 .fe5k1 li i.lpqsxxqu::after {
  content: "✕";
  line-height: 1;
}
/* .czccra81 h3 {
  background: none;
  padding: 0;
  color: var(--m2nb6p-siwt);
} */
.hiy516 li:hover i {
  transform: translateY(-50%) scale(1.06);
  transition: transform 120ms ease;
}
.z4q87x {
  padding: 0 30px 20px;
}
@media (max-width: 520px) {
  .hiy516 {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
  }
}

.ii9s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.zsg753b {
  display: block;
}
.zsg753b img {
  display: block;
  width: 100%;
}
.sv22ks8w {
  padding: 30px 20px;
}
.ho3nbiz {
  border: 1px solid var(--srhy-f17);
  border-radius: 10px;
  background: var(--k5nv-nr96);
  overflow: hidden;
}
.bnav4fw {
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  width: fit-content;
  background: var(--b2n-nuv);
}
.dn4742 a {
  color: var(--m2nb6p-siwt);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
  display: inline-block;
}
.s1m1351 {
  font-size: 13px;
  margin-bottom: 14px;
}
.tq6in img {
  border-radius: 50%;
}
.tq6in {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  gap: 10px;
}
.ztw9of {
  margin-top: 40px;
}
.htd6s2 h4 {
  color: var(--egf8i-sn);
  display: block;
  font-size: 1.3em;
  margin: 20px auto 10px;
}
.mmoe5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.mmoe5 a {
  background: transparent none;
  border-color: var(--m2nb6p-siwt);
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  padding-left: 18px;
  border-radius: 10px;
  transition: all 0.3s linear;
  display: block;
}
.mmoe5 a:hover {
  background-color: var(--m2nb6p-siwt);
  color: var(--xi7-rami);
}
.wofk {
  padding-left: 20px;
}

/* sites */
.zzucopt {
  position: relative;
  padding-right: 40px;
}
.zzucopt > .x0ksvrg:last-child {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) scale(0.8);
}
.przpeik, .ghq9{
  border-radius: var(--s9fxu9-g8y);
  overflow: hidden;
}
.ny6q {
  grid-template-columns: repeat(3, 1fr);
}
.ind0pw {
  padding: 20px 0;
  align-items: center;
}
.e63s h1:after {
  content: none;
}
.jyg0lr {
  gap: 10px 20px;
}
.xxdhk td {
  text-align: center;
  padding: 10px;
  text-decoration: underline;
}
.utam4x {
  /* display: grid;
  grid-template-columns: 220px 2fr 1fr; */
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--srhy-f17);
  border-radius: 10px;
  margin: 0 auto 30px;
  padding:0 20px;
}
.rz0v1u{
  max-width: 250px;
}
.koqojcg{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.utam4x img {
  display: block;
  width: 100%;
  height: auto;
}
.utam4x h3,
.c85vr h3 {
  padding: 0;
  background: transparent;
  color: var(--m2nb6p-siwt);
}
.mjf2i span {
  display: block;
}
.mjf2i {
  text-align: left;
  padding-bottom: 20px;
  margin-right: auto;
}
.owvi6lf {
  font-weight: 700;
}
.c85vr {
  margin: 20px auto;
  padding: 20px 20px 20px 40px;
  background-color: var(--k5nv-nr96);
  border: 1px solid var(--qatd-c0x);
  border-radius: 20px;
}
.io9o6znf {
  margin: 40px 0;
}
.dr5pcw {
  display: flex;
  flex-direction: column; 
}

/* первые три секции — фиксированные */
.fvpq11v { order: 1; }
.ubrs { order: 2; }
.xxdhk { order: 3; }

/* начиная с четвёртой — перемешанные */
.pfdzsmpq{
  order: 5;
}
.bfd1jw1 { order: 16; }         /* 1 */
.a3yb { order: 20; }            /* 2 */
.roq5oks9 { order: 24; }          /* 3 */
.avh32r1 { order: 28; }       /* 4 */
.jicf { order: 32; }           /* 5 */
.naw9ev { order: 9; }     /* 6 */
.lxgz { order: 14; }         /* 7 */
.cx5jvt6b { order: 10; }        /* 8 */
.ss8vnx { order: 48; }       /* 9 */
.prey { order: 11; }          /* 10 */
.uf93f { order: 56; }           /* 11 */

.ivx91vu span {
  font-size: 20px;
}
.ozzv0a7 .rqth9 { order: 8; }
.ozzv0a7 .b8l75 { order: 4; }
.ozzv0a7 .lmmwnj { order: 3; }
.ozzv0a7 .r79lc21m { order: 6; }
.ozzv0a7 .whqd { order: 5; }
.ozzv0a7 .limn { order: 24; }
.ioi7ayga{
  order: 10;
}
.gb7mo50{
  order: 1;
}

.ozzv0a7 .w7idkhxj {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.qb7zixu {
  /* position: absolute;
  top: 60%;
  right: 25px; */
  margin: 0 auto;
  font-weight: 600;
  padding: 10px;
  display: block;
  max-width: max-content;
  box-sizing: border-box;
  background: var(--qatd-c0x); 
  color: var(--bekuw-lc);
  color: var(--toyuxx-kv6z);
  border-radius: 10px;
  z-index: 10;
  transition: all .3s linear;
}
.tm9t{
  display: flex;
  flex-direction: column;
}
.kwst8{
  order: 1;
}
.kisjst2{
  order: 4;
}
.mb0nqcwr{
  order: 2;
}
.czccra81{
  order: 3;
}

.u22vho{
  order: 7;
}
.htd6s2{
  order: 6;
}
.e6rh6{
  order: 8;
}
.ztw9of{
  order: 5;
}
.qb7zixu:hover{
  color: var(--a3sjx-bb16);
}

.pe9f {
  position: relative;
  padding-bottom: 10px;
}
.xxdhk>div{
  display: flex;
  flex-direction: column;
}
.a4t0r1{
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wiv2{
  order: 3;
}
.mjo92{
  order: 2;
}
/* .juhuhty{
  padding-bottom: 20px;
} */

@media screen and (max-width: 1199px) {
  .ds7wiv8r {
    gap: 16px;
  }
  .ds7wiv8r > div:not(:first-child)::before {
    left: -8px;
  }
  h1 {
    font-size: 30px;
  }
  .ys70 li {
    font-size: 14px;
  }
  .ivx91vu {
    font-size: 40px;
  }
  .ap8f {
    padding: 0 10px;
  }
  .umvzwyc {
    padding: 20px;
  }
  .sbob9c {
    display: block;
  }
  .zwae5 {
    display: none;
  }
  .wgebx h1 {
    font-size: 50px;
  }
  .bo51iy52 {
    text-align: center;
    max-width: 187px;
    width: 100%;
    box-sizing: border-box;
  }
  .afkvo6o0 {
    gap: 15px;
  }
  .rn3t0y2e{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .ds7wiv8r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ds7wiv8r > div {
    box-sizing: border-box;
  }
  .axqc{
    grid-template-columns: repeat(2, 1fr);
  }
  .juhuhty {
    width: 100%;
    margin-top: 30px;
  }
  .pe9f{
    padding-bottom: 50px;
  }
  .qb7zixu{
    bottom: 20px;
    top: auto;
    left: 50%;
    right: auto; 
  }
  .y57ax {
    display: none;
  }
  .ds7wiv8r > div:not(:first-child)::before {
    content: none;
  }
  .ys70 {
    display: none;
  }
  .ft9u7r6c > span {
    background-color: var(--toyuxx-kv6z);
    border-bottom: 3px solid var(--xi7-rami);
    border-radius: var(--hmkf5-v4);
    color: var(--xi7-rami);
    display: block;

    font-weight: 700;
    grid-template-columns: 2.5em 1.5fr repeat(5, 1fr);
    grid-gap: 0.5em 2em;
    padding: 15px;
    place-items: center;
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: 20px;
  }
  .f984 {
    padding: 40px 20px;
  }
  .f984 h5 {
    font-size: 26px;
  }
  /* .wiv2 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 30px auto;
  } */
  .u9c8eqi{
    grid-template-columns: repeat(2, 1fr);
  }
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 920px) {
  .fzg6m7po thead,
  .fzg6m7po tbody {
    display: block;
    width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .zewi8rn {
    padding: 15px 50px;
  }
  .mftm9j ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs2ky0h {
    font-size: 28px;
  }
  .m107cbj {
    width: 900px;
  }
  .ktjon {
    overflow-x: auto;
  }
  .rn3t0y2e{
    grid-template-columns: 1fr;
  }
  .vd05ea58{
    margin: 0;
  }
  .rmxe {
    position: relative;
    display: block;
    margin-top: 130px;
    padding-top: 100px;
  }
  .wgebx {
    padding: 4em 0;
  }
  .rmxe > img {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }
  .f984 h5 {
    text-align: center;
  }
  .yjsy4 {
    text-align: center;
  }
  .tu62s {
    justify-content: center;
    display: flex;
    margin-top: 10px;
  }
  .d72yid {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
  .fm1nz {
    grid-template-columns: 1fr 1fr;
  }
  .vh4xhb {
    grid-template-columns: 1fr 1fr;
  }
  /* .o8c1 {
    display: none;
  } */
  .wgebx h1 {
    font-size: 40px;
  }
  .o8c1 img{
    width: 100%;
    display: block;
  }
  .mymxevq {
    display: none;
  }
  .jwjfnwc{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .ksflc80 > li:nth-child(2n) {
    display: none;
  }
  .mftm9j ul {
    grid-template-columns: 1fr 1fr;
  }
  .vusa9f0j {
    grid-template-columns: 1fr;
  }
  .vt2rjdik {
    display: flex;
    flex-direction: column;
  }
  .cpkd ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .cpkd ul img {
    display: block;
    width: 100%;
  }
  .vh4xhb {
    display: flex;
    flex-direction: column;
  }
  .ft9u7r6c > span{
    display: none;
  }
  .ri2i{
        position: sticky;
    top: 70px;
    background: var(--xi7-rami);
  }
  .u9c8eqi{
    grid-template-columns: 1fr;
  }
  .fm1nz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ky8j367m {
    max-width: 400px;
    width: 100%;
  }
  .smrhy {
    flex-direction: column;
    display: flex;
  }
  .fahskq1d {
    height: 280px;
  }
  h3 {
    width: 100%;
    padding: 5px 60px 5px 10px;
    display: inline-block;
    font-weight: 500;
    box-sizing: border-box;
  }
  .vd05ea58 {
    display: flex;
    flex-direction: column;
  }
  .k44d4s18 {
    text-align: center;
    padding-left: 40px;
  }
  .q7gq{
    grid-template-columns: repeat(2, 1fr);
  }
  .wk9d{
    height: auto;
  }
  .tlpk8j {
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  .vd05ea58 > div:not(.rz0v1u) a {
    margin: 0 auto;
  }
  .vd05ea58 > div:not(.rz0v1u) {
    padding: 20px;
  }
  .xfw6z {
    width: 80px;
    height: 80px;
  }
  .q330io2c {
    padding: 20px;
  }
  .wgebx h1 {
    font-size: 32px;
  }
  .pjyac4w img {
    width: 40px;
    display: block;
  }
  .ohqf {
    margin: 20px;
    padding: 0;
  }
  .pjyac4w {
    width: 60px;
    padding: 10px;
    height: 60px;
    margin-top: 30px;
    left: -30px;
  }
  .n4oza {
    width: 60px;
    height: 60px;
    position: static;
    float: left;
    transform: translate(0) !important;
    margin-right: 20px;
  }
  .testimonials__wrapper--a6is2-so {
    margin-left: 10px;
  }
  .tm9t p{
    margin: 0 0 15px;
  }
  .w2kxxv {
    padding: 20px;
  }
  .nqbfo {
    box-sizing: border-box;
    padding-left: 30px;
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
  }
  h1::after{
    width: 90%;
  }
  .rmxe{
    margin-top: 50px;
    padding-top: 0;
  }
  .w1k9ng{
    display: none;
  }
  .pjyac4w,
  .n4oza {
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  .z5qr,
  .testimonials__wrapper--a6is2-so {
    margin-left: 0;
    width: 100%;
  }
  .mlkod4 span.mk2v {
    width: 250px;
  }
  .n4oza {
    top: -20px;
  }
  .v8wxngwd {
    overflow-x: auto;
  }
  .x1jvjd5e {
    grid-template-columns: 80px auto;
    gap: 20px;
  }
  .xs2ky0h {
    font-size: 25px;
  }
  .xgxz {
    display: none;
  }
  .bo51iy52,
  .mymxevq {
    display: none;
  }
  .afkvo6o0 {
    position: relative;
  }
  .afkvo6o0::before {
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
    background: var(--k5nv-nr96);
  }
  .p9xs {
    display: flex;
    flex-direction: column;
  }
  .umvzwyc{
    order: 4;
  }
  .mjo92 {
    display: flex;
    flex-direction: column;
  }
  .axqc {
    grid-template-columns: 1fr;
  }
  .lljbh0{
    position: sticky;
    top: 70px;
    height: max-content;
  }
  .hss83wjv img {
    width: 100px;
  }
  .qteg6nv3 {
    grid-template-columns: 1fr;
  }
  .w7idkhxj {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nqbfo{
    text-align: center;
    position: sticky;
    top: 80px;
    height: max-content;
  }
  .caeq {
    height: 60px;
    width: 50px;
  }
  .caeq span {
    display: none;
  }
  .ejk9{
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 10px;
    justify-content: center;
  }
  .rmxe {
    width: 95%;
  }
  .przpeik th,
  .ghq9 th {
    width: 150px;
  }
  .tm9t {
    overflow-x: hidden;
    width: 100%;
  }
  .j6ccon {
    padding: 20px;
  }
  .ockfjbk img {
    width: 50px;
    display: block;
  }
  .yum1ay {
    background-size: 30px;
  }
  .ahgkyy {
    height: 30px;
    width: 150px;
  }
  .v8wxngwd > table {
    width: 750px;
  }
  /* .g9wjo6 {
    padding: 20px 0;
  } */
  .g9wjo6 {
    align-items: center;
    gap: 16px;
  }
  .utam4x {
    display: flex;
    flex-direction: column;
  }
  .rz0v1u {
    width: 100%;
    background: var(--srhy-f17);
  }
  .vtetp81 {
    border-bottom: 1px solid var(--srhy-f17);
  }
  .mjf2i {
    padding: 0 20px 20px;
    margin-right: auto;
  }
  .koqojcg{
    grid-template-columns: 1fr;
    max-width: 430px;
    margin:  0 auto;
  }
  .c85vr {
    padding: 20px;
  }
  .k44d4s18{
    background: var(--toyuxx-kv6z);
    color: var(--xi7-rami);
  }
  .e6rh6 {
    position: relative;
    padding-top: 60px;
    margin-top: 40px;
  }
  .x1jvjd5e {
    display: block;
  }
  .vd05ea58{
    position: sticky;
    top: 80px;
    height: max-content;
  }
  .rz0v1u{
 height: 250px;
 width: 100%;
 max-width: 100%;
  }
  /* .rz0v1u img {
  display: block; 
  object-fit: cover;
  object-position: top center;
    margin: 0 auto;
  } */
  .xfw6z {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .qqkzris {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .dupy {
    padding: 0;
  }
  .g9wjo6 {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .j2ube{
    padding: 20px;
  }
  .o8c1{
    width: 100%;
    height: 200px;
  }
  .mlkod4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
  .g9wjo6{
    display: flex;
    flex-direction: column;
  }
  .ii9s {
    display: flex;
    flex-direction: column;
  }
  .mmoe5 a {
    padding: 10px;
  }
  .mmoe5 {
    gap: 10px;
  }
  .sa51jnu {
    padding-bottom: 10px;
  }
  .afkvo6o0 {
    display: grid;
    padding: 10px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .ap8f img {
    height: auto;
    width: 100%;
  }
  .wwa20 {
    width: 100%;
  }
}
