@charset "UTF-8";
.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}
:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.wp-block-group {
    box-sizing: border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative;
}
@keyframes turn-on-visibility {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        opacity: 0;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden;
    }
}
ol,
ul {
    box-sizing: border-box;
}
@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(0.5em);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center;
}

.wp-block-pullquote p {
    color: inherit;
}
.wp-block-pullquote p {
    margin-top: 0;
}
.wp-block-pullquote p:last-child {
    margin-bottom: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px;
}

.wp-block-pullquote footer {
    position: relative;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
    border-style: inherit;
    border-width: inherit;
}
.wp-element-button {
    cursor: pointer;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-text-align-center {
    text-align: center;
}
.aligncenter {
    clear: both;
}
html :where([style*="border-width"]) {
    border-style: solid;
}
button {
    margin: 0;
    font-size: inherit;
    text-transform: none;
    border-radius: 0;
    -webkit-appearance: button;
    background-color: transparent;
    border: none;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    outline: inherit;
    user-select: none;
    white-space: nowrap;
}
button:focus:not(:focus-visible) {
    outline: 0;
}

:root {
    --theme-rounded-section: 30px;
    --theme-rounded-button: 50px;
    --theme-rounded-images: 12px;
    --menu_bg: transparent;
    --menu_text_color: #fff;
    --mobile_menu_bg: #f1f5f9;
    --header_bg_color: var(--bs-body-bg);
    --footer_bg_color: transparent;
    --footer_hr_color: transparent;
    --footer_text_color: rgba(255, 255, 255, 0.88);
    --footer_link_color: #ffffff;
    --header_secondary_menu_bg_color: transparent;
    --table_background: #e8eef7;
    --header_table_background: #dde5f2;
    --header_table_text_color: var(--bs-body-color);
    --table_text_color: var(--bs-body-color);
    --button_primary_bg: #cc0001;
    --button_primary_color: #ffffff;
    --button_secondary_bg: #cc0001;
    --button_secondary_color: #ffffff;
    --button_success_bg: #cc0001;
    --button_success_color: #ffffff;
    --button_info_bg: #4e92e3;
    --button_info_color: #fff;
    --comments_bg: #fff;
    --comments_text_color: #000;
    --media_block_color1: #e8eef7;
    --media_block_color2: #f8fafc;
    --theme-block-margin-bottom: 24px;
    --theme-block-margin-bottom-mob: 12px;
}
:root {
    --bs-primary: #010066;
    --bs-secondary: #6c757d;
    --bs-success: #2db866;
    --bs-info: #0dcaf0;
    --bs-warning: #fae52b;
    --bs-danger: #d32222;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 1, 0, 102;
    --bs-secondary-rgb: 108, 117, 125;
    --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: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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, 255, 255, 0.15), rgba(255, 255, 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: #212529;
    --bs-body-bg: #ffffff;
}
*,
*: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, 0, 0, 0);
}

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;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
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;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: #010066;
    text-decoration: underline;
}
a:hover {
    color: #cc0001;
    text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}

button,
select {
    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"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
::-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;
}
::-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;
}
[hidden] {
    display: none !important;
}
.container {
    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 {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    
    .container {
        max-width: 1320px;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 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;
}
.table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.25rem auto 1.5rem;
    border-radius: var(--theme-rounded-section, 12px);
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 8px 32px rgba(1, 0, 102, 0.07),
        0 2px 8px rgba(15, 23, 42, 0.04);
}
.table-wrap .table {
    margin-bottom: 0;
    border-collapse: collapse;
    border: none;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.custom-page .table-wrap .table > :not(caption) > * > * {
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    border-right: 1px solid rgba(15, 23, 42, 0.06);
    vertical-align: top;
    box-shadow: none;
}
.custom-page .table-wrap .table > :not(caption) > tr > *:last-child {
    border-right: none;
}
.custom-page .table-wrap .table > thead > tr > th,
.custom-page .table-wrap .table > thead > tr > td {
    background: linear-gradient(180deg, #010066 0%, #0a1870 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
}
.custom-page .table-wrap .table > thead > tr > *:last-child {
    border-right: none;
}
.custom-page .table-wrap .table > tbody > tr:nth-child(even) {
    background-color: #f8fafc;
}
.custom-page .table-wrap .table > tbody > tr:nth-child(odd) {
    background-color: #fff;
}
.custom-page .table-wrap .table > tbody > tr:hover {
    background-color: #eef2f9;
}
.custom-page .table-wrap .table > tbody > tr:last-child > * {
    border-bottom: none;
}
.custom-page .table-wrap .table > :not(:first-child) {
    border-top: none;
}
.wp-block-table table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.wp-block-table table > :not(caption) > * > * {
    box-shadow: none !important;
}
.wp-block-table table > tbody {
    vertical-align: inherit;
}
.wp-block-table table > thead {
    vertical-align: middle;
}
.wp-block-table table > :not(:first-child) {
    border-top: none;
}
:root {
    --bs-body-bg: #ffffff;
    --bs-body-color: #212529;
    --menu_bg: #010066;
    --menu_text_color: #fff;
    --footer_bg_color: #010066;
    --footer_hr_color: rgba(255, 255, 255, 0.25);
    --footer_text_color: rgba(255, 255, 255, 0.88);
    --footer_link_color: #ffffff;
    --table_background: #e8eef7;
    --header_table_background: #dde5f2;
    --bs-primary: #010066;
    --media_block_color1: #e8eef7;
    --media_block_color2: #f8fafc;
    --theme-rounded-section: 12px;
    --theme-rounded-button: 8px;
    --theme-rounded-images: 6px;
    --button_primary_bg: #cc0001;
    --button_primary_color: #ffffff;
    --button_secondary_bg: #cc0001;
    --button_secondary_color: #ffffff;
    --button_success_bg: #cc0001;
    --button_success_color: #ffffff;
    --button_info_bg: #4e92e3;
    --button_info_color: #fff;
    --comments_bg: #fff;
    --comments_text_color: #000;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
:root {
    --theme-block-margin-bottom: 24px;
    --theme-block-margin-bottom-mob: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3 {
    font-weight: 600;
    margin: 0.75rem 0;
}
.wrap {
    padding-top: 72px;
}
@media (max-width: 600px) {
    .wrap {
        padding-top: 130px;
    }
    h1 {
        font-size: 1.772rem;
    }
    h2 {
        font-size: 1.611rem;
    }
    h3 {
        font-size: 1.464rem;
    }
}
.container {
    max-width: 1200px;
}
a {
    color: #010066;
}
a:hover {
    color: #cc0001;
}

.btn {
    padding: 10px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border: none;
    border-radius: var(--theme-rounded-button);
    background: #cc0001;
    color: #ffffff !important;
    border-color: #cc0001 !important;
}
a.secondary:hover {
    background: #a80000 !important;
}
a.success:hover {
    background: #a80000 !important;
}

.btn.secondary {
    color: #ffffff !important;
    background: #cc0001;
    border-radius: 50px;
    border-color: #cc0001 !important;
}

.btn.success {
    color: #ffffff !important;
    background: #cc0001;
    border-radius: 50px;
    border-color: #cc0001 !important;
}
.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;
}

.custom-page {
    --table-surface: #ffffff;
    --table-row-odd: #e8eaf6;
    --table-row-even: #ffffff;
    --table-row-hover: rgba(1, 0, 102, 0.12);
    --table-border-soft: rgba(1, 0, 102, 0.15);
    --table-text: #212529;
    --table-head-text: #ffffff;
    --table-accent-line: #010066;
}
.custom-page .wp-block-table {
    position: relative;
    margin-bottom: var(--theme-block-margin-bottom);
    border-radius: var(--theme-rounded-section, 16px);
    overflow: hidden;
    background: var(--table-surface);
    border: 1px solid rgba(1, 0, 102, 0.2);
    box-shadow: 0 2px 12px rgba(1, 0, 102, 0.08);
}
.custom-page .wp-block-table::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: var(--table-accent-line);
    pointer-events: none;
    z-index: 1;
}
.custom-page .wp-block-table table {
    position: relative;
    z-index: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0;
    color: var(--table-text);
    background: transparent;
}
.custom-page .wp-block-table table.has-fixed-layout {
    table-layout: fixed;
}
.custom-page .wp-block-table thead {
    border: none !important;
    border-bottom: none !important;
}
.custom-page .wp-block-table thead tr {
    background: #010066;
}
.custom-page .wp-block-table thead th {
    padding: 15px 18px;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--table-head-text);
    border: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: none !important;
}
.custom-page .wp-block-table tbody tr {
    background-color: transparent;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.custom-page .wp-block-table tbody tr:nth-child(odd) {
    background-color: var(--table-row-odd);
}
.custom-page .wp-block-table tbody tr:nth-child(even) {
    background-color: var(--table-row-even);
}
.custom-page .wp-block-table tbody tr:hover {
    background-color: var(--table-row-hover) !important;
}
.custom-page .wp-block-table tbody td {
    padding: 13px 18px;
    color: var(--table-text);
    border: none !important;
    border-bottom: 1px solid var(--table-border-soft) !important;
    vertical-align: middle;
    line-height: 1.45;
    word-break: break-word;
    box-shadow: none !important;
}
.custom-page .wp-block-table tbody tr:last-child td {
    border-bottom: none !important;
}
.custom-page .wp-block-table table a {
    color: #010066;
    text-decoration: underline;
    text-decoration-color: rgba(1, 0, 102, 0.45);
    text-underline-offset: 2px;
}
.custom-page .wp-block-table table a:hover {
    color: #cc0001;
    text-decoration-color: rgba(204, 0, 1, 0.65);
}
@media (max-width: 991px) {
    .custom-page .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
    .custom-page .wp-block-table table {
        min-width: max-content;
        width: max-content;
    }
}
.wp-block-hc-alternate-group-section {
    margin-bottom: var(--theme-block-margin-bottom);
}
.wp-block-hc-alternate-group-section li::marker {
    color: #010066;
}
.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 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #010066;
}
header.header .header__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    transition: 0.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;
}
header.header .primary_menu_desktop_ver > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 6px 12px;
    white-space: nowrap;
    text-decoration: none;
    
    color: var(--menu_text_color) !important;
    border-radius: var(--theme-rounded-button);
}
header.header .primary_menu_desktop_ver > ul > li > a img {
    width: 18px;
    height: 18px;
}

header.header .primary_menu_desktop_ver > ul > li > a:hover {
    color: #ffcc00;
}
header.header .primary_menu_desktop_ver > ul > li:last-child {
    margin-right: 0;
}
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 .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: #fff;
    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 .primary_menu_desktop_ver {
        display: none;
    }
    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;
    }
}
footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgba(255, 255, 255, 0.92);
    background-color: #010066;
}
footer.footer .logo {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 24px;
    margin-bottom: 48px;
}
footer.footer .logo:after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
}
footer.footer .logo .custom-logo-link {
    display: block;
}
footer.footer .logo .custom-logo-link img {
    width: auto;
    max-height: 60px;
}
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;
}
footer.footer .footer_logos_partners .item {
    max-width: 100px;
}
footer.footer .footer_logos_partners img {
    width: auto;
    max-height: 70px;
}
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: 0.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.bonus {
    justify-content: space-between;
}
footer.footer .bottom_panel.bonus .bonus {
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
@media (max-width: 991px) {
    footer.footer .logo {
        margin-bottom: 24px;
    }
    
    footer.footer .footer_logos_partners {
        justify-content: center;
        padding: 16px 0;
        gap: 16px;
    }
    footer.footer .footer_logos_partners {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        padding: 16px 0;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    footer.footer .footer_logos_partners::-webkit-scrollbar {
        display: none;
    }
    footer.footer .footer_logos_partners .item {
        flex-shrink: 0;
        min-width: 55px;
        max-width: 60px;
    }
    footer.footer .footer_logos_partners img {
        max-height: 55px;
        width: auto;
    }
    footer.footer .bottom_panel {
        display: flex;
        transform: translateY(95px);
    }
    footer.footer .bottom_panel.show {
        transform: translateY(0px);
    }
    footer.footer.panel_mode {
        padding-bottom: 24px;
    }
}
.custom-page .welcome_section {
    text-align: left;
    margin-bottom: var(--theme-block-margin-bottom);
}
.custom-page .welcome_section h1 {
    text-align: center;
}
.custom-page .welcome_section .welcome_section__intro {
    margin-bottom: 1rem;
}
.custom-page .welcome_section .welcome_section__disclaimer {
    margin-top: 1rem;
    padding: 14px 18px;
    font-size: 0.85rem;
    color: #5c6278;
    background: rgba(0,0,0,0.04);
    border-left: 4px solid #010066;
    border-radius: 0 8px 8px 0;
    text-align: left;
}
.home .custom-page .welcome_section {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .custom-page .welcome_section {
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
    .custom-page .welcome_section .welcome_section__disclaimer {
        padding: 12px 14px;
        font-size: 0.8rem;
    }
}
 .imgcenter:before, .container-page:before {
    content: "";
    height: 5px;
    position: absolute;
    left: 16px;
    right: 16px;
    top: -1px;
    border-radius: 2px;
    background: linear-gradient(0deg, #cc0001 0, #ffcc00);
}
.most_popular_games {
    margin-bottom: var(--theme-block-margin-bottom);
}
.most_popular_games header {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 12px 0;
}
.most_popular_games header p {
    margin: 0;
}
.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: 0.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 {
    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: 0.5s;
}
.games_sports .games_sports__container .item:hover {
    background-color: #c9a227 !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: repeat(2, 1fr);
        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;
    }
}
.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);
    background-color: #010066 !important;
    color: #fff;
}
.faq-section .item .question {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-right: 50px;
    cursor: pointer;
    user-select: none;
}
.faq-section .item .question h3 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.35;
    color: inherit;
}
.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;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}
.faq-section .item .answer p {
    margin: 0;
}
.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 {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 32px;
    background-color: #e2e8f0;
    border-radius: var(--theme-rounded-section);
    margin-bottom: var(--theme-block-margin-bottom);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.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: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #ffcc00 0%, #cc0001 100%);
    border-radius: 50px;
}
@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__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%;
    }
}

.pros_cons_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: var(--theme-block-margin-bottom);
}
.pros_cons_block .pros_cons__col {
    border-radius: 12px;
    overflow: hidden;
}
.pros_cons_block .pros_cons__pros {
    background: linear-gradient(135deg, #e8eaf6 0%, #d6dcf0 100%);
}
.pros_cons_block .pros_cons__cons {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}
.pros_cons_block .pros_cons__heading {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px 16px;
    color: #fff;
    text-align: center;
}
.pros_cons_block .pros_cons__pros .pros_cons__heading {
    background: linear-gradient(135deg, #010066 0%, #0c2d6b 100%);
}
.pros_cons_block .pros_cons__cons .pros_cons__heading {
    background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
}
.pros_cons_block ul {
    list-style: none;
    margin: 0;
    padding: 12px 16px 16px;
}
.pros_cons_block ul li {
    position: relative;
    padding: 10px 0 10px 44px;
    line-height: 1.4;
}
.pros_cons_block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pros_cons_block .pros_cons__pros ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23010066' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}
.pros_cons_block .pros_cons__cons ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23c62828' d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
    .pros_cons_block {
        grid-template-columns: 1fr;
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
}
.author-block {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    padding: 1.35rem 1.5rem 1.5rem;
    border-radius: var(--theme-rounded-section, 16px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        145deg,
        #f8fafc 0%,
        #eef2f9 45%,
        #e4eaf2 100%
    );
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        0 8px 28px rgba(15, 23, 42, 0.08),
        0 2px 8px rgba(1, 0, 102, 0.08);
}
.author-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #010066 0%, #cc0001 100%);
    border-radius: 4px 0 0 4px;
}
.author-block__avatar {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}
.author-block__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.author-block__avatar--lead {
    width: clamp(88px, 18vw, 120px);
    height: clamp(88px, 18vw, 120px);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 3px 14px rgba(1, 0, 102, 0.1);
}
.author-block__avatar--lead img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.author-block__content {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}
.author-block__name {
    font-weight: 700;
    margin: 0 0 0.75rem;
    font-size: 1.0625rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #0f172a;
}
.author-block__text {
    margin: 0;
    line-height: 1.65;
    font-size: 0.9375rem;
    color: #475569;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    padding-top: 0.9rem;
}
.full-image {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
@media (max-width: 575px) {
    .author-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.25rem 1.1rem 1.35rem;
        gap: 1rem;
    }
    .author-block::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        width: auto;
        height: 4px;
        border-radius: 4px 4px 0 0;
    }
    .author-block__text {
        text-align: left;
    }
}

.custom-logo-link p {
    color: #212529;
}
.custom-logo-link .get-image {
    min-width: 230px;
}
@media (max-width: 700px) {
    .footer.footer .logo {
        flex-direction: column;
    }
}
.buttonspage {
    display:flex;
    justify-content: center;
}
.buttonspage {
    margin:15px;
}
.question, .answer {
    color:#fff;
}
.imgcenter img,
.container-page img {
    display:block;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:15px;
    border-radius:6px;
}
.custom-page .wp-block-hc-container > p > img {
    display: block;
    max-width: min(100%, 900px);
    width: auto;
    max-height: none;
    height: auto;
    margin: 1.25rem auto;
    border-radius: var(--theme-rounded-section, 12px);
    box-shadow:
        0 4px 20px rgba(1, 0, 102, 0.08),
        0 1px 3px rgba(15, 23, 42, 0.06);
}
.custom-page .wp-block-hc-container > p:has(> img) {
    text-align: center;
}
.imgcenter .author-block__avatar img,
.container-page .author-block__avatar img {
    margin: 0;
    border-radius: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.imgcenter,
.container-page {
    position: relative;
    padding: 21px 16px 16px;
}
@media (max-width: 991px) {
    .imgcenter,
    .container-page {
        padding: 0;
    }
    .imgcenter:before,
    .container-page:before {
        left: 0;
        right: 0;
    }
}
h1 {
    font-size:30px;
}
h2 {
    font-size:26px;
}
h3{
    font-size:22px;
}

.dmca .icon-dmca {
    fill: #fff;
    width:120px;
}
.dmca .icon-gamecare, .dmca .icon-18plus {
    fill: #fff;
    width:40px;
}
.dmca {
    display:flex;
    align-items:center;
}
.dmca a {
    text-decoration:none;
}
.dmca svg {
    height:35px;
    display:block
}
.logofooter {
    margin-bottom:35px;
}
.ftlinks ul li {
    display:inline-block;
    margin-right:15px;
}
.ftlinks ul {
    padding-left: 0;
}
footer.footer .ftlinks ul li a {
    color: #f1f5f9;
    text-decoration: none;
}
footer.footer .ftlinks ul li a:hover {
    color: #ffcc00;
}
footer.footer .ftlinks p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

#mobile-menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
.mobile-nav-overlay.is-open {
    display: block;
}
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: #f8fafc;
    z-index: 9999;
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -4px 0 24px rgba(15, 23, 42, 0.12);
}
.mobile-nav-panel.is-open {
    transform: translateX(0);
}
.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.mobile-nav-logo {
    max-width: 140px;
    height: auto;
}
.mobile-nav-close {
    background: none;
    border: none;
    color: #334155;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
}
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}
.mobile-nav-links a img {
    width: 18px;
    height: 18px;
}
.mobile-nav-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}
.mobile-nav-buttons .btn {
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .home-bonuses .wp-block-column {
        flex-basis: 100% !important;
        margin-bottom: 10px;
    }
    .home-bonuses .wp-block-column:last-child {
        margin-bottom: 0;
    }
    .home-bonuses .banner {
        padding: 12px 14px;
        min-height: auto;
        border-radius: 12px;
        background-size: 100px auto !important;
        background-position: 10px 50% !important;
        background-repeat: no-repeat !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    .home-bonuses .banner .banner__container {
        padding-top: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 12px;
    }
    .home-bonuses .banner .banner__container dl {
        margin: 0;
        flex: 1;
        min-width: 0;
    }
    .home-bonuses .banner .bonus_name {
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .home-bonuses .banner .bonus_value {
        font-size: 1rem;
        font-weight: 700;
    }
    .home-bonuses .banner .bonus_value strong i p {
        margin: 0;
    }
    .home-bonuses .banner .banner_button {
        font-size: 12px;
        padding: 8px 16px;
        width: auto;
        flex-shrink: 0;
        border-radius: 8px;
    }
}

.error-404 {
    padding: 48px 0 64px;
    background: #ffffff;
}

.error-404__inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.error-404__code {
    margin: 0 0 8px;
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 800;
    line-height: 1;
    color: #010066;
    letter-spacing: -0.04em;
}

.error-404__title {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
}

.error-404__text {
    margin: 0 0 24px;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #333;
}

.error-404__actions {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.error-404__actions .btn {
    min-width: 220px;
}

.error-404__link-home {
    font-size: 1rem;
    font-weight: 600;
    color: #010066;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(1, 0, 102, 0.35);
}

.error-404__link-home:hover {
    color: #cc0001;
    text-decoration-color: rgba(204, 0, 1, 0.5);
}