.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent
}

.tippy-popper {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  max-width: calc(100% - 8px);
  pointer-events: none;
  outline: 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -7px;
  bottom: -6.5px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  margin: 0 3px
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%)
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-50%, -45%);
  transform: scale(.2) translate(-50%, -45%);
  opacity: 0
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(-10px);
  transform: perspective(700px) translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) rotateX(60deg);
  transform: perspective(700px) rotateX(60deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0
}

.tippy-popper[x-placement^=top] [data-animation=scale] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(.5);
  transform: translateY(-10px) scale(.5)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -7px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: 0 3px
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-50%);
  transform: scale(.2) translate(-50%);
  opacity: 0
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(10px);
  transform: perspective(700px) translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) rotateX(-60deg);
  transform: perspective(700px) rotateX(-60deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0
}

.tippy-popper[x-placement^=bottom] [data-animation=scale] {
  -webkit-transform-origin: top;
  transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px) scale(.5);
  transform: translateY(10px) scale(.5)
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -12px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
  margin: 3px 0
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-75%, -50%);
  transform: scale(.2) translate(-75%, -50%);
  opacity: 0
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px)
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(-10px);
  transform: perspective(700px) translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) rotateY(-60deg);
  transform: perspective(700px) rotateY(-60deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0
}

.tippy-popper[x-placement^=left] [data-animation=scale] {
  -webkit-transform-origin: right;
  transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px) scale(.5);
  transform: translateX(-10px) scale(.5)
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -12px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
  margin: 3px 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-25%, -50%);
  transform: scale(.2) translate(-25%, -50%);
  opacity: 0
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px)
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(10px);
  transform: perspective(700px) translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) rotateY(60deg);
  transform: perspective(700px) rotateY(60deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0
}

.tippy-popper[x-placement^=right] [data-animation=scale] {
  -webkit-transform-origin: left;
  transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px) scale(.5);
  transform: translateX(10px) scale(.5)
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: .25rem;
  font-size: .875rem;
  padding: .3125rem .5625rem;
  line-height: 1.4;
  text-align: center;
  background-color: #333
}

.tippy-tooltip[data-size=small] {
  padding: .1875rem .375rem;
  font-size: .75rem
}

.tippy-tooltip[data-size=large] {
  padding: .375rem .75rem;
  font-size: 1rem
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: initial
}

.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] .tippy-roundarrow path {
  pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease
}

.tippy-arrow,
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0
}

.tippy-roundarrow {
  width: 18px;
  height: 7px;
  fill: #333;
  pointer-events: none
}

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(.46, .1, .52, .98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%
}

.tippy-backdrop+.tippy-content {
  transition-property: opacity;
  will-change: opacity
}

.tippy-backdrop+.tippy-content[data-state=hidden] {
  opacity: 0
}

@charset "UTF-8";

html:lang(th) body.home,
html:lang(ko) body.home {
  background-image: none;
  background-color: #fff;
  color: #000
}

html:lang(th) .timeline .textbox {
  color: #000 !important
}

html:lang(th) .home .h1,
html:lang(th) .home .h2,
html:lang(th) .home .h3,
html:lang(th) .home .h4,
html:lang(th) .home .h5,
html:lang(th) .home .h6,
html:lang(th) .home h1,
html:lang(th) .home h2,
html:lang(th) .home h3,
html:lang(th) .home h4,
html:lang(th) .home h5,
html:lang(th) .home h6,
html:lang(ko) .home .h1,
html:lang(ko) .home .h2,
html:lang(ko) .home .h3,
html:lang(ko) .home .h4,
html:lang(ko) .home .h5,
html:lang(ko) .home .h6,
html:lang(ko) .home h1,
html:lang(ko) .home h2,
html:lang(ko) .home h3,
html:lang(ko) .home h4,
html:lang(ko) .home h5,
html:lang(ko) .home h6 {
  color: #000
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0
}

.clearfix:after {
  clear: both;
  display: block;
  content: ""
}

.page-template-page-payment-reviews .load-more-container,
.page-template-page-software-reviews .load-more-container {
  text-align: center
}

.page-template-page-slots-reviews .auto-anchor-menu li:first-child {
  color: #da3745
}

.scrollable-gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap
}

.scrollable-gallery img {
  flex: 0 0 auto;
  border: solid 3px #ddd;
  width: 330px;
  height: 540px;
  margin-right: 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px #c7c7c7
}

.main-toplist-box h2 {
  font-size: 32px
}

.youtube-resp-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.youtube-resp-container iframe,
.youtube-resp-container object,
.youtube-resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.content-block a,
.the-content a {
  text-decoration: none;
  color: #bf2936;
  font-weight: 600;
  word-break: break-word
}

ul.checklist li {
  list-style-type: none !important;
  padding-left: 22px;
  text-align: left;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0;
  color: #000
}

#flags-section-pages {
  background-color: #c10417;
  text-align: center;
  border-radius: 6px;
  margin: 20px 0
}

:lang(th) #flags-section-pages {
  background-color: #5b16c3
}

#flags-section-pages .inner {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%
}

#flags-section-pages .card-box {
  width: 300px !important;
  line-height: 90px
}

#flags-section-pages .card-box-inner {
  display: inline-block;
  line-height: 50;
  vertical-align: middle
}

#flags-section-pages img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 40px;
  margin: 0 auto !important;
  max-height: 40px
}

.wp-post-image {
  float: right;
  margin-top: 20px;
  margin-left: 10px
}

#flags-section {
  background-image: radial-gradient(48% 170%, #ec4d4d 50%, #8c000d 100%);
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

#flags-section .inner {
  text-align: center;
  color: #fff
}

.flags-section .inner {
  padding: 0
}

.how-to-outer {
  background-color: #c10417;
  border-radius: 6px;
  margin: 0 0 35px;
  padding: 10px;
  display: inline-block;
  width: 100%
}

.how-to-outer a {
  color: #fff !important;
  text-decoration: underline
}

:lang(ja) .how-to-outer {
  background-color: #f54279
}

:lang(ko) .how-to-outer {
  background-color: #df0a32
}

:lang(th) .how-to-outer {
  background-image: radial-gradient(72% 116%, #5b17cc 47%, #3f0d7a 100%);
  border-radius: 8px
}

.how-to-outer h2,
.how-to-outer p {
  color: #fff !important
}

.how-to-outer .inner {
  display: inline-block;
  text-align: center
}

.cards-section .card-box {
  display: table;
  max-height: 145px;
  min-height: 145px;
  margin: 7px;
  background-color: #fff;
  opacity: 1;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  padding: 20px;
  border-radius: 6px;
  float: left;
  text-align: center;
  color: #ff0003;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  width: 128px
}

.cards-section .card-box img {
  display: block;
  margin: 0 auto;
  max-height: 50px
}

.cards-section .card-box span {
  margin-left: 0;
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  vertical-align: middle
}

#flags-section h2 {
  color: #fff
}

.alignright {
  float: right
}

.info-box,
.info-cards-outer,
.mrctable,
.checkmarks-list {
  margin-bottom: 30px
}

.info-cards-outer {
  width: 100%;
  display: inline-block
}

.blue,
.grey {
  background-color: #000;
  border-radius: 8px
}

.box-grey,
.info-box {
  padding: 25px;
  border-radius: 5px;
  color: #fff
}

.blue .inner,
.grey .inner {
  border-left: solid 2px #ff0003;
  display: inline-block;
  padding: 0 5px 0 10px !important
}

:lang(ja) .blue .inner,
:lang(ja) .grey .inner {
  border-left: solid 2px #f54279
}

:lang(th) .blue,
:lang(th) .grey {
  background-color: #2f0564;
  border-radius: 8px
}

:lang(ko) .blue,
:lang(ko) .grey {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  box-shadow: 0 0 21px rgba(0, 0, 0, .12)
}

:lang(th) .blue .inner,
:lang(th) .grey .inner {
  border-left: solid 2px #f6c368
}

:lang(ko) .blue .inner,
:lang(ko) .grey .inner {
  border-left: solid 2px #df0a32
}

.how-to .required {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  line-height: 32px;
  color: #fff
}

.how-to .label {
  font-weight: 800
}

.how-to-box {
  box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  background-color: #fff;
  border-radius: 3px;
  margin: 7px;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  min-height: 320px
}

.how-to-box img {
  width: 100%;
  margin: 0 !important
}

.how-to-box .heading {
  line-height: 17px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  color: #000 !important;
  margin: 20px 0 3px
}

.how-to-box p {
  text-transform: none;
  margin-top: 5px;
  text-align: center;
  color: #000 !important
}

.how-to-box .step-no {
  position: absolute;
  top: 9px;
  left: -45px;
  background-color: #333232;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  width: 170px;
  padding: 0;
  transform: rotateZ(-30deg);
  text-transform: uppercase;
  z-index: 9;
  text-align: center
}

.table-wrapper table {

  width: auto;
  font-size: 14px;
  margin: 0 auto 20px;
  border-spacing: 0
}

.table-wrapper tr:nth-child(even) {
  background-color: #fff;
  color: #000
}

.table-wrapper tr:nth-child(odd) {
  background-color: #f5f5f5;
  color: #000
}

.table-wrapper tr:hover {
  background-color: #ddd
}

.table-wrapper th {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  padding: 19px 15px;
  background-color: #c10417;
  color: #fff;
  border: 0
}

:lang(ja) .table-wrapper th {
  background-color: #f54279
}

:lang(ko) .table-wrapper th {
  background-color: #1a1a1a
}

:lang(th) .table-wrapper th {
  background-color: #1a1a1a
}

.table-wrapper td {
  padding: 10px 15px;
  border-right: 1px solid #ddd
}

.table-wrapper td:empty,
.table-wrapper th:empty {
  display: none
}

.table-wrapper {
  overflow: auto
}

.table-wrapper {
  width: 100%;
  height: auto;
  overflow: auto
}

.info-box .btn-green {
  min-width: 200px;
  max-width: 260px
}

.info-box .btn-green {
  color: #fff !important;
  margin: 15px 0
}

.info-box h3,
.info-box h4,
.info-box h5,
.info-box h2 {
  font-weight: 900;
  color: #fff !important
}

.info-box p {
  margin: 0
}

.info-box a {
  color: #f51932 !important
}

:lang(th) .info-box a {
  color: #f0be67 !important
}

.site-footer {
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #181b1f;
  font-weight: 300;
  text-align: center
}

.site-footer a {
  color: #ff223b !important
}

.site-footer a:hover {
  text-decoration: none
}

.footer-widgets-wrapper .contact-us {
  display: block;
  clear: both
}

.site-footer .footer-widgets-wrapper h2,
.span-styled {
  display: inline-block;
  margin: 0 0 6px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ff0003;
  font-size: 18px;
  border-radius: 0 !important;
  font-weight: 600;
  color: #fff
}

:lang(ko) .site-footer p {
  color: #fff !important
}

:lang(th) .site-footer .footer-widgets-wrapper h2,
:lang(th) .span-styled {
  border-bottom: 3px solid #5b17cc
}

:lang(ja) .site-footer a {
  color: #f54279 !important
}

:lang(th) .site-footer a {
  color: #5b17cc !important
}

:lang(ja) .site-footer .footer-widgets-wrapper h2,
:lang(ja) .span-styled {
  border-bottom: 3px solid #f54279 !important
}

.footer-widgets-wrapper {
  font-size: 14px;
  line-height: 25px
}

#footer-widget-1 {
  margin-bottom: 35px
}

.site-footer a {
  color: #fff;
  font-weight: 500;
  vertical-align: middle
}

.site-footer .menu-footer li {
  display: block;
  padding-left: 0;
  list-style-type: none;
  margin: 0 0 15px
}

ul.menu-footer {
  padding: 0
}

.widget-box {
  float: left;
  width: 100%
}

div#footer-widget-3 {
  clear: both
}

.review-box {
  background-color: #1f242b;
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500
}

.review-box a {
  color: #ff4f63 !important
}

.column-widget {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  float: left
}

.review-box .rating-star {

  content: " ";
  width: 90px;
  height: 18px;
  display: block;
  margin-top: 5px
}

.review-box .review-author {
  display: inline-block;
  font-weight: 600;
  clear: both;
  font-size: 14px
}

.footer-end {
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
  padding: 10px 0
}

.footer-icons {
  display: inline-block;
  width: 100%
}

.social-icons {
  padding: 35px 0 70px;
  text-align: left
}

.social-icons a:hover {
  text-decoration: none !important
}

.social-icons img {
  margin: 0 10px 0 0
}

.footer-icons ul {
  padding: 0
}

#footer-info {
  clear: both;
  padding: 20px 0 0;
  text-align: left
}

.footer-end li {
  list-style-type: none
}

.footer-end .footer-icons img {
  float: left;
  margin: 10px 20px 0 0 !important;
  height: 28px;
  display: inline-block;
  width: auto
}

.post-hero-section h1,
.post-hero-section p {
  color: #fff;
  text-shadow: 2px 2px 2px #000
}

#banner {
  background: url('./banner.jpg') center/cover no-repeat;
}

#banner a:hover,
#content a:hover,
.inner a:hover {
  text-decoration: underline
}

#banner .load-more-container a {
  color: #fff
}

:lang(ko) #banner .load-more-container a {
  color: #000
}

.main-toplist-box h2 {
  font-size: 22px
}

.the-media {
  background-color: #000;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
  padding: 20px 0
}

.the-media .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px
}

.the-media .inner {
  text-align: center;
  margin: 0 auto;
  width: auto;
  display: inline-block
}

.the-media img {
  margin: 0 10px !important;
  height: 26px;
  width: auto
}

.useful {
  font-weight: 800;
  font-size: 16px
}

.cards-section.author .author-inside {
  text-align: center;
  width: 100%
}

.card-box.author-inside {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  max-height: 100%
}

.card-box.author-inside p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300
}

.card-box.author-inside img {
  width: 90px;
  height: 90px;
  max-height: initial;
  border-radius: 80px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle
}

.card-box.author-inside .name img {
  margin-left: 5px
}

.card-box.author-inside .position {
  color: #757575
}

.card-box.author-inside span {
  margin-top: 0
}

.linked-in img {
  max-height: 20px !important;
  width: 20px !important
}

.card-box.author-inside .content {
  float: none;
  display: inline-block;
  width: 100%;
  text-transform: none
}

.post-author {
  line-height: 1em;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: .19px
}

:lang(ko) .post-author {
  color: #000
}

:lang(ko) .post-author img {
  filter: contrast(.1)
}

.tc_wrap span {
  font-size: 9px;
  color: #4a4a4a;
  display: block;
  line-height: 15px
}

.guides-outer {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

.error404 h2 {
  color: #fff !Important
}

.error404 .section-banner {
  background: url(/wp-content/themes/mrc-2020/images/bg-hero-5.png) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
  color: #fff !Important
}

.text-center {
  text-align: center !important
}

.error404 .section-banner .menu-404 {
  color: #c7c7c7;
  display: inline-block
}

.menu-404 .main-header-menu {
  float: none;
  margin: 0 auto;
  text-align: center
}

.date-added {
  display: block;
  font-size: 10px;
  font-weight: 600;
  background-color: #d92b3b;
  border-radius: 3px;
  color: #fff;
  padding: 0 8px !important;
  margin: 7px auto
}

:lang(ja) .date-added {
  background-color: #f54279
}

:lang(fi) .arrow-down {
  background-position: 97% !important
}

:lang(de) .arrow-down {
  background-position: 96% center !important
}

:lang(nb-NO) .arrow-down {
  background-position: 96% !important
}

:lang(sv-SE) .arrow-down {
  background-position: 96% !important
}

:lang(ja) .arrow-down {
  background-position: 96% !important
}

.how-to a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline
}

.faq {
  margin-top: 20px
}

.faq h3 {
  border-left: solid 2px red;
  padding: 0 0 0 10px
}

:lang(th) .faq h3 {
  border-left: solid 2px #5b17cc;
  padding: 0 0 0 10px
}

.timeline {
  width: 100%
}

.timeline .row-box {
  margin-bottom: 0
}

.timeline div {
  margin: 5px 5px 5px 0;
  clear: both
}

.row-box:nth-child(1) .year {
  background-color: #c10417
}

.timeline .year {
  padding: 0 27px;
  background-color: #c10417;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  float: left
}

:lang(ja) .row-box:nth-child(1) .year,
:lang(ja) .timeline .year {
  background-color: #f54279
}

.timeline .textbox {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-left: 50px;
  border-left: 1px solid red;
  padding: 0 0 0 60px
}

.timeline .textbox p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300
}

.home .timeline .textbox {
  color: #fff
}

#guides .card {
  width: auto;
  display: inline-block;
  border-radius: 6px;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  padding: 15px;
  margin: 10px 5px;
  float: left;
  background-color: #fff
}

.guides-outer {
  width: 100%;
  background-image: radial-gradient(48% 170%, #ec4d4d 50%, #8c000d 100%)
}

:lang(ja) .guides-outer {
  background-image: none;
  background-color: #f54279
}

:lang(ko) .guides-outer {
  background-image: none;
  background-color: #df0a32;
  color: #fff
}

:lang(th) .guides-outer {
  background-image: radial-gradient(72% 116%, #5b17cc 47%, #3f0d7a 100%);
  color: #fff
}

:lang(th) .guides-outer h2 {
  color: #fff !important
}

:lang(ko) .guides-outer h2 {
  color: #fff !important
}

#guides .guides-inner {
  display: inline-block
}

#guides .inner {
  padding: 35px 0
}

#guides .guide-image {
  width: 100%;
  margin: 0 auto 10px auto;
  border-radius: 3px
}

#guides .guide-date {
  color: #797575;
  font-family: muli, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 10px
}

#guides .guide-heading {
  font-family: muli, Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 5px;
  line-height: 25px;
  font-size: 20px;
  color: #000
}

#guides .guide-brief {
  color: #000
}

#guides .button-container {
  clear: both;
  margin: 20px auto;
  text-align: center
}

.how-to-cards-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.tippy-content,
.tippy-content a {
  font-size: 10px;
  text-decoration: none
}

.tippy-content a {
  color: #fc4452;
  cursor: pointer
}

.alignleft,
.alignleft,
.alignnone {
  max-width: 100%;
  height: auto
}

:lang(ja) h2 {
  color: #f54279
}

p.apple {

  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 21px
}

.email-form-box {
  width: 100%
}

.email-subscribe {
  background-color: #ec5f66;

  background-repeat: no-repeat !important;
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center
}

:lang(ja) .email-subscribe {
  filter: hue-rotate(-24deg)
}

:lang(th) .email-subscribe {
  filter: hue-rotate(277deg)
}

.newsletter-terms {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800
}

.email-form-box {
  margin: 0 auto;
  position: relative
}

.subscribe-btn {
  cursor: pointer;
  background: #7ed321;
  border-radius: 28px;
  font-size: 16px;
  color: #284e08;
  font-weight: 600;
  letter-spacing: .27px;
  text-align: center;
  padding: 6px 16px;
  position: inherit;
  top: 4px;
  min-width: 100px
}

.email-subscribe .inner {
  text-align: center
}

.email-subscribe .heading {
  font-size: 26px;
  font-weight: 600
}

.email-input {
  background: #fff;
  border: 5px solid #ff9ca1;
  border-radius: 28px;
  width: 100%;
  padding: 1px 5%;
  font-size: 14px
}

.info-card.col-1,
.info-card.col-2 {
  width: auto;
  padding: 20px;
  border-radius: 6px;
  color: #fff !important;
  float: none;
  margin: 0;
  background-color: #2d2d2d;
  padding-left: 22px
}

:lang(ja) .home .info-card.col-1,
:lang(ja) .home .info-card.col-2 {
  background-color: #fff;
  color: #000
}

:lang(ja) .home .info-card.col-1 h3,
:lang(ja) .home .info-card.col-2 h3,
:lang(ja) .home .info-card.col-1 ul li,
:lang(ja) .home .info-card.col-2 ul li {
  color: #000 !important
}

:lang(ko) .info-card.col-1 li,
:lang(ko) .info-card.col-2 li {
  color: #fff !important
}

.info-card.col-1 h3,
.info-card.col-2 h3 {
  color: #fff !important
}

.info-card.col-2 {
  margin-left: 0;
  margin-top: 15px
}

.info-card.col-1 ul li,
.info-card.col-2 ul li {
  text-align: left;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  list-style-type: none !important;
  padding: 0 0 0 25px
}

.info-card.col-1 ul,
.info-card.col-2 ul {
  padding: 0
}

.info-card.col-1 ul li {
  background-image: url(/wp-content/themes/mrc-2020/images/thumbs-up.svg)
}

.info-card.col-2 ul li {
  background-image: url(/wp-content/themes/mrc-2020/images/thumbs-down.svg)
}

.size-full {
  border-radius: 6px
}

#guides .load-more-btn {
  background-color: #2d2d2d;
  color: #fff
}

.date-added {
  width: 155px;
  clear: both
}

.Social Casino-highlight {
  margin: 0 auto;
  text-align: center;
  padding: 30px
}

.Social Casino-highlight .heading {
  font-size: 28px;
  font-weight: 900
}

.Social Casino-highlight * {
  display: block;
  clear: both;
  margin: 10px auto
}

.Social Casino-highlight .act_btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  transition: .5s ease;
  min-width: 40%;
  background: #d92b3c;
  border-radius: 4px;
  color: #fff !important;
  text-transform: initial !important;
  font-weight: 900 !important
}

@media screen and (min-width:1024px) {
  h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 10px
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h6 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  .toplist-container .btn-green {
    width: 100%
  }

  .page-template-page-payment-reviews .load-more-container,
  .page-template-page-software-reviews .load-more-container {
    text-align: left
  }

  .game-outer {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left
  }

  .game-frame,
  .game-overlay,
  .iframe_kh_wrapper iframe {
    min-height: 580px
  }

  .info-card.col-1,
  .info-card.col-2 {
    float: left
  }
}

@media screen and (min-width:1025px) {
  .main-toplist-box .inner {
    padding: 0 35px 35px
  }

  .size-full {
    width: auto
  }

  .wp-image-7480 {
    float: right;
    max-width: 500px
  }

  .info-card.col-1,
  .info-card.col-2 {
    width: 48%
  }

  .subscribe-btn {
    position: absolute;
    right: 5px
  }

  #primary-menu li {
    float: none
  }

  #banner .right {
    max-width: 30%
  }

  .how-to-box {
    width: 266px
  }

  .column-widget {
    width: 25%
  }

  .date-added {
    width: auto;
    display: inline-block
  }

  .info-card.col-2 {
    margin-left: 15px;
    margin-top: 0
  }

  .hvr-grow {
    transition: all .2s ease-in-out
  }

  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    transform: scale(.9)
  }

  .the-media .inner {
    padding: 0 35px
  }

  .card-box.author-inside .content {
    float: left;
    display: inline-block;
    width: 90%;
    text-transform: none
  }

  .cards-section.author .author-inside {
    text-align: left
  }

  .author-img {
    float: left
  }

  .email-form-box {
    max-width: 43%
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    min-height: 430px
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    width: calc(100%/2 - 10px)
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    width: calc(100%/4 - 10px)
  }
}

.search-img-box {
  display: inline-block;
  float: left;
  height: 110px;
  line-height: 110px;
  width: 100%;
  text-align: center
}

.search-img-box img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}

.posts .img-box {
  width: 190px;
  max-width: 190px;
  float: left;
  background-color: #000;
  padding: 10px;
  border-radius: 6px;
  margin: 0 20px 0 0
}

.posts {
  margin-top: 30px
}

.posts .inner {
  clear: both;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  border: solid 1px #e0dfdf !important;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  padding: 20px
}

@media all and (max-width:800px) {
  .posts .img-box {
    width: 100%;
    max-width: 100%
  }

  .search-img-box {
    margin: 10px 0
  }

  .posts .inner {
    text-align: center
  }
}

@media screen and (max-width:414px) {
  .info-box .btn-green {
    min-width: 100%;
    max-width: 100%
  }

  .burger {
    top: 12px
  }
}

@media screen and (max-width:1024px) {

  .aligncenter,
  .alignleft,
  .alignright {
    max-width: 100%;
    height: auto
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto
}

@media screen and (max-width:1024px) {
  .review-box .rating-star {
    margin: 0 auto
  }

  #flags-section,
  .guides-outer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%)
  }

  #flags-section-pages .inner {
    padding: 5px 0
  }
}

.curiosities-module {
  width: 100%;
  background-color: #da2b3b;
  display: inline-grid;
  margin: 20px 0;
  border-radius: 6px
}

:lang(th) .curiosities-module {
  background-color: #5b16c3
}

:lang(ja) .curiosities-module {
  background-color: #f54279
}

.curiosities-module .card-box {
  background-color: #fff;
  border-radius: 4px;
  min-width: 31%;
  width: 31%;
  float: left;
  padding: 20px;
  margin: 10px;
  text-align: center;
  color: #000;
  min-height: 190px;
  display: table
}

@media (max-width:1024px) {
  .curiosities-module .card-box {
    min-width: 100%
  }

  .curiosities-module .inner {
    padding: 20px
  }
}

.curiosities-module .btn-green {
  width: auto
}

.curiosities-module .card-box span {
  display: block;
  margin: 10px;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important
}

.curiosities-module .card-box .highlighted-text {
  font-size: 24px;
  line-height: 25px;
  font-weight: 900
}

:lang(ja) .curiosities-module .card-box .highlighted-text {
  color: #f54279
}

.curiosities-module .inner {
  padding: 20px;
  max-width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%
}

.curiosities-module .card-box .heading {
  font-weight: 800;
  font-size: 18px
}

.curiosities-module .card-box img {
  max-height: 150px;
  width: auto;
  display: block;
  margin: 0 auto
}

.curiosities-module .btn-green {
  width: 100%
}

.bonus-calculator {
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 6px;
  text-align: center
}

.bonus-calculator img {
  display: inline-block
}

.bonus-calculator .number,
.bonus-calculator .play-value {
  font-weight: 800;
  font-size: 22px
}

.quick-facts-box .main-toplis-btn {
  width: 300px;
  margin: 0 auto
}

.toplist-container tbody tr.quick-facts-box {
  display: none !important;
  height: auto
}

.quickfacts-table-outer {
  box-shadow: 0 0 21px rgb(0 0 0/14%);
  -webkit-box-shadow: 0 0 21px rgb(0 0 0/14%);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  border-radius: 6px;
  margin: 30px 0
}

.toplist-container tbody tr.quick-facts-box.show-box {
  display: block !important;
  box-shadow: 0 0 21px rgb(0 0 0/14%);
  -webkit-box-shadow: 0 0 21px rgb(0 0 0/14%);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14)
}

.quickfacts-table {
  width: 100%;
  color: #000
}

.quickfacts-table th {
  display: none !important;
  margin-top: 20px
}

.quickfacts-table tr {
  box-shadow: none !important
}

.half {
  vertical-align: top
}

.quick-facts-box .bottom-info .right {
  float: none
}

.logo-extra-wrapper img {
  width: auto;
  height: auto
}

.logo-extra-wrapper {
  display: inline-block
}

.row-wrap .payments,
.row-wrap .software {
  width: 100% !important
}

.row-wrap {
  display: table-row !important;
  border-bottom: solid 1px #efefef
}

.row-wrap .value,
.row-wrap .value p {
  text-align: right;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  word-break: break-word
}

.row-wrap .label {
  text-align: left;
  font-size: 14px;
  width: 30%
}

.half table td {
  vertical-align: top;
  border: 0;
  padding: 5px 0 !important;
  float: left
}

.row-wrap .value,
.row-wrap .value p {
  width: 70%
}

.row-wrap .value p {
  width: 100%
}

.quick-facts-box .bottom-info {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-top: solid 1px #e3e3e3;
  color: #000;
  font-weight: 400;
  border-radius: 0;
  margin-top: 20px;
  text-align: center
}

.quick-facts-box .bottom-info .left {
  float: none
}

.quick-facts-box .bottom-info img {
  max-height: 20px
}

.text-row {
  font-size: 14px;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
  text-align: center
}

.half table {
  width: 100%
}

.half {
  float: left;
  width: 100%;
  border-bottom: solid 0 #fff;
  padding: 0 5px;
  vertical-align: top
}

.quickfacts-table .languages {
  text-align: right
}

.quickfacts-table .languages img {
  max-width: 20px;
  margin: 0 3px !important;
  display: inline-block
}

.row-wrap .payments,
.row-wrap .software {
  width: 100% !important
}

.quickfacts-table .logo-extra-wrapper {
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
  padding: 5px;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  height: 33px
}

.quickfacts-table .logo-extra-wrapper img {
  width: auto;
  height: 20px;
  margin: 0 !important
}

@media only screen and (min-width:1025px) {
  .toplist-container tbody tr.quick-facts-box.show-box {
    display: table-row !important
  }

  .half {
    width: 50% !important;
    vertical-align: top;
    padding: 0 10px !important
  }

  .half table td {
    float: none
  }

  .quick-facts-box td {
    padding: 0 5px !important
  }
}

#twitch-embed {
  margin-top: 30px
}

.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.twitch .twitch-chat {
  height: 400px
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%
}

@media screen and (max-width:1024px) {
  .page-template-page-twitch iframe {
    width: 100%
  }
}

#banner.twitch {

  text-align: center;
  min-height: 600px
}

#banner.twitch .inner {
  text-align: center
}

#banner.twitch .title-box,
#banner.twitch h1.page-title {
  width: 100%;
  text-align: center
}

#banner.twitch h4 {
  color: #fff
}

.social-twitch img {
  margin: 0 5px
}

.toplist-container-cards table.tablesorter tbody tr {
  height: auto
}

.info-popup-notactive {
  text-align: center;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .11);
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  transition: bottom .5s linear;
  display: none;
  bottom: -70px;
  width: 290px
}

@media only screen and (max-width:800px) {
  .info-popup-notactive {
    padding: 10px 15px
  }
}

.info-popup-notactive p {
  line-height: 23px;
  font-size: 14px;
  color: #464646;
  text-align: left
}

@media only screen and (max-width:800px) {
  .info-popup-notactive p {
    font-size: 12px
  }
}

.info-popup-notactive .small-title {
  color: #44a206;
  font-size: 11px
}

.info-popup-notactive span {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: #bcbcbc
}

.info-popup-notactive h5 {
  font-size: 19px;
  font-weight: 800;
  color: #4e4d4d;
  line-height: 22px
}

@media only screen and (max-width:800px) {
  .info-popup-notactive h5 {
    font-size: 16px
  }
}

.info-popup-notactive.active {
  z-index: 9999;
  display: block;
  position: fixed;
  bottom: 90px;
  right: 20px
}

.info-popup-notactive .close-modal {
  background-color: #fff;
  border-radius: 60px;

  width: 37px;
  height: 37px;
  float: right;
  display: block;
  cursor: pointer !important;
  position: absolute;
  right: -10px;
  top: -11px
}

.info-popup-notactive img {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
  width: auto;
  height: auto;
  width: 100%
}

@media only screen and (max-width:800px) {
  .info-popup-notactive .act_btn {
    font-size: 14px;
    padding: 10px
  }
}

.toplist-top3n .item .main-toplis-image {
  height: auto
}

.cn-top {
  bottom: 0;
  top: auto !important
}

.list-of th {
  font-weight: 400;
  background-color: #3a3a47;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #fff;
  text-align: center
}

.list-of th:first-child {
  border-radius: 5px 0 0 5px;
  width: 40px
}

.list-of th:last-child {
  border-radius: 0 5px 5px 0
}

.list-of tbody tr {
  position: relative;
  border-bottom: 2px solid #e1e1e1;
  background-color: #fff
}

.list-of.slotsfull {
  border-spacing: 0
}

.list-of tbody tr td {
  text-align: center;
  line-height: 26px;
  padding: 10px;
  border-bottom: 2px solid #e1e1e1
}

.list-of td.list-of-image {
  width: 165px
}

.list-of tbody tr td.list-of-title a {
  font-size: 12px
}

.list-of th {
  display: none
}

.list-of tbody tr:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0
}

.list-of td.list-of-image {
  width: 100px
}

.list-of-the-image {
  max-width: 100%;
  height: 50px;
  border-radius: 6px;
  width: auto
}

.list-of .act_btn {
  display: block;
  margin: 13px 0;
  width: 100%
}

.softwarefull .list-of-the-image,
.paymentfull .list-of-the-image {
  max-width: 100%;
  height: 74px;
  width: auto;
  background-color: #fff;
  padding: 20px
}

.slots-container {
  display: block
}

.list-of {
  width: 100%;
  text-align: center;
  margin: 30px 0
}

@media only screen and (min-width:1024px) {
  .list-of {
    width: calc(100%/3 - 30px);
    text-align: center;
    margin: 30px 5px;
    float: left;
    padding: 0
  }

  .list-of.paymentfull,
  .list-of.softwarefull {
    width: calc(100%/4 - 30px)
  }

  .list-of-the-image {
    max-width: 100%;
    height: 50px;
    width: auto
  }

  .softwarefull .list-of-the-image,
  .paymentfull .list-of-the-image {
    height: 45px
  }

  .slots-container {
    display: inline-block;
    width: 100%
  }

  .list-of .primary-btn {
    margin: 10px auto
  }

  .list-of-image.slots img {
    height: 180px
  }
}

.Social Casino-table-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left
}

.Social Casino-table-custom thead th {
  padding: 10px;
  border: 1px solid #ddd
}

.Social Casino-table-custom tbody tr {
  border: 1px solid #ddd
}

.Social Casino-table-custom td {
  padding: 10px;
  border: 1px solid #ddd
}

.cookie-notice-container {
  display: none
}

body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden
}

body,
html,
* {
  box-sizing: border-box
}

body,
input,
textarea,
select {
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  line-height: 36px;
  font-size: 15px
}

body {
  color: #000;
  line-height: 27px;
  font-weight: 300;
  background-color: #fff
}

body.home {
  background-image: radial-gradient(76% 163%, #2d2d2d 40%, #000 100%);
  color: #fff
}

.outer {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: left
}

.inner {
  padding: 20px
}

.site-header {
  position: absolute;
  z-index: 99
}

#masthead .inner {
  padding: 10px;
  display: inline-block;
  width: 100%
}

.mrclogo {
  height: 70px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: left
}

h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px
}

h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0 15px
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 15px
}

h4 {
  font-size: 18px;
  margin: 10px 0 15px
}

h5 {
  font-size: 16px;
  margin: 10px 0 15px
}

h6 {
  font-size: 14px;
  margin: 10px 0 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase
}

.home .h1,
.home .h2,
.home .h3,
.home .h4,
.home .h5,
.home .h6,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  color: #fff
}

.home .h1 {
  color: #fff
}

.h1 {
  padding: 0
}

p {
  margin: 5px 0 15px
}

#banner h1,
#banner p {
  color: #fff
}

#content img {
  display: block;
  margin: 0 auto
}

#banner a,
#content a,
.inner a {
  color: #c10318;
  text-decoration: none;
  font-weight: 600
}

:lang(ja) #banner h1,
:lang(ja) #banner p,
:lang(ja) .unloaded,
:lang(ja) .loaded,
:lang(ja) #primary-menu li a,
:lang(ja) .auto-anchor-menu li {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1)
}

.left {
  float: left
}

.right {
  float: right
}

.alignright {
  float: right;
  max-width: 350px
}

@media screen and (max-width:600px) {
  .pushNav {
    width: 75%;
    right: -75%
  }
}

@media screen and (min-width:601px) {
  .pushNav {
    width: 290px;
    right: -350px
  }
}

#searchsubmit {
  background-color: #000;
  border: 0;
  border-radius: 3px;
  color: #888;
  font-weight: 700;
  font-size: 14px
}

#search-input {
  margin: 0;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 14px;
  width: 57%
}

.search-box {
  width: 100%;
  display: inline-block
}

ul.pushNav {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  list-style-type: none
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  transition: ease-in-out .5s
}

.pushNav hr {
  border: 1px solid #555
}

.pushNav,
.pushNav a {
  font-size: 14px;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  color: #000;
  text-decoration: none !important;
  font-weight: 400
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0;
  text-align: left
}

.item {
  position: relative;
  line-height: 27px
}

.item.active {
  background-color: #8d8d8d
}

.item.active .fa-chevron-right {
  color: #fff
}

.item.active a {
  color: #fff
}

.item.active ul li a {
  color: #000
}

.fa-chevron-right {
  font-style: inherit;
  color: #000;
  font-size: 27px
}

.fa-close {
  color: #fff;
  font-style: inherit;
  padding: 0;
  margin: 0
}

.closeLevel,
.openLevel {
  cursor: pointer
}

input[type=checkbox] {
  display: none
}

.openLevel {
  position: absolute;
  right: 0;
  padding: 0 10px !important;
  top: 0
}

.search-box-outer {
  padding: 1em
}

.openLevel,
.pushNav a,
.hdg {
  padding: 5px 10px
}

.openLevel,
.closeLevel,
.pushNav a {
  display: block;
  transition: background .4s ease-in-out
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
  background: #8d8d8d;
  color: #fff !important
}

.openLevel:hover i,
.closeLevel:hover i,
.pushNav a:hover i {
  color: #fff !important
}

.hdg {
  background-color: #cc2836
}

:lang(ja) .hdg {
  background-color: #ff6593
}

:lang(th) .hdg {
  background-color: #5b17cc
}

.closeLevel,
closelevel>i {
  font-size: 18px;
  color: #fff
}

.burger {
  position: absolute;
  top: 13px;
  right: 5px;
  z-index: 99
}

.burger i {
  font-size: 2em;
  font-style: initial;
  color: #fff
}

:lang(ko) .burger i {
  color: #000
}

.screen {
  position: fixed;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity .5s ease-in-out
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
  z-index: 99
}

.fa-navicon {
  cursor: pointer
}

.language-dropdown {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  float: right;
  position: relative;
  right: 18px
}

.language-dropdown label,
.language-dropdown ul li {
  box-sizing: border-box;
  display: block;
  height: 38px;
  padding: 0 20px;
  cursor: pointer
}

.language-dropdown ul.lang-list {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 999999;
  padding: 0;
  margin: 0
}

.language-dropdown ul.lang-list li.selected {
  display: none
}

.language-dropdown label {
  position: relative;
  border-radius: 3px;
  z-index: 2
}

.language-dropdown .lang-flag .flag,
.language-dropdown .lang-list .lang .flag {
  float: left;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-size: 35px 35px;
  background-repeat: no-repeat
}

.flag img {
  width: 35px;
  height: 35px
}

.language-dropdown.open ul.lang-list {
  display: block;
  -webkit-tap-highlight-color: transparent !important;
  opacity: 1
}

.language-dropdown.open label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#primary-menu {
  border-top: solid 4px #d92b3c;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  margin: 0;
  z-index: 10;
  padding: 5px 10px;
  z-index: 99;
  text-align: center
}

:lang(ja) #primary-menu {
  border-top: solid 4px #ff6593
}

:lang(th) #primary-menu {
  border-top: solid 4px #feb32e;
  background-color: #310a53
}

:lang(ja)#primary-menu li {
  width: calc(100%/4 - 10px)
}

#primary-menu li {
  display: inline-block;
  width: calc(100%/3 - 10px);
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  margin: 0 5px;
  max-width: 80px;
  vertical-align: top
}

#primary-menu li:before {
  content: ' ';

  background-repeat: no-repeat
}

#primary-menu li:nth-child(1):before,
#primary-menu li:nth-child(2):before,
#primary-menu li:nth-child(3):before,
#primary-menu li:nth-child(4):before {
  width: 33px;
  height: 32px;
  display: block;
  background-size: 131px;
  margin: 5px auto
}

#primary-menu li:nth-child(1):before {
  background-position: 0
}

#primary-menu li:nth-child(2):before {
  background-position: -33px center
}

#primary-menu li:nth-child(3):before {
  background-position: -66px center
}

#primary-menu li:nth-child(4):before {
  background-position: -99px center
}

#primary-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600
}

:lang(de) #primary-menu li {
  width: calc(100%/4 - 10px)
}

:lang(sv-SE) #primary-menu li,
:lang(ja) #primary-menu li {
  max-width: 90px
}

:lang(nb-NO) #primary-menu li {
  max-width: 70px
}

:lang(fi) #primary-menu li {
  max-width: 100px
}

.animate,
.lang-flag,
.lang-list {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.title-box,
h1.page-title {
  text-align: center;
  color: #fff !important
}

#banner h1 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 900;
  margin: 10px 0
}

#masthead .inner {
  padding: 10px 20px
}

.load-more-btn-anchor {
  font-size: 13px;
  color: #fff;
  line-height: 29px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  border-bottom: solid 2px #ff0003;
  padding: 0;
  display: inline-block !important
}

:lang(ja) .load-more-btn-anchor {
  border-bottom: solid 2px #f54279
}

:lang(th) .load-more-btn-anchor {
  border-bottom: solid 2px #f6c368
}

.load-more-container {
  border-radius: 6px;
  display: block;
  font-size: 12px;
  line-height: 26px;
  z-index: 12;
  text-align: center
}

.auto-anchor-menu {
  margin: 10px 0 0;
  padding: 0
}

.auto-anchor-menu li {
  list-style: none;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  line-height: 15px;
  margin-bottom: 13px
}

.auto-anchor-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-left: 10px;
  text-decoration: none
}

.auto-anchor-menu li a:hover {
  text-decoration: underline;
  color: #000
}

.home .auto-anchor-menu li a,
.home .auto-anchor-menu li a:hover {
  color: #fff
}

.load-more-btn-anchor .unloaded,
.load-more-btn-anchor .loaded {
  font-weight: 800;
  color: #fff
}

.page-template-page-slots-reviews .load-more-btn-anchor .unloaded,
.page-template-page-slots-reviews .load-more-btn-anchor .loaded {
  font-weight: 800;
  color: #000
}

.home .load-more-btn-anchor .unloaded,
.home .load-more-btn-anchor .loaded {
  font-weight: 800;
  color: #fff
}

:lang(ko) .home .load-more-btn-anchor .unloaded,
:lang(ko) .home .load-more-btn-anchor .loaded {
  font-weight: 800;
  color: #000
}

.load-more-container ul li:nth-child(1n+1) {
  max-height: 0;
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  display: none
}

.load-more-container .load-more-btn-anchor .loaded {
  display: none
}

.load-more-container #load-more {
  display: none
}

.load-more-container #load-more:checked~.load-more-btn-anchor .loaded {
  display: block
}

.load-more-container #load-more:checked~.load-more-btn-anchor .unloaded {
  display: none
}

.load-more-container #load-more:checked~ul li:nth-child(1n+1) {
  max-height: 999px;
  transition: .2s ease-in !important;
  -webkit-transition: .2s ease-in !important;
  display: block
}

.auto-anchor-menu li:before {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  background-size: 7px;
  border-left: 2px solid #ff0003
}

:lang(ja) #banner a,
:lang(ja) #content a,
:lang(ja) .inner a {
  color: #c20740
}

:lang(ko) #banner h1,
:lang(ko) #banner p,
:lang(ko) .post-hero-section h1,
:lang(ko) .post-hero-section p,
:lang(ko) li {
  color: #000 !important
}

:lang(ko) #banner h1,
:lang(ko) #banner p,
:lang(ko) .post-hero-section h1,
:lang(ko) .post-hero-section p,
:lang(ko) p,
:lang(ko) li {
  text-shadow: none;
  font-weight: 600
}

:lang(th) #banner a,
:lang(th) #content a,
:lang(th) .inner a {
  color: #f6c368
}

:lang(ja) .auto-anchor-menu li:before {
  border-left: 2px solid #f54279
}

:lang(th) .auto-anchor-menu li:before {
  border-left: 2px solid #f6c368
}

.breadcrumbs a,
.breadcrumbs {
  color: #fff !important;
  font-size: 11px
}

:lang(ko) .breadcrumbs a,
:lang(ko) .breadcrumbs {
  color: #000 !important;
  font-size: 11px
}

#banner {
  background-size: cover !important;
  background-position: center !important;
  padding-top: 60px;
  padding-bottom: 20px;
  min-height: 400px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);

  color: #fff
}


.softpay_logo {
  height: auto;
  max-width: 140px;
  width: 130px;
  height: auto;
  float: none;
  margin: 0 auto;
  max-width: 140px;
  text-align: center;
  display: block
}

.btn-green {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  transition: .5s ease;
  width: 260px;
  background: #d92b3c;
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 900 !important
}

:lang(ja) .btn-green {
  background: #f54279;
  background-color: #f54279
}

:lang(ja) .btn-green:hover {
  background: #ff6593;
  background-color: #ff6593
}

:lang(ko) .btn-green {
  background: #df0a32;
  background-color: #df0a32
}

:lang(ko) .btn-green:hover {
  background: #ff0c39;
  background-color: #ff0c39
}

:lang(th) .btn-green {
  background: #f6c368;
  background-color: #f6c368;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .22)
}

:lang(th) .btn-green:hover {
  background: #b98f5b;
  background-color: #b98f5b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .22)
}

.btn-green:hover {
  text-decoration: none !important;
  background-color: #d92b3c
}

:lang(th) .btn-green {
  color: #000
}

.game-outer {
  width: 100%;
  float: none;
  display: inline-block;
  position: relative
}

#game-container,
.game-overlay {
  width: 100%;
  overflow: hidden
}

#game-container {
  width: 100%;
  display: inline-block;
  float: left
}

.game-overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, .6);
  min-width: auto;
  max-width: 100%;
  max-height: 100%
}

.game-frame,
.game-overlay,
.iframe_kh_wrapper iframe {
  min-height: 330px
}

.game-overlay .btn-green {
  display: block;
  max-width: 230px
}

.free-play-btn {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 300px;
  top: 150px
}

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

.page-template-page-slots-reviews .game-outer {
  width: 100%;
  float: none;
  display: inline-block;
  position: relative
}

.page-template-page-slots-reviews #game-container,
.page-template-page-slots-reviews .game-overlay {
  width: 100%;
  overflow: hidden
}

.no-ajax-terms,
.no-ajax-tcs {
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: #5a5a5a !important;
  line-height: 13px;
  text-shadow: none !important
}

.circled-rating {
  position: relative;
  width: 50px;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  color: #d92b3b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 2px #d92b3c3d;
  border-radius: 100px;
  background-color: #fff;
  letter-spacing: .3px;
  margin: 0 auto
}

:lang(th) .circled-rating {
  color: #c70080;
  border: solid 2px #c700816c
}

.btn-grey-arrow,
.btn-Social Casino-review {
  color: #9f9f9f;
  font-weight: 500;
  font-size: 14px;
  margin: 15px 0 0;
  line-height: 1.3em;
  padding-left: 19px;
  display: inline-block;
  background-size: contain;
  text-decoration: none !important;
  color: #9f9f9f !important
}

.tc_wrap_custom {
  color: #000 !important;
  clear: both;
  left: 0;
  margin: 0 auto;
  line-height: initial;
  font-size: 10px;
  font-weight: initial !important
}

@media screen and (min-width:415px) {
  .outer {
    text-align: center
  }

  :lang(ja) #banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f54279 !important
  }
}

@media screen and (min-width:1024px) {
  h1 {
    font-size: 34px;
    font-weight: 900 !important;
    line-height: 36px
  }

  h1 strong {
    font-weight: 900 !important
  }


  #banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
  }
}

@media screen and (min-width:1025px) {
  #primary-menu li:before {
    background-image: none;
    display: none !important
  }

  #masthead .inner {
    padding: 10px 35px
  }

  .site-header {
    position: absolute;
    width: 100%;
    line-height: normal;
    display: block
  }

  .site-header .inner {
    padding-top: 0;
    padding-bottom: 0
  }

  .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 35px;
    text-align: left;
    display: inline-block
  }

  :lang(ko) .inner {
    padding: 10px 35px
  }

  #primary-menu li {
    float: none
  }

  .title-box,
  h1.page-title {
    text-align: left
  }

  .title-box {
    float: left;
    width: 64%
  }


  #banner h1 {
    font-size: 40px;
    text-transform: uppercase
  }

  #banner {
    padding-top: 100px
  }

  #banner .left {
    max-width: 78%;
    text-align: left
  }

  html:lang(th) #banner .left {
    max-width: 68%
  }

  html:lang(ja) #banner .left,
  html:lang(ko) #banner .left {
    max-width: 58%
  }

  #banner .right {
    max-width: 30%
  }

  #primary-menu {
    border-top: 0;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    bottom: initial;
    background-color: transparent;
    width: auto;
    margin-top: 4px
  }

  :lang(ja) #primary-menu {
    border-top: 0;
    background-color: transparent
  }

  :lang(th) #primary-menu {
    border-top: 0;
    background-color: transparent
  }

  #primary-menu li {
    display: inline;
    list-style: none;
    margin: 0 10px;
    line-height: 30px
  }

  #primary-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 43px
  }

  :lang(ko) #primary-menu li a {
    color: #000
  }

  #primary-menu li a:hover {
    color: #ff0003
  }

  :lang(ja) #primary-menu li a:hover {
    color: #ef0
  }

  :lang(th) #primary-menu li a:hover {
    color: #f6c368
  }

  #primary-menu .current-menu-item a {
    color: #ff0003
  }

  :lang(ja) #primary-menu .current-menu-item a {
    color: #ef0
  }

  :lang(th) #primary-menu .current-menu-item a {
    color: #f6c368;
    font-weight: 800
  }

  .language-dropdown {
    right: 0;
    top: 3px
  }

  .header-right {
    float: right
  }

  .mrclogo {
    position: relative;
    z-index: 5;
    vertical-align: middle;
    display: inline-block;
    float: left
  }

  .load-more-container.page {
    max-width: 30%;
    text-align: center;
    float: right;
    margin: 40px 0 0;
    min-width: 30%
  }

  .home .load-more-container {
    text-align: left
  }

  .auto-anchor-menu li {
    text-align: left
  }

  .load-more-container {
    text-align: left
  }

  .softpay_logo {
    margin: 0;
    max-width: 200px;
    width: 130px;
    height: auto
  }

  .game-frame,
  .game-overlay,
  .iframe_kh_wrapper iframe {
    min-height: 600px
  }

  .free-play-btn {
    top: 260px
  }

  #content img {
    margin: 0 0 0 20px
  }
}

.counter-values {
  text-align: center;
  margin: 0 auto
}

#stats-container {
  background-image: linear-gradient(234deg, #ec4d4d 50%, #ec4d4d 50%, #8c000d 100%);
  border-radius: 4px;
  font-size: 36px;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  position: relative;
  bottom: 40px
}

html:lang(th) #stats-container {
  background-image: linear-gradient(234deg, #f6c368 50%, #f6c368 50%, #b98f5b 100%);
  border: 2px solid #f0be67
}

html:lang(ja) #stats-container {
  background-image: none;
  background-color: #f54279
}

html:lang(ko) #stats-container {
  background-image: none;
  background-color: #df0a32
}

.home-stats-single {
  margin: 0 5px;
  display: inline-block;
  line-height: 28px
}

#stats-container .inner {
  padding: 10px;
  text-align: center
}

#stats-container .home-stats-single-value {
  font-weight: 900;
  font-size: 22px
}

#stats-container .home-stats-single-label {
  font-size: 12px;
  vertical-align: middle;
  display: block;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .22)
}

@media screen and (min-width:1024px) {
  #stats-container {
    width: 710px;
    bottom: 70px
  }

  .home-stats-single {
    margin: 0 40px
  }

  #stats-container .home-stats-single-value {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .22);
    font-size: inherit
  }
}

.row-position {
  color: #fff;
  left: 10px;
  background-color: #525151;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px
}

.Social Casinos-table tbody,
.Social Casinos-table thead {
  display: contents
}

.Social Casinos-table img {
  margin: 0 auto !important;
  height: auto;
  width: auto;
  max-width: 160px
}

.Social Casinos-table {
  width: 100%;
  display: block
}

.quick-facts-btn {
  margin: 5px 0;
  display: block;
  color: #d92c3c;
  font-weight: 600;
  cursor: pointer
}

table.tablesorter tr td>ul.checklist {
  padding: 0
}

table.tablesorter tr {
  margin: 15px 0 10px !important;
  padding: 10px !important;
  position: relative;
  border-radius: 6px
}

table.tablesorter tbody tr {
  background: #000;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  text-align: center
}

table.tablesorter tr th {
  display: table-cell
}

table.tablesorter tr {
  position: relative;
  clear: both
}

.toplist-container .circled-rating {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px
}

.toplist-container .landv {
  color: #636363;
  font-size: 10px;
  font-weight: 400
}

.landv {
  font-size: 11px;
  font-weight: 600
}

.landv img {
  vertical-align: middle;
  width: auto;
  height: 18px
}

.toplist-container .landv img {
  width: 16px;
  height: auto
}

table.tablesorter td span.bonus-text {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
  display: block
}

table.tablesorter td span.bonus-text .text-grey {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600
}

@media screen and (max-width:1024px) {
  .Social Casinos-table img {
    max-width: 160px
  }

  ul.checklist {
    display: table;
    margin: 0 auto
  }

  table.tablesorter tr,
  table.tablesorter td {
    display: block
  }

  table.tablesorter tr th {
    display: none
  }

  table.tablesorter tr th.arrow-down:nth-child(1) {
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    background-position: 98% center;
    background-color: #000
  }

  table.tablesorter tr th {
    background-repeat: no-repeat;
    background-position: 96% center;
    outline: 0;
    line-height: 2em;
    font-size: 12px;
    color: #fff;
    background-color: #b9b9b9;
    text-align: center;
    white-space: nowrap;
    padding: 12px;
    font-weight: 600;
    width: auto
  }
}

@media screen and (min-width:1024px) {
  .load-more-container {
    text-align: left;
    margin-bottom: 20px
  }
}

@media screen and (min-width:1025px) {

  .payments-carousel,
  .software-carousel {
    width: 50%
  }

  .Social Casinos-table tbody,
  .Social Casinos-table thead {
    display: table;
    width: 100%
  }

  table.tablesorter tr td>ul.checklist {
    margin: 0;
    padding: 0
  }

  .toplist-container .circled-rating {
    position: initial
  }

  table.tablesorter tr.gold td:nth-child(1),
  table.tablesorter tr.silver td:nth-child(1),
  table.tablesorter tr.bronze td:nth-child(1) {
    display: table-cell
  }

  table.tablesorter tr td {
    padding: 10px
  }

  .tablesorter .cl-1 {
    border-top: solid 1px #e0dfdf !important;
    border-left: solid 1px #e0dfdf !important;
    border-bottom: solid 1px #e0dfdf !important;
    width: 20%
  }

  .tablesorter .cl-2 {
    border-top: solid 1px #e0dfdf !important;
    border-bottom: solid 1px #e0dfdf !important;
    width: 9%
  }

  .tablesorter .cl-3 {
    border-top: solid 1px #e0dfdf !important;
    border-bottom: solid 1px #e0dfdf !important;
    width: 20%
  }

  .tablesorter .cl-4 {
    border-top: solid 1px #e0dfdf !important;
    border-bottom: solid 1px #e0dfdf !important;
    width: 25%
  }

  .tablesorter .cl-5 {
    border-top: solid 1px #e0dfdf !important;
    border-bottom: solid 1px #e0dfdf !important;
    border-right: solid 1px #e0dfdf !important;
    width: 25%
  }

  .quickfacts-table tr {
    height: auto !important
  }

  table.tablesorter tbody tr {
    height: 120px;
    background: #000;
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
    box-shadow: 0 0 21px rgba(0, 0, 0, .12)
  }

  table.tablesorter tr th {
    background-repeat: no-repeat;
    background-position: 96%;
    outline: 0;
    line-height: 2em;
    font-size: 12px;
    color: #fff;
    background-color: #424040;
    text-align: center;
    white-space: nowrap;
    padding: 12px;
    font-weight: 600;
    width: auto
  }

  table.tablesorter tr td:nth-child(1) {
    padding-right: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  table.tablesorter tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  table.tablesorter tr th {
    border: 0 !important;
    padding: 5px
  }

  table.tablesorter tr th:nth-child(1) {
    width: 15%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  html:lang(fi) table.tablesorter tr th:nth-child(1) {
    width: 18%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }

  table.tablesorter {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 10px
  }

  table.tablesorter tr th.arrow-down:nth-child(1) {
    background-color: #000
  }

  table.tablesorter tr th:nth-child(2) {
    width: 14%
  }

  table.tablesorter tr th:nth-child(3) {
    width: 22%
  }

  table.tablesorter tr th:nth-child(4) {
    width: 25%
  }

  table.tablesorter tr th:last-child {
    max-width: 220px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }

  table.tablesorter tr th:nth-child(4) {
    text-align: left
  }

  table.tablesorter tr td {
    text-align: center
  }

  table.tablesorter tr td>img {
    max-height: 90px;
    display: block;
    width: auto
  }

  table.tablesorter tr .sortless {
    background-image: none;
    cursor: default
  }

  table.tablesorter tbody {
    border: none
  }

  table.tablesorter tr {
    border-radius: 6px
  }

  table.tablesorter .btn-grey-arrow,
  table.tablesorter .btn-Social Casino-review {
    font-size: 12px;
    text-transform: capitalize
  }

  table.tablesorter tr td:nth-child(2) {
    padding: 20px 0
  }

  table.tablesorter tr td>.methods {
    margin-bottom: 15px
  }

  table.tablesorter .separator-row {
    background: 0 0;
    box-shadow: none;
    height: 15px
  }

  table.tablesorter .separator-row td {
    padding: 0 !important
  }

  table.tablesorter td h5 {
    color: #bebebe;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
  }

  table.tablesorter td h3 {
    color: #3a3a47;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
  }

  table.tablesorter .btn-Social Casino-review {
    margin: 0;
    display: inline
  }

  table.tablesorter .circled-rating {
    margin: 5px auto
  }

  table.tablesorter .bg-showmore-plg-link {
    color: #9b9b9b !important;
    font-size: 11px;
    font-weight: 500
  }

  table.tablesorter .methods ul li,
  table.tablesorter .methods ul.methods-list li {
    margin-right: 6px
  }

  table.tablesorter .card-list-line {
    margin-top: 6px
  }

  .language-dropdown {
    float: none;
    position: relative;
    right: 0;
    top: 6px
  }
}

.toplist-container-cards table.tablesorter tr {
  width: calc(100%/4 - 20px);
  display: inline-block !important;
  position: relative !important;
  margin: 6px !important;
  padding: 15px !important
}

.toplist-container-cards table.tablesorter tr td>img {
  max-height: 50px
}

.toplist-container-cards .hor-dot {
  border: .5px dashed #dadada;
  margin: 15px;
  display: block;
  width: 100%;
  clear: both;
  margin: 10px auto
}

.toplist-container-cards .cl-1 {
  height: 50px
}

.toplist-container-cards .cl-1,
.toplist-container-cards .cl-2,
.toplist-container-cards .cl-3,
.toplist-container-cards .cl-4 {
  width: 100%;
  display: table !important;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important
}

.toplist-container-cards table {
  border-spacing: 5px !important
}

.toplist-container-cards .checklist {
  display: table;
  margin: 0 auto !important;
  padding: 0 !important
}

.toplist-container-cards .circled-rating {
  margin: -5px 10px;
  font-size: 16px;
  padding-top: 3px;
  background-size: contain;
  position: relative;
  display: inline-block
}

.toplist-container-cards .btn-Social Casino-review {
  background-color: #014e19;
  padding: 6px 18px;
  color: #fff !important;
  border-radius: 3px;
  min-width: 150px;
  display: block !important;
  background-position: 7px 8px
}

.toplist-container-cards .bonus-text {
  font-size: 14px !important;
  line-height: 20px
}

@media only screen and (max-width:1360px) and (min-width:900px) {
  .toplist-container-cards table.tablesorter tr {
    width: calc(100%/3 - 20px) !important
  }
}

@media only screen and (min-width:680px) and (max-width:899px) {
  .toplist-container-cards table.tablesorter tr {
    width: calc(100%/2 - 20px) !important
  }
}

@media only screen and (max-width:679px) {
  .toplist-container-cards table.tablesorter tr {
    width: 100% !important;
    min-height: auto !important
  }
}

@media (min-width:1025px) {
  .toplist-container-cards .circled-rating {
    margin: 10px auto !important
  }
}

.app-content {
  height: 100%
}

.app-content:before,
.app-content:after {
  display: table;
  content: " "
}

.app-content:after {
  clear: both
}

.cssload-spin-box {
  position: absolute;
  margin: 10px auto;
  left: 0;
  top: 40px;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 15px 15px rgba(79, 77, 73, .44), -15px 15px rgba(223, 223, 223, .72), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .7);
  -o-box-shadow: 15px 15px rgba(79, 77, 73, .44), -15px 15px rgba(223, 223, 223, .72), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .7);
  -ms-box-shadow: 15px 15px rgba(79, 77, 73, .44), -15px 15px rgba(223, 223, 223, .72), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .7);
  -webkit-box-shadow: 15px 15px rgba(79, 77, 73, .44), -15px 15px rgba(223, 223, 223, .72), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .7);
  -moz-box-shadow: 15px 15px rgba(79, 77, 73, .44), -15px 15px rgba(223, 223, 223, .72), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .7);
  animation: cssload-spin ease infinite 4.6s;
  -o-animation: cssload-spin ease infinite 4.6s;
  -ms-animation: cssload-spin ease infinite 4.6s;
  -webkit-animation: cssload-spin ease infinite 4.6s;
  -moz-animation: cssload-spin ease infinite 4.6s
}

@keyframes cssload-spin {

  0%,
  100% {
    box-shadow: 15px 15px rgba(79, 77, 73, .72), -15px 15px rgba(223, 223, 223, .71), -15px -15px rgba(79, 77, 73, .58), 15px -15px rgba(223, 223, 223, .72)
  }

  25% {
    box-shadow: -15px 15px rgba(223, 223, 223, .81), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .83), 15px 15px rgba(79, 77, 73, .71)
  }

  50% {
    box-shadow: -15px -15px rgba(79, 77, 73, .73), 15px -15px rgba(223, 223, 223, .72), 15px 15px rgba(79, 77, 73, .76), -15px 15px rgba(223, 223, 223, .7)
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
  }
}

@-o-keyframes cssload-spin {

  0%,
  100% {
    box-shadow: 15px 15px rgba(79, 77, 73, .72), -15px 15px rgba(223, 223, 223, .71), -15px -15px rgba(79, 77, 73, .58), 15px -15px rgba(223, 223, 223, .72)
  }

  25% {
    box-shadow: -15px 15px rgba(223, 223, 223, .81), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .83), 15px 15px rgba(79, 77, 73, .71)
  }

  50% {
    box-shadow: -15px -15px rgba(79, 77, 73, .73), 15px -15px rgba(223, 223, 223, .72), 15px 15px rgba(79, 77, 73, .76), -15px 15px rgba(223, 223, 223, .7)
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
  }
}

@-ms-keyframes cssload-spin {

  0%,
  100% {
    box-shadow: 15px 15px rgba(79, 77, 73, .72), -15px 15px rgba(223, 223, 223, .71), -15px -15px rgba(79, 77, 73, .58), 15px -15px rgba(223, 223, 223, .72)
  }

  25% {
    box-shadow: -15px 15px rgba(223, 223, 223, .81), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .83), 15px 15px rgba(79, 77, 73, .71)
  }

  50% {
    box-shadow: -15px -15px rgba(79, 77, 73, .73), 15px -15px rgba(223, 223, 223, .72), 15px 15px rgba(79, 77, 73, .76), -15px 15px rgba(223, 223, 223, .7)
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
  }
}

@-webkit-keyframes cssload-spin {

  0%,
  100% {
    box-shadow: 15px 15px rgba(79, 77, 73, .72), -15px 15px rgba(223, 223, 223, .71), -15px -15px rgba(79, 77, 73, .58), 15px -15px rgba(223, 223, 223, .72)
  }

  25% {
    box-shadow: -15px 15px rgba(223, 223, 223, .81), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .83), 15px 15px rgba(79, 77, 73, .71)
  }

  50% {
    box-shadow: -15px -15px rgba(79, 77, 73, .73), 15px -15px rgba(223, 223, 223, .72), 15px 15px rgba(79, 77, 73, .76), -15px 15px rgba(223, 223, 223, .7)
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
  }
}

@-moz-keyframes cssload-spin {

  0%,
  100% {
    box-shadow: 15px 15px rgba(79, 77, 73, .72), -15px 15px rgba(223, 223, 223, .71), -15px -15px rgba(79, 77, 73, .58), 15px -15px rgba(223, 223, 223, .72)
  }

  25% {
    box-shadow: -15px 15px rgba(223, 223, 223, .81), -15px -15px rgba(79, 77, 73, .68), 15px -15px rgba(223, 223, 223, .83), 15px 15px rgba(79, 77, 73, .71)
  }

  50% {
    box-shadow: -15px -15px rgba(79, 77, 73, .73), 15px -15px rgba(223, 223, 223, .72), 15px 15px rgba(79, 77, 73, .76), -15px 15px rgba(223, 223, 223, .7)
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
  }
}

ul#vh-lobby-posts {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  min-height: 100px
}

.vh-item {
  float: left;
  position: relative;
  padding: 0 10px !important;
  box-sizing: border-box;
  margin: 0 0 15px !important;
  list-style-type: none !important;
  background: none !important
}

.vh-item img {
  width: 100%;
  padding: 0
}

.vh-item:hover img {
  opacity: .5
}

.vh-item a>div {
  display: block;
  overflow: hidden;
  z-index: 120;
  background: #f1f1f1;
  outline: none;
  line-height: 0
}

.play-now {
  background: #fff;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  width: 60%;
  top: 100%;
  font-size: 14px;
  line-height: 23px;
  left: 15%;
  right: 15%;
  color: #000;
  opacity: 0;
  text-align: center;
  margin: auto;
  overflow: hidden;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  z-index: 200;
  will-change: opacity, top, background-color;
  -webkit-transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important;
  -o-transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important;
  transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important
}

.vh-item .vh-overlay img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  display: block
}

.vh-item:hover .vh-overlay {
  background: #000
}

.vh-item:hover .play-now {
  display: inline-block;
  will-change: opacity, top, background-color;
  -webkit-transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important;
  -o-transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important;
  transition: opacity .15s linear, top .12s ease-out, background-color .12s ease-out !important;
  top: 42%;
  opacity: 1
}

.vh-item a.vh-thumb-link {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none
}

.vh-item a {
  text-decoration: none;
  color: #000;
  font-weight: 400
}

.vh-text-white {
  color: #fff
}

.img-full {
  width: 100%
}

.vh-item .vh-game-title {
  font-size: 15px;
  color: #525d64;
  line-height: 18px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  white-space: pre-wrap;
  background: #f1f1f1;
  vertical-align: middle;
  text-transform: capitalize
}

.vh-pagination {
  width: 100%;
  clear: both;
  margin: 20px 0;
  display: inline-block;
  text-align: center
}

.vh-pagination .prev,
.vh-pagination .next {
  background: #f1f1f1;
  font-size: 14px;
  border-radius: 1000px;
  padding: 14px 26px;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  color: #999;
  margin: 5px 10px;
  width: 130px;
  display: inline-block;
  text-decoration: none
}

.bg-info {
  color: #dcf2f8;
  background-color: #23b7e5
}

.app-header-fixed {
  padding-top: 50px
}

.app.container {
  padding-right: 0;
  padding-left: 0
}

.vh-app-content,
.vh-lobby-header {
  padding: 20px
}

.vh-filter {
  border: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #d3d3d3;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block
}

.vh-filter:after {
  clear: both
}

.vh-filter select {
  text-align: left;
  color: #999;
  height: auto;
  font-size: 13px;
  font-family: "Helvetica", Arial, sans-serif;
  margin-right: 15px;
  border: 1px solid #f4f4f4;
  outline: none;
  padding: 5px
}

.vh-filter select:hover {
  background-color: #2e2e2e;
  color: #fff;
  cursor: pointer
}

.vh-filter:focus {
  outline: none
}

.vh-filter input[type=text].vh-search {
  float: right;
  width: 20%;
  height: auto;
  font-size: 13px;
  border: 1px solid #f4f4f4;
  outline: none;
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 15px
}

.vh-container:after {
  content: '';
  display: block;
  clear: both
}

.vegashero_games .entry-title {
  text-transform: capitalize
}

.vh-linklove {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999999 !important;
  font-weight: 700;
  opacity: .4
}

.vh-linklove a {
  font-size: 12px;
  font-weight: 700;
  color: #999999 !important;
  border: none !important;
  text-decoration: none !important;
  margin-bottom: 30px;
  display: inline-block;
  outline: none
}

ul#vh-lobby-posts-grid {
  margin: 20px 0;
  padding: 0;
  float: left;
  width: 100%
}

.loading-icon {
  color: #999;
  padding: 15px;
  display: block;
  text-align: center
}

.text-area>ul>li.vh-item:before {
  content: '';
  padding: 0
}

@media (min-width:992px) {
  .vh-filter select {
    width: 22%;
    float: left
  }

  .vh-filter select:first-child {
    margin-left: 10px
  }
}

@media (min-width:993px) {
  .vh-item {
    width: 25%
  }
}

@media (max-width:480px) {
  .vh-filter select {
    margin-right: 0;
    margin-top: 7px
  }

  .vh-filter input[type=text].vh-search {
    float: none;
    margin: 7px auto;
    width: 100%;
    text-align: center
  }
}

@media (max-width:992px) {
  .vh-filter .play-now {
    display: none
  }

  .vh-item:hover .play-now {
    display: none
  }

  .vh-item img {
    width: auto;
    height: auto
  }
}

@media (min-width:480px) and (max-width:992px) {
  .vh-item {
    width: 50%
  }

  .vh-filter input[type=text].vh-search {
    float: none;
    width: 50%
  }
}

@media (min-width:1400px) {
  .vh-filter input[type=text].vh-search {
    width: 25%
  }
}

.iframe_kh_wrapper {
  position: relative
}

.iframe_kh_wrapper .kh-no-close {
  background: 0 0;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px
}

.game_provider-nyx .kh-no-close {
  height: 58px;
  width: 100%;
  background: 0 0
}

.game_provider-playtech .kh-no-close {
  height: 60px;
  width: 86%;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  background: 0 0
}

.iframe_kh_wrapper iframe {
  position: relative;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  min-height: 560px;
  max-height: 100%;
  overflow: hidden
}

.embed-bg-wrapper {
  min-height: 500px;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  margin-bottom: 30px
}

.embed-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
  text-align: center
}

.age-gate-text {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 12px;
  margin: 15px 0;
  padding: 10px 20px
}

.play-demo-btn {
  background-color: #28303d;
  color: #fff;
  padding: 10px 30px
}

.play-demo-btn:hover {
  opacity: .9
}

.widget .iframe_kh_wrapper iframe {
  min-height: 400px
}

.home-top-sidebar .widget .iframe_kh_wrapper iframe {
  min-height: 500px
}

#sidebar1.sidebar-wrapper .widget .iframe_kh_wrapper iframe {
  min-height: auto
}

.iframe_kh_wrapper iframe iframe {
  width: 150px !important;
  height: 100px !important
}

.vh-Social Casino-providers {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #b7cbd7
}

.vh-Social Casino-providers thead {
  background: #f4f4f4;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #b7cbd7
}

.vh-Social Casino-providers thead tr th,
.vh-Social Casino-providers tbody tr td {
  padding: 10px;
  vertical-align: middle
}

.vh-Social Casino-providers thead tr th {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left
}

.vh-Social Casino-providers tbody tr {
  border-bottom: 1px solid #b7cbd7
}

.vh-bonus {
  font-size: 24px;
  line-height: 24px
}

.vh-Social Casino-providers .vh-playnow {
  background: #6ac144;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
  box-shadow: none
}

.vh-Social Casino-providers .vh-playnow:hover {
  opacity: .9;
  color: #fff;
  box-shadow: none
}

.vh-Social Casino-providers .vh-cta-buttons,
.vh-Social Casino-providers .vh-Social Casino {
  width: 25%
}

.vh-Social Casino-providers .vh-devices {
  width: 25%
}

.vh-Social Casino-providers .results-desktop {
  display: inline-block;
  padding-top: 50px;
  margin-right: 15px;
  width: 49px;
  text-align: center;
  float: left;
  font-size: 10px;

  text-indent: -9999px
}

.vh-Social Casino-providers .results-tablet {
  display: inline-block;
  padding-top: 50px;
  margin-right: 15px;
  width: 30px;
  text-align: center;
  float: left;
  font-size: 10px;

  text-indent: -9999px
}

.vh-Social Casino-providers .results-mobile {
  display: inline-block;
  padding-top: 50px;
  margin-right: 0;
  min-width: 18px;
  text-align: center;
  float: left;
  font-size: 10px;

  text-indent: -9999px
}

.vh-Social Casino-providers .vh-devices .review-total-only {
  padding-left: 0;
  padding-right: 0;
  background: 0 0
}

.vh-Social Casino-providers .vh-devices div[class*=wp-review-] .review-result-wrapper i {
  color: #000
}

.Widget_vh_recent_games .vh-games-widget-item {
  width: 100%;
  max-width: 376px;
  list-style: none;
  margin: 0 0 20px;
  white-space: pre-wrap;
  background: #f1f1f1;
  vertical-align: middle
}

li.vh-games-widget-item img,
.vh-Social Casino-providers .vh-Social Casino img {
  margin: 0
}

.Widget_vh_recent_games .vh-games-widget-item h3 {
  text-align: center;
  padding: 10px 5px;
  margin: 0;
  line-height: 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  color: #525d64 !important;
  text-transform: capitalize !important
}

.Widget_vh_recent_games .vh-games-widget-item:hover img {
  opacity: .8
}

.Widget_vh_recent_games h3.widget-title {
  font-family: inherit
}

.nogames-mgs {
  padding: 10px 0;
  display: block
}

.single-vegashero_games .game_provider-betsoft-mobile .iframe_kh_wrapper {
  min-width: auto
}

.vh-Social Casino-providers .vh-bonus span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #afaeae;
  margin: 3px 0;
  text-transform: none
}

.vh-bonus span a {
  color: #afaeae;
  display: inline-block;
  margin-top: 5px
}

.vh-cta-buttons a {
  text-align: center;
  display: block
}

.terms-info {
  min-width: 16px;
  height: 16px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTI1VDA5OjMwOjI0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0wMlQyMTo0MzozNiswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0wMlQyMTo0MzozNiswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkNDZmNDA2NC04MTZiLWYzNDctYWMyYi04ZjYwZTkwMTRjNGUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZDQ2ZjQwNjQtODE2Yi1mMzQ3LWFjMmItOGY2MGU5MDE0YzRlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDQ2ZjQwNjQtODE2Yi1mMzQ3LWFjMmItOGY2MGU5MDE0YzRlIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkNDZmNDA2NC04MTZiLWYzNDctYWMyYi04ZjYwZTkwMTRjNGUiIHN0RXZ0OndoZW49IjIwMjAtMDQtMjVUMDk6MzA6MjQrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5U1iYCAAABiklEQVQ4y6VTy0oDMRSd8S248QUKgujS5dRJokwnSat1aJJRwQFx4WNhERQX/kBRRFFcKOhO0KX42PsH7vwDv6Xea7U4006lGLjMJffk5NxzM5aVXOVyG+MmIFxfUK5uMTAnUhewZjVbABZUmCci1TorFAZ+9jNcD7nCbGDNlaGfclhvUaFPoihqT7uAc94BJOdIFiswoTkR5jR5wOV6B0gPkvvV9rRX6xlAj8heBxTqnXLzkdzPZEqdQPICqW1R38wDaDMJYmyl1/FD6eQWnIYtS1Mi0uSw9zPPC4aTgEqlEov6NoKxr7ZxTGmmgQeXhJuH9Knp+38RgEd3FspweXGkVYIZWRyH2rFFwChQsd0qARF6F8ePue365nkqirp+AzxP9cOEXqlQb052eTTxoHpqY6zKWZzF2+KgqI/xcA7DzS8Nxs0z11SENC5X6jWQexUEQXeTpww3mxvKw9XGrnLDUBp890jWTHxLtKfzahJe6z7WWE4R649l4x8HJh3hmDBA8iHxVbYR+BOK0oEWNBhM1QAAAABJRU5ErkJggg==) 0 0 no-repeat;
  opacity: .8;
  position: relative;
  top: 3px;
  left: 3px;
  cursor: pointer
}

.terms-info .title {
  margin-top: 18px;
  font-style: normal
}

.vh-Social Casino-providers .vh-cta-buttons .reviewlink {
  text-transform: none;
  color: #7a7a7a
}

@media (max-width:480px) {
  .vh-Social Casino-providers .vh-playnow {
    padding: 18px;
    font-size: 14px
  }

  .embed-bg-wrapper {
    min-height: 250px
  }

  .embed-overlay {
    width: 80%
  }
}

@media (min-width:420px) and (max-width:768px) {
  .vh-Social Casino-providers .vh-devices div {
    width: 30px;
    background-position: 50% 15px;
    background-size: 28px
  }

  table.vh-Social Casino-providers thead tr th.vh-Social Casino {
    width: auto !important
  }

  .vh-Social Casino-providers .vh-devices .results-mobile {
    background-size: 20px
  }

  .vh-Social Casino-providers .vh-bonus {
    font-size: 15px;
    line-height: 16px;
    display: table-cell
  }

  .vh-Social Casino-providers .vh-playnow {
    padding: 15px 25px;
    margin-bottom: 10px
  }

  .vh-devices {
    display: none
  }
}

@media (max-width:420px) {
  .singlegame_widget .vh-bonus {
    font-size: 14px;
    line-height: 17px;
    display: table-cell
  }

  .singlegame_widget .vh-Social Casino-providers .vh-playnow {
    padding: 9px 6px;
    font-size: 12px;
    line-height: 14px;
    margin-top: -5px
  }

  .singlegame_widget .vh-Social Casino-providers .vh-playnow strong {
    font-size: 10px;
    display: inline-table
  }

  .singlegame_widget .vh-Social Casino-providers thead tr th {
    font-size: 11px
  }

  .vh-Social Casino-providers thead tr th.vh-devices {
    display: none
  }

  .vh-Social Casino-providers .vh-cta-buttons,
  .vh-Social Casino-providers .vh-Social Casino,
  .vh-Social Casino-providers .vh-bonus,
  .vh-Social Casino-providers .vh-devices {
    width: 100%;
    display: block;
    text-align: center
  }

  .vh-Social Casino-providers .vh-devices .device-icons {
    display: none
  }

  .vh-Social Casino-providers .vh-devices,
  .vh-Social Casino-providers .vh-devices .review-total-only {
    padding: 0
  }

  .vh-Social Casino-providers .vh-bonus {
    padding: 5px 0
  }

  .vh-Social Casino-providers .vh-Social Casino img {
    width: 100%
  }

  .vh-Social Casino-providers .vh-Social Casino,
  .vh-Social Casino-providers .vh-cta-buttons {
    padding: 0
  }

  .vh-Social Casino-providers .vh-cta-buttons .vh-playnow {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 5px !important
  }

  .vh-Social Casino-providers th.vh-Social Casino {
    padding: 10px 0
  }

  .vh-Social Casino-providers th.vh-cta-buttons,
  .vh-Social Casino-providers th.vh-bonus {
    display: none
  }

  .vh-Social Casino-providers .vh-cta-buttons .reviewlink {
    margin-bottom: 5px
  }
}

.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
  border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
  border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
  border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
  border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
  border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
  border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
  border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
  border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
  border-left-width: medium
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit
}

@supports (position:sticky) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

.wp-block-details {
  box-sizing: border-box;
  overflow: hidden
}

.wp-block-details summary {
  cursor: pointer
}

.wp-block-details>:not(summary) {
  margin-block-end: 0;
  margin-block-start: var(--wp--style--block-gap)
}

.wp-block-details>:last-child {
  margin-bottom: 0
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: 0 0;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container .img-container {
  position: relative
}

.wp-lightbox-container button {
  background: 0 0;
  border: none;
  cursor: zoom-in;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100
}

.wp-lightbox-container button:focus-visible {
  outline: 5px auto #212121;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px
}

.wp-lightbox-overlay {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  z-index: 5000000
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay .wp-block-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto
}

.wp-lightbox-overlay button {
  background: 0 0;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.fade.active {
  animation: turn-on-visibility .25s both;
  visibility: visible
}

.wp-lightbox-overlay.fade.active img {
  animation: turn-on-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) {
  animation: turn-off-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility .25s both
}

.wp-lightbox-overlay.zoom img {
  height: var(--lightbox-image-max-height);
  position: absolute;
  transform-origin: top left;
  width: var(--lightbox-image-max-width)
}

.wp-lightbox-overlay.zoom.active {
  opacity: 1;
  visibility: visible
}

.wp-lightbox-overlay.zoom.active .wp-block-image img {
  animation: lightbox-zoom-in .4s forwards
}

@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.active .wp-block-image img {
    animation: turn-on-visibility .4s both
  }
}

.wp-lightbox-overlay.zoom.active .scrim {
  animation: turn-on-visibility .4s forwards
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
  animation: lightbox-zoom-out .4s forwards
}

@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
    animation: turn-off-visibility .4s both
  }
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
  animation: turn-off-visibility .4s forwards
}

html.has-lightbox-open {
  overflow: hidden
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
  }

  to {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: .075em;
  width: inherit
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: 0 0;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
  word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  white-space: pre-wrap
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: 0 0
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  fill: currentColor;
  min-height: 24px;
  min-width: 24px;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  -webkit-appearance: initial;
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-site-title a {
  color: inherit
}

.wp-block-social-links {
  background: 0 0;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: 0 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
  gap: .5em
}

:where(.is-layout-grid) {
  gap: .5em
}

body .is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
  display: flex
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

body .is-layout-flex>* {
  margin: 0
}

body .is-layout-grid {
  display: grid
}

body .is-layout-grid>* {
  margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6
}

#cookie-notice {
  display: block;
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center
}

.cn-top {
  top: 0
}

.cn-bottom {
  bottom: 0
}

.cookie-notice-container {
  padding: 10px;
  text-align: center;
  width: 100%
}

.cookie-notice-revoke-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden
}

.cn-top .cookie-notice-revoke-container {
  top: 0;
  bottom: auto
}

#cookie-notice .cn-revoke-cookie {
  margin: 0
}

.cn-button.wp-default,
.cn-button.wp-default:hover,
.cn-button.bootstrap,
.cn-button.bootstrap:hover {
  box-shadow: none;
  text-decoration: none
}

#cookie-notice .cn-button {
  margin-left: 10px
}

.cn-button.wp-default {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
  border-color: #bbb;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none
}

.cn-button.wp-default:hover {
  background: linear-gradient(to bottom, #fff, #f3f3f3) repeat scroll 0 0 #f3f3f3;
  border-color: #999;
  color: #222
}

.cn-button.bootstrap {
  font-family: sans-serif;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-right: .3em;
  margin-bottom: 0;
  *margin-left: .3em;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #006dcc;
  *background-color: #04c;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none
}

.cn-button.bootstrap:hover {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both
}

.wpml-ls-legacy-list-horizontal>ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px 6px;
  line-height: 1
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
  vertical-align: unset
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
  margin-left: .4em
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
  margin-left: 0;
  margin-right: .4em
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
  text-align: center
}

html:lang(th) body.home,
html:lang(ko) body.home {
  background-image: none;
  background-color: #fff;
  color: #000
}

html:lang(th) .timeline .textbox {
  color: #000 !important
}

html:lang(th) .home .h1,
html:lang(th) .home .h2,
html:lang(th) .home .h3,
html:lang(th) .home .h4,
html:lang(th) .home .h5,
html:lang(th) .home .h6,
html:lang(th) .home h1,
html:lang(th) .home h2,
html:lang(th) .home h3,
html:lang(th) .home h4,
html:lang(th) .home h5,
html:lang(th) .home h6,
html:lang(ko) .home .h1,
html:lang(ko) .home .h2,
html:lang(ko) .home .h3,
html:lang(ko) .home .h4,
html:lang(ko) .home .h5,
html:lang(ko) .home .h6,
html:lang(ko) .home h1,
html:lang(ko) .home h2,
html:lang(ko) .home h3,
html:lang(ko) .home h4,
html:lang(ko) .home h5,
html:lang(ko) .home h6 {
  color: #000
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0
}

.clearfix:after {
  clear: both;
  display: block;
  content: ""
}

.page-template-page-payment-reviews .load-more-container,
.page-template-page-software-reviews .load-more-container {
  text-align: center
}

.page-template-page-slots-reviews .auto-anchor-menu li:first-child {
  color: #da3745
}

.scrollable-gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap
}

.scrollable-gallery img {
  flex: 0 0 auto;
  border: solid 3px #ddd;
  width: 330px;
  height: 540px;
  margin-right: 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px #c7c7c7
}

.main-toplist-box h2 {
  font-size: 32px
}

.youtube-resp-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.youtube-resp-container iframe,
.youtube-resp-container object,
.youtube-resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.content-block a,
.the-content a {
  text-decoration: none;
  color: #bf2936;
  font-weight: 600;
  word-break: break-word
}

ul.checklist li {
  list-style-type: none !important;
  padding-left: 22px;
  text-align: left;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0;
  color: #fff;
}

#flags-section-pages {
  background-color: #c10417;
  text-align: center;
  border-radius: 6px;
  margin: 20px 0
}

:lang(th) #flags-section-pages {
  background-color: #5b16c3
}

#flags-section-pages .inner {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%
}

#flags-section-pages .card-box {
  width: 300px !important;
  line-height: 90px
}

#flags-section-pages .card-box-inner {
  display: inline-block;
  line-height: 50;
  vertical-align: middle
}

#flags-section-pages img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 40px;
  margin: 0 auto !important;
  max-height: 40px
}

.wp-post-image {
  float: right;
  margin-top: 20px;
  margin-left: 10px
}

#flags-section {
  background-image: radial-gradient(48% 170%, #ec4d4d 50%, #8c000d 100%);
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

#flags-section .inner {
  text-align: center;
  color: #fff
}

.flags-section .inner {
  padding: 0
}

.how-to-outer {
  background-color: #c10417;
  border-radius: 6px;
  margin: 0 0 35px;
  padding: 10px;
  display: inline-block;
  width: 100%
}

.how-to-outer a {
  color: #fff !important;
  text-decoration: underline
}

:lang(ja) .how-to-outer {
  background-color: #f54279
}

:lang(ko) .how-to-outer {
  background-color: #df0a32
}

:lang(th) .how-to-outer {
  background-image: radial-gradient(72% 116%, #5b17cc 47%, #3f0d7a 100%);
  border-radius: 8px
}

.how-to-outer h2,
.how-to-outer p {
  color: #fff !important
}

.how-to-outer .inner {
  display: inline-block;
  text-align: center
}

.cards-section .card-box {
  display: table;
  max-height: 145px;
  min-height: 145px;
  margin: 7px;
  background-color: #fff;
  opacity: 1;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  padding: 20px;
  border-radius: 6px;
  float: left;
  text-align: center;
  color: #ff0003;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  width: 128px
}

.cards-section .card-box img {
  display: block;
  margin: 0 auto;
  max-height: 50px
}

.cards-section .card-box span {
  margin-left: 0;
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  vertical-align: middle
}

#flags-section h2 {
  color: #fff
}

.alignright {
  float: right
}

.info-box,
.info-cards-outer,
.mrctable,
.checkmarks-list {
  margin-bottom: 30px
}

.info-cards-outer {
  width: 100%;
  display: inline-block
}

.blue,
.grey {
  background-color: #000;
  border-radius: 8px
}

.box-grey,
.info-box {
  padding: 25px;
  border-radius: 5px;
  color: #fff
}

.blue .inner,
.grey .inner {
  border-left: solid 2px #ff0003;
  display: inline-block;
  padding: 0 5px 0 10px !important
}

:lang(ja) .blue .inner,
:lang(ja) .grey .inner {
  border-left: solid 2px #f54279
}

:lang(th) .blue,
:lang(th) .grey {
  background-color: #2f0564;
  border-radius: 8px
}

:lang(ko) .blue,
:lang(ko) .grey {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  box-shadow: 0 0 21px rgba(0, 0, 0, .12)
}

:lang(th) .blue .inner,
:lang(th) .grey .inner {
  border-left: solid 2px #f6c368
}

:lang(ko) .blue .inner,
:lang(ko) .grey .inner {
  border-left: solid 2px #df0a32
}

.how-to .required {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  line-height: 32px;
  color: #fff
}

.how-to .label {
  font-weight: 800
}

.how-to-box {
  box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  background-color: #fff;
  border-radius: 3px;
  margin: 7px;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  min-height: 320px
}

.how-to-box img {
  width: 100%;
  margin: 0 !important
}

.how-to-box .heading {
  line-height: 17px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  color: #000 !important;
  margin: 20px 0 3px
}

.how-to-box p {
  text-transform: none;
  margin-top: 5px;
  text-align: center;
  color: #000 !important
}

.how-to-box .step-no {
  position: absolute;
  top: 9px;
  left: -45px;
  background-color: #333232;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  width: 170px;
  padding: 0;
  transform: rotateZ(-30deg);
  text-transform: uppercase;
  z-index: 9;
  text-align: center
}

.table-wrapper table {
  width: auto;
  font-size: 14px;
  margin: 0 auto 20px;
  border-spacing: 0
}

.table-wrapper tr:nth-child(even) {
  background-color: #fff;
  color: #000
}

.table-wrapper tr:nth-child(odd) {
  background-color: #f5f5f5;
  color: #000
}

.table-wrapper tr:hover {
  background-color: #ddd
}

.table-wrapper th {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  padding: 19px 15px;
  background-color: #c10417;
  color: #fff;
  border: 0
}

:lang(ja) .table-wrapper th {
  background-color: #f54279
}

:lang(ko) .table-wrapper th {
  background-color: #1a1a1a
}

:lang(th) .table-wrapper th {
  background-color: #1a1a1a
}

.table-wrapper td {
  padding: 10px 15px;
  border-right: 1px solid #ddd
}

.table-wrapper td:empty,
.table-wrapper th:empty {
  display: none
}

.table-wrapper {
  overflow: auto
}

.table-wrapper {
  width: 100%;
  height: auto;
  overflow: auto
}

.info-box .btn-green {
  min-width: 200px;
  max-width: 260px
}

.info-box .btn-green {
  color: #fff !important;
  margin: 15px 0
}

.info-box h3,
.info-box h4,
.info-box h5,
.info-box h2 {
  font-weight: 900;
  color: #fff !important
}

.info-box p {
  margin: 0
}

.info-box a {
  color: #f51932 !important
}

:lang(th) .info-box a {
  color: #f0be67 !important
}

.site-footer {
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #181b1f;
  font-weight: 300;
  text-align: center
}

.site-footer a {
  color: #ff223b !important
}

.site-footer a:hover {
  text-decoration: none
}

.footer-widgets-wrapper .contact-us {
  display: block;
  clear: both
}

.site-footer .footer-widgets-wrapper h2,
.span-styled {
  display: inline-block;
  margin: 0 0 6px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ff0003;
  font-size: 18px;
  border-radius: 0 !important;
  font-weight: 600;
  color: #fff
}

:lang(ko) .site-footer p {
  color: #fff !important
}

:lang(th) .site-footer .footer-widgets-wrapper h2,
:lang(th) .span-styled {
  border-bottom: 3px solid #5b17cc
}

:lang(ja) .site-footer a {
  color: #f54279 !important
}

:lang(th) .site-footer a {
  color: #5b17cc !important
}

:lang(ja) .site-footer .footer-widgets-wrapper h2,
:lang(ja) .span-styled {
  border-bottom: 3px solid #f54279 !important
}

.footer-widgets-wrapper {
  font-size: 14px;
  line-height: 25px
}

#footer-widget-1 {
  margin-bottom: 35px
}

.site-footer a {
  color: #fff;
  font-weight: 500;
  vertical-align: middle
}

.site-footer .menu-footer li {
  display: block;
  padding-left: 0;
  list-style-type: none;
  margin: 0 0 15px
}

ul.menu-footer {
  padding: 0
}

.widget-box {
  float: left;
  width: 100%
}

div#footer-widget-3 {
  clear: both
}

.review-box {
  background-color: #1f242b;
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500
}

.review-box a {
  color: #ff4f63 !important
}

.column-widget {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  float: left
}

.review-box .rating-star {
  content: " ";
  width: 90px;
  height: 18px;
  display: block;
  margin-top: 5px
}

.review-box .review-author {
  display: inline-block;
  font-weight: 600;
  clear: both;
  font-size: 14px
}

.footer-end {
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
  padding: 10px 0
}

.footer-icons {
  display: inline-block;
  width: 100%
}

.social-icons {
  padding: 35px 0 70px;
  text-align: left
}

.social-icons a:hover {
  text-decoration: none !important
}

.social-icons img {
  margin: 0 10px 0 0
}

.footer-icons ul {
  padding: 0
}

#footer-info {
  clear: both;
  padding: 20px 0 0;
  text-align: left
}

.footer-end li {
  list-style-type: none
}

.footer-end .footer-icons img {
  float: left;
  margin: 10px 20px 0 0 !important;
  height: 28px;
  display: inline-block;
  width: auto
}

.post-hero-section h1,
.post-hero-section p {
  color: #fff;
  text-shadow: 2px 2px 2px #000
}

#banner a:hover,
#content a:hover,
.inner a:hover {
  text-decoration: underline
}

#banner .load-more-container a {
  color: #fff
}

:lang(ko) #banner .load-more-container a {
  color: #000
}

.main-toplist-box h2 {
  font-size: 22px
}

.the-media {
  background-color: #000;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
  padding: 20px 0
}

.the-media .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px
}

.the-media .inner {
  text-align: center;
  margin: 0 auto;
  width: auto;
  display: inline-block
}

.the-media img {
  margin: 0 10px !important;
  height: 26px;
  width: auto
}

.useful {
  font-weight: 800;
  font-size: 16px
}

.cards-section.author .author-inside {
  text-align: center;
  width: 100%
}

.card-box.author-inside {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  max-height: 100%
}

.card-box.author-inside p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300
}

.card-box.author-inside img {
  width: 90px;
  height: 90px;
  max-height: initial;
  border-radius: 80px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle
}

.card-box.author-inside .name img {
  margin-left: 5px
}

.card-box.author-inside .position {
  color: #757575
}

.card-box.author-inside span {
  margin-top: 0
}

.linked-in img {
  max-height: 20px !important;
  width: 20px !important
}

.card-box.author-inside .content {
  float: none;
  display: inline-block;
  width: 100%;
  text-transform: none
}

.post-author {
  line-height: 1em;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: .19px
}

:lang(ko) .post-author {
  color: #000
}

:lang(ko) .post-author img {
  filter: contrast(.1)
}

.tc_wrap span {
  font-size: 9px;
  color: #4a4a4a;
  display: block;
  line-height: 15px
}

.guides-outer {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

.error404 h2 {
  color: #fff !Important
}

.error404 .section-banner {
  background: url(/wp-content/themes/mrc-2020/images/bg-hero-5.png) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
  color: #fff !Important
}

.text-center {
  text-align: center !important
}

.error404 .section-banner .menu-404 {
  color: #c7c7c7;
  display: inline-block
}

.menu-404 .main-header-menu {
  float: none;
  margin: 0 auto;
  text-align: center
}

.date-added {
  display: block;
  font-size: 10px;
  font-weight: 600;
  background-color: #d92b3b;
  border-radius: 3px;
  color: #fff;
  padding: 0 8px !important;
  margin: 7px auto
}

:lang(ja) .date-added {
  background-color: #f54279
}

.arrow-down {

  background-repeat: no-repeat !important
}

.arrow-down.icon-circle-arrow-up {}

:lang(fi) .arrow-down {
  background-position: 97% !important
}

:lang(de) .arrow-down {
  background-position: 96% center !important
}

:lang(nb-NO) .arrow-down {
  background-position: 96% !important
}

:lang(sv-SE) .arrow-down {
  background-position: 96% !important
}

:lang(ja) .arrow-down {
  background-position: 96% !important
}

.how-to a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline
}

.faq {
  margin-top: 20px
}

.faq h3 {
  border-left: solid 2px red;
  padding: 0 0 0 10px
}

:lang(th) .faq h3 {
  border-left: solid 2px #5b17cc;
  padding: 0 0 0 10px
}

.timeline {
  width: 100%
}

.timeline .row-box {
  margin-bottom: 0
}

.timeline div {
  margin: 5px 5px 5px 0;
  clear: both
}

.row-box:nth-child(1) .year {
  background-color: #c10417
}

.timeline .year {
  padding: 0 27px;
  background-color: #c10417;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  float: left
}

:lang(ja) .row-box:nth-child(1) .year,
:lang(ja) .timeline .year {
  background-color: #f54279
}

.timeline .textbox {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-left: 50px;
  border-left: 1px solid red;
  padding: 0 0 0 60px
}

.timeline .textbox p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300
}

.home .timeline .textbox {
  color: #fff
}

#guides .card {
  width: auto;
  display: inline-block;
  border-radius: 6px;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  box-shadow: 0 0 25px rgba(0, 0, 0, .12);
  padding: 15px;
  margin: 10px 5px;
  float: left;
  background-color: #fff
}

.guides-outer {
  width: 100%;
  background-image: radial-gradient(48% 170%, #ec4d4d 50%, #8c000d 100%)
}

:lang(ja) .guides-outer {
  background-image: none;
  background-color: #f54279
}

:lang(ko) .guides-outer {
  background-image: none;
  background-color: #df0a32;
  color: #fff
}

:lang(th) .guides-outer {
  background-image: radial-gradient(72% 116%, #5b17cc 47%, #3f0d7a 100%);
  color: #fff
}

:lang(th) .guides-outer h2 {
  color: #fff !important
}

:lang(ko) .guides-outer h2 {
  color: #fff !important
}

#guides .guides-inner {
  display: inline-block
}

#guides .inner {
  padding: 35px 0
}

#guides .guide-image {
  width: 100%;
  margin: 0 auto 10px auto;
  border-radius: 3px
}

#guides .guide-date {
  color: #797575;
  font-family: muli, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 10px
}

#guides .guide-heading {
  font-family: muli, Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin: 0 0 5px;
  line-height: 25px;
  font-size: 20px;
  color: #000
}

#guides .guide-brief {
  color: #000
}

#guides .button-container {
  clear: both;
  margin: 20px auto;
  text-align: center
}

.how-to-cards-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.tippy-content,
.tippy-content a {
  font-size: 10px;
  text-decoration: none
}

.tippy-content a {
  color: #fc4452;
  cursor: pointer
}

.alignleft,
.alignleft,
.alignnone {
  max-width: 100%;
  height: auto
}

:lang(ja) h2 {
  color: #f54279
}

p.apple {

  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 21px
}

.email-form-box {
  width: 100%
}

.email-subscribe {
  background-color: #ec5f66;

  background-repeat: no-repeat !important;
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center
}

:lang(ja) .email-subscribe {
  filter: hue-rotate(-24deg)
}

:lang(th) .email-subscribe {
  filter: hue-rotate(277deg)
}

.newsletter-terms {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800
}

.email-form-box {
  margin: 0 auto;
  position: relative
}

.subscribe-btn {
  cursor: pointer;
  background: #7ed321;
  border-radius: 28px;
  font-size: 16px;
  color: #284e08;
  font-weight: 600;
  letter-spacing: .27px;
  text-align: center;
  padding: 6px 16px;
  position: inherit;
  top: 4px;
  min-width: 100px
}

.email-subscribe .inner {
  text-align: center
}

.email-subscribe .heading {
  font-size: 26px;
  font-weight: 600
}

.email-input {
  background: #fff;
  border: 5px solid #ff9ca1;
  border-radius: 28px;
  width: 100%;
  padding: 1px 5%;
  font-size: 14px
}

.info-card.col-1,
.info-card.col-2 {
  width: auto;
  padding: 20px;
  border-radius: 6px;
  color: #fff !important;
  float: none;
  margin: 0;
  background-color: #2d2d2d;
  padding-left: 22px
}

:lang(ja) .home .info-card.col-1,
:lang(ja) .home .info-card.col-2 {
  background-color: #fff;
  color: #000
}

:lang(ja) .home .info-card.col-1 h3,
:lang(ja) .home .info-card.col-2 h3,
:lang(ja) .home .info-card.col-1 ul li,
:lang(ja) .home .info-card.col-2 ul li {
  color: #000 !important
}

:lang(ko) .info-card.col-1 li,
:lang(ko) .info-card.col-2 li {
  color: #fff !important
}

.info-card.col-1 h3,
.info-card.col-2 h3 {
  color: #fff !important
}

.info-card.col-2 {
  margin-left: 0;
  margin-top: 15px
}

.info-card.col-1 ul li,
.info-card.col-2 ul li {
  text-align: left;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  list-style-type: none !important;
  padding: 0 0 0 25px
}

.info-card.col-1 ul,
.info-card.col-2 ul {
  padding: 0
}

.info-card.col-1 ul li {
  background-image: url(/wp-content/themes/mrc-2020/images/thumbs-up.svg)
}

.info-card.col-2 ul li {
  background-image: url(/wp-content/themes/mrc-2020/images/thumbs-down.svg)
}

.size-full {
  border-radius: 6px
}

#guides .load-more-btn {
  background-color: #2d2d2d;
  color: #fff
}

.date-added {
  width: 155px;
  clear: both
}

.Social Casino-highlight {
  margin: 0 auto;
  text-align: center;
  padding: 30px
}

.Social Casino-highlight .heading {
  font-size: 28px;
  font-weight: 900
}

.Social Casino-highlight * {
  display: block;
  clear: both;
  margin: 10px auto
}

.Social Casino-highlight .act_btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  transition: .5s ease;
  min-width: 40%;
  background: #d92b3c;
  border-radius: 4px;
  color: #fff !important;
  text-transform: initial !important;
  font-weight: 900 !important
}

@media screen and (min-width:1024px) {
  h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 10px
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  h6 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  .toplist-container .btn-green {
    width: 100%
  }

  .page-template-page-payment-reviews .load-more-container,
  .page-template-page-software-reviews .load-more-container {
    text-align: left
  }

  .game-outer {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left
  }

  .game-frame,
  .game-overlay,
  .iframe_kh_wrapper iframe {
    min-height: 580px
  }

  .info-card.col-1,
  .info-card.col-2 {
    float: left
  }
}

@media screen and (min-width:1025px) {
  .main-toplist-box .inner {
    padding: 0 35px 35px
  }

  .size-full {
    width: auto
  }

  .wp-image-7480 {
    float: right;
    max-width: 500px
  }

  .info-card.col-1,
  .info-card.col-2 {
    width: 48%
  }

  .subscribe-btn {
    position: absolute;
    right: 5px
  }

  #primary-menu li {
    float: none
  }

  #banner .right {
    max-width: 30%
  }

  .how-to-box {
    width: 266px
  }

  .column-widget {
    width: 25%
  }

  .date-added {
    width: auto;
    display: inline-block
  }

  .info-card.col-2 {
    margin-left: 15px;
    margin-top: 0
  }

  .hvr-grow {
    transition: all .2s ease-in-out
  }

  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    transform: scale(.9)
  }

  .the-media .inner {
    padding: 0 35px
  }

  .card-box.author-inside .content {
    float: left;
    display: inline-block;
    width: 90%;
    text-transform: none
  }

  .cards-section.author .author-inside {
    text-align: left
  }

  .author-img {
    float: left
  }

  .email-form-box {
    max-width: 43%
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    min-height: 430px
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    width: calc(100%/2 - 10px)
  }
}

@media screen and (min-width:1025px) {
  #guides .card {
    width: calc(100%/4 - 10px)
  }
}

.search-img-box {
  display: inline-block;
  float: left;
  height: 110px;
  line-height: 110px;
  width: 100%;
  text-align: center
}

.search-img-box img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}

.posts .img-box {
  width: 190px;
  max-width: 190px;
  float: left;
  background-color: #000;
  padding: 10px;
  border-radius: 6px;
  margin: 0 20px 0 0
}

.posts {
  margin-top: 30px
}

.posts .inner {
  clear: both;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  border: solid 1px #e0dfdf !important;
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  box-shadow: 0 0 21px rgba(0, 0, 0, .12);
  padding: 20px
}

@media all and (max-width:800px) {
  .posts .img-box {
    width: 100%;
    max-width: 100%
  }

  .search-img-box {
    margin: 10px 0
  }

  .posts .inner {
    text-align: center
  }
}

@media screen and (max-width:414px) {
  .info-box .btn-green {
    min-width: 100%;
    max-width: 100%
  }

  .burger {
    top: 12px
  }
}

@media screen and (max-width:1024px) {

  .aligncenter,
  .alignleft,
  .alignright {
    max-width: 100%;
    height: auto
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto
}

@media screen and (max-width:1024px) {
  .review-box .rating-star {
    margin: 0 auto
  }

  #flags-section,
  .guides-outer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%)
  }

  #flags-section-pages .inner {
    padding: 5px 0
  }
}

.curiosities-module {
  width: 100%;
  background-color: #da2b3b;
  display: inline-grid;
  margin: 20px 0;
  border-radius: 6px
}

:lang(th) .curiosities-module {
  background-color: #5b16c3
}

:lang(ja) .curiosities-module {
  background-color: #f54279
}

.curiosities-module .card-box {
  background-color: #fff;
  border-radius: 4px;
  min-width: 31%;
  width: 31%;
  float: left;
  padding: 20px;
  margin: 10px;
  text-align: center;
  color: #000;
  min-height: 190px;
  display: table
}

@media (max-width:1024px) {
  .curiosities-module .card-box {
    min-width: 100%
  }

  .curiosities-module .inner {
    padding: 20px
  }
}

.curiosities-module .btn-green {
  width: auto
}

.curiosities-module .card-box span {
  display: block;
  margin: 10px;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important
}

.curiosities-module .card-box .highlighted-text {
  font-size: 24px;
  line-height: 25px;
  font-weight: 900
}

:lang(ja) .curiosities-module .card-box .highlighted-text {
  color: #f54279
}

.curiosities-module .inner {
  padding: 20px;
  max-width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%
}

.curiosities-module .card-box .heading {
  font-weight: 800;
  font-size: 18px
}

.curiosities-module .card-box img {
  max-height: 150px;
  width: auto;
  display: block;
  margin: 0 auto
}

.curiosities-module .btn-green {
  width: 100%
}

.bonus-calculator {
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 6px;
  text-align: center
}

.bonus-calculator img {
  display: inline-block
}

.bonus-calculator .number,
.bonus-calculator .play-value {
  font-weight: 800;
  font-size: 22px
}

.quick-facts-box .main-toplis-btn {
  width: 300px;
  margin: 0 auto
}

.toplist-container tbody tr.quick-facts-box {
  display: none !important;
  height: auto
}

.quickfacts-table-outer {
  box-shadow: 0 0 21px rgb(0 0 0/14%);
  -webkit-box-shadow: 0 0 21px rgb(0 0 0/14%);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14);
  border-radius: 6px;
  margin: 30px 0
}

.toplist-container tbody tr.quick-facts-box.show-box {
  display: block !important;
  box-shadow: 0 0 21px rgb(0 0 0/14%);
  -webkit-box-shadow: 0 0 21px rgb(0 0 0/14%);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .14)
}

.quickfacts-table {
  width: 100%;
  color: #000
}

.quickfacts-table th {
  display: none !important;
  margin-top: 20px
}

.quickfacts-table tr {
  box-shadow: none !important
}

.half {
  vertical-align: top
}

.quick-facts-box .bottom-info .right {
  float: none
}

.logo-extra-wrapper img {
  width: auto;
  height: auto
}

.logo-extra-wrapper {
  display: inline-block
}

.row-wrap .payments,
.row-wrap .software {
  width: 100% !important
}

.row-wrap {
  display: table-row !important;
  border-bottom: solid 1px #efefef
}

.row-wrap .value,
.row-wrap .value p {
  text-align: right;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  word-break: break-word
}

.row-wrap .label {
  text-align: left;
  font-size: 14px;
  width: 30%
}

.half table td {
  vertical-align: top;
  border: 0;
  padding: 5px 0 !important;
  float: left
}

.row-wrap .value,
.row-wrap .value p {
  width: 70%
}

.row-wrap .value p {
  width: 100%
}

.quick-facts-box .bottom-info {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-top: solid 1px #e3e3e3;
  color: #000;
  font-weight: 400;
  border-radius: 0;
  margin-top: 20px;
  text-align: center
}

.quick-facts-box .bottom-info .left {
  float: none
}

.quick-facts-box .bottom-info img {
  max-height: 20px
}

.text-row {
  font-size: 14px;
  font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif !important;
  text-align: center
}

.half table {
  width: 100%
}

.half {
  float: left;
  width: 100%;
  border-bottom: solid 0 #fff;
  padding: 0 5px;
  vertical-align: top
}

.quickfacts-table .languages {
  text-align: right
}

.quickfacts-table .languages img {
  max-width: 20px;
  margin: 0 3px !important;
  display: inline-block
}

.row-wrap .payments,
.row-wrap .software {
  width: 100% !important
}

.quickfacts-table .logo-extra-wrapper {
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
  padding: 5px;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  height: 33px
}

.quickfacts-table .logo-extra-wrapper img {
  width: auto;
  height: 20px;
  margin: 0 !important
}

@media only screen and (min-width:1025px) {
  .toplist-container tbody tr.quick-facts-box.show-box {
    display: table-row !important
  }

  .half {
    width: 50% !important;
    vertical-align: top;
    padding: 0 10px !important
  }

  .half table td {
    float: none
  }

  .quick-facts-box td {
    padding: 0 5px !important
  }
}

#twitch-embed {
  margin-top: 30px
}

.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.twitch .twitch-chat {
  height: 400px
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%
}

@media screen and (max-width:1024px) {
  .page-template-page-twitch iframe {
    width: 100%
  }
}

#banner.twitch {

  text-align: center;
  min-height: 600px
}

#banner.twitch .inner {
  text-align: center
}

#banner.twitch .title-box,
#banner.twitch h1.page-title {
  width: 100%;
  text-align: center
}

#banner.twitch h4 {
  color: #fff
}

.social-twitch img {
  margin: 0 5px
}

.toplist-container-cards table.tablesorter tbody tr {
  height: auto
}

.info-popup-notactive {
  text-align: center;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .11);
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  transition: bottom .5s linear;
  display: none;
  bottom: -70px;
  width: 290px
}

@media only screen and (max-width:800px) {
  .info-popup-notactive {
    padding: 10px 15px
  }
}

.info-popup-notactive p {
  line-height: 23px;
  font-size: 14px;
  color: #464646;
  text-align: left
}

@media only screen and (max-width:800px) {
  .info-popup-notactive p {
    font-size: 12px
  }
}

.info-popup-notactive .small-title {
  color: #44a206;
  font-size: 11px
}

.info-popup-notactive span {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: #bcbcbc
}

.info-popup-notactive h5 {
  font-size: 19px;
  font-weight: 800;
  color: #4e4d4d;
  line-height: 22px
}

@media only screen and (max-width:800px) {
  .info-popup-notactive h5 {
    font-size: 16px
  }
}

.info-popup-notactive.active {
  z-index: 9999;
  display: block;
  position: fixed;
  bottom: 90px;
  right: 20px
}

.info-popup-notactive .close-modal {
  background-color: #fff;
  border-radius: 60px;

  width: 37px;
  height: 37px;
  float: right;
  display: block;
  cursor: pointer !important;
  position: absolute;
  right: -10px;
  top: -11px
}

.info-popup-notactive img {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
  width: auto;
  height: auto;
  width: 100%
}

@media only screen and (max-width:800px) {
  .info-popup-notactive .act_btn {
    font-size: 14px;
    padding: 10px
  }
}

.toplist-top3n .item .main-toplis-image {
  height: auto
}

.cn-top {
  bottom: 0;
  top: auto !important
}

.list-of th {
  font-weight: 400;
  background-color: #3a3a47;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #fff;
  text-align: center
}

.list-of th:first-child {
  border-radius: 5px 0 0 5px;
  width: 40px
}

.list-of th:last-child {
  border-radius: 0 5px 5px 0
}

.list-of tbody tr {
  position: relative;
  border-bottom: 2px solid #e1e1e1;
  background-color: #fff
}

.list-of.slotsfull {
  border-spacing: 0
}

.list-of tbody tr td {
  text-align: center;
  line-height: 26px;
  padding: 10px;
  border-bottom: 2px solid #e1e1e1
}

.list-of td.list-of-image {
  width: 165px
}

.list-of tbody tr td.list-of-title a {
  font-size: 12px
}

.list-of th {
  display: none
}

.list-of tbody tr:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0
}

.list-of td.list-of-image {
  width: 100px
}

.list-of-the-image {
  max-width: 100%;
  height: 50px;
  border-radius: 6px;
  width: auto
}

.list-of .act_btn {
  display: block;
  margin: 13px 0;
  width: 100%
}

.softwarefull .list-of-the-image,
.paymentfull .list-of-the-image {
  max-width: 100%;
  height: 74px;
  width: auto;
  background-color: #fff;
  padding: 20px
}

.slots-container {
  display: block
}

.list-of {
  width: 100%;
  text-align: center;
  margin: 30px 0
}

@media only screen and (min-width:1024px) {
  .list-of {
    width: calc(100%/3 - 30px);
    text-align: center;
    margin: 30px 5px;
    float: left;
    padding: 0
  }

  .list-of.paymentfull,
  .list-of.softwarefull {
    width: calc(100%/4 - 30px)
  }

  .list-of-the-image {
    max-width: 100%;
    height: 50px;
    width: auto
  }

  .softwarefull .list-of-the-image,
  .paymentfull .list-of-the-image {
    height: 45px
  }

  .slots-container {
    display: inline-block;
    width: 100%
  }

  .list-of .primary-btn {
    margin: 10px auto
  }

  .list-of-image.slots img {
    height: 180px
  }
}

.Social Casino-table-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left
}

.Social Casino-table-custom thead th {
  padding: 10px;
  border: 1px solid #ddd
}

.Social Casino-table-custom tbody tr {
  border: 1px solid #ddd
}

.Social Casino-table-custom td {
  padding: 10px;
  border: 1px solid #ddd
}

.home-hero-content div[id^=bg-showmore-hidden-] {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  padding: 0
}

.home-hero-content .btn-showmore,
.home-hero-content .read-more-link {
  font-size: 16px
}

.load-more-btn {
  display: inline-block;
  background-color: #fb4452;
  text-align: center;
  min-width: 200px;
  border-radius: 4px;
  padding: 5px 0;
  line-height: 30px;
  height: auto;
  font-size: 16px;
  max-width: 270px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px
}

.video {
  margin: 0
}

.video .inner {
  text-align: center
}

.video h2 {
  color: #fff !important;
  margin-bottom: 35px
}

.home #flags-section-pages {
  background-color: transparent
}

img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;

}

td img {
  max-width: 150px;
}

.rll-youtube-player,
[data-lazy-src] {
  display: none !important
}
 .rll-youtube-player,
  [data-lazy-src] {
    display: none !important
  }