@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.azurslot-3tppa9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.azurslot-sr319j {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.azurslot-3d813l,
ul.azurslot-3d813l {
  padding-left: 20px;
}

ul.azurslot-3d813l {
  list-style: disc;
}

ol.azurslot-3d813l {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.azurslot-tg5wyp > .azurslot-qex2gk,
.azurslot-tg5wyp > .azurslot-44p139,
.azurslot-tg5wyp > blockquote,
.azurslot-tg5wyp > h1,
.azurslot-tg5wyp > h2,
.azurslot-tg5wyp > h3,
.azurslot-tg5wyp > h4,
.azurslot-tg5wyp > h5,
.azurslot-tg5wyp > h6,
.azurslot-tg5wyp > ol,
.azurslot-tg5wyp > p,
.azurslot-tg5wyp > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.azurslot-tg5wyp > ol,
.azurslot-tg5wyp > ul {
  padding-left: 50px;
}

.azurslot-tg5wyp blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.azurslot-tg5wyp:not(:last-child) {
  margin-bottom: 2rem;
}

.azurslot-tg5wyp > :not(:first-child) {
  margin-top: 2rem;
}

.azurslot-tg5wyp {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.azurslot-tg5wyp:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .azurslot-tg5wyp:first-child {
    margin-top: 20px;
  }
}

.azurslot-tg5wyp > p:last-of-type {
  margin-bottom: 32px;
}

.azurslot-tg5wyp > .azurslot-mvq1no:not(:first-child) {
  margin: 64px auto 16px auto;
}

.azurslot-k24g61 > .azurslot-mvq1no {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.azurslot-44p139 {
  overflow: auto;
}

.azurslot-44p139::-webkit-scrollbar {
  height: 5px;
}

.azurslot-44p139 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.azurslot-44p139 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.azurslot-44p139 table thead,
table thead {
  border-bottom: none;
}

.azurslot-44p139 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.azurslot-44p139 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.azurslot-44p139 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.azurslot-44p139 .azurslot-ivwp2e {
  table-layout: auto;
}

.azurslot-44p139 .azurslot-ivwp2e th {
  word-break: normal;
}

.azurslot-44p139 .azurslot-ivwp2e td {
  word-break: normal;
}

.azurslot-3tppa9 .azurslot-3tppa9 {
  padding-right: 0;
  padding-left: 0;
}

.azurslot-6wt685 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.azurslot-zumalb {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.azurslot-0ueisr {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.azurslot-qex2gk {
  margin-top: 24px;
}

.azurslot-qex2gk.azurslot-oh4suf {
  text-align: left;
}

.azurslot-qex2gk.azurslot-h1rdwx {
  text-align: right;
}

.azurslot-qex2gk.azurslot-imuiur {
  text-align: center;
}

.azurslot-hww9e7 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.azurslot-qh0z7n ease-in-out;
  cursor: pointer;
}

.azurslot-hww9e7:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.azurslot-hww9e7 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .azurslot-hww9e7 {
    min-width: unset;
  }
}

.azurslot-fj9ciu {
  background-color: var(--fh-bg-color);
}

.azurslot-qboop2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.azurslot-hvrnqw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.azurslot-hvrnqw img {
  max-height: 44px;
  object-fit: contain;
}

.azurslot-n5ppnk {
  flex: 1 1;
}

.azurslot-70cutl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.azurslot-tz0hj1 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.azurslot-tz0hj1 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.azurslot-tz0hj1.azurslot-unwpq4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.azurslot-tz0hj1.azurslot-unwpq4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.azurslot-tz0hj1.azurslot-unwpq4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.azurslot-n5ppnk + .azurslot-70cutl {
  margin-left: 20px;
}

.azurslot-z18gfq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.azurslot-z18gfq > svg {
  max-width: 24px;
  max-height: 24px;
}

.azurslot-z18gfq + .azurslot-z18gfq {
  margin-left: 5px;
}

.azurslot-adfey9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.azurslot-adfey9:hover {
  background-color: var(--button-bg-hover);
}

.azurslot-5yzv8n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.azurslot-qh0z7n ease-in-out;
  border: 1px solid var(--border-color);
}

.azurslot-5yzv8n:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.azurslot-l8hlp0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .azurslot-n5ppnk {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .azurslot-l8hlp0 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .azurslot-n5ppnk {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .azurslot-z18gfq {
    min-width: unset;
    flex: 1 1;
  }
}

.azurslot-8jtw95 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.azurslot-8jtw95:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.azurslot-8jtw95:hover .azurslot-mkd6jb {
  opacity: 1;
  pointer-events: auto;
}

.azurslot-jwf15c {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.azurslot-ejxm58 ease-in-out;
  gap: 4px;
}

.azurslot-jwf15c > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.azurslot-jwf15c .azurslot-6wt685 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.azurslot-152bsc,
.azurslot-jwf15c:hover {
  color: var(--button-bg-hover);
}

.azurslot-0qfnht {
  position: relative;
}

.azurslot-0qfnht .azurslot-jwf15c {
  margin-right: 0;
  padding-right: 4px;
}

.azurslot-494ju3 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.azurslot-0qfnht.azurslot-unwpq4 .azurslot-494ju3 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.azurslot-0qfnht.azurslot-unwpq4 .azurslot-mkd6jb {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.azurslot-0qfnht.azurslot-unwpq4 .azurslot-mkd6jb::before {
  display: none;
}

.azurslot-494ju3 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.azurslot-mkd6jb {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.azurslot-0yhzif 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.azurslot-mkd6jb::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.azurslot-mkd6jb:hover {
  color: var(--fh-bg-color);
}

.azurslot-gj24b6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.azurslot-0yhzif 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.azurslot-ejxm58 ease-in-out;
  -o-transition: 0.azurslot-ejxm58 ease-in-out;
  transition: 0.azurslot-ejxm58 ease-in-out;
}

.azurslot-gj24b6 .azurslot-6wt685 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.azurslot-esurpj,
.azurslot-gj24b6:hover {
  color: var(--button-bg-hover);
}

.azurslot-7xouzo {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.azurslot-7xouzo.azurslot-t4jqfr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.azurslot-7xouzo.azurslot-t4jqfr:after,
.azurslot-7xouzo.azurslot-t4jqfr:before {
  content: "";
  position: absolute;
  margin: auto;
}

.azurslot-7xouzo.azurslot-t4jqfr:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.azurslot-7xouzo.azurslot-t4jqfr:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.azurslot-7xouzo.azurslot-t4jqfr > * {
  z-index: 1;
}

.azurslot-7xouzo b,
.azurslot-7xouzo strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.azurslot-7xouzo .azurslot-um67j1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.azurslot-7xouzo .azurslot-tpognk {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.azurslot-7xouzo .azurslot-6wt685 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.azurslot-7xouzo .azurslot-uninli {
  margin-top: 12px;
}

.azurslot-uninli {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.azurslot-edccip {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.azurslot-uninli .azurslot-mjz0lu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.azurslot-qh0z7n ease-in-out;
}

.azurslot-uninli .azurslot-mjz0lu:hover {
  background: rgba(255, 255, 255, 0.3);
}

.azurslot-ld7dah {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.azurslot-7xouzo.azurslot-7dp2yr {
  gap: 12px;
  padding: 16px;
}

.azurslot-7xouzo.azurslot-7dp2yr .azurslot-ld7dah {
  min-width: 240px;
}

.azurslot-7xouzo.azurslot-7dp2yr .azurslot-ld7dah.azurslot-nzy96q {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .azurslot-7xouzo .azurslot-um67j1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .azurslot-7xouzo .azurslot-tpognk {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .azurslot-7xouzo .azurslot-6wt685 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-6wt685 {
    max-width: 126px;
  }
  .azurslot-7xouzo .azurslot-uninli {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .azurslot-7xouzo .azurslot-edccip {
    max-width: unset;
  }
  .azurslot-ld7dah {
    min-width: unset;
    width: 100%;
  }
  .azurslot-7xouzo .azurslot-ld7dah {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .azurslot-7xouzo.azurslot-7dp2yr {
    grid-template-rows: auto 1fr auto;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-ld7dah {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .azurslot-7xouzo {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .azurslot-7xouzo .azurslot-um67j1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .azurslot-7xouzo .azurslot-6wt685 {
    max-width: 78px;
  }
  .azurslot-7xouzo .azurslot-uninli {
    margin-top: -12px;
  }
  .azurslot-7xouzo.azurslot-7dp2yr {
    gap: 8px;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-um67j1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-tpognk {
    grid-column: 1/3;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-6wt685 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .azurslot-7xouzo.azurslot-7dp2yr .azurslot-6wt685 img {
    max-width: 114px;
  }
}

.azurslot-ld7dah.azurslot-uuo5ym,
.azurslot-ld7dah.azurslot-mvgd1o,
.azurslot-ld7dah.azurslot-q3obtg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.azurslot-qh0z7n ease-in-out;
}

.azurslot-ld7dah.azurslot-uuo5ym,
.azurslot-ld7dah.azurslot-q3obtg {
  padding: 10px;
}

.azurslot-ld7dah.azurslot-uuo5ym:hover,
.azurslot-ld7dah.azurslot-mvgd1o:hover,
.azurslot-ld7dah.azurslot-q3obtg:hover {
  background: var(--button-bg-hover);
}

.azurslot-ld7dah.azurslot-uuo5ym:hover svg path,
.azurslot-ld7dah.azurslot-q3obtg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.azurslot-ld7dah.azurslot-nzy96q {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.azurslot-qh0z7n ease-in-out;
  background: var(--button-bg-color);
}

.azurslot-ld7dah.azurslot-nzy96q:hover {
  background-color: var(--button-bg-hover);
}

.azurslot-ld7dah.azurslot-mvgd1o:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.azurslot-ld7dah.azurslot-mvgd1o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.azurslot-ld7dah.azurslot-nzy96q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.azurslot-26lfrq {
  max-width: 650px;
}

.azurslot-cu0p4r {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.azurslot-hmqcfr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.azurslot-p4ukrd {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.azurslot-ejxm58 ease-in-out;
  cursor: pointer;
}

.azurslot-p4ukrd:hover {
  opacity: 0.5;
}

.azurslot-p4ukrd:focus {
  outline: 0;
}

.azurslot-p4ukrd:focus .azurslot-juw4mp,
.azurslot-p4ukrd:hover .azurslot-juw4mp {
  fill: red;
  fill-opacity: 1;
}

.azurslot-p4ukrd:hover {
  cursor: pointer;
}

.azurslot-9d74sf {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.azurslot-26lfrq.azurslot-imuiur {
  margin: 0 auto;
}

.azurslot-26lfrq.azurslot-h1rdwx {
  margin-left: auto;
}

.azurslot-cy6lcy {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.azurslot-1ej5th {
  padding-bottom: 50px;
}

.azurslot-s3tr1v {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.azurslot-1yksmc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.azurslot-dei5cg {
  margin-top: 24px;
}

.azurslot-pnpdan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.azurslot-m3ival {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.azurslot-ztc8dj {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.azurslot-9i4c6y {
  width: 468px;
}

.azurslot-ztc8dj .azurslot-mkd6jb {
  margin: 0.azurslot-7dt86k 0;
}

.azurslot-s4qeqa {
  display: flex;
  min-width: 224px;
}

.azurslot-5261p3 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.azurslot-ejxm58 ease-in-out;
}

.azurslot-fu51uj,
.azurslot-5261p3:hover {
  color: var(--text-color);
}

.azurslot-aicr7f {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.azurslot-d65n6t {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .azurslot-cy6lcy {
    padding: 16px;
  }
  .azurslot-aicr7f {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .azurslot-d65n6t {
    align-items: center;
  }
  .azurslot-9i4c6y {
    width: unset;
  }
  .azurslot-s4qeqa {
    min-width: unset;
  }
  .azurslot-ztc8dj {
    max-height: unset;
  }
  .azurslot-s3tr1v {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .azurslot-cy6lcy {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.azurslot-4pi0li {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.azurslot-4pi0li:not(:last-child) {
  margin-bottom: 16px;
}

.azurslot-ge5mc6 {
  outline: 0;
}

.azurslot-ge5mc6 .azurslot-y95w84 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.azurslot-wkrot4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .azurslot-wkrot4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.azurslot-wkrot4::-webkit-details-marker {
  display: none;
}

.azurslot-wkrot4:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.azurslot-wkrot4:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .azurslot-wkrot4:after {
  transform: unset;
}

.azurslot-y95w84 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.azurslot-y95w84 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.azurslot-ejxm58 ease-in-out;
  -o-transition: 0.azurslot-ejxm58 ease-in-out;
  transition: 0.azurslot-ejxm58 ease-in-out;
}

.azurslot-zs3j16 {
  padding: 16px 0 0 0;
}

.azurslot-zs3j16 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .azurslot-zs3j16 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .azurslot-wkrot4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .azurslot-wkrot4::after {
    margin-left: auto;
  }
  .azurslot-y95w84 {
    order: 3;
    flex: 1 1 100%;
  }
  .azurslot-wkrot4 {
    font-size: 14px;
    line-height: 130%;
  }
  .azurslot-y95w84 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.azurslot-00dsev {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.azurslot-9t6lwe {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.azurslot-00dsev.azurslot-unwpq4 .azurslot-9t6lwe {
  margin-bottom: 12px;
}

.azurslot-9t6lwe::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.azurslot-00dsev.azurslot-unwpq4 .azurslot-9t6lwe::after {
  transform: unset;
}

.azurslot-2vt90b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.azurslot-xhl0l2 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.azurslot-ejxm58 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.azurslot-xhl0l2:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.azurslot-00dsev.azurslot-unwpq4 .azurslot-2vt90b {
  max-height: 100%;
}

.azurslot-v38o99 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.azurslot-lden6x {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.azurslot-xpp0tk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.azurslot-etx7nv {
  margin-right: 4px;
}

.azurslot-d7z547 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.azurslot-ejxm58 ease-in-out;
}

.azurslot-d7z547 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.azurslot-l9pqlb,
.azurslot-d7z547:hover {
  color: var(--text-color);
}

.azurslot-tcvavj {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.azurslot-tcvavj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.azurslot-tcvavj .azurslot-ia33p5 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.azurslot-tcvavj .azurslot-s1aef9 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.azurslot-r6qe5c {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.azurslot-qm1cjb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.azurslot-b5b2uc .azurslot-3tppa9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.azurslot-b5b2uc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.azurslot-jaqaei {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.azurslot-3jrx5b {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.azurslot-lh8yvx {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.azurslot-r051nm 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.azurslot-lh8yvx:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.azurslot-mkmwz7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.azurslot-ji05nn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.azurslot-ejxm58 ease-in-out;
  transition: transform 0.azurslot-ejxm58 ease-in-out;
  -o-transition: transform 0.azurslot-ejxm58 ease-in-out;
  transition:
    transform 0.azurslot-ejxm58 ease-in-out,
    -webkit-transform 0.azurslot-ejxm58 ease-in-out;
  cursor: pointer;
}

.azurslot-ji05nn svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.azurslot-ji05nn:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.azurslot-vqtyus {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .azurslot-vqtyus {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.azurslot-18vgfb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.azurslot-vpxn7d {
  position: relative;
  width: 100%;
}

.azurslot-18vgfb.azurslot-jm13i1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.azurslot-18vgfb.azurslot-imuiur {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.azurslot-18vgfb.azurslot-h1rdwx {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.azurslot-cbfftj {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.azurslot-hq9o3p {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.azurslot-ejxm58 ease-in-out;
  cursor: pointer;
}

.azurslot-hq9o3p:hover {
  opacity: 0.5;
}

.azurslot-18vgfb.azurslot-s3wyqc .azurslot-hq9o3p {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.azurslot-18vgfb.azurslot-s3wyqc .azurslot-cbfftj {
  cursor: pointer;
}

.azurslot-h9a4ao {
  fill: #0009;
}

.azurslot-3a25ax {
  fill: #fff;
}

.azurslot-hq9o3p:hover .azurslot-h9a4ao {
  fill: red;
}

.azurslot-hq9o3p svg path {
  -webkit-transition: 0.azurslot-ejxm58 ease-in-out;
  -o-transition: 0.azurslot-ejxm58 ease-in-out;
  transition: 0.azurslot-ejxm58 ease-in-out;
}

.azurslot-hes3ll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.azurslot-hes3ll > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.azurslot-hes3ll.azurslot-loryvj > :not(.get-image) {
  grid-column: 1/3;
}

.azurslot-2s2br4:not(._h1-block) .azurslot-hes3ll > .azurslot-mvq1no {
  grid-row: 1/2;
  grid-column: 1/3;
}

.azurslot-hes3ll.azurslot-loryvj .azurslot-ayzjau {
  grid-column: 2/3;
}

.azurslot-hes3ll.azurslot-loryvj > .azurslot-6wt685 {
  grid-column: 1/2;
}

.azurslot-hes3ll.azurslot-loryvj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.azurslot-hes3ll > p:first-of-type {
  margin-top: 0;
}

.azurslot-hes3ll .azurslot-6wt685 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.azurslot-2s2br4:not(._h1-block) .azurslot-mvq1no ~ .azurslot-6wt685 {
  grid-row: 2/10;
}

.azurslot-2s2br4.azurslot-niz550 .azurslot-mvq1no ~ .azurslot-6wt685 {
  grid-row: 1/10;
}

.azurslot-2s2br4.azurslot-niz550 > .azurslot-mvq1no {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.azurslot-2s2br4.azurslot-niz550 .azurslot-6wt685 {
  grid-row: 1/10;
}

.azurslot-hes3ll.azurslot-1oowai .azurslot-6wt685 {
  align-items: flex-start;
}

.azurslot-hes3ll.azurslot-imuiur .azurslot-ayzjau {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.azurslot-hes3ll.azurslot-imuiur .azurslot-6wt685 {
  align-items: center;
}

.azurslot-hes3ll.azurslot-vgdn4c .azurslot-6wt685 {
  align-items: flex-end;
}

.azurslot-ayzjau > :first-child {
  margin-top: 0;
}

.azurslot-ayzjau > :last-child {
  margin-bottom: 0;
}

* + .azurslot-71ekse,
.azurslot-2s2br4 + .azurslot-2s2br4 {
  margin-top: 2rem;
}

.azurslot-3hwx8t td::before,
.azurslot-3hwx8t th::after {
  display: none !important;
}

.azurslot-3hwx8t #link-selector {
  color: #000;
}

.azurslot-3hwx8t .azurslot-cf3w1f {
  color: #135e96;
}

.azurslot-3hwx8t .azurslot-vmabe2 *,
.azurslot-3hwx8t .azurslot-l5r8pu p,
.azurslot-3hwx8t .azurslot-lhcl7o * {
  color: #000;
}

.azurslot-3hwx8t .azurslot-livrdw {
  background: 0 0 !important;
}

.azurslot-3hwx8t .azurslot-25xdpx {
  color: #000;
}

.azurslot-3hwx8t .azurslot-zfm1a8.azurslot-gjvf3s {
  color: #fff;
}

.azurslot-3hwx8t .azurslot-jvie32 {
  color: #000;
}

.azurslot-3hwx8t
  .azurslot-55yazg
  .azurslot-wxbl2k.azurslot-gjvf3s.azurslot-inpz4r {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.azurslot-rvch09,
body .azurslot-y4z3tr {
  color: #000;
  background: var(--color-body) !important;
}

.azurslot-rvch09 .azurslot-r53uuv .azurslot-7f2kla,
body .azurslot-y4z3tr .azurslot-r53uuv .azurslot-7f2kla {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .azurslot-xhl0l2:focus,
  .azurslot-xhl0l2:hover {
    color: #f9cb16;
  }
  .azurslot-ivghh1:focus,
  .azurslot-ivghh1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .azurslot-4ie8oy:focus img,
  .azurslot-4ie8oy:focus svg,
  .azurslot-4ie8oy:hover img,
  .azurslot-4ie8oy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .azurslot-tcvavj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .azurslot-0qfnht:hover .azurslot-494ju3 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .azurslot-494ju3 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .azurslot-1cpzr7 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .azurslot-1wui2b {
    grid-template-columns: repeat(4, 1fr);
  }
  .azurslot-qxvemx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .azurslot-o7jlzg .azurslot-n1j9aj {
    grid-template-columns: 1fr;
  }
  .azurslot-o7jlzg .azurslot-ggp5ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .azurslot-o7jlzg .azurslot-gq7yt4 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .azurslot-o7jlzg .azurslot-q0uudj {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .azurslot-o7jlzg .azurslot-okdzt8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .azurslot-o7jlzg .azurslot-gq7yt4:not(:first-child) {
    border: none;
  }
  .azurslot-o7jlzg .azurslot-gq7yt4:first-child .azurslot-q0uudj {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .azurslot-o7jlzg .azurslot-gq7yt4:last-child .azurslot-q0uudj {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .azurslot-qboop2 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .azurslot-hvrnqw {
    max-width: 100px;
  }
  .azurslot-n5ppnk {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .azurslot-70cutl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .azurslot-70cutl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .azurslot-tz0hj1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .azurslot-n5ppnk + .azurslot-70cutl {
    margin-left: auto;
  }
  .azurslot-62ylby {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .azurslot-62ylby.azurslot-unwpq4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .azurslot-l8hlp0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .azurslot-8jtw95 {
    width: 100%;
  }
  .azurslot-8jtw95:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .azurslot-jwf15c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .azurslot-jwf15c svg {
    margin-right: 4px;
  }
  .azurslot-0qfnht {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .azurslot-494ju3 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .azurslot-494ju3 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .azurslot-mkd6jb {
    display: none;
    width: 100%;
  }
  .azurslot-0qfnht.azurslot-unwpq4 .azurslot-mkd6jb {
    padding: 0 0 0 48px;
  }
  .azurslot-gj24b6 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .azurslot-1yksmc .azurslot-6wt685 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .azurslot-jx9a46 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .azurslot-jx9a46 + .azurslot-jx9a46 {
    margin-right: 0;
  }
  .azurslot-jx9a46 + .azurslot-6wt685 {
    margin: 0;
  }
  .azurslot-1cpzr7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .azurslot-1wui2b {
    grid-template-columns: repeat(3, 1fr);
  }
  .azurslot-pnueja,
  .azurslot-qrtxsg {
    grid-template-columns: repeat(2, 1fr);
  }
  .azurslot-hes3ll {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .azurslot-hes3ll.azurslot-loryvj .azurslot-ayzjau {
    grid-column: auto;
    grid-row: auto;
  }
  .azurslot-hes3ll > .azurslot-mvq1no {
    grid-column: 1/2;
  }
  .azurslot-hes3ll.azurslot-loryvj > :not(.get-image) {
    grid-column: 1/2;
  }
  .azurslot-hes3ll .azurslot-6wt685,
  .azurslot-hes3ll.azurslot-loryvj > .azurslot-6wt685 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .azurslot-hes3ll.azurslot-loryvj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .azurslot-2s2br4.azurslot-niz550 .azurslot-hes3ll > .azurslot-6wt685 {
    grid-row: 1/2;
  }
  .azurslot-hes3ll .azurslot-mvq1no ~ .azurslot-6wt685,
  .azurslot-hes3ll.azurslot-loryvj .azurslot-mvq1no ~ .azurslot-6wt685 {
    grid-row: 2/3;
  }
  .azurslot-2s2br4.azurslot-niz550 .azurslot-mvq1no ~ .azurslot-6wt685 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .azurslot-tg5wyp:first-child .azurslot-06zq10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .azurslot-tg5wyp:first-child .azurslot-06zq10 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .azurslot-tg5wyp {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .azurslot-tg5wyp {
    padding: 0;
  }
  .azurslot-qex2gk {
    margin-top: 1rem;
  }
  .azurslot-ge5mc6 {
    border-radius: 5px;
  }
  .azurslot-4k7rrh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .azurslot-9t6lwe::after {
    display: inline-block;
  }
  .azurslot-9t6lwe {
    margin: 0;
    width: 100%;
  }
  .azurslot-2vt90b {
    width: 100%;
  }
  .azurslot-2vt90b.azurslot-bm17qp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .azurslot-2vt90b.azurslot-bm17qp .azurslot-jwe6de {
    width: 100%;
  }
  .azurslot-2vt90b.azurslot-bm17qp .azurslot-jwe6de:not(:last-child) {
    margin-right: 0;
  }
  .azurslot-xhl0l2 {
    width: 100%;
    text-align: center;
  }
  .azurslot-00dsev.azurslot-unwpq4 .azurslot-2vt90b {
    margin-top: 1rem;
  }
  .azurslot-1cpzr7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .azurslot-qxvemx,
  .azurslot-1wui2b {
    grid-template-columns: repeat(2, 1fr);
  }
  .azurslot-pnueja,
  .azurslot-qrtxsg,
  .azurslot-pljcx4 {
    grid-template-columns: 1fr;
  }
  .azurslot-vr8fva {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .azurslot-jxg32z {
    min-width: 300px;
    max-width: 325px;
  }
  .azurslot-q0uudj {
    cursor: auto;
  }
  .azurslot-2w2b0a .azurslot-q0uudj {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .azurslot-vqtyus {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .azurslot-mkd6jb {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .azurslot-vqtyus {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.azurslot-jx9a46 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .azurslot-70cutl {
    margin: 0 -0.2rem;
  }
  .azurslot-jx9a46 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .azurslot-tkqkm7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .azurslot-6cny8b {
    max-width: 100%;
  }
  .azurslot-1cpzr7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .azurslot-qxvemx,
  .azurslot-1wui2b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .azurslot-qboop2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .azurslot-70cutl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .azurslot-fj9ciu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .azurslot-z18gfq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .azurslot-a4yzfl,
  .azurslot-unckcd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .azurslot-hww9e7 {
    width: 100%;
  }
  .azurslot-1cpzr7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .azurslot-vqtyus {
    top: 127px !important;
  }
}

.azurslot-iv9wo7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .azurslot-iv9wo7 {
  }
}

@media (max-width: 767px) {
  .azurslot-iv9wo7 {
    margin-bottom: 12px;
  }
}

.azurslot-iv9wo7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.azurslot-4fusd7 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.azurslot-4fusd7 > .azurslot-7iew8n {
  flex: 1 1;
}

@media (max-width: 767px) {
  .azurslot-4fusd7 {
    flex-direction: column;
    gap: 12px;
  }
}

.azurslot-ig7v7r {
  display: flex;
}

.azurslot-ig7v7r .azurslot-tn478b {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.azurslot-ig7v7r .azurslot-yu6zmc {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.azurslot-ig7v7r .azurslot-vhumdl {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.azurslot-ig7v7r .azurslot-n1kiwy {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.azurslot-ig7v7r .azurslot-n1kiwy:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.azurslot-ig7v7r .azurslot-v88q9i {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.azurslot-1doyan {
  border: unset;
  background-color: unset;
}

.azurslot-1doyan tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.azurslot-1doyan .azurslot-qew48k,
.azurslot-1doyan .azurslot-sx302w {
  flex: 0 1 330px;
}

.azurslot-1doyan .azurslot-9aw7d6 {
  flex: 1 1;
}

.azurslot-1doyan tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.azurslot-1doyan tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.azurslot-1doyan tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.azurslot-1doyan tr td p {
  color: #fff;
  margin: 0;
}

.azurslot-1doyan tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.azurslot-1doyan tr.azurslot-qew48k td p {
  padding: 16px 0;
}

.azurslot-1doyan tr.azurslot-qew48k td p:not(:last-child),
.azurslot-1doyan tr.azurslot-sx302w td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.azurslot-1doyan tr.azurslot-qew48k td p:first-child,
.azurslot-1doyan tr.azurslot-sx302w td p:first-child {
  padding-top: 0;
}

.azurslot-1doyan tr.azurslot-sx302w td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.azurslot-1doyan tr.azurslot-sx302w td p:last-child {
  padding-bottom: 0;
}

.azurslot-1doyan .azurslot-sx302w img {
  max-width: 32px;
}

.azurslot-1doyan .azurslot-9aw7d6 {
  min-width: 718px;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.azurslot-1doyan .azurslot-9aw7d6 td {
  display: flex;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx,
.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-f5wcnp,
.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7t154w {
  flex: 1 1 50%;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-flv082 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7sx7a8,
.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-yc367s {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx,
.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-f5wcnp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx span,
.azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-f5wcnp span {
  font-weight: 800;
}

.azurslot-1doyan .azurslot-9aw7d6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .azurslot-1doyan tr.azurslot-qew48k td p:last-child {
    padding-bottom: 0;
  }
  .azurslot-1doyan .azurslot-sx302w > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .azurslot-1doyan .azurslot-sx302w > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .azurslot-1doyan tr.azurslot-qew48k td p:not(:last-child),
  .azurslot-1doyan tr.azurslot-sx302w td p:not(:last-child) {
    border-bottom: unset;
  }
  .azurslot-1doyan tr.azurslot-sx302w td p:last-child {
    padding-bottom: 12px;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx,
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-f5wcnp,
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7t154w {
    flex: 1 1 50%;
    padding: 0;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx,
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-f5wcnp {
    margin-top: 16px;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7t154w {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-i77djx {
    border-right: 1px solid var(--border-color);
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7t154w:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td:last-child .azurslot-7t154w:last-child {
    padding-bottom: 0;
  }
}

.azurslot-7t154w {
  display: flex;
  flex-direction: column;
}

.azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w:not(:first-child) {
    padding-left: 0;
  }
  .azurslot-1doyan .azurslot-9aw7d6 td .azurslot-7t154w:not(:last-of-type) {
    border-right: unset;
  }
}

.azurslot-1doyan .azurslot-ynhtx6 {
  flex: 0 1 485px;
}

.azurslot-1doyan .azurslot-hwcog1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.azurslot-1doyan .azurslot-hwcog1 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.azurslot-1doyan .azurslot-hwcog1 li.azurslot-8bxy69 {
  padding: 6px 12px;
}

.azurslot-1doyan .azurslot-hwcog1 li a,
.azurslot-1doyan .azurslot-hwcog1 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.azurslot-1doyan .azurslot-pn8o47,
.azurslot-1doyan .azurslot-r26oa6 {
  flex: 1 1;
}

.azurslot-1doyan .azurslot-11ep6s,
.azurslot-1doyan .azurslot-19ccub {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.azurslot-1doyan .azurslot-11ep6s li,
.azurslot-1doyan .azurslot-19ccub li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.azurslot-1doyan .azurslot-r26oa6 img {
  max-width: 32px;
}

.azurslot-1doyan .azurslot-pn8o47 img {
  max-width: 32px;
}

.azurslot-1doyan .azurslot-cxfevy {
  min-width: 280px;
}

.azurslot-1doyan .azurslot-cxfevy img {
  max-width: 146px;
}

.azurslot-1doyan .azurslot-cxfevy td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .azurslot-1doyan .azurslot-qew48k,
  .azurslot-1doyan .azurslot-sx302w {
    flex: 0 1 auto;
  }
  .azurslot-1doyan .azurslot-9aw7d6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .azurslot-1doyan .azurslot-qew48k,
  .azurslot-1doyan .azurslot-ynhtx6,
  .azurslot-1doyan .azurslot-sx302w,
  .azurslot-1doyan .azurslot-9aw7d6 {
    flex: 1 1 calc(50% - 20px);
  }
  .azurslot-1doyan .azurslot-pn8o47,
  .azurslot-1doyan .azurslot-cxfevy,
  .azurslot-1doyan .azurslot-r26oa6 {
    flex: 1 1 30%;
  }
  .azurslot-1doyan .azurslot-cxfevy {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .azurslot-1doyan .azurslot-qew48k,
  .azurslot-1doyan .azurslot-ynhtx6,
  .azurslot-1doyan .azurslot-pn8o47,
  .azurslot-1doyan .azurslot-sx302w,
  .azurslot-1doyan .azurslot-9aw7d6,
  .azurslot-1doyan .azurslot-cxfevy,
  .azurslot-1doyan .azurslot-r26oa6 {
    flex: 1 1 100%;
  }
}

.azurslot-c0mtrf .azurslot-7krhyb {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.azurslot-c0mtrf .azurslot-dmq841 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.azurslot-c0mtrf .azurslot-i9jyj5 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.azurslot-c0mtrf .azurslot-qnjth2 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.azurslot-c0mtrf .azurslot-qnjth2 > :nth-child(3) {
  margin-top: 0;
}

.azurslot-c0mtrf .azurslot-6wt685 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.azurslot-c0mtrf .azurslot-x3holr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.azurslot-c0mtrf .azurslot-qex2gk {
  grid-column: 1/2;
}

.azurslot-c0mtrf > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.azurslot-c0mtrf .azurslot-dmq841:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.azurslot-c0mtrf .azurslot-dmq841:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.azurslot-c0mtrf .azurslot-hww9e7 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .azurslot-c0mtrf .azurslot-dmq841:not(:last-child):before {
    bottom: 8px;
  }
  .azurslot-c0mtrf .azurslot-dmq841:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .azurslot-c0mtrf .azurslot-qnjth2 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .azurslot-c0mtrf .azurslot-6wt685 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .azurslot-c0mtrf .azurslot-6wt685 img {
    width: 100%;
    height: auto;
  }
  .azurslot-c0mtrf .azurslot-hww9e7 {
    width: 100%;
    min-width: unset;
  }
}

.azurslot-0w6cw9 .azurslot-h357hn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.azurslot-0w6cw9 .azurslot-0nlbdq {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.azurslot-0w6cw9 .azurslot-6wt685 {
  height: 100%;
}

.azurslot-0w6cw9 .azurslot-6wt685 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.azurslot-0w6cw9 .azurslot-mn81lv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.azurslot-0w6cw9 .azurslot-owhgu0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.azurslot-0w6cw9 .azurslot-0noxg4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .azurslot-0w6cw9 .azurslot-0nlbdq {
    flex: 1 1 100%;
  }
  .azurslot-0w6cw9 .azurslot-ld7dah {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .azurslot-0w6cw9 .azurslot-0nlbdq {
    flex-direction: column;
  }
  .azurslot-0w6cw9 .azurslot-6wt685 {
    width: 100%;
    height: auto;
  }
  .azurslot-0w6cw9 .azurslot-6wt685 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .azurslot-0w6cw9 .azurslot-mn81lv {
    padding: 0 16px 16px 16px;
  }
  .azurslot-0w6cw9 .azurslot-ld7dah {
    min-width: unset;
    width: 100%;
  }
}

.azurslot-1yn708 .azurslot-afp6mf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.azurslot-1yn708 .azurslot-yy3g56 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.azurslot-1yn708 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.azurslot-1yn708 .azurslot-c1sc25 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.azurslot-1yn708 .azurslot-yy3g56:hover .azurslot-c1sc25 {
  display: flex;
}

.azurslot-1yn708 .azurslot-xcmsnd {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.azurslot-1yn708 .azurslot-2pxyp8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.azurslot-5ppkgk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.azurslot-5ppkgk.azurslot-uo6as3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.azurslot-qh0z7n ease-in-out;
}

.azurslot-5ppkgk.azurslot-uo6as3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.azurslot-1yn708 .azurslot-shsdo1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.azurslot-qh0z7n ease-in-out;
}

.azurslot-1yn708 .azurslot-shsdo1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.azurslot-1yn708 .azurslot-shsdo1:after,
.azurslot-5ppkgk.azurslot-uo6as3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.azurslot-5ppkgk.azurslot-uo6as3:after {
  background-image: url(../images/Cash.svg);
}

.azurslot-1yn708 .azurslot-shsdo1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .azurslot-1yn708 .azurslot-afp6mf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .azurslot-1yn708 .azurslot-afp6mf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .azurslot-1yn708 .azurslot-afp6mf {
    grid-template-columns: 1fr;
  }
  .azurslot-1yn708 .azurslot-yy3g56 {
    height: auto;
  }
  .azurslot-1yn708 .azurslot-yy3g56 .azurslot-c1sc25 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .azurslot-1yn708 .azurslot-xcmsnd,
  .azurslot-1yn708 .azurslot-2pxyp8 {
    text-align: left;
  }
  .azurslot-1yn708 .azurslot-2pxyp8 {
    margin-bottom: 8px;
  }
  .azurslot-1yn708 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.azurslot-6dllv0 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.azurslot-6dllv0.azurslot-s3wyqc {
  display: block;
}

.azurslot-6dllv0 .azurslot-d6mvxm {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.azurslot-6dllv0 .azurslot-p1k1kz {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.azurslot-6dllv0 .azurslot-y278e9 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.azurslot-6dllv0 .azurslot-l8s6h0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.azurslot-6dllv0 .azurslot-5ppkgk {
  min-width: 296px;
  margin-bottom: 0;
}

.azurslot-6dllv0 .azurslot-a82bg1 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.azurslot-6dllv0 .azurslot-8p8ynt {
  position: relative;
  flex: 1 1;
}

.azurslot-6dllv0 .azurslot-8p8ynt iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .azurslot-6dllv0 .azurslot-p1k1kz {
    flex-wrap: wrap;
    gap: 8px;
  }
  .azurslot-6dllv0 .azurslot-y278e9 {
    order: 1;
  }
  .azurslot-6dllv0 .azurslot-l8s6h0 {
    order: 3;
    flex: 1 1 100%;
  }
  .azurslot-6dllv0 .azurslot-5ppkgk {
    width: 100%;
    min-width: unset;
  }
  .azurslot-6dllv0 .azurslot-a82bg1 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .azurslot-hes3ll > .azurslot-mvq1no {
    margin-bottom: 0;
  }
  .azurslot-hes3ll > .azurslot-qex2gk,
  .azurslot-hes3ll > p {
    margin-top: 0;
  }
}

.azurslot-ipmwdx img,
.azurslot-jx9a46 img {
  width: auto;
  object-fit: contain;
}

.azurslot-ipmwdx {
  align-items: center;
}

.azurslot-ipmwdx img {
  max-height: 76px;
}

.azurslot-jx9a46 img {
  max-height: 64px;
}

.azurslot-k4gl5r {
  overflow: auto;
}

.azurslot-3ijiwi {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.azurslot-f4er6c:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.azurslot-khyta8 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.azurslot-pvodb6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.azurslot-khyta8 .azurslot-6wt685 {
  margin-right: 20px;
  flex-shrink: 0;
}

.azurslot-khyta8 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.azurslot-cesdrs {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.azurslot-cesdrs > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .azurslot-khyta8 {
    padding: 15px 10px;
  }
  .azurslot-cesdrs {
    padding: 15px 10px;
  }
  .azurslot-khyta8 .azurslot-6wt685 {
    margin-right: 10px;
  }
}

.azurslot-nqwd21 {
  overflow-x: auto;
}

.azurslot-m76pdq {
  border-collapse: collapse;
  width: 100%;
}

.azurslot-nqwd21 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.azurslot-nqwd21 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.azurslot-nqwd21 td.azurslot-ma14aa {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.azurslot-nqwd21 td.azurslot-m4edud {
  border-right: none;
}

.azurslot-nqwd21 td.azurslot-m4edud .azurslot-6wt685 {
  justify-content: flex-start;
}

.azurslot-nqwd21 td.azurslot-m4edud .azurslot-6wt685 img {
  height: auto;
  width: 90px;
}

.azurslot-nqwd21 td.azurslot-peycyh,
.azurslot-nqwd21 td.azurslot-g9iuy3 {
  font-weight: 600;
  text-align: right;
}

.azurslot-nqwd21 td.azurslot-4bpwe1,
.azurslot-nqwd21 td.azurslot-peycyh {
  padding-bottom: 10px;
  border-bottom: none;
}

.azurslot-nqwd21 td.azurslot-peycyh,
.azurslot-nqwd21 td.azurslot-g9iuy3 {
  border-left: none;
}

.azurslot-nqwd21 td.azurslot-4bpwe1,
.azurslot-nqwd21 td.azurslot-khhask {
  border-right: none;
}

.azurslot-nqwd21 td.azurslot-khhask,
.azurslot-nqwd21 td.azurslot-g9iuy3 {
  border-top: none;
  padding-top: 10px;
}

.azurslot-vy7mdq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.azurslot-vy7mdq .azurslot-ld7dah {
  min-width: unset;
  width: 100%;
}

.azurslot-vy7mdq .azurslot-ld7dah.azurslot-uuo5ym {
  grid-column: 1/2;
  grid-row: 1/2;
}

.azurslot-vy7mdq .azurslot-ld7dah.azurslot-q3obtg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.azurslot-vy7mdq .azurslot-mh1nzo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .azurslot-vy7mdq {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .azurslot-vy7mdq .azurslot-ld7dah.azurslot-uuo5ym {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .azurslot-vy7mdq .azurslot-ld7dah.azurslot-q3obtg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .azurslot-vy7mdq .azurslot-mh1nzo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.azurslot-s1cp9f {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.azurslot-c25b8h {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.azurslot-k24g61 p a img {
  margin: 0 auto;
  display: block;
}

.azurslot-k24g61 table {
  margin-bottom: 17px;
}

/* contanct form */
.azurslot-dtsejs {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.azurslot-dtsejs label {
  font-size: 14px;
}

.azurslot-dtsejs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.azurslot-dtsejs input,
.azurslot-dtsejs textarea,
.azurslot-dtsejs button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.azurslot-dtsejs button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.azurslot-qh0z7n ease;
}
.azurslot-dtsejs button:hover {
  background-color: #691204;
}
.azurslot-v68dl4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.azurslot-pbns5n ease-in;
}

.azurslot-v68dl4 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}