:root {
    --ft_background_color: #090f1e;
    --ft_text_color: #fff;
    --site_info_b_color: #e6b900;
    --color_soc_icons: #1e73be;
    --color_bg_soc_icons: #fff;
    --h_navigation_color: #f7f7f7;
    --h_background_color: #090f1e;
    --main-accent-color: #1e73be;
    --bg-body: #09101e;
    --b-font-size: 14px;
    --btn-back-text-color: #fff;
    --btn-back-color: #1e73be;
    --btn-back-hover-bg-color: #145893;
    --btn-back-hover-text-color: #fff;
    --btn-border-color: #fff;
    --btn-border-hover-color: #1e73be;
    --btn-border-hover-text-color: #fff;
    --border-radius: 10px;
    --text-body-color: #fff;
    --review-bg-color: #1d2730;
    --review-progress-bar: #e6b900;
    --review-text: #fff;
    --pros_colors: #33b63c;
    --cons_colors: #e74b4b;
    --link_color: #1e73be;
    --link_hover: #101160;
  }
  
  @media screen and (max-width: 768px) {
    main {
      padding-top: 30px;
    }
  }
  .video {
      max-width: 650px;
    }
    .video.align-center {
      margin: 0 auto;
    }
    .video.align-right {
      margin-left: auto;
    }
    .video__wrap {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      background-color: #000;
      margin: 40px 0;
    }
    .video__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .video__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .video__play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: 0 0;
      border: none;
    }
    .video__play-shape {
      fill: #212121;
      fill-opacity: 0.8;
    }
    .video__play-icon {
      fill: #fff;
    }
    .video__play:focus {
      outline: 0;
    }
    .video__play:focus .video__play-shape,
    .video__play:hover .video__play-shape {
      fill: red;
      fill-opacity: 1;
    }
    .video__play:hover {
      cursor: pointer;
    }
    .video__media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
    video {
      max-width: 600px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
    }
  .mobile-page {
    margin-bottom: 0;
  }
  
  .deposite-block__wrap:after {
    background-image: url("../img/coin-to-iwins.webp");
    content: " ";
  }
  
  .deposite-block__wrap {
    background-image: url("../img/bg-dep.svg");
  }
  
  .header__mobile-navbar nav {
    background: #09101eeb;
  }
  
  html {
    background-color: var(--bg-body);
  }
  
  .wp-block-image img {
    max-width: 100%;
    border-radius: 10px !important;
    overflow: hidden;
  }
  
  body {
    margin: 0;
    font-size: var(--b-font-size);
    font-family: SFUIText,sans-serif;
    color: var(--text-body-color);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  body .tag-block {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
  }
  
  body .tag-block .tag-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  body .tag-block__btn-more {
    padding: 10px 36px 9px;
    margin: 27px auto;
    display: table;
  }
  
  body .with-sidebar .tag-block,
  body.wp-admin .tag-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  body .container,
  body .no-sidebar .page-content > *,
  body .with-sidebar .page-content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
  }
  
  body .left-right .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  body .top-bottom .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  body ol {
    counter-reset: myCounter;
    padding-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  
  body ol li {
    list-style: none;
  }
  
  body ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: #288ff2;
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 19px;
    min-width: 19px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
  }
  
  body .wp-block-image figcaption {
    border-bottom: 1px solid var(--main-accent-color);
    display: inline-block;
    font-size: 1.1rem;
  }
  
  body .wp-block-image img {
    height: auto;
  }
  
  body .wp-block-image .aligncenter {
    text-align: center;
  }
  
  body .wp-block-image .aligncenter figcaption {
    display: inline-block;
  }
  
  body .wp-block-media-text__media img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  
  body .wp-block-quote {
    border-left: 4px solid var(--main-accent-color);
    margin-left: 0;
    padding-left: 20px;
  }
  
  body .wp-block-quote cite {
    font-weight: 600;
  }
  
  body .sub-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    margin-bottom: 13px;
    margin-top: 0;
  }
  
  body p {
    line-height: 142.69%;
  }
  
  body h2 {
    font-weight: 600;
    font-size: 1.7rem;
    position: relative;
  }
  
  body h2::after {
    content: "";
    border-bottom: unset;
    width: 10%;
    position: absolute;
    bottom: -13px;
    height: 5px;
    border-radius: 4px;
    left: 0;
    background-color: #288ff2;
  }
  
  .wp-admin body h2::after,
  .wp-toolbar body h2::after {
    content: none;
  }
  
  body h3 {
    font-weight: 700;
    font-size: 1.3rem;
  }
  
  body .dark-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #000000bf;
  }
  
  a {
    color: #288ff2;
  }
  
  a:hover {
    color: var(--link_hover);
  }
  
  .page-content td,
  .page-content th {
    border: 0 solid;
  }
  
  .wp-block-table.is-style-stripes table {
    border-collapse: inherit;
  }
  
  .page-content table {
    width: 99.6%;
    border-collapse: collapse;
    margin-left: 1px;
    background-color: #17233a;
    border-radius: 10px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    overflow: hidden;
  }
  
  .page-content table thead {
    color: var(--h_navigation_color);
    font-size: 19px;
    background-color: #288ff2;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .page-content table thead th {
    padding: 10px;
  }
  
  .page-content table thead th:first-child {
    border-left: none;
  }
  
  .page-content table tbody tr {
    border-bottom: 0 solid #25334f;
  }
  
  .page-content table tbody tr:last-child,
  .page-content table tbody tr:last-child td {
    border-bottom: none;
  }
  
  .page-content table tbody td {
    padding: 10px;
    font-size: 14px;
    border-right: 0 solid #25334f;
  }
  
  .page-content table tbody td:last-child {
    border-right: none;
  }
  
  .go-to-top {
    display: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    position: fixed;
    bottom: 80px;
    right: 5%;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='iconify iconify--emojione-monotone' fill='white' viewBox='0 0 64 64'%3E%3Cpath d='M32 2a30 30 0 1 0 0 60 30 30 0 0 0 0-60zm5.1 28.3V49H27V30.3H16L32 15l16 15.3H37.1z'/%3E%3C/svg%3E");
  }
  
  .go-to-top.show {
    visibility: visible;
    opacity: .6;
  }
  
  .go-to-top.hide {
    visibility: hidden;
    opacity: 0;
  }
  
  .go-to-top:hover {
    opacity: 1;
  }
  
  .mobile-version {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .app-download {
    max-width: 100%;
    margin: 10px;
    border-radius: 10px;
  }
  
  .app-download__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px auto 120px;
    grid-template-columns: 45px auto 120px;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    padding: 8px;
    gap: 8px;
  }
  
  .app-download__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    border-radius: 10px;
    overflow: hidden;
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .app-download__logo img {
    width: 85%;
    height: auto;
  }
  
  .app-download__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  
  .app-download__bonus {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  
  .app-download__button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 3;
    grid-column: 3 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .app-download__button a,
  .app-download__button button {
    width: 100%;
  }
  
  .btn,
  .btn-loadmore,
  .cards__btn-more,
  body .tag-block__btn-more {
    border-width: 1px;
    border-radius: var(--border-radius);
    border-style: solid;
    font-weight: 500;
    font-style: normal;
    font-family: SFUIText,sans-serif;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
  }
  
  .btn-loadmore,
  .btn-with-back {
    background-size: 300% 100%;
    background-color: #288ff2;
    font-weight: 700;
    -webkit-box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
    color: var(--btn-back-text-color);
    border: unset;
    border-radius: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  
  .btn-loadmore:hover,
  .btn-with-back:hover {
    background-position: 100% 0;
  }
  
  .btn-loadmore :before,
  .btn-with-back :before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    background-color: rgba(255, 255, 255, .2);
    left: -25%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  .btn-without-back-white {
    background-color: unset;
    border-color: var(--btn-border-color);
    color: var(--btn-border-color);
    border-width: 2px;
    font-weight: 400;
  }
  
  .btn-without-back-white:hover {
    border-color: var(--btn-border-hover-color);
    background-color: var(--btn-border-hover-color);
    color: var(--btn-border-hover-text-color);
  }
  
  .cards__btn-more,
  body .tag-block__btn-more {
    background-color: unset;
    border-color: var(--main-accent-color);
    color: var(--text-body-color);
  }
  
  .cards__btn-more:hover,
  body .tag-block__btn-more:hover {
    border-color: var(--text-body-color);
    color: var(--main-accent-color);
  }
  
  .btn-big-text,
  .btn-loadmore,
  .cards__btn-more,
  body .tag-block__btn-more {
    text-transform: uppercase;
    font-size: 16px;
  }
  
  .btn-loadmore {
    margin: 40px auto;
    display: table;
    padding: 10px 40px;
  }
  
  .content-button {
    margin: 20px;
  }
  
  .content-button__control {
    display: table;
    padding: 10px 55px 9px;
    font-size: 1.3rem;
  }
  
  .align-center .content-button__control {
    margin: auto;
  }
  
  .align-right .content-button__control {
    margin: 0 0 0 auto;
  }
  
  .align-left .content-button__control {
    margin: 0 auto 0 0;
  }
  
  .btn-with-caption {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: 20px 20px;
    grid-template-rows: 20px 20px;
    background-size: 300% 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #288ff2;
    font-weight: 700;
    -webkit-box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
    color: var(--btn-back-text-color);
    border: unset;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  
  .btn-with-caption--sm {
    padding: 8px 16px;
    border-radius: 10px;
  }
  
  .btn-with-caption--md {
    padding: 8px 24px;
    border-radius: 10px;
    max-width: 400px;
  }
  
  .btn-with-caption__title {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
  }
  
  .btn-with-caption__caption {
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .btn-with-caption__caption span:nth-child(1) {
    margin-right: 5px;
  }
  
  .btn-with-caption__img {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  
  .btn-with-caption__img img {
    height: 100%;
    width: auto;
    margin-left: 5px;
    object-fit: cover;
  }
  
  .list-IL__link::after {
    width: 27px;
    height: 18px;
    background: url(../img/icon_sprites.png) -40px -1325px;
  }
  
  .pc-cards > div > div ul.cons li,
  .site__pros-cons ul.cons li {
    background: url(../img/icon_sprites.png) -40px -568px no-repeat;
  }
  
  .pc-cards > div > div ul.pros li,
  .site__pros-cons ul.pros li {
    background: url(../img/icon_sprites.png) -40px -477px no-repeat;
  }
  
  .slider-arrow {
    background: url(../img/icon_sprites.png) -29px -202px var(--main-accent-color);
  }
  
  .site__rating p::before {
    width: 25px;
    height: 23px;
    background: url(../img/icon_sprites.png) -40px -1520px;
  }
  
  .info-about-site__title,
  body .tag-block__title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  
  .info-about-site__title::before,
  body .tag-block__title::before {
    content: "";
    position: absolute;
    background-color: var(--main-accent-color);
    height: 3px;
    left: 0;
    right: 0;
    top: 39px;
    z-index: -1;
  }
  
  .info-about-site__title > *,
  body .tag-block__title > * {
    background-color: var(--bg-body);
    padding: 0 17px;
    font-weight: 500;
    font-size: 24px;
    color: var(--text-body-color);
    line-height: 142.69%;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
  }
  
  .info-about-site__title > ::after,
  body .tag-block__title > ::after {
    content: none;
  }
  
  .header {
    background-color: var(--h_background_color);
    margin: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }
  
  .header__navbar nav ul,
  .header__second-navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .header__navbar nav li,
  .header__second-navbar nav li {
    list-style-type: none;
    margin: 0 6px;
    position: relative;
    background-color: #17233a;
    padding: 8px 10px;
    border-radius: 10px;
  }
  
  .header__navbar nav li.menu-item-has-children:after,
  .header__second-navbar nav li.menu-item-has-children:after {
    width: 13px;
    height: 23px;
    content: "\2039";
    position: absolute;
    right: -22px;
    top: 2px;
    font-size: 26px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 13px;
    color: var(--h_navigation_color);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  .header__navbar nav li:last-child,
  .header__second-navbar nav li:last-child {
    margin-right: 0;
  }
  
  .header__navbar nav li .sub-menu,
  .header__second-navbar nav li .sub-menu {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 180px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--h_background_color);
    border-top: 1px solid var(--main-accent-color);
  }
  
  .header__navbar nav li .sub-menu li,
  .header__second-navbar nav li .sub-menu li {
    margin: 0 15px;
  }
  
  .header__navbar nav li .sub-menu a,
  .header__second-navbar nav li .sub-menu a {
    font-size: 1rem;
    font-weight: 400;
  }
  
  .header__navbar nav li:hover .sub-menu,
  .header__second-navbar nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .header__navbar nav a,
  .header__second-navbar nav a {
    color: var(--h_navigation_color);
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
  }
  
  .header__navbar nav a img,
  .header__second-navbar nav a img {
    width: auto;
    height: 1rem;
    max-height: 1rem;
    margin-left: 5px;
  }
  
  .header__navbar nav a:hover,
  .header__second-navbar nav a:hover {
    text-shadow: .1px 0 #fff;
  }
  
  .header__navbar nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .header__navbar li:hover {
    background-color: #8a56ea57;
  }
  
  .header__second-navbar {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--main-accent-color);
  }
  
  .header__second-navbar nav > ul {
    padding: 5px 20px 7px;
    margin-bottom: 0;
  }
  
  .header__second-navbar nav > ul > li:first-child {
    margin-left: 0;
  }
  
  .header__second-navbar nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
  
  .header__second-navbar nav ul a,
  .header__second-navbar nav ul li .sub-menu a {
    font-size: .9rem;
  }
  
  .header__mobile-navbar {
    display: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .header__mobile-navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    padding: 80px 0 40px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: 0 0;
  }
  
  .header__mobile-navbar nav p {
    color: #fff;
    padding: 0 19px;
    margin: 0;
  }
  
  .header__mobile-navbar nav > ul {
    margin: 0;
    padding: 0 12px 0 19px;
    list-style-type: none;
    overflow: scroll;
  }
  
  .header__mobile-navbar nav > ul a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .header__mobile-navbar nav > ul a img {
    width: auto;
    height: 1rem;
    max-height: 1rem;
    margin-left: 10px;
  }
  
  .header__mobile-navbar nav > ul > li {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 0;
    position: relative;
  }
  
  .header__mobile-navbar nav > ul > li ul {
    opacity: 0;
    position: absolute;
    padding-left: 20px;
    padding-top: 10px;
  }
  
  .header__mobile-navbar nav > ul > li ul a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
    display: block;
  }
  
  .header__mobile-navbar nav > ul > li ul a.active {
    font-weight: 700;
    color: var(--main-accent-color);
  }
  
  .header__mobile-navbar nav > ul > li.menu-item-has-children::after {
    width: 10px;
    height: 6px;
    background: url(../img/icon_sprites.png) -40px -40px;
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  .header__mobile-navbar nav > ul > li.open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .header__mobile-navbar nav > ul > li.open ul {
    position: relative;
    opacity: 1;
  }
  
  .header__mobile-navbar > input {
    display: none;
  }
  
  .header__mobile-navbar > input:checked ~ label {
    position: absolute;
    top: 20px;
    left: 260px;
    width: 30px;
    height: 30px;
  }
  
  .header__mobile-navbar > input:checked ~ label span {
    height: 2px;
  }
  
  .header__mobile-navbar > input:checked ~ label span.first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
  }
  
  .header__mobile-navbar > input:checked ~ label span.second {
    opacity: 0;
  }
  
  .header__mobile-navbar > input:checked ~ label span.third {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .header__mobile-navbar > input:checked ~ nav {
    left: 0;
  }
  
  .header__mobile-navbar > label {
    position: inherit;
    top: unset;
    left: 0;
    width: 44px;
    height: 25px;
    display: block;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 3;
  }
  
  .header__mobile-navbar > label span {
    display: block;
    height: 3px;
    background-color: var(--h_navigation_color);
    margin: 7px 0 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    opacity: 1;
    top: 0;
    border-radius: 5px;
  }
  
  .header__mobile-navbar > label span.first {
    margin-top: 0;
  }
  
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .header__buttons > :nth-child(2) {
    margin-left: 10px;
  }
  
  .header__buttons > :nth-child(2):hover {
    opacity: .9;
  }
  
  .list-IL ul {
    padding: 0;
    margin: 10px 0;
  }
  
  .list-IL__item {
    list-style-type: none;
    background-color: var(--h_navigation_color);
    border-radius: 8px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: 1px solid var(--main-accent-color);
  }
  
  .list-IL__item:last-child {
    margin-bottom: 0;
  }
  
  .list-IL__item span {
    line-height: 142.69%;
    font-weight: 600;
    color: var(--text-body-color);
    font-size: .9rem;
  }
  
  .list-IL__item img {
    margin-right: 11px;
    border-radius: 8px;
    max-height: 50px;
    width: auto;
  }
  
  .list-IL__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%;
  }
  
  .list-IL__link span {
    max-width: 65%;
  }
  
  .list-IL__link::after {
    content: "";
    position: absolute;
    right: 20px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  
  .list-IL__link:hover::after {
    right: 17px;
  }
  
  .cards__list {
    margin: 0 0 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .cards__item {
    width: 100%;
    max-width: 172px;
    height: 172px;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    margin-top: 30px;
    padding: 0 5px;
  }
  
  .cards__item:hover {
    background: #f8f8f8;
  }
  
  .cards__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
  }
  
  .cards__item a img {
    padding-top: 26px;
  }
  
  .cards__item a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    text-transform: uppercase;
    color: var(--text-body-color);
    padding-bottom: 16px;
  }
  
  .cards__btn-more {
    padding: 10px 36px 9px;
    margin: 27px auto;
    display: table;
  }
  
  .full {
    width: 100%;
  }
  
  .medium {
    width: 50%;
    display: inline-block;
  }
  
  .small {
    width: 30%;
    display: inline-block;
  }
  
  .full-list {
    width: 100%;
  }
  
  .medium-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .medium-list ul li {
    width: 47%;
  }
  
  .medium-list ul li:last-child {
    margin-bottom: 16px;
  }
  
  .small-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .small-list ul li {
    width: 30%;
  }
  
  .small-list ul li:last-child {
    margin-bottom: 16px;
  }
  
  .best-sites {
    margin: 20px 0 35px;
  }
  
  .site {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    border: 1px solid #eee;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  
  .site__logo-and-rating {
    max-width: 240px;
    min-width: 240px;
    min-height: 196px;
    background-color: var(--ft_background_color);
    background-image: url(../img/back-sites.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .site__logo-and-rating img {
    max-width: 200px;
    height: auto;
  }
  
  .site__logo {
    margin: 30px 0 0;
  }
  
  .site__rating {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 130.19%;
  }
  
  .site__rating p {
    margin: 10px 0;
    position: relative;
    padding-left: 30px;
  }
  
  .site__rating p::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
  }
  
  .site__link-review {
    padding: 3px 9px;
    margin: 10px 0;
  }
  
  .site__link {
    padding: 7px 55px 6px;
    display: inline-block;
    margin-top: 5px;
  }
  
  .site__offer {
    margin: auto 5px auto 15px;
    text-align: left;
    min-width: 260px;
    width: 260px;
  }
  
  .site__pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 20px 5px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .site__pros-cons ul {
    list-style-type: none;
    margin: 5px 0%;
    padding: 0;
  }
  
  .site__pros-cons ul li {
    font-weight: 500;
    font-size: .9rem;
    line-height: 142.69%;
    padding-left: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
  }
  
  .site__pros-cons ul li:last-child {
    padding-bottom: 0;
  }
  
  .site__pros-cons ul.cons li {
    padding-left: 22px;
  }
  
  .site__pm {
    max-width: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .site__pm ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 5px 0;
  }
  
  .site__pm ul li {
    margin: 2px;
    background-color: #f8f8fa;
    padding: 2px;
    vertical-align: middle;
    height: 30px;
    width: 55px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
  }
  
  .site__pm ul img {
    max-width: 50px;
    height: auto;
    max-height: 30px;
  }
  
  .site__pm ul svg {
    border-radius: 5px;
    margin-left: 10px;
    width: 27px;
    height: 27px;
  }
  
  .site__pm ul svg path {
    fill: var(--main-accent-color);
  }
  
  .offer__welcome-offer {
    font-size: 23px;
    font-weight: 700;
    color: var(--main-accent-color);
    margin: 0 0 10px;
    line-height: 118%;
  }
  
  .offer__welcome-offer span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-body-color);
  }
  
  .with-sidebar .site__pros-cons ul {
    margin: 5px;
  }
  
  .block-posts {
    margin: 20px 0 35px;
  }
  
  .block-posts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .with-sidebar .block-posts__second {
    display: none;
  }
  
  .block-posts__second {
    width: 464px;
  }
  
  .block-posts__second .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    height: 195px;
    margin-bottom: 15px;
  }
  
  .block-posts__second .post:last-child {
    margin-bottom: 0;
  }
  
  .block-posts__second .post__image {
    background-color: #dbdbdb;
    text-align: center;
  }
  
  .block-posts__second .post__image img {
    clip: rect(0 202px 195px 0);
    position: absolute;
  }
  
  .block-posts__second .post__content {
    margin-left: 202px;
  }
  
  .block-posts__second .post__title {
    margin: 15px 20px;
  }
  
  .block-posts__second .post__description {
    margin: 10px 20px 17px;
  }
  
  .post {
    max-width: 343px;
    min-width: 320px;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-accent-color);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    position: relative;
    overflow: hidden;
  }
  
  .post a {
    text-decoration: none;
  }
  
  .post__read-more {
    text-decoration: none;
    padding: 10px 36px;
    background-color: #fff;
  }
  
  .post__date {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    padding: 6px 13px 5px;
    z-index: 1;
  }
  
  .post__image {
    text-align: center;
    min-height: 60px;
    max-height: 195px;
    display: block;
    overflow: hidden;
  }
  
  .post__image img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  
  .post__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 142.69%;
    border-bottom: 1px solid #efefef;
    margin: 15px 20px 20px;
    padding-bottom: 7px;
    color: var(--text-body-color);
  }
  
  .post__description {
    margin: 10px 20px 40px;
    line-height: 142.69%;
    color: var(--text-body-color);
  }
  
  .post__description span {
    padding: 3px 15px;
  }
  
  .slider {
    margin: 20px 0;
    position: relative;
    height: 295px;
    overflow: hidden;
  }
  
  .slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    padding: 10px 6px;
  }
  
  .slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    background: linear-gradient(271deg, var(--bg-body) 50%, #ffffff0d 120%);
    z-index: 1;
  }
  
  .slider__item {
    max-width: 227px;
    width: 227px;
    padding: 17px 19px;
    margin-right: 30px;
    background: var(--bg-body);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: 1px solid var(--main-accent-color);
  }
  
  .slider__item span {
    line-height: 142.69%;
  }
  
  .slider__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  
  .slider__arrow .count {
    width: 39px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    left: 46px;
    font-size: 17px;
    font-weight: 600;
    color: gray;
    display: none;
  }
  
  .slider-arrow {
    box-shadow: 0 0 25px #00000012;
    -webkit-box-shadow: 0 0 25px #00000012;
    border-radius: 6px;
    width: 39px;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
  }
  
  .next {
    left: 60px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .faq {
    margin-top: 45px;
    overflow: hidden;
  }
  
  .faq details {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 31px 42px 31px 53px;
    margin-bottom: 15px;
    position: relative;
    line-height: 142%;
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    border: unset;
  }
  
  .faq details p {
    padding: 20px 10px;
    border-radius: 20px;
  }
  
  .faq summary {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 142.69%;
    outline: 0;
    cursor: pointer;
    display: block;
    margin-right: -10px;
  }
  
  .faq summary::-webkit-details-marker,
  .faq summary::marker {
    display: none;
    content: "";
  }
  
  .faq summary::after {
    content: "\203A";
    position: absolute;
    top: 24px;
    right: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 3rem;
    color: var(--text-body-color);
    width: 12px;
    height: 40px;
  }
  
  .faq details[open] summary::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .q_and_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .q_and_a details {
    width: 48.5%;
    height: 273px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 25px #00000012;
    -webkit-box-shadow: 0 0 25px #00000012;
    margin-bottom: 30px;
    min-width: 470px;
  }
  
  .q_and_a details summary {
    font-weight: 700;
    font-size: 25px;
    line-height: 142.69%;
    padding: 100px 20px 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .q_and_a details summary::-webkit-details-marker,
  .q_and_a details summary::marker {
    display: none;
    content: "";
  }
  
  .q_and_a details summary svg {
    width: 70px;
    min-width: 70px;
    fill: var(--main-accent-color);
    padding-right: 30px;
  }
  
  .q_and_a details[open]:hover div {
    opacity: 1;
  }
  
  .q_and_a details[open] div {
    background-color: var(--main-accent-color);
    background-image: url(../img/back-qr.png);
    background-position: 50%;
    background-size: 110%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 25px 40px;
    color: #fff;
    line-height: 142%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .q_and_a details[open] a {
    display: inline-block;
    color: #fff;
    outline: 0;
  }
  
  .q_and_a details[open] p {
    margin: 2px 0;
  }
  
  .bonuses {
    margin-bottom: 35px;
  }
  
  .bonuses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .bonus {
    background: var(--bg-body);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    border: 1px solid #eee;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 286px;
  }
  
  .bonus__logo {
    background-color: var(--ft_background_color);
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .bonus__description {
    padding: 15px 22px 5px;
  }
  
  .bonus__description p {
    font-weight: 700;
    font-size: 20px;
    line-height: 142.69%;
    margin: 0;
  }
  
  .bonus__group-btn {
    padding: 16px;
    margin: 11px 16px;
    border: 2px dotted var(--main-accent-color);
    text-align: center;
  }
  
  .bonus__visit-casino {
    display: table;
    padding: 9px 22px 8px;
    margin: 0 auto 4px;
  }
  
  .bonus__read-review {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    color: var(--bg-color);
  }
  
  .rating {
    padding: 0 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .rating__star {
    width: 160px;
    height: 14px;
    position: relative;
  }
  
  .rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-b-star-1.png);
  }
  
  .rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-b-star-2.png);
    position: absolute;
  }
  
  .rating__number {
    font-weight: 700;
    font-size: 21px;
    line-height: 130.19%;
  }
  
  footer .footer {
    padding: 36px 0;
    color: var(--ft_text_color);
    background-color: var(--ft_background_color);
  }
  
  footer .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  footer .footer__social-link {
    max-width: 320px;
    color: var(--ft_text_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  footer .footer .footer-widget {
    color: var(--ft_text_color);
    font-size: 14px;
  }
  
  footer .footer .footer-widget__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 142.69%;
    color: var(--main-accent-color);
    margin-bottom: 0;
  }
  
  footer .footer .footer-widget ul {
    padding: 0;
  }
  
  footer .footer .footer-widget ul li {
    list-style-type: none;
    margin-bottom: 16px;
  }
  
  footer .footer .footer-widget a {
    color: var(--ft_text_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    text-decoration: none;
  }
  
  .site-info {
    border-top: 2px solid var(--site_info_b_color);
    padding: 10px 0;
    background-color: var(--ft_background_color);
  }
  
  .site-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .site-info a,
  .site-info p {
    color: var(--ft_text_color);
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px;
  }
  
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 16px 0;
    margin: 0;
  }
  
  .breadcrumb ul li {
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
  }
  
  .breadcrumb ul li a {
    text-decoration: underline;
    color: var(--text-body-color);
    font-weight: 400;
    padding-right: 30px;
    position: relative;
  }
  
  .breadcrumb ul li a:after {
    content: " ";
    background-image: url(../img/arrow.svg);
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 20px;
    color: var(--main-accent-color);
    font-weight: 600;
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    background-position: center;
    background-size: 100%;
  }
  
  .about-page {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-color: var(--h_background_color);
    background-position: 50%;
    min-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
  }
  
  .about-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    min-height: 320px;
    margin: 20px 0;
  }
  
  .about-page__wrap > :nth-child(2) {
    max-width: 40%;
  }
  
  .about-page__title {
    font-weight: 700;
    font-size: 51px;
    line-height: 124.69%;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 20px;
  }
  
  .about-page__title::before {
    width: 113px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 9px;
    bottom: 0;
    background-color: #288ff2;
  }
  
  .about-page__description {
    max-width: 500px;
    margin: 0;
  }
  
  .about-page__description p {
    margin: 0;
  }
  
  .list-anchor {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  
  .list-anchor__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .list-anchor__title::after {
    content: none;
  }
  
  .list-anchor__title img {
    padding: 8px;
    background: linear-gradient(255deg, #00b7ff, #8d53e9);
    border-radius: 50%;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .list-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
  }
  
  .list-anchor ul li {
    border-radius: 60px;
    border: 1px solid #288ff2;
    padding: 10px 24px;
    margin: 5px;
    color: #fff;
  }
  
  .list-anchor ul li:hover {
    background-color: #8a56ea57;
    border-color: #8a56ea57;
  }
  
  .list-anchor ul li:hover a {
    text-decoration: none;
    color: #fff;
  }
  
  .list-anchor ul a {
    text-decoration: none;
    font-size: 14px;
    line-height: 142.69%;
    font-weight: 700;
    color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px;
    grid-template-columns: 1fr 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 5px;
  }
  
  .list-anchor ul a:hover {
    text-decoration: underline;
    color: var(--main-accent-color);
  }
  
  .promocode-block {
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    border-radius: 15px;
    border: unset;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background-color: transparent;
    margin: 0 auto;
  }
  
  .promocode-block:hover input {
    opacity: 1;
  }
  
  .promocode-block__title {
    color: #fff;
    text-align: center;
  }
  
  .promocode-block__title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
  }
  
  .promocode-block input {
    background-color: transparent;
    border: 2px dashed #5ad1ff;
    border-radius: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 145.69%;
    text-transform: uppercase;
    width: 320px;
    padding: 10px;
    margin: 10px;
    outline: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .promocode-block__valid-text {
    padding: 9px 21px;
    border-radius: 10px;
    font-weight: 900;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .promocode-block__valid-text .light {
    width: 3px;
    height: 3px;
    background-color: #25d04b;
    border-radius: 50%;
    padding: 3px;
    margin: 5px;
    -webkit-box-shadow: 0 0 10px #25d04b;
    box-shadow: 0 0 10px #25d04b;
    position: relative;
  }
  
  .promocode-block__valid-text .light:after {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 0;
    -webkit-box-shadow: 0 0 5px #25d04b;
    box-shadow: 0 0 5px #25d04b;
  }
  
  .promocode-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 10px;
    width: 100%;
    max-width: 320px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .promocode-block__header p {
    display: inline;
    padding-left: 20px;
    margin: 0;
  }
  
  .promocode-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .promocode-block__body:after {
    content: " ";
    background: -webkit-gradient(linear, left top, right top, from(rgba(141, 83, 233, .8)), color-stop(63.02%, rgba(90, 209, 255, .369792)), to(rgba(90, 209, 255, 0)));
    background: linear-gradient(90deg, rgba(141, 83, 233, .8) 0, rgba(90, 209, 255, .369792) 63.02%, rgba(90, 209, 255, 0) 100%);
    opacity: .6;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  
  .promocode-block__body:before {
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: " ";
    left: -7px;
    background: -webkit-gradient(linear, left bottom, left top, from(#8d53e9), color-stop(163.71%, #5ad1ff));
    background: linear-gradient(360deg, #8d53e9 0, #5ad1ff 163.71%);
    border-radius: 5px;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  
  .promocode-block a,
  .promocode-block button {
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    border: unset;
    color: #fff;
    background-color: #288ff2;
  }
  
  .info-about-site {
    margin-bottom: 35px;
  }
  
  .info-about-site__title {
    text-transform: uppercase;
  }
  
  .info-about-site__warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .info-about-site__warp > div {
    width: 49%;
  }
  
  .non-recommend {
    margin-bottom: 35px;
  }
  
  .non-recommend__warning {
    background: #ffe9e9;
    border: 1px solid #c5a1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    padding: 22px 35px;
    margin-bottom: 30px;
  }
  
  .non-recommend .site {
    padding-left: 71px;
  }
  
  .non-recommend .site__logo-and-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .non-recommend .site__logo {
    margin: 5px 0 15px;
  }
  
  .non-recommend .site::after {
    content: none;
  }
  
  .non-recommend .site::before {
    content: "X";
    position: absolute;
    height: 100%;
    width: 71px;
    top: 0;
    left: 0;
    background-color: #e03131;
    color: #fff;
    font-weight: 400;
    font-size: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .non-recommend .site__description {
    width: 65%;
    padding: 20px 40px;
    line-height: 142.69%;
  }
  
  .non-recommend .site__title {
    font-weight: 700;
    font-size: 19px;
    margin-top: 0;
  }
  
  .author {
    margin-bottom: 35px;
  }
  
  .author h2 {
    margin-top: 0;
  }
  
  .author__wrap {
    background: #fff;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    padding: 50px 55px;
  }
  
  .author__description {
    margin-bottom: 15px;
  }
  
  .author__description h2 {
    display: inline-block;
    margin-right: 20px;
  }
  
  .author__description img {
    max-width: 100%;
    height: auto;
  }
  
  .author__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .author__img-name {
    text-align: center;
    margin-right: 38px;
  }
  
  .author__img-name img {
    border-bottom: 5px solid var(--main-accent-color);
  }
  
  .author__img-name h3 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    margin: 0;
  }
  
  .author__rating {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 26px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .author__rating > span {
    width: 110px;
    height: 19px;
    position: relative;
    margin-left: 1rem;
    display: inline-block;
  }
  
  .author__rating > span .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-big-star-1.png);
  }
  
  .author__rating > span .full {
    width: 100%;
    height: 100%;
    background-image: url(../img/icon-big-star-2.png);
    position: absolute;
    background-size: 22px;
    top: 0;
  }
  
  .author .label-comment {
    color: var(--link_color);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
  }
  
  .author .label-comment:hover {
    color: var(--link_hover);
  }
  
  .author__date,
  .author__email {
    font-size: 19px;
    line-height: 142.69%;
    color: #dbd1d1;
    font-weight: 300;
  }
  
  .author__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .author__social > div {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .author__social .social-links {
    padding-top: 10px;
    padding-left: 10px;
    border-radius: var(--border-radius);
    border: 1px solid var(--main-accent-color);
    margin-top: 0;
  }
  
  .author-page .author__img-name h1 {
    margin: 0;
  }
  
  .author-page {
    margin-top: 20px;
  }
  
  body.author {
    margin-bottom: 0;
  }
  
  .social-links {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  
  .social-links li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .social-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 36px;
    background-color: var(--color_bg_soc_icons);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 7px;
  }
  
  .social-links li a.twitter {
    background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
    -webkit-box-shadow: 0 5px 16px rgba(76, 162, 246, .3);
    box-shadow: 0 5px 16px rgba(76, 162, 246, .3);
  }
  
  .social-links li a.twitter svg {
    fill: #fff;
  }
  
  .social-links li a.instagram {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    -webkit-box-shadow: 0 5px 16px rgba(186, 77, 101, .3);
    box-shadow: 0 5px 16px rgba(186, 77, 101, .3);
  }
  
  .social-links li a.instagram svg {
    fill: #fff;
  }
  
  .social-links li a.pinterest {
    background: #ed146e;
    -webkit-box-shadow: 0 5px 16px rgba(186, 77, 101, .3);
    box-shadow: 0 5px 16px rgba(186, 77, 101, .3);
  }
  
  .social-links li a.pinterest svg {
    fill: #fff;
  }
  
  .social-links li a.facebook {
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%);
    -webkit-box-shadow: 0 5px 16px rgba(76, 162, 246, .3);
    box-shadow: 0 5px 16px rgba(76, 162, 246, .3);
  }
  
  .social-links li a.facebook svg {
    fill: #fff;
  }
  
  .social-links li a svg {
    fill: var(--color_soc_icons);
  }
  
  .social-links li a:hover {
    background-color: var(--color_soc_icons);
  }
  
  .social-links li a:hover svg {
    fill: var(--color_bg_soc_icons);
  }
  
  @font-face {
    font-family: SFUIText;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""), url(../fonts/SFUITextRegular.woff2) format("woff2"), url(../fonts/SFUITextRegular.woff) format("woff");
  }
  
  @font-face {
    font-family: SFUIText;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(""), url(../fonts/SFUITextBold.woff2) format("woff2"), url(../fonts/SFUITextBold.woff) format("woff");
  }
  
  .with-sidebar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .with-sidebar .sidebar {
    width: 25%;
    padding-left: 20px;
  }
  
  .with-sidebar .page-content {
    width: 100%;
  }
  
  .sidebar__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 142.69%;
    margin-bottom: 10px;
  }
  
  .sidebar__wrap img {
    max-width: 100%;
  }
  
  .sidebar__wrap .calendar_wrap table {
    margin: auto;
  }
  
  .review-page {
    background-color: var(--review-bg-color);
    color: var(--review-text);
    display: flow-root;
    margin-bottom: 35px;
    background-size: cover;
    position: relative;
  }
  
  .review-page h1 {
    font-size: 40px;
    margin: 40px 0;
    font-weight: 700;
    line-height: 124.69%;
    position: relative;
  }
  
  .review-page__wrap {
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
  }
  
  .review-page__wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .review-page__wrap > div > div {
    margin-bottom: 15px;
  }
  
  .review-page__logo div {
    border-radius: 15px;
    border: 1px solid var(--review-progress-bar);
    margin-top: 13px;
    margin-right: 25px;
    width: 240px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }
  
  .review-page__logo div img {
    max-width: 200px;
    height: auto;
  }
  
  .review-page__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .mobile-app .review-page__rating {
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .mobile-app .review-page__rating div {
    margin-bottom: 30px;
  }
  
  .mobile-app .review-page__rating div:after {
    content: none;
  }
  
  .review-page__rating div {
    position: relative;
  }
  
  .review-page__rating div:after {
    position: absolute;
    height: 130px;
    width: 130px;
    left: 0;
    top: 0;
    content: attr(data-pct) "%";
    line-height: 132px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    text-shadow: 0 0 15px var(--review-progress-bar);
  }
  
  .review-page__rating p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130.19%;
    text-align: center;
    margin-top: -10px;
  }
  
  .review-page__rating svg {
    height: 130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 130px;
  }
  
  .review-page__rating .progress-bar__background {
    fill: none;
    stroke: rgba(255, 255, 255, .15);
    stroke-width: 1;
  }
  
  .review-page__rating .progress-bar__progress {
    fill: none;
    stroke: var(--review-progress-bar);
    stroke-dasharray: 80 80;
    stroke-dashoffset: 80;
    stroke-linecap: round;
    stroke-width: 1;
    -webkit-transition: stroke-dashoffset 1s ease-in-out;
    transition: stroke-dashoffset 1s ease-in-out;
    -webkit-filter: drop-shadow(0 0 1px var(--review-progress-bar));
    filter: drop-shadow(0 0 1px var(--review-progress-bar));
  }
  
  body .review-page__overall-rating:after {
    height: 180px;
    width: 185px;
    content: attr(data-pct) "% OVERALL";
    line-height: 34px;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
  }
  
  body .review-page__overall-rating svg {
    height: 200px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 200px;
  }
  
  body .review-page__overall-rating .progress-bar__progress {
    stroke-dasharray: 90 90;
    stroke-dashoffset: 90;
  }
  
  .review-page__link-bonus {
    padding: 10px 10px 9px;
    min-width: 220px;
    text-align: center;
    margin-right: 25px;
    display: block;
  }
  
  .review-page__link-bonus.link-button {
    min-width: 242px;
  }
  
  .mobile-app .review-page__link-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .mobile-app .review-page__link-bonus svg {
    border-radius: 5px;
    margin-right: 10px;
    width: 21px;
    height: 21px;
  }
  
  .mobile-app .review-page__link-bonus svg path {
    fill: var(--review-text);
  }
  
  .review-page__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--review-progress-bar);
    padding: 10px;
    border-radius: var(--border-radius);
    margin-right: 20px;
  }
  
  .review-page__bonus p {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0;
  }
  
  .review-page__mobile {
    padding: 6px 10px;
    border: 1px solid var(--review-progress-bar);
    border-radius: var(--border-radius);
  }
  
  .review-page__mobile p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
  
  .review-page__mobile p svg {
    border-radius: 5px;
    margin-left: 10px;
    width: 27px;
    height: 27px;
  }
  
  .review-page__mobile p svg path {
    fill: var(--review-text);
  }
  
  .pc-cards {
    margin-top: -140px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
  }
  
  .pc-cards > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .pc-cards > div > div {
    background-color: #fff;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 25px;
    max-width: 218px;
    width: 218px;
    margin-bottom: 10px;
  }
  
  .pc-cards > div > div span {
    font-weight: 600;
    font-size: 19px;
    line-height: 142.69%;
    text-align: center;
    display: block;
  }
  
  .pc-cards > div > div img {
    margin: auto auto 10px;
    display: block;
  }
  
  .pc-cards > div > div ul {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
  }
  
  .pc-cards > div > div ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 142.69%;
    padding-left: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
  }
  
  .pc-cards > div > div ul li:last-child {
    padding-bottom: 0;
  }
  
  .pc-cards > div > div ul.cons li {
    padding-left: 22px;
  }
  
  .mobile-app .rating__star {
    width: 151px;
    height: 24px;
    position: relative;
  }
  
  .mobile-app .rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-big-star-1.png);
    background-size: 30px;
  }
  
  .mobile-app .rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-big-star-1.svg);
    position: absolute;
    background-size: 30px;
    top: 0;
  }
  
  .mobile-page {
    color: var(--review-text);
    display: flow-root;
    margin-bottom: 35px;
    background-size: cover;
    position: relative;
  }
  
  .mobile-page h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
  }
  
  .mobile-page__wrap {
    z-index: 1;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    max-width: 800px;
    margin: 40px auto;
  }
  
  .mobile-page__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  
  .mobile-page__title h1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300;
  }
  
  .mobile-page__buttons {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  
  .mobile-page__rating-number {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
  }
  
  .mobile-page__lastupd {
    width: 100%;
  }
  
  .mobile-page__logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  
  .mobile-page__logo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
  }
  
  .mobile-page__logo div img {
    max-width: 200px;
    height: auto;
    object-fit: cover;
  }
  
  .mobile-page__rating {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .mobile-page__rating p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130.19%;
  }
  
  .mobile-page__mobile {
    padding: 6px 10px;
    border: 1px solid var(--review-progress-bar);
    border-radius: var(--border-radius);
  }
  
  .mobile-page__mobile p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
  
  .mobile-page__mobile p svg {
    border-radius: 5px;
    margin-left: 10px;
    width: 27px;
    height: 27px;
  }
  
  .mobile-page__mobile p svg path {
    fill: var(--review-text);
  }
  
  .posts-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .posts-archive__wrap .post {
    margin: 0 25px 30px;
    min-width: 343px;
  }
  
  .error-404 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .error-404__error-number {
    color: var(--main-accent-color);
    font-weight: 100;
    font-size: 196px;
    border-right: 3px solid #ece1e1;
    margin: 50px 0;
    padding: 0 20px;
  }
  
  .error-404__text {
    font-size: 21px;
    font-weight: 600;
    padding: 0 20px;
  }
  
  .error-404__text span {
    font-size: 74px;
    text-transform: uppercase;
    line-height: 80px;
  }
  
  .howto2 {
    background-color: var(--bg-body);
    border-radius: var(--border-radius);
    padding: 20px;
    margin: 35px 50px;
    border: 5px solid #fff;
  }
  
  .howto2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
  }
  
  .howto__title {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.7rem;
    position: relative;
  }
  
  .howto__title::after {
    content: none;
  }
  
  .howto__description {
    border-bottom: 2px solid var(--main-accent-color);
    padding: 0 0 20px;
  }
  
  .howto__block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
  }
  
  .step {
    padding: 16px;
    border-radius: 10px;
    background: #17233a;
  }
  
  .step__image {
    margin: 16px 0;
  }
  
  .step__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .step__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    margin-top: 0;
    text-align: center;
  }
  
  .step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 100px;
    position: relative;
    border-bottom: 1px solid #ece7e7;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .step2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 120%;
    background-color: #ece7e7;
    left: -56px;
    top: 0;
  }
  
  .step2:last-child::before {
    background-color: var(--bg-body);
    height: 50%;
  }
  
  .step2__body span {
    color: #fff;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 2rem;
    font-weight: 700;
    outline: #fff double 2px;
    outline-offset: -5px;
  }
  
  .step2__body.with-image {
    max-width: 45%;
    min-width: 45%;
  }
  
  .step2__image {
    margin-left: 25px;
    min-width: 50%;
    max-width: 65%;
  }
  
  .step2__image img {
    max-width: 100%;
    height: auto;
  }
  
  .step2__title {
    color: var(--main-accent-color);
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  
  .review-table__wrap {
    margin: 20px 0;
  }
  
  .review-table__wrap ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
  }
  
  .review-table__wrap ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--main-accent-color);
    border-top: none;
  }
  
  .review-table__wrap ol li:nth-child(1) {
    border: 2px solid var(--site_info_b_color);
  }
  
  .review-table__wrap ol li img {
    max-width: 60px;
    margin: 0 10px;
    border-radius: var(--border-radius);
  }
  
  .review-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--main-accent-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 10px;
  }
  
  .review-table__header div:nth-child(1) {
    width: 40px;
  }
  
  .review-table__header div:nth-child(2) {
    width: 205px;
  }
  
  .review-table__header div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .review-table__header div:nth-child(4) {
    width: 111px;
  }
  
  .review-table__header div:nth-child(5) {
    width: 170px;
  }
  
  .review-table__bookmaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 214px;
  }
  
  .review-table__b-link {
    padding: 8px 0;
    margin-left: 20px;
    white-space: nowrap;
    width: 150px;
    display: block;
    text-align: center;
  }
  
  .review-table__name {
    padding: 0 10px;
    width: 120px;
  }
  
  .review-table__bonus {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
  }
  
  .review-table__rating p {
    width: 111px;
    height: 20px;
    position: relative;
  }
  
  .review-table__rating span {
    background-image: url(../img/icon-big-star-1.png);
    display: block;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x;
  }
  
  .review-table__rating span.full {
    background-image: url(../img/icon-big-star-2.png);
    position: absolute;
    top: 0;
    background-size: 22px;
  }
  
  .comments-area {
    margin: 35px 0;
  }
  
  .comments-area .comment-respond p {
    margin: 0;
  }
  
  .comments-area .comment-respond form {
    display: flow-root;
  }
  
  .comments-area .comment-respond .comment-form-comment {
    width: 75%;
    float: left;
  }
  
  .comments-area .comment-respond .comment-form-comment textarea {
    width: 99%;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    outline: 0;
    padding: 20px;
  }
  
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    float: right;
    width: 20%;
    margin-bottom: 8px;
  }
  
  .comments-area .comment-respond .comment-form-author input,
  .comments-area .comment-respond .comment-form-email input {
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 10px;
    outline: 0;
    width: 91%;
  }
  
  .comments-area .comment-respond .form-submit {
    float: right;
    width: 20%;
  }
  
  .comments-area .comment-respond .form-submit input {
    width: 100%;
    text-align: center;
    padding: 8px 5px;
  }
  
  .comments-area li.comment {
    border-bottom: 1px solid #e0e3e0;
    padding-bottom: 20px;
    margin: 35px 0;
  }
  
  .comments-area li.comment li {
    border-bottom: none;
  }
  
  .comments-area .comment {
    list-style-type: none;
    padding: 0;
    margin: 50px 0 0;
  }
  
  .comments-area .comment article {
    padding: 10px;
    border-radius: var(--border-radius);
    background-image: linear-gradient(110deg, #172034, rgba(9, 15, 30, .9) 100%);
  }
  
  .comments-area .comment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .comments-area .comment__body h3 {
    margin: 10px 0 0;
    font-weight: 700;
  }
  
  .comments-area .comment__author {
    font-weight: 600;
    font-size: 1.1rem;
  }
  
  .comments-area .comment__author p {
    margin: 0;
  }
  
  .comments-area .comment__meta {
    color: #c4c4c4;
  }
  
  .comments-area .comment__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .comments-area .comment__text .com-text {
    max-width: 85%;
  }
  
  .comments-area .comment__text .com-rating {
    width: 110px;
    height: 19px;
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem;
  }
  
  .comments-area .comment__text .com-rating .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-big-star-1.png);
  }
  
  .comments-area .comment__text .com-rating .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/icon-big-star-2.png);
    position: absolute;
    background-size: 22px;
    top: 0;
  }
  
  .comments-area .comment.parent > div {
    margin-bottom: 10px;
  }
  
  .comments-area .comment .children {
    border-left: 1px solid var(--main-accent-color);
  }
  
  .comments-area .comment .comment-reply-title a {
    font-size: 14px;
    margin-top: 15px;
    float: right;
  }
  
  .rating-container label {
    background-image: url(../img/icon-big-star-2.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    width: 23px;
    height: 23px;
    display: inline-block;
    color: #acacac;
  }
  
  .rating-container label:hover {
    background-image: url(../img/icon-big-star-2.png);
    background-size: 23px;
    cursor: pointer;
  }
  
  .rating-container input {
    display: none;
  }
  
  .rating-container input:checked ~ label {
    background-image: url(../img/icon-big-star-1.png);
  }
  
  .sliderFull {
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
  }
  
  .sliderFull__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
  }
  
  .sliderFull__arrow {
    position: absolute;
    font-size: 3rem;
    font-weight: 600;
    bottom: 0;
    cursor: pointer;
    padding: 0 20px;
  }
  
  .sliderFull__arrow.next {
    left: 100px;
  }
  
  .sliderFull__arrow.prev {
    left: 0;
    right: unset;
  }
  
  .sliderFull__navigation {
    position: relative;
    height: 65px !important;
    width: 100%;
  }
  
  .sliderFull__count {
    color: var(--h_navigation_color);
    font-size: 1.5rem;
    font-style: italic;
    position: absolute;
    bottom: 13px;
    left: 52px;
    margin: 0;
  }
  
  .sl-item {
    width: 1526px;
    background-color: var(--h_background_color);
    color: var(--h_navigation_color);
  }
  
  .sl-item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
  }
  
  .sl-item > div > div {
    max-width: 55%;
    padding: 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }
  
  .sl-item > div > div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .sl-item__title {
    margin: 0 0 20px;
    font-size: 2rem;
    text-transform: capitalize;
  }
  
  .sl-item__description {
    font-size: 1.2rem;
  }
  
  .sl-item__link {
    padding: 7px 40px;
    text-transform: capitalize;
    font-size: 1.2rem;
    display: inline-block;
  }
  
  .bk-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .bk-point > div {
    width: 39%;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--border-radius);
    padding: 40px 50px;
    position: relative;
    margin: 30px 0;
  }
  
  .bk-point > div ul {
    margin: 0;
    padding: 0 0 0 16px;
  }
  
  .bk-point > div ul li {
    line-height: 35px;
  }
  
  .bk-point > div::before {
    content: url(../img/hand-like.png);
    position: absolute;
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    top: -25px;
    left: -25px;
  }
  
  .bk-point__pros {
    border-color: var(--pros_colors);
    background-color: #ecf4e7;
  }
  
  .bk-point__pros::before {
    background-color: var(--pros_colors);
  }
  
  .bk-point__cons {
    border-color: var(--cons_colors);
    background-color: #f6e9e9;
  }
  
  .bk-point__cons::before {
    background-color: var(--cons_colors);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .payment-methods {
    border: 1px solid var(--btn-back-color);
    border-radius: var(--border-radius);
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  
  .payment-methods__title {
    background-color: var(--btn-back-color);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    margin: -3px -1px;
    padding: 13px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--btn-back-text-color);
  }
  
  .payment-methods__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 20px;
  }
  
  .payment-methods__list li {
    margin: 5px 30px;
  }
  
  .video {
    max-width: 650px;
  }
  
  .video.align-center {
    margin: 0 auto;
  }
  
  .video.align-right {
    margin-left: auto;
  }
  
  .video__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    margin: 40px 0;
  }
  
  .video__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none;
  }
  
  .video__play-shape {
    fill: #212121;
    fill-opacity: .8;
  }
  
  .video__play-icon {
    fill: #fff;
  }
  
  .video__play:focus {
    outline: 0;
  }
  
  .video__play:focus .video__play-shape,
  .video__play:hover .video__play-shape {
    fill: red;
    fill-opacity: 1;
  }
  
  .video__play:hover {
    cursor: pointer;
  }
  
  .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .num-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .num-blocks__item {
    width: 20%;
    border: 1px solid var(--main-accent-color);
    padding: 20px;
    position: relative;
    margin: 20px 0;
  }
  
  .num-blocks__count {
    background-color: var(--main-accent-color);
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
  }
  
  .num-blocks__img img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .deposite-block {
    position: relative;
    margin-top: 40px;
  }
  
  .deposite-block__get-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .deposite-block__get-bonus input {
    text-align: center;
    border: 1px solid #003b90;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px 0 0 12px;
    font-weight: 700;
    font-size: 12px;
    width: 55%;
    padding: 7px 15px 6px;
    outline: 0;
    -webkit-box-shadow: 0 14px 25px rgba(1, 60, 160, .44);
    box-shadow: 0 14px 25px rgba(1, 60, 160, .44);
    background-color: #fff;
    height: 40px;
  }
  
  .deposite-block__get-bonus a,
  .deposite-block__get-bonus button {
    background-color: #288ff2;
    border: unset;
    border-radius: 0 12px 11px 0;
    height: 40px;
    width: 25%;
    -webkit-box-shadow: 0 0 50px #2a8047;
    box-shadow: 0 0 50px #2a8047;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .deposite-block__get-bonus a:hover,
  .deposite-block__get-bonus button:hover {
    cursor: pointer;
    background: #8d53e9;
    border: unset;
    border-radius: 0 12px 11px 0;
    width: 30%;
    -webkit-box-shadow: 0 0 50px #2a8047;
    box-shadow: 0 0 50px #2a8047;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  
  .deposite-block__header {
    color: #ffe352;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .deposite-block__amount {
    font-size: 50px;
    color: #24cc5f;
    font-weight: 700;
    text-shadow: 1px 0 1px #ffdf39, 0 1px 1px #ffdf39, -1px 0 1px #ffdf39, 0 -1px 1px #ffdf39;
    text-align: center;
  }
  
  .deposite-block__wrap {
    position: relative;
    padding: 15px 0;
    z-index: 2;
    border: 2px solid #1b1912;
    border-radius: 25px;
    background-color: #090f1e;
    background-size: cover;
    min-width: 300px;
    -webkit-box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39;
    box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39;
  }
  
  .deposite-block__wrap:after {
    position: absolute;
    width: 83px;
    height: 101px;
    background-size: contain;
    top: 14px;
    left: -17px;
    background-repeat: no-repeat;
  }
  
  .deposite-block__arrow-img {
    -webkit-animation: 2s steps(2) infinite stopsignal;
    animation: 2s steps(2) infinite stopsignal;
  }
  
  .deposite-block__arrow {
    position: relative;
    height: 50px;
  }
  
  .deposite-block__arrow img:nth-child(2) {
    width: 40px;
    position: absolute;
    top: 0;
    right: calc(50% - 20px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .deposite-block__arrow img:nth-child(1) {
    width: 88px;
    position: absolute;
    top: 0;
    right: calc(50% - 44px);
  }
  
  .deposite-block__text {
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
  }
  
  @-webkit-keyframes stopsignal {
    0% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes stopsignal {
    0% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .fast-links-block button {
    border: 1px solid #172034;
    padding: 0 0 0 1rem;
  }
  
  .fast-links-block__item {
    -webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background-image: linear-gradient(110deg, #172034, rgba(9, 15, 30, .9) 100%);
    height: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
  }
  
  .fast-links-block__item.active {
    background-color: var(--main-accent-color);
    color: #fff;
    padding: 10px 25px;
  }
  
  .fast-links-block__item.active span {
    color: #fff;
  }
  
  .fast-links-block__item span {
    color: #fff;
    font-size: 10px;
    text-align: left;
    margin: 0;
  }
  
  .fast-links-block__item strong {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: block;
  }
  
  .fast-links-block__item img {
    width: auto;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    object-fit: cover;
  }
  
  .fast-links-block__item a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
  }
  
  .fast-links-block__item:hover {
    background-color: var(--main-accent-color);
  }
  
  .fast-links-block__item:hover a,
  .fast-links-block__item:hover span {
    color: #fff;
  }
  
  .icon-arrow {
    background-image: url("data:image/svg+xml, %3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_305)'%3E%3Cline x1='7.33334' y1='1.16667' x2='7.33334' y2='7.83333' stroke='white' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cline x1='7.33333' y1='7.83329' x2='0.666666' y2='7.83329' stroke='white' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cpath d='M7.19527 8.63803C7.45562 8.89838 7.87773 8.89838 8.13808 8.63803C8.39843 8.37768 8.39843 7.95557 8.13808 7.69522L7.19527 8.63803ZM1.13808 0.695197C0.877728 .434847 .455618 .434846 .195268 0.695195C-0.065082 .955544 -.0650825 1.37765 .195267 1.638L1.13808 0.695197ZM8.13808 7.69522L1.13808 0.695197L0.195267 1.638L7.19527 8.63803L8.13808 7.69522Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_305'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 .5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .5rem;
  }
  
  .icon-home {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M23.503 11.803 12.6.263a.844.844 0 0 0-.275-.195.805.805 0 0 0-.922.195L.498 11.803A1.853 1.853 0 0 0 0 13.073c0 .99.76 1.795 1.694 1.795h1.15v8.235c0 .496.378.897.846.897h6.616v-6.28h2.965V24h7.04c.468 0 .847-.4.847-.897v-8.235h1.149c.45 0 .881-.188 1.199-.527.66-.701.66-1.837-.003-2.538Z'/%3E%3C/svg%3E");
    width: 20px;
    height: 14px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .subscribe {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 180px;
    grid-template-columns: auto 1fr 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .subscribe__wrap {
    padding: 45px 0;
    background: -webkit-gradient(linear, left top, right top, from(#8d53e9), color-stop(163.71%, #5ad1ff));
    background: linear-gradient(90deg, #8d53e9 0, #5ad1ff 163.71%);
    width: 100%;
    max-width: 100% !important;
  }
  
  .subscribe__img img {
    width: 100%;
    height: auto;
  }
  
  .subscribe__body .wpcf7-email {
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fff;
    width: 100%;
    font-size: 20px;
  }
  
  .subscribe__body .wpcf7-email::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .subscribe__body .wpcf7-email::-moz-placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .subscribe__body .wpcf7-email:-ms-input-placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .subscribe__body .wpcf7-email::placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .subscribe__body .wpcf7-email::-ms-input-placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .subscribe__body .wpcf7-submit {
    padding: 13px 47px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#8d53e9), color-stop(163.71%, #5ad1ff));
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(90deg, #8d53e9 0, #5ad1ff 163.71%);
    -webkit-box-shadow: 0 12px 24px rgba(255, 255, 255, .25);
    box-shadow: 0 12px 24px rgba(255, 255, 255, .25);
    border: unset;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
  }
  
  .subscribe__body .wpcf7-spinner {
    position: absolute;
    right: 0;
  }
  
  .subscribe__body form p {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    justify-items: center;
  }
  
  .subscribe__title p.h2 {
    font-weight: 700;
    font-size: 53.6585px;
    margin: 0;
  }
  
  .subscribe__title p {
    font-weight: 400;
    font-size: 23.4756px;
    margin: 0;
  }
  
  @media (min-width: 768px) {
    .header {
      padding: 10px 0;
    }
  
    .header__wrap {
      max-height: 47px;
      padding: 0 10px;
      border-radius: 10px;
    }
  
    .header__logo img {
      max-height: 30px;
      width: auto;
    }
  }
  
  @media screen and (min-width: 768px) {
    .list-anchor {
      background: #17233a;
      padding: 0 20px;
    }
  
    .list-anchor__title img {
      display: none;
    }
  }
  
  @media (max-width: 1210px) {
    body .container,
    body .page-content {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  @media (max-width: 991px) {
    .with-sidebar .sidebar {
      display: none;
    }
  }
  
  @media (max-width: 769px) {
    .review-page h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 10px;
    }
  
    .review-page__wrap > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .review-page__link-bonus.btn-big-text {
      min-width: 265px;
      margin-right: 0;
      font-size: 1.3rem;
    }
  
    .mobile-app .review-page__link-bonus.btn-big-text svg {
      width: 27px;
      height: 27px;
    }
  
    .review-page__bonus {
      margin-top: 25px;
      margin-right: 0;
    }
  
    .review-page__logo {
      margin-bottom: 20px;
    }
  
    .review-page__logo div {
      margin-right: 0;
    }
  
    .review-page__rating {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .mobile-app .review-page__rating {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .review-page__overall-rating {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
  
    .mobile-page h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 10px;
    }
  
    .mobile-page__wrap > div {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .mobile-page__buttons button {
      width: 312px;
    }
  
    .mobile-page__logo {
      margin-top: 30px;
    }
  
    .com-text {
      margin-top: 20px;
    }
  
    .mobile-page__link-bonus.btn-big-text {
      min-width: 265px;
      margin-right: 0;
      font-size: 1.3rem;
    }
  
    .mobile-app .mobile-page__link-bonus.btn-big-text svg {
      width: 27px;
      height: 27px;
    }
  
    .mobile-page__bonus {
      margin-top: 25px;
      margin-right: 0;
    }
  
    .mobile-page__logo div {
      margin-right: 0;
    }
  
    .mobile-page__rating {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .mobile-app .mobile-page__rating {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bk-point {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bk-point > div {
      width: 75%;
      padding: 40px 20px;
    }
  
    .bk-point > div ul li {
      line-height: 20px;
    }
  }
  
  @media (max-width: 768px) {
    body ol {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
  
    .mobile-version {
      display: block;
    }
  
    .btn-big-text,
    .btn-loadmore,
    .cards__btn-more,
    body .tag-block__btn-more {
      font-size: 12px;
    }
  
    .content-button__control {
      font-size: 1.1rem;
    }
  
    .align-left .content-button__control,
    .align-right .content-button__control {
      margin: auto;
    }
  
    .info-about-site__title > *,
    body .tag-block__title > * {
      max-width: 77%;
    }
  
    .info-about-site__title::before,
    body .tag-block__title::before {
      top: 50%;
    }
  
    .header {
      margin: auto;
      position: fixed;
      z-index: 2;
      width: 100%;
    }
  
    .header__mobile-navbar nav {
      border-radius: 0 20px 20px 0;
    }
  
    .header__logo img {
      width: 80px;
      height: unset;
    }
  
    .header__wrap {
      height: 60px;
    }
  
    .header__navbar,
    .header__second-navbar {
      display: none;
    }
  
    .header__mobile-navbar {
      display: block;
    }
  
    .header__mobile-navbar > label {
      width: 25px;
    }
  
    .header__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 10px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .header__buttons > :nth-child(2) {
      margin-left: 10px;
      background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    }
  
    .header__buttons > :nth-child(2):hover {
      opacity: .9;
    }
  
    .list-IL__list {
      width: 100%;
    }
  
    .list-IL__link span {
      padding-right: 50px;
    }
  
    .list-IL__link::after {
      right: 5px;
    }
  
    .medium {
      width: 100%;
    }
  
    .medium .cards__btn-more {
      margin: 27px auto !important;
    }
  
    .small {
      width: 100%;
    }
  
    .small .cards__btn-more {
      margin: 27px auto !important;
    }
  
    .medium-list ul li,
    .small-list ul li {
      width: 100%;
    }
  
    .site {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .site__logo-and-rating {
      max-width: 100%;
      width: 100%;
    }
  
    .site__offer {
      margin: 15px;
      min-width: 310px;
      width: 310px;
    }
  
    .site__pros-cons {
      margin: 20px 0 0;
    }
  
    .site__pros-cons ul {
      margin: 5px 15px;
    }
  
    .site__pm {
      max-width: 310px;
    }
  
    .site__link {
      font-size: 17px;
    }
  
    .block-posts__wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }
  
    .block-posts__second {
      display: none;
    }
  
    .post {
      margin-top: 20px;
      max-width: 320px;
    }
  
    .post__image img {
      max-width: 320px;
    }
  
    .faq details {
      padding: 25px 50px 25px 30px;
    }
  
    .faq summary:after {
      right: 20px;
      top: 20px;
      width: 5px;
      font-size: 2.8rem;
    }
  
    .q_and_a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .q_and_a details {
      width: 100%;
      min-width: 289px;
    }
  
    .q_and_a details summary {
      padding: 100px 20px 50px 30px;
      text-align: center;
    }
  
    .q_and_a details summary svg {
      padding-right: 10px;
      min-width: 60px;
    }
  
    footer .footer__wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    footer .footer__logo {
      width: 100%;
      height: auto;
      text-align: center;
    }
  
    footer .footer__col {
      min-width: 170px;
      margin-left: 45px;
    }
  
    footer .footer__social-link {
      width: 100%;
      max-width: unset;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 15px;
    }
  
    .breadcrumb {
      display: none;
    }
  
    .about-page {
      background-image: none !important;
      padding-top: 35px;
    }
  
    .about-page__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .about-page__wrap > :nth-child(2) {
      max-width: 100%;
    }
  
    .about-page__title {
      font-size: 27px;
    }
  
    .list-anchor ul {
      padding: 0;
    }
  
    .list-anchor ul li {
      border-radius: 10px;
      padding: 5px 10px;
    }
  
    .list-anchor ul li a {
      font-size: 12px;
    }
  
    .promocode-block__title p {
      font-size: 25px;
    }
  
    .promocode-block input {
      width: 100%;
      font-size: 16px;
    }
  
    .promocode-block__header {
      margin-top: 5px;
    }
  
    .promocode-block__body {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .promocode-block a,
    .promocode-block button {
      font-size: 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .info-about-site__warp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .info-about-site__warp > div {
      width: auto;
    }
  
    .non-recommend .site {
      padding-left: 30px;
    }
  
    .non-recommend .site__logo-and-rating {
      min-height: 130px;
    }
  
    .non-recommend .site::before {
      width: 30px;
      font-size: 22px;
    }
  
    .non-recommend .site__description {
      width: unset;
      padding: 20px;
    }
  
    .author-page .author__cart {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .author__wrap {
      padding: 30px 25px;
    }
  
    .author__img-name {
      margin-right: 15px;
    }
  
    .author__recommended {
      min-width: unset;
      margin-top: 0;
      font-size: 15px;
      padding: 9px 15px;
    }
  
    .author__date {
      font-size: 14px;
    }
  
    .author__description .text {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
  
    .posts-archive__wrap {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .posts-archive__wrap .post {
      margin: 0 0 30px;
      width: 100%;
      min-width: 280px;
    }
  
    .error-404 > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .error-404__error-number {
      border-right: unset;
      border-bottom: 3px solid #ece1e1;
      font-size: 144px;
    }
  
    .error-404__text {
      text-align: center;
    }
  
    .error-404__text span {
      font-size: 64px;
    }
  
    .howto2 {
      margin: 35px 0;
    }
  
    .step2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .step2__body.with-image {
      width: 100%;
      min-width: 100%;
    }
  
    .step2__image {
      margin-left: 0;
      width: 100%;
    }
  
    .step2__image img {
      max-width: 100%;
      width: 100%;
      height: auto;
    }
  
    .review-table__header div:nth-child(2) {
      width: 167px;
    }
  
    .review-table__header div:nth-child(5) {
      width: 160px;
    }
  
    .review-table__b-link {
      margin-left: 0;
    }
  
    .review-table__name {
      width: 80px;
    }
  
    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
      width: 35%;
    }
  
    .comments-area .comment-respond .comment-form-comment {
      width: 55%;
    }
  
    .comments-area .comment__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  
    .comments-area .comment__text .com-rating {
      margin-left: 0;
    }
  
    .comments-area .comment__text .com-text {
      max-width: 100%;
    }
  
    .sliderFull__arrow {
      font-size: 2rem;
    }
  
    .sliderFull__count {
      font-size: 1.2rem;
      bottom: 9px;
      left: 57px;
    }
  
    .sl-item > div {
      background-size: 50%;
    }
  
    .sl-item > div > div {
      max-width: 70%;
      padding: 0;
    }
  
    .sl-item__title {
      font-size: 1.5rem;
    }
  
    .sl-item__description {
      font-size: .8rem;
    }
  
    .fast-links-block button,
    .fast-links-block__item {
      width: 100%;
    }

 /* Стили для ячеек и скролла таблицы */
 div.content > table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  text-align: center;
  border-collapse: collapse;
}

div.content table thead th {
  white-space: nowrap;
  padding: 15px;
}
  }
  .content table {
    width: 100%;
    overflow-wrap: anywhere;
  }
  
  @media screen and (max-width: 768px) {
    main {
      padding-top: 30px;
    }
  
    .list-anchor.hide img {
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
  
    .list-anchor.hide ul {
      display: none;
    }
  
    .mobile-page__wrap {
      margin-bottom: 0;
    }
  
    .mobile-page__title {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 1;
      grid-row: 1;
    }
  
    .mobile-page__buttons {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 4;
      grid-row: 4;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  
    .mobile-page__logo {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 3;
      grid-row: 3;
    }
  
    .mobile-page__rating {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 2;
      grid-row: 2;
    }
  
    .mobile-page__rating p {
      text-align: center;
    }
  
    .subscribe {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .subscribe__wrap {
      margin-left: -10px !important;
      margin-right: -10px !important;
      padding-right: 10px !important;
      padding-left: 10px !important;
    }
  
    .subscribe__img {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
    }
  
    .subscribe__body {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
    }
  
    .subscribe__title {
      -ms-grid-column: 1;
      grid-column: 1;
    }
  
    .subscribe__title p.h2 {
      font-size: 32px;
    }
  
    .subscribe__title p {
      font-size: 18px;
    }
  }
  
  @media (max-width: 768px) and (max-width: 420px) {
    .header__logo img {
      width: 50px;
    }
  }
  
  @media (max-width: 650px) {
    .review-table__wrap ol li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .review-table__wrap ol li img {
      margin: 0;
    }
  
    .review-table__header div:nth-child(4),
    .review-table__header div:nth-child(5) {
      display: none;
    }
  
    .review-table__header div:nth-child(2) {
      width: 45%;
    }
  
    .review-table__header div:nth-child(1) {
      width: 27px;
    }
  
    .review-table__bookmaker {
      width: 44%;
    }
  
    .review-table__bonus {
      max-width: 44%;
    }
  
    .review-table__rating {
      width: 47%;
      margin-left: 10px;
    }
  
    .review-table__name {
      width: 140px;
    }
  
    .review-table__b-link {
      width: 130px;
    }
  }
  
  @media (max-width: 600px) {
    .author__date {
      display: block;
    }
  
    .author__wrap {
      padding: 15px 10px;
    }
  
    .author__cart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .author__social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .author__social > div {
      margin-right: 0;
    }
  
    .author__rating {
      padding: 10px 15px;
      font-size: 17px;
    }
  }
  
  @media (max-width: 594px) {
    .site__offer {
      min-width: 270px;
      width: 270px;
      text-align: center;
    }
  
    .site__pm {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .site__pm ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .offer__welcome-offer {
      font-size: 25px;
    }
  }
  
  @media (max-width: 550px) {
    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
      width: 65%;
      float: none;
    }
  
    .comments-area .comment-respond .comment-form-comment {
      width: 89%;
      float: none;
    }
  
    .comments-area .comment-respond .comment-form-comment textarea {
      width: 97%;
    }
  
    .comments-area .comments__wrap {
      padding: 15px 20px;
    }
  }
  
  @media (max-width: 500px) {
    .slider__arrow .count {
      display: block;
    }
  
    .next {
      left: 90px;
    }
  
    .q_and_a details[open] div {
      display: block;
      overflow: scroll;
    }
  }
  
  @media (max-width: 450px) {
    .list-anchor {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .list-anchor__title {
      margin-bottom: 7px;
      text-align: center;
      padding-right: 0;
    }
  
    .list-anchor ul li {
      margin-bottom: 5px;
      padding-right: 10px;
    }
  
    .review-page__rating {
      max-width: 320px;
    }
  
    .step2 {
      margin-left: 35px;
    }
  
    .step2::before {
      left: -26px;
    }
  
    .step2__body span {
      left: -55px;
    }
  
    .review-table__bonus {
      max-width: 100%;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 420px) {
    .btn-with-caption--sm {
      padding: 3px 8px;
    }
  
    .btn-with-caption--md {
      max-width: 100%;
    }
  }
  
  @media (max-width: 420px) {
    .promocode-block input {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .app-download {
      margin: 10px;
    }
  
    .app-download__wrapper {
      grid-gap: 2px 8px;
    }
  
    .app-download__title {
      font-size: 13px;
    }
  
    .header__buttons .btn-with-caption__title {
      font-size: 12px;
      line-height: 1;
    }
  
    .header__buttons .btn-with-caption {
      -ms-grid-rows: 20px 14px;
      grid-template-rows: 20px 14px;
    }
  
    .header__buttons .btn-with-caption img {
      max-height: 30px;
    }
  }
  
  @media screen and (max-width: 320px) {
    .app-download {
      margin: 5px;
    }
  
    .app-download__wrapper {
      -ms-grid-columns: 45px auto 100px;
      grid-template-columns: 45px auto 100px;
    }
  
    .btn-with-caption--sm {
      padding: 1px 5px;
    }
  
    .btn-with-caption__title {
      font-size: 12px;
      line-height: 1;
    }
  
    .btn-with-caption__caption {
      font-size: 8px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 991px) {
    .btn-big-text,
    .btn-loadmore,
    .cards__btn-more,
    body .tag-block__btn-more {
      font-size: 12px;
    }
  
    .list-IL__link::after {
      right: 5px;
    }
  
    .cards__item {
      height: 155px;
    }
  
    .site__logo-and-rating {
      max-width: 200px;
      width: 200px;
    }
  
    .site__offer {
      margin: 15px;
      min-width: 230px;
      width: 230px;
    }
  
    .site__pm {
      display: none;
    }
  
    .site__pros-cons {
      margin: 10px 15px;
    }
  
    .offer__welcome-offer {
      font-size: 23px;
    }
  
    .block-posts__wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }
  
    .block-posts__second {
      display: none;
    }
  
    .faq {
      margin-top: 20px;
    }
  
    .faq details {
      padding: 15px 23px;
    }
  
    .faq summary {
      font-size: 19px;
      margin-right: 0;
    }
  
    .faq summary::after {
      top: 10px;
      right: 15px;
      font-size: 2rem;
    }
  
    .q_and_a details {
      height: 250px;
      min-width: 370px;
    }
  
    .q_and_a details[open] div {
      padding: 30px 30px 20px;
    }
  
    footer .footer__logo img {
      width: 200px;
      height: auto;
    }
  
    footer .footer__social-link {
      width: 100%;
      max-width: unset;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 15px;
    }
  
    .about-page__wrap > :nth-child(2) {
      max-width: 50%;
    }
  
    .step2__body.with-image {
      width: 50%;
      max-width: 50%;
    }
  
    .step2__image {
      width: 50%;
    }
  
    .step2__image img {
      max-width: 100%;
      height: auto;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .header__navbar nav ul {
      padding: 0;
    }
  
    .header__navbar nav li {
      margin: 0 2px;
    }
  
    .cards__item {
      height: 155px;
    }
  
    .block-posts__second {
      max-width: 37%;
    }
  
    .block-posts__second .post__image img {
      clip: rect(0 170px 195px 0);
    }
  
    .block-posts__second .post__content {
      margin-left: 170px;
    }
  
    .block-posts__second .post__description {
      margin: 10px 10px 17px;
    }
  
    .block-posts__second .post__title {
      margin: 10px;
    }
  
    .post {
      max-width: 30%;
      overflow: hidden;
    }
  
    .post__title {
      margin: 15px 20px 10px;
    }
  
    .post__description {
      margin: 10px 20px 30px;
    }
  
    .faq details {
      padding: 20px 32px;
    }
  
    .faq summary {
      margin-right: 0;
    }
  
    .faq summary::after {
      top: 14px;
      right: 23px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .header__navbar nav ul {
      padding: 0;
    }
  
    .header__navbar nav li {
      margin: 0 1px;
    }
  
    .header__buttons :nth-child(2) {
      margin-left: 0;
    }
  
    .review-page__rating {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .review-page__logo div {
      margin-right: 10px;
    }
  
    .mobile-page__rating {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .mobile-page__logo div {
      margin-right: 10px;
    }
  }
  
  @media (max-width: 991px) and (min-width: 769px) {
    .medium-list ul li,
    .small-list ul li {
      width: 45%;
    }
  
    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
      width: 30%;
    }
  
    .comments-area .comment-respond .comment-form-comment {
      width: 65%;
    }
  
    .bk-point > div {
      padding: 30px;
    }
  
    .bk-point > div ul li {
      line-height: 30px;
    }
  }
  
  @media (max-width: 1199px) and (min-width: 991px) {
    .with-sidebar .site__offer {
      margin: auto 5px;
    }
  
    .with-sidebar .site__pros-cons {
      margin: 15px 5px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    .mobile-page__logo div,
    .review-page__logo div {
      margin-right: 10px;
    }
  }
  
  @media (min-width: 1049px) and (max-width: 1210px) {
    .posts-archive__wrap .post {
      margin: 0 5px 30px;
      min-width: 320px;
    }
  }
  
  @media (min-width: 950px) and (max-width: 1050px) {
    .posts-archive__wrap .post {
      margin: 0 55px 30px;
      max-width: 343px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 949px) {
    .posts-archive__wrap .post {
      margin: 0 17px 30px;
      max-width: 30%;
    }
  }
  
  @media (max-width: 1200px) and (min-width: 992px) {
    .bk-point > div {
      padding: 40px;
    }
  }
  
  @charset "utf-8";
  
  .wp-block-archives-dropdown label {
    display: block;
  }
  
  .wp-block-avatar {
    box-sizing: border-box;
  }
  
  .wp-block-avatar.aligncenter {
    text-align: center;
  }
  
  .wp-block-audio {
    box-sizing: border-box;
  }
  
  .wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
  }
  
  .wp-block-audio audio {
    width: 100%;
    min-width: 300px;
  }
  
  .wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
  }
  
  .wp-block-button__link.aligncenter {
    text-align: center;
  }
  
  .wp-block-button__link.alignright {
    text-align: right;
  }
  
  :where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
  }
  
  .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, 0.5em) * 0.75);
  }
  
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
  }
  
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
  }
  
  .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 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.is-style-outline > .wp-block-button__link,
  .wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em;
  }
  
  .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
  .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor;
  }
  
  .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
  .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    background-image: none;
  }
  
  .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 tbody td,
  .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd;
  }
  
  .wp-block-calendar tfoot td {
    border: none;
  }
  
  .wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
  }
  
  .wp-block-calendar a {
    text-decoration: underline;
  }
  
  .wp-block-calendar table caption,
  .wp-block-calendar table tbody {
    color: #40464d;
  }
  
  .wp-block-categories {
    box-sizing: border-box;
  }
  
  .wp-block-categories.alignleft {
    margin-right: 2em;
  }
  
  .wp-block-categories.alignright {
    margin-left: 2em;
  }
  
  .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 {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !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.has-background) {
    padding: 1.25em 2.375em;
  }
  
  .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: 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 .alignleft {
    float: left;
  }
  
  .wp-block-post-comments .alignright {
    float: right;
  }
  
  .wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .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-top: .5em;
    margin-right: .75em;
    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 {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
  }
  
  .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 {
    display: block;
    box-sizing: border-box;
    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-size: 1em;
    font-family: inherit;
  }
  
  .wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
  .wp-block-post-comments textarea {
    padding: calc(0.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-right: .5em;
    margin-bottom: .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 {
    margin-right: 1ch;
    display: inline-block;
  }
  
  .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 {
    margin-left: 1ch;
    display: inline-block;
  }
  
  .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 {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
  }
  
  .wp-block-comment-template li {
    clear: both;
  }
  
  .wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    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 {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
  }
  
  .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"]),
  .wp-block-cover .has-background-dim:not([class*="-background-color"]) {
    background-color: #000;
  }
  
  .wp-block-cover-image .has-background-dim.has-background-gradient,
  .wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent;
  }
  
  .wp-block-cover-image.has-background-dim:before,
  .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
  }
  
  .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
  .wp-block-cover-image .wp-block-cover__background,
  .wp-block-cover-image .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim:not(.has-background-gradient):before,
  .wp-block-cover .wp-block-cover__background,
  .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
  }
  
  .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-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,
  .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 {
    opacity: 0;
  }
  
  .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,
  .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 {
    opacity: .1;
  }
  
  .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,
  .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 {
    opacity: .2;
  }
  
  .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,
  .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 {
    opacity: .3;
  }
  
  .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,
  .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 {
    opacity: .4;
  }
  
  .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,
  .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 {
    opacity: .5;
  }
  
  .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,
  .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 {
    opacity: .6;
  }
  
  .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,
  .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 {
    opacity: .7;
  }
  
  .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,
  .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 {
    opacity: .8;
  }
  
  .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,
  .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 {
    opacity: .9;
  }
  
  .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,
  .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 {
    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 {
    display: block;
    content: "";
    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-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
  }
  
  .wp-block-cover-image.is-light .wp-block-cover__inner-container,
  .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000;
  }
  
  .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),
  .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) {
    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-image .wp-block-cover__image-background,
  .wp-block-cover-image video.wp-block-cover__video-background,
  .wp-block-cover .wp-block-cover__image-background,
  .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  .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-size: cover;
    background-repeat: no-repeat;
  }
  
  @supports (-webkit-overflow-scrolling:touch) {
    .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-image .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
  }
  
  .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-width: 320px;
    min-height: 240px;
  }
  
  .wp-block-embed {
    overflow-wrap: break-word;
  }
  
  .wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
  }
  
  .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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    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 {
    margin-bottom: 1.5em;
  }
  
  .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;
  }
  
  .wp-block-file__embed {
    margin-bottom: 1em;
  }
  
  :where(.wp-block-file__button) {
    border-radius: 2em;
    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;
    padding: 0;
    margin: 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 {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    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 {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  
  .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;
    max-width: 100%;
    height: auto;
    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 {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    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 {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
  
  .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 {
    width: 100%;
    margin-right: 0;
  }
  
  @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 {
      width: calc(33.33333% - 0.66667em);
      margin-right: 1em;
    }
  
    .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 {
      width: calc(25% - 0.75em);
      margin-right: 1em;
    }
  
    .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 {
      width: calc(20% - 0.8em);
      margin-right: 1em;
    }
  
    .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 {
      width: calc(16.66667% - 0.83333em);
      margin-right: 1em;
    }
  
    .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 {
      width: calc(14.28571% - 0.85714em);
      margin-right: 1em;
    }
  
    .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 {
      width: calc(12.5% - 0.875em);
      margin-right: 1em;
    }
  
    .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) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0;
  }
  
  .wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .wp-block-gallery.has-nested-images figure.wp-block-image > a,
  .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .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;
    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%;
    box-sizing: border-box;
  }
  
  .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 {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
  }
  
  .wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
  }
  
  .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto;
  }
  
  .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 {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
  }
  
  .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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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 {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }
  
  .wp-block-image.has-custom-border img,
  .wp-block-image 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 .aligncenter,
  .wp-block-image.alignleft,
  .wp-block-image .alignleft,
  .wp-block-image.alignright,
  .wp-block-image .alignright {
    display: table;
  }
  
  .wp-block-image.aligncenter > figcaption,
  .wp-block-image .aligncenter > figcaption,
  .wp-block-image.alignleft > figcaption,
  .wp-block-image .alignleft > figcaption,
  .wp-block-image.alignright > figcaption,
  .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
  }
  
  .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-top: .5em;
    margin-bottom: 1em;
  }
  
  .wp-block-image.is-style-circle-mask img,
  .wp-block-image.is-style-rounded 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 {
      -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-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-position: center;
      mask-position: center;
      border-radius: 0;
    }
  }
  
  .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;
  }
  
  ol.wp-block-latest-comments {
    margin-left: 0;
  }
  
  .wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
  }
  
  .wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
  }
  
  .has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
  }
  
  .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;
  }
  
  .has-dates .wp-block-latest-comments__comment,
  .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
  }
  
  .wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    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-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% - 0.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% - 0.83333em);
    }
  
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
      margin-right: 0;
    }
  
    .wp-block-latest-posts.columns-4 li {
      width: calc(25% - 0.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-top: .5em;
    margin-bottom: 1em;
  }
  
  .wp-block-latest-posts__featured-image a {
    display: inline-block;
  }
  
  .wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  
  .wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left;
  }
  
  .wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right;
  }
  
  .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 {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    box-sizing: border-box;
  }
  
  .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.is-vertically-aligned-center .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .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;
    width: 100%;
    vertical-align: middle;
  }
  
  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
  }
  
  .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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  @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 {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
  }
  
  .wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 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 {
    display: flex;
    align-items: center;
    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.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,
  .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;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em;
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em;
  }
  
  .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 {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%;
  }
  
  .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-right: 0;
    margin-left: auto;
  }
  
  .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 {
      content: "";
      position: absolute;
      right: 100%;
      height: 100%;
      display: block;
      width: .5em;
      background: transparent;
    }
  
    .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 {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
  }
  
  .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
  }
  
  .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"]~.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
  }
  
  .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 {
    position: relative;
    display: flex;
  }
  
  .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-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left;
  }
  
  .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)),
  :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)) {
    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;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15);
  }
  
  .wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, 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 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit;
  }
  
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
  }
  
  .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important;
  }
  
  .wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    animation: overlay-menu__fade-in-animation 0.1s ease-out;
    animation-fill-mode: forwards;
    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);
    overflow: auto;
    z-index: 100000;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
      animation-duration: 1ms;
      animation-delay: 0s;
    }
  }
  
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit);
  }
  
  .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 .submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .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 {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial);
  }
  
  .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 {
    color: inherit !important;
    background: transparent !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 {
    right: auto;
    left: auto;
  }
  
  @media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block;
      width: 100%;
      position: relative;
      z-index: auto;
      background-color: inherit;
    }
  
    .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 {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit;
  }
  
  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px;
  }
  
  .wp-block-navigation__responsive-container-open {
    display: flex;
  }
  
  @media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none;
    }
  }
  
  .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  
  .wp-block-navigation__responsive-close {
    width: 100%;
    max-width: var(--wp--style--global--wide-size, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  
  .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 {
    word-break: normal;
    overflow-wrap: break-word;
  }
  
  .wp-block-navigation .wp-block-navigation-item__description {
    display: none;
  }
  
  .wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit;
  }
  
  .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;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
  }
  
  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 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em;
  }
  
  .wp-block-post-author__avatar {
    margin-right: 1em;
  }
  
  .wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em;
  }
  
  .wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%;
  }
  
  .wp-block-post-author__name {
    margin: 0;
  }
  
  .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;
    text-align: center;
    overflow-wrap: break-word;
  }
  
  .wp-block-post-comments-form input:not([type="submit"]),
  .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
  }
  
  .wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
  .wp-block-post-comments-form textarea {
    padding: calc(0.667em + 2px);
  }
  
  .wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]),
  .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    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;
  }
  
  .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;
  }
  
  .wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box;
  }
  
  .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 {
    position: absolute;
    inset: 0;
    background-color: #000;
  }
  
  .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-terms__separator {
    white-space: pre-wrap;
  }
  
  .wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box;
  }
  
  .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 {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  
  .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;
  }
  
  .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 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
  }
  
  .wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
  }
  
  .wp-block-pullquote cite {
    color: inherit;
  }
  
  .wp-block-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
  }
  
  .wp-block-post-template.wp-block-post-template {
    background: none;
  }
  
  .wp-block-post-template.is-flex-container {
    flex-direction: row;
    display: flex;
    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% - 0.625em);
    }
  
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
      width: calc(33.33333% - 0.83333em);
    }
  
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
      width: calc(25% - 0.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);
    }
  }
  
  .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-right: .5em;
    margin-bottom: .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-child {
    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 {
    margin-right: 1ch;
    display: inline-block;
  }
  
  .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 {
    margin-left: 1ch;
    display: inline-block;
  }
  
  .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:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em;
  }
  
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
  }
  
  .wp-block-quote.is-large:not(.is-style-plain) cite,
  .wp-block-quote.is-large:not(.is-style-plain) footer,
  .wp-block-quote.is-style-large:not(.is-style-plain) cite,
  .wp-block-quote.is-style-large: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;
    padding: 0;
    list-style: none;
  }
  
  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: .625em;
    word-break: normal;
  }
  
  .wp-block-search__button.has-icon {
    line-height: 0;
  }
  
  .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
    vertical-align: text-bottom;
  }
  
  :where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em;
  }
  
  .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 {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    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) {
    padding: 4px;
    border: 1px solid #949494;
  }
  
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em;
  }
  
  :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: .125em .5em;
  }
  
  .wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
  }
  
  .wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none;
  }
  
  .wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto;
  }
  
  .wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
  }
  
  .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 {
    width: 120px;
    height: auto;
  }
  
  .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-social-links {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none;
  }
  
  .wp-block-social-links .wp-social-link a,
  .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
  }
  
  .wp-block-social-links .wp-social-link a {
    padding: .25em;
  }
  
  .wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
  }
  
  .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em;
  }
  
  .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 {
    justify-content: center;
    display: flex;
  }
  
  .wp-block-social-links.alignright {
    justify-content: flex-end;
  }
  
  .wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform 0.1s ease;
    height: auto;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
      transition-duration: 0s;
      transition-delay: 0s;
    }
  }
  
  .wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform 0.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: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,
  .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: 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 {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
  }
  
  .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: none;
  }
  
  .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 {
    width: 1.25em;
    height: 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 {
    color: #fff;
    stroke: #000;
  }
  
  .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-spacer {
    clear: both;
  }
  
  .wp-block-tag-cloud.aligncenter {
    text-align: center;
    justify-content: 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 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 {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .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 > *,
  .wp-block-table .has-border-color td,
  .wp-block-table .has-border-color th,
  .wp-block-table .has-border-color tr {
    border-color: inherit;
  }
  
  .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,
  .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 {
    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"]>*,
  .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 {
    border-right-color: inherit;
  }
  
  .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,
  .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 {
    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"]>*,
  .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 {
    border-left-color: inherit;
  }
  
  .wp-block-table table[style*="border-style"]>*,
  .wp-block-table table[style*="border-style"] td,
  .wp-block-table table[style*="border-style"] th,
  .wp-block-table table[style*="border-style"] tr {
    border-style: inherit;
  }
  
  .wp-block-table table[style*="border-width"]>*,
  .wp-block-table table[style*="border-width"] td,
  .wp-block-table table[style*="border-width"] th,
  .wp-block-table table[style*="border-width"] tr {
    border-width: inherit;
    border-style: inherit;
  }
  
  .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 {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
  }
  
  .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-top: .5em;
    margin-bottom: 1em;
  }
  
  .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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    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%;
  }
  
  figure {
    margin: 0 0 1em;
  }
  
  .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
  }
  
  .recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .wp-block-columns.wp-container-3 {
    flex-wrap: nowrap;
  }
  
  .content img {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .content p {
    margin-bottom: 15px;
  }
  
  .faq__answer_active {
    display: flex;
    width: 100%;
    height: auto;
  }
  
  .comment__name {
    font-size: 24px;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal-message {
    color: #7c809a;
    font-size: 16px;
  }
  
  .modal {
    background: rgba(26, 29, 47, .75);
    color: #1a1d2f;
    font-size: 14px;
  }
  
  .modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
  }
  
  .modal-message .modal-dialog {
    margin: 0 auto;
  }
  
  .modal-dialog {
    max-width: 380px;
  }
  
  @media (min-width: 576px) .modal-dialog-centered {
    min-height: calc(100% - 30px);
  }
  
  @media (min-width: 576px) .modal-dialog {
    margin: 15px auto;
    max-width: 500px;
  }
  
  .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 20px);
  }
  
  .modal-dialog {
    margin: 10px;
    pointer-events: none;
    position: relative;
    width: auto;
  }
  
  @media (min-width: 576px) {
    .modal-dialog-centered:before {
      height: calc(100vh - 30px);
    }
  }
  
  .modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 20px);
  }
  
  .modal-message .modal-content {
    margin: 20px;
  }
  
  .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
  }
  
  .modal-message .modal-body {
    padding: 25px 30px;
  }
  
  .modal-body {
    flex: 1 1 auto;
    padding: 30px;
    position: relative;
  }
  
  .modal-message .strong {
    color: #1a1d2f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .close {
    background-image: linear-gradient(0deg, #f4d21e, #ffab16);
    border-radius: 18px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -17px;
    width: 35px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .close svg {
    fill: #fff;
  }
  
  .modal_active {
    display: block;
  }
  
  .home {
    padding-top: 67px;
  }
  
  @media screen and (max-width: 769px) {
    .home {
      padding-top: 30px;
    }
  }
  
  .top-visible {
    display: block;
  }
  
  .pll-switcher select {
    background-color: #17233a;
    color: #fff;
    padding: 8px 10px;
    padding-right: 40px;
    border-radius: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) calc(1em), calc(100% - 10px) calc(1em), calc(100% - 2.2em) 0.4em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }