@charset "UTF-8";  /*!  * Bootstrap v5.1.3 (https://getbootstrap.com/)  * Copyright 2011-2021 The Bootstrap Authors  * Copyright 2011-2021 Twitter, Inc.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)  */ :root {   --theme-rounded-section: 30px;   --theme-rounded-button: 50px;   --theme-rounded-images: 12px;   --menu_bg: transparent;   --menu_text_color: #fffffE;   --mobile_menu_bg: #1C263c;   --header_bg_color: var(--bs-body-bg);   --footer_bg_color: transparent;   --footer_hr_color: transparent;   --footer_text_color: #5C6277;   --footer_link_color: #fffffE;   --header_secondary_menu_bg_color: transparent;   --table_background: #1a2337;   --header_table_background: #1a2337;   --header_table_text_color: var(--bs-body-color);   --table_text_color: var(--bs-body-color);   --button_primary_bg: #7475E8;   --button_primary_color: #fffffE;   --button_secondary_bg: #fffffE;   --button_secondary_color: #001001;   --button_success_bg: #56AE66;   --button_success_color: #fffffE;   --button_info_bg: #4e92e2;   --button_info_color: #fffffE;   --comments_bg: #fffffE;   --comments_text_color: #001001;   --media_block_color1: #1D2331;   --media_block_color2: #0A0F1c;   --theme-block-margin-bottom: 24px;   --theme-block-margin-bottom-mob: 12px; }  :root {   --bs-primary: #1079D6;   --bs-secondary: #090F1d;   --bs-success: #2DB865;   --bs-info: #0dcaEF;   --bs-warning: #FAE52A;   --bs-danger: #D32221;   --bs-light: #f8f9fb;   --bs-dark: #212528;   --bs-primary-rgb: 16, 121, 215;   --bs-secondary-rgb: 9, 15, 30;   --bs-success-rgb: 45, 184, 102;   --bs-info-rgb: 13, 202, 240;   --bs-warning-rgb: 250, 229, 43;   --bs-danger-rgb: 211, 34, 34;   --bs-light-rgb: 248, 249, 250;   --bs-dark-rgb: 33, 37, 41;   --bs-white-rgb: 255, 255, 255;   --bs-black-rgb: 0, 0, 0;   --bs-body-color-rgb: 255, 255, 255;   --bs-body-bg-rgb: 9, 15, 30;   --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";   --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;   --bs-gradient: linear-gradient(180deg, rgba(255, 254, 255, 0.15), rgba(255, 254, 255, 0));   --bs-body-font-family: var(--bs-font-sans-serif);   --bs-body-font-size: 1rem;   --bs-body-font-weight: 400;   --bs-body-line-height: 1.5;   --bs-body-color: #fffffE;   --bs-body-bg: #090F1d; }  *, *::before, *::after {   box-sizing: border-box; }  @media (prefers-reduced-motion: no-preference) {   :root {     scroll-behavior: smooth;   } }  body {   margin: 0;   font-family: var(--bs-body-font-family);   font-size: var(--bs-body-font-size);   font-weight: var(--bs-body-font-weight);   line-height: var(--bs-body-line-height);   color: var(--bs-body-color);   text-align: var(--bs-body-text-align);   background-color: var(--bs-body-bg);   -webkit-text-size-adjust: 100%;   -webkit-tap-highlight-color: rgba(0, 1, 0, 0); }  hr {   margin: 1rem 0;   color: #d5d5d4;   background-color: currentColor;   border: 0;   opacity: 0.25; }  hr:not([size]) {   height: 4px; }  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {   margin-top: 0;   margin-bottom: 0.5rem;   font-weight: 500;   line-height: 1.2; }  h1, .h1 {   font-size: calc(1.4236rem + 2.0832vw); }  @media (min-width: 1200px) {    h1,   .h1 {     font-size: 2.986rem;   } }  h2, .h2 {   font-size: calc(1.3738rem + 1.4856vw); }  @media (min-width: 1200px) {    h2,   .h2 {     font-size: 2.488rem;   } }  h3, .h3 {   font-size: calc(1.3324rem + 0.9888vw); }  @media (min-width: 1200px) {    h3,   .h3 {     font-size: 2.074rem;   } }  h4, .h4 {   font-size: calc(1.2978rem + 0.5736vw); }  @media (min-width: 1200px) {    h4,   .h4 {     font-size: 1.728rem;   } }  h5, .h5 {   font-size: calc(1.269rem + 0.228vw); }  @media (min-width: 1200px) {    h5,   .h5 {     font-size: 1.44rem;   } }  h6, .h6 {   font-size: 1.2rem; }  p {   margin-top: 0;   margin-bottom: 1rem; }  abbr[title], abbr[data-bs-original-title] {   text-decoration: underline dotted;   cursor: help;   text-decoration-skip-ink: none; }  address {   margin-bottom: 1rem;   font-style: normal;   line-height: inherit; }  ol, ul {   padding-left: 2rem; }  ol, ul, dl {   margin-top: 0;   margin-bottom: 1rem; }  ol ol, ul ul, ol ul, ul ol {   margin-bottom: 0; }  dt {   font-weight: 700; }  dd {   margin-bottom: 0.5rem;   margin-left: 0; }  blockquote {   margin: 0 0 1rem; }  b, strong {   font-weight: bolder; }  small, .small {   font-size: 0.875em; }  mark, .mark {   padding: 0.2em;   background-color: #fcf8e2; }  sub, sup {   position: relative;   font-size: 0.75em;   line-height: 0;   vertical-align: baseline; }  sub {   bottom: -0.25em; }  sup {   top: -0.5em; }  a {   color: #1079D6;   text-decoration: underline;   transition: all 0.3s ease 0s; }  a:hover {   color: #0d61ab;   text-decoration: none; }  a:not([href]):not([class]), a:not([href]):not([class]):hover {   color: inherit;   text-decoration: none; }  pre, code, kbd, samp {   font-family: var(--bs-font-monospace);   font-size: 1em;   direction: ltr     /* rtl:ignore */   ;   unicode-bidi: bidi-override; }  pre {   display: block;   margin-top: 0;   margin-bottom: 1rem;   overflow: auto;   font-size: 0.875em; }  pre code {   font-size: inherit;   color: inherit;   word-break: normal; }  code {   font-size: 0.875em;   color: #d63383;   word-wrap: break-word; }  a>code {   color: inherit; }  kbd {   padding: 0.2rem 0.4rem;   font-size: 0.875em;   color: #ffE;   background-color: #212528;   border-radius: 6px; }  kbd kbd {   padding: 0;   font-size: 1em;   font-weight: 700; }  figure {   margin: 0 0 1rem; }  img, svg {   vertical-align: middle; }  table {   margin: 2rem 0;   width: 100%;   caption-side: bottom;   border-collapse: collapse; }  caption {   padding-top: 0.5rem;   padding-bottom: 0.5rem;   color: #6c757c;   text-align: left; }  th {   text-align: inherit;   text-align: -webkit-match-parent; }  thead, tbody, tfoot, tr, td, th {   border-color: inherit;   border-style: solid;   border-width: 0; }  label {   display: inline-block; }  button {   border-radius: 0; }  button:focus:not(:focus-visible) {   outline: 0; }  input, button, select, optgroup, textarea {   margin: 0;   font-family: inherit;   font-size: inherit;   line-height: inherit; }  button, select {   text-transform: none; }  [role=button] {   cursor: pointer; }  select {   word-wrap: normal; }  select:disabled {   opacity: 1; }  [list]::-webkit-calendar-picker-indicator {   display: none; }  button, [type=button], [type=reset], [type=submit] {   -webkit-appearance: button; }  button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {   cursor: pointer; }  ::-moz-focus-inner {   padding: 0;   border-style: none; }  textarea {   resize: vertical; }  fieldset {   min-width: 0;   padding: 0;   margin: 0;   border: 0; }  legend {   float: left;   width: 100%;   padding: 0;   margin-bottom: 0.5rem;   font-size: calc(1.275rem + 0.3vw);   line-height: inherit; }  @media (min-width: 1200px) {   legend {     font-size: 1.5rem;   } }  legend+* {   clear: left; }  ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {   padding: 0; }  ::-webkit-inner-spin-button {   height: auto; }  [type=search] {   outline-offset: -2px;   -webkit-appearance: textfield; }  /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] {   direction: ltr; } */ ::-webkit-search-decoration {   -webkit-appearance: none; }  ::-webkit-color-swatch-wrapper {   padding: 0; }  ::file-selector-button {   font: inherit; }  ::-webkit-file-upload-button {   font: inherit;   -webkit-appearance: button; }  output {   display: inline-block; }  iframe {   border: 0; }  summary {   display: list-item;   cursor: pointer; }  progress {   vertical-align: baseline; }  [hidden] {   display: none !important; }  .lead {   font-size: 1.25rem;   font-weight: 300; }  .display-1 {   font-size: calc(1.625rem + 4.5vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-1 {     font-size: 5rem;   } }  .display-2 {   font-size: calc(1.575rem + 3.9vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-2 {     font-size: 4.5rem;   } }  .display-3 {   font-size: calc(1.525rem + 3.3vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-3 {     font-size: 4rem;   } }  .display-4 {   font-size: calc(1.475rem + 2.7vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-4 {     font-size: 3.5rem;   } }  .display-5 {   font-size: calc(1.425rem + 2.1vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-5 {     font-size: 3rem;   } }  .display-6 {   font-size: calc(1.375rem + 1.5vw);   font-weight: 300;   line-height: 1.2; }  @media (min-width: 1200px) {   .display-6 {     font-size: 2.5rem;   } }  .list-unstyled {   padding-left: 0;   list-style: none; }  .list-inline {   padding-left: 0;   list-style: none; }  .list-inline-item {   display: inline-block; }  .list-inline-item:not(:last-child) {   margin-right: 0.5rem; }  .initialism {   font-size: 0.875em;   text-transform: uppercase; }  .blockquote {   margin-bottom: 1rem;   font-size: 1.25rem; }  .blockquote> :last-child {   margin-bottom: 0; }  .blockquote-footer {   margin-top: -1rem;   margin-bottom: 1rem;   font-size: 0.875em;   color: #6c757d; }  .blockquote-footer::before {   content: "â€”Â "; }  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {   width: 100%;   padding-right: var(--bs-gutter-x, 0.75rem);   padding-left: var(--bs-gutter-x, 0.75rem);   margin-right: auto;   margin-left: auto; }  @media (min-width: 576px) {    .container-sm,   .container {     max-width: 540px;   } }  @media (min-width: 768px) {    .container-md,   .container-sm,   .container {     max-width: 720px;   } }  @media (min-width: 992px) {    .container-lg,   .container-md,   .container-sm,   .container {     max-width: 960px;   } }  @media (min-width: 1200px) {    .container-xl,   .container-lg,   .container-md,   .container-sm,   .container {     max-width: 1140px;   } }  @media (min-width: 1400px) {    .container-xxl,   .container-xl,   .container-lg,   .container-md,   .container-sm,   .container {     max-width: 1320px;   } }  .table {   --bs-table-bg: transparent;   --bs-table-accent-bg: transparent;   --bs-table-striped-color: #fffffE;   --bs-table-striped-bg: rgba(0, 1, 0, 0.05);   --bs-table-active-color: #fffffE;   --bs-table-active-bg: rgba(0, 1, 0, 0.1);   --bs-table-hover-color: #fffffE;   --bs-table-hover-bg: rgba(0, 1, 0, 0.075);   width: 100%;   margin-bottom: 1rem;   color: #fffffE;   vertical-align: top;   border-color: #dee2e5; }  .table> :not(caption)>*>* {   padding: 0.5rem 0.5rem;   background-color: var(--bs-table-bg);   border-bottom-width: 1px;   box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }  .table>tbody {   vertical-align: inherit; }  .table>thead {   vertical-align: bottom; }  .table> :not(:first-child) {   border-top: 2px solid currentColor; }  .caption-top {   caption-side: top; }  .table-sm> :not(caption)>*>* {   padding: 0.25rem 0.25rem; }  .table-bordered> :not(caption)>* {   border-width: 1px 0; }  .table-bordered> :not(caption)>*>* {   border-width: 0 1px; }  .table-borderless> :not(caption)>*>* {   border-bottom-width: 0; }  .table-borderless> :not(:first-child) {   border-top-width: 0; }  .table-striped>tbody>tr:nth-of-type(odd)>* {   --bs-table-accent-bg: var(--bs-table-striped-bg);   color: var(--bs-table-striped-color); }  .table-active {   --bs-table-accent-bg: var(--bs-table-active-bg);   color: var(--bs-table-active-color); }  .table-hover>tbody>tr:hover>* {   --bs-table-accent-bg: var(--bs-table-hover-bg);   color: var(--bs-table-hover-color); }  .table-primary {   --bs-table-bg: #cfe4f6;   --bs-table-striped-bg: #c5d9ea;   --bs-table-striped-color: #001;   --bs-table-active-bg: #bacddd;   --bs-table-active-color: #001;   --bs-table-hover-bg: #bfd3e3;   --bs-table-hover-color: #001;   color: #001;   border-color: #bacddd; }  .table-secondary {   --bs-table-bg: #cecfd1;   --bs-table-striped-bg: #c4c5c7;   --bs-table-striped-color: #001;   --bs-table-active-bg: #b9babc;   --bs-table-active-color: #001;   --bs-table-hover-bg: #bfbfc1;   --bs-table-hover-color: #001;   color: #001;   border-color: #b9babc; }  .table-success {   --bs-table-bg: #d5f1df;   --bs-table-striped-bg: #cae5d4;   --bs-table-striped-color: #001;   --bs-table-active-bg: #c0d9c9;   --bs-table-active-color: #001;   --bs-table-hover-bg: #c5dfce;   --bs-table-hover-color: #001;   color: #001;   border-color: #c0d9c9; }  .table-info {   --bs-table-bg: #cff4fb;   --bs-table-striped-bg: #c5e8ee;   --bs-table-striped-color: #001;   --bs-table-active-bg: #badce2;   --bs-table-active-color: #001;   --bs-table-hover-bg: #bfe2e8;   --bs-table-hover-color: #001;   color: #001;   border-color: #badce2; }  .table-warning {   --bs-table-bg: #fefad4;   --bs-table-striped-bg: #f1eec9;   --bs-table-striped-color: #001;   --bs-table-active-bg: #e5e1bf;   --bs-table-active-color: #001;   --bs-table-hover-bg: #ebe7c4;   --bs-table-hover-color: #001;   color: #001;   border-color: #e5e1bf; }  .table-danger {   --bs-table-bg: #f6d3d2;   --bs-table-striped-bg: #eac8c7;   --bs-table-striped-color: #001;   --bs-table-active-bg: #ddbebd;   --bs-table-active-color: #001;   --bs-table-hover-bg: #e4c3c2;   --bs-table-hover-color: #001;   color: #001;   border-color: #ddbebd; }  .table-light {   --bs-table-bg: #f8f9fb;   --bs-table-striped-bg: #eceded;   --bs-table-striped-color: #001;   --bs-table-active-bg: #dfe0e0;   --bs-table-active-color: #001;   --bs-table-hover-bg: #e5e6e6;   --bs-table-hover-color: #001;   color: #001;   border-color: #dfe0e0; }  .table-dark {   --bs-table-bg: #212529;   --bs-table-striped-bg: #2c3033;   --bs-table-striped-color: #fff;   --bs-table-active-bg: #373b3d;   --bs-table-active-color: #fff;   --bs-table-hover-bg: #323538;   --bs-table-hover-color: #fff;   color: #fff;   border-color: #373b3d; }  .table-responsive {   overflow-x: auto;   -webkit-overflow-scrolling: touch; }  @media (max-width: 575.98px) {   .table-responsive-sm {     overflow-x: auto;     -webkit-overflow-scrolling: touch;   } }  @media (max-width: 767.98px) {   .table-responsive-md {     overflow-x: auto;     -webkit-overflow-scrolling: touch;   } }  @media (max-width: 991.98px) {   .table-responsive-lg {     overflow-x: auto;     -webkit-overflow-scrolling: touch;   } }  @media (max-width: 1199.98px) {   .table-responsive-xl {     overflow-x: auto;     -webkit-overflow-scrolling: touch;   } }  @media (max-width: 1399.98px) {   .table-responsive-xxl {     overflow-x: auto;     -webkit-overflow-scrolling: touch;   } }  .wp-block-hc-alternate-group-section {   --bs-table-bg: transparent;   --bs-table-accent-bg: transparent;   --bs-table-striped-color: #fffffE;   --bs-table-striped-bg: rgba(0, 1, 0, 0.05);   --bs-table-active-color: #fffffE;   --bs-table-active-bg: rgba(0, 1, 0, 0.1);   --bs-table-hover-color: #fffffE;   --bs-table-hover-bg: rgba(0, 1, 0, 0.075);   width: 100%;   margin-bottom: 1rem;   color: #fffffE;   vertical-align: top;   border-color: #dee2e5; }  .wp-block-hc-alternate-group-section> :not(caption)>*>* {   padding: 0.5rem 0.5rem;   background-color: var(--bs-table-bg);   border-bottom-width: 1px;   box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }  .wp-block-hc-alternate-group-section>tbody {   vertical-align: inherit; }  .wp-block-hc-alternate-group-section>thead {   vertical-align: bottom; }  .wp-block-hc-alternate-group-section> :not(:first-child) {   border-top: 2px solid currentColor; }  .wp-block-hc-alternate-group-section tr th { 	font-weight: 600; 	color: var(--header_table_text_color); 	background-color: var(--header_table_background) !important; }  .wp-block-hc-alternate-group-section a { 	color: var(--bs-primary); }  .wp-block-table table {   width: 100%; 	border-collapse: separate; 	border-spacing: 10px; 	color: var(--bs-body-color); 	margin-bottom: 0; }  .wp-block-hc-alternate-group-section tr th, .wp-block-hc-alternate-group-section tr td { 	padding: 15px 12px; 	border: none !important; 	vertical-align: middle !important; 	background-color: var(--table_background) !important; 	color: var(--table_text_color); 	border-radius: var(--theme-rounded-images) !important; 	box-shadow: none !important; }  .form-label {   margin-bottom: 0.5rem; }  .col-form-label {   padding-top: calc(0.375rem + 1px);   padding-bottom: calc(0.375rem + 1px);   margin-bottom: 0;   font-size: inherit;   line-height: 1.5; }  .col-form-label-lg {   padding-top: calc(0.5rem + 1px);   padding-bottom: calc(0.5rem + 1px);   font-size: 1.25rem; }  .col-form-label-sm {   padding-top: calc(0.25rem + 1px);   padding-bottom: calc(0.25rem + 1px);   font-size: 0.875rem; }  .form-text {   margin-top: 0.25rem;   font-size: 0.875em;   color: #6c757d; }  .form-control {   display: block;   width: 100%;   padding: 0.375rem 0.75rem;   font-size: 1rem;   font-weight: 400;   line-height: 1.5;   color: #fffffE;   background-color: #090F1d;   background-clip: padding-box;   border: 1px solid #ced4d9;   appearance: none;   border-radius: 8px;   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }  @media (prefers-reduced-motion: reduce) {   .form-control {     transition: none;   } }  .form-control[type=file] {   overflow: hidden; }  .form-control[type=file]:not(:disabled):not([readonly]) {   cursor: pointer; }  .form-control:focus {   color: #fffffE;   background-color: #090F1d;   border-color: #88bcea;   outline: 0; }  .form-control::-webkit-date-and-time-value {   height: 1.5em; }  .form-control::placeholder {   color: #6c757d;   opacity: 1; }  .form-control:disabled, .form-control[readonly] {   background-color: #e9ecee;   opacity: 1; }  .form-control::file-selector-button {   padding: 0.375rem 0.75rem;   margin: -0.375rem -0.75rem;   margin-inline-end: 0.75rem;   color: #fffffE;   background-color: #e9ecee;   pointer-events: none;   border-color: inherit;   border-style: solid;   border-width: 0;   border-inline-end-width: 1px;   border-radius: 0;   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }  @media (prefers-reduced-motion: reduce) {   .form-control::file-selector-button {     transition: none;   } }  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {   background-color: #dde0e2; }  .form-control::-webkit-file-upload-button {   padding: 0.375rem 0.75rem;   margin: -0.375rem -0.75rem;   margin-inline-end: 0.75rem;   color: #fffffE;   background-color: #e9ecee;   pointer-events: none;   border-color: inherit;   border-style: solid;   border-width: 0;   border-inline-end-width: 1px;   border-radius: 0;   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }  @media (prefers-reduced-motion: reduce) {   .form-control::-webkit-file-upload-button {     transition: none;   } }  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {   background-color: #dde0e2; }  .form-control-plaintext {   display: block;   width: 100%;   padding: 0.375rem 0;   margin-bottom: 0;   line-height: 1.5;   color: #fffffE;   background-color: transparent;   border: solid transparent;   border-width: 1px 0; }  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {   padding-right: 0;   padding-left: 0; }  .form-control-sm {   min-height: calc(1.5em + 0.5rem + 2px);   padding: 0.25rem 0.5rem;   font-size: 0.875rem;   border-radius: 6px; }  .form-control-sm::file-selector-button {   padding: 0.25rem 0.5rem;   margin: -0.25rem -0.5rem;   margin-inline-end: 0.5rem; }  .form-control-sm::-webkit-file-upload-button {   padding: 0.25rem 0.5rem;   margin: -0.25rem -0.5rem;   margin-inline-end: 0.5rem; }  .form-control-lg {   min-height: calc(1.5em + 1rem + 2px);   padding: 0.5rem 1rem;   font-size: 1.25rem;   border-radius: 12px; }  .form-control-lg::file-selector-button {   padding: 0.5rem 1rem;   margin: -0.5rem -1rem;   margin-inline-end: 1rem; }  .form-control-lg::-webkit-file-upload-button {   padding: 0.5rem 1rem;   margin: -0.5rem -1rem;   margin-inline-end: 1rem; }  textarea.form-control {   min-height: calc(1.5em + 0.75rem + 2px); }  textarea.form-control-sm {   min-height: calc(1.5em + 0.5rem + 2px); }  textarea.form-control-lg {   min-height: calc(1.5em + 1rem + 2px); }  .form-control-color {   width: 3rem;   height: auto;   padding: 0.375rem; }  .form-control-color:not(:disabled):not([readonly]) {   cursor: pointer; }  .form-control-color::-moz-color-swatch {   height: 1.5em;   border-radius: 8px; }  .form-control-color::-webkit-color-swatch {   height: 1.5em;   border-radius: 8px; }   @media (prefers-reduced-motion: reduce) {   .form-select {     transition: none;   } }  .form-select:focus {   border-color: #88bcea;   outline: 0;   box-shadow: 0 0 0 0.25rem rgba(16, 121, 214, 0.25); }  .form-select[multiple], .form-select[size]:not([size="1"]) {   padding-right: 0.75rem;   background-image: none; }  .form-select:disabled {   background-color: #e9ecee; }  .form-select:-moz-focusring {   color: transparent;   text-shadow: 0 0 0 #fffffE; }  .form-select-sm {   padding-top: 0.25rem;   padding-bottom: 0.25rem;   padding-left: 0.5rem;   font-size: 0.875rem;   border-radius: 6px; }  .form-select-lg {   padding-top: 0.5rem;   padding-bottom: 0.5rem;   padding-left: 1rem;   font-size: 1.25rem;   border-radius: 12px; }  .form-check {   display: block;   min-height: 1.5rem;   padding-left: 1.5em;   margin-bottom: 0.125rem; }  .form-check .form-check-input {   float: left;   margin-left: -1.5em; }  .form-check-input {   width: 1em;   height: 1em;   margin-top: 0.25em;   vertical-align: top;   background-color: #090F1d;   background-repeat: no-repeat;   background-position: center;   background-size: contain;   border: 1px solid rgba(0, 1, 0, 0.25);   appearance: none;   color-adjust: exact; }  .form-check-input[type=checkbox] {   border-radius: 0.25em; }  .form-check-input[type=radio] {   border-radius: 50%; }  .form-check-input:active {   filter: brightness(90%); }  .form-check-input:focus {   border-color: #88bcea;   outline: 0; }  .form-check-input:checked {   background-color: #1079D7;   border-color: #1079D7; }  .form-check-input:disabled {   pointer-events: none;   filter: none;   opacity: 0.5; }  .form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {   opacity: 0.5; }  .form-switch {   padding-left: 2.5em; }  @media (prefers-reduced-motion: reduce) {   .form-switch .form-check-input {     transition: none;   } }  .form-check-inline {   display: inline-block;   margin-right: 1rem; }  .btn-check {   position: absolute;   clip: rect(0, 0, 0, 0);   pointer-events: none; }  .btn-check[disabled]+.btn, .btn-check:disabled+.btn {   pointer-events: none;   filter: none;   opacity: 0.65; }  .form-range {   width: 100%;   height: 1.5rem;   padding: 0;   background-color: transparent;   appearance: none; }  .form-range:focus {   outline: 0; }  .form-range:focus::-webkit-slider-thumb {   box-shadow: 0 0 0 1px #090F1d; }  .form-range:focus::-moz-range-thumb {   box-shadow: 0 0 0 1px #090F1d; }  .form-range::-moz-focus-outer {   border: 0; }  .form-range::-webkit-slider-thumb {   width: 1rem;   height: 1rem;   margin-top: -0.25rem;   background-color: #1079D7;   border: 0;   border-radius: 1rem;   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;   appearance: none; }  @media (prefers-reduced-motion: reduce) {   .form-range::-webkit-slider-thumb {     transition: none;   } }  .form-range::-webkit-slider-thumb:active {   background-color: #b7d7f2; }  .form-range::-webkit-slider-runnable-track {   width: 100%;   height: 0.5rem;   color: transparent;   cursor: pointer;   background-color: #dee2e5;   border-color: transparent;   border-radius: 1rem; }  .form-range::-moz-range-thumb {   width: 1rem;   height: 1rem;   background-color: #1079D7;   border: 0;   border-radius: 1rem;   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;   appearance: none; }  @media (prefers-reduced-motion: reduce) {   .form-range::-moz-range-thumb {     transition: none;   } }  .form-range::-moz-range-thumb:active {   background-color: #b7d7f2; }  .form-range::-moz-range-track {   width: 100%;   height: 0.5rem;   color: transparent;   cursor: pointer;   background-color: #dee2e5;   border-color: transparent;   border-radius: 1rem; }  .form-range:disabled {   pointer-events: none; }  .form-range:disabled::-webkit-slider-thumb {   background-color: #adb5bd; }  .form-range:disabled::-moz-range-thumb {   background-color: #adb5bd; }  .form-floating {   position: relative; }  .form-floating>.form-control, .form-floating>.form-select {   height: calc(3.5rem + 2px);   line-height: 1.25; }  .form-floating>label {   position: absolute;   top: 0;   left: 0;   height: 100%;   padding: 1rem 0.75rem;   pointer-events: none;   border: 1px solid transparent;   transform-origin: 0 0;   transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }  @media (prefers-reduced-motion: reduce) {   .form-floating>label {     transition: none;   } }  .form-floating>.form-control {   padding: 1rem 0.75rem; }  .form-floating>.form-control::placeholder {   color: transparent; }  .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {   padding-top: 1.625rem;   padding-bottom: 0.625rem; }  .form-floating>.form-control:-webkit-autofill {   padding-top: 1.625rem;   padding-bottom: 0.625rem; }  .form-floating>.form-select {   padding-top: 1.625rem;   padding-bottom: 0.625rem; }  .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {   opacity: 0.65;   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }  .form-floating>.form-control:-webkit-autofill~label {   opacity: 0.65;   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }  .input-group {   position: relative;   display: flex;   flex-wrap: wrap;   align-items: stretch;   width: 100%; }  .input-group>.form-control, .input-group>.form-select {   position: relative;   flex: 1 1 auto;   width: 1%;   min-width: 0; }  .input-group>.form-control:focus, .input-group>.form-select:focus {   z-index: 3; }  .input-group .btn {   position: relative;   z-index: 2; }  .input-group .btn:focus {   z-index: 3; }  .input-group-text {   display: flex;   align-items: center;   padding: 0.375rem 0.75rem;   font-size: 1rem;   font-weight: 400;   line-height: 1.5;   color: #fffffE;   text-align: center;   white-space: nowrap;   background-color: #e9ecee;   border: 1px solid #ced4d9;   border-radius: 8px; }  .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-lg>.btn {   padding: 0.5rem 1rem;   font-size: 1.25rem;   border-radius: 12px; }  .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text, .input-group-sm>.btn {   padding: 0.25rem 0.5rem;   font-size: 0.875rem;   border-radius: 6px; }  .input-group-lg>.form-select, .input-group-sm>.form-select {   padding-right: 3rem; }  .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {   border-top-right-radius: 0;   border-bottom-right-radius: 0; }  .input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {   border-top-right-radius: 0;   border-bottom-right-radius: 0; }  .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {   margin-left: -1px;   border-top-left-radius: 0;   border-bottom-left-radius: 0; }  .valid-feedback {   display: none;   width: 100%;   margin-top: 0.25rem;   font-size: 0.875em;   color: #2DB866; }  .valid-tooltip {   position: absolute;   top: 100%;   z-index: 5;   display: none;   max-width: 100%;   padding: 0.25rem 0.5rem;   margin-top: 0.1rem;   font-size: 0.875rem;   color: #001;   background-color: rgba(45, 184, 101, 0.9);   border-radius: 8px; }  .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {   display: block; }  .was-validated .form-control:valid, .form-control.is-valid {   border-color: #2DB866; }  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {   border-color: #2DB866;   box-shadow: 0 0 0 0.25rem rgba(45, 184, 101, 0.25); }  .was-validated .form-select:valid, .form-select.is-valid {   border-color: #2DB866; }  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {   border-color: #2DB866;   box-shadow: 0 0 0 0.25rem rgba(45, 184, 101, 0.25); }  .was-validated .form-check-input:valid, .form-check-input.is-valid {   border-color: #2DB866; }  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {   background-color: #2DB866; }  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {   box-shadow: 0 0 0 0.25rem rgba(45, 184, 101, 0.25); }  .was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {   color: #2DB866; }  .form-check-inline .form-check-input~.valid-feedback {   margin-left: 0.5em; }  .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {   z-index: 1; }  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {   z-index: 3; }  .invalid-feedback {   display: none;   width: 100%;   margin-top: 0.25rem;   font-size: 0.875em;   color: #D32222; }  .invalid-tooltip {   position: absolute;   top: 100%;   z-index: 5;   display: none;   max-width: 100%;   padding: 0.25rem 0.5rem;   margin-top: 0.1rem;   font-size: 0.875rem;   color: #fff;   background-color: rgba(211, 34, 33, 0.9);   border-radius: 8px; }  .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {   display: block; }  .was-validated .form-control:invalid, .form-control.is-invalid {   border-color: #D32222; }  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {   border-color: #D32222;   box-shadow: 0 0 0 0.25rem rgba(211, 34, 33, 0.25); }  .was-validated .form-select:invalid, .form-select.is-invalid {   border-color: #D32222; }  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {   border-color: #D32222;   box-shadow: 0 0 0 0.25rem rgba(211, 34, 33, 0.25); }  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {   border-color: #D32222; }  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {   background-color: #D32222; }  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {   box-shadow: 0 0 0 0.25rem rgba(211, 34, 33, 0.25); }  .was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {   color: #D32222; }  .form-check-inline .form-check-input~.invalid-feedback {   margin-left: 0.5em; }  .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {   z-index: 2; }  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {   z-index: 3; }  .dropup, .dropend, .dropdown, .dropstart {   position: relative; }  .dropdown-toggle {   white-space: nowrap; }    .dropdown-menu {   position: absolute;   z-index: 1000;   display: none;   min-width: 10rem;   padding: 0.5rem 0;   margin: 0;   font-size: 1rem;   color: #fffffE;   text-align: left;   list-style: none;   background-color: #fff;   background-clip: padding-box;   border: 1px solid rgba(0, 1, 0, 0.15);   border-radius: 8px;   transition: all 0.3s ease 0s; }  @media (min-width: 992px) {   .dropdown-menu {     visibility: hidden;     opacity: 0;     display: block;   } }  .dropdown-menu[data-bs-popper] {   top: 100%;   left: 0;   margin-top: 0.125rem; }  .dropdown-menu-start {   --bs-position: start; }  .dropdown-menu-start[data-bs-popper] {   right: auto;   left: 0; }  .dropdown-menu-end {   --bs-position: end; }  .dropdown-menu-end[data-bs-popper] {   right: 0;   left: auto; }  @media (min-width: 576px) {   .dropdown-menu-sm-start {     --bs-position: start;   }    .dropdown-menu-sm-start[data-bs-popper] {     right: auto;     left: 0;   }    .dropdown-menu-sm-end {     --bs-position: end;   }    .dropdown-menu-sm-end[data-bs-popper] {     right: 0;     left: auto;   } }  @media (min-width: 768px) {   .dropdown-menu-md-start {     --bs-position: start;   }    .dropdown-menu-md-start[data-bs-popper] {     right: auto;     left: 0;   }    .dropdown-menu-md-end {     --bs-position: end;   }    .dropdown-menu-md-end[data-bs-popper] {     right: 0;     left: auto;   } }  @media (min-width: 992px) {   .dropdown-menu-lg-start {     --bs-position: start;   }    .dropdown-menu-lg-start[data-bs-popper] {     right: auto;     left: 0;   }    .dropdown-menu-lg-end {     --bs-position: end;   }    .dropdown-menu-lg-end[data-bs-popper] {     right: 0;     left: auto;   } }  @media (min-width: 1200px) {   .dropdown-menu-xl-start {     --bs-position: start;   }    .dropdown-menu-xl-start[data-bs-popper] {     right: auto;     left: 0;   }    .dropdown-menu-xl-end {     --bs-position: end;   }    .dropdown-menu-xl-end[data-bs-popper] {     right: 0;     left: auto;   } }  @media (min-width: 1400px) {   .dropdown-menu-xxl-start {     --bs-position: start;   }    .dropdown-menu-xxl-start[data-bs-popper] {     right: auto;     left: 0;   }    .dropdown-menu-xxl-end {     --bs-position: end;   }    .dropdown-menu-xxl-end[data-bs-popper] {     right: 0;     left: auto;   } }  .dropup .dropdown-menu[data-bs-popper] {   top: auto;   bottom: 100%;   margin-top: 0;   margin-bottom: 0.125rem; }  .dropend .dropdown-menu[data-bs-popper] {   top: 0;   right: auto;   left: 100%;   margin-top: 0;   margin-left: 0.125rem; }  .dropend .dropdown-toggle::after {   vertical-align: 0; }  .dropstart .dropdown-menu[data-bs-popper] {   top: 0;   right: 100%;   left: auto;   margin-top: 0;   margin-right: 0.125rem; }  .dropstart .dropdown-toggle::before {   vertical-align: 0; }  .dropdown-divider {   height: 0;   margin: 0.5rem 0;   overflow: hidden;   border-top: 1px solid rgba(0, 1, 0, 0.15); }  .dropdown-item {   display: block;   width: 100%;   padding: 0.25rem 1rem;   clear: both;   font-weight: 400;   color: #212529;   text-align: inherit;   text-decoration: none;   white-space: nowrap;   background-color: transparent;   border: 0; }  .dropdown-item:hover, .dropdown-item:focus {   color: #1e2124;   background-color: #e9ecee; }  .dropdown-item.active, .dropdown-item:active {   color: #fff;   text-decoration: none;   background-color: #1079D7; }  .dropdown-item.disabled, .dropdown-item:disabled {   color: #adb5bd;   pointer-events: none;   background-color: transparent; }  .dropdown-menu.show {   visibility: visible;   opacity: 1; }  .dropdown-header {   display: block;   padding: 0.5rem 1rem;   margin-bottom: 0;   font-size: 0.875rem;   color: #6c757d;   white-space: nowrap; }  .dropdown-item-text {   display: block;   padding: 0.25rem 1rem;   color: #212529; }  .dropdown-menu-dark {   color: #dee2e5;   background-color: #343a3f;   border-color: rgba(0, 1, 0, 0.15); }  .dropdown-menu-dark .dropdown-item {   color: #dee2e5; }  .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {   color: #fff;   background-color: rgba(255, 254, 255, 0.15); }  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {   color: #fff;   background-color: #1079D7; }  .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {   color: #adb5bd; }  .dropdown-menu-dark .dropdown-divider {   border-color: rgba(0, 1, 0, 0.15); }  .dropdown-menu-dark .dropdown-item-text {   color: #dee2e5; }  .dropdown-menu-dark .dropdown-header {   color: #adb5bd; }  .accordion-button {   position: relative;   display: flex;   align-items: center;   width: 100%;   padding: 1rem 1.25rem;   font-size: 1rem;   color: #fffffE;   text-align: left;   background-color: #090F1d;   border: 0;   border-radius: 0;   overflow-anchor: none;   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }  @media (prefers-reduced-motion: reduce) {   .accordion-button {     transition: none;   } }  .accordion-button:not(.collapsed) {   color: #0e6dc1;   background-color: #e7f2fa;   box-shadow: inset 0 -1px 0 rgba(0, 1, 0, 0.125); }  @media (prefers-reduced-motion: reduce) {   .accordion-button::after {     transition: none;   } }  .accordion-button:hover {   z-index: 2; }  .accordion-button:focus {   z-index: 3;   border-color: #88bcea;   outline: 0; }  .accordion-header {   margin-bottom: 0; }  .accordion-item {   background-color: #090F1d;   border: 1px solid rgba(0, 1, 0, 0.125); }  .accordion-item:first-of-type {   border-top-left-radius: 8px;   border-top-right-radius: 8px; }  .accordion-item:first-of-type .accordion-button {   border-top-left-radius: 7px;   border-top-right-radius: 7px; }  .accordion-item:not(:first-of-type) {   border-top: 0; }  .accordion-item:last-of-type {   border-bottom-right-radius: 8px;   border-bottom-left-radius: 8px; }  .accordion-item:last-of-type .accordion-button.collapsed {   border-bottom-right-radius: 7px;   border-bottom-left-radius: 7px; }  .accordion-item:last-of-type .accordion-collapse {   border-bottom-right-radius: 8px;   border-bottom-left-radius: 8px; }  .accordion-body {   padding: 1rem 1.25rem; }  .accordion-flush .accordion-collapse {   border-width: 0; }  .accordion-flush .accordion-item {   border-right: 0;   border-left: 0;   border-radius: 0; }  .accordion-flush .accordion-item:first-child {   border-top: 0; }  .accordion-flush .accordion-item:last-child {   border-bottom: 0; }  .accordion-flush .accordion-item .accordion-button {   border-radius: 0; }  .breadcrumb {   display: flex;   flex-wrap: wrap;   padding: 0 0;   margin-bottom: 1rem;   list-style: none; }  .breadcrumb-item+.breadcrumb-item {   padding-left: 0.5rem; }  .breadcrumb-item+.breadcrumb-item::before {   float: left;   padding-right: 0.5rem;   color: #6c757d;   content: var(--bs-breadcrumb-divider, "/")     /* rtl: var(--bs-breadcrumb-divider, "/") */   ; }  .breadcrumb-item.active {   color: #6c757d; }  .badge {   display: inline-block;   padding: 0.35em 0.65em;   font-size: 0.75em;   font-weight: 700;   line-height: 1;   color: #fff;   text-align: center;   white-space: nowrap;   vertical-align: baseline;   border-radius: 8px; }  .badge:empty {   display: none; }  .btn .badge {   position: relative;   top: -1px; }  .btn-close:hover {   color: #001;   text-decoration: none;   opacity: 0.75; }  .btn-close:focus {   outline: 0;   opacity: 1; }  .btn-close:disabled, .btn-close.disabled {   pointer-events: none;   user-select: none;   opacity: 0.25; }  .btn-close-white {   filter: invert(1) grayscale(100%) brightness(200%); }  .offcanvas {   position: fixed;   bottom: 0;   z-index: 1045;   display: flex;   flex-direction: column;   max-width: 100%;   visibility: hidden;   background-color: #fff;   background-clip: padding-box;   outline: 0;   transition: transform 0.3s ease-in-out; }  @media (prefers-reduced-motion: reduce) {   .offcanvas {     transition: none;   } }  .offcanvas-backdrop {   position: fixed;   top: 0;   left: 0;   z-index: 1040;   width: 100vw;   height: 100vh;   background-color: #001000fd; }  .offcanvas-backdrop.fade {   opacity: 0; }  .offcanvas-backdrop.show {   opacity: 0.5; }  .offcanvas-header {   display: flex;   align-items: center;   justify-content: space-between;   padding: 1rem 1rem; }  .offcanvas-header .btn-close {   padding: 0.5rem 0.5rem;   margin-top: -0.5rem;   margin-right: -0.5rem;   margin-bottom: -0.5rem; }  .offcanvas-title {   margin-bottom: 0;   line-height: 1.5; }  .offcanvas-body {   flex-grow: 1;   padding: 1rem 1rem;   overflow-y: auto; }  .offcanvas-start {   top: 0;   left: 0;   width: 400px;   border-right: 1px solid rgba(0, 1, 0, 0.2);   transform: translateX(-100%); }  .offcanvas-end {   top: 0;   right: 0;   width: 400px;   border-left: 1px solid rgba(0, 1, 0, 0.2);   transform: translateX(100%); }  .offcanvas-top {   top: 0;   right: 0;   left: 0;   height: 30vh;   max-height: 100%;   border-bottom: 1px solid rgba(0, 1, 0, 0.2);   transform: translateY(-100%); }  .offcanvas-bottom {   right: 0;   left: 0;   height: 30vh;   max-height: 100%;   border-top: 1px solid rgba(0, 1, 0, 0.2);   transform: translateY(100%); }  .offcanvas.show {   transform: none; }  .clearfix::after {   display: block;   clear: both;   content: ""; }  .link-primary {   color: #1079D7; }  .link-primary:hover, .link-primary:focus {   color: #4094de; }  .link-secondary {   color: #090F1d; }  .link-secondary:hover, .link-secondary:focus {   color: #070c17; }  .link-success {   color: #2DB866; }  .link-success:hover, .link-success:focus {   color: #57c684; }  .link-info {   color: #0dcaf0; }  .link-info:hover, .link-info:focus {   color: #3dd5f2; }  .link-warning {   color: #FAE52B; }  .link-warning:hover, .link-warning:focus {   color: #fbea54; }  .link-danger {   color: #D32222; }  .link-danger:hover, .link-danger:focus {   color: #a91b1b; }  .link-light {   color: #f8f9fb; }  .link-light:hover, .link-light:focus {   color: #f9fafb; }  .link-dark {   color: #212529; }  .link-dark:hover, .link-dark:focus {   color: #1a1e21; }  .ratio {   position: relative;   width: 100%; }  .ratio::before {   display: block;   padding-top: var(--bs-aspect-ratio);   content: ""; }  .ratio>* {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%; }  .ratio-1x1 {   --bs-aspect-ratio: 100%; }  .ratio-4x3 {   --bs-aspect-ratio: 75%; }  .ratio-16x9 {   --bs-aspect-ratio: 56.25%; }  .ratio-21x9 {   --bs-aspect-ratio: 42.8571428571%; }  .fixed-top {   position: fixed;   top: 0;   right: 0;   left: 0;   z-index: 1030; }  .fixed-bottom {   position: fixed;   right: 0;   bottom: 0;   left: 0;   z-index: 1030; }  .sticky-top {   position: sticky;   top: 0;   z-index: 1020; }  @media (min-width: 576px) {   .sticky-sm-top {     position: sticky;     top: 0;     z-index: 1020;   } }  @media (min-width: 768px) {   .sticky-md-top {     position: sticky;     top: 0;     z-index: 1020;   } }  @media (min-width: 992px) {   .sticky-lg-top {     position: sticky;     top: 0;     z-index: 1020;   } }  @media (min-width: 1200px) {   .sticky-xl-top {     position: sticky;     top: 0;     z-index: 1020;   } }  @media (min-width: 1400px) {   .sticky-xxl-top {     position: sticky;     top: 0;     z-index: 1020;   } }  .hstack {   display: flex;   flex-direction: row;   align-items: center;   align-self: stretch; }  .vstack {   display: flex;   flex: 1 1 auto;   flex-direction: column;   align-self: stretch; }  .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {   position: absolute !important;   width: 1px !important;   height: 1px !important;   padding: 0 !important;   margin: -1px !important;   overflow: hidden !important;   clip: rect(0, 0, 0, 0) !important;   white-space: nowrap !important;   border: 0 !important; }  .stretched-link::after {   position: absolute;   top: 0;   right: 0;   bottom: 0;   left: 0;   z-index: 1;   content: ""; }  .text-truncate {   overflow: hidden;   text-overflow: ellipsis;   white-space: nowrap; }  .vr {   display: inline-block;   align-self: stretch;   width: 1px;   min-height: 1em;   background-color: currentColor;   opacity: 0.25; }  :root { 	--theme-block-margin-bottom: 24px; 	--theme-block-margin-bottom-mob: 16px; }  body { 	font-family: "Inter", sans-serif; 	background-color: var(--bs-body-bg); }  body._lock { 	overflow: hidden; }  img { 	max-width: 100%; 	height: auto; }  html { 	scroll-padding-top: 110px; }  @media (max-width: 991.98px) {  	html { 		scroll-padding-top: 140px; 	} }   h1, h2, h3 { 	font-weight: 600; 	margin-bottom: 1.5rem; }  .wrap { 	padding-top: 72px; }  @media (max-width: 991.98px) {  	.wrap { 		padding-top: 130px; 	} }  .secondary-menu-init .wrap { 	padding-top: 112px; }  @media (max-width: 600px) {  	.admin-bar .wrap { 		padding-top: 90px; 	}  	h1 { 		font-size: 1.772rem; 	}  	h2 { 		font-size: 1.611rem; 	}  	h3 { 		font-size: 1.464rem; 	}  	h4 { 		font-size: 1.331rem; 	}  	h5 { 		font-size: 1.21rem; 	}  	h6 { 		font-size: 1.1rem; 	} }  .container { 	max-width: 1200px; }  .wp-block-media-text { 	margin-bottom: var(--theme-block-margin-bottom); }  .wp-block-media-text img { 	border-radius: var(--theme-rounded-images); }  .breadcrumbs__container { 	height: 22px; 	margin-top: 1rem; 	margin-bottom: 1rem; }  .breadcrumb { 	font-size: 0.9rem; 	margin-bottom: 0; }  .breadcrumb a { 	color: inherit; }  a, a:hover { 	color: var(--bs-primary); }  .d-none { 	display: none !important; }  /** 	Buttons */ .wp-block-buttons .wp-block-button { 	margin-bottom: var(--theme-block-margin-bottom) !important; }  .wp-block-buttons .wp-block-button .wp-block-button__link, .btn { 	padding: 10px 40px; 	text-decoration: none; 	font-weight: 600; 	font-size: 15px; 	text-align: center; 	border: none; 	border-radius: var(--theme-rounded-button); 	color: var(--button_primary_color) !important; 	background: var(--button_primary_bg) !important; 	border-color: var(--button_primary_bg) !important; }  .wp-block-buttons .wp-block-button.is-style-bootstrap-primary .wp-block-button__link, .btn.primary { 	color: var(--button_primary_color) !important; 	background: var(--button_primary_bg) !important; 	border-color: var(--button_primary_bg) !important; }  .wp-block-buttons .wp-block-button.is-style-bootstrap-secondary .wp-block-button__link, .btn.secondary { 	color: var(--button_secondary_color) !important; 	background: var(--button_secondary_bg) !important; 	border-color: var(--button_secondary_border_color) !important; 	border-width: var(--button_secondary_border) !important; 	border: solid;  }  .wp-block-buttons .wp-block-button.is-style-bootstrap-success .wp-block-button__link, .btn.success { 	color: var(--button_success_color) !important; 	background: var(--button_success_bg) !important; 	border-color: var(--button_success_bg) !important; }  .wp-block-buttons .wp-block-button.is-style-bootstrap-info .wp-block-button__link, .btn.info { 	color: var(--button_info_color) !important; 	background: var(--button_info_bg) !important; 	border-color: var(--button_info_bg) !important; }  @media (max-width: 575px) { 	.wp-block-buttons .wp-block-button { 		margin-bottom: var(--theme-block-margin-bottom-mob) !important; 	}  	.wp-block-buttons .wp-block-button, 	.wp-block-buttons .wp-block-button .wp-block-button__link { 		width: 100%; 	} }  .wp-block-hc-container { 	max-width: 1200px; 	padding-right: var(--bs-gutter-x, 0.75rem); 	padding-left: var(--bs-gutter-x, 0.75rem); 	margin-right: auto; 	margin-left: auto; }  .is-style-heading-narrow, .is-style-paragraph-narrow { 	max-width: 800px; 	margin-left: auto; 	margin-right: auto; }  /** 	Table Style  */ .wp-block-table { 	margin: -10px -10px var(--theme-block-margin-bottom); }  .wp-block-table table { 	border-collapse: separate; 	border-spacing: 10px; 	color: var(--bs-body-color); 	margin-bottom: 0; }  .wp-block-table table tr th, .wp-block-table table tr td { 	width: 125px; 	padding: 15px 12px; 	line-height: normal; 	border: none !important; 	vertical-align: middle !important; 	background-color: var(--table_background) !important; 	color: var(--table_text_color); 	border-radius: var(--theme-rounded-images) !important; 	box-shadow: none !important; }    @media (max-width: 991px) { 	.wp-block-table { 		overflow-x: auto; 		-ms-overflow-style: none; 		scrollbar-width: none; 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.wp-block-table::-webkit-scrollbar { 		display: none; 	} }  /** 	Sections  */ .wp-block-hc-alternate-group-section { 	margin-bottom: var(--theme-block-margin-bottom); }  .wp-block-hc-alternate-group-section li::marker { 	color: var(--bs-primary); }  .wp-block-hc-alternate-group-section .wp-block-image img { 	border-radius: var(--theme-rounded-images); }  .wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section { 	margin-bottom: 0; }  @media (max-width: 991px) { 	.wp-block-hc-alternate-group-section { 		margin-bottom: var(--theme-block-margin-bottom-mob); 	} }  /** 	Header  */ header.header { 	position: fixed; 	left: 0; 	right: 0; 	z-index: 100; 	background-color: var(--header_bg_color); }  header.header .header__container { 	position: relative; 	display: flex; 	align-items: center; 	justify-content: space-between; 	height: 70px; 	transition: .5s; }  header.header .custom-logo-link { 	display: block; 	max-width: 175px; }  header.header .custom-logo-link img { 	width: auto; 	max-height: 38px; }  header.header .primary_menu_desktop_ver>ul { 	display: flex; 	list-style: none; 	margin: 0; 	padding: 0; }  header.header .primary_menu_desktop_ver>ul>li { 	padding: 0 5px; }  @media (any-hover: hover) { 	header.header .primary_menu_desktop_ver>ul>li:hover .dropdown-menu.depth_0 { 		visibility: visible; 		opacity: 1; 	} }   header.header .primary_menu_desktop_ver>ul>li>a { 	position: relative; 	display: flex; 	align-items: center; 	gap: 5px; 	font-size: .9rem; 	font-weight: 600; 	padding: 6px 12px; 	white-space: nowrap; 	text-decoration: none; 	background-color: var(--menu_bg); 	color: var(--menu_text_color) !important; 	border-radius: var(--theme-rounded-button); }  header.header .primary_menu_desktop_ver>ul>li>a img { 	height: 18px; }  header.header .primary_menu_desktop_ver>ul>li.current-menu-item>a, header.header .primary_menu_desktop_ver>ul>li.current-menu-ancestor>a, header.header .primary_menu_desktop_ver>ul>li>a.show-dropdown, header.header .primary_menu_desktop_ver>ul>li>a:hover { 	color: var(--bs-primary); }  header.header .primary_menu_desktop_ver>ul>li:last-child { 	margin-right: 0; }  header.header .primary_menu_desktop_ver .dropdown-menu { 	transform: translateY(10px); }  header.header .primary_menu_desktop_ver>ul>li ul>li a.dropdown-toggle:after { 	transform: rotate(-90deg); }  header.header .primary_menu_desktop_ver>ul>li ul>li.dropdown:hover ul { 	display: block; }  header.header .primary_menu_desktop_ver .dropdown-menu .dropdown-item { 	font-size: .85rem; 	color: initial !important; 	transition: all 0.3s ease 0s; }  header.header .primary_menu_desktop_ver .dropdown-menu .dropdown-item.active, header.header .primary_menu_desktop_ver .dropdown-menu .dropdown-item:active { 	background-color: inherit; }  header.header .primary_menu_desktop_ver .dropdown-menu .dropdown-item:focus, header.header .primary_menu_desktop_ver .dropdown-menu .dropdown-item:hover { 	background-color: #e9ecee !important; }  .header-meny-bg { 	position: fixed; 	top: 0; 	left: 0; 	z-index: 10; 	width: 100vw; 	height: 100vh; 	background-color: #000000fa; 	visibility: hidden; 	opacity: 0; 	transition: all 0.3s ease 0s; 	backdrop-filter: blur(7px); 	-webkit-backdrop-filter: blur(7px); }  .header-meny-bg.active { 	visibility: visible; 	opacity: 1; }  .secondary_menu_desktop_ver { 	position: fixed; 	top: 70px; 	width: 100%; 	background-color: var(--header_bg_color) !important; 	left: 0; 	right: 0; }  .header-menu .apps_big_buttons { 	display: none; }  .header-menu__top { 	display: none; 	position: relative; 	padding: 4px 32px; 	min-height: 73px; 	align-items: center; 	justify-content: space-between; }  .header-menu .btn-close { 	position: absolute; 	top: 32px; 	right: 25px; 	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='%23ffffff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/2.5em auto no-repeat; 	opacity: 1; }  header.header .header-menu .primary_menu_desktop_ver>ul>li .arrow { 	display: none; }  header.header .dropdown-toggle:after { 	display: inline-block; 	margin-left: 0.255em; 	vertical-align: 0.255em; 	content: ""; 	border-top: 0.3em solid; 	border-right: 0.3em solid transparent; 	border-bottom: 0; 	border-left: 0.3em solid transparent; }  header.header .buttons_container { 	display: flex; 	align-items: center; }  header.header .buttons_container .buttons { 	display: grid; 	grid-template-columns: repeat(2, auto); 	grid-gap: 8px; }  header.header .buttons_container .buttons a { 	padding: 8px 24px; 	white-space: nowrap; }  header.header .lang button { 	font-size: 14px !important; }  header.header .lang .dropdown-menu { 	font-size: 14px; 	min-width: auto; }  header.header .secondary_menu_desktop_ver { 	background-color: var(--header_secondary_menu_bg_color); }  header.header .secondary_menu_desktop_ver ul { 	display: flex; 	justify-content: center; 	list-style: none; 	margin: 0; 	padding: 0; 	height: 40px; 	gap: 20px; }  header.header .secondary_menu_desktop_ver ul>li { 	display: flex; 	align-items: center; }  header.header .secondary_menu_desktop_ver ul>li>a { 	position: relative; 	display: block; 	font-size: .8rem; 	text-decoration: none; 	color: var(--menu_text_color); }   header.header .secondary_menu_desktop_ver ul>li ul { 	display: none; }  header.header .secondary_menu_desktop_ver ul>li.current-menu-item>a, header.header .secondary_menu_desktop_ver ul>li.current-menu-ancestor>a, header.header .secondary_menu_desktop_ver ul>li>a:hover { 	color: var(--bs-primary); }  header.header .secondary_menu_desktop_ver ul>li:last-child { 	margin-right: 0; }  @media (max-width: 991.98px) { 	.header-menu .apps_big_buttons { 		display: block; 		display: flex; 		flex-direction: column; 		gap: 8px; 		margin-top: 30px; 	}  	.header-menu { 		position: fixed; 		max-width: 300px; 		z-index: 20; 		background: var(--mobile_menu_bg); 		border-radius: 15px 0 0 15px; 		top: 0; 		right: 0; 		width: 400px; 		border-left: 1px solid rgba(0, 1, 0, 0.2); 		height: 100%; 		transform: translateX(100%); 		display: flex; 		flex-direction: column; 		transition: all 0.3s ease 0s; 	}  	.header-menu.open { 		transform: none; 	}  	.secondary_menu_desktop_ver { 		position: static; 		background-color: transparent !important; 	}  	.header-menu__top { 		display: flex; 	}  	.header-menu__content { 		padding: 24px; 		overflow-y: auto; 		height: 100%;  	}  	header.header .primary_menu_desktop_ver, 	header.header .secondary_menu_desktop_ver { 		display: block !important; 	}  	header.header .primary_menu_desktop_ver ul, 	header.header .secondary_menu_desktop_ver ul { 		display: block; 		justify-content: start; 		height: fit-content; 		width: 100%; 	}  	header.header .secondary_menu_desktop_ver { 		margin-top: 20px; 	}  	header.header .secondary_menu_desktop_ver .container { 		padding: 0; 	}  	header.header .header-menu .secondary_menu_desktop_ver ul>li>a { 		display: block; 		padding: 5px 0; 	}  	header.header .header-menu .primary_menu_desktop_ver>ul>li>a { 		position: relative; 		display: flex; 		align-items: center; 		gap: 12px; 		padding: 10px 0; 		text-decoration: none; 		color: var(--menu_text_color); 		background-color: transparent; 		font-weight: normal; 		font-size: 16px; 	}  	header.header .header-menu .primary_menu_desktop_ver>ul>li { 		padding: 0; 	}  	header.header .header-menu .primary_menu_desktop_ver>ul>li .arrow { 		position: absolute; 		top: 5px; 		right: 0; 		width: 30px; 		height: 30px; 		display: flex; 		align-items: center; 		justify-content: center; 		color: var(--menu_text_color); 	}  	header.header .header-menu .primary_menu_desktop_ver>ul>li.menu-item-has-children .arrow:after { 		content: ""; 		display: inline-block; 		vertical-align: 0.255em; 		border-top: 0.3em solid; 		border-right: 0.3em solid transparent; 		border-bottom: 0; 		border-left: 0.3em solid transparent; 	}  	header.header .header-menu .primary_menu_desktop_ver>ul>li>a:after { 		display: none; 	}  	header.header .header-menu .dropdown-menu { 		position: relative; 		top: 0 !important; 		padding: 8px 0; 		transform: none; 		display: none; 	}  	header.header .header-menu .primary_menu_desktop_ver .dropdown-menu li>.dropdown-item { 		font-size: .9rem; 		color: initial !important; 		background-color: transparent !important; 		border: none !important; 		margin: 0 !important; 		vertical-align: baseline !important; 	} }    header.header .mobile-menu-button { 	display: none; 	position: absolute; 	top: 26px; 	right: 0; 	width: 26px; 	height: 24px; 	cursor: pointer; }  header.header .mobile-menu-button span { 	position: absolute; 	left: 0; 	display: block; 	width: 100%; 	height: 3px; 	background-color: #ffE; 	border-radius: 2px; }  header.header .mobile-menu-button span:nth-child(1) { 	top: 2px; }  header.header .mobile-menu-button span:nth-child(2) { 	top: 10px; }  header.header .mobile-menu-button span:nth-child(3) { 	top: 18px; }  @media (max-width: 991px) { 	header.header .header__container { 		height: 120px; 		align-items: flex-start; 	}  	header.header .custom-logo-link { 		margin-top: 12px; 	}  	header.header .header__container.out { 		margin-top: -70px; 	}  	header.header .header__container .buttons { 		grid-template-columns: repeat(2, 1fr); 		position: absolute; 		left: 0; 		right: 0; 		top: 65px; 	}  	header.header .mobile-menu-button { 		display: block; 	}  	header.header .lang { 		position: absolute; 		right: 35px; 		top: 10px; 	} }  @media (max-width: 600px) { 	body.admin-bar .header.header { 		top: 0; 	} }  footer.footer { 	padding-top: 40px; 	padding-bottom: 40px; 	color: var(--footer_text_color); 	background-color: var(--footer_bg_color); }  footer.footer .logo { 	display: grid; 	grid-template-columns: auto 1fr; 	align-items: baseline; 	grid-gap: 24px; 	margin-bottom: 48px; }  footer.footer .logo:after { 	content: ""; 	display: block; 	height: 1px; 	background-color: var(--footer_hr_color); }  footer.footer .logo .custom-logo-link { 	display: block; 	max-width: 175px; }  footer.footer .logo img { 	width: auto; 	max-height: 38px; }  footer.footer .footer__container { 	display: flex; 	gap: 24px; 	border-bottom: 1px solid var(--footer_hr_color); 	padding-bottom: 48px; }  footer.footer .footer__container .nav__container { 	display: flex; 	align-items: flex-start; 	gap: 48px; 	flex: 1 0 0; }  footer.footer .footer__container .nav__container .description { 	font-size: 14px; 	line-height: normal; 	font-weight: 300; 	max-width: 210px; }  footer.footer .footer__container .nav__container .description strong { 	color: var(--footer_link_color); }  footer.footer .footer__container .nav__container .nav_heading { 	font-weight: 700; 	font-size: 14px; 	line-height: normal; 	text-transform: uppercase; 	margin-bottom: 24px; }  footer.footer .footer__container .nav__container .nav_column_wrap { 	display: flex; 	justify-content: flex-end; 	align-items: flex-start; 	gap: 56px; }  footer.footer .footer__container .nav__container .nav_column nav ul { 	list-style: none; 	margin: 0; 	padding: 0; }  footer.footer .footer__container .nav__container .nav_column nav ul li { 	padding-bottom: 10px; 	line-height: normal; }  footer.footer .footer__container .nav__container .nav_column nav ul li a { 	font-size: 14px; 	color: var(--footer_link_color); 	text-decoration: none; }  footer.footer .footer__container .nav__container .nav_column nav ul li a:hover { 	color: var(--bs-primary); }  footer.footer .footer__container .nav__container .menu_footer_s .menu-description { 	font-size: 13px; }  footer.footer .social { 	display: flex; 	gap: 6px; 	margin-top: 16px; }  footer.footer .social a { 	display: flex; 	align-items: center; 	justify-content: center; 	width: 40px; 	height: 40px;  }  @media (any-hover: hover) { 	footer.footer .social a:hover svg { 		transform: scale(1.2); 		color: var(--bs-primary); 	} }  footer.footer .social a svg { 	width: 24px; 	transition: all 0.2s ease 0s; 	color: #ffE;  }  footer.footer .footer_logos_partners { 	display: flex; 	gap: 28px; 	flex-wrap: wrap; 	align-items: center; 	text-align: center; 	justify-content: space-between; 	padding: 30px 0; 	border-bottom: 1px solid var(--footer_hr_color); }  footer.footer .footer_logos_partners .item { 	max-width: 75px; }  footer.footer .footer_logos_partners img { 	width: 100%; 	max-height: 70px; }  footer.footer .footer_payments { 	display: flex; 	gap: 20px; 	flex-wrap: wrap; 	padding: 30px 0; 	border-bottom: 1px solid var(--footer_hr_color); }  footer.footer .footer_payments .item { 	max-width: 65px; }  footer.footer .footer_payments img { 	width: 100%; 	max-height: 19px; }  footer.footer .copyright__container { 	display: grid; 	grid-template-columns: 1fr auto; 	grid-gap: 24px; 	padding-top: 48px; }  footer.footer .footer_logos_police { 	display: flex; 	gap: 20px; 	flex-wrap: wrap; }  footer.footer .footer_logos_police .item { 	max-width: 90px; }  footer.footer .footer_logos_police img { 	width: 100%; 	max-height: 28px; }  footer.footer .bottom_panel { 	position: fixed; 	left: 0; 	bottom: 0; 	right: 0; 	display: none; 	height: 70px; 	align-items: center; 	padding: 0 16px; 	background: var(--bottom_panel_bg); 	z-index: 10; 	transition: .5s; }  footer.footer .bottom_panel.apps { 	justify-content: flex-end; }  footer.footer .bottom_panel.apps .image { 	position: absolute; 	left: 7px; 	top: -27px; }  footer.footer .bottom_panel.apps .image img { 	width: 130px; }  footer.footer .bottom_panel.apps .panel_button { 	display: flex; 	padding: 12px; 	justify-content: center; 	align-items: center; 	gap: 12px; 	font-size: 12px; 	font-weight: 700; 	white-space: nowrap; 	text-decoration: none; 	color: var(--bottom_panel_apps_button_text_color); 	background: var(--bottom_panel_apps_button_bg_color); 	border-radius: var(--theme-rounded-button); }  footer.footer .bottom_panel.apps .panel_button svg { 	height: 25px; 	width: 25px; 	fill: var(--bottom_panel_apps_button_text_color); }  footer.footer .bottom_panel.apps .panel_button .button_name { 	line-height: normal; }  footer.footer .bottom_panel.bonus { 	justify-content: space-between; }  footer.footer .bottom_panel.bonus .bonus { 	font-weight: 700; 	line-height: normal; 	color: #ffE; }  footer.footer .bottom_panel.bonus .panel_button { 	font-size: 14px; 	font-weight: 600; 	white-space: nowrap; 	display: flex; 	align-items: center; 	justify-content: center; 	overflow: hidden; 	padding: 10px 20px; 	text-decoration: none; 	color: var(--bottom_panel_bonus_button_text_color); 	background: var(--bottom_panel_bonus_button_bg_color); 	border-radius: var(--theme-rounded-button); }  @media (max-width: 991px) { 	footer.footer .logo { 		margin-bottom: 24px; 	}  	footer.footer .footer__container { 		flex-direction: column; 		gap: 0; 		padding-bottom: 24px; 	}  	footer.footer .footer__container .nav__container { 		order: 1; 		flex-direction: column; 		gap: 24px; 		align-items: center; 	}  	footer.footer .footer__container .nav__container .column { 		width: 100%; 	}  	footer.footer .footer__container .nav__container .description { 		display: none; 	}  	footer.footer .footer__container .nav__container .nav_column_wrap { 		justify-content: flex-start; 		flex-wrap: wrap; 		row-gap: 26px; 	}  	footer.footer .footer__container .nav__container .menu_footer_s { 		width: 100%; 	}  	footer.footer .footer__container .nav__container .menu_footer_s .nav_column nav ul li { 		display: grid; 		grid-template-columns: repeat(2, 1fr); 		grid-gap: 10px; 	}  	footer.footer .footer__container .apps_big_buttons { 		flex-direction: row; 	}  	footer.footer .footer__container .apps_big_buttons .app_button { 		width: 100%; 		height: 52px; 	}  	footer.footer .social { 		justify-content: center; 	}  	footer.footer .footer_payments, 	footer.footer .footer_logos_partners { 		justify-content: center; 		padding: 16px 0; 		gap: 16px; 	}  	footer.footer .footer_logos_police { 		justify-content: center; 		grid-gap: 16px; 	}  	footer.footer .footer_logos_partners .item { 		max-width: 42px; 	}  	footer.footer .footer_logos_partners img { 		max-height: 50px; 	}  	footer.footer .copyright__container { 		grid-template-columns: none; 		padding-top: 16px; 		grid-gap: 16px; 	}  	footer.footer .copyright__container .copyright { 		order: 1; 		text-align: center; 	}  	footer.footer .bottom_panel { 		display: flex; 		transform: translateY(95px); 	}  	footer.footer .bottom_panel.show { 		transform: translateY(0px); 	}  	footer.footer.panel_mode { 		padding-bottom: 100px; 	} }  /** 	Apps Buttons  */ .apps_big_buttons { 	display: flex; 	flex-direction: column; 	gap: 8px; }  .apps_big_buttons .app_button { 	display: flex; 	flex-direction: column; 	justify-content: center; 	align-items: center; 	width: 180px; 	height: 54px; 	text-decoration: none; 	border-radius: var(--theme-rounded-button); 	background: #1D2331; 	color: #ffE; }  .apps_big_buttons .app_button>span { 	padding: 5px 5px 5px 40px; 	background-repeat: no-repeat; 	background-position: left center; }  .apps_big_buttons .app_button.google_play>span { 	background-image: url("../img/google_play_logo.svg"); }  .apps_big_buttons .app_button.app_store>span { 	background-image: url("../img/apple_logo.svg"); }  .apps_big_buttons .app_button>span>span { 	display: block; }  .apps_big_buttons .app_button>span>span:first-child { 	font-size: 10px; 	font-weight: 500; 	line-height: normal; }  .apps_big_buttons .app_button>span>span:last-child { 	font-size: 14px; 	font-weight: 700; 	line-height: 140%; }  /** 	Custom Page  */ .custom-page .welcome_section { 	max-width: 800px; 	margin-left: auto; 	margin-right: auto; 	text-align: center; 	margin-bottom: var(--theme-block-margin-bottom); }  .home .custom-page .welcome_section { 	margin-top: 24px; }  @media (max-width: 991px) { 	.custom-page .welcome_section { 		max-width: none; 		text-align: left; 		margin-bottom: var(--theme-block-margin-bottom-mob); 	} }  /** 	Default2 Page  */ .default2-page .welcome_section_default2 { 	margin-bottom: var(--theme-block-margin-bottom); }  .default2-page .welcome_section_default2 .welcome_section__container { 	position: relative; 	display: grid; 	grid-template-columns: 1.5fr 1fr; 	grid-gap: 80px; }  .default2-page .welcome_section_default2 .welcome_section__container .title { 	margin-bottom: 10px; }  .default2-page .welcome_section_default2 .welcome_section__container .description { 	font-size: .9rem; 	margin-bottom: 10px; }  .default2-page .welcome_section_default2 .welcome_section__container .image img { 	border-radius: var(--theme-rounded-images); }  @media (max-width: 991px) { 	.default2-page .welcome_section_default2 { 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.default2-page .welcome_section_default2 .welcome_section__container { 		grid-template-columns: none; 		grid-gap: 1rem; 	} }  @media (max-width: 575px) { 	.default2-page .welcome_section_default2 .btn { 		display: block; 		width: 100%; 	} }  /** 	Slots Page  */ .slots-page .welcome-section-slots { 	background-color: var(--welcome-section-slots-bg-color); 	margin-bottom: var(--theme-block-margin-bottom); 	border-radius: var(--theme-rounded-section); }  .slots-page .welcome-section-slots .welcome-section-slots__container { 	position: relative; 	display: grid; 	grid-template-columns: 1.5fr 1fr; 	grid-gap: 80px; }  .slots-page .welcome-section-slots .welcome-section-slots__container>div:first-child { 	padding: 32px 0 32px 32px; }  .slots-page .welcome-section-slots .title { 	margin-bottom: 10px; }  .slots-page .welcome-section-slots .description { 	font-size: .9rem; 	margin-bottom: 10px; }  .slots-page .welcome-section-slots .image { 	display: flex; 	align-items: center; 	justify-content: center; }  .slots-page .welcome-section-slots .welcome_section_button { 	white-space: nowrap; 	display: inline-flex; 	align-items: center; 	justify-content: center; 	overflow: hidden; 	height: 45px; 	min-width: 180px; 	padding: 0 16px; 	color: var(--welcome-section-slots-button-text-color); 	text-decoration: none; 	background: var(--welcome-section-slots-button-gradient); 	border-radius: var(--theme-rounded-button); }  @media (max-width: 991px) { 	.slots-page .welcome-section-slots { 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.slots-page .welcome-section-slots .welcome-section-slots__container { 		grid-template-columns: none; 		grid-gap: 1rem; 	}  	.slots-page .welcome-section-slots .welcome-section-slots__container>div:first-child { 		padding: 12px; 	} }  @media (max-width: 575px) { 	.slots-page .welcome-section-slots .welcome_section_button { 		display: flex; 		width: 100%; 	} }  /** 	Promocode Page  */ .promocode-page .welcome-section-promocode { 	display: flex; 	position: relative; 	padding: 32px; 	background-color: var(--welcome-section-promocode-bg-color); 	border-radius: var(--theme-rounded-section); 	margin-bottom: var(--theme-block-margin-bottom); 	overflow: hidden; 	background-image: var(--welcome-section-promocode-bg-image); 	background-repeat: no-repeat; 	background-position: right center; 	background-size: contain; }  .promocode-page .welcome-section-promocode .promocode__container { 	max-width: 600px; 	margin-right: auto; }  .promocode-page .welcome-section-promocode .title { 	margin-bottom: 10px; }  .promocode-page .welcome-section-promocode .description { 	font-size: .9rem; 	margin-bottom: 10px; }  .promocode-page .welcome-section-promocode .mobile__container { 	border-radius: var(--theme-rounded-section); }  .promocode-page .welcome-section-promocode .mobile__container .bonus { 	font-size: 26px; 	line-height: normal; 	margin-bottom: 10px; }  .promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap { 	display: flex; 	gap: 5px; }  .promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap .copy-block { 	position: relative; 	height: 45px; 	border: 1px dashed #ffE; 	border-radius: var(--theme-rounded-button); }  .promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap .copy-block input { 	display: block; 	width: 100%; 	height: 100%; 	text-align: center; 	box-shadow: none; 	border: none; 	color: #ffE; 	font-size: .9rem; 	font-weight: 600; 	padding-right: 33px; 	outline: none; 	background-color: transparent; 	cursor: pointer; }  .promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap .copy-block .copy-icon { 	display: block; 	position: absolute; 	top: calc(50% - 12px); 	right: 10px; 	width: 24px; 	height: 24px; 	background-image: url('../img/copy.svg?v=4'); 	cursor: pointer; 	transition: all 0.2s ease 0s; }  .promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap .copy-block.copy-ok .copy-icon { 	background-image: url('../img/check.svg?v=5'); }  .promocode-page .welcome-section-promocode .mobile__container .promocode_button { 	white-space: nowrap; 	display: flex; 	align-items: center; 	justify-content: center; 	overflow: hidden; 	height: 45px; 	padding: 0 16px; 	color: var(--welcome-section-promocode-button-text-color); 	text-decoration: none; 	background: var(--welcome-section-promocode-button-gradient); 	border-radius: var(--theme-rounded-button); }  @media (max-width: 991px) { 	.promocode-page .welcome-section-promocode { 		padding: 0; 		background-color: transparent; 		background-image: none; 		text-align: center; 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.promocode-page .welcome-section-promocode .promocode__container { 		max-width: inherit; 	}  	.promocode-page .welcome-section-promocode .mobile__container { 		padding: 12px; 		background-color: var(--welcome-section-promocode-bg-color); 	}  	.promocode-page .welcome-section-promocode .mobile__container .copy-block-wrap { 		flex-direction: column; 	} }  /** 	Apps Page  */ .apps-page .welcome-section { 	display: flex; 	gap: 24px; 	min-height: 300px; 	margin-bottom: var(--theme-block-margin-bottom); }  .apps-page .welcome-section .welcome_apps { 	display: flex; 	align-items: center; 	justify-content: flex-start; 	flex-grow: 1; 	padding: 32px; 	text-align: center; 	position: relative; 	color: var(--welcome_apps_color); 	background: var(--welcome_apps_background); 	border-radius: var(--theme-rounded-section); }  .apps-page .welcome-section .welcome_apps .welcome_apps__content { 	display: flex; 	max-width: 462px; 	flex-direction: column; 	justify-content: center; 	align-items: center; 	gap: 32px; }  .apps-page .welcome-section .welcome_apps .welcome_apps__content .description { 	display: flex; 	flex-direction: column; 	justify-content: center; 	align-items: center; 	gap: 10px; 	font-size: 12px; 	font-style: italic; }  .apps-page .welcome-section .welcome_apps .welcome_apps__content .description .string-1 { 	opacity: .5; }  .apps-page .welcome-section .welcome_apps .welcome_apps__content h1 { 	font-size: 36px; 	line-height: normal; 	margin-bottom: 0; }  .apps-page .welcome-section .welcome_apps .welcome_apps__content .buttons { 	display: flex; 	gap: 12px; }  .apps-page .welcome-section .welcome_apps .welcome_apps__content .buttons a { 	display: flex; 	padding: 8px 16px; 	justify-content: center; 	align-items: center; 	gap: 14px; 	flex: 1 0 0; 	font-weight: 600; 	font-size: 12px; 	text-align: left; 	text-decoration: none; 	line-height: normal; 	color: var(--button_primary_color); 	background-color: var(--button_primary_bg); 	border-radius: var(--theme-rounded-button); }  .apps-page .welcome-section .welcome_apps .welcome_apps__content .buttons a svg { 	display: flex; 	width: 36px; 	height: 36px; 	justify-content: center; 	align-items: center; 	fill: var(--button_primary_color); }  .apps-page .welcome-section .welcome_apps .image { 	position: absolute; 	bottom: 0; 	right: 0; 	width: 340px; }  .apps-page .welcome-section .welcome_promocode { 	display: flex; 	flex-shrink: 0; 	flex-basis: 282px; 	padding: 12px; 	position: relative; 	overflow: hidden; 	background-color: var(--welcome_promocode_background); 	border-radius: var(--theme-rounded-section); }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container { 	display: flex; 	flex-direction: column; 	justify-content: space-between; 	gap: 12px; 	position: relative; 	z-index: 1; }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .bonus { 	display: flex; 	align-items: center; 	flex-grow: 1; 	font-size: 28px; 	line-height: normal; }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .copy-block-wrap { 	display: flex; 	gap: 12px; 	flex-direction: column; }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .copy-block-wrap .copy-block { 	position: relative; 	width: 100%; 	height: 45px; 	border: 1px dashed #ffE; 	background-color: rgb(0 1 0 / 15%); 	border-radius: var(--theme-rounded-button); }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .copy-block-wrap input { 	display: block; 	width: 100%; 	height: 100%; 	text-align: center; 	box-shadow: none; 	border: none; 	color: #ffE; 	font-size: .9rem; 	font-weight: 600; 	padding-right: 33px; 	outline: none; 	background-color: transparent; 	cursor: pointer; }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .copy-block-wrap .copy-icon { 	display: block; 	position: absolute; 	top: calc(50% - 12px); 	right: 10px; 	width: 24px; 	height: 24px; 	background-image: url('../img/copy.svg?v=4'); 	cursor: pointer; 	transition: all 0.3s ease 0s; }  .apps-page .welcome-section .welcome_promocode .welcome_promocode__container .copy-block-wrap .copy-block.copy-ok .copy-icon { 	background-image: url('../img/check.svg?v=5'); }  .apps-page .welcome-section .welcome_promocode .image { 	position: absolute; 	bottom: -18px; 	right: 0; 	width: 196px; }  @media (max-width: 1130px) { 	.apps-page .welcome-section .welcome_apps { 		justify-content: center; 	}  	.apps-page .welcome-section .welcome_apps .image { 		display: none; 	}  	.apps-page .welcome-section .welcome_apps .welcome_apps__content { 		max-width: none; 	} }  @media (max-width: 991px) { 	.apps-page .welcome-section { 		gap: 12px; 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.home .apps-page { 		padding-top: 45px; 	} }  @media (max-width: 767px) { 	.apps-page .welcome-section { 		flex-direction: column; 	}  	.apps-page .welcome-section .welcome_apps { 		padding: 12px; 	}  	.apps-page .welcome-section .welcome_apps .welcome_apps__content { 		gap: 12px; 		padding-top: 140px; 	}  	.apps-page .welcome-section .welcome_apps .welcome_apps__content h1 { 		font-size: 28px; 	}  	.apps-page .welcome-section .welcome_apps .image { 		display: block; 		top: -20px; 		bottom: auto; 		right: auto; 	}  	.apps-page .welcome-section .welcome_apps .image img { 		height: 160px; 		width: auto; 	}  	.apps-page .welcome-section .welcome_promocode { 		justify-content: center; 		flex-basis: auto; 	}  	.apps-page .welcome-section .welcome_promocode .welcome_promocode__container .bonus { 		font-size: 23px; 		text-align: center; 	} }  /** 	Post LastUpdate  */ .post_last_update { 	opacity: .2; 	font-size: 12px; 	margin-bottom: var(--theme-block-margin-bottom); }  @media (max-width: 991px) { 	.post_last_update { 		margin-bottom: var(--theme-block-margin-bottom-mob); 	} }  /** 	Comments  */ .comments .comments_count { 	margin-bottom: 16px; }  .comments .comments_count .count { 	font-weight: 600; }  .comments form .form-control, .comments .alert { 	border: none; 	padding: 16px; 	margin-bottom: 8px; 	background-color: var(--comments_bg); 	color: var(--comments_text_color); 	border-radius: var(--theme-rounded-section); 	border: 2px solid var(--comments_bg); 	transition: all 0.3s ease 0s; }  .comments .alert { 	background-color: #c50001; }  .comments form .form-control.invalid { 	border-color: #c50001; }  .comments form button.loading { 	pointer-events: none; 	opacity: 0.6; }  .comments .comments__list, .comments .comments__list ul { 	list-style: none; 	margin: 0; 	padding: 0; }  .comments .comment-item { 	margin-bottom: 1rem; 	padding: 16px; 	background-color: var(--comments_bg); 	color: var(--comments_text_color); 	border-radius: var(--theme-rounded-section); }  .comments .comment-item header { 	display: flex; 	align-items: center; 	justify-content: space-between; 	margin-bottom: 12px; }  .comments .comment-item header .author { 	display: flex; 	align-items: center; 	gap: 8px; }  .comments .comment-item header .author .avatar img { 	width: 42px; 	height: 42px; 	border-radius: 10px; }  .comments .comment-item header .author .name { 	font-weight: 600; 	font-size: 20px; }  .comments .comment-item header .date { 	font-size: .8rem; 	opacity: .5; }  /** 	404  */ .page_404 .container_404 { 	display: grid; 	grid-template-columns: auto auto; 	justify-content: center; 	grid-gap: 26px; 	margin-top: 36px; 	margin-bottom: 36px; }  .page_404 .banners__container { 	display: grid; 	grid-template-columns: .8fr 1.2fr; 	grid-gap: 24px; 	margin-bottom: var(--theme-block-margin-bottom); }  .page_404 .banners__container .banner_app { 	position: relative; 	padding: 32px; 	background: var(--gradient-app-banner); 	border-radius: var(--theme-rounded-section); }  .page_404 .banners__container .banner_app .image { 	position: absolute; 	left: 0; 	bottom: 0; }  .page_404 .banners__container .banner_app .image img { 	width: 185px; }  .page_404 .banners__container .banner_app .banner_app__container { 	display: flex; 	flex-direction: column; 	align-items: center; 	justify-content: center; 	gap: 16px; 	width: 250px; 	margin-left: auto; }  .page_404 .banners__container .banner_app .banner_app__container .logo { 	max-width: 100px; }  .page_404 .banners__container .banner_app .banner_app__container .title { 	color: #ffE; 	text-align: center; 	font-size: 26px; 	font-weight: 700; 	line-height: normal; }  .page_404 .banners__container .banner_app .banner_app__container .buttons a { 	display: flex; 	padding: 12px; 	justify-content: center; 	align-items: center; 	gap: 12px; 	font-size: 12px; 	font-weight: 700; 	white-space: nowrap; 	text-decoration: none; 	color: var(--button_color-app-banner, #fffffE); 	background: var(--button_background-app-banner, #0677da); 	border-radius: var(--theme-rounded-button); }  .page_404 .banners__container .banner_app .banner_app__container .buttons a svg { 	height: 25px; 	width: 25px; 	fill: var(--button_color-app-banner, #fffffE); }  .page_404 .banners__container .banner_app .banner_app__container .buttons .desktop { 	display: flex; 	flex-direction: column; }  .page_404 .banners__container .banner_app .banner_app__container .buttons a .desktop .description { 	font-size: 9px; 	white-space: nowrap; 	font-weight: 300; }  .page_404 .banners__container .banner_app .banner_app__container .buttons a .mobile { 	display: none; }  .page_404 .banners__container .banner_bonus { 	display: flex; 	justify-content: end; 	align-items: center; 	padding: 26px; 	min-height: 220px; 	position: relative; 	background: var(--gradient-bonus-banner); 	border-radius: 22px; }  .page_404 .banners__container .banner_bonus .image { 	position: absolute; 	left: 0; 	bottom: 0; }  .page_404 .banners__container .banner_bonus .image { 	width: 335px; }  .page_404 .banners__container .banner_bonus .banner__container { 	max-width: 300px; 	margin-left: auto; }  .page_404 .banners__container .banner_bonus .bonus { 	font-size: 30px; 	line-height: normal; 	margin-bottom: 16px; }  .page_404 .banners__container .banner_bonus .banner_button { 	font-size: 18px; 	font-weight: 600; 	white-space: nowrap; 	display: flex; 	align-items: center; 	justify-content: center; 	overflow: hidden; 	padding: 10px 60px; 	color: var(--button_text_color); 	text-decoration: none; 	background: var(--button_background_color); 	border-radius: var(--theme-rounded-button); }  .page_404 .banners__container .banner_bonus .banner_button .mobile { 	display: none; }  @media (max-width: 1150px) { 	.page_404 .banners__container { 		grid-template-columns: none; 		overflow: hidden; 	} }  @media (max-width: 991px) { 	.page_404 .container_404 { 		grid-template-columns: none; 		grid-gap: 16px; 		text-align: center; 		margin-top: 0; 		margin-bottom: var(--theme-block-margin-bottom-mob); 	}  	.page_404 .container_404 h1 { 		margin-bottom: .5rem; 	}  	.page_404 .banners__container { 		margin-bottom: var(--theme-block-margin-bottom-mob); 	} }  @media (max-width: 768px) { 	.page_404 .banners__container { 		grid-gap: 27px; 	}  	.page_404 .banners__container .banner_app { 		order: 1; 		padding: 12px; 		border-radius: 8px 	}  	.page_404 .banners__container .banner_app .banner_app__container { 		width: auto; 		align-items: end; 	}  	.page_404 .banners__container .banner_app .banner_app__container .logo, 	.page_404 .banners__container .banner_app .banner_app__container .title, 	.page_404 .banners__container .banner_app .banner_app__container .buttons a .desktop { 		display: none; 	}  	.page_404 .banners__container .banner_app .banner_app__container .buttons a .mobile { 		display: block; 	}  	.page_404 .banners__container .banner_app .image { 		top: -27px; 	}  	.page_404 .banners__container .banner_app .image img { 		width: 150px; 	}  	.page_404 .banners__container .banner_bonus { 		display: block; 		padding: 12px; 		min-height: auto; 		border-radius: 8px 	}  	.page_404 .banners__container .banner_bonus .image, 	.page_404 .banners__container .banner_bonus .banner_button .desktop { 		display: none; 	}  	.page_404 .banners__container .banner_bonus .banner_button .mobile { 		display: block; 	}  	.page_404 .banners__container .banner_bonus .banner__container { 		display: grid; 		grid-template-columns: 1fr auto; 		grid-gap: 7px; 		align-items: center; 		max-width: initial; 	}  	.page_404 .banners__container .banner_bonus .banner__container .bonus { 		font-size: 16px; 		margin-bottom: 0; 	}  	.page_404 .banners__container .banner_bonus .banner__container .banner_button { 		font-size: 14px; 		padding: 10px 20px; 	} }  /** 	scroll-to-top  */ .scroll-to-top { 	position: fixed; 	bottom: 20px; 	right: 20px; 	width: 52px; 	height: 52px; 	opacity: 0; 	visibility: hidden; 	transition: all 0.3s ease 0s; }  @media (max-width: 991.98px) { 	.scroll-to-top { 		width: 40px; 		height: 40px; 		right: 10px; 		bottom: 10px; 	} }  .scroll-to-top.active { 	visibility: visible; 	opacity: 0.7; }  .scroll-to-top.panel_mode { 	bottom: 85px !important;  }  @media (any-hover: hover) { 	.scroll-to-top:hover { 		opacity: 1; 	} }  .header-lang { 	margin-left: 15px; 	color: var(--menu_text_color); }  @media (max-width: 991.98px) { 	.header-lang { 		position: absolute; 		right: 50px; 		top: 22px; 	} }  .header-lang__current { 	display: flex; 	gap: 8px; 	align-items: center; 	position: relative; 	/* font-size: 18px; */ 	font-weight: 600; 	text-transform: uppercase; }  .header-lang__current:hover .header-lang__items { 	visibility: visible; 	opacity: 1; 	transform: translateY(0px) }  .header-lang__current img { 	width: 30px; 	height: 30px; 	object-fit: cover; 	border-radius: 50%; 	overflow: hidden; 	flex-shrink: 0; }  .header-lang__items { 	position: absolute; 	display: grid; 	grid-gap: 10px; 	visibility: hidden; 	opacity: 0; 	transition: all 0.2s ease 0s; 	transform: translateY(-10px); 	top: 40px; 	text-transform: uppercase; 	border-radius: var(--theme-rounded-button); 	background-color: var(--menu_bg); 	padding: 10px; 	width: fit-content; 	left: -10px; 	right: -10px; }  .header-lang__items a { 	display: flex; 	gap: 8px; 	align-items: center; 	font-size: 16px; 	font-weight: 600; 	text-decoration: none; 	color: var(--menu_text_color);  }  .header-lang__items img { 	width: 30px; 	height: 30px; 	object-fit: cover; 	border-radius: 50%; 	overflow: hidden; 	flex-shrink: 0; }  .custom-button { 	margin-left: auto; 	margin-right: auto; 	margin-bottom: var(--theme-block-margin-bottom); 	display: flex; 	gap: 8px; 	width: fit-content; 	align-items: center; }  .custom-button svg { 	width: 30px; 	height: 30px; }  .custom-button.right { 	margin-right: 0; }  .custom-button.left { 	margin-left: 0; }  /** 	Media Block  */ .media_block {          column-gap: 25px;     grid-template-columns: auto 50%;     grid-template-areas:         "title image"         "content image";     margin-bottom: var(--theme-block-margin-bottom);     background: linear-gradient(180deg, var(--media_block_color1) 0%, var(--media_block_color2) 100%);     padding: 21px 16px 16px;     border-radius: var(--theme-rounded-images);     position: relative; }  .media_block:before {     content: "";     height: 5px;     position: absolute;     left: 16px;     right: 16px;     top: -1px;     border-radius: 2px;     background-color: var(--bs-primary); }  .media_block .title {     grid-area: title;     align-self: flex-end; }  .media_block .content {     grid-area: content;     align-self: flex-start; }  .media_block_btn {     margin-top: 30px;     margin-left: auto;     margin-right: auto;     display: block;     width: fit-content; }  .media_block .image {     align-self: center;     grid-area: image; }  .media_block .image img {     border-radius: var(--theme-rounded-images); }  .media_block .content li::marker {     color: var(--bs-primary); }  .media_block.left {     grid-template-columns: 50% auto;     grid-template-areas:         "image title"         "image content"; }  .media_block.notitle {     grid-template-areas: "content image"; }  .media_block.notitle.left {     grid-template-columns: 50% auto;     grid-template-areas: "image content"; }  .media_block.notitle.middle .content {     align-self: center; }  @media (max-width: 991px) {     .media_block {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .media_block,     .media_block.notitle,     .media_block.left {         grid-template-columns: none !important;         grid-template-areas:             "title"             "image"             "content";         margin-top: 0;         margin-bottom: 0;     }      .media_block .title,     .media_block .image {         margin-bottom: 1rem;     }      .media_block .image {         text-align: center !important;     }      .media_block .image img {         width: auto;         max-height: 400px;     } }  /** 	Media Block v2  */ .media_block_v2 {     display: grid;     column-gap: 25px;     grid-template-columns: auto 50%;     align-items: flex-start;     margin-bottom: var(--theme-block-margin-bottom); }  .media_block_v2.left {     grid-template-columns: 50% auto; }  .media_block_v2.middle {     align-items: center; }  .media_block_v2.left .content {     order: 1; }  .media_block_v2 .image img {     border-radius: var(--theme-rounded-images); }  .media_block_v2 .content li::marker {     color: var(--bs-primary); }  @media (max-width: 991px) {     .media_block_v2 {         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Advantages  */ .advantages {     margin-bottom: var(--theme-block-margin-bottom); }  .advantages .advantages__container {     display: grid;     grid-template-columns: repeat(3, 1fr);     grid-gap: 34px; }  .advantages .advantages__container .item {     padding: 15px 12px;     /*line-height: normal;*/     border-radius: var(--theme-rounded-images); }  .advantages .advantages__container .item header {     display: grid;     grid-template-columns: auto 1fr;     grid-gap: 8px;     margin-bottom: 12px; }  .advantages .advantages__container .item .title {     font-size: 1rem;     font-weight: 600;     margin-bottom: 0; }  .advantages .advantages__container .item img {     max-width: 24px;     max-height: 24px;     width: auto;     height: auto; }  @media (max-width: 991px) {     .advantages {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .advantages .advantages__container {         grid-template-columns: none;         grid-gap: 14px;     } }  /**     Short Menu  */ .short_menu {     margin-bottom: var(--theme-block-margin-bottom); }  .short_menu .short_menu__container {     display: grid;     grid-template-columns: repeat(4, 1fr);     grid-gap: 30px;     margin: 0;     padding: 0;     list-style: none; }  .short_menu .short_menu__container li {     padding: 0;     margin: 0; }  .short_menu .short_menu__container li:before {     display: none; }  .short_menu .short_menu__container .item {     display: flex;     justify-content: space-between;     align-items: center;     text-decoration: none;     height: 65px;     padding: 0 22px;     font-weight: 600;     border-radius: var(--theme-rounded-section); }  .short_menu .short_menu__container img {     max-width: 47px;     width: auto; }  @media (max-width: 991px) {     .short_menu {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .short_menu .short_menu__container {         grid-template-columns: none;         grid-gap: 8px;     } }  /**     Most popular games  */ .most_popular_games {     margin-bottom: var(--theme-block-margin-bottom); }  .most_popular_games_header {     display: flex;     gap: 24px;     align-items: center;     margin-bottom: 24px; }  .most_popular_games_header img {     height: 52px;     width: auto; }  .most_popular_games_header h2 {     margin-bottom: 0; }  .most_popular_games .most_popular_games__container {     display: grid;     grid-gap: 10px;     grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));     list-style: none;     margin: 0;     padding: 0; }  .most_popular_games .most_popular_games__container .item {     cursor: pointer; }  .most_popular_games .most_popular_games__container .item:hover img {     transform: scale(1.05); }  .most_popular_games .most_popular_games__container img {     transition: .5s;     border-radius: var(--theme-rounded-images); }  @media (max-width: 991px) {     .most_popular_games {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .most_popular_games_header {         gap: 12px;     }      .most_popular_games_header img {         height: 32px;     }      .most_popular_games .most_popular_games__container {         overflow-x: auto;         -ms-overflow-style: none;         scrollbar-width: none;         grid-template-columns: none;         grid-auto-flow: column;         margin: auto -12px;     }      .most_popular_games .most_popular_games__container::-webkit-scrollbar {         display: none;     }      .most_popular_games .most_popular_games__container li img {         min-width: 140px;     }      .most_popular_games .most_popular_games__container img:hover {         transform: none;     }      .most_popular_games .most_popular_games__container li:first-child {         padding-left: 12px;     }      .most_popular_games .most_popular_games__container li:last-child {         padding-right: 12px;     } }  /**     Games Sports  */ .games_sports {     margin-bottom: var(--theme-block-margin-bottom); }  .games_sports header {     display: flex;     gap: 24px;     align-items: center;     margin-bottom: 24px; }  .games_sports header img {     height: 52px;     width: auto; }  .games_sports header h2 {     margin-bottom: 0; }  .games_sports .games_sports__container {     display: grid;     grid-template-columns: repeat(7, 1fr);     grid-gap: 15px;     margin: 0;     padding: 0;     list-style: none; }  .games_sports .games_sports__container li {     padding: 0;     margin: 0; }  .games_sports .games_sports__container li:before {     display: none; }  .games_sports .games_sports__container .item {     display: flex;     justify-content: center;     align-items: center;     flex-direction: column;     gap: 10px;     text-decoration: none;     height: 140px;     padding: 0 22px;     font-size: 17px;     border-radius: var(--theme-rounded-section);     transition: .5s; }  .games_sports .games_sports__container .item:hover {     background-color: var(--bs-primary) !important; }  .games_sports .games_sports__container img {     max-height: 60px;     width: auto; }  .games_sports .games_sports__container .name {     text-align: center;     line-height: normal; }  @media (max-width: 991px) {     .games_sports {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .games_sports header {         gap: 12px;     }      .games_sports header img {         height: 32px;     }      .games_sports .games_sports__container {         grid-template-columns: none;         grid-gap: 8px;     }      .games_sports .games_sports__container .item {         height: auto;         padding: 15px;         flex-direction: row;         justify-content: flex-start;     }      .games_sports .games_sports__container img {         max-height: 45px;     } }  /**     Table with parameters  */ .table_params {     margin-bottom: var(--theme-block-margin-bottom); }  .table_params table {     width: 100%; }  .table_params table tbody {     display: grid;     grid-template-columns: repeat(2, 1fr);     grid-gap: 10px 50px; }  .table_params table tr {     display: grid;     grid-template-columns: 1fr 2fr;     grid-gap: 10px; }  .table_params table tr td {     display: flex;     align-items: center;     padding: 15px 12px;     line-height: normal;     border-radius: var(--theme-rounded-images); }  .table_params table.columns_1 tbody {     grid-template-columns: 1fr; }  @media (max-width: 991px) {     .table_params {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .table_params table tbody {         grid-template-columns: none;     }      .table_params table tr {         grid-template-columns: 120px 1fr;     }      .table_params table tr td {         font-size: .9rem;     } }  /**     Table mobile version and application  */ .table_apps {     margin-bottom: var(--theme-block-margin-bottom); }  .table_apps table {     width: 100%; }  .table_apps table tr {     display: grid;     grid-template-columns: .7fr repeat(2, 1fr);     grid-gap: 10px;     margin-bottom: 10px; }  .table_apps table tr td {     display: flex;     align-items: center;     padding: 20px 60px 20px 12px;     line-height: normal;     font-size: .9rem;     position: relative;     border-radius: var(--theme-rounded-images); }  .table_apps table tr td .icon {     position: absolute;     right: 10px;     background-repeat: no-repeat; }  .table_apps table tr td .icon01 {     width: 22px;     height: 17px;     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='27' fill='none'%3E%3Cpath fill='%234DAF51' d='M31.012.079c.876-.182 1.722-.037 2.52.315 1.618.714 2.603 1.95 2.907 3.71.008.042.04.08.061.119V5.65c-.116.156-.11.35-.162.525-.228.776-.597 1.477-1.17 2.05-5.787 5.807-11.575 11.613-17.375 17.407-1.06 1.06-2.393 1.444-3.872 1.356-.032-.002-.063-.028-.094-.042.048-.031.091-.078.144-.09 1-.235 1.816-.773 2.535-1.493 5.593-5.61 11.19-11.217 16.788-16.823 1.207-1.209 1.826-2.623 1.571-4.363-.224-1.534-1.031-2.66-2.322-3.48-.478-.302-1.019-.417-1.531-.618Z'/%3E%3Cpath fill='%2366BA6A' d='M31.012.078c.512.201 1.053.316 1.53.62 1.291.82 2.097 1.946 2.322 3.48.255 1.74-.363 3.154-1.57 4.363-5.598 5.606-11.195 11.214-16.79 16.823-.717.72-1.534 1.259-2.534 1.493-.053.012-.096.059-.144.09a4.863 4.863 0 0 1-2.846-1.415c-3.172-3.18-6.354-6.35-9.514-9.541C.083 14.593-.337 12.9.273 11.035.884 9.168 2.234 8.05 4.168 7.752c1.567-.242 2.966.222 4.104 1.352 1.864 1.85 3.713 3.714 5.568 5.573.478.479.7.478 1.185-.009 4.348-4.356 8.697-8.711 13.043-13.07.822-.825 1.769-1.392 2.944-1.52Z'/%3E%3C/svg%3E");     background-size: 22px; }  .table_apps table tr td .icon0 {     width: 22px;     height: 21px;     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' fill='none'%3E%3Cpath fill='red' d='M0 3.544v-.407c.02-.054.05-.107.059-.164.064-.432.24-.816.538-1.13.409-.43.823-.858 1.261-1.257C2.366.123 2.974-.06 3.666.032 4.23.107 4.678.385 5.072.78c2.566 2.57 5.135 5.137 7.703 7.704.081.081.168.157.312.292.086-.119.144-.227.227-.31 2.542-2.547 5.086-5.09 7.63-7.634.083-.083.168-.168.256-.247.883-.783 2.165-.783 3.031.018.417.386.821.789 1.206 1.206.48.52.673 1.14.575 1.85-.078.555-.349.997-.738 1.385-2.564 2.56-5.124 5.123-7.689 7.682-.088.088-.214.138-.322.206l.025.143c.095.07.201.129.284.211 2.534 2.53 5.065 5.062 7.597 7.594.101.102.204.203.3.312.77.88.77 2.151-.02 3.011-.39.425-.815.818-1.22 1.228-.64.649-1.852.716-2.537.338a3.337 3.337 0 0 1-.72-.555 3207.128 3207.128 0 0 1-7.65-7.648c-.089-.088-.141-.213-.21-.32l-.16.003c-.069.106-.122.23-.21.318-2.57 2.577-5.16 5.136-7.711 7.73-.887.902-2.502.933-3.346-.006-.306-.34-.645-.651-.969-.974a2.32 2.32 0 0 1-.632-1.113c-.026-.105-.056-.21-.084-.315v-.407c.014-.021.037-.041.04-.064.076-.631.417-1.106.857-1.544 2.532-2.52 5.054-5.05 7.582-7.571.088-.088.212-.141.32-.21v-.16c-.107-.068-.23-.121-.319-.21-2.558-2.552-5.112-5.11-7.67-7.662C.465 4.718.2 4.336.085 3.858.06 3.751.029 3.648 0 3.544Z'/%3E%3C/svg%3E");     background-size: 22px; }  .table_apps table tr td:first-child {     font-weight: 600; }  @media (max-width: 991px) {     .table_apps {         overflow-x: auto;         -ms-overflow-style: none;         scrollbar-width: none;         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .table_apps::-webkit-scrollbar {         display: none;     }      .table_apps table tr {         grid-template-columns: 160px repeat(2, 1fr);     } }  /**     Payment methods  */ .payment_methods {     display: grid;     grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));     grid-gap: 32px;     margin-bottom: var(--theme-block-margin-bottom); }  .payment_methods .item {     padding: 20px;     border-radius: var(--theme-rounded-images); }  .payment_methods .item table {     width: 100%; }  .payment_methods .item table thead img {     margin-bottom: 20px;     max-height: 26px;     width: auto; }  .payment_methods .item table tr {     display: grid;     grid-template-columns: 1.4fr 1fr;     grid-gap: 10px;     align-items: end;     margin-bottom: 10px; }  .payment_methods .item table tr:last-child {     margin-bottom: 0; }  .payment_methods .item table tr td {     font-size: .85rem; }  .payment_methods .item table tr td:first-child {     font-weight: 600; }  @media (max-width: 575px) {     .payment_methods {         grid-template-columns: none;         grid-gap: 10px;         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº Ñ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸ÐµÐ¹  */ .heading_nav {     margin-bottom: var(--theme-block-margin-bottom); }  .heading_nav nav ol {     display: flex;     flex-wrap: wrap;     gap: 8px;     list-style: none;     margin: 0;     padding: 0; }  .heading_nav nav ol li a {     display: block;     padding: 9px 12px;     line-height: normal;     background-color: var(--menu_bg);     border: 1px solid var(--bs-primary);     border-radius: var(--theme-rounded-button);     font-size: 13px;     text-decoration: none;     color: var(--menu_text_color); }  .heading_nav nav ol li a:hover {     color: var(--bs-primary); }  @media (max-width: 991px) {     .heading_nav {         grid-template-columns: none;         grid-gap: 0;         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /** 	How To Block  */ .howto_block {     margin-bottom: var(--theme-block-margin-bottom); }  .howto_block .attributes {     margin-bottom: 20px; }  .howto_block .attributes>div {     margin-bottom: 3px;     font-size: 14px; }  .howto_block .attributes>div:last-child {     margin-bottom: 0; }  .howto_block .how-list {     margin: 0;     padding: 0;     list-style: none;     counter-reset: num; }  .howto_block .how-list>li {     position: relative; }  .howto_block .how-list>li:before {     content: counter(num);     counter-increment: num;     display: grid;     height: 34px;     width: 34px;     place-items: center;     line-height: normal;     font-size: 18px;     font-weight: 600;     position: absolute;     left: 0;     top: 0;     color: #ffE;     background-color: var(--bs-primary);     border-radius: 50%; }  .howto_block .how-list .item {     position: relative;     margin-bottom: var(--theme-block-margin-bottom); }  .howto_block .how-list .item .title {     font-size: 1.3rem;     margin-bottom: .5rem;     padding-left: 50px;     padding-top: 5px; }  .howto_block .how-list .item .item__container {     display: grid;     grid-template-columns: 1.2fr .8fr;     align-items: center; }  .howto_block .how-list .item .item__container .btn {     margin-top: 12px;     display: inline-block; }  .howto_block .how-list .item .item__container .item_image img {     border-radius: var(--theme-rounded-images); }  @media (max-width: 991px) {     .howto_block {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .howto_block .how-list .item {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .howto_block .how-list .item .item__container {         grid-template-columns: none;     }      .howto_block .how-list .item .item__container .item_image {         order: -1;         margin-top: 10px;         margin-bottom: 10px;     }      .howto_block .how-list .item .item__container .item_image img {         max-width: 100%;     } }  /** 	YouTube Iframe  */ .youtube {     background-color: #001;     margin-bottom: var(--theme-block-margin-bottom);     cursor: pointer;     border-radius: var(--theme-rounded-section); }  .youtube img {     width: 100%;     /*top: -16.82%;*/     top: 0;     left: 0;     border-radius: var(--theme-rounded-images); }  .youtube .play-button {     width: 90px;     height: 60px;     background-color: #334;     box-shadow: 0 0 30px rgba(0, 1, 0, 0.6);     z-index: 1;     opacity: 0.8;     border-radius: 14px;     transition: all 0.2s ease 0s; }  .youtube:hover .play-button {     background-color: #ff0214; }  .youtube .play-button:before {     content: "";     border-style: solid;     border-width: 15px 0 15px 26.0px;     border-color: transparent transparent transparent #ffE; }  .youtube img, .youtube .play-button {     cursor: pointer; }  .youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {     position: absolute; }  .youtube .play-button, .youtube .play-button:before {     top: 50%;     left: 50%;     transform: translate3d(-50%, -50%, 0); }  .youtube iframe {     height: 100%;     width: 100%;     top: 0;     left: 0; }  @media (max-width: 991px) {     .youtube {         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Image Slider  */ .image_slider_block {     margin-bottom: var(--theme-block-margin-bottom); }  .image_slider_block .swiper-slide img {     width: auto;     margin: auto;     border-radius: var(--theme-rounded-images);  }  .image_slider_block .swiper-pagination {     position: static; }  .image_slider_block .swiper-pagination-bullet {     border: 1px solid transparent;     background-color: #ffE;     opacity: 1;  }  .image_slider_block .swiper-pagination-bullet.swiper-pagination-bullet-active {     border-color: #ffE;     background: none; }  @media (max-width: 991px) {     .image_slider_block {         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /** 	FAQ  */ .faq-section {     display: grid;     grid-template-columns: repeat(2, 1fr);     grid-gap: 15px 32px;     align-items: start;     margin-bottom: var(--theme-block-margin-bottom); }  .faq-section .item {     padding: 15px;     border-radius: var(--theme-rounded-images); }  .faq-section .item .question {     position: relative;     font-size: 17px;     font-weight: 600;     padding-right: 50px;     cursor: pointer;     user-select: none; }  .faq-section .item .question .toggler {     position: absolute;     top: 10px;     right: 10px;     width: 13px;     height: 13px;     display: flex;     color: inherit;     user-select: none; }  .faq-section .item .answer {     display: none;     margin-top: 15px;     padding-right: 50px; }  .faq-section .item.show .answer {     display: block; }  .faq-section .item.show .toggler {     transform: rotate(180deg); }  @media (max-width: 991px) {     .faq-section {         grid-template-columns: none;         grid-gap: 10px;         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Banner (image)  */ .banner_img {     margin-bottom: var(--theme-block-margin-bottom); }  @media (max-width: 991px) {     .banner_img {         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Banner  */ .banner {     display: flex;     justify-content: end;     position: relative;     padding: 32px;     background-color: #1A2337;     border-radius: var(--theme-rounded-section);     margin-bottom: var(--theme-block-margin-bottom);     overflow: hidden;     background-repeat: no-repeat;     background-position: left 80px center;     background-size: contain; }  .banner .bg_image {     position: absolute;     bottom: -62px;     left: 0;     width: 266px;     display: none; }  .banner .banner__container {     display: flex;     flex-direction: column;     align-items: flex-end;     text-align: right; }  .banner .bonus_name {     font-size: 3rem;     font-weight: 600;     line-height: normal; }  .banner .bonus_value {     font-size: 3rem;     font-weight: 600;     line-height: normal; }  .banner .banner_button {     font-size: 18px;     font-weight: 600;     white-space: nowrap;     display: flex;     align-items: center;     justify-content: center;     overflow: hidden;     padding: 10px 60px;     color: #ffE;     text-decoration: none;     background: linear-gradient(90deg, #d7a429 0%, #ac3a30 100%);     border-radius: 8px; }  @media (max-width: 1100px) {     .banner {         background-position: left center;     } }  @media (max-width: 991px) {     .banner {         padding: 16px;         justify-content: center;         background-size: auto 200px;         background-position: top 16px center;         margin-bottom: var(--theme-block-margin-bottom-mob);     }          .banner .banner-image {         left: 50% !important;         transform: translateX(-50%);         top: 16px !important;         height: 200px !important;         width: auto !important;     }      .banner .banner__container {         align-items: center;         text-align: center;         padding-top: 200px;     }      .banner .bonus_name {         font-size: 6vw;         margin-bottom: 10px;     }      .banner .bonus_value {         font-size: 6vw;     }      .banner .banner_button {         font-size: 14px;         width: 100%;     } }  @media (max-width: 575px) {     .banner .banner__container {         width: 100%;     } }  /**  * Mobile Button  */ .mobile_button {     display: none;     margin-bottom: var(--theme-block-margin-bottom); }  .acf-block-preview .mobile_button {     display: block !important;     opacity: .2; }  @media (max-width: 991px) {     .mobile_button {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .mobile_button,     .mobile_button .wp-block-button__link {         display: block;     } }  /** 	Pros / Cons  */ .pros_cons {     display: grid;     grid-template-columns: repeat(2, 1fr);     grid-gap: 32px;     margin-bottom: var(--theme-block-margin-bottom); }  .pros_cons .heading {     font-size: 1.2rem;     padding: 15px 12px;     color: var(--table_text_color);     background-color: var(--header_table_background) !important;     border-radius: var(--theme-rounded-images) !important; }  .pros_cons ul {     list-style: none;     margin: 16px 0 0;     padding-left: 10px; }  .pros_cons ul li {     position: relative;     padding: 8px 50px 8px 0; }  .pros_cons ul li:after {     content: "";     position: absolute;     right: 10px;     top: 10px;     background-repeat: no-repeat; }  .pros_cons .pros ul li:after {     width: 34px;     height: 25px;     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='26' fill='none'%3E%3Cpath fill='%234DAF51' d='M28.809.073c.813-.169 1.6-.034 2.341.293 1.503.663 2.418 1.811 2.7 3.447.008.039.038.073.057.11v1.326c-.108.145-.102.324-.15.487-.213.72-.555 1.373-1.087 1.905-5.377 5.394-10.753 10.788-16.141 16.17-.986.985-2.223 1.341-3.597 1.26-.03-.002-.058-.026-.087-.039.044-.03.085-.073.133-.084.929-.218 1.688-.717 2.355-1.387 5.196-5.212 10.396-10.42 15.596-15.628 1.12-1.122 1.696-2.436 1.46-4.053-.21-1.425-.959-2.47-2.158-3.233-.444-.28-.947-.387-1.422-.574Z'/%3E%3Cpath fill='%2366BA6A' d='M28.809.071c.476.187.978.294 1.421.576 1.2.762 1.949 1.808 2.158 3.233.237 1.617-.338 2.93-1.46 4.053-5.199 5.208-10.4 10.417-15.596 15.628-.667.669-1.426 1.17-2.354 1.387-.05.011-.09.055-.134.084a4.518 4.518 0 0 1-2.644-1.315c-2.946-2.954-5.902-5.899-8.838-8.864C.077 13.555-.313 11.983.254 10.25S2.076 7.476 3.872 7.2c1.455-.224 2.756.208 3.813 1.257 1.73 1.718 3.448 3.45 5.172 5.177.444.445.65.444 1.1-.008 4.04-4.047 8.08-8.093 12.117-12.142C26.838.717 27.717.19 28.809.07Z'/%3E%3C/svg%3E"); }  .pros_cons .cons ul li:after {     width: 25px;     height: 25px;     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='red' d='M0 3.423V3.03c.02-.053.05-.104.057-.159.062-.417.231-.787.52-1.09.395-.416.794-.83 1.218-1.215C2.285.12 2.872-.059 3.54.031c.547.073.978.34 1.359.722 2.478 2.483 4.96 4.962 7.44 7.441.078.079.162.152.301.283.083-.116.14-.22.22-.3 2.454-2.46 4.911-4.916 7.368-7.373.081-.081.163-.163.248-.239.852-.756 2.09-.756 2.928.018.402.372.792.761 1.164 1.164.464.502.65 1.101.555 1.787-.075.536-.337.963-.713 1.338-2.476 2.472-4.948 4.948-7.426 7.42-.085.084-.206.133-.31.198l.024.139c.091.067.194.124.274.204 2.447 2.443 4.892 4.888 7.337 7.334.098.098.198.196.29.301.744.85.743 2.078-.02 2.909-.377.41-.786.789-1.178 1.185-.619.627-1.789.692-2.45.327a3.23 3.23 0 0 1-.696-.536 3118.68 3118.68 0 0 1-7.389-7.387c-.085-.085-.135-.206-.201-.31l-.155.004c-.067.103-.118.222-.203.307-2.483 2.489-4.983 4.96-7.448 7.466-.856.871-2.416.902-3.232-.006-.295-.329-.622-.629-.935-.941a2.24 2.24 0 0 1-.611-1.075C.056 22.31.027 22.21 0 22.107v-.393c.013-.02.036-.04.039-.061.073-.61.403-1.069.828-1.492 2.445-2.434 4.88-4.877 7.323-7.313.085-.085.204-.136.308-.202v-.154c-.103-.067-.222-.118-.307-.203C5.719 9.824 3.253 7.354.78 4.888c-.331-.331-.588-.7-.698-1.162C.059 3.623.028 3.523 0 3.423Z'/%3E%3C/svg%3E"); }  @media (max-width: 991px) {     .pros_cons {         grid-template-columns: none;         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /** 	Mobile app vs mobile ver  */ .mobile_app_vs_mobile_ver tr td {     width: 50%;     vertical-align: top; }  .mobile_app_vs_mobile_ver tr:first-child td {     font-weight: 600; }  .mobile_app_vs_mobile_ver tr td.empty {     visibility: hidden; }  .mobile_app_vs_mobile_ver .attributes {     margin-bottom: 5px; }  .mobile_app_vs_mobile_ver .attributes .badge {     padding: 6px 16px;     color: #ffE !important; }  .mobile_app_vs_mobile_ver .attributes .badge.badge-advantages {     background-color: var(--bs-success); }  .mobile_app_vs_mobile_ver .attributes .badge.badge-disadvantages {     background-color: var(--bs-danger); }  @media (max-width: 991px) {     .mobile_app_vs_mobile_ver .text {         font-size: .85rem;     } }  /**     Block | TOC Navigation  */ .toc_navigation {     margin-bottom: var(--theme-block-margin-bottom); }  .toc_navigation nav ol {     display: flex;     flex-wrap: wrap;     gap: 8px;     list-style: none;     margin: 0;     padding: 0; }  .toc_navigation nav ol li a {     display: block;     padding: 9px 12px;     line-height: normal;     background-color: var(--menu_bg);     border: 1px solid var(--bs-primary);     border-radius: var(--theme-rounded-button);     font-size: 13px;     text-decoration: none;     color: var(--menu_text_color); }  .toc_navigation nav ol li a:hover {     color: var(--bs-primary); }  @media (max-width: 991px) {     .toc_navigation {         grid-template-columns: none;         grid-gap: 0;         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  /**     Promocode  */ .promocode-block {     display: flex;     padding: 16px 32px;     justify-content: space-between;     align-items: center;     gap: 25px;     border-radius: 12px;     background-color: var(--promocode-block-bg-color);     margin-bottom: var(--theme-block-margin-bottom); }  .promocode-block .image {     width: 237px;     height: 130px;     background-image: var(--promocode-block-bg-image, none);     background-size: contain;     background-repeat: no-repeat;     background-position: center; }  .promocode-block .bonus {     font-size: 26px;     line-height: normal; }  .promocode-block .copy-block-wrap {     display: flex;     width: 250px;     flex-direction: column;     align-items: center;     gap: 6px; }  .promocode-block .copy-block-wrap .copy-block {     position: relative;     width: 100%;     height: 45px;     border: 1px dashed #ffE;     border-radius: var(--theme-rounded-button); }  .promocode-block .copy-block-wrap .copy-block input {     display: block;     width: 100%;     height: 100%;     text-align: center;     box-shadow: none;     border: none;     color: #ffE;     font-size: .9rem;     font-weight: 600;     padding-right: 33px;     outline: none;     background-color: transparent;     cursor: pointer; }  .promocode-block .copy-block-wrap .copy-block .copy-icon {     display: block;     position: absolute;     top: calc(50% - 12px);     right: 10px;     width: 24px;     height: 24px;     background-image: url('../img/copy.svg?v=4');     cursor: pointer; }  .promocode-block .copy-block-wrap .copy-block.copy-ok .copy-icon {     background-image: url('../img/check.svg?v=5'); }  .promocode-block .promocode_button {     white-space: nowrap;     display: flex;     align-items: center;     justify-content: center;     overflow: hidden;     width: 100%;     height: 45px;     padding: 0 16px;     color: #ffE;     text-decoration: none;     background: linear-gradient(90deg, #d7a429 0%, #ac3a30 100%);     border-radius: var(--theme-rounded-button); }  @media (max-width: 991px) {     .promocode-block {         flex-direction: column;         padding: 12px;         border-radius: 8px;         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .promocode-block .bonus {         text-align: center;     }      .promocode-block .copy-block-wrap {         width: 100%;         max-width: 300px;     } }  /**     Bonus Section  */ .bonus_section {     margin-bottom: var(--theme-block-margin-bottom); }  .bonus_section .bonus_section__container {     display: grid;     grid-template-columns: repeat(4, 1fr);     grid-gap: 24px;     list-style: none;     margin: 0;     padding: 0; }  .bonus_section .bonus_section__container .item {     padding: 16px;     border-radius: var(--theme-rounded-images); }  .bonus_section .bonus_section__container .item .bonus_type {     font-size: 14px;     font-weight: 600;     color: #5C6278;     margin-bottom: 16px; }  .bonus_section .bonus_section__container .item .bonus {     font-size: 20px;     line-height: normal; }  .bonus_section .bonus_section__container .item footer {     margin-top: 20px;     text-align: center; }  .bonus_section .bonus_section__container .item footer .claim_bonus {     display: block; }  .bonus_section .bonus_section__container .item footer .read_more {     display: inline-block;     margin-top: 20px;     font-size: 14px;     color: #5C6278; }  @media (max-width: 991px) {     .bonus_section {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .bonus_section .bonus_section__container {         grid-template-columns: none;         grid-gap: 8px;     } }  /**     Frame  */ .iframe-block {     margin-bottom: var(--theme-block-margin-bottom); }  @media (max-width: 991px) {     .iframe-block {         margin-bottom: var(--theme-block-margin-bottom-mob);     } }  .iframe-block__bg {     border-radius: var(--theme-rounded-section);     overflow: hidden;     position: absolute;     inset: 0;     transition: all 0.3s ease 0s; }  .iframe-block__bg::before {     content: '';     position: absolute;     inset: 0;     width: 100%;     height: 100%;     background: #0000003c; }  .iframe-block__bg.hidden {     visibility: hidden;     opacity: 0; }  .iframe-block__bg img {     width: 100%;     height: 100%;     object-fit: cover; }  .iframe-block__btns {     z-index: 10;     position: absolute;     left: 50%;     top: 50%;     transform: translateX(-50%) translateY(-50%);     display: grid;     grid-gap: 10px;     width: fit-content;     height: fit-content;     transition: all 0.3s ease 0s; }  .iframe-block__btns.hidden {     visibility: hidden;     opacity: 0; }  /**     Cards  */ .cards-block {     margin-bottom: var(--theme-block-margin-bottom); }  .cards-block>ul {     display: grid;     grid-template-columns: repeat(3, 1fr);     grid-gap: 50px;     margin: 0;     padding: 0;     list-style: none; }  .cards-block>ul>li {     display: flex; }  .cards-block .item {     display: flex;     flex-direction: column;     width: 100%;     background-color: var(--cards-block-bg-color);     border-radius: var(--theme-rounded-images); }  .cards-block .item__container {     display: flex;     flex-direction: column;     gap: 10px;     padding: 16px;     justify-content: center;     align-items: center;     text-align: center; }  .cards-block .logo {     width: 100%;     padding: 24px;     text-align: center;     background-color: var(--cards-block-bg-logo);     border-radius: var(--theme-rounded-images) var(--theme-rounded-images) 0 0; }  .cards-block .logo img {     width: auto;     height: 40px; }  .cards-block .name {     font-size: 25px;     font-weight: 600;     color: #FFD058; }  .cards-block .bonus {     font-size: 20px;     font-weight: 600; }  .cards-block .rating_box {     display: flex;     align-items: center;     gap: 9px; }  .cards-block .rating_box .avg {     font-size: 18px;     margin-top: 2px; }  .cards-block .copy-block {     position: relative;     width: 100%;     height: 45px;     border: 1px dashed #ffE;     border-radius: var(--theme-rounded-button); }  .cards-block .copy-block input {     display: block;     width: 100%;     height: 100%;     text-align: center;     box-shadow: none;     border: none;     color: #ffE;     font-size: .9rem;     font-weight: 600;     padding-right: 33px;     outline: none;     background-color: transparent;     cursor: pointer; }  .cards-block .copy-block .copy-icon {     display: block;     position: absolute;     top: calc(50% - 12px);     right: 10px;     width: 24px;     height: 24px;     background-image: url('../img/copy.svg?v=4');     cursor: pointer; }  .cards-block .copy-block.copy-ok .copy-icon {     background-image: url('../img/check.svg?v=5'); }  .cards-block .btn {     display: flex;     align-items: center;     justify-content: center;     gap: 5px;     width: 100%; }  .cards-block .properties {     width: 100%; }  .cards-block .properties ul {     display: flex;     flex-direction: column;     gap: 12px;     text-align: left;     padding: 0; }  .cards-block .properties li {     display: flex;     gap: 7px;     line-height: normal; }  @media (max-width: 991px) {     .cards-block {         margin-bottom: var(--theme-block-margin-bottom-mob);     }      .cards-block>ul {         grid-template-columns: none;         grid-gap: var(--theme-block-margin-bottom-mob);     } }   .header-lang-wrap {   position: absolute;   top: 46px;   right: -12px;   padding-top: 10px;   opacity: 0;   transition: .3s all ease-in-out;   pointer-events: none; }  .header-lang:hover ~ .header-lang-wrap {   opacity: 1;   pointer-events: all; }  .header-lang-wrap:hover {   opacity: 1;   pointer-events: all; }  .header-lang__list {   display: grid;   grid-gap: 10px;   /* align-items: center; */   background-color: #1d2332;   border-radius: 8px;   padding: 10px; }  .header-lang__item {   display: flex; 	gap: 5px;   justify-content: space-between; 	align-items: center; 	font-size: 16px; 	font-weight: 600; 	text-decoration: none; 	color: var(--menu_text_color); }  .header-lang__item img { 	width: 30px; 	height: 30px; 	object-fit: cover; 	border-radius: 50%; 	overflow: hidden; 	flex-shrink: 0; }.faq-section .item .answer[hidden] {                             display: none;                         }.bottom_panel.apps {                 --bottom_panel_bg: linear-gradient(127deg, #6A3571 0%, #2D334B 100%);                 --bottom_panel_apps_button_text_color: #ffffff;                 --bottom_panel_apps_button_bg_color: #0677DB;             }