@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);
}

.audplay-nm12ba {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.audplay-05hgbf {
  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.audplay-phiago,
ul.audplay-phiago {
  padding-left: 20px;
}

ul.audplay-phiago {
  list-style: disc;
}

ol.audplay-phiago {
  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;
  }
}

.audplay-i7d6r1 > .audplay-g873hr,
.audplay-i7d6r1 > .audplay-gzo9g7,
.audplay-i7d6r1 > blockquote,
.audplay-i7d6r1 > h1,
.audplay-i7d6r1 > h2,
.audplay-i7d6r1 > h3,
.audplay-i7d6r1 > h4,
.audplay-i7d6r1 > h5,
.audplay-i7d6r1 > h6,
.audplay-i7d6r1 > ol,
.audplay-i7d6r1 > p,
.audplay-i7d6r1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.audplay-i7d6r1 > ol,
.audplay-i7d6r1 > ul {
  padding-left: 50px;
}

.audplay-i7d6r1 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;
}

.audplay-i7d6r1:not(:last-child) {
  margin-bottom: 2rem;
}

.audplay-i7d6r1 > :not(:first-child) {
  margin-top: 2rem;
}

.audplay-i7d6r1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.audplay-i7d6r1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .audplay-i7d6r1:first-child {
    margin-top: 20px;
  }
}

.audplay-i7d6r1 > p:last-of-type {
  margin-bottom: 32px;
}

.audplay-i7d6r1 > .audplay-3p1ils:not(:first-child) {
  margin: 64px auto 16px auto;
}

.audplay-6udaiv > .audplay-3p1ils {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.audplay-gzo9g7 {
  overflow: auto;
}

.audplay-gzo9g7::-webkit-scrollbar {
  height: 5px;
}

.audplay-gzo9g7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.audplay-gzo9g7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.audplay-gzo9g7 table thead,
table thead {
  border-bottom: none;
}

.audplay-gzo9g7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.audplay-gzo9g7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.audplay-gzo9g7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.audplay-gzo9g7 .audplay-43093o {
  table-layout: auto;
}

.audplay-gzo9g7 .audplay-43093o th {
  word-break: normal;
}

.audplay-gzo9g7 .audplay-43093o td {
  word-break: normal;
}

.audplay-nm12ba .audplay-nm12ba {
  padding-right: 0;
  padding-left: 0;
}

.audplay-eqw58b {
  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;
}

.audplay-v9lxgv {
  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;
}

.audplay-f392uz {
  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;
}

.audplay-g873hr {
  margin-top: 24px;
}

.audplay-g873hr.audplay-8l3b44 {
  text-align: left;
}

.audplay-g873hr.audplay-hy45oe {
  text-align: right;
}

.audplay-g873hr.audplay-5gsyrx {
  text-align: center;
}

.audplay-tz41zr {
  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.audplay-449y3w ease-in-out;
  cursor: pointer;
}

.audplay-tz41zr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.audplay-tz41zr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .audplay-tz41zr {
    min-width: unset;
  }
}

.audplay-e5b3kp {
  background-color: var(--fh-bg-color);
}

.audplay-cfs08u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.audplay-qr7wgt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.audplay-qr7wgt img {
  max-height: 80px;
  object-fit: contain;
}

.audplay-cmqzzi {
  flex: 1 1;
}

.audplay-ffgbel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.audplay-0o992r {
  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;
}

.audplay-0o992r 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;
}

.audplay-0o992r.audplay-noutur span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.audplay-0o992r.audplay-noutur span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.audplay-0o992r.audplay-noutur span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.audplay-cmqzzi + .audplay-ffgbel {
  margin-left: 20px;
}

.audplay-n9lgb9 {
  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;
}

.audplay-n9lgb9 > svg {
  max-width: 24px;
  max-height: 24px;
}

.audplay-n9lgb9 + .audplay-n9lgb9 {
  margin-left: 5px;
}

.audplay-es2iv9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.audplay-es2iv9:hover {
  background-color: var(--button-bg-hover);
}

.audplay-cun5l7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.audplay-449y3w ease-in-out;
  border: 1px solid var(--border-color);
}

.audplay-cun5l7:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.audplay-vvetie {
  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) {
  .audplay-cmqzzi {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .audplay-vvetie {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .audplay-cmqzzi {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .audplay-n9lgb9 {
    min-width: unset;
    flex: 1 1;
  }
}

.audplay-zm01df {
  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;
}

.audplay-zm01df:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.audplay-zm01df:hover .audplay-wiv2bj {
  opacity: 1;
  pointer-events: auto;
}

.audplay-5r2thl {
  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.audplay-stbujb ease-in-out;
  gap: 4px;
}

.audplay-5r2thl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.audplay-5r2thl .audplay-eqw58b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.audplay-ea12tz,
.audplay-5r2thl:hover {
  color: var(--button-bg-hover);
}

.audplay-6ipkbk {
  position: relative;
}

.audplay-6ipkbk .audplay-5r2thl {
  margin-right: 0;
  padding-right: 4px;
}

.audplay-n8m8h8 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.audplay-6ipkbk.audplay-noutur .audplay-n8m8h8 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.audplay-6ipkbk.audplay-noutur .audplay-wiv2bj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.audplay-6ipkbk.audplay-noutur .audplay-wiv2bj::before {
  display: none;
}

.audplay-n8m8h8 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.audplay-wiv2bj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.audplay-6nnjm3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.audplay-wiv2bj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.audplay-wiv2bj:hover {
  color: var(--fh-bg-color);
}

.audplay-esw4dd {
  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.audplay-6nnjm3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.audplay-stbujb ease-in-out;
  -o-transition: 0.audplay-stbujb ease-in-out;
  transition: 0.audplay-stbujb ease-in-out;
}

.audplay-esw4dd .audplay-eqw58b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.audplay-09fhu9,
.audplay-esw4dd:hover {
  color: var(--button-bg-hover);
}

.audplay-l8otsw {
  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%;
}

.audplay-l8otsw.audplay-p039yi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.audplay-l8otsw.audplay-p039yi:after,
.audplay-l8otsw.audplay-p039yi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.audplay-l8otsw.audplay-p039yi: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);
  }
}

.audplay-l8otsw.audplay-p039yi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.audplay-l8otsw.audplay-p039yi > * {
  z-index: 1;
}

.audplay-l8otsw b,
.audplay-l8otsw strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.audplay-l8otsw .audplay-jwo8n4 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.audplay-l8otsw .audplay-l83kl7 {
  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;
}

.audplay-l8otsw .audplay-eqw58b {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.audplay-l8otsw .audplay-yid6q4 {
  margin-top: 12px;
}

.audplay-yid6q4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.audplay-jgz9c9 {
  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;
}

.audplay-yid6q4 .audplay-hhr14l {
  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.audplay-449y3w ease-in-out;
}

.audplay-yid6q4 .audplay-hhr14l:hover {
  background: rgba(255, 255, 255, 0.3);
}

.audplay-3yvono {
  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;
}

.audplay-l8otsw.audplay-wuoy78 {
  gap: 12px;
  padding: 16px;
}

.audplay-l8otsw.audplay-wuoy78 .audplay-3yvono {
  min-width: 240px;
}

.audplay-l8otsw.audplay-wuoy78 .audplay-3yvono.audplay-93rdpl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .audplay-l8otsw .audplay-jwo8n4 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .audplay-l8otsw .audplay-l83kl7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .audplay-l8otsw .audplay-eqw58b {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-eqw58b {
    max-width: 126px;
  }
  .audplay-l8otsw .audplay-yid6q4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .audplay-l8otsw .audplay-jgz9c9 {
    max-width: unset;
  }
  .audplay-3yvono {
    min-width: unset;
    width: 100%;
  }
  .audplay-l8otsw .audplay-3yvono {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .audplay-l8otsw.audplay-wuoy78 {
    grid-template-rows: auto 1fr auto;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-3yvono {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .audplay-l8otsw {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .audplay-l8otsw .audplay-jwo8n4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .audplay-l8otsw .audplay-eqw58b {
    max-width: 78px;
  }
  .audplay-l8otsw .audplay-yid6q4 {
    margin-top: -12px;
  }
  .audplay-l8otsw.audplay-wuoy78 {
    gap: 8px;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-jwo8n4 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-l83kl7 {
    grid-column: 1/3;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-eqw58b {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .audplay-l8otsw.audplay-wuoy78 .audplay-eqw58b img {
    max-width: 114px;
  }
}

.audplay-3yvono.audplay-2zgedd,
.audplay-3yvono.audplay-b2y33s,
.audplay-3yvono.audplay-jo4vlf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.audplay-449y3w ease-in-out;
}

.audplay-3yvono.audplay-2zgedd,
.audplay-3yvono.audplay-jo4vlf {
  padding: 10px;
}

.audplay-3yvono.audplay-2zgedd:hover,
.audplay-3yvono.audplay-b2y33s:hover,
.audplay-3yvono.audplay-jo4vlf:hover {
  background: var(--button-bg-hover);
}

.audplay-3yvono.audplay-2zgedd:hover svg path,
.audplay-3yvono.audplay-jo4vlf:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.audplay-3yvono.audplay-93rdpl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.audplay-449y3w ease-in-out;
  background: var(--button-bg-color);
}

.audplay-3yvono.audplay-93rdpl:hover {
  background-color: var(--button-bg-hover);
}

.audplay-3yvono.audplay-b2y33s: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);
  }
}

.audplay-3yvono.audplay-b2y33s:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.audplay-3yvono.audplay-93rdpl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.audplay-2w46ap {
  max-width: 650px;
}

.audplay-lcgo3a {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.audplay-ilx41n {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.audplay-osurn0 {
  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.audplay-stbujb ease-in-out;
  cursor: pointer;
}

.audplay-osurn0:hover {
  opacity: 0.5;
}

.audplay-osurn0:focus {
  outline: 0;
}

.audplay-osurn0:focus .audplay-4pxyml,
.audplay-osurn0:hover .audplay-4pxyml {
  fill: red;
  fill-opacity: 1;
}

.audplay-osurn0:hover {
  cursor: pointer;
}

.audplay-2xex6w {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.audplay-2w46ap.audplay-5gsyrx {
  margin: 0 auto;
}

.audplay-2w46ap.audplay-hy45oe {
  margin-left: auto;
}

.audplay-chheqo {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.audplay-tqok0y {
  padding-bottom: 50px;
}

.audplay-2xezaa {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.audplay-yt7c2x {
  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;
}

.audplay-cg1ipc {
  margin-top: 24px;
}

.audplay-ps59kc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audplay-q4frr6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.audplay-sayy53 {
  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;
}

.audplay-e08hxx {
  width: 468px;
}

.audplay-sayy53 .audplay-wiv2bj {
  margin: 0.audplay-352nit 0;
}

.audplay-n25fr5 {
  display: flex;
  min-width: 224px;
}

.audplay-gncy4g {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.audplay-stbujb ease-in-out;
}

.audplay-dnkwgh,
.audplay-gncy4g:hover {
  color: var(--text-color);
}

.audplay-kkm2a2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.audplay-uvf4eo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .audplay-chheqo {
    padding: 16px;
  }
  .audplay-kkm2a2 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .audplay-uvf4eo {
    align-items: center;
  }
  .audplay-e08hxx {
    width: unset;
  }
  .audplay-n25fr5 {
    min-width: unset;
  }
  .audplay-sayy53 {
    max-height: unset;
  }
  .audplay-2xezaa {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .audplay-chheqo {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.audplay-og1o6m {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.audplay-og1o6m:not(:last-child) {
  margin-bottom: 16px;
}

.audplay-z10hpn {
  outline: 0;
}

.audplay-z10hpn .audplay-8gdk87 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.audplay-afwfos {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .audplay-afwfos {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.audplay-afwfos::-webkit-details-marker {
  display: none;
}

.audplay-afwfos: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;
}

.audplay-afwfos: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] .audplay-afwfos:after {
  transform: unset;
}

.audplay-8gdk87 {
  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);
}

.audplay-8gdk87 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.audplay-stbujb ease-in-out;
  -o-transition: 0.audplay-stbujb ease-in-out;
  transition: 0.audplay-stbujb ease-in-out;
}

.audplay-i6kt0a {
  padding: 16px 0 0 0;
}

.audplay-i6kt0a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .audplay-i6kt0a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .audplay-afwfos {
    flex-wrap: wrap;
    gap: 12px;
  }
  .audplay-afwfos::after {
    margin-left: auto;
  }
  .audplay-8gdk87 {
    order: 3;
    flex: 1 1 100%;
  }
  .audplay-afwfos {
    font-size: 14px;
    line-height: 130%;
  }
  .audplay-8gdk87 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.audplay-gkqu2y {
  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;
}

.audplay-1fie4a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.audplay-gkqu2y.audplay-noutur .audplay-1fie4a {
  margin-bottom: 12px;
}

.audplay-1fie4a::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;
}

.audplay-gkqu2y.audplay-noutur .audplay-1fie4a::after {
  transform: unset;
}

.audplay-2pa7hj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.audplay-e4m7k2 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.audplay-stbujb ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.audplay-e4m7k2: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;
}

.audplay-gkqu2y.audplay-noutur .audplay-2pa7hj {
  max-height: 100%;
}

.audplay-7fnb2w {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.audplay-wua8bm {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.audplay-s1p6iy {
  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;
}

.audplay-aqompc {
  margin-right: 4px;
}

.audplay-fmlcc3 {
  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.audplay-stbujb ease-in-out;
}

.audplay-fmlcc3 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.audplay-oi2o9h,
.audplay-fmlcc3:hover {
  color: var(--text-color);
}

.audplay-tbv1eb {
  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;
}

.audplay-tbv1eb img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.audplay-tbv1eb .audplay-3bpuod {
  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;
}

.audplay-tbv1eb .audplay-lxz77c {
  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;
}

.audplay-6fx0bv {
  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;
}

.audplay-2997wf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.audplay-e65n6h .audplay-nm12ba {
  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;
}

.audplay-e65n6h {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.audplay-uzr5gl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.audplay-682au4 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.audplay-xib146 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.audplay-z8mitw 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;
}

.audplay-xib146:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.audplay-wt1ist {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.audplay-84hy9n {
  -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.audplay-stbujb ease-in-out;
  transition: transform 0.audplay-stbujb ease-in-out;
  -o-transition: transform 0.audplay-stbujb ease-in-out;
  transition:
    transform 0.audplay-stbujb ease-in-out,
    -webkit-transform 0.audplay-stbujb ease-in-out;
  cursor: pointer;
}

.audplay-84hy9n svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.audplay-84hy9n: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;
}

.audplay-ao5w0m {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .audplay-ao5w0m {
    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);
}

.audplay-lmir7u {
  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;
}

.audplay-8ks5cb {
  position: relative;
  width: 100%;
}

.audplay-lmir7u.audplay-2jrzao {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.audplay-lmir7u.audplay-5gsyrx {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.audplay-lmir7u.audplay-hy45oe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.audplay-a3esou {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.audplay-ldel0g {
  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.audplay-stbujb ease-in-out;
  cursor: pointer;
}

.audplay-ldel0g:hover {
  opacity: 0.5;
}

.audplay-lmir7u.audplay-y86fxs .audplay-ldel0g {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.audplay-lmir7u.audplay-y86fxs .audplay-a3esou {
  cursor: pointer;
}

.audplay-70nlkw {
  fill: #0009;
}

.audplay-xlkrb2 {
  fill: #fff;
}

.audplay-ldel0g:hover .audplay-70nlkw {
  fill: red;
}

.audplay-ldel0g svg path {
  -webkit-transition: 0.audplay-stbujb ease-in-out;
  -o-transition: 0.audplay-stbujb ease-in-out;
  transition: 0.audplay-stbujb ease-in-out;
}

.audplay-dqv83z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.audplay-dqv83z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.audplay-dqv83z.audplay-6r2quz > :not(.get-image) {
  grid-column: 1/3;
}

.audplay-pvn38c:not(._h1-block) .audplay-dqv83z > .audplay-3p1ils {
  grid-row: 1/2;
  grid-column: 1/3;
}

.audplay-dqv83z.audplay-6r2quz .audplay-my2024 {
  grid-column: 2/3;
}

.audplay-dqv83z.audplay-6r2quz > .audplay-eqw58b {
  grid-column: 1/2;
}

.audplay-dqv83z.audplay-6r2quz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.audplay-dqv83z > p:first-of-type {
  margin-top: 0;
}

.audplay-dqv83z .audplay-eqw58b {
  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;
}

.audplay-pvn38c:not(._h1-block) .audplay-3p1ils ~ .audplay-eqw58b {
  grid-row: 2/10;
}

.audplay-pvn38c.audplay-v9m67d .audplay-3p1ils ~ .audplay-eqw58b {
  grid-row: 1/10;
}

.audplay-pvn38c.audplay-v9m67d > .audplay-3p1ils {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.audplay-pvn38c.audplay-v9m67d .audplay-eqw58b {
  grid-row: 1/10;
}

.audplay-dqv83z.audplay-htbzuv .audplay-eqw58b {
  align-items: flex-start;
}

.audplay-dqv83z.audplay-5gsyrx .audplay-my2024 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.audplay-dqv83z.audplay-5gsyrx .audplay-eqw58b {
  align-items: center;
}

.audplay-dqv83z.audplay-sq3ngk .audplay-eqw58b {
  align-items: flex-end;
}

.audplay-my2024 > :first-child {
  margin-top: 0;
}

.audplay-my2024 > :last-child {
  margin-bottom: 0;
}

* + .audplay-xmb6ma,
.audplay-pvn38c + .audplay-pvn38c {
  margin-top: 2rem;
}

.audplay-y984ej td::before,
.audplay-y984ej th::after {
  display: none !important;
}

.audplay-y984ej #link-selector {
  color: #000;
}

.audplay-y984ej .audplay-etwuiz {
  color: #135e96;
}

.audplay-y984ej .audplay-vbgop5 *,
.audplay-y984ej .audplay-7kqxzh p,
.audplay-y984ej .audplay-2ktk5i * {
  color: #000;
}

.audplay-y984ej .audplay-zmfmt4 {
  background: 0 0 !important;
}

.audplay-y984ej .audplay-5wopud {
  color: #000;
}

.audplay-y984ej .audplay-wkikc5.audplay-ek24kc {
  color: #fff;
}

.audplay-y984ej .audplay-andvd4 {
  color: #000;
}

.audplay-y984ej
  .audplay-82axyn
  .audplay-fh6dnw.audplay-ek24kc.audplay-fnzmfy {
  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;
}

.audplay-ebfyx0,
body .audplay-3t5wid {
  color: #000;
  background: var(--color-body) !important;
}

.audplay-ebfyx0 .audplay-tklooz .audplay-48i1vt,
body .audplay-3t5wid .audplay-tklooz .audplay-48i1vt {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .audplay-e4m7k2:focus,
  .audplay-e4m7k2:hover {
    color: #f9cb16;
  }
  .audplay-dz7hou:focus,
  .audplay-dz7hou:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .audplay-zbyk5x:focus img,
  .audplay-zbyk5x:focus svg,
  .audplay-zbyk5x:hover img,
  .audplay-zbyk5x:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .audplay-tbv1eb {
    display: none;
  }
}

@media (min-width: 1024px) {
  .audplay-6ipkbk:hover .audplay-n8m8h8 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .audplay-n8m8h8 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .audplay-ms5a2r {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .audplay-k3hiwq {
    grid-template-columns: repeat(4, 1fr);
  }
  .audplay-1tzbh0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .audplay-rpfcf6 .audplay-5vpvg9 {
    grid-template-columns: 1fr;
  }
  .audplay-rpfcf6 .audplay-x0je4i {
    -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;
  }
  .audplay-rpfcf6 .audplay-on2bj5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .audplay-rpfcf6 .audplay-fp6idg {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .audplay-rpfcf6 .audplay-um84z3 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .audplay-rpfcf6 .audplay-on2bj5:not(:first-child) {
    border: none;
  }
  .audplay-rpfcf6 .audplay-on2bj5:first-child .audplay-fp6idg {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .audplay-rpfcf6 .audplay-on2bj5:last-child .audplay-fp6idg {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .audplay-cfs08u {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .audplay-qr7wgt {
    max-width: 100px;
  }
  .audplay-cmqzzi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .audplay-ffgbel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .audplay-ffgbel svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .audplay-0o992r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .audplay-cmqzzi + .audplay-ffgbel {
    margin-left: auto;
  }
  .audplay-72ejr8 {
    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;
  }
  .audplay-72ejr8.audplay-noutur {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .audplay-vvetie {
    -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;
  }
  .audplay-zm01df {
    width: 100%;
  }
  .audplay-zm01df:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .audplay-5r2thl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .audplay-5r2thl svg {
    margin-right: 4px;
  }
  .audplay-6ipkbk {
    -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;
  }
  .audplay-n8m8h8 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .audplay-n8m8h8 {
    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;
  }
  .audplay-wiv2bj {
    display: none;
    width: 100%;
  }
  .audplay-6ipkbk.audplay-noutur .audplay-wiv2bj {
    padding: 0 0 0 48px;
  }
  .audplay-esw4dd {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .audplay-yt7c2x .audplay-eqw58b {
    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;
  }
  .audplay-t5gi8s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .audplay-t5gi8s + .audplay-t5gi8s {
    margin-right: 0;
  }
  .audplay-t5gi8s + .audplay-eqw58b {
    margin: 0;
  }
  .audplay-ms5a2r {
    grid-template-columns: repeat(4, 1fr);
  }
  .audplay-k3hiwq {
    grid-template-columns: repeat(3, 1fr);
  }
  .audplay-ndmk8q,
  .audplay-lfj3jr {
    grid-template-columns: repeat(2, 1fr);
  }
  .audplay-dqv83z {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .audplay-dqv83z.audplay-6r2quz .audplay-my2024 {
    grid-column: auto;
    grid-row: auto;
  }
  .audplay-dqv83z > .audplay-3p1ils {
    grid-column: 1/2;
  }
  .audplay-dqv83z.audplay-6r2quz > :not(.get-image) {
    grid-column: 1/2;
  }
  .audplay-dqv83z .audplay-eqw58b,
  .audplay-dqv83z.audplay-6r2quz > .audplay-eqw58b {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .audplay-dqv83z.audplay-6r2quz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .audplay-pvn38c.audplay-v9m67d .audplay-dqv83z > .audplay-eqw58b {
    grid-row: 1/2;
  }
  .audplay-dqv83z .audplay-3p1ils ~ .audplay-eqw58b,
  .audplay-dqv83z.audplay-6r2quz .audplay-3p1ils ~ .audplay-eqw58b {
    grid-row: 2/3;
  }
  .audplay-pvn38c.audplay-v9m67d .audplay-3p1ils ~ .audplay-eqw58b {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .audplay-i7d6r1:first-child .audplay-lij2ok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .audplay-i7d6r1:first-child .audplay-lij2ok h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .audplay-i7d6r1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .audplay-i7d6r1 {
    padding: 0;
  }
  .audplay-g873hr {
    margin-top: 1rem;
  }
  .audplay-z10hpn {
    border-radius: 5px;
  }
  .audplay-7pudz3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .audplay-1fie4a::after {
    display: inline-block;
  }
  .audplay-1fie4a {
    margin: 0;
    width: 100%;
  }
  .audplay-2pa7hj {
    width: 100%;
  }
  .audplay-2pa7hj.audplay-otknzi {
    -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%;
  }
  .audplay-2pa7hj.audplay-otknzi .audplay-ahgj3p {
    width: 100%;
  }
  .audplay-2pa7hj.audplay-otknzi .audplay-ahgj3p:not(:last-child) {
    margin-right: 0;
  }
  .audplay-e4m7k2 {
    width: 100%;
    text-align: center;
  }
  .audplay-gkqu2y.audplay-noutur .audplay-2pa7hj {
    margin-top: 1rem;
  }
  .audplay-ms5a2r {
    grid-template-columns: repeat(3, 1fr);
  }
  .audplay-1tzbh0,
  .audplay-k3hiwq {
    grid-template-columns: repeat(2, 1fr);
  }
  .audplay-ndmk8q,
  .audplay-lfj3jr,
  .audplay-rviiig {
    grid-template-columns: 1fr;
  }
  .audplay-xnbyil {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .audplay-vn5nht {
    min-width: 300px;
    max-width: 325px;
  }
  .audplay-fp6idg {
    cursor: auto;
  }
  .audplay-xcea14 .audplay-fp6idg {
    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;
  }
  .audplay-ao5w0m {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .audplay-wiv2bj {
    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) {
  .audplay-ao5w0m {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.audplay-t5gi8s p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .audplay-ffgbel {
    margin: 0 -0.2rem;
  }
  .audplay-t5gi8s {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .audplay-ilh2hu {
    -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;
  }
  .audplay-ofue1o {
    max-width: 100%;
  }
  .audplay-ms5a2r {
    grid-template-columns: repeat(2, 1fr);
  }
  .audplay-1tzbh0,
  .audplay-k3hiwq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .audplay-cfs08u {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .audplay-ffgbel {
    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;
  }
  .audplay-e5b3kp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .audplay-n9lgb9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .audplay-iqdtp8,
  .audplay-3h2v9q {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .audplay-tz41zr {
    width: 100%;
  }
  .audplay-ms5a2r {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .audplay-ao5w0m {
    top: 127px !important;
  }
}

.audplay-9uw386 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .audplay-9uw386 {
  }
}

@media (max-width: 767px) {
  .audplay-9uw386 {
    margin-bottom: 12px;
  }
}

.audplay-9uw386 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.audplay-ma9xep {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.audplay-ma9xep > .audplay-k8pe5l {
  flex: 1 1;
}

@media (max-width: 767px) {
  .audplay-ma9xep {
    flex-direction: column;
    gap: 12px;
  }
}

.audplay-85ckfu {
  display: flex;
}

.audplay-85ckfu .audplay-mucvmu {
  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;
}

.audplay-85ckfu .audplay-70rwf6 {
  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;
}

.audplay-85ckfu .audplay-zeduhh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.audplay-85ckfu .audplay-j3735m {
  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));
  }
}

.audplay-85ckfu .audplay-j3735m:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.audplay-85ckfu .audplay-4hhdpz {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.audplay-d7mxtk {
  border: unset;
  background-color: unset;
}

.audplay-d7mxtk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.audplay-d7mxtk .audplay-qm51st,
.audplay-d7mxtk .audplay-3686ym {
  flex: 0 1 330px;
}

.audplay-d7mxtk .audplay-pk8e5k {
  flex: 1 1;
}

.audplay-d7mxtk tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.audplay-d7mxtk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.audplay-d7mxtk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.audplay-d7mxtk tr td p {
  color: #fff;
  margin: 0;
}

.audplay-d7mxtk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.audplay-d7mxtk tr.audplay-qm51st td p {
  padding: 16px 0;
}

.audplay-d7mxtk tr.audplay-qm51st td p:not(:last-child),
.audplay-d7mxtk tr.audplay-3686ym td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.audplay-d7mxtk tr.audplay-qm51st td p:first-child,
.audplay-d7mxtk tr.audplay-3686ym td p:first-child {
  padding-top: 0;
}

.audplay-d7mxtk tr.audplay-3686ym td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.audplay-d7mxtk tr.audplay-3686ym td p:last-child {
  padding-bottom: 0;
}

.audplay-d7mxtk .audplay-3686ym img {
  max-width: 32px;
}

.audplay-d7mxtk .audplay-pk8e5k {
  min-width: 718px;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.audplay-d7mxtk .audplay-pk8e5k td {
  display: flex;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4,
.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-u792gf,
.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-fin658 {
  flex: 1 1 50%;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-jph4gp {
  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;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-xm7ctx,
.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-ehvo0x {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4,
.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-u792gf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4 span,
.audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-u792gf span {
  font-weight: 800;
}

.audplay-d7mxtk .audplay-pk8e5k img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .audplay-d7mxtk tr.audplay-qm51st td p:last-child {
    padding-bottom: 0;
  }
  .audplay-d7mxtk .audplay-3686ym > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .audplay-d7mxtk .audplay-3686ym > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .audplay-d7mxtk tr.audplay-qm51st td p:not(:last-child),
  .audplay-d7mxtk tr.audplay-3686ym td p:not(:last-child) {
    border-bottom: unset;
  }
  .audplay-d7mxtk tr.audplay-3686ym td p:last-child {
    padding-bottom: 12px;
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4,
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-u792gf,
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-fin658 {
    flex: 1 1 50%;
    padding: 0;
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4,
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-u792gf {
    margin-top: 16px;
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-fin658 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-np1oz4 {
    border-right: 1px solid var(--border-color);
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-fin658:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .audplay-d7mxtk .audplay-pk8e5k td:last-child .audplay-fin658:last-child {
    padding-bottom: 0;
  }
}

.audplay-fin658 {
  display: flex;
  flex-direction: column;
}

.audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658:not(:first-child) {
    padding-left: 0;
  }
  .audplay-d7mxtk .audplay-pk8e5k td .audplay-fin658:not(:last-of-type) {
    border-right: unset;
  }
}

.audplay-d7mxtk .audplay-iaoo0k {
  flex: 0 1 485px;
}

.audplay-d7mxtk .audplay-2zsk0k {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.audplay-d7mxtk .audplay-2zsk0k li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.audplay-d7mxtk .audplay-2zsk0k li.audplay-ckkgfe {
  padding: 6px 12px;
}

.audplay-d7mxtk .audplay-2zsk0k li a,
.audplay-d7mxtk .audplay-2zsk0k 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;
}

.audplay-d7mxtk .audplay-61ex3w,
.audplay-d7mxtk .audplay-nqelow {
  flex: 1 1;
}

.audplay-d7mxtk .audplay-eolaa1,
.audplay-d7mxtk .audplay-sf3ub9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audplay-d7mxtk .audplay-eolaa1 li,
.audplay-d7mxtk .audplay-sf3ub9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.audplay-d7mxtk .audplay-nqelow img {
  max-width: 32px;
}

.audplay-d7mxtk .audplay-61ex3w img {
  max-width: 32px;
}

.audplay-d7mxtk .audplay-1h86pz {
  min-width: 280px;
}

.audplay-d7mxtk .audplay-1h86pz img {
  max-width: 146px;
}

.audplay-d7mxtk .audplay-1h86pz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .audplay-d7mxtk .audplay-qm51st,
  .audplay-d7mxtk .audplay-3686ym {
    flex: 0 1 auto;
  }
  .audplay-d7mxtk .audplay-pk8e5k {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .audplay-d7mxtk .audplay-qm51st,
  .audplay-d7mxtk .audplay-iaoo0k,
  .audplay-d7mxtk .audplay-3686ym,
  .audplay-d7mxtk .audplay-pk8e5k {
    flex: 1 1 calc(50% - 20px);
  }
  .audplay-d7mxtk .audplay-61ex3w,
  .audplay-d7mxtk .audplay-1h86pz,
  .audplay-d7mxtk .audplay-nqelow {
    flex: 1 1 30%;
  }
  .audplay-d7mxtk .audplay-1h86pz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .audplay-d7mxtk .audplay-qm51st,
  .audplay-d7mxtk .audplay-iaoo0k,
  .audplay-d7mxtk .audplay-61ex3w,
  .audplay-d7mxtk .audplay-3686ym,
  .audplay-d7mxtk .audplay-pk8e5k,
  .audplay-d7mxtk .audplay-1h86pz,
  .audplay-d7mxtk .audplay-nqelow {
    flex: 1 1 100%;
  }
}

.audplay-cwrj7u .audplay-jty565 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.audplay-cwrj7u .audplay-olnvhq {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.audplay-cwrj7u .audplay-bhxky2 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.audplay-cwrj7u .audplay-8rxm5r {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.audplay-cwrj7u .audplay-8rxm5r > :nth-child(3) {
  margin-top: 0;
}

.audplay-cwrj7u .audplay-eqw58b {
  grid-column: 2/3;
  grid-row: 1/10;
}

.audplay-cwrj7u .audplay-62nw2w {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.audplay-cwrj7u .audplay-g873hr {
  grid-column: 1/2;
}

.audplay-cwrj7u > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.audplay-cwrj7u .audplay-olnvhq: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;
}

.audplay-cwrj7u .audplay-olnvhq:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.audplay-cwrj7u .audplay-tz41zr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .audplay-cwrj7u .audplay-olnvhq:not(:last-child):before {
    bottom: 8px;
  }
  .audplay-cwrj7u .audplay-olnvhq:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .audplay-cwrj7u .audplay-8rxm5r {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .audplay-cwrj7u .audplay-eqw58b {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .audplay-cwrj7u .audplay-eqw58b img {
    width: 100%;
    height: auto;
  }
  .audplay-cwrj7u .audplay-tz41zr {
    width: 100%;
    min-width: unset;
  }
}

.audplay-mp4syu .audplay-of9tot {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.audplay-mp4syu .audplay-ovq3nj {
  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;
}

.audplay-mp4syu .audplay-eqw58b {
  height: 100%;
}

.audplay-mp4syu .audplay-eqw58b img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.audplay-mp4syu .audplay-3g35zj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.audplay-mp4syu .audplay-9at8sc {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.audplay-mp4syu .audplay-ezt8hv {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .audplay-mp4syu .audplay-ovq3nj {
    flex: 1 1 100%;
  }
  .audplay-mp4syu .audplay-3yvono {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .audplay-mp4syu .audplay-ovq3nj {
    flex-direction: column;
  }
  .audplay-mp4syu .audplay-eqw58b {
    width: 100%;
    height: auto;
  }
  .audplay-mp4syu .audplay-eqw58b img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .audplay-mp4syu .audplay-3g35zj {
    padding: 0 16px 16px 16px;
  }
  .audplay-mp4syu .audplay-3yvono {
    min-width: unset;
    width: 100%;
  }
}

.audplay-pbpmsp .audplay-wybqbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.audplay-pbpmsp .audplay-auiy9b {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.audplay-pbpmsp 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;
}

.audplay-pbpmsp .audplay-azdawl {
  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;
}

.audplay-pbpmsp .audplay-auiy9b:hover .audplay-azdawl {
  display: flex;
}

.audplay-pbpmsp .audplay-6f1ay5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.audplay-pbpmsp .audplay-6swrgg {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.audplay-zanu56 {
  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;
}

.audplay-zanu56.audplay-4zrwyq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.audplay-449y3w ease-in-out;
}

.audplay-zanu56.audplay-4zrwyq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.audplay-pbpmsp .audplay-1se6oy {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.audplay-449y3w ease-in-out;
}

.audplay-pbpmsp .audplay-1se6oy:hover {
  color: #196948;
  background-color: #f9cb16;
}

.audplay-pbpmsp .audplay-1se6oy:after,
.audplay-zanu56.audplay-4zrwyq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.audplay-zanu56.audplay-4zrwyq:after {
  background-image: url(../images/Cash.svg);
}

.audplay-pbpmsp .audplay-1se6oy:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .audplay-pbpmsp .audplay-wybqbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .audplay-pbpmsp .audplay-wybqbs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .audplay-pbpmsp .audplay-wybqbs {
    grid-template-columns: 1fr;
  }
  .audplay-pbpmsp .audplay-auiy9b {
    height: auto;
  }
  .audplay-pbpmsp .audplay-auiy9b .audplay-azdawl {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .audplay-pbpmsp .audplay-6f1ay5,
  .audplay-pbpmsp .audplay-6swrgg {
    text-align: left;
  }
  .audplay-pbpmsp .audplay-6swrgg {
    margin-bottom: 8px;
  }
  .audplay-pbpmsp img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.audplay-3hecji {
  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;
}

.audplay-3hecji.audplay-y86fxs {
  display: block;
}

.audplay-3hecji .audplay-glp4y6 {
  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;
}

.audplay-3hecji .audplay-ttcc2x {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.audplay-3hecji .audplay-4hg351 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.audplay-3hecji .audplay-ahysvr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.audplay-3hecji .audplay-zanu56 {
  min-width: 296px;
  margin-bottom: 0;
}

.audplay-3hecji .audplay-kfj3xz {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.audplay-3hecji .audplay-ymvmfl {
  position: relative;
  flex: 1 1;
}

.audplay-3hecji .audplay-ymvmfl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .audplay-3hecji .audplay-ttcc2x {
    flex-wrap: wrap;
    gap: 8px;
  }
  .audplay-3hecji .audplay-4hg351 {
    order: 1;
  }
  .audplay-3hecji .audplay-ahysvr {
    order: 3;
    flex: 1 1 100%;
  }
  .audplay-3hecji .audplay-zanu56 {
    width: 100%;
    min-width: unset;
  }
  .audplay-3hecji .audplay-kfj3xz {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .audplay-dqv83z > .audplay-3p1ils {
    margin-bottom: 0;
  }
  .audplay-dqv83z > .audplay-g873hr,
  .audplay-dqv83z > p {
    margin-top: 0;
  }
}

.audplay-2f5u2r img,
.audplay-t5gi8s img {
  width: auto;
  object-fit: contain;
}

.audplay-2f5u2r {
  align-items: center;
}

.audplay-2f5u2r img {
  max-height: 76px;
}

.audplay-t5gi8s img {
  max-height: 64px;
}

.audplay-lc4zsq {
  overflow: auto;
}

.audplay-zn1gz9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.audplay-u4fahc:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.audplay-6x93cy {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.audplay-c4jkuh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.audplay-6x93cy .audplay-eqw58b {
  margin-right: 20px;
  flex-shrink: 0;
}

.audplay-6x93cy img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.audplay-i1aanr {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.audplay-i1aanr > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .audplay-6x93cy {
    padding: 15px 10px;
  }
  .audplay-i1aanr {
    padding: 15px 10px;
  }
  .audplay-6x93cy .audplay-eqw58b {
    margin-right: 10px;
  }
}

.audplay-4cajtb {
  overflow-x: auto;
}

.audplay-ys6n1a {
  border-collapse: collapse;
  width: 100%;
}

.audplay-4cajtb th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.audplay-4cajtb td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.audplay-4cajtb td.audplay-8s6a4o {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.audplay-4cajtb td.audplay-2pn2p0 {
  border-right: none;
}

.audplay-4cajtb td.audplay-2pn2p0 .audplay-eqw58b {
  justify-content: flex-start;
}

.audplay-4cajtb td.audplay-2pn2p0 .audplay-eqw58b img {
  height: auto;
  width: 90px;
}

.audplay-4cajtb td.audplay-lroqa4,
.audplay-4cajtb td.audplay-scpfn8 {
  font-weight: 600;
  text-align: right;
}

.audplay-4cajtb td.audplay-imzbcz,
.audplay-4cajtb td.audplay-lroqa4 {
  padding-bottom: 10px;
  border-bottom: none;
}

.audplay-4cajtb td.audplay-lroqa4,
.audplay-4cajtb td.audplay-scpfn8 {
  border-left: none;
}

.audplay-4cajtb td.audplay-imzbcz,
.audplay-4cajtb td.audplay-8v55zn {
  border-right: none;
}

.audplay-4cajtb td.audplay-8v55zn,
.audplay-4cajtb td.audplay-scpfn8 {
  border-top: none;
  padding-top: 10px;
}

.audplay-i56606 {
  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;
}

.audplay-i56606 .audplay-3yvono {
  min-width: unset;
  width: 100%;
}

.audplay-i56606 .audplay-3yvono.audplay-2zgedd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.audplay-i56606 .audplay-3yvono.audplay-jo4vlf {
  grid-column: 2/3;
  grid-row: 1/2;
}

.audplay-i56606 .audplay-hx221s {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .audplay-i56606 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .audplay-i56606 .audplay-3yvono.audplay-2zgedd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .audplay-i56606 .audplay-3yvono.audplay-jo4vlf {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .audplay-i56606 .audplay-hx221s {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.audplay-ob6wbx {
  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;
}

.audplay-qjyhdq {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.audplay-6udaiv p a img {
  margin: 0 auto;
  display: block;
}

.audplay-6udaiv table {
  margin-bottom: 17px;
}

/* contanct form */
.audplay-4rn56i {
  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;
}

.audplay-4rn56i label {
  font-size: 14px;
}

.audplay-4rn56i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.audplay-4rn56i input,
.audplay-4rn56i textarea,
.audplay-4rn56i 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;
}
.audplay-4rn56i button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.audplay-449y3w ease;
}
.audplay-4rn56i button:hover {
  background-color: #691204;
}
.audplay-txn4sh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.audplay-w9pwc7 ease-in;
}

.audplay-txn4sh h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.audplay-b8yxiu, .audplay-fd286k, [class*="review-card"],
thead, thead th, table th, .audplay-jm92a3,
.audplay-5tctdt, [class*="collapsible-header"],
.audplay-4i8snq, [class*="updated-block"] {
  color: #ece7dc !important;
}
