@charset "UTF-8";

li,
ol,
ol[class],
ul,
ul[class] {
    margin: 0;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

li,
ol[class],
ul[class] {
    list-style: none
}

a {
    text-decoration: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    border: none;
    font: inherit
}

[role=button],
button {
    cursor: pointer
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (max-width:768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:768px) {
    .container.-no-p {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:768px) {
    .wp-block-group.is-layout-constrained {
        padding-left: 16px;
        padding-right: 16px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2 !important
}

@media (max-width:768px) {
    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    .has-small-font-size {
        font-size: 14px !important
    }

    .has-medium-font-size {
        font-size: 16px !important
    }

    .has-large-font-size {
        font-size: 24px !important
    }

    .has-x-large-font-size {
        font-size: 28px !important
    }

    .has-xx-large-font-size {
        font-size: 32px !important
    }

    body {
        font-size: 15px
    }

    .wp-block-media-text__media {
        margin-bottom: 16px !important
    }

    .wp-block-media-text__content {
        padding: 0 !important
    }
}

.has-header-shadow {
    box-shadow: 0 19.01px 100px 0 rgba(13, 38, 85, .149)
}

.mob-header-block {
    display: none
}

@media (max-width:768px) {
    .mob-header-block {
        grid-gap: 16px;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        padding: 12px 16px
    }

    .mob-header-block>section {
        text-align: right
    }
}

.mob-header-block__btn {
    background: url(../../images/mob-menu-btn.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 32px;
    width: 32px
}

.mob-header-block__btn.-toggle {
    background: url(../../images/mob-menu-btn-close.svg) no-repeat 50%;
    background-size: contain
}

.mob-header-block-menu {
    display: none
}

@media (max-width:768px) {
    .mob-header-block-menu {
        background: #070e20;
        padding: 20px 16px;
        width: 100%;
    }

    .mob-header-block-menu.-toggle {
        display: block !important;
    }
}

.mob-header-block__login {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 6px;
    color: #141d22;
    display: inline-block;
    font-size: 14px;
    padding: 4px 20px;
    text-transform: uppercase
}

.mob-header-block__login:hover {
    opacity: .86
}

@media (max-width:768px) {
    .main-site-header {
        display: none
    }
}

.wp-block-button .wp-element-button {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 52px;
    text-transform: uppercase
}

.wp-block-button.is-style-outline .wp-element-button {
    background: #6c859529;
    border: 1px solid #1e385b;
    color: #000;
    padding: 11px 42px
}

.wp-block-button.is-white .wp-element-button {
    background: #fff;
    box-shadow: .98px .98px 34.13px 4.88px rgba(76, 174, 221, .149);
    color: #1e385b
}

.wp-block-button:hover {
    opacity: .76
}

.header-logo img {
    height: 32px !important;
    width: auto
}

.site-header__langs {
    margin-right: 24px !important;
    position: relative
}

@media (max-width:768px) {
    .site-header__langs {
        margin-bottom: 24px
    }
}

.site-header__langs:hover .site-header__langs__list {
    display: block
}

.site-header__langs .site-header__langs__btn {
    align-items: center;
    background: url(../../images/lang-icon-arrow.svg) no-repeat 100%;
    background-size: 10px;
    border: none;
    color: #23283b;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    outline: none;
    padding: 0 16px 0 0
}

@media (max-width:768px) {
    .site-header__langs .site-header__langs__btn {
        background: url(../../images/lang-icon-arrow-w.svg) no-repeat 100%;
        background-size: 10px;
        color: #fff
    }
}

.site-header__langs .site-header__langs__btn img {
    height: auto;
    margin-right: 6px;
    width: 22px
}

.site-header__langs .site-header__langs__btn span {
    color: #141d22;
    font-size: 17px;
    max-width: 116px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:768px) {
    .site-header__langs .site-header__langs__btn span {
        color: #fff
    }
}

.site-header__langs .site-header__langs__list {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .237);
    display: none;
    left: -16px;
    padding: 20px 16px;
    position: absolute;
    top: 92%;
    width: 180px;
    z-index: 999
}

.site-header__langs .site-header__langs__list.-fl ul li:not(:last-child) {
    margin-bottom: 12px
}

@media (max-width:768px) {
    .site-header__langs .site-header__langs__list {
        left: unset;
        right: -16px
    }
}

.site-header__langs .site-header__langs__list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-header__langs .site-header__langs__list ul li {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.site-header__langs .site-header__langs__list ul li a {
    align-items: center;
    color: #23283b;
    display: flex;
    gap: 5px;
    text-decoration: none
}

.site-header__langs .site-header__langs__list ul li a img {
    border: 1px solid #ececec;
    height: auto !important;
    width: 20px !important
}

.site-header__langs .site-header__langs__list ul li a:hover {
    opacity: .86
}

.g-card-item {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.g-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15), 0px 8px 30px rgba(0, 0, 0, 0.1)
}

.g-card-item .g-card-title {
    background: #f8f8f8;
    border-radius: 0 0 42px 42px;
    font-size: 24px !important;
    margin: -20px -20px 4px !important;
    max-width: calc(100% + 40px);
    padding: 20px 20px 42px;
    width: calc(100% + 40px)
}

.g-card-item .g-card-title h2,
.g-card-item .g-card-title h3,
.g-card-item .g-card-title h4,
.g-card-item .g-card-title h5,
.g-card-item .g-card-title h6 {
    margin: 0
}

.g-card-item .g-card-title>* {
    font-size: 24px !important
}

.wp-block-table {
    background: #070e20;
    border-radius: 5px;
    margin-bottom: 46px;
    overflow: hidden;
    padding: 20px
}

@media (max-width:768px) {
    .wp-block-table {
        margin-bottom: 24px;
        margin-right: -20px;
        overflow-x: auto;
        padding-bottom: 4px;
        width: calc(100% + 20px)
    }
}

.wp-block-table::-webkit-scrollbar {
    -webkit-appearance: none
}

.wp-block-table::-webkit-scrollbar:vertical {
    width: 8px
}

.wp-block-table::-webkit-scrollbar:horizontal {
    height: 8px
}

.wp-block-table::-webkit-scrollbar-thumb {
    background-color: #3779ff;
    border: 2px solid #fff;
    border-radius: 8px
}

.wp-block-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.wp-block-table table {
    width: 100%
}

@media (max-width:768px) {
    .wp-block-table table {
        width: 800px
    }
}

.wp-block-table thead {
    border: none !important
}

.wp-block-table thead tr th {
    background: #293145;
    border: none !important;
    color: #fff;
    font-weight: 700;
    padding: 14px 20px !important;
    text-align: left
}

table {
    background: transparent;
    border: none !important;
    border-collapse: collapse
}

table tr:nth-child(2n) {
    background: #293145
}

table tr:first-child {
    border-radius: 10px 10px 0 0
}

table tr:last-child {
    border-radius: 0 0 10px 10px
}

table tr td {
    border: none !important;
    color: #fff;
    padding: 14px 20px !important;
    text-align: left
}

.header-area {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content
}

@media (max-width:768px) {

    .header-area.-hide-mob,
    .header-menu:not(.-mobile-menu) {
        display: none
    }

    .header-menu.-mobile-menu {
        background: #23283b;
        border-radius: 6px;
        margin-top: 24px;
        padding: 16px
    }
}

.header-menu ul {
    display: flex;
    gap: 24px
}

@media (max-width:768px) {
    .header-menu ul {
        flex-direction: column
    }
}

.header-menu ul li {
    position: relative
}

.header-menu ul li a {
    color: #fff;
    font-size: 18px
}

@media (max-width:768px) {
    .header-menu ul li a {
        display: block
    }
}

.header-menu ul li.menu-item-has-children>a {
    background: url(../../images/arrow-down-w.svg) no-repeat 100%;
    background-size: 11px;
    padding-right: 20px
}

@media (max-width:768px) {
    .header-menu ul li.menu-item-has-children>a {
        background: transparent
    }

    .header-menu ul li.menu-item-has-children {
        padding-right: 34px;
        position: relative
    }

    .header-menu ul li.menu-item-has-children .g-mob-btn {
        background: url(../../images/arrow-down-w.svg) no-repeat 50%;
        background-size: 11px;
        display: inline-block;
        height: 24px;
        position: absolute;
        right: 0;
        top: 2px;
        width: 24px
    }
}

.header-menu ul li.menu-item-has-children.-toggle>ul {
    display: block;
    margin-top: 10px
}

.header-menu ul li.menu-item-has-children.-toggle .g-mob-btn {
    transform: rotate(180deg)
}

.header-menu ul li ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: .98px .98px 34.13px 4.88px rgba(76, 174, 221, .149);
    display: none;
    padding: 16px;
    width: 200px
}

@media (min-width:768px) {
    .header-menu ul li ul {
        left: -16px;
        position: absolute;
        top: 100%;
        z-index: 9999
    }
}

.header-menu ul li ul li:not(:last-child) {
    margin-bottom: 10px
}

.header-menu ul li ul li a {
    color: #000;
    font-size: 16px
}

.header-menu ul li ul li:hover>a {
    color: #DAA520
}

.header-menu ul li:hover>a {
    color: #f7f7f7
}

@media (min-width:768px) {
    .header-menu ul li:hover>ul {
        display: block
    }
}

.header-area__search {
    position: relative;
    width: 430px
}

.header-area__search form {
    width: 430px
}

.header-area__search form input[type=email],
.header-area__search form input[type=password],
.header-area__search form input[type=text],
.header-area__search form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #96aec1;
    border-radius: 5px;
    border-radius: 0;
    color: #333;
    color: #fff !important;
    padding: 12px 0;
    width: 100%
}

.header-area__search form input[type=email]:focus,
.header-area__search form input[type=password]:focus,
.header-area__search form input[type=text]:focus,
.header-area__search form textarea:focus {
    color: #fff !important;
    color: #000;
    outline: none
}

.header-area__search form textarea {
    height: 188px
}

.header-area__search form ::-webkit-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form ::-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :-ms-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea::-webkit-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea:-moz-placeholder,
.header-area__search form textarea::-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea:-ms-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea:focus:-moz-placeholder,
.header-area__search form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.header-area__search form button {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}

.header-area__search form input {
    background: hsla(0, 0%, 100%, .4) !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 12px !important;
    width: 100%
}

.header-area__search form input:focus {
    color: #fff !important
}

.header-area__search form button {
    background: url(../../images/search-icon-w.svg) no-repeat 50%;
    background-size: 16px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.header-area__search form button:hover {
    opacity: .86
}

.hero-block {
    background: #1c3051;
    color: #fff;
    margin-bottom: 60px;
    padding-top: 16px
}

@media (max-width:768px) {
    .hero-block {
        margin-bottom: 32px
    }
}

.hero-block .hero-block__container {
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:768px) {
    .hero-block .hero-block__container {
        padding: 0
    }
}

.hero-block .hero-block__container.-content-align-center {
    text-align: center
}

.hero-block .hero-block__container.-content-align-center .hero-block__wrapper,
.hero-block .hero-block__container.-content-align-center .wp-block-buttons {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center
}

.hero-block .hero-block__container.-content-align-center .hero-block__wrapper {
    padding: 16px 0 140px
}

.hero-block .hero-block__container.-content-align-center .hero-block__content {
    max-width: 100%;
    width: 100%
}

.hero-block .hero-block__container.-content-align-center .hero-block__img {
    order: -1
}

.hero-block .hero-block__container.-content-align-center .hero-block__img img {
    width: 240px
}

.hero-block .hero-block__wrapper {
    grid-gap: 76px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 500px;
    padding: 140px 0
}

@media (max-width:768px) {
    .hero-block .hero-block__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 32px 0;
        place-content: center;
        place-items: center
    }
}

.hero-block .hero-block__wrapper .hero-block__content {
    padding: 0
}

.hero-block .hero-block__img {
    display: flex;
    place-content: center;
    place-items: enter
}

@media (max-width:768px) {
    .hero-block .hero-block__img {
        display: none
    }
}

.hero-block .hero-block__img img {
    height: auto;
    width: 100%
}

.hero-block .hero-block__content {
    max-width: 680px;
    padding: 40px 0
}

@media (max-width:768px) {
    .hero-block .hero-block__content {
        padding: 32px 0
    }

    .hero-block .hero-block__content .hero-block__btn .wp-block-button {
        width: 100%
    }

    .hero-block .hero-block__content .hero-block__btn .wp-block-button__link {
        display: block;
        text-align: center;
        width: 100%
    }
}

.hero-block .hero-block__content.-small-p {
    padding: 42px 0
}

.hero-block h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

@media (max-width:768px) {
    .hero-block h1 {
        font-size: 32px;
        text-align: center
    }
}

.hero-block .hero-block__text {
    font-size: 16px;
    margin-top: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

@media (max-width:768px) {
    .hero-block .hero-block__text {
        text-align: center
    }
}

.hero-block__btn:hover .main-btn-hover {
    opacity: 1
}

.hero-block__btn:hover .main-btn-hover .wp-block-button__link {
    opacity: .76
}

@media (min-width:768px) {
    .hero-block__btn .main-btn-hover {
        position: relative
    }

    .hero-block__btn .main-btn-hover:hover .main-btn-hover__hint {
        display: block
    }
}

.hero-block__btn .main-btn-hover__hint {
    background: #071a31;
    border-radius: 10px 10px 0 0;
    bottom: 100%;
    box-shadow: .98px .98px 34.13px 4.88px rgba(76, 174, 221, .149);
    color: #f7f7f7;
    display: none;
    font-size: 14px;
    left: 95%;
    padding: 16px 16px 8px;
    position: relative;
    position: absolute;
    width: 166px;
    z-index: 999
}

.hero-block__btn .main-btn-hover__hint:before {
    background: url(../../images/btn-hover-bg.svg) no-repeat 0 100%;
    background-size: cover;
    bottom: -22px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 166px;
    z-index: -1
}

@media (max-width:768px) {
    .wp-block-button.is-style-outline .wp-element-button {
        background: #fff;
        border: 1px solid #fff;
        color: #000
    }

    .mob-header-btns {
        display: grid !important;
        grid-template-columns: 1fr max-content
    }
}

.content-cards-block {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .content-cards-block {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .content-cards-block .g-card-item:not(:last-child) {
        margin-bottom: 20px
    }
}

.content-cards-block ul {
    margin-bottom: 24px
}

.content-cards-block ul li {
    padding-left: 16px;
    position: relative
}

.content-cards-block ul li:not(:last-child) {
    margin-bottom: 8px
}

.content-cards-block ul li:before {
    color: #4caf50;
    content: "✓";
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 1px
}

.content-cards-block .wp-block-buttons {
    place-content: center;
    place-items: center
}

img.aligncenter {
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.grey-bg-block {
    background: #dfe6eb;
    padding: 60px 0
}

@media (min-width:768px) {
    .grey-bg-block .grey-bg-block--row {
        grid-gap: 46px;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.grey-bg-block .grey-bg-block__content {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
    .grey-bg-block .grey-bg-block__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.grey-bg-block .grey-bg-block__block-title {
    color: #070e20;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px
}

.grey-bg-block .grey-bg-block__block-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px
}

.grey-bg-block .grey-bg-block__content__item .grey-bg-block__content__title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    -webkit-background-clip: text;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px
}

.grey-bg-block .grey-bg-block__content__item .grey-bg-block__content__text {
    color: #3a3a3a;
    font-size: 16px
}

.grey-bg-block .grey-bg-block__img {
    display: flex;
    place-content: center;
    place-items: center
}

@media (max-width:768px) {
    .grey-bg-block .grey-bg-block__img {
        display: none
    }
}

.grey-bg-block .grey-bg-block__img img {
    width: 100%
}

.toc-block {
    border-radius: 5px;
    margin-bottom: 60px;
    margin-top: -60px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 555
}

@media (max-width:768px) {
    .toc-block {
        margin-top: 20px
    }
}

.toc-block .toc-block__title {
    background: #070e20;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 20px;
    position: relative;
    width: 100%
}

.toc-block .toc-block__title:after {
    background: url(../../images/arrow-down-big-w.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 20px
}

.toc-block .toc-block__title.-style-closed:after {
    transform: translateY(-50%) rotate(0deg)
}

.toc-block .toc-block__list {
    background: #23283b;
    padding: 30px 20px
}

.toc-block .toc-block__list.-style-opened {
    display: block
}

.toc-block .toc-block__list.-style-closed {
    display: none
}

@media (min-width:768px) {
    .toc-block .toc-block__list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.toc-block .toc-block__list ul li {
    font-size: 16px;
    padding-left: 16px;
    position: relative
}

.toc-block .toc-block__list ul li:before {
    background: #f7f7f7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px
}

.toc-block .toc-block__list ul li:not(:last-child) {
    margin-bottom: 8px
}

.toc-block .toc-block__list ul li a {
    color: #fff
}

.toc-block .toc-block__list ul li a:hover {
    opacity: .76
}

.cta-block-dark {
    grid-gap: 100px;
    align-items: center;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px
}

@media (max-width:768px) {
    .cta-block-dark {
        display: flex;
        flex-direction: column;
        gap: 16px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.cta-block-dark .cta-block-dark__content {
    max-width: 460px;
    width: 100%
}

@media (max-width:768px) {
    .cta-block-dark .cta-block-dark__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        place-content: center;
        place-items: center;
        text-align: center
    }

    .cta-block-dark .wp-block-buttons {
        margin-top: 42px
    }
}

.cta-block-dark .cta-block-dark__logo {
    margin-bottom: 20px
}

.cta-block-dark .cta-block-dark__logo img {
    height: auto;
    max-width: 210px;
    width: auto
}

.cta-block-dark .cta-block-dark__title {
    color: #edf0f2;
    display: inline-block;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1
}

.cta-block-dark .cta-block-dark__desc {
    color: #fff;
    font-size: 18px;
    margin-top: 16px
}

.cta-block-dark .cta-block-dark__btn-text {
    color: #fff;
    font-size: 11px;
    margin-top: 6px;
    text-align: center
}

.custom-cards-block {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px
}

@media (max-width:768px) {
    .custom-cards-block {
        grid-gap: 14px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.custom-cards-block .custom-cards-block__item {
    background: #6c859514;
    border-radius: 5px;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 10px 16px 24px 10px;
    place-content: center;
    place-items: center
}

.custom-cards-block img {
    height: 92px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.custom-cards-block .custom-cards-block__title {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-align: center
}

ol.wp-block-list {
    padding-bottom: 32px !important;
    padding-left: 32px !important
}

@media (min-width:768px) {
    ol.wp-block-list.-grid {
        grid-column-gap: 56px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

ol.wp-block-list li {
    list-style: decimal
}

ol.wp-block-list li:not(:last-child) {
    margin-bottom: 8px
}

ol.wp-block-list li::marker {
    color: #271345;
    font-size: 18px;
    font-weight: 700
}

ul.wp-block-list {
    padding-bottom: 32px !important;
    padding-left: 0 !important
}

@media (min-width:768px) {
    ul.wp-block-list.-grid {
        grid-column-gap: 56px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

ul.wp-block-list li {
    padding-left: 16px;
    position: relative
}

ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px
}

ul.wp-block-list li:before {
    color: #28a107;
    content: "✓";
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 1px
}

.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 !important
}

.cta-block-grey {
    background: #eef2f9;
    margin-bottom: 60px;
    padding: 20px 0
}

.cta-block-grey .container {
    display: flex;
    gap: 20px;
    place-content: center;
    place-items: center
}

@media (max-width:768px) {
    .cta-block-grey .container {
        flex-direction: column
    }
}

.cta-block-grey .cta-block-grey__img i {
    display: inline-block;
    height: 150px;
    width: 150px
}

.cta-block-grey .cta-block-grey__text {
    color: #edf0f2;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px
}

.main-rating-stars-v2 {
    align-items: center;
    display: flex
}

.main-rating-stars-v2 .star {
    border-radius: 3px;
    color: #fff;
    color: #F0B90B;
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-right: 5px
}

.main-rating-stars-v2 .star.empty,
.main-rating-stars-v2 .star.half {
    color: #acbcdc
}

.main-rating-stars-v2 .rating-text {
    color: #b4c0d8;
    font-size: 14px;
    margin-left: 10px
}

@media (max-width:768px) {
    .main-rating-stars-v2 .rating-text {
        margin-left: 2px;
        margin-top: 3px
    }
}

.reviews-block__w {
    margin-bottom: 60px
}

@media (min-width:768px) {
    .reviews-block:not(.-no-grid) {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.reviews-block.-no-grid .reviews-block__item:not(:last-child) {
    margin-bottom: 16px
}

.reviews-block .reviews-block__item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(0, 0, 0, 0.15);
    padding: 32px 20px;
}

.reviews-block .reviews-block__item.-hide-elem {
    display: none
}

.reviews-block .reviews-block__item.-hide-elem.-show {
    display: block
}

.reviews-block .reviews-block__head {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 16px
}

.reviews-block .reviews-block__date {
    font-size: 14px;
    opacity: .65
}

.reviews-block .reviews-block__text {
    color: #515151;
    font-size: 14px
}

.reviews-block .reviews-block__bottom {
    border-top: 1px solid rgba(150, 174, 193, .4);
    margin-top: 20px;
    padding-top: 20px
}

.reviews-block .reviews-block__user {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr
}

.reviews-block .reviews-block__user img {
    height: auto;
    width: 42px
}

.reviews-block .reviews-block__user section {
    display: flex;
    flex-direction: column
}

.reviews-block .reviews-block__user strong {
    color: #3a4a68;
    font-size: 14px;
    font-weight: 800
}

.reviews-block .reviews-block__user span {
    color: #3a4a68;
    font-size: 12px
}

.reviews-block__btn__w {
    display: flex;
    margin-top: 32px;
    place-content: center;
    place-items: center
}

.reviews-block__btn {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px
}

.reviews-block__btn:hover {
    opacity: .76
}

.faq-block .faq-block__item {
    border-bottom: 1px solid #F0B90B;
    padding: 20px 0
}

.faq-block .faq-block__item:not(:last-child) {
    margin-bottom: 32px
}

.faq-block .faq-block__item.-toggle .faq-block__title i {
    background: url(../../images/cross-100.png) no-repeat 50%;
    background-size: contain;
    width: 74px
}

@media (max-width:768px) {
    .faq-block .faq-block__item.-toggle .faq-block__title i {
        width: 54px
    }
}

.faq-block .faq-block__item.-toggle .faq-block__text {
    display: block
}

.faq-block .faq-block__title {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: 120px 1fr max-content
}

@media (max-width:768px) {
    .faq-block .faq-block__title {
        grid-gap: 16px;
        grid-template-columns: 40px 1fr max-content
    }
}

.faq-block .faq-block__title .faq-block__num {
    color: #271345;
    font-size: 18px
}

@media (max-width:768px) {
    .faq-block .faq-block__title .faq-block__num {
        font-size: 14px
    }
}

.faq-block .faq-block__title h3 {
    color: #1c3051;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width:768px) {
    .faq-block .faq-block__title h3 {
        font-size: 24px
    }
}

.faq-block .faq-block__title i {
    background: url(../../images/right-arrow-100.png) no-repeat 100%;
    background-size: contain;
    display: inline-block;
    height: 74px;
    width: 74px
}

@media (max-width:768px) {
    .faq-block .faq-block__title i {
        width: 54px
    }
}

.faq-block .faq-block__text {
    display: none;
    font-size: 18px;
    padding-left: 140px;
    padding-right: 80px;
    padding-top: 20px
}

@media (max-width:768px) {
    .faq-block .faq-block__text {
        font-size: 16px;
        padding-left: 60px
    }
}

.breadcrumbs {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px
}

@media (max-width:768px) {
    .breadcrumbs {
        text-align: center
    }
}

.cta-block-present {
    margin-bottom: 60px;
    margin-top: -100px;
    position: relative;
    z-index: 999
}

@media (max-width:768px) {
    .cta-block-present {
        margin-top: 0
    }
}

.cta-block-present .container {
    grid-gap: 56px;
    align-items: center;
    background: #070e20;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr max-content;
    height: 247px;
    padding: 20px 64px 20px 300px;
    position: relative
}

@media (max-width:768px) {
    .cta-block-present .container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: auto;
        padding: 20px 16px 32px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.cta-block-present .cta-block-present__icon {
    background: url(../../images/social-trading-app.png) no-repeat 0 100%;
    background-size: contain;
    bottom: 0;
    display: inline-block;
    height: 300px;
    left: 0;
    position: absolute;
    width: 280px;
    z-index: 1
}

@media (max-width:768px) {
    .cta-block-present .cta-block-present__icon {
        display: none
    }
}

.cta-block-present .cta-block-present__content {
    position: relative;
    z-index: 2
}

.cta-block-present .cta-block-present__title {
    color: #edf0f2;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px
}

.cta-block-present .cta-block-present__text {
    color: #ffcf01;
    font-size: 17px
}

@media (max-width:768px) {
    .cta-block-present .cta-block-present__text {
        margin-bottom: 16px
    }
}

.custom-cards-big {
    margin-bottom: 60px
}

@media (min-width:768px) {
    .custom-cards-big {
        grid-gap: 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.custom-cards-big .custom-cards-big__item {
    background: #6c859514;
    border-radius: 5px;
    padding: 16px
}

@media (max-width:768px) {
    .custom-cards-big .custom-cards-big__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.custom-cards-big .custom-cards-big__head {
    grid-gap: 16px;
    align-items: center;
    border-bottom: 1px solid #e1ebe5;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.custom-cards-big .custom-cards-big__text {
    color: #141d22;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2
}

.custom-cards-big .custom-cards-big__link {
    display: inline-block;
    height: 36px;
    width: 36px
}

.custom-cards-big .custom-cards-big__link:hover {
    opacity: .86
}

.custom-cards-big .custom-cards-big__link i {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    position: relative;
}

.custom-cards-big .custom-cards-big__link i::before {
    content: "";
    background: url(../../images/right-arrow-30.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
}

.custom-cards-big .custom-cards-big__title {
    color: #1c3051;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (max-width:768px) {
    .custom-cards-big .custom-cards-big__title {
        font-size: 32px
    }
}

.custom-cards-big .custom-cards-big__title.-align-center {
    text-align: center
}

.custom-cards-big .custom-cards-big__title.-align-right {
    text-align: right
}

.custom-cards-big .custom-cards-big__desc {
    color: #141d2299;
    font-size: 16px;
    margin-bottom: 14px
}

.custom-cards-big .custom-cards-big__img img {
    border-radius: 5px;
    height: 214px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hero-block__form {
    background: #070e20;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 3px rgba(211, 211, 211, 0.6);
    padding: 24px 20px
}

@media (max-width:768px) {
    .hero-block__form {
        width: 100%
    }
}

.hero-block__form .hero-block__form__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.hero-block__form form input[type=email],
.hero-block__form form input[type=password],
.hero-block__form form input[type=text],
.hero-block__form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #96aec1;
    border-radius: 5px;
    border-radius: 0;
    color: #333;
    color: #fff !important;
    padding: 12px 0;
    width: 100%
}

.hero-block__form form input[type=email]:focus,
.hero-block__form form input[type=password]:focus,
.hero-block__form form input[type=text]:focus,
.hero-block__form form textarea:focus {
    color: #fff !important;
    color: #000;
    outline: none
}

.hero-block__form form textarea {
    height: 188px
}

.hero-block__form form ::-webkit-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form ::-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :-ms-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea::-webkit-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea:-moz-placeholder,
.hero-block__form form textarea::-moz-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea:-ms-input-placeholder {
    color: #96aec1;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea:focus:-moz-placeholder,
.hero-block__form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.hero-block__form form button {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}

.hero-block__form form button:hover {
    opacity: .86
}

.hero-block__form form input {
    margin-bottom: 10px
}

.hero-block__form .checkbox-field {
    grid-gap: 8px;
    align-items: baseline;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 16px
}

.hero-block__form .checkbox-field input {
    background: transparent !important;
    border: 1px solid #96aec1 !important;
    margin: 0;
    position: relative;
    top: 3px
}

.hero-block__form .checkbox-field span {
    color: #96aec1;
    font-size: 14px
}

.hero-block__form .wp-block-buttons {
    margin: 20px 0;
    place-content: center;
    place-items: center
}

.hero-block__form .fake-form-recovery-link {
    align-items: center;
    display: flex;
    gap: 8px
}

.hero-block__form .fake-form-recovery-link i {
    background: url(../../images/recovery-icon-w.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px
}

.hero-block__form .fake-form-recovery-link span {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.hero-block__form .hero-block__form__small {
    font-size: 14px;
    margin-top: 16px
}

.hero-block__form__soc-btns {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px
}

.hero-block__form__soc-btns .form__soc-btn {
    border-radius: 8px;
    display: block;
    height: 46px;
    overflow: hidden;
    width: 100%
}

.hero-block__form__soc-btns .form__soc-btn i {
    display: block;
    height: 46px;
    width: 100%
}

.hero-block__form__soc-btns .form__soc-btn i.fb-icon {
    background: #0099fa url(../../images/fb-icon-w.svg) no-repeat 50%;
    background-size: 42%
}

.hero-block__form__soc-btns .form__soc-btn i.go-icon {
    background: #fff url(../../images/go-icon.svg) no-repeat 50%;
    background-size: 42%
}

.hero-block__form__soc-btns .form__soc-btn:hover {
    opacity: .86
}

.mb-0 {
    margin-bottom: 0 !important
}

.revs-page {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .revs-page {
        grid-gap: 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .revs-page__form {
        margin-top: 32px
    }
}

.revs-page__form form {
    background: #6c859514;
    border-radius: 12px;
    padding: 20px
}

.revs-page__form form input[type=email],
.revs-page__form form input[type=password],
.revs-page__form form input[type=text],
.revs-page__form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #F0B90B;
    border-radius: 5px;
    border-radius: 0;
    color: #333;
    color: #343434 !important;
    padding: 12px 0;
    width: 100%
}

.revs-page__form form input[type=email]:focus,
.revs-page__form form input[type=password]:focus,
.revs-page__form form input[type=text]:focus,
.revs-page__form form textarea:focus {
    color: #343434 !important;
    color: #000;
    outline: none
}

.revs-page__form form textarea {
    height: 188px
}

.revs-page__form form ::-webkit-input-placeholder {
    color: #767676;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form ::-moz-placeholder {
    color: #767676;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :-ms-input-placeholder {
    color: #767676;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :-moz-placeholder {
    color: #767676;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea::-webkit-input-placeholder {
    color: #767676;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea:-moz-placeholder,
.revs-page__form form textarea::-moz-placeholder {
    color: #767676;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea:-ms-input-placeholder {
    color: #767676;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea:focus:-moz-placeholder,
.revs-page__form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.revs-page__form form button {
    border: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}

.revs-page__form form input,
.revs-page__form form textarea {
    margin-bottom: 16px
}

.revs-page__form form textarea {
    height: 100px;
    resize: none
}

.revs-page__form form select {
    background: transparent;
    border: 1px solid rgba(150, 174, 193, .4);
    border-radius: 3px;
    font-size: 14px;
    padding: 15px 10px
}

.revs-page__form form button {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 12px 24px;
    text-align: center;
    width: 100%
}

.revs-page__form form button:hover {
    opacity: .86
}

.revs-form-avatar {
    margin-bottom: 16px
}

.revs-form-avatar .revs-form-avatar__title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    -webkit-background-clip: text;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px
}

.revs-form-avatar__preview {
    display: none
}

.revs-form-avatar__preview.-toggle {
    display: block
}

.revs-form-avatar__preview .revs-form-avatar__preview__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px
}

.revs-form-avatar__preview .revs-form-avatar__preview__img img {
    border-radius: 50%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100px
}

.revs-form-avatar__preview .revs-form-avatar__preview_remove {
    background: transparent;
    color: #a00505;
    font-size: 15px;
    font-weight: 700;
    margin: 14px 0;
    padding: 0;
    text-align: left
}

.revs-form-avatar__preview .revs-form-avatar__preview_remove:hover {
    opacity: .86
}

.row-grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 110px
}

.row-grid label {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: 8px
}

.page-navigation {
    margin-top: 24px
}

.page-navigation .page-numbers {
    background: #eef2f9;
    border-radius: 3px;
    color: #585858;
    display: inline-block;
    padding: 3px 11px
}

.page-navigation .page-numbers.current,
.page-navigation .page-numbers:hover {
    background: #F0B90B;
    color: #fff
}

.custom-cards-v3 {
    background: #6c859514;
    margin-bottom: 60px
}

@media (max-width:768px) {
    .custom-cards-v3 {
        padding-top: 24px
    }
}

.custom-cards-v3 .custom-cards-v3--row {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    top: -42px;
    z-index: 777
}

@media (max-width:768px) {
    .custom-cards-v3 .custom-cards-v3--row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
        top: unset
    }
}

.custom-cards-v3 .custom-cards-v3__item {
    background: #23283b;
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    padding: 30px
}

@media (max-width:768px) {
    .custom-cards-v3 .custom-cards-v3__item {
        padding: 20px 16px 32px
    }
}

.custom-cards-v3 .custom-cards-v3__subtitle {
    font-size: 18px;
    margin-bottom: 14px
}

.custom-cards-v3 .custom-cards-v3__title {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px !important
}

.custom-cards-v3 .custom-cards-v3__content {
    margin-bottom: 16px
}

@media (max-width:768px) {
    .custom-cards-v3 .custom-cards-v3__content {
        margin-bottom: 24px
    }
}

.custom-cards-v3 .custom-cards-v3__content ul li {
    padding-left: 16px;
    position: relative
}

.custom-cards-v3 .custom-cards-v3__content ul li:not(:last-child) {
    margin-bottom: 8px
}

.custom-cards-v3 .custom-cards-v3__content ul li:before {
    color: #fff;
    content: "✓";
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 1px
}

.custom-cols-cards {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
    padding-top: 60px
}

@media (max-width:768px) {
    .custom-cols-cards {
        display: flex;
        flex-direction: column;
        gap: 46px
    }
}

.custom-cols-cards.-sticky-yes {
    margin-top: -60px
}

.custom-cols-cards .custom-cols-cards__item {
    background: #e1ebe5;
    border-radius: 12px;
    padding: 20px;
    position: relative
}

.custom-cols-cards .custom-cols-cards__icon {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 12px;
    display: flex;
    height: 100px;
    left: 50%;
    margin-bottom: -50px;
    place-content: center;
    place-items: center;
    position: relative;
    top: -50px;
    transform: translateX(-50%);
    width: 100px
}

.custom-cols-cards .custom-cols-cards__icon i {
    display: inline-block;
    height: 60px;
    width: 60px
}

.custom-cols-cards .custom-cols-cards__title {
    border-bottom: 1px solid rgba(150, 174, 193, .4);
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 16px;
    padding-bottom: 16px;
    text-align: center
}

.custom-cols-cards .custom-cols-cards__title.-align-center {
    text-align: center
}

.custom-cols-cards .custom-cols-cards__title.-align-right {
    text-align: right
}

.custom-cols-cards .custom-cols-cards__content {
    color: #474747;
    font-size: 14px
}

.custom-cols-cards .custom-cols-cards__content ul li {
    padding-left: 16px;
    position: relative
}

.custom-cols-cards .custom-cols-cards__content ul li:not(:last-child) {
    margin-bottom: 8px
}

.custom-cols-cards .custom-cols-cards__content ul li:before {
    background: #3779ff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px
}

.custom-cols-cards-v5 {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
    .custom-cols-cards-v5 {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.custom-cols-cards-v5 .custom-cols-cards-v5__item {
    background: #fff;
    border-radius: 12px;
    padding: 20px
}

.custom-cols-cards-v5 .custom-cols-cards-v5__icon i {
    display: inline-block;
    height: 60px;
    width: 60px
}

.custom-cols-cards-v5 .custom-cols-cards-v5__title {
    color: #23283b;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 10px
}

@media (max-width:768px) {
    .custom-cols-cards-v5 .custom-cols-cards-v5__title {
        font-size: 24px
    }
}

.custom-cols-cards-v5 .custom-cols-cards-v5__text {
    margin-top: 10px
}

.categories-tabs,
.payments-tabs {
    margin-bottom: 54px
}

.categories-tabs .payments-tabs__head,
.payments-tabs .payments-tabs__head {
    display: flex;
    gap: 1px;
    margin-bottom: 32px;
    place-content: center;
    place-items: center
}

@media (max-width:768px) {

    .categories-tabs .payments-tabs__head,
    .payments-tabs .payments-tabs__head {
        flex-wrap: wrap
    }
}

.categories-tabs .payments-tabs__head .payments-tabs__btn,
.payments-tabs .payments-tabs__head .payments-tabs__btn {
    background: #070e20;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px
}

.categories-tabs .payments-tabs__head .payments-tabs__btn.-toggle,
.categories-tabs .payments-tabs__head .payments-tabs__btn:hover,
.payments-tabs .payments-tabs__head .payments-tabs__btn.-toggle,
.payments-tabs .payments-tabs__head .payments-tabs__btn:hover {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%)
}

.categories-tabs .payments-tabs__content,
.payments-tabs .payments-tabs__content {
    display: none
}

@media (min-width:768px) {

    .categories-tabs .payments-tabs__content,
    .payments-tabs .payments-tabs__content {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.categories-tabs .payments-tabs__content.-toggle,
.payments-tabs .payments-tabs__content.-toggle {
    display: grid
}

.payments-tabs__content__item {
    background: #dfe6eb;
    border-radius: 12px;
    padding: 20px
}

@media (max-width:768px) {
    .payments-tabs__content__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.payments-tabs__content__item .payments-tabs__content__item__logo {
    border-bottom: 1px solid rgba(150, 174, 193, .4);
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    place-content: center;
    place-items: center
}

.payments-tabs__content__item .payments-tabs__content__item__logo img {
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.payments-tabs__content__item .payments-tabs__content__item__title {
    color: #1c3051;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
    text-align: center
}

.payments-tabs__content__item .payments-tabs__content__item__rc {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.payments-tabs__content__item .payments-tabs__content__item__rc:not(:last-child) {
    margin-bottom: 12px
}

.payments-tabs__content__item .payments-tabs__content__item__label {
    font-size: 18px;
    font-weight: 700
}

.payments-tabs__content__item .payments-tabs__content__item__val {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 16px;
    text-align: center
}

.categories-tabs__posts {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .categories-tabs__posts {
        grid-gap: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

.categories-tabs__posts .categories-tabs__posts__item {
    background: #6c859514;
    border-radius: 12px;
    padding: 16px 16px 24px
}

@media (max-width:768px) {
    .categories-tabs__posts .categories-tabs__posts__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.categories-tabs__posts .categories-tabs__posts__item__img {
    display: block;
    margin-bottom: 20px
}

.categories-tabs__posts .categories-tabs__posts__item__img img {
    border-radius: 10px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.categories-tabs__posts .categories-tabs__posts__item__date {
    font-size: 14px;
    margin-bottom: 14px
}

.categories-tabs__posts .categories-tabs__posts__item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.categories-tabs__posts .categories-tabs__posts__item__title a {
    color: #1c3051
}

.categories-tabs__posts .categories-tabs__posts__item__title a:hover {
    color: #01a5f4
}

.hero-block__date_w {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    margin-top: 8px
}

@media (max-width:768px) {
    .hero-block__date_w {
        place-content: center;
        place-items: center;
        width: 100%
    }
}

.hero-block__date_w span {
    font-size: 12px
}

.hero-block__date {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 5px
}

.hero-block__date .hero-block__date__label {
    color: #DAA520
}

.hero-block__date .hero-block__date__val {
    color: #fff
}

.wp-block-image {
    margin-bottom: 24px
}

.contacts-cards-block {
    margin-bottom: 60px;
    position: relative
}

@media (min-width:768px) {
    .contacts-cards-block {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: -100px
    }
}

@media (max-width:768px) {
    .contacts-cards-block {
        margin-top: 72px
    }
}

.contacts-cards-block .contacts-cards-block__item {
    background: #dfe6eb;
    border-radius: 12px;
    padding: 20px
}

@media (max-width:768px) {
    .contacts-cards-block .contacts-cards-block__item:not(:last-child) {
        margin-bottom: 72px
    }
}

.contacts-cards-block .contacts-cards-block__icon {
    display: flex;
    margin-top: -70px;
    place-content: center;
    place-items: center;
    position: relative
}

.contacts-cards-block .contacts-cards-block__icon i {
    display: inline-block;
    height: 100px;
    width: 100px
}

.contacts-cards-block .contacts-cards-block__title {
    border-bottom: 1px solid #dbdbdb;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center
}

.contacts-cards-block .contacts-cards-block__text {
    font-size: 18px;
    text-align: center
}

.contacts-cards-block .contacts-cards-block__text p {
    margin-bottom: 0
}

.contacts-cards-block .contacts-cards-block__text a {
    color: #DAA520;
    text-decoration: underline;
    text-underline-offset: 3px
}

.contacts-cards-block .contacts-cards-block__text a:hover {
    text-decoration: none
}

.contacts-page h2,
.contacts-page h3 {
    line-height: 1.2;
    margin-bottom: 16px
}

.dep-items-block {
    margin-bottom: 60px;
    margin-top: 24px
}

@media (min-width:768px) {
    .dep-items-block {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

.dep-items-block .dep-items-block__item {
    background: #dfe6eb;
    border-radius: 12px;
    padding: 16px
}

@media (max-width:768px) {
    .dep-items-block .dep-items-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.dep-items-block .dep-items-block__title {
    border-bottom: 1px solid #dbdbdb;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    margin-top: 15px;
    padding-bottom: 10px
}

.dep-items-block .dep-items-block__data:not(:last-child) {
    margin-bottom: 14px
}

.dep-items-block .dep-items-block__data .dep-items-block__data__label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.dep-items-block .dep-items-block__data .dep-items-block__data__val {
    background: linear-gradient(90deg, #F7D308 0%, #F0B90B 100%);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 16px;
    text-align: center
}

.dep-items-block .dep-items-block__data .dep-items-block__data__val a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px
}

.dep-items-block .dep-items-block__data .dep-items-block__data__val a:hover {
    text-decoration: none
}

.locations-block {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .locations-block {
        grid-gap: 20px;
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

.locations-block .locations-block__item {
    background: #dfe6eb;
    border-radius: 12px;
    padding: 16px
}

@media (max-width:768px) {
    .locations-block .locations-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.locations-block .locations-block__country {
    grid-gap: 14px;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 12px;
    padding-bottom: 10px
}

.locations-block .locations-block__country i {
    display: inline-block;
    height: 32px;
    width: 32px
}

.locations-block .locations-block__country span {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800
}

.locations-block .locations-block__str {
    font-size: 20px
}

.quote-block {
    background: #fff url(../../images/quote-100.png) no-repeat left 20px center;
    background-size: 120px;
    border-radius: 12px;
    box-shadow: 0 11.74px 61.79px 0 rgba(13, 38, 85, .149);
    margin-bottom: 24px;
    min-height: 140px;
    padding: 20px 20px 20px 220px
}

@media (max-width:768px) {
    .quote-block {
        background: #fff url(../../images/quote-100.png) no-repeat top 16px left 16px;
        background-size: 42px;
        padding: 20px 20px 20px 74px
    }
}

.documents-block {
    grid-gap: 32px;
    align-items: center;
    background: #fff url(../../images/mail-icon.png) no-repeat left 20px center;
    background-size: 140px;
    border-radius: 12px;
    box-shadow: 0 11.74px 61.79px 0 rgba(13, 38, 85, .149);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    min-height: 180px;
    padding: 20px 20px 20px 220px
}

@media (max-width:768px) {
    .documents-block {
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 16px;
        place-content: center;
        place-items: center
    }
}

.documents-block .documents-block__title {
    color: #1e385b;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px
}

.documents-block .documents-block__text {
    font-size: 17px
}

@media (min-width:768px) {
    .documents-block ul {
        grid-column-gap: 24px;
        grid-row-gap: 8px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .documents-block ul {
        width: 100%
    }
}

.documents-block ul li {
    font-size: 17px
}

@media (max-width:768px) {
    .documents-block ul li:not(:last-child) {
        margin-bottom: 8px
    }
}

.documents-block ul a {
    color: #1c3051;
    text-decoration: underline;
    text-decoration-color: #F0B90B;
    text-underline-offset: 4px
}

.documents-block ul a:hover {
    text-decoration: none
}

.custom-cols-cards-v6 {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 54px
}

@media (max-width:768px) {
    .custom-cols-cards-v6 {
        display: block
    }
}

.custom-cols-cards-v6 .custom-cols-cards-v6__item {
    background: #6c859514;
    border-radius: 12px;
    padding: 16px
}

@media (max-width:768px) {
    .custom-cols-cards-v6 .custom-cols-cards-v6__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.custom-cols-cards-v6 .custom-cols-cards-v6__icon {
    margin-bottom: 12px
}

.custom-cols-cards-v6 .custom-cols-cards-v6__icon i {
    display: inline-block;
    height: 60px;
    width: 60px
}

.custom-cols-cards-v6 .custom-cols-cards-v6__title {
    color: #141d22;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2
}

.custom-cols-cards-v6 .custom-cols-cards-v6__text {
    font-size: 16px;
    margin-top: 12px
}

.news-cta-block {
    background: #3779ff;
    margin-bottom: 60px;
    padding: 42px 0
}

.news-cta-block .news-cta-block__title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2
}

@media (max-width:768px) {
    .news-cta-block .news-cta-block__title {
        font-size: 24px
    }
}

.news-cta-block .news-cta-block__text {
    color: #fff;
    margin-top: 14px
}

.news-cta-block .news-cta-block--row {
    margin-top: 24px
}

@media (min-width:768px) {
    .news-cta-block .news-cta-block--row {
        grid-gap: 54px;
        align-items: center;
        display: grid;
        grid-template-columns: 35% 1fr
    }
}

@media (max-width:768px) {
    .news-cta-block .news-cta-block--row>img {
        display: none
    }
}

.news-cta-block .news-cta-block__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    place-content: center;
    place-items: center
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item {
    border-radius: 10px;
    display: flex;
    gap: 8px;
    padding: 10px 24px;
    place-content: center;
    place-items: center;
    width: 184px
}

@media (max-width:768px) {
    .news-cta-block .news-cta-block__socials .news-cta-block__socials__item {
        width: auto
    }
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-youtube {
    background: #d8000e
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-facebook {
    background: #0099fa
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-instagram {
    background: linear-gradient(76.91deg, #f99335, #f0693c 20%, #c82cc2 57%, #7047ce)
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-discord {
    background: #707af7
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-linkedin {
    background: #2f9edf
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-twitter {
    background: #2a9bed
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-tiktok {
    background: #fe2c55
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-youtube {
    background: url(../../images/icon-youtube.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-facebook {
    background: url(../../images/icon-facebook.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-instagram {
    background: url(../../images/icon-instagram.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-discord {
    background: url(../../images/icon-discord.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-linkedin {
    background: url(../../images/linkedin-50.png) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-twitter {
    background: url(../../images/icon-twitter.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-tiktok {
    background: url(../../images/icon-tiktok.svg) no-repeat 50%;
    background-size: contain
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item span {
    color: #fff;
    font-size: 15px
}

.news-cta-block .news-cta-block__socials .news-cta-block__socials__item:hover {
    opacity: .76
}

.cta-block-v4 {
    background: url(../../images/cta-blue-bg.svg) no-repeat 50%;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    padding: 32px 54px;
    place-content: center;
    place-items: center
}

.cta-block-v4 .cta-block-v4__title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px
}

.cta-block-v4 .cta-block-v4__text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.site-footer {
    background: #070e20;
    margin-top: 54px;
    padding: 36px 0
}

.site-footer__head {
    grid-gap: 24px;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media (max-width:768px) {
    .site-footer__head {
        display: flex;
        flex-direction: column;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.site-footer__head>section img {
    height: auto;
    max-width: 224px;
    width: auto
}

@media (max-width:768px) {
    .site-footer__head>section img {
        left: 50%;
        position: relative;
        transform: translateX(-50%)
    }
}

.site-footer__head>section .footer-text-after-logo {
    color: #e2e2e2;
    font-size: 14px;
    margin-top: 16px
}

.site-footer__head>section .footer-text-after-logo p {
    margin-bottom: 0
}

.site-footer__head>section .footer-text-after-logo a {
    color: #3779ff;
    text-decoration: underline;
    text-underline-offset: 4px
}

.site-footer__head>section .footer-text-after-logo a:hover {
    text-decoration: none
}

.site-footer__head .site-footer__head__c {
    display: flex;
    flex-direction: column;
    place-content: flex-end;
    place-items: flex-end
}

.site-footer__head .site-footer__head__img img {
    height: auto;
    max-width: 154px;
    width: auto
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px
}

.site-footer__socials .site-footer__socials__link,
.site-footer__socials .site-footer__socials__link i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.site-footer__socials .site-footer__socials__link i.icon-telegram {
    background: url(../../images/footer-icon-telegram.svg) no-repeat 50%;
    background-size: contain
}

.site-footer__socials .site-footer__socials__link i.icon-facebook {
    background: url(../../images/facebook.svg) no-repeat center;
    background-size: 95%; /* Задає розмір іконки всередині білого кола */
    width: 30px; /* Розмір кола */
    height: 30px;
    background-color: #fff; /* Білий фон */
    border-radius: 50%; /* Робить фон круглим */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__socials .site-footer__socials__link i.icon-instagram {
    background: url(../../images/instagram.svg) no-repeat 50%;
    background-size: 95%; /* Задає розмір іконки всередині білого кола */
    width: 30px; /* Розмір кола */
    height: 30px;
    background-color: #fff; /* Білий фон */
    border-radius: 50%; /* Робить фон круглим */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__socials .site-footer__socials__link i.icon-twitter {
    background: url(../../images/twitter.svg) no-repeat 50%;
    background-size: 95%; /* Задає розмір іконки всередині білого кола */
    width: 30px; /* Розмір кола */
    height: 30px;
    background-color: #fff; /* Білий фон */
    border-radius: 50%; /* Робить фон круглим */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__socials .site-footer__socials__link i.icon-youtube {
    background: url(../../images/youtube.svg) no-repeat 50%;
    background-size: 95%; /* Задає розмір іконки всередині білого кола */
    width: 30px; /* Розмір кола */
    height: 30px;
    background-color: #fff; /* Білий фон */
    border-radius: 50%; /* Робить фон круглим */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__socials .site-footer__socials__link i.icon-discord {
    background: url(../../images/linkedin.svg) no-repeat 50%;
    background-size: 95%; /* Задає розмір іконки всередині білого кола */
    width: 30px; /* Розмір кола */
    height: 30px;
    background-color: #fff; /* Білий фон */
    border-radius: 50%; /* Робить фон круглим */
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__socials .site-footer__socials__link:hover {
    opacity: .76
}

.site-footer__menues {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

@media (max-width:768px) {
    .site-footer__menues {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr)
    }
}

.site-footer__menu {
    margin-bottom: 24px
}

.site-footer__menu .site-footer__menu__title {
    color: #e2e2e2;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.site-footer__menu .footer-menu-col ul li {
    font-size: 15px;
    line-height: 1.2
}

.site-footer__menu .footer-menu-col ul li:not(:last-child) {
    margin-bottom: 4px
}

.site-footer__menu .footer-menu-col ul li a {
    color: #fff
}

.site-footer__menu .footer-menu-col ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

.site-footer__b {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 24px;
    margin-top: 12px
}

@media (max-width:768px) {
    .site-footer__b {
        display: flex;
        flex-direction: column;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.site-footer__b .site-footer__copyr {
    color: #e2e2e2;
    font-size: 16px
}

.site-footer__b .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width:768px) {
    .site-footer__b .footer-menu ul {
        place-content: center;
        place-items: center
    }
}

.site-footer__b .footer-menu ul li {
    font-size: 15px
}

.site-footer__b .footer-menu ul li a {
    color: #e2e2e2
}

.site-footer__b .footer-menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

.site-footer__logos-w {
    margin-bottom: 32px;
}

.site-footer__logos {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center; /* Вирівнює логотипи по центру вертикально */
}

@media (max-width:768px) {
    .site-footer__logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

.site-footer__logos a:hover {
    opacity: .76;
}

.site-footer__logos .site-footer__logos__item {
    display: block;
    text-align: center; /* Центрує зображення в середині кожного блоку */
}

.site-footer__logos .site-footer__logos__item img {
    height: auto;
    width: 100%;
}

.site-footer__logos .site-footer__logos__item.-hide-elem {
    display: none;
}

.site-footer__logos .site-footer__logos__item.-hide-elem.-show {
    display: block;
}

.site-footer__btn {
    background: transparent;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.site-footer__btn span {
    border-bottom: 1px solid #0099fa;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700
}

.site-footer__btn span:hover {
    opacity: .76
}

.site-footer__full-text {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    padding: 24px 20px
}

.site-footer__full-text p {
    margin-bottom: 0
}

.text-img-block {
    margin-bottom: 54px;
    margin-top: 42px
}

.text-img-block .wp-block-media-text__media {
    display: flex;
    place-content: center;
    place-items: center;
    position: relative
}

@media (max-width:768px) {
    .text-img-block .wp-block-media-text__media {
        flex-direction: column
    }
}

@media (min-width:768px) {
    .text-img-block .wp-block-media-text__media {
        padding-left: 42px
    }
}

.text-img-block .wp-block-media-text__media img {
    width: auto
}

@media (max-width:768px) {
    .text-img-block .wp-block-media-text__media img {
        width: 80%
    }

    .text-img-block .wp-block-button,
    .text-img-block .wp-block-button .wp-element-button {
        width: 100%
    }
}

@media (min-width:768px) {
    .text-img-block .text-img-block__btns {
        display: flex;
        flex-direction: column;
        gap: 16px;
        left: 32px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width:768px) {
    .text-img-block .text-img-block__btns {
        grid-gap: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px;
        margin-top: 24px;
        width: 100%
    }
}

.text-img-block .text-img-block__btns__btn {
    background: #000; /* Чорний фон */
    border-radius: 6px; /* Менше заокруглення */
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-align: left;
    width: 200px;
    color: #fff;
    text-decoration: none;
}

@media (max-width:768px) {
    .text-img-block .text-img-block__btns__btn {
        width: 100%;
    }
}

.text-img-block .text-img-block__btns__btn i {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: 100%; /* Зробити іконку повністю видимою */
    background-position: center; /* Центрувати іконку */
    background-repeat: no-repeat;
}

.text-img-block .text-img-block__btns__btn i.icon-ios {
    background: url(../../images/apple-50.png) no-repeat center;
}

.text-img-block .text-img-block__btns__btn i.icon-android {
    background: url(../../images/google-play-50.png) no-repeat center;
}

.text-img-block .text-img-block__btns__btn .text-container {
    display: flex;
    flex-direction: column;
}

.text-img-block .text-img-block__btns__btn .small-text {
    font-size: 12px;
    color: #fff;
}

.text-img-block .text-img-block__btns__btn .store-text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.text-img-block .text-img-block__btns__btn:hover {
    background: #333; /* Темно-сірий фон при наведенні */
}

/* Стилі для мов з напрямком RTL */
[dir="rtl"] .header-area__search form button {
    left: 8px;
    right: auto; /* Додатково, щоб уникнути конфліктів */
}

[dir="rtl"] .content-cards-block ul li {
    padding-right: 20px; /* Відступ для символу справа */
}

[dir="rtl"] .content-cards-block ul li:before {
    right: 0;
    left: auto;
}

[dir="rtl"] .toc-block .toc-block__title:after {
    right: auto; /* Скидаємо праву сторону */
    left: 12px; /* Позиціювання з лівої сторони для RTL */
}

[dir="rtl"] .toc-block .toc-block__list ul li {
    padding-left: 0; /* Скидаємо лівий відступ */
    padding-right: 20px; /* Відступ для RTL */
}

[dir="rtl"] .toc-block .toc-block__list ul li:before {
    left: auto;
    right: 0; /* Позиціонуємо маркер справа */
}

[dir="rtl"] table tr td {
    text-align: right;
}

[dir="rtl"] img.aligncenter {
    right: 50%;
    transform: translateX(50%);
}

/* Видаляємо фіксований розклад таблиці */
.wp-block-table table.has-fixed-layout {
    table-layout: auto;
}

/* Встановлюємо ширину таблиці */
.wp-block-table table {
    width: 100%;
    table-layout: auto;
}

/* Запобігаємо перенесенню тексту */
.wp-block-table table td {
    white-space: nowrap;
    word-wrap: normal;
    padding: 8px; /* За потреби можна налаштувати відступи */
}

/* Додаємо горизонтальну прокрутку для контейнера */
.wp-block-table {
    overflow-x: auto;
}

[dir="rtl"] .mob-header-block > section {
    text-align: left;
}

[dir="rtl"] ul.wp-block-list li {
    padding-right: 20px; /* Відступ для символу справа */
}

[dir="rtl"] ul.wp-block-list li:before {
    right: 0;
    left: auto; /* Скидаємо протилежну сторону */
}

[dir="rtl"] .custom-cols-cards .custom-cols-cards__icon {
    left: auto; /* Скидаємо 'left' */
    right: 50%; /* Використовуємо 'right' для позиціонування від правого краю */
    transform: translateX(50%); /* Змінюємо напрям трансформації */
}

[dir="rtl"] ol.wp-block-list {
    padding-right: 32px !important;
}

[dir="rtl"] .custom-cards-v3__item {
    background: url(https://demo-template3.trader-apk.com/path-to-flipped-image.webp) no-repeat center;
    background-size: cover;
}