* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h5,
.title,
.logo {
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}
.flex {
  display: flex;
}
.f-al-center {
  align-items: center;
}
.f-jc-between {
  justify-content: space-between;
}
.f-jc-center {
  justify-content: center;
}
.f-gap-12 {
  gap: 12px;
}
.games .f-gap-12 {
  margin-right: -12px;
}
.f-gap-24 {
  gap: 24px;
}
.f-wrap {
  flex-wrap: wrap;
}
.f-jc-end {
  justify-content: flex-end;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: bolder;
  transition: 0.3s opacity;
  border: none;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover {
  opacity: 0.75;
}
.section {
  padding: 24px;
  padding-top: 0;
}
aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding: 100px 0 0 0;
}
.logo,
.custom-logo-link {
  height: 100px;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  padding: 19px 0;
  width: 100%;
  max-width: 240px;
  font-size: 18px;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.logo img,
.custom-logo-link img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.current__lang {
  cursor: pointer;
}
.langs_dropped {
  position: absolute;
  top: 100%;
  padding: 12px;
  right: -9999px;
  transition: 0.3s right;
}
.langs_dropped a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.langs_dropped_active {
  right: 0;
}
.menu {
  list-style: none;
}
.menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s opacity;
  color: {{menu_li__color}};
}
.menu a:hover {
  opacity: 0.75;
}
.menu .current-menu-item a {
  opacity: 0.75;
}
.tags-flex {
  position: relative;
}
.tags {
  margin-bottom: 18px;
  margin-top: 18px;
}
.dropped-providers {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 24px;
  border-radius: 12px;
  z-index: 50;
  display: none;
}
.dropped-providers_active {
  display: flex;
}
.single__provider {
  width: 100%;
  font-size: 12px;
  max-width: 120px;
}
.main {
  width: 100%;
  padding-left: 222px;
}
.header {
  padding: 12px;
  width: 100%;
  padding-left: 240px;
  position: fixed;
  top: 0;
  z-index: 155;
  left: 0;
}

.swiperTopParalax {
  width: 100%;
  height: 560px;
}
.swiperTopParalax .swiper-slide {
  position: relative;
}
.swiperTopParalax .swiper-slide .caption {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.swiperTopParalax .swiper-slide .title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
.swiperTopParalax .swiper-slide .subtitle {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
}
.swiperTopParalax .swiper-slide p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.dropdown {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
}
.section__title {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.section__description {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.big-section__title {
  font-size: 24px;
}
.archive__games {
  margin: 24px 0;
}
.looped__game {
  width: 100%;
  max-width: calc(12.5% - 12px);
  height: 180px;
  border-radius: 12px;
  position: relative;
}
.looped__game:hover .game__overlay {
  opacity: 0.75;
}
.looped__game:hover .game__caption {
  opacity: 1;
}
.label {
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 6px 12px;
  border-radius: 12px 0 12px 0;
  font-size: 12px;
  font-weight: bolder;
}
.game__overlay {
  position: absolute;
  border-radius: 12px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s opacity;
}
.game__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: 0.3s opacity;
}
.game__caption .title {
  font-weight: bolder;
  font-size: 12px;
  margin-bottom: 12px;
}
.game__caption .demo {
  display: block;
  margin: 12px 0 0 0;
  font-size: 12px;
}
.bonus__grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(50% - 12px);
  padding: 42px 24px;
  border-radius: 12px;
  background-position: center;
}
.bonus__grid p {
  margin: 0 0 12px 0;
}
.bonus__grid.full {
  width: 100%;
  max-width: 100%;
}
.cs__like {
  max-width: calc(33.3333333333% - 12px);
}
.cs__like img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 240px;
}
.cs__like p {
  line-height: 1.5;
  font-size: 14px;
}
.see__all {
  font-size: 12px;
  padding: 6px 12px;
  max-width: 100px;
}
.big-section {
  padding: 48px 24px;
}
.mystery img {
  width: 100%;
  max-width: 50%;
  border-radius: 12px;
  object-fit: cover;
  height: 300px;
}
.mystery__caption {
  width: 100%;
  padding: 0 48px;
  max-width: 550px;
}
.entry-content {
  text-align: justify;
}
.entry-content .faq__items {
  display: block;
}
.faq-question {
  padding: 0.5rem;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question {
  position: relative;
}
.faq-question:after {
  content: "❮";
  position: absolute;
  right: 2%;
  font-size: 13px;
  transform: rotate(-90deg) translateY(-50%);
}
.faq-question p {
  margin-bottom: 0;
}
.faq-answer {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
}
.faq-answer.__active {
  display: block;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 18px;
}
.entry-content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 18px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 1rem;
  margin: 0 0 18px 0;
  display: flex;
  flex-direction: column;
  opacity: 0.85;
}
.entry-content li {
  font-size: 16px;
  line-height: 2;
}
.entry-content img {
  border-radius: 12px;
}

.entry-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.entry-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.entry-content .aligncenter {
  margin: 1rem auto;
  display: block;
}
.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}
.aligncenter {
  margin: 1rem auto;
  display: block;
}

.slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  opacity: 0.55;
  width: 100%;
  height: 100%;
}
.bonusSwiper .swiper-slide {
  position: relative;
  height: 450px;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bonusSwiper .swiper-slide p {
  font-size: 14px;
  margin: 0 0 24px 0;
  line-height: 1.5;
}
.slider__bonus_pic {
  width: 100%;
  max-width: 227px;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}
.upper {
  font-size: 14px;
}
.bonus-title {
  flex-grow: 1;
  font-weight: bolder;
  font-size: 32px;
  margin: 24px 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
}
.support-form {
  display: flex;
  flex-direction: column;
}
.form__input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  margin: 12px 0;
}
.form__checker {
  display: none;
}
.section-subtitle {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.provs {
  clear: both;
}
.provs .swiper-slide,
.payments .swiper-slide {
  padding: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.provs .swiper-slide img,
.payments .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 45px;
}
.payments .swiper-slide img {
  width: 100%;
  height: 32px;
}
.preloader {
  width: 200px;
  height: 200px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frame__heading {
  font-size: 16px;
  padding: 12px;
}
.game-h1 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.single__frame {
  width: 100%;
  height: 460px;
  position: relative;
  background: #000;
  border-radius: 12px;
}
.single__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  object-fit: cover;
}
.copyright {
  width: 100%;
  max-width: 320px;
}
.text p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0 0 6px 0;
}
.menu-title {
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 12px;


}
.menu-row {
  width: 100%;
  max-width: 600px;
}
.footer__menu-item {
  width: 100%;
  max-width: 360px;
}
.footer__menu-item ul {
  list-style: none;
}
.footer__menu-item a {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.lang img {
  border-radius: 12px;
  display: block;
}
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px;
}
@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 12px;
}

.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 14px;
}
.com_block_star label {
  font-size: 14px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "";
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "";

  text-shadow: 0 0 1px #888;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "";

  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "";

  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #efefef;
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}

.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.commentmetadata {
  display: none;
}
.reply {
  display: none;
}
.comment-form-email {
  display: none;
}
#reply-title {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
.required-field-message {
  color: #efefef;
}
.support-form {
  max-width: 600px;
}
.button-85 {
  color: #fff !important;
}
.logo,
.custom-logo-link {
  display: block;
}
.logo,
.custom-logo-link img {
  object-fit: contain;
  object-fit-width: 100%;
  object-fit-height: 100px;
}
.bonuses-flex {
  margin-right: -10px;
  gap: 10px;
}
.bonuses-flex .swiper-slide {
  max-width: calc(25% - 10px);
  padding: 1rem;
  border-radius: 0.5rem;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  position: relative;
  text-align: center;
}
.bonuses-flex .swiper-slide::after {
  content: "";
  background: #222;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.bonuses-flex .swiper-slide a {
  margin: 0 auto;
}
.bonuses-flex .bonus-title {
  height: 100px;
  font-size: 1.5rem;
}
.bonuses-flex .swiper-slide div,
.bonuses-flex .swiper-slide a,
.bonuses-flex .swiper-slide p {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.bonuses-flex .swiper-slide p {
  height: 30px;
}

.slider__bonus_pic {
  z-index: 1;
  max-width: 400px;
  object-fit: cover;
  opacity: 0.85;
  height: 400px;
  top: 0;
  left: 0;
  transform: translate(0);
}
.error-404 {
  position: relative;
  height: 80vh;
}
.error-404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.error-404__code {
  font-size: 6rem;
  font-weight: bolder;
}
.error-404__description {
  font-size: 2rem;
  font-weight: normal;
  margin: 1.5rem 0;
}
@media (max-width: 1280px) {
  .bonuses-flex .swiper-slide {
    max-width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 1024px) {
  .bonuses-flex .swiper-slide {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .bonuses-flex .swiper-slide {
    max-width: 100%;
  }
}
@media (max-width: 1610px) {
  .looped__game {
    max-width: calc(14.2857142857% - 12px);
  }
}
@media (max-width: 1440px) {
  .cs__like {
    max-width: calc(50% - 12px);
  }
  .looped__game {
    max-width: calc(16.6666666667% - 12px);
  }
}
@media (max-width: 1240px) {
  .looped__game {
    max-width: calc(25% - 12px);
  }
}
.tags-container {
  flex-wrap: wrap;
}
.tags-flex {
  align-items: start;
}
@media (max-width: 1100px) {
  .tags-container {
    flex-wrap: wrap;
  }
  .tag {
    font-size: 12px;
    white-space: nowrap;
  }

  .mySwiper {
    height: 420px;
  }
  .swiperTopParalax .swiper-slide .subtitle {
    font-size: 36px;
    line-height: 1.3;
  }
  .bonus__grid {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    margin: 1rem auto;
    float: none;
    text-align: center;
    display: block;
  }
  aside {
    left: -9999px;
  }
  .main {
    padding-left: 0;
    overflow-x: hidden;
  }
  .header {
    padding-left: 0;
  }
  .swiperTopParalax .swiper-slide p {
    font-size: 12px;
    margin: 12px 0;
  }
  .swiperTopParalax .swiper-slide .caption {
    max-width: 280px;
  }
  .swiperTopParalax .swiper-slide .subtitle {
    font-size: 22px;
    line-height: 1.3;
  }
  .tags-flex {
    flex-wrap: wrap;
  }
  .tags-container {
    width: 100%;
    max-width: 100%;
  }
  .providers {
    margin: 24px 0 0 0;
    width: 100%;
  }
  .dropdown {
    justify-content: center;
  }
  .mystery-flex {
    flex-wrap: wrap;
  }
  .mystery img {
    width: 100%;
    max-width: 100%;
  }
  .mystery .caption {
    max-width: 100%;
	  padding:0;
  }
  .container {
    max-width: 100%;
  }
  .footer-flex {
    flex-direction: column-reverse;
  }
  .menu-item {
    width: 100%;
    max-width: 100%;
  }
  .menu-title {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 6px;
  }
  .menu-row {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.menu-row {
  max-width: 60%;
}
.game.looped__game {
  background-position: center !important;
}
.entry-content table {
  border-collapse: collapse;
}
.entry-content table,
th,
td {
  border: solid 1px;
  padding: 10px;
}
@media (max-width: 1140px) {
  .menu-row {
    max-width: 70%;
  }
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  max-width: 100%;
}
#breadcrumbs {
  margin-top: 60px;
}

.logo-mobile {
  display: none;
}
@media (max-width: 760px) {
  .login {
    display: none;
  }
  .logo-mobile {
    display: inline;
  }
  .logo-mobile .custom-logo-link {
    position: relative;
    padding: 0;
    height: auto;
    top: 0;
    border-radius: 12px;
    padding: 5px;
    margin: 0 10px;
  }
  .logo-mobile img {
    object-fit: contain;
    height: 29px;
    width: 100%;
    min-width: 40px;
  }
  .game__caption .demo {
    margin: 10px 0 0 0;
    font-size: 10px;
  }
  .game__caption {
    width: 90%;
  }
  .looped__game .btn {
    max-width: 70%;
  }
  .looped__game .title {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .game__caption .btn {
    padding: 5px;
  }
  .swiperTopParalax {
    padding-left: 0;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .footer.section {
    padding: 0;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__menu-item {
    max-width: 200px;
  }
}
@media (min-width: 420px) and (max-width: 576px) {
  .looped__game {
    height: 120px;
  }
}

@media (max-width: 460px) {
  .header .lang {
    display: none;
  }
  .looped__game {
    max-width: 44%;
  }
}
.langs_dropped {
  border-radius: 12px 0 0 12px;
}
.copyright {
  max-width: 20%;
}

@media (max-width: 900px) {
  .footer-flex {
    flex-direction: column-reverse;
  }
  .menu-row {
    max-width: 100%;
  }
  .copyright {
    margin-top: 30px;
    max-width: 100%;
    justify-content: center;
  }
}
.footer .copyright img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 70px;
}
.text {
  display: flex;
  flex-direction: column;
	justify-content:center;
}
.text p {
  font-size: 14px;
  margin: 0;
}

.mystery img {
  max-width: 35%;
}
.mystery__caption {
  max-width: 64%;
}

.cs__like img {
  object-fit: contain;
}

.bonus-title {
  font-size: 20px;
}

.mystery img {
  object-fit: contain;
}
.open-nav {
  display: none;
}
.open-nav {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 22;
  margin-left: 15px;
  margin-top: 0;
}
.open-nav.active-btn {
  border: solid white 1px;
  padding-bottom: 3px;
}
.active-btn span:first-of-type {
  transform: rotate(45deg) translate(4px, 4px);
  width: 22px;
}
.open-nav span:not(:last-of-type) {
  margin-bottom: 3px;
}
.active-btn span:nth-of-type(2) {
  display: none;
}
.open-nav span {
  height: 2px;
  width: 22px;
  display: flex;
  margin: 0 auto;
}
.active-btn span:first-of-type {
  transform: rotate(43deg) translate(4px, 4px);
  width: 22px;
}
.active-btn span:last-of-type {
  transform: rotate(-42deg);
  width: 22px;
}
@media (max-width: 760px) {
  .open-nav {
    display: flex;
    z-index: 444;
  }
  .sidebar.active {
    left: 0;
    z-index: 100;
  }
  .header__search {
    display: none;
  }
  .sidebar.active .logo,
  .custom-logo-link {
    top: 40px;
    left: 30%;
  }
}
@media (max-width: 576px) {
  .footer__menu-item {
    max-width: 100%;
  }
  .footer__menu-item .menu-title {
    position: relative;
  }
  .footer__menu-item ul {
    display: none;
  }
  .footer__menu-item ul.active {
    display: block;
  }
  .footer__menu-item .menu-title:after {
    content: "❮";
    position: absolute;
    right: 0;
    font-size: 13px;
    transform: rotate(-90deg) translateY(-50%);
  }
  .menu-title {
    margin-bottom: 0;
  }
  .menu-title {
    padding-left: 0;
  }
}

.entry-content table {
  margin-bottom: 20px;
}

.copyright {
  max-width: inherit;
  margin-right: 20px;
}

aside {
  padding: 150px 0 0 0;
}
@media (max-width: 768px) {
  .entry-content table {
    margin-bottom: 20px;
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
}
.frame__heading {
  padding-top: 60px;
}
.footer .copyright img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  max-width: 70px;

  padding: 10px;
  border-radius: 12px;
}
table {
  overflow-x: auto;
  width: 100%;
}
.aligncenter  {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.faq-question  {
  padding-right: 35px;
}

@media (max-width: 768px) {
  iframe {
    width: 100% !important;
  }
  .entry-content .alignright,
  .entry-content .alignleft,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto;
    display: block;
  }
  table {
    display: block;
  }
}


.banner .title {
  font-style: italic;
  font-size: 32px;
  font-weight: 900;
  line-height: 37px;
}
.banner .btn {
  animation: pulseBtn 1.5s infinite;
  font-weight: bolder;
}
@media (min-width: 768px) {
  .top-banner .btn-join {
    font-size: 24px;
    min-height: 60px;
  }
}
@keyframes pulseBtn {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}

.providers__dropdown {

  border-radius: 8px;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 48px;
  padding: 14px 16px;
}

.entry-content .aligncenter {
  text-align: center;
}
@media (max-width: 992px) {
  .mystery-flex {
    flex-wrap: wrap;
  }
  .mystery img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .entry-content table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  tr {
    display: flex;
    flex-basis: 100%;
  }
  td {
    flex-grow: 1;
    width: 100%;
	  min-width:200px;
  }
}

@media (max-width: 992px) {
  .mystery-flex {
    flex-wrap: wrap;
  }
  .mystery img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .entry-content table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  tr {
    display: flex;
    flex-basis: 100%;
  }
  td {
    flex-grow: 1;
    width: 100%;
  }
}
