@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes quotes-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes quotes-line {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes quotes-positive-bg {
    0% {
        background-color: var(--color__Assets--Green)
    }

    to {
        background-color: transparent
    }
}

@-webkit-keyframes quotes-positive-color {
    0% {
        color: var(--color__Assets--Green)
    }

    to {
        color: var(--color__Black)
    }
}

@-webkit-keyframes quotes-negative-bg {
    0% {
        background-color: var(--color__Assets--Red)
    }

    to {
        background-color: transparent
    }
}

@-webkit-keyframes quotes-negative-color {
    0% {
        color: var(--color__Assets--Red)
    }

    to {
        color: var(--color__Black)
    }
}

@-webkit-keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    5% {
        opacity: 1
    }

    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg)
    }

    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg)
    }

    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg)
    }

    to {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

.h1,
.policy h1 {
    font: 700 34px/44px var(--font__Secondary)
}

.h2,
.policy h2 {
    font: 700 28px/38px var(--font__Secondary)
}

.h3,
.policy h3,
.trading-view__description span {
    font: 700 18px/28px var(--font__Secondary)
}

.p1,
.policy ol,
.policy p,
.policy table,
.policy ul {
    font: 400 15px/25px var(--font__Primary)
}

@media screen and (min-width:768px) {

    .h1,
    .policy h1 {
        font-size: 44px;
        line-height: 54px
    }

    .h2,
    .policy h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media screen and (min-width:1440px) {

    .h1,
    .policy h1 {
        font-size: 50px;
        line-height: 65px
    }

    .h2,
    .policy h2 {
        font-size: 38px;
        line-height: 48px
    }

    .h3,
    .policy h3,
    .trading-view__description span {
        font-size: 26px;
        line-height: 36px
    }
}

@media screen and (min-width:1920px) {

    .h1,
    .policy h1 {
        font-size: 65px;
        line-height: 75px
    }

    .h2,
    .policy h2 {
        font-size: 45px;
        line-height: 55px
    }

    .h3,
    .policy h3,
    .trading-view__description span {
        line-height: 35px;
        line-height: 40px
    }

    .p1,
    .p2,
    .policy ol,
    .policy p,
    .policy table,
    .policy ul {
        font-size: 18px;
        line-height: 28px
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:not(img) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    padding: 0;
    margin: 0
}

:not(img):after,
:not(img):before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,
html {
    height: 100%
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll
}

html,
html :not(img) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    position: relative
}

a::-moz-selection,
div::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
li::-moz-selection,
p::-moz-selection,
span::-moz-selection {
    color: var(--color__White);
    background: var(--color__Brand-01)
}

a::selection,
div::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
p::selection,
span::selection {
    color: var(--color__White);
    background: var(--color__Brand-01)
}

a {
    color: inherit;
    text-decoration: none
}

button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer
}

button,
img {
    display: block
}

img {
    font-size: 0;
    height: auto;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

picture {
    display: block
}

picture img {
    width: 100%
}

ul {
    list-style: none
}

input,
textarea {
    border: none;
    outline: none
}

div,
section {
    position: relative
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main-wrapper>* {
    width: 100%
}

.sf {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container {
    width: 100%;
    margin: 0 auto
}

.is-locked {
    overflow: hidden !important
}

.is-hidden--all {
    display: none !important
}

@media screen and (max-width:1024px) {
    .is-hidden--mobile {
        display: none !important
    }
}

@media screen and (min-width:1025px) {
    .is-hidden--desktop {
        display: none !important
    }
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded,
.lazyloading {
    -webkit-transition: all .3s;
    transition: all .3s
}

.lazyloaded {
    opacity: 1
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-lazy-preloader {
    background: var(--color__White);
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative
}

.swiper--cards .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--space__Additional) 0
}

.swiper--cards .swiper-pagination-bullet {
    display: block;
    background: #4f4f4f;
    border-radius: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.swiper--cards .swiper-pagination-bullet-active {
    background: var(--color__Brand-01);
    width: 30px
}

.swiper--hero .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: var(--space__Additional)
}

.swiper--hero .swiper-pagination-bullet {
    display: block;
    cursor: pointer;
    border: 1px solid var(--color__White);
    margin-inline: 5px;
    position: relative
}

.swiper--hero .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.swiper--hero .swiper-pagination-bullet-active {
    border: 1px solid var(--color__Black)
}

.swiper--hero .swiper-pagination-bullet-active .progress {
    -webkit-transform: translate(-1px, -1px) rotate(-90deg);
    transform: translate(-1px, -1px) rotate(-90deg)
}

.swiper--hero .swiper-pagination-bullet-active .progress__circle {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 1.2;
    -webkit-animation: progress 14s linear forwards;
    animation: progress 14s linear forwards
}

@media screen and (min-width:768px) {
    .swiper--hero .swiper-pagination-bullet:before {
        -webkit-box-shadow: 5px 8px 34px -3px rgba(34, 60, 80, .6);
        box-shadow: 5px 8px 34px -3px rgba(34, 60, 80, .6)
    }

    .swiper--hero .swiper-pagination-bullet-active .progress circle {
        cx: 25;
        cy: 25;
        r: 24.375
    }
}

@media screen and (min-width:1025px) {
    .swiper--hero .swiper-pagination {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 var(--space__Grid--Inner) 62px;
        z-index: 1
    }

    .swiper--hero .progress circle {
        cx: 25;
        cy: 25;
        r: 24.375
    }
}

@media screen and (min-width:1440px) {
    .swiper--hero .swiper-pagination {
        padding-bottom: 75px
    }

    .swiper--hero .progress circle {
        cx: 30;
        cy: 30;
        r: 29.375
    }
}

@media screen and (min-width:1680px) {
    .swiper--hero .swiper-pagination {
        padding-bottom: 110px
    }

    .swiper--hero .progress circle {
        cx: 40;
        cy: 40;
        r: 39.375
    }
}

@media screen and (min-width:1920px) {
    .swiper--hero .swiper-pagination {
        padding-bottom: 120px
    }
}

.responsive-wrapper div[data-qa-id=logo] img {
    font-size: medium
}

:root {
    --space__Grid--Outer: 20px;
    --space__Grid--Inner: 20px;
    --space__H: 30px;
    --space__PPL: 20px;
    --space__Additional: 20px;
    --space__Additional--1: 30px;
    --space__Head-Subhead: 10px;
    --space__H123-P: 15px;
    --space__P-Btn: 30px;
    --space__Text-Icon: 19px
}

@media screen and (min-width:768px) {
    :root {
        --space__Grid--Outer: 45px;
        --space__Grid--Inner: 50px;
        --space__H: 40px;
        --space__H123-P: 20px
    }
}

@media screen and (min-width:1025px) {
    :root {
        --space__Additional: 30px;
        --space__H123-P: 20px
    }
}

@media screen and (min-width:1280px) {
    :root {
        --space__Grid--Outer: 80px;
        --space__Grid--Inner: 100px;
        --space__H: 50px
    }
}

@media screen and (min-width:1440px) {
    :root {
        --space__H: 100px;
        --space__H123-P: 30px;
        --space__P-Btn: 40px
    }
}

@media screen and (min-width:1680px) {
    :root {
        --space__Grid--Outer: 100px;
        --space__Grid--Inner: 120px;
        --space__Additional--1: 40px
    }
}

@media screen and (min-width:1920px) {
    :root {
        --space__Grid--Outer: 115px;
        --space__Grid--Inner: 150px
    }
}

:root {
    --size__Header: 60px;
    --size__Payments: 60px;
    --size__Risk-Alert: 0px;
    --size__Cookie-Policy: 0px
}

@media screen and (min-width:768px) {
    :root {
        --size__Header: 70px;
        --size__Payments: 84px
    }
}

@media screen and (min-width:1025px) {
    :root {
        --size__Header: 100px
    }
}

:root {
    --color__White: #fff;
    --color__White--RGB: 255, 255, 255;
    --color__White--HSL: 0, 0%, 100%;
    --color__Black: #000;
    --color__Black--RGB: 0, 0, 0;
    --color__Black--HSL: 0, 0%, 0%;
    --color__Brand-01: #2044ff;
    --color__Brand-01--RGB: 32, 68, 255;
    --color__Brand-01--HSL: 64, 100%, 56%;
    --color__Brand-01--75: #5873ff;
    --color__Brand-01--75--RGB: 88, 115, 255;
    --color__Brand-01--75--HSL: 64, 100%, 67%;
    --color__Brand-01--50: #8fa1ff;
    --color__Brand-01--50--RGB: 143, 161, 255;
    --color__Brand-01--50--HSL: 64, 100%, 78%;
    --color__Brand-01--25: #c7d0ff;
    --color__Brand-01--25--RGB: 199, 208, 255;
    --color__Brand-01--25--HSL: 64, 100%, 89%;
    --color__Brand-01--15: #dee3ff;
    --color__Brand-01--15--RGB: 222, 227, 255;
    --color__Brand-01--15--HSL: 64, 100%, 94%;
    --color__Brand-02: #16164a;
    --color__Brand-02--RGB: 22, 22, 74;
    --color__Brand-02--HSL: 67, 54%, 19%;
    --color__Brand-BG: #ebeef7;
    --color__Brand-BG--RGB: 235, 238, 247;
    --color__Brand-BG--HSL: 225, 43%, 95%;
    --color__Green: #35bf9e;
    --color__Green--RGB: 53, 191, 158;
    --color__Green--HSL: 166, 57%, 48%;
    --color__Red: #fe5a5a;
    --color__Red--RGB: 254, 90, 90;
    --color__Red--HSL: 0, 99%, 67%;
    --color__BlockStroke: #fcf2eb;
    --color__BlockStroke--RGB: 252, 242, 235;
    --color__BlockStroke--HSL: 7, 74%, 95%;
    --color__Error: #eb3223;
    --color__Error--RGB: 235, 50, 35;
    --color__Error--HSL: 5, 83%, 53%;
    --color__Section-Bg: #ebeef7;
    --color__Hover-button: #000;
    --color__Hover-button--RGB: 0, 0, 0;
    --color__Hover-button--HSL: 0, 0%, 0%;
    --color__Active-button: #16164a;
    --color__Active-button--RGB: 22, 22, 74;
    --color__Active-button--HSL: 240, 54%, 19%;
    --color__Active-button-green: #0d6450;
    --color__Active-button-green--RGB: 13, 100, 80;
    --color__Active-button-green--HSL: 46, 77%, 22%;
    --color__Assets--Green: #52bf66;
    --color__Assets--Green--RGB: 82, 191, 102;
    --color__Assets--Green--HSL: 131, 46%, 54%;
    --color__Assets--Red: #f33;
    --color__Assets--Red--RGB: 255, 51, 51;
    --color__Assets--Red--HSL: 0, 100%, 60%;
    --font__Primary: "Roboto", sans-serif;
    --font__Secondary: "Maven Pro", sans-serif;
    --style__Shadow--Cards: 0 30px 50px 20px #bfd0f7;
    --style__Shadow--Blocks: 1px 4px 24px 0 rgba(0, 0, 0, 0.12);
    --style__Shadow--Main: 0 27px 59px rgba(4, 78, 251, 0.102), 0 108px 108px rgba(4, 78, 251, 0.09), 0 242px 145px rgba(4, 78, 251, 0.051), 0 431px 172px rgba(4, 78, 251, 0.012), 0 673px 189px rgba(4, 78, 251, 0);
    --style__Border--Radius--Button: 48px;
    --style__Border--Radius--Container: 340px;
    --style__Border--Radius--Items: 40px;
    --style__Transition--Default: all 0.3s ease-in-out;
    --style__Transition--Fast: all 0.15s ease-in-out;
    --style__Transition--Slow: all 0.45s ease-in-out;
    --style__Transition--Simple--Default: 0.3s ease-in-out;
    --style__Transition--Simple--Fast: 0.15s ease-in-out;
    --style__Transition--Simple--Slow: 0.45s ease-in-out
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes quotes-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes quotes-line {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes quotes-positive-bg {
    0% {
        background-color: var(--color__Assets--Green)
    }

    to {
        background-color: transparent
    }
}

@keyframes quotes-positive-color {
    0% {
        color: var(--color__Assets--Green)
    }

    to {
        color: var(--color__Black)
    }
}

@keyframes quotes-negative-bg {
    0% {
        background-color: var(--color__Assets--Red)
    }

    to {
        background-color: transparent
    }
}

@keyframes quotes-negative-color {
    0% {
        color: var(--color__Assets--Red)
    }

    to {
        color: var(--color__Black)
    }
}

@keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    5% {
        opacity: 1
    }

    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg)
    }

    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg)
    }

    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg)
    }

    to {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

body {
    font: 400 15px/25px var(--font__Primary);
    color: var(--color__Black);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.h1 {
    font: 700 34px/44px var(--font__Secondary)
}

.h2 {
    font: 700 28px/38px var(--font__Secondary)
}

.h3 {
    font: 700 18px/28px var(--font__Secondary)
}

.p1 {
    font: 400 15px/25px var(--font__Primary)
}

.p2 {
    font: 300 15px/25px var(--font__Primary)
}

@media screen and (min-width:768px) {
    .h1 {
        font-size: 44px;
        line-height: 54px
    }

    .h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media screen and (min-width:1440px) {
    .h1 {
        font-size: 50px;
        line-height: 65px
    }

    .h2 {
        font-size: 38px;
        line-height: 48px
    }

    .h3 {
        font-size: 26px;
        line-height: 36px
    }
}

@media screen and (min-width:1920px) {
    .h1 {
        font-size: 65px;
        line-height: 75px
    }

    .h2 {
        font-size: 45px;
        line-height: 55px
    }

    .h3 {
        line-height: 35px;
        line-height: 40px
    }

    .p1,
    .p2 {
        font-size: 18px;
        line-height: 28px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.account-comparison-owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 154px
}

.account-comparison-owl-carousel .owl-dot span {
    display: block;
    background: transparent;
    border: 1px solid var(--color__Brand-01);
    border-radius: 50%;
    width: 12px;
    height: 12px
}

.account-comparison-owl-carousel .owl-dot.active span {
    background-color: var(--color__Brand-01)
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: var(--style__Border--Radius--Button);
    cursor: pointer;
    font: 400 15px/25px var(--font__Primary);
    text-align: center;
    padding: 0 40px;
    min-height: 54px;
    min-width: 200px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    z-index: 1;
    position: relative
}

.btn--primary {
    background-color: var(--color__Brand-01);
    border-color: var(--color__Brand-01);
    color: var(--color__White)
}

.btn--primary:hover {
    background-color: var(--color__Hover-button);
    border-color: var(--color__Hover-button)
}

.btn--primary:active {
    background-color: var(--color__Active-button);
    border-color: var(--color__Active-button)
}

.btn--primary:disabled {
    opacity: .2
}

.btn--secondary {
    background-color: var(--color__Green);
    border-color: var(--color__Green);
    color: var(--color__White)
}

.btn--secondary:hover {
    background-color: var(--color__Hover-button);
    border-color: var(--color__Hover-button)
}

.btn--secondary:active {
    background-color: var(--color__Active-button-green);
    border-color: var(--color__Active-button-green)
}

.btn--secondary:disabled {
    opacity: .2
}

.btn--arrow:after {
    content: "";
    display: inline-block;
    background: url(https://www.cktrading.co/Content/Images/common/arrow--white.svg) no-repeat 50%/cover;
    -webkit-margin-start: var(--space__Text-Icon);
    margin-inline-start: var(--space__Text-Icon);
    width: 24px;
    height: 24px
}

.btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 8px 15px;
    min-height: 40px;
    min-width: 200px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.btn-app__icon {
    margin: 0 10px 2px 0
}

.btn-app__text {
    color: var(--color__White);
    font: 400 15px/18px var(--font__Primary);
    text-align: left
}

.btn-app__text--info,
.btn-app__text--store {
    display: block
}

.btn-app__text--info {
    margin-bottom: 3px
}

.btn-app__text--store {
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.btn-app--Google-Play .btn-app__icon {
    margin-bottom: 0
}

.btn-app--fill {
    background-color: var(--color__Black);
    border-color: var(--color__Black)
}

.btn-app--fill--alt {
    background-color: var(--color__White)
}

.btn-app--App-Store--alt,
.btn-app--Google-Play--alt {
    border: 1px solid var(--color__Black);
    border-radius: 4px
}

.btn-app--App-Store--alt .btn-app__text,
.btn-app--Google-Play--alt .btn-app__text {
    color: var(--color__Black)
}

@media(max-width:1024px) {

    .is-iOS .btn-app--Google-Play,
    .not-iOS .btn-app--App-Store {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .btn {
        min-width: 214px
    }
}

@media screen and (min-width:1025px) {
    .btn-app__text {
        font-size: 14px
    }

    .btn-app__text--store {
        font-size: 16px
    }
}

@media screen and (min-width:1280px) {
    .btn {
        font-size: 18px;
        line-height: 28px;
        min-height: 65px
    }

    .btn-app--App-Store--alt {
        -webkit-margin-end: 16px;
        margin-inline-end: 16px
    }
}

@media screen and (min-width:1920px) {
    .btn-app {
        min-height: 70px
    }

    .btn-app__text {
        font-size: 16px
    }

    .btn-app__text--store {
        font-size: 18px
    }

    .btn-app--App-Store--alt,
    .btn-app--Google-Play--alt {
        min-height: 45px
    }
}

.modal {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1100;
    position: fixed;
    top: 50%;
    left: 50%
}

.modal__wrapper {
    -webkit-transition: var(--style__Transition--Slow);
    transition: var(--style__Transition--Slow)
}

.modal--close__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1/1;
    -webkit-transition: opacity var(--style__Transition--Simple--Default);
    transition: opacity var(--style__Transition--Simple--Default);
    position: relative
}

.modal--close__holder:hover {
    opacity: .8
}

.modal--close__holder,
.modal--close__holder:after,
.modal--close__holder:before {
    width: 16px
}

.modal--close__holder:after,
.modal--close__holder:before {
    content: "";
    display: block;
    background-color: var(--color__White);
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%
}

.modal--close__holder:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal--close__holder:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal:not(.is-active) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.modal:not(.is-active),
.modal:not(.is-active) .modal__wrapper {
    opacity: 0
}

.modal:not(.is-active) .modal__wrapper {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.modal-is-opened .disabler {
    background-color: rgba(var(--color__Brand-01), .8);
    -webkit-transition: background-color var(--style__Transition--Simple--Fast);
    transition: background-color var(--style__Transition--Simple--Fast);
    z-index: 1000;
    top: 0
}

@media screen and (min-width:768px) {

    .modal--close__holder,
    .modal--close__holder:after,
    .modal--close__holder:before {
        width: 26px
    }
}

@media screen and (min-width:1025px) {

    .modal--close__holder,
    .modal--close__holder:after,
    .modal--close__holder:before {
        width: 32px
    }
}

.form {
    width: 100%;
    z-index: 1;
    position: relative
}

.form__wrapper {
    min-height: 48px
}

.form__wrapper:not(:last-of-type) {
    -webkit-margin-after: 27px;
    margin-block-end: 27px
}

.form__wrapper--textarea {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    height: 240px
}

.form__wrapper:hover input,
.form__wrapper:hover textarea {
    border: 2px solid var(--color__Brand-01--25)
}

.form__wrapper.is-focused input,
.form__wrapper.is-focused textarea {
    background-color: var(--color__White);
    border: 2px solid var(--color__Brand-01);
    padding-block: 24px 8px
}

.form__wrapper.is-focused label {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 16px;
    z-index: 10;
    top: 7px;
    left: 16px
}

.form__wrapper.is-focused .input-validation-error {
    border: 2px solid var(--color__Error)
}

.form__wrapper.is-filled input,
.form__wrapper.is-filled textarea {
    border: 2px solid var(--color__Brand-01--25)
}

.form__wrapper--captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    max-width: 100%
}

.form .form__wrapper--captcha .field-validation-error {
    top: 4px
}

.form input,
.form textarea {
    background-color: #f6f7f8;
    border: 2px solid #f6f7f8;
    border-radius: 20px;
    outline: none;
    font: 400 16px/24px var(--font__Secondary);
    width: 100%;
    height: 100%;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: rgba(var(--color__Black--RGB), 0)
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: rgba(var(--color__Black--RGB), 0)
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: rgba(var(--color__Black--RGB), 0)
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
    color: rgba(var(--color__Black--RGB), 0)
}

.form input::placeholder,
.form textarea::placeholder {
    color: rgba(var(--color__Black--RGB), 0)
}

.form input {
    padding-inline: 16px;
    min-height: 56px
}

.form textarea {
    padding: 14px 16px;
    min-height: 240px;
    resize: none
}

.form label {
    color: #898989;
    font: 400 16px/24px var(--font__Secondary);
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    pointer-events: none;
    z-index: 0;
    position: absolute;
    left: 16px;
    top: 12px
}

.form__submit {
    background-color: var(--color__Brand-01);
    border-color: var(--color__Brand-01);
    color: var(--color__White);
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.form__submit:after {
    content: "";
    display: inline-block;
    background: url(https://www.cktrading.co/Content/Images/common/arrow--white.svg) no-repeat 50%/cover;
    -webkit-margin-start: var(--space__Text-Icon);
    margin-inline-start: var(--space__Text-Icon);
    width: 24px;
    height: 24px
}

.form__submit:hover {
    background-color: var(--color__Hover-button);
    border-color: var(--color__Hover-button)
}

.form__submit:active {
    background-color: var(--color__Active-button);
    border-color: var(--color__Active-button)
}

.form__submit:disabled {
    opacity: .2
}

.form.contact-us-widget__form-content--state--has-message .form__submit {
    cursor: pointer;
    background-color: var(--color__Brand-01);
    pointer-events: all
}

.form .field-validation-error {
    color: var(--color__Error);
    font: 400 8px/10px var(--font__Secondary);
    position: absolute;
    bottom: -13px;
    left: 16px
}

.form .input-validation-error {
    border: 2px solid var(--color__Error)
}

.form .input-validation-error~label {
    color: var(--color__Error)
}

.submit-state {
    background-color: var(--color__White);
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px 0 #bfd0f7;
    box-shadow: 0 10px 30px 0 #bfd0f7;
    text-align: center;
    min-height: 238px;
    width: calc(100% - var(--space__Grid--Inner)*2);
    max-width: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%
}

.submit-state:before {
    content: "";
    display: block;
    background-color: var(--color__Brand-01--25);
    height: calc(var(--style__Border--Radius)/2);
    width: 100%;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: absolute;
    inset: auto 0 0
}

.submit-state__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.submit-state__close {
    aspect-ratio: 1/1;
    display: block;
    width: 16px;
    position: absolute;
    top: 20px;
    right: 30px
}

.submit-state__close:after,
.submit-state__close:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    background-color: var(--color__Brand-01);
    width: 21px;
    height: 2px;
    z-index: 10
}

.submit-state__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.submit-state__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.submit-state__icon--fail,
.submit-state__text--fail,
.submit-state__title--fail {
    display: none
}

.submit-state__icon {
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    width: 72px;
    overflow: hidden
}

.submit-state__icon--decor,
.submit-state__icon--fail,
.submit-state__icon--success {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.submit-state__icon--fail,
.submit-state__icon--success {
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    opacity: 0;
    z-index: 1;
    width: 100%
}

.submit-state__icon--decor {
    display: none
}

.submit-state__title {
    color: var(--color__Black);
    -webkit-margin-after: calc(var(--style__Border--Radius)/2);
    margin-block-end: calc(var(--style__Border--Radius)/2)
}

.submit-state:not(.contact-us-widget__form-content--state--sent):not(.contact-us-widget__form-content--state--error) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0
}

.submit-state.contact-us-widget__form-content--state--error,
.submit-state.contact-us-widget__form-content--state--sent {
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.submit-state.contact-us-widget__form-content--state--sent:before {
    background-color: var(--color__Green)
}

.submit-state.contact-us-widget__form-content--state--sent .submit-state__icon--success {
    display: block;
    opacity: 1
}

.submit-state.contact-us-widget__form-content--state--error:before {
    background-color: var(--color__Assets--Red)
}

.submit-state.contact-us-widget__form-content--state--error__icon--fail,
.submit-state.contact-us-widget__form-content--state--error__text--fail,
.submit-state.contact-us-widget__form-content--state--error__title--fail {
    display: block
}

.submit-state.contact-us-widget__form-content--state--error__icon--success,
.submit-state.contact-us-widget__form-content--state--error__text--success,
.submit-state.contact-us-widget__form-content--state--error__title--success {
    display: none
}

@media screen and (min-width:768px) {
    .form__wrapper--captcha {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .submit-state {
        width: 95%;
        min-height: 246px
    }
}

@media screen and (min-width:1025px) {

    .form__wrapper--textarea,
    .form textarea {
        height: 199px;
        min-height: 199px
    }

    .form .form__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-inline: auto
    }
}

@media screen and (min-width:1920px) {
    .form__wrapper:not(:last-of-type) {
        -webkit-margin-after: 31px;
        margin-block-end: 31px
    }

    .form__wrapper--textarea {
        -webkit-margin-after: 33px;
        margin-block-end: 33px
    }

    .submit-state {
        max-width: 425px;
        min-height: 308px
    }

    .submit-state__close {
        width: 20px;
        top: 30px;
        right: 30px
    }

    .submit-state__close:after,
    .submit-state__close:before {
        width: 26px
    }

    .submit-state__container {
        padding: 40px
    }
}

.hero {
    color: var(--color__Black);
    padding: calc(var(--size__Header) + var(--size__Cookie-Policy) + 40px) var(--space__Grid--Outer) var(--space__H);
    margin-block: calc(var(--size__Header)*-1 + var(--size__Cookie-Policy)*-1 + 40px) 0
}

.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 750px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hero__description,
.hero__title {
    text-align: center;
    text-wrap: balance
}

.hero__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.hero__description,
.hero__description p:not(:last-of-type) {
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.hero__icon {
    height: 30px;
    width: 30px
}

.hero__icon--wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: var(--color__Green);
    border-radius: 50%;
    outline: 6px solid rgba(var(--color__Green--RGB), .25);
    margin-bottom: var(--space__Additional--1);
    height: 50px;
    width: 50px
}

.hero__buttons,
.hero__icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    row-gap: 16px
}

.hero__btn--wrapper {
    text-align: center
}

.hero__btn--text {
    -webkit-margin-before: 8px;
    margin-block-start: 8px
}

@media screen and (min-width:768px) {
    .hero__title {
        margin: 0 auto var(--space__H123-P);
        width: 90%
    }

    .hero__description {
        margin-inline: auto;
        width: 90%
    }

    .hero__icon {
        height: 43px;
        width: 43px
    }

    .hero__icon--wrapper {
        height: 70px;
        width: 70px
    }

    .hero__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .hero__btn {
        min-width: 240px
    }

    .hero__btn--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero__btn--text {
        text-wrap: balance;
        max-width: 240px
    }
}

@media screen and (min-width:1025px) {
    .hero {
        padding: calc(var(--size__Header) + var(--size__Cookie-Policy) + 40px) var(--space__Grid--Outer) var(--space__Additional--1)
    }

    .hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 700px
    }

    .hero__description,
    .hero__title {
        text-align: left;
        width: 50%;
        max-width: 550px
    }

    .hero__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin-inline: 0
    }

    .hero__description {
        margin: 0
    }

    .hero__icon--wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-margin-start: 6px;
        margin-inline-start: 6px
    }

    .hero__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width:1280px) {
    .hero {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

    .hero__description,
    .hero__title {
        max-width: 600px
    }

    .hero__buttons {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (min-width:1680px) {

    .hero__description,
    .hero__title {
        max-width: 650px
    }
}

@media screen and (min-width:1920px) {

    .hero__description,
    .hero__title {
        max-width: 700px
    }
}

.cta {
    background: url(https://www.cktrading.co/Content/Images/site--blocks/cta/bg.html) no-repeat left -200px bottom -450px/1755px 932px;
    margin: 0 auto 40px;
    max-width: 1340px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.cta:before {
    background: var(--color__White);
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 60%);
    inset: 0
}

.cta:after,
.cta:before {
    content: "";
    position: absolute
}

.cta:after {
    display: none;
    background: url(https://www.cktrading.co/Content/Images/site--blocks/cta/icon-01.html);
    margin: auto;
    width: 137px;
    height: 199px;
    inset: 0 40px 0 auto
}

.cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    padding: 30px 0
}

.cta__button {
    color: var(--color__Black);
    margin: 0
}

@media screen and (min-width:768px) {
    .cta {
        -webkit-box-shadow: 0 4px 12px 0 rgba(133, 143, 195, .1);
        box-shadow: 0 4px 12px 0 rgba(133, 143, 195, .1)
    }

    .cta__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
        padding: 15px 0
    }
}

@media screen and (min-width:1280px) {
    .cta {
        border-radius: var(--style__Border--Radius--Items)
    }

    .cta:after {
        display: block
    }
}

.universal-list {
    padding: 25px var(--space__Grid--Outer)
}

.universal-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative
}

.universal-list__title {
    text-wrap: balance;
    margin-bottom: var(--space__H123-P);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.universal-list__description {
    margin-bottom: var(--space__PPL);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.universal-list__kv--holder {
    margin: 0 auto 10px;
    max-width: 500px;
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.universal-list__content {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%
}

.universal-list__list {
    row-gap: 20px
}

.universal-list__item,
.universal-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.universal-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

.universal-list__item-icon {
    margin-bottom: 16px;
    width: 64px;
    height: 64px
}

.universal-list__item-title {
    margin-bottom: 9px
}

.universal-list__buttons {
    -webkit-margin-before: var(--space__P-Btn);
    margin-block-start: var(--space__P-Btn)
}

.universal-list .owl-carousel .owl-item img {
    width: 64px
}

.universal-list .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.universal-list .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    -webkit-transition: width .3s;
    transition: width .3s
}

.universal-list .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--color__Brand-01);
    width: 36px
}

@media screen and (min-width:768px) {
    .universal-list {
        padding-block: 40px
    }

    .universal-list__description {
        margin-inline: auto;
        width: 80%
    }

    .universal-list__kv--holder {
        margin-bottom: 25px;
        max-width: 650px;
        width: 90%
    }

    .universal-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .universal-list__item-icon {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .universal-list__item-content {
        max-width: 310px;
        width: 100%
    }
}

@media screen and (min-width:1025px) {
    .universal-list__container {
        min-height: 590px
    }

    .universal-list__kv--holder {
        margin: auto;
        max-width: 650px;
        width: 50%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: absolute;
        inset: auto auto 0
    }

    .universal-list__description {
        margin-bottom: 50px;
        width: 90%
    }

    .universal-list__content {
        margin: auto 0 auto auto;
        width: 40%
    }

    .universal-list__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .universal-list__item-content {
        max-width: 430px
    }
}

@media screen and (min-width:1280px) {
    .universal-list {
        -webkit-padding-after: var(--space__H);
        padding-block-end: var(--space__H)
    }

    .universal-list__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .universal-list__title {
        margin: 0 20px 0 0;
        width: calc(33% - 20px)
    }

    .universal-list__description,
    .universal-list__title {
        -ms-flex-item-align: center;
        align-self: center;
        text-align: left
    }

    .universal-list__description {
        margin: 0;
        width: 65%
    }

    .universal-list__kv--holder {
        width: 48%;
        bottom: -30px
    }
}

@media screen and (min-width:1440px) {
    .universal-list__container {
        min-height: 690px
    }

    .universal-list__kv--holder {
        width: 54%
    }
}

.islamic-steps {
    padding-block: var(--space__H);
    -webkit-margin-before: var(--space__H);
    margin-block-start: var(--space__H)
}

.islamic-steps__container {
    padding-inline: var(--space__Grid--Outer)
}

.islamic-steps__title {
    text-align: center;
    margin-bottom: var(--space__H123-P)
}

.islamic-steps__text {
    text-align: center;
    margin-bottom: 77px
}

.islamic-steps .steps {
    position: relative
}

.islamic-steps .steps:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color__Brand-01--RGB), 0)), color-stop(50%, var(--color__Brand-01--RGB)), to(rgba(var(--color__Brand-01--RGB), 0)));
    background: linear-gradient(180deg, rgba(var(--color__Brand-01--RGB), 0), var(--color__Brand-01--RGB) 50%, rgba(var(--color__Brand-01--RGB), 0));
    width: 2px;
    height: 77%;
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    position: absolute;
    top: 12px;
    left: 50%
}

.islamic-steps .steps__step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    margin-bottom: 44px
}

.islamic-steps .steps__step:last-of-type {
    margin-bottom: 0
}

.islamic-steps .steps__number {
    color: var(--color__Brand-01--RGB);
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    position: relative
}

.islamic-steps .steps__bg {
    display: block;
    min-width: 179px;
    width: 179px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -69px;
    left: 50%;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(31%, transparent), to(#000));
    -webkit-mask-image: linear-gradient(0deg, transparent 31%, #000);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(31%, transparent), to(#000));
    mask-image: linear-gradient(0deg, transparent 31%, #000)
}

.islamic-steps .steps__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative
}

.islamic-steps .steps__text:before {
    content: "";
    background-color: var(--color__Brand-01--RGB);
    width: 12px;
    aspect-ratio: auto 1/1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: 12px;
    left: -23px
}

.islamic-steps .steps__text span {
    font-weight: 700
}

.islamic-steps__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    width: 100%
}

@media screen and (min-width:768px) {
    .islamic-steps__text {
        margin-bottom: 85px
    }

    .islamic-steps .steps {
        margin-inline: auto;
        width: 585px
    }

    .islamic-steps .steps:before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 211px
    }

    .islamic-steps .steps__step {
        grid-template-columns: 179px 350px;
        grid-column-gap: 54px;
        margin-bottom: 86px
    }

    .islamic-steps .steps__text span {
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .islamic-steps__button {
        margin-top: 55px
    }
}

@media screen and (min-width:1680px) {
    .islamic-steps__text {
        margin-bottom: 130px
    }

    .islamic-steps .steps {
        display: grid;
        grid-template-columns: repeat(3, 300px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 120px;
        -moz-column-gap: 120px;
        column-gap: 120px;
        margin: 0;
        width: auto
    }

    .islamic-steps .steps:before {
        background: var(--color__Brand-01--RGB);
        -webkit-box-shadow: 1px 1px 1px 100vmax var(--color__Brand-01--RGB);
        box-shadow: 1px 1px 1px 100vmax var(--color__Brand-01--RGB);
        width: 100%;
        height: 2px;
        -webkit-clip-path: inset(0 -100vmax);
        clip-path: inset(0 -100vmax);
        top: unset;
        bottom: -23px;
        left: 0
    }

    .islamic-steps .steps__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0;
        position: relative
    }

    .islamic-steps .steps__number {
        font-size: 42px;
        line-height: 62px
    }

    .islamic-steps .steps__bg {
        min-width: 233px;
        width: 233px;
        aspect-ratio: 1/1;
        top: -90px
    }

    .islamic-steps .steps__text {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        position: static
    }

    .islamic-steps .steps__text:before {
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        top: unset;
        bottom: -32px;
        left: 50%
    }

    .islamic-steps .steps__text span {
        display: inline;
        font-weight: 700;
        margin-bottom: unset
    }

    .islamic-steps__button {
        margin-top: 85px
    }
}

.account-details {
    margin-block: var(--space__H)
}

.account-details__container {
    padding-inline: var(--space__Grid--Outer)
}

.account-details__title {
    text-transform: capitalize;
    text-align: center;
    -webkit-margin-after: 50px;
    margin-block-end: 50px;
    width: 100%
}

.account-details__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.account-details .card,
.account-details__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-details .card {
    gap: 30px;
    width: 100%
}

.account-details .card__icon {
    height: 72px
}

.account-details .card__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.account-details .card__title {
    line-height: 22px
}

.account-details .card__text {
    font-size: 15px
}

.account-details .card__text span {
    color: var(--color__Brand-01);
    font-weight: 800
}

@media screen and (min-width:768px) {
    .account-details__cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 70px
    }

    .account-details .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        width: 255px
    }

    .account-details .card__title {
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (min-width:1680px) {

    .account-details__cards,
    .account-details__title {
        margin-inline: auto;
        max-width: 905px
    }
}

.accounts-status__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 63px 20px 0;
    height: auto
}

.accounts-status__slide.swiper-slide-active .card {
    background: url(https://www.cktrading.co/Content/Images/site--blocks/accounts-status/card-bg.html) no-repeat 50%/cover
}

.accounts-status .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--style__Border--Radius--Items);
    padding: 0 20px 70px;
    max-width: 400px;
    width: 100%;
    position: relative
}

.accounts-status .card__icon {
    margin-block: -63px 24px;
    width: 126px;
    height: 202px
}

.accounts-status .card__title {
    font: 300 40px/50px var(--font__Primary);
    text-align: center;
    margin-bottom: var(--space__H123-P)
}

.accounts-status .card__title span {
    display: block;
    font: 300 24px/24px var(--font__Primary);
    color: var(--color__Brand-01)
}

.accounts-status .card__text {
    text-align: center;
    text-wrap: balance;
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

.accounts-status .card__list {
    padding: 0 14px;
    margin-bottom: 30px
}

.accounts-status .card__item:not(:last-of-type) {
    margin-bottom: 12px
}

.accounts-status .card__item span {
    color: var(--color__Brand-02);
    font-weight: 600
}

.accounts-status .card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-margin-before: auto;
    margin-block-start: auto;
    width: 100%
}

.accounts-status .card__link {
    max-width: 300px;
    width: 100%
}

.accounts-status .card:after {
    content: "";
    width: 150px;
    height: 222px;
    position: absolute;
    inset: 40px 0 auto auto
}

.accounts-status .card--1:after {
    background: url(https://www.cktrading.co/Content/Images/site--blocks/accounts-status/icon-1.html) no-repeat 100%/contain
}

.accounts-status .card--2:after {
    background: url(https://www.cktrading.co/Content/Images/site--blocks/accounts-status/icon-2.html) no-repeat 100%/contain
}

.accounts-status .card--3:after {
    background: url(https://www.cktrading.co/Content/Images/site--blocks/accounts-status/icon-3.html) no-repeat 100%/contain
}

.accounts-status .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: var(--color__White);
    border-radius: 15px 15px 0 0;
    padding: 16px 40px 12px;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    inset: auto 0 0 0
}

.accounts-status .swiper-pagination-bullet {
    background-color: var(--color__Brand-01--25);
    border-radius: 50%;
    border-color: transparent;
    width: 11px;
    height: 11px
}

.accounts-status .swiper-pagination-bullet-active {
    background-color: var(--color__Brand-01)
}

@media screen and (min-width:768px) {
    .accounts-status .card {
        background-color: var(--color__Brand-02);
        max-width: 100%
    }
}

@media screen and (min-width:1280px) {
    .accounts-status {
        padding-inline: var(--space__Grid--Outer);
        margin-inline: auto;
        max-width: calc(1720px + var(--space__Grid--Outer)*2)
    }

    .accounts-status__slide {
        padding-inline: 0
    }

    .accounts-status__slide.swiper-slide-active .card {
        background: var(--color__Brand-02)
    }

    .accounts-status__slide:hover .card {
        background: url(https://www.cktrading.co/Content/Images/site--blocks/accounts-status/card-bg.html) no-repeat 50%/cover
    }

    .accounts-status .card {
        -webkit-padding-after: 35px;
        padding-block-end: 35px
    }

    .accounts-status .swiper-pagination {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .accounts-status__slide {
        padding-inline: 0
    }

    .accounts-status .card {
        padding-inline: 30px;
        max-width: none
    }
}

.accounts-level {
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H);
    overflow-x: hidden
}

.accounts-level__container {
    text-align: center;
    padding-inline: var(--space__Grid--Outer);
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    max-width: 1720px
}

.accounts-level__title {
    margin-bottom: var(--space__H123-P)
}

.accounts-level__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0
}

@media screen and (min-width:768px) {
    .accounts-level__container {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }
}

@media screen and (min-width:1280px) {
    .accounts-level__container {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }
}

@media screen and (min-width:1680px) {
    .accounts-level__container {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }
}

.essentials {
    padding-inline: var(--space__Grid--Outer);
    margin-bottom: var(--space__H)
}

.essentials__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    text-align: center;
    margin-bottom: 36px
}

.essentials__kv--holder {
    max-width: 490px
}

.essentials__items {
    display: grid;
    grid-row-gap: 56px
}

.essentials .item {
    display: grid
}

.essentials .item__icon {
    margin-bottom: 24px
}

.essentials .item__title {
    margin-bottom: var(--space__H123-P)
}

@media screen and (min-width:768px) {
    .essentials__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 40px
    }

    .essentials__items {
        place-items: center;
        grid-row-gap: 40px
    }

    .essentials .item {
        grid-template-columns: 80px minmax(auto, 600px);
        grid-column-gap: 24px
    }

    .essentials .item__icon {
        grid-row: 1/3;
        margin-bottom: 0
    }
}

@media screen and (min-width:1280px) {
    .essentials__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50px
    }

    .essentials__kv--holder {
        max-width: none
    }

    .essentials__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .essentials__title {
        max-width: 574px
    }
}

@media screen and (min-width:1680px) {
    .essentials__wrapper {
        text-align: left
    }
}

.header {
    width: 100%;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    z-index: 1500;
    position: sticky;
    inset: var(--size__Cookie-Policy) 0 auto
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: var(--size__Cookie-Policy)
}

.header.is-fixed,
.header.no-hero {
    background-color: var(--color__White)
}

.header.is-colored,
.header.is-fixed,
.header.no-hero {
    -webkit-box-shadow: var(--style__Shadow--Blocks);
    box-shadow: var(--style__Shadow--Blocks)
}

.header.is-colored {
    background: var(--color__White)
}

.header.is-fixed.is-colored {
    background-color: var(--color__White)
}

.header__container {
    display: grid;
    grid-template-columns: 187px 1fr;
    grid-column-gap: var(--space__Additional);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 126px;
    margin-inline: auto;
    height: var(--size__Header)
}

.header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center
}

.header .logo,
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px
}

.header .logo__img {
    width: 100%
}

.header__addition {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header__addition,
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__language-container {
    color: var(--color__White);
    -webkit-margin-end: 32px;
    margin-inline-end: 32px
}

.header__language-container.mobile {
    display: none
}

.header__language-container .dropdown__trigger {
    -webkit-padding-after: 0;
    padding-block-end: 0
}

.header__language-container .dropdown__list {
    min-width: 180px
}

.header__language-container .dropdown__list.open {
    -webkit-padding-after: 0;
    padding-block-end: 0
}

.header .btn-icon,
.header__toggle-menu {
    display: none
}

.header__buttons .btn {
    min-width: 150px;
    min-height: 38px
}

.header__buttons .btn:first-of-type {
    -webkit-margin-end: 28px;
    margin-inline-end: 28px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0
}

body .main-wrapper:before {
    content: "";
    display: block;
    background-color: rgba(var(--color__Brand-01--RGB), .5);
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 1490;
    position: fixed;
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

body.overflow-nav .main-wrapper:before {
    opacity: 1
}

@media screen and (min-width:768px) {
    .header .logo {
        width: 130px
    }

    .header__buttons {
        padding: 30px var(--space__Grid--Outer)
    }
}

@media screen and (min-width:1025px) {
    .header .logo {
        width: 150px
    }
}

@media screen and (max-width:1679px) {
    .header__container {
        padding-inline: var(--space__Grid--Outer)
    }
}

@media screen and (max-width:1279px) {
    .header__container {
        position: relative
    }

    .header .logo {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .header .logo--bg--desktop {
        display: none
    }

    .header__toggle-menu {
        display: block;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        padding: 0;
        width: 24px;
        height: 24px;
        z-index: 1510;
        position: relative
    }

    .header__toggle-menu:after,
    .header__toggle-menu:before {
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: var(--style__Transition--Default);
        transition: var(--style__Transition--Default);
        opacity: 0;
        z-index: 0;
        position: absolute;
        left: 50%
    }

    .header__toggle-menu:before {
        background-color: var(--color__White);
        width: 45px;
        height: 45px;
        top: 50%
    }

    .header__toggle-menu:after {
        border: 2px solid var(--color__Brand-01);
        border-radius: 50%;
        height: 24px;
        width: 24px;
        top: 54%
    }

    .header__toggle-menu.is-active {
        left: 0
    }

    .header__toggle-menu.is-active:after,
    .header__toggle-menu.is-active:before {
        opacity: 1
    }

    .header__toggle-menu-icon {
        background-color: var(--color__Brand-01);
        border-radius: 2px;
        width: 20px;
        height: 2px;
        -webkit-transition: var(--style__Transition--Default);
        transition: var(--style__Transition--Default);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        position: absolute;
        left: 50%
    }

    .header__toggle-menu-icon:first-child {
        top: 4px
    }

    .header__toggle-menu-icon:nth-child(2) {
        top: calc(50% - 1.5px)
    }

    .header__toggle-menu-icon:nth-child(3) {
        bottom: 4px
    }

    .is-active .header__toggle-menu {
        left: 0
    }

    .is-active .header__toggle-menu-icon {
        background-color: var(--color__Brand-01)
    }

    .is-active .header__toggle-menu-icon:first-child,
    .is-active .header__toggle-menu-icon:nth-child(3) {
        width: 12px
    }

    .is-active .header__toggle-menu-icon:first-child {
        -webkit-transform: translate(-50%) rotate(45deg);
        transform: translate(-50%) rotate(45deg);
        top: 50%
    }

    .is-active .header__toggle-menu-icon:nth-child(2) {
        opacity: 0
    }

    .is-active .header__toggle-menu-icon:nth-child(3) {
        -webkit-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg);
        top: 50%
    }

    .header__logo--mobile {
        padding-inline: 60px;
        margin-bottom: 50px
    }

    .header__logo--mobile .logo {
        -webkit-transform: none;
        transform: none;
        position: relative;
        inset: auto
    }

    .header.is-colored {
        background: transparent none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header.is-colored .header__container:before {
        content: "";
        position: absolute;
        z-index: 111;
        top: 0;
        right: 0;
        width: 100%;
        height: var(--size__Header)
    }

    body.overflow-nav .header.is-colored.is-fixed .header__container:before {
        background: rgba(var(--color__Brand-01--RGB), .5)
    }

    .header__content {
        display: none;
        background: var(--color__White);
        -webkit-padding-before: 100px;
        padding-block-start: 100px;
        max-width: 370px;
        height: 100vh;
        -webkit-animation: fadeIn .3s ease-out;
        animation: fadeIn .3s ease-out;
        z-index: 4;
        position: absolute;
        right: 0;
        top: 0
    }

    .header__content.open {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 90%;
        max-width: 475px;
        overflow: hidden auto;
        z-index: 1500;
        left: 0
    }

    .header__content+a,
    .header__content.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__content+a {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: transparent;
        font-size: 0;
        line-height: 0
    }

    .header__addition {
        display: none;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header__addition,
    .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse
    }

    .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap;
        width: 100%;
        position: relative
    }

    .header__buttons:before {
        content: "";
        display: block;
        background-color: var(--color__Brand-01--15);
        margin-inline: auto;
        height: 1px;
        width: 100%;
        position: absolute;
        inset: 0 0 auto
    }

    .header__buttons .btn {
        min-width: 232px;
        min-height: 54px
    }

    .header__buttons .btn:first-of-type {
        background-color: transparent;
        border-color: var(--color__Brand-01);
        color: var(--color__Black);
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }

    .header__buttons .btn:first-of-type:hover {
        background-color: rgba(var(--color__Brand-01--RGB), .12)
    }

    .header__buttons .btn:first-of-type:active {
        background-color: rgba(var(--color__Active-button), .16)
    }

    .header__buttons .btn:first-of-type:disabled {
        opacity: .2
    }

    .header__buttons .btn--primary {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .header__nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__language-container {
        padding-inline: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        z-index: 1000;
        right: 40px
    }

    .header__language-container.mobile {
        display: block;
        padding-inline: 60px;
        position: relative;
        inset: auto
    }

    .header__language-container.mobile .dropdown__text {
        font: 400 15px/32px var(--font__Primary);
        text-transform: capitalize
    }

    .header__language-container.mobile .dropdown__list.open {
        margin-top: 20px
    }

    .header__language-container.mobile .dropdown__list-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--color__Brand-01--15);
        border-radius: 50px
    }

    .header__language-container.mobile .dropdown__option-link {
        color: var(--color__Brand-02)
    }

    .header__language-container.desktop {
        display: none
    }

    .header .nav--top .nav__option .nav__link {
        font: 400 18px/28px var(--font__Primary);
        color: var(--color__Brand-01)
    }
}

@media screen and (max-width:1024px) {
    .header__content+a img {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width:767px) {
    .header__container {
        padding-inline: var(--space__Grid--Inner)
    }

    .header__content {
        width: 100%;
        max-width: 100%;
        -webkit-padding-before: 100px;
        padding-block-start: 100px
    }

    .header__content+a img {
        width: 24px;
        height: 24px
    }

    .header__buttons {
        padding: 30px
    }

    .header__buttons .btn {
        min-width: 210px
    }

    .header__language-container {
        right: 24px
    }
}

@media screen and (min-width:1280px) {
    body.overflow-nav .main-wrapper:before {
        display: none;
        opacity: 0
    }

    .header {
        position: fixed
    }

    .header__container {
        gap: 0
    }

    .header .logo {
        z-index: 1
    }

    .header .logo--bg--desktop {
        background-color: var(--color__White);
        border-bottom-right-radius: var(--style__Border--Radius--Items);
        height: 100%;
        width: 185px;
        z-index: 0;
        position: absolute;
        inset: 0 auto 0 var(--space__Grid--Outer)
    }

    .header .logo--bg--desktop:after,
    .header .logo--bg--desktop:before {
        content: "";
        display: block;
        background-color: transparent;
        border-radius: var(--style__Border--Radius--Items) 0 0 0;
        -webkit-box-shadow: -10px -10px 0 10px var(--color__White);
        box-shadow: -10px -10px 0 10px var(--color__White);
        width: var(--style__Border--Radius--Items);
        height: var(--style__Border--Radius--Items);
        -webkit-transition: var(--style__Transition--Fast);
        transition: var(--style__Transition--Fast);
        z-index: 0;
        position: absolute
    }

    .header .logo--bg--desktop:before {
        top: 0;
        left: 100%
    }

    .header .logo--bg--desktop:after {
        top: 100%;
        left: 0
    }

    .header__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__nav {
        margin-left: 24px;
        height: 60px
    }

    .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

    .header__buttons .btn {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        min-height: 60px;
        padding-inline: 20px
    }

    .header__buttons .btn--login {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: var(--color__Black)
    }

    .header__buttons .btn--login img {
        margin-right: 10px
    }

    .header__buttons .btn--login:hover {
        color: var(--color__Brand-01)
    }

    .header__language-container {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px
    }

    .header #unlogged--header--cta--mobile,
    .header__logo--mobile {
        display: none
    }

    .header.is-fixed .logo--bg--desktop:after,
    .header.is-fixed .logo--bg--desktop:before {
        opacity: 0
    }
}

@media screen and (min-width:1440px) {
    .header__buttons .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-inline: 30px
    }

    .header__buttons .btn:first-of-type {
        -webkit-margin-end: 40px;
        margin-inline-end: 40px
    }
}

@media screen and (min-width:1680px) {
    .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-column-gap: 0;
        padding-inline: var(--space__Grid--Outer)
    }

    .header .logo {
        width: 180px
    }

    .header__nav {
        margin-left: 40px
    }

    .header__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.dropdown {
    font: 400 16px/26px var(--font__Primary);
    color: var(--color__White);
    position: relative
}

.dropdown.is-active .dropdown__trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font: 300 28px/38px var(--font__Primary);
    color: var(--color__Black);
    text-transform: uppercase;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    margin: 0;
    min-width: 50px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: relative
}

.dropdown__trigger:after {
    content: "";
    display: block;
    background: url(https://www.cktrading.co/Content/Images/common/dropdown--alt.svg) no-repeat 50%;
    background-size: cover;
    -webkit-margin-start: 16px;
    margin-inline-start: 16px;
    width: 16px;
    height: 16px;
    -webkit-transition: var(--style__Transition--Default) !important;
    transition: var(--style__Transition--Default) !important;
    position: relative
}

.is-active .dropdown__trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown__list {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 260px;
    height: auto;
    opacity: 0;
    overflow: hidden
}

.dropdown__list.open {
    display: block;
    opacity: 1;
    -webkit-padding-after: 40px;
    padding-block-end: 40px
}

.dropdown__option-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 15px/32px var(--font__Primary);
    color: var(--color__Brand-01);
    text-decoration: none;
    padding-inline: 20px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    height: 50px;
    position: relative
}

.dropdown__option-link:hover {
    text-decoration: none
}

.dropdown__option-link:last-of-type {
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.dropdown__option-link.is-active {
    text-decoration: underline
}

.dropdown__option-link .dropdown__flag {
    display: none
}

.dropdown__list-option,
.dropdown__option-link {
    font: 400 15px/28px var(--font__Primary)
}

.dropdown__flag {
    background: transparent url(https://www.cktrading.co/Content/Images/site--blocks/languages/flag-icon.svg) no-repeat 50%/cover;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0
}

@media screen and (min-width:768px) {
    .dropdown__trigger {
        font-size: 34px;
        line-height: 44px;
        font-weight: 300
    }
}

@media screen and (min-width:1280px) {
    .languages {
        border-radius: 0 8px 8px 8px;
        width: 180px;
        right: auto;
        left: -40px;
        top: 55px;
        position: absolute
    }

    .languages__text {
        display: block
    }

    .languages__icon {
        -webkit-padding-start: 8px;
        padding-inline-start: 8px
    }

    .languages.ar {
        background-position: -312px -260px
    }

    .language-switcher .dropdown__trigger {
        font-size: 15px;
        line-height: 32px;
        font-weight: 400;
        -webkit-padding-start: 30px;
        padding-inline-start: 30px;
        height: 60px
    }

    .language-switcher .dropdown__trigger:after {
        margin-left: 7px
    }

    .language-switcher .dropdown__list {
        display: none;
        background-color: var(--color__White);
        border-radius: var(--style__Border--Radius);
        position: absolute;
        top: 100%;
        left: 0
    }

    .language-switcher .dropdown__list.open {
        display: block
    }

    .language-switcher .dropdown__option-link {
        color: var(--color__Black);
        padding-inline: 30px
    }

    .language-switcher .dropdown__option-link:hover {
        color: var(--color__Brand-01)
    }

    .language-switcher .dropdown__option-link:hover:before {
        opacity: 1
    }

    .language-switcher .dropdown__option-link:before {
        content: "";
        display: block;
        background: url(https://www.cktrading.co/Content/Images/common/dropdown--alt.svg) no-repeat 50%;
        background-size: cover;
        width: 16px;
        height: 16px;
        -webkit-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg);
        -webkit-transition: var(--style__Transition--Default);
        transition: var(--style__Transition--Default);
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 7px
    }
}

.nav--top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--font__Primary);
    list-style: none;
    padding: 0;
    margin: 0
}

.nav--top .nav__option {
    color: var(--color__White);
    min-height: 54px
}

.nav--top .nav__option .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize
}

.nav--top .nav__option.has-children {
    cursor: pointer
}

.nav--top .nav__option.has-children>.nav__link:after {
    content: "";
    display: block;
    background: url(https://www.cktrading.co/Content/Images/common/dropdown.svg) no-repeat 50%;
    background-size: cover;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    width: 16px;
    height: 16px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: relative
}

.nav--top .nav__option:hover>.nav--child {
    display: block;
    overflow: hidden;
    background-color: var(--color__White);
    color: var(--color__Black);
    border-radius: 0 8px 8px 8px;
    top: 99%
}

.nav__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.nav__option:not(:last-of-type) {
    -webkit-margin-end: 36px;
    margin-inline-end: 36px
}

.nav__option--has-children .nav,
.nav__option--hidden,
.nav__option--mobile {
    display: none
}

.nav__link {
    display: block;
    white-space: nowrap;
    padding-inline: 10px;
    position: relative
}

.nav--child {
    display: none;
    background-color: var(--color__White);
    -webkit-box-shadow: var(--style__Shadow--Cards);
    box-shadow: var(--style__Shadow--Cards);
    border-radius: 0 8px 8px 8px;
    color: var(--color__Black);
    list-style: none;
    min-width: 230px;
    position: absolute;
    top: 100%;
    left: 0
}

.nav--child .nav__option {
    display: block;
    background-color: transparent
}

.nav--child .nav__option .nav__link:hover {
    background-color: rgba(var(--color__Brand-01--RGB), .3);
    color: var(--color__Black);
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.nav--child .nav__link {
    display: block;
    font: 400 16px/19px var(--font__Primary);
    color: var(--color__Black);
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 16px 40px;
    position: relative
}

.nav--child .nav__link:hover,
.nav__visual {
    text-decoration: none
}

.nav__visual {
    position: relative
}

.nav--more .nav__option.has-children>.nav__link {
    color: var(--color__Black)
}

.nav--more .nav__option.has-children>.nav__link:after {
    content: "";
    background: url(https://www.cktrading.co/Content/Images/header/arrow.html) no-repeat 50%;
    display: inline-block;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    width: 7px;
    height: 7px;
    -webkit-transition: var(--style__Transition--Slow);
    transition: var(--style__Transition--Slow);
    position: relative
}

.nav--more .nav__option.has-children .nav {
    position: static
}

.nav--more .nav__option.has-children .nav--child {
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color__Black);
    padding: 0
}

.nav--more .nav__option.has-children .nav--child .nav__link {
    background-color: var(--color__White)
}

@media screen and (max-width:1679px) {
    .nav__option:not(:last-of-type) {
        -webkit-margin-end: 24px;
        margin-inline-end: 24px
    }
}

@media screen and (max-width:1279px) {
    .nav--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-inline: 60px;
        width: 100%;
        position: relative
    }

    .nav--top .nav__option>.nav__link {
        font-size: 34px;
        line-height: 44px;
        font-weight: 300
    }

    .nav--top .nav__option.has-children>.nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        pointer-events: none
    }

    .nav--top .nav__option:hover>.nav--child {
        display: none
    }

    .nav--top .nav__option.has-children.open .nav--child {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static
    }

    .nav--top .nav__option.has-children>.nav__link:after {
        margin-left: 16px;
        -webkit-filter: none;
        filter: none
    }

    .nav--top .nav__option.has-children.open>.nav__link:after {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important
    }

    .nav--top .nav__link,
    .nav--top .nav__option {
        padding: 0
    }

    .nav--top .nav__option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-padding-after: 20px;
        padding-block-end: 20px;
        -webkit-margin-after: 20px;
        margin-block-end: 20px;
        min-height: auto;
        position: relative
    }

    .nav--top .nav__option:after {
        content: "";
        display: block;
        background-color: var(--color__Brand-01--15);
        height: 1px;
        width: 100%;
        position: absolute;
        inset: auto 0 0
    }

    .nav--top .nav__option:not(:last-of-type) {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }

    .nav--top .nav__option.has-children .nav--child {
        -webkit-padding-start: 20px;
        padding-inline-start: 20px;
        min-width: auto
    }

    .nav--top .nav__option.has-children .nav--child .nav__option {
        -webkit-padding-after: 0;
        padding-block-end: 0;
        -webkit-margin-after: 15px;
        margin-block-end: 15px
    }

    .nav--top .nav__option.has-children .nav--child .nav__option:after {
        display: none
    }

    .nav--top .nav__option.has-children .nav--child .nav__option:first-of-type {
        -webkit-margin-before: 25px;
        margin-block-start: 25px
    }

    .nav--top .nav__option.has-children .nav--child .nav__option:last-of-type {
        -webkit-padding-after: 0;
        padding-block-end: 0
    }

    .nav--top .nav__option.has-children .nav--child .nav__link {
        font: 400 15px/25px var(--font__Primary);
        color: var(--color__Brand-01)
    }

    .nav--top .nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font: 400 24px/30px var(--font__Primary);
        padding: 0
    }

    .nav--top .nav__visual {
        text-wrap: balance
    }

    .nav--top .nav__option.has-children:hover>.nav__link,
    .nav--top .nav__option .nav__link {
        color: var(--color__Black)
    }

    .nav--child .nav__option .nav__link.is-current,
    .nav--child .nav__option .nav__link:hover {
        background-color: transparent
    }
}

@media screen and (max-width:767px) {
    .nav--top .nav__option .nav__link {
        font-size: 20px;
        line-height: 30px;
        padding: 0
    }

    .nav--child .nav__option .nav__link {
        padding: 0
    }
}

@media screen and (min-width:1280px) {
    .nav {
        padding-inline: var(--style__Border--Radius--Items)
    }

    .nav .nav__option {
        color: var(--color__Black);
        min-height: var(--size__Header)
    }

    .nav .nav__option:hover {
        color: var(--color__Brand-01)
    }

    .nav .nav__option:not(:last-of-type) {
        margin-right: 0
    }

    .nav .nav__option.has-children>.nav__link:after {
        -webkit-filter: none;
        filter: none
    }

    .nav .nav__option.has-children:hover .nav__link:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav .nav__option.has-children .nav--child {
        border-radius: var(--style__Border--Radius);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 20px
    }

    .nav .nav__option.has-children .nav--child .nav__option {
        min-height: auto
    }

    .nav .nav__option.has-children .nav--child .nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        height: 32px
    }

    .nav .nav__option.has-children .nav--child .nav__link:hover {
        background-color: transparent;
        color: var(--color__Brand-01)
    }

    .nav__link {
        padding-inline: 20px
    }
}

.footer__details,
.footer__wrapper {
    margin-bottom: 40px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: var(--space__Additional) var(--space__Grid--Outer);
    min-height: 215px;
    position: relative
}

.footer__regulators-logo {
    display: block;
    width: 74px;
    height: 60px
}

.footer__details {
    font-weight: 300;
    padding-inline: var(--space__Grid--Outer)
}

.footer__details p:not(:last-of-type) {
    margin-bottom: var(--space__Additional)
}

.footer .logo {
    max-width: 132px
}

@media screen and (min-width:768px) {

    .footer__details,
    .footer__wrapper {
        margin-bottom: 40px
    }

    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 132px
    }

    .footer__regulators-logo {
        width: 110px;
        height: 90px
    }

    .footer .logo {
        margin-bottom: 0
    }
}

@media screen and (min-width:1280px) {
    .footer__details p:not(:last-of-type) {
        margin-bottom: 20px
    }

    .footer__regulators-logo {
        width: 120px;
        height: 95px
    }

    .footer .logo {
        max-width: 170px
    }
}

@media screen and (min-width:1920px) {
    .footer__wrapper {
        min-height: 170px
    }

    .footer__regulators-logo {
        width: 153px;
        height: 121px
    }

    .footer .logo {
        max-width: 180px
    }
}

.cookie-policy {
    background-color: var(--color__Brand-01);
    color: var(--color__White);
    padding: 14px var(--space__Grid--Outer);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    z-index: 1500;
    position: fixed;
    inset: 0 0 auto
}

.cookie-policy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cookie-policy__description {
    font: 400 14px/16px var(--font__Primary);
    text-wrap: balance;
    margin-right: 10px
}

.cookie-policy__description a {
    color: var(--color__White);
    text-decoration: underline;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.cookie-policy__description a:hover {
    color: var(--color__Brand-01--25)
}

.cookie-policy__close,
.cookie-policy__review {
    display: none
}

.cookie-policy__accept {
    background-color: var(--color__White);
    border-color: var(--color__White);
    color: var(--color__Brand-01);
    font-size: 18px;
    line-height: 28px;
    padding-inline: 25px;
    min-height: 36px;
    min-width: 110px
}

.cookie-policy__accept:hover {
    background-color: var(--color__Brand-01--15)
}

.cookie-policy.is-hidden {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media screen and (min-width:768px) {
    .cookie-policy {
        padding-block: 10px
    }

    .cookie-policy__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cookie-policy__description {
        font-size: 15px;
        line-height: 25px;
        margin-right: var(--space__Additional--1)
    }
}

@media screen and (min-width:1025px) {
    .cookie-policy__description {
        font-size: 18px;
        line-height: 28px
    }
}

.authorization-iframe-modal__wrapper {
    padding-top: 76px;
    padding-bottom: 12px;
    background: transparent;
    z-index: 1000
}

@media(max-width:767px) {
    .authorization-iframe-modal__wrapper {
        padding-top: 60px
    }
}

.authorization-iframe-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c242e;
    mix-blend-mode: normal;
    opacity: .8
}

.authorization-iframe-modal__window {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

@media(max-width:767px) {
    .authorization-iframe-modal__window {
        position: absolute;
        top: 48px;
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
        padding: 0
    }
}

.authorization-iframe-modal__body {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .202248);
    box-shadow: 0 0 30px rgba(0, 0, 0, .202248);
    border-radius: 10px;
    overflow: hidden
}

@media(max-width:767px) {
    .authorization-iframe-modal__body {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.authorization-iframe-modal__iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none
}

.authorization-iframe-modal__close {
    position: absolute;
    top: 15px;
    right: 45px;
    width: 20px;
    height: 20px;
    background-image: url(https://www.cktrading.co/Content/Images/modal-close-cross.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer
}

@media(max-width:767px) {
    .authorization-iframe-modal__close {
        right: 25px
    }
}

.authorization-iframe-modal__description {
    max-width: 540px;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    z-index: 1
}

.authorization-iframe-modal .sign-up-iframe-modal__window {
    height: 908px
}

@media(max-width:767px) {
    .authorization-iframe-modal .sign-up-iframe-modal__window {
        height: calc(100% - 48px)
    }
}

.authorization-iframe-modal .sign-in-iframe-modal__window {
    height: 448px
}

@media(max-width:767px) {
    .authorization-iframe-modal .sign-in-iframe-modal__window {
        height: calc(100% - 48px)
    }
}

@media(max-width:767px) {
    .authorization-iframe-modal .sign-in-iframe-modal__body {
        height: 100%;
        max-height: 460px
    }
}

.authorization-iframe-modal .sign-in-iframe-modal__description {
    display: none
}

@media(max-width:767px) {
    .authorization-iframe-modal .sign-in-iframe-modal__description {
        display: inline
    }
}

.disclaimer {
    background-color: var(--color__Brand-01);
    padding-block: 40px
}

.disclaimer__container {
    padding-inline: var(--space__Grid--Outer)
}

.disclaimer__text {
    font: 400 12px/24px var(--font__Primary);
    color: rgba(var(--color__White--RGB), .5)
}

.disclaimer__text p:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .disclaimer {
        padding-block: 25px 43px
    }

    .disclaimer__text {
        line-height: 16px
    }

    .disclaimer p:not(:last-of-type) {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1280px) {
    .disclaimer {
        padding-block: 25px
    }
}

.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    border-top: 1px solid var(--color__Brand-01);
    border-bottom: 1px solid var(--color__Brand-01);
    height: var(--size__Payments);
    overflow: hidden
}

.payments__container {
    margin: 0 auto;
    width: 100%;
    position: relative
}

.payments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 99px
}

.payments__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.payments .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

@media screen and (min-width:768px) {
    .payments {
        border-width: 2px;
        padding-inline: var(--space__Grid--Outer)
    }

    .payments .swiper-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important
    }
}

@media screen and (min-width:1025px) {
    .payments__container {
        max-width: 780px
    }

    .payments__item {
        max-width: 124px
    }
}

.account-comparison {
    margin-block: var(--space__H);
    -webkit-padding-after: var(--space__H);
    padding-block-end: var(--space__H)
}

.account-comparison__title {
    text-align: center;
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
    margin-inline: auto;
    max-width: 920px
}

.account-comparison .item:not(:last-of-type) {
    -webkit-margin-after: 40px;
    margin-block-end: 40px
}

.account-comparison .item.visible .item__expand {
    rotate: 180deg
}

.account-comparison .item__row,
.account-comparison .item__title {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 8px;
    font: 300 15px/25px var(--font__Primary);
    padding-inline: 30px
}

.account-comparison .item__title {
    background-color: var(--color__Brand-01);
    color: var(--color__White);
    padding-block: 5px;
    min-height: 60px;
    position: relative
}

.account-comparison .item__tier {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-block: 25px;
    height: 30px
}

.account-comparison .item__expand {
    width: 14px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: rotate .3s;
    transition: rotate .3s;
    position: absolute;
    top: 50%;
    right: 18px;
    cursor: pointer
}

.account-comparison .item__expand svg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.account-comparison .item__row {
    grid-template-columns: 55% 45%;
    height: 50px
}

.account-comparison .item__row:nth-child(2n) {
    background-color: var(--color__Brand-01);
    border-radius: 8px
}

.account-comparison .item__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: var(--color__Brand-01);
    text-align: center;
    font-weight: 600
}

.account-comparison .item__value img {
    width: 16px;
    height: 16px
}

.account-comparison__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -100px
}

@media screen and (min-width:1025px) {
    .account-comparison {
        padding-bottom: 0
    }

    .account-comparison__container {
        padding-inline: var(--space__Grid--Outer)
    }

    .account-comparison__slider {
        display: grid;
        grid-template-columns: 1fr repeat(2, 20%);
        max-width: 1155px;
        margin-inline: auto
    }

    .account-comparison .item__row,
    .account-comparison .item__title {
        grid-template-columns: 64% 36%
    }

    .account-comparison__slide--1 .item__expand,
    .account-comparison__slide--2 .item__expand {
        display: none
    }

    .account-comparison__slide--2 .item__row,
    .account-comparison__slide--2 .item__title,
    .account-comparison__slide--3 .item__row,
    .account-comparison__slide--3 .item__title {
        grid-template-columns: 1fr;
        padding-inline: 0
    }

    .account-comparison__slide--2 .item__label,
    .account-comparison__slide--3 .item__label {
        display: none
    }

    .account-comparison__slide--1 .item__row,
    .account-comparison__slide--1 .item__title {
        padding-inline: 30px 0
    }

    .account-comparison__slide--1 .item__row:nth-child(2n),
    .account-comparison__slide--1 .item__title {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none
    }

    .account-comparison__slide--1 .item__label {
        -ms-flex-item-align: center;
        align-self: center
    }

    .account-comparison__slide--1 .item__tier {
        width: 34%;
        -webkit-margin-start: auto;
        margin-inline-start: auto
    }

    .account-comparison__slide--2 .item__row:nth-child(2n),
    .account-comparison__slide--2 .item__title {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-right: none;
        border-left: none;
        padding-inline: 0
    }

    .account-comparison__slide--3 .item__row:nth-child(2n),
    .account-comparison__slide--3 .item__title {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none
    }

    .account-comparison__button {
        margin-top: 60px
    }
}

.universal-section {
    padding: 50px var(--space__Grid--Outer);
    overflow: hidden;
    z-index: 1
}

.universal-section__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    overflow: hidden
}

.universal-section__container,
.universal-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.universal-section__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-wrap: balance;
    padding: 20px 10px 0;
    position: static
}

.universal-section__title,
.universal-section__topic {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.universal-section__buttons {
    -webkit-margin-before: var(--space__P-Btn);
    margin-block-start: var(--space__P-Btn)
}

.universal-section__kv--holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

.universal-section__kv--holder img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.universal-section--alternative {
    padding: 0 !important
}

.universal-section--alternative .universal-section {
    position: relative
}

.universal-section--alternative .universal-section__container {
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius--Container);
    padding-block: 0 50px;
    margin: 50px auto 60px;
    max-width: 500px;
    width: calc(100% - var(--space__Grid--Outer)*2)
}

.universal-section--alternative .universal-section__content {
    padding: 0 10px;
    width: 90%
}

@media screen and (min-width:768px) {
    .universal-section {
        padding-block: 70px
    }

    .universal-section__container {
        max-width: 600px
    }

    .universal-section__content {
        padding: 70px 0 0
    }

    .universal-section--alternative .universal-section__container {
        -webkit-padding-after: 70px;
        padding-block-end: 70px;
        margin-block: 60px;
        max-width: 680px
    }

    .universal-section--alternative .universal-section__content {
        max-width: 540px;
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .universal-section {
        padding-block: 50px
    }

    .universal-section__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        max-width: 100%
    }

    .universal-section__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        padding: 0;
        margin: 0;
        max-width: 550px
    }

    .universal-section__title {
        text-wrap: wrap
    }

    .universal-section__kv--holder {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 800px
    }

    .universal-section--reversed .universal-section__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .universal-section--reversed .universal-section__kv--holder {
        justify-self: start
    }

    .universal-section--reversed .universal-section__content {
        justify-self: end;
        margin-inline: 0
    }

    .universal-section--alternative .universal-section__container {
        padding: 20px var(--space__Grid--Outer);
        margin-block: 100px;
        max-width: 100%
    }

    .universal-section--alternative .universal-section__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 700px;
        width: 55%
    }

    .universal-section--alternative .universal-section__kv--holder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-margin-after: unset;
        margin-block-end: unset;
        width: 45%;
        max-width: 590px
    }

    .universal-section--alternative .universal-section__buttons {
        -webkit-transform: initial;
        transform: none;
        position: static
    }
}

@media screen and (min-width:1440px) {
    .universal-section__container {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px
    }

    .universal-section__content {
        max-width: 600px
    }

    .universal-section--alternative .universal-section__container {
        padding-block: 40px
    }
}

@media screen and (min-width:1680px) {
    .universal-section__container {
        background-position: 0 0
    }

    .universal-section__content {
        max-width: 620px
    }
}

.accounts-faq {
    margin-block: var(--space__H)
}

.accounts-faq__container {
    display: grid;
    row-gap: var(--space__P-Btn);
    padding-inline: var(--space__Grid--Outer)
}

.accounts-faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--space__P-Btn);
    text-align: center
}

.accounts-faq__kv--holder {
    max-height: 270px
}

.accounts-faq__kv--holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.accounts-faq .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 640px;
    width: 100%
}

.accounts-faq .questions__block:hover {
    cursor: pointer
}

.accounts-faq .questions__title {
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius);
    border: 1px solid var(--color__Brand-01);
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .11);
    font-size: 15px;
    text-align: left;
    padding: 13px 42px 13px 16px;
    -webkit-transition: border-color .5s, -webkit-box-shadow .5s;
    transition: border-color .5s, -webkit-box-shadow .5s;
    transition: border-color .5s, box-shadow .5s;
    transition: border-color .5s, box-shadow .5s, -webkit-box-shadow .5s;
    position: relative
}

.accounts-faq .questions__title:after,
.accounts-faq .questions__title:before {
    content: "";
    display: block;
    background-color: var(--color__Brand-01);
    width: 12px;
    height: 2px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    position: absolute;
    top: 50%;
    right: 20px
}

.accounts-faq .questions__title:after {
    rotate: 90deg
}

.accounts-faq .questions__title[aria-expanded=true] {
    border-color: var(--color__Brand-01);
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.accounts-faq .questions__title[aria-expanded=true]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accounts-faq .questions__answer {
    display: grid;
    grid-template-rows: 0fr;
    text-align: left;
    -webkit-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s;
    padding: 20px 30px
}

.accounts-faq .questions__answer[aria-hidden=false] {
    grid-template-rows: 1fr
}

.accounts-faq .questions__answer a,
.accounts-faq .questions__answer span {
    font-weight: 700;
    color: var(--color__Brand-01)
}

.accounts-faq .questions__answer div {
    overflow: hidden
}

.accounts-faq .questions__answer ol {
    padding-left: 26px;
    list-style: none;
    counter-reset: my-awesome-counter
}

.accounts-faq .questions__answer ol li {
    position: relative;
    counter-increment: my-awesome-counter
}

.accounts-faq .questions__answer ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: var(--color__Brand-01);
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -26px
}

.accounts-faq .questions__list--iconed {
    padding-left: 26px
}

.accounts-faq .questions__list--iconed li {
    position: relative
}

.accounts-faq .questions__list--iconed li:before {
    content: "";
    background: url(https://www.capplace.com/Content/Images/site--pages/account-islamic/accounts-faq/icon-1.html) no-repeat 50%/contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: -26px
}

@media screen and (min-width:768px) {
    .accounts-faq__kv--holder {
        max-height: 415px
    }
}

@media screen and (min-width:1280px) {
    .accounts-faq__container {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: var(--space__P-Btn);
        -moz-column-gap: var(--space__P-Btn);
        column-gap: var(--space__P-Btn)
    }

    .accounts-faq__container,
    .accounts-faq__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .accounts-faq__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        max-width: 600px
    }

    .accounts-faq__kv--holder {
        justify-self: end;
        max-height: 650px;
        max-width: 650px
    }
}

.documents {
    background-color: var(--color__Brand-01--15);
    padding: 50px var(--space__Grid--Inner);
    margin: 0 auto
}

.documents__list {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 30px
}

.documents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    -webkit-box-shadow: var(--style__Shadow--Cards);
    box-shadow: var(--style__Shadow--Cards);
    border-radius: 20px;
    text-align: center;
    row-gap: 20px;
    padding: 30px 20px;
    max-width: 500px;
    width: 100%
}

.documents__icon {
    width: 63px;
    height: 70px
}

.documents__name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%
}

.documents__btn,
.documents__name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.documents__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 60px;
    padding: 10px 20px;
    width: 100%
}

.documents__btn:before {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    -webkit-margin-end: 13px;
    margin-inline-end: 13px;
    width: 24px
}

.documents__btn--download:before {
    background-image: url(https://www.capplace.com/Content/Images/site--pages/legal/icons/icon--download.svg)
}

.documents__btn--readmore {
    background-color: #f1f3ff
}

.documents__btn--readmore .documents__btn-text {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .2s;
    transition: border-bottom .2s
}

.documents__btn--readmore:before {
    background-image: url(https://www.capplace.com/Content/Images/site--pages/legal/icons/icon--document.svg)
}

@media screen and (min-width:768px) {
    .documents__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .documents__item {
        max-width: none
    }
}

@media screen and (min-width:1025px) {
    .documents {
        padding-block: 60px
    }

    .documents__container {
        max-width: 1200px
    }

    .documents__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .documents {
        padding-block: 80px
    }

    .documents__container {
        max-width: 1200px
    }

    .documents__list {
        gap: 40px 33px
    }

    .documents__item {
        row-gap: 0;
        border-radius: var(--style__Border--Radius--Items);
        padding: 48px 48px 40px
    }

    .documents__icon {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .documents__name {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .documents__btn:not(:last-of-type) {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
}

@media screen and (min-width:1680px) {
    .documents {
        padding-block: 100px
    }

    .documents__container {
        max-width: 1580px
    }

    .documents__list {
        gap: 40px
    }

    .documents__item {
        padding: 60px 90px 50px
    }
}

.about-in-touch {
    background-color: var(--color__White);
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .06);
    margin-block: var(--space__H);
    padding: var(--space__H) var(--space__Grid--Inner)
}

.about-in-touch__container {
    max-width: 1280px
}

.about-in-touch__content {
    display: grid;
    place-items: center;
    gap: 20px;
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius--Items);
    text-align: center
}

.about-in-touch__contacts,
.about-in-touch__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.about-in-touch__contacts {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.about-in-touch__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background-color: #eff0fc;
    border-radius: 60px;
    padding: 10px 20px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.about-in-touch__contact:first-of-type {
    color: #0055d6
}

.about-in-touch__contact:hover {
    background-color: #dadcf8
}

@media screen and (min-width:768px) {
    .about-in-touch {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .about-in-touch__text {
        grid-column: 2/3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px
    }

    .about-in-touch__content {
        grid-template-columns: 192px 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        place-items: initial;
        -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .06);
        margin-inline: auto;
        padding: 35px 40px;
        max-width: 905px
    }

    .about-in-touch__contacts {
        grid-column: 1/-1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .about-in-touch__contact {
        width: 50%
    }

    .about-in-touch__kv--holder {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media screen and (min-width:1025px) {
    .about-in-touch {
        padding-block: 0
    }

    .about-in-touch__content {
        padding: 25px 115px 40px 95px
    }

    .about-in-touch__contacts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .about-in-touch__contact {
        width: 225px;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.market {
    padding-block: 12px 30px
}

.market:nth-of-type(2n-1) {
    background-color: var(--color__Brand-01)
}

.market__kv--holder {
    margin: 0 auto;
    max-width: 450px;
    width: 75%;
    aspect-ratio: 1/.8
}

.market__content {
    text-align: center;
    padding-inline: var(--space__Grid--Inner);
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.market__title {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.market__table--wrapper {
    position: relative
}

.market__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-before: 67px;
    margin-block-start: 67px;
    width: 100%
}

.market__button {
    border-color: var(--color__Brand-01);
    color: var(--color__Brand-01)
}

.market__button.hidden {
    display: none
}

.market-table {
    overflow-x: scroll
}

.market-table.scroll-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important
}

.market-table__container {
    background-color: var(--color__White);
    border: 1px solid var(--color__Brand-01);
    border-left: none;
    width: 1008px
}

.market-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    padding-inline: 0
}

.market-table__row:nth-of-type(2n-1) {
    background-color: var(--color__Brand-01)
}

.market-table__row--title {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.market-table__row--title:nth-of-type(2n-1) {
    background-color: var(--color__White)
}

.market-table__row--title .market-table__row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.market-table__row--title .market-table__row-item--name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    border-right: none;
    border-bottom: 1px solid transparent;
    color: var(--color__Black);
    font-weight: 300
}

.market-table__row--title .market-table__row-item--name:before {
    content: "";
    background-color: var(--color__Brand-01);
    width: 1px;
    height: 140%;
    position: absolute;
    top: -20%;
    right: 0
}

.market-table__row--title .market-table__row-item--days,
.market-table__row--title .market-table__row-item--description,
.market-table__row--title .market-table__row-item--points {
    border-bottom: 1px solid var(--color__Brand-01)
}

.market-table__row--title .market-table__row-item--points {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    width: 170px
}

.market-table__row.hidden {
    display: none
}

.market-table__row-item {
    font: 300 15px/25px var(--font__Primary);
    text-align: center;
    padding-block: 10px
}

.market-table__row-item--name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--color__White);
    border-right: 1px solid var(--color__Brand-01);
    border-left: 1px solid var(--color__Brand-01);
    color: var(--color__Brand-01);
    text-align: right;
    font-weight: 700;
    padding-inline: 15px 10px;
    width: 155px;
    position: sticky;
    left: 0;
    z-index: 1
}

.market-table__row-item--name a:hover {
    text-decoration: underline
}

.market-table__row-item--description {
    width: 200px
}

.market-table__row-item--days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    padding: 0;
    width: 500px
}

.market-table__row-item--hours {
    -webkit-padding-after: 0;
    padding-block-end: 0;
    width: 100%
}

.market-table__row-item--day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.market-table__row-item--weekday1 {
    width: 114px
}

.market-table__row-item--weekday2 {
    width: 222px
}

.market-table__row-item--weekday3 {
    width: 114px
}

.market-table__row-item--points {
    width: 155px
}

@media screen and (min-width:768px) {
    .market__kv--holder {
        max-width: 550px;
        width: 60%
    }

    .market__content {
        margin: 0 auto 40px;
        width: 84%
    }

    .market__table--wrapper {
        padding-inline: 34px
    }

    .market-table {
        border-radius: 22px
    }

    .market-table:not(.scroll-wrapper) {
        border: 1px solid var(--color__Brand-01)
    }

    .market-table__container {
        border: none
    }

    .market-table__row-item {
        line-height: 26px
    }

    .market-table__row-item--name {
        border-left: none
    }
}

@media screen and (min-width:1025px) {
    .market__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .market__kv--holder {
        margin: 0;
        max-width: 615px;
        width: 45%
    }

    .market__content {
        text-align: left;
        padding: 0;
        margin: 0;
        max-width: 390px;
        width: 34%
    }

    .market__buttons {
        -webkit-margin-before: 30px;
        margin-block-start: 30px
    }

    .market-table {
        overflow-x: hidden
    }

    .market-table__row--title .market-table__row-item--name {
        border-bottom: 1px solid var(--color__Brand-01)
    }

    .market-table__row--title .market-table__row-item--name:before {
        display: none
    }

    .market-table__row-item--name {
        border-right: none;
        background-color: transparent
    }
}

@media screen and (min-width:1280px) {

    .market__content,
    .market__kv--holder {
        width: 100%
    }

    .market-table__row-item {
        font-size: 16px;
        line-height: 28px
    }
}

.markets {
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.markets__content {
    padding-inline: var(--space__Grid--Inner);
    margin-inline: var(--space__Grid--Outer)
}

.markets__title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.markets__text,
.markets__title {
    text-align: center;
    text-wrap: balance
}

.markets-slider {
    padding-inline: var(--space__Grid--Outer)
}

.markets-slider__item {
    background-color: var(--color__Brand-02);
    border-radius: var(--style__Border--Radius--Items);
    padding: 10px 20px 70px;
    height: auto
}

.markets-slider__kv--holder {
    margin-inline: auto;
    max-width: 350px;
    width: 93%
}

.markets-slider__content {
    max-width: 400px;
    margin-inline: auto
}

.markets-slider__subtitle {
    text-align: center;
    -webkit-margin-before: 25px;
    margin-block-start: 25px
}

.markets-slider__title {
    color: var(--color__Brand-01);
    text-align: center;
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.markets-slider__text {
    text-align: center
}

.markets-slider__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: var(--space__P-Btn) auto 0;
    max-width: 300px;
    width: 100%
}

.markets-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: var(--color__White);
    border-radius: 15px 15px 0 0;
    padding: 16px 20px 12px;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    inset: auto 0 0 0
}

.markets-slider .swiper-pagination-bullet {
    background-color: var(--color__Brand-01--25);
    border-radius: 50%;
    border-color: transparent;
    width: 11px;
    height: 11px
}

.markets-slider .swiper-pagination-bullet-active {
    background-color: var(--color__Brand-01)
}

.markets-slider--thumbs {
    margin-block: 30px;
    max-width: 1084px
}

.markets-slider__thumb {
    border: 1px solid var(--color__Brand-01);
    border-radius: 27px;
    color: var(--color__Brand-01);
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding-block: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.markets-slider__thumb.swiper-slide-thumb-active {
    background-color: var(--color__Brand-01--15)
}

@media screen and (min-width:768px) {
    .markets-slider__item {
        padding: 40px 54px 100px
    }

    .markets-slider__kv--holder {
        -webkit-margin-after: 20px;
        margin-block-end: 20px;
        max-width: 530px;
        width: 81%
    }

    .markets-slider__content {
        max-width: 700px
    }

    .markets-slider__link {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .markets-slider--thumbs {
        margin-block: 40px
    }
}

@media screen and (min-width:1025px) {
    .markets {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .markets-slider__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px var(--space__Grid--Inner)
    }

    .markets-slider__kv--holder {
        max-width: 697px;
        width: 40%
    }

    .markets-slider__content {
        text-align: left;
        margin: 0;
        max-width: 100%;
        width: 50%
    }

    .markets-slider__subtitle {
        text-align: inherit;
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

    .markets-slider__text,
    .markets-slider__title {
        text-align: inherit
    }

    .markets-slider__link {
        margin-inline: 0
    }
}

@media screen and (min-width:1280px) {
    .markets-slider__kv--holder {
        width: 44%
    }

    .markets-slider__content {
        width: 40%
    }
}

@media screen and (min-width:1440px) {
    .markets__container {
        max-width: calc(1720px + var(--space__Grid--Outer)*2)
    }

    .markets-slider__kv--holder {
        margin: 0;
        width: 46.5%
    }

    .markets-slider__content {
        width: 500px
    }

    .markets-slider .swiper-pagination {
        display: none
    }

    .markets-slider .swiper-button-next,
    .markets-slider .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--color__Brand-02);
        border: 1px solid var(--color__Brand-01);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: calc(50% - 20px);
        left: 80px
    }

    .markets-slider .swiper-button-next:before,
    .markets-slider .swiper-button-prev:before {
        content: "";
        background: url(https://www.cktrading.co/Content/Images/common/arrow--purple.html) no-repeat 50%/cover;
        width: 17px;
        height: 17px
    }

    .markets-slider .swiper-button-prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .markets-slider .swiper-button-next {
        left: auto;
        right: 80px
    }
}

@media screen and (min-width:1680px) {
    .markets-slider__item {
        padding-block: 0;
        min-height: 680px
    }

    .markets-slider--thumbs {
        margin-block: 50px 60px
    }

    .markets-slider .swiper-button-prev {
        left: 100px
    }

    .markets-slider .swiper-button-next {
        right: 100px
    }
}

@media screen and (min-width:1920px) {
    .markets-slider {
        border-radius: var(--style__Border--Radius--Items);
        padding-inline: 0;
        margin-inline: var(--space__Grid--Outer)
    }

    .markets-slider__content {
        width: 560px
    }

    .markets-slider .swiper-button-prev {
        left: 40px
    }

    .markets-slider .swiper-button-next {
        right: 40px
    }
}

.countries {
    background-color: var(--color__White);
    padding-inline: var(--space__Grid--Outer);
    margin-block: var(--space__Additional)
}

.countries__container {
    background-color: rgba(var(--color__Brand-02--RGB), .6);
    padding: 6px;
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.countries__container,
.countries__top {
    border-radius: var(--style__Border--Radius)
}

.countries__top {
    background-color: var(--color__White);
    text-align: center;
    padding: 6px 20px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.countries__title {
    color: var(--color__Brand-01);
    font-weight: 600
}

.countries__thead {
    display: grid;
    grid-template-columns: .8fr 1.1fr 1.1fr;
    border-radius: var(--style__Border--Radius);
    border: 2px solid var(--color__White);
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.countries__column {
    color: var(--color__Brand-01);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 8px 6px
}

.countries__row {
    display: grid;
    grid-template-columns: .8fr 1.1fr 1.1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.countries__row:nth-of-type(odd) {
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius)
}

.countries__row:not(:last-of-type) {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.countries__item {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 3px 8px
}

.countries__item:first-child {
    color: var(--color__Brand-01);
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.countries__item:first-child:after {
    content: "";
    background-color: var(--color__Brand-01--15);
    width: 1px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0
}

.countries__note {
    text-align: center
}

@media screen and (min-width:768px) {
    .countries {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .countries__container {
        border-radius: 25px;
        padding: 20px
    }

    .countries__top {
        padding: 9px 110px
    }

    .countries__column,
    .countries__item:first-child,
    .countries__title {
        font-size: 18px;
        line-height: 28px
    }

    .countries__title {
        -webkit-margin-after: 4px;
        margin-block-end: 4px
    }

    .countries__column {
        padding: 16px
    }

    .countries__row,
    .countries__thead {
        grid-template-columns: repeat(3, 1fr)
    }

    .countries__item {
        font-size: 16px;
        padding: 10px 16px
    }

    .countries__item:first-child {
        font-weight: 400
    }

    .countries__item:first-child:after {
        height: 50px
    }
}

@media screen and (min-width:1025px) {
    .countries__item br {
        display: none
    }
}

@media screen and (min-width:1280px) {
    .countries {
        margin-block: 40px 30px
    }

    .countries__top {
        padding: 12px 300px
    }

    .countries__column,
    .countries__title {
        font-size: 26px;
        line-height: 43px;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }
}

@media screen and (min-width:1440px) {
    .countries__container {
        max-width: 1524px;
        padding: 24px
    }

    .countries__top {
        padding-inline: 420px
    }

    .countries__row {
        padding-block: 29px
    }
}

@media screen and (min-width:1680px) {
    .countries {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .countries__top {
        padding-inline: 480px
    }
}

.feedback {
    padding: 0 var(--space__Grid--Outer) var(--space__H)
}

.feedback__container {
    background-color: var(--color__Brand-02);
    border-radius: 25px;
    padding: 20px 6px 30px
}

.feedback__title {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.feedback__text,
.feedback__title {
    text-align: center
}

.feedback__text {
    -webkit-margin-after: 24px;
    margin-block-end: 24px
}

@media screen and (min-width:768px) {
    .feedback__container {
        padding: 30px 112px;
        max-width: 668px
    }

    .feedback__text {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }
}

@media screen and (min-width:1025px) {
    .feedback__container {
        padding: 30px 60px;
        max-width: 860px
    }
}

@media screen and (min-width:1440px) {
    .feedback__container {
        padding: 50px 218px;
        max-width: 1320px
    }

    .feedback__title {
        font-size: 46px;
        line-height: 60px
    }

    .feedback__text {
        font-size: 18px;
        line-height: 26px;
        max-width: 687px;
        margin-inline: auto
    }
}

@media screen and (min-width:1440px) {
    .feedback__container {
        padding: 100px 320px;
        max-width: 1524px
    }
}

.holidays-schedule {
    font-family: var(--font__Primary);
    padding-inline: var(--space__Grid--Outer);
    margin-block: var(--space__Grid--Inner) var(--space__H);
    z-index: 1
}

.holidays-schedule__row {
    display: grid;
    border-radius: 10px 10px 0 0;
    margin-inline: auto;
    max-width: 1288px
}

.holidays-schedule__row--title {
    display: none
}

.holidays-schedule__hidden {
    overflow: hidden
}

.holidays-schedule__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color__White);
    border-radius: 10px;
    -webkit-transition: border-radius .3s, background-color .3s, color .3s;
    transition: border-radius .3s, background-color .3s, color .3s;
    padding-inline: 10px;
    margin-inline: auto;
    min-height: 50px;
    max-width: 1288px
}

.holidays-schedule__title[aria-expanded=true] {
    border-radius: 10px 10px 0 0;
    background-color: var(--color__Brand-02);
    color: var(--color__White)
}

.holidays-schedule__title[aria-expanded=true] .holidays-schedule__icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.holidays-schedule__title:hover {
    cursor: pointer
}

.holidays-schedule__icon {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.holidays-schedule__content {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s
}

.holidays-schedule__content[aria-hidden=false] {
    grid-template-rows: 1fr
}

.holidays-schedule__cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    padding-inline: 10px;
    min-height: 50px
}

.holidays-schedule__cell--mobile {
    grid-template-columns: 1fr
}

.holidays-schedule__cell ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.holidays-schedule__cell li {
    font-weight: 300;
    font-size: 16px
}

.holidays-schedule__cell li,
.holidays-schedule__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.holidays-schedule__date {
    text-align: right
}

.holidays-schedule__description {
    font: 400 14px/28px var(--font__Primary);
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

@media screen and (min-width:768px) {
    .holidays-schedule__row {
        width: 100%
    }
}

@media screen and (min-width:1025px) {

    .holidays-schedule__date,
    .holidays-schedule__title {
        padding-left: 105px
    }

    .holidays-schedule__row {
        grid-template-columns: .5fr 1fr 1.5fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .holidays-schedule__row--title {
        display: grid;
        margin-block: 10px
    }

    .holidays-schedule__row--title .holidays-schedule__cell {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px
    }

    .holidays-schedule__row--title .holidays-schedule__cell:first-of-type {
        -webkit-padding-start: 105px;
        padding-inline-start: 105px
    }

    .holidays-schedule__cell {
        font-weight: 700;
        font-size: 20px;
        grid-template-columns: 1fr
    }

    .holidays-schedule__cell:nth-child(3) {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .holidays-schedule__label {
        display: none
    }

    .holidays-schedule__date {
        text-align: left
    }
}

@media screen and (min-width:1680px) {
    .holidays-schedule__row {
        grid-template-columns: repeat(2, 1fr) 2fr
    }

    .holidays-schedule__description {
        -webkit-margin-after: 20px;
        margin-block-end: 20px;
        margin-inline: auto;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px;
        max-width: 1288px
    }
}

.help-center {
    padding-inline: var(--space__Grid--Inner);
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.help-center__container {
    max-width: 1340px
}

.help-center__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    color: var(--color__Black);
    padding: 10px 45px 10px 14px;
    margin: 0 auto 25px;
    max-width: 612px;
    width: 100%;
    height: 56px;
    z-index: 1;
    position: relative
}

.help-center__sidebar--button {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    inset: 0
}

.help-center__sidebar--button:checked~.decor {
    border: 1px solid #32ba69;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.help-center__sidebar--button:checked~.icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.help-center__sidebar--button:checked~.navigation {
    border: 1px solid #32ba69;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08), 0 0 2px 0 rgba(0, 0, 0, .12);
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.help-center__sidebar--label {
    line-height: 56px
}

.help-center__sidebar--main-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.help-center__sidebar--icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 14px
}

.help-center__sidebar--decor,
.help-center__sidebar--icon {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute
}

.help-center__sidebar--decor {
    border: 1px solid rgba(17, 17, 17, .32);
    border-radius: 8px;
    height: 100%;
    width: 100%;
    z-index: 0;
    inset: 0
}

.help-center .navigation {
    background-color: var(--color__White);
    border: 1px solid rgba(17, 17, 17, .32);
    border-radius: 0 0 8px 8px;
    padding: 15px;
    margin-top: -1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    position: absolute;
    inset: 100% 0 auto
}

.help-center .navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.help-center .navigation__item:not(:last-of-type) {
    margin-bottom: 7px
}

.help-center .navigation__item--current {
    font-weight: 700
}

.help-center .navigation__icon {
    width: 30px;
    height: 30px
}

.help-center .transition {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.help-center .flipIn {
    -webkit-animation: flipdown .5s ease both;
    animation: flipdown .5s ease both
}

.help-center .questions {
    margin-inline: auto;
    max-width: 612px;
    -webkit-perspective: 900;
    perspective: 900
}

.help-center .questions__title {
    display: none;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative
}

.help-center .questions__title:after {
    content: "";
    display: block;
    background-color: #dcdcdc;
    height: 1px;
    width: 100%;
    position: absolute;
    inset: auto 0 0
}

.help-center .question {
    position: relative
}

.help-center .question:after {
    content: "";
    display: block;
    background-color: #dcdcdc;
    height: 1px;
    width: 100%;
    position: absolute;
    inset: auto 0 0
}

.help-center .question__label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute
}

.help-center .question__label:checked~.question__description {
    padding-bottom: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.help-center .question__label:checked~.question__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.help-center .question__icon {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0
}

.help-center .question,
.help-center .question__description,
.help-center .question__title {
    -webkit-animation: flipdown .5s ease both;
    animation: flipdown .5s ease both
}

.help-center .question__description,
.help-center .question__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.help-center .question__title {
    color: var(--color__Brand-01);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding-right: 34px;
    margin-block: 20px
}

.help-center .question__description {
    padding-bottom: 20px;
    max-height: 800px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    overflow: hidden;
    z-index: 2;
    position: relative
}

.help-center .feedback {
    background: transparent;
    border: 2px solid var(--color__Brand-01);
    border-radius: 30px;
    -webkit-box-shadow: 1px 25px 43px rgba(30, 34, 94, .05);
    box-shadow: 1px 25px 43px rgba(30, 34, 94, .05);
    padding: 0;
    margin: 80px auto 0;
    max-width: 514px
}

.help-center .feedback__container {
    padding: 30px
}

@media screen and (min-width:768px) {
    .help-center__sidebar {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .help-center .question__title {
        line-height: 26px
    }
}

@media screen and (min-width:1280px) {
    .help-center__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px
    }

    .help-center__sidebar {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        height: auto;
        width: 20%
    }

    .help-center__sidebar--button,
    .help-center__sidebar--decor,
    .help-center__sidebar--icon,
    .help-center__sidebar--label,
    .help-center__sidebar--main-icon {
        display: none
    }

    .help-center .navigation {
        border: none;
        padding: 0;
        opacity: 1;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
        pointer-events: auto;
        position: relative;
        inset: auto
    }

    .help-center .navigation__item {
        font-size: 16px;
        line-height: 28px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        position: relative
    }

    .help-center .navigation__item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .help-center .navigation__icon {
        height: 48px;
        width: 48px
    }

    .help-center .questions {
        margin: 0;
        max-width: none;
        width: 80%
    }

    .help-center .questions__title {
        display: block;
        font-size: 42px;
        line-height: 50px
    }

    .help-center .question__title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        margin-block: 16px
    }

    .help-center .question__description {
        padding-bottom: 16px;
        width: calc(100% - 38px)
    }

    .help-center__form {
        width: 30%
    }

    .help-center .feedback {
        margin-top: 0
    }

    .help-center .feedback__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .help-center .feedback .form {
        display: block
    }

    .help-center .feedback .form__wrapper {
        width: 100%
    }
}

.rollover-info {
    padding-inline: var(--space__Grid--Outer);
    -webkit-padding-after: var(--space__H);
    padding-block-end: var(--space__H);
    z-index: 1
}

.rollover-info__title {
    display: none
}

.rollover-info__row {
    border-radius: 10px;
    max-width: 1288px;
    overflow: hidden
}

.rollover-info__row:nth-of-type(2n) {
    background-color: #f4f9fe
}

.rollover-info__row:not(:last-of-type) {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.rollover-info__row.hidden {
    display: none !important
}

.rollover-info__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
    -webkit-transition: var(--style__Transition--Simple--Default);
    transition: var(--style__Transition--Simple--Default)
}

.rollover-info__cell {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px
}

.rollover-info__cell--asset:after {
    content: "";
    background: #f0f0f0 url(https://www.cktrading.co/Content/Images/common/dropdown--black.html) no-repeat 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-transition: var(--style__Transition--Simple--Default);
    transition: var(--style__Transition--Simple--Default);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 14px
}

.rollover-info__label {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    min-height: 50px
}

.rollover-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.rollover-info li,
.rollover-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rollover-info li {
    font-weight: 300;
    font-size: 13px;
    min-height: 50px
}

.rollover-info li:not(:last-of-type) {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.rollover-info__inner {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute
}

.rollover-info__inner:checked~.rollover-info__wrapper {
    max-height: 0;
    opacity: 0;
    -webkit-transition: var(--style__Transition--Simple--Default);
    transition: var(--style__Transition--Simple--Default);
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.rollover-info__inner:checked~.rollover-info__cell--asset:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rollover-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.rollover-info__buttons .btn {
    min-width: 100%
}

.rollover-info__button {
    border-color: #cfcfcf;
    font-weight: 500;
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

.rollover-info__button:after {
    content: "";
    background: #f0f0f0 url(https://www.cktrading.co/Content/Images/common/dropdown--black.html) no-repeat 50%;
    border-radius: 50%;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    -webkit-transition: var(--style__Transition--Simple--Default);
    transition: var(--style__Transition--Simple--Default)
}

.rollover-info__button--less:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rollover-info__button.hidden {
    display: none
}

@media screen and (min-width:375px) {
    .rollover-info li {
        font-size: 15px
    }
}

@media screen and (min-width:768px) {

    .rollover-info__cell,
    .rollover-info__wrapper {
        padding-inline: 30px
    }

    .rollover-info__row:not(:last-of-type) {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
}

@media screen and (min-width:1025px) {
    .rollover-info__title {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 36px 11px;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        max-width: 1288px;
        overflow: hidden
    }

    .rollover-info__title .rollover-info__cell {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        padding: 0
    }

    .rollover-info__title .rollover-info__cell:first-of-type {
        text-align: center
    }

    .rollover-info__title .rollover-info__cell br {
        display: none
    }

    .rollover-info__row {
        grid-template-columns: repeat(4, 1fr);
        border-radius: 20px
    }

    .rollover-info__row,
    .rollover-info__row:not(:first-of-type) {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .rollover-info__row:not(:first-of-type) {
        display: grid;
        grid-template-columns: .25fr .75fr;
        grid-template-areas: "assets data";
        padding: 11px
    }

    .rollover-info__row:not(:first-of-type) .rollover-info__cell {
        grid-area: assets;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .rollover-info__row:not(:last-of-type) {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .rollover-info__inner {
        cursor: default
    }

    .rollover-info__inner:checked~.rollover-info__wrapper {
        max-height: 100%;
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .rollover-info__wrapper {
        grid-area: data;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 0
    }

    .rollover-info__cell {
        font-size: 20px;
        font-weight: 700;
        padding: 0
    }

    .rollover-info__cell--asset {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rollover-info__cell--asset:after {
        content: none
    }

    .rollover-info__label {
        display: none
    }

    .rollover-info ul {
        gap: 22px
    }

    .rollover-info li {
        font-size: 16px;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .rollover-info li br {
        display: none
    }
}

@media screen and (min-width:1680px) {
    .rollover-info__row {
        grid-template-columns: repeat(2, 1fr) 2fr
    }
}

.risk-alert {
    background-color: rgba(var(--color__White--RGB), .8);
    text-align: center;
    padding: 5px var(--space__Grid--Outer);
    z-index: 500;
    position: fixed;
    inset: auto 0 0
}

.risk-alert__text {
    font: 400 11px/14px var(--font__Primary);
    color: var(--color__Brand-01)
}

.risk-alert__button {
    display: none
}

@media screen and (min-width:768px) {
    .risk-alert {
        padding-block: 10px
    }

    .risk-alert__text {
        font-size: 12px
    }
}

@media screen and (min-width:1025px) {
    .risk-alert__text {
        line-height: 16px
    }
}

.risk-alert-static {
    padding: 0 var(--space__Grid--Outer) calc(30px + var(--size__Risk-Alert))
}

.risk-alert-static__container {
    background-color: var(--color__Brand-02);
    border-top: 1px solid var(--color__White);
    border-bottom-left-radius: var(--style__Border--Radius);
    border-bottom-right-radius: var(--style__Border--Radius);
    padding: 16px var(--space__Grid--Inner)
}

.risk-alert-static__content {
    color: var(--color__Black);
    font: 300 14px/24px var(--font__Primary);
    text-align: center
}

.risk-alert-static__content span {
    color: var(--color__Brand-01)
}

@media screen and (min-width:1025px) {
    .risk-alert-static__content {
        font-size: 16px;
        line-height: 26px
    }
}

.m-ticker {
    height: 48px;
    margin: 0 auto
}

.m-ticker.container {
    padding: 0;
    max-width: none;
    overflow-x: hidden
}

.m-ticker * {
    height: 100%
}

.m-ticker__marquee {
    position: relative
}

.m-ticker__control {
    display: none
}

.m-ticker li,
.m-ticker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-ticker ul {
    list-style: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.m-ticker__item {
    padding-right: 35px;
    margin-right: 16px;
    position: relative
}

.m-ticker__item:after {
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0
}

.m-ticker__item--positiv .m-ticker__value {
    color: var(--color__Green)
}

.m-ticker__item--positiv:after {
    background: transparent url(https://www.cktrading.co/Content/Images/site--blocks/quotes/arrow--up.svg) no-repeat 50%/cover
}

.m-ticker__item--negativ .m-ticker__value {
    color: var(--color__Red)
}

.m-ticker__item--negativ:after {
    background: transparent url(https://www.cktrading.co/Content/Images/site--blocks/quotes/arrow--down.svg) no-repeat 50%/cover
}

.m-ticker__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-ticker__container:first-of-type {
    margin-right: 8px
}

.m-ticker__label,
.m-ticker__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 700 14px/28px var(--font__Secondary);
    text-transform: uppercase
}

.m-ticker__percent {
    display: none
}

@media screen and (min-width:768px) {
    .m-ticker {
        height: 70px
    }

    .m-ticker__item {
        margin-right: 30px
    }
}

.decor--background {
    z-index: -1;
    position: absolute;
    inset: 0
}

.decor--background .decor__bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.decor--lines {
    overflow: hidden;
    z-index: -1;
    position: absolute;
    inset: 0
}

.decor__line {
    display: none;
    width: 157px;
    height: 198px;
    position: absolute;
    top: 0
}

.decor__line svg {
    width: 100%;
    height: 100%
}

.decor__line--Blue--1 {
    opacity: .5;
    top: 247px;
    left: -140px
}

.decor__line--Blue--2 {
    top: 240px;
    left: -105px
}

@media screen and (min-width:768px) {
    .decor__line {
        width: 439px;
        height: 554px
    }

    .decor__line--Blue--1 {
        top: 616px;
        left: -357px
    }

    .decor__line--Blue--2 {
        top: 522px;
        left: -357px
    }

    .decor__line--Blue--3 {
        opacity: .5;
        top: -277px;
        right: -368px
    }

    .decor__line--Blue--4 {
        top: -183px;
        right: -368px
    }
}

@media screen and (min-width:1025px) {
    .decor__line--Blue--1 {
        top: 516px
    }

    .decor__line--Blue--2 {
        top: 422px
    }

    .decor__line--Blue--3 {
        top: -377px
    }

    .decor__line--Blue--4 {
        top: -283px
    }
}

@media screen and (min-width:1280px) {
    .decor__line--Blue--1 {
        top: 190px;
        left: -260px
    }

    .decor__line--Blue--2 {
        top: 430px;
        left: -350px
    }

    .decor__line--Blue--3 {
        top: -425px;
        right: -345px
    }

    .decor__line--Blue--4 {
        top: -230px;
        right: -268px
    }
}

.account-guide {
    margin-block: var(--space__H)
}

.account-guide__container {
    padding-inline: var(--space__Grid--Outer)
}

.account-guide__title {
    font-size: 20px;
    text-align: center
}

.account-guide__items,
.account-guide__title {
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

.account-guide__items {
    display: grid;
    justify-items: center;
    row-gap: 20px
}

.account-guide .item {
    display: grid;
    row-gap: 10px;
    justify-items: center;
    font-weight: 400;
    max-width: 280px
}

.account-guide .item__title {
    font-size: 18px
}

.account-guide .item__text {
    text-align: center
}

.account-guide__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .account-guide__title {
        font-size: 28px;
        margin-inline: auto;
        max-width: 90%
    }

    .account-guide__items {
        row-gap: 70px
    }

    .account-guide .item__img {
        width: 280px;
        height: 202px
    }

    .account-guide .item__title {
        font-size: 24px
    }
}

@media screen and (min-width:1280px) {
    .account-guide__title {
        font-size: 30px;
        max-width: none
    }

    .account-guide__items {
        grid-template-columns: repeat(3, 280px);
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
        row-gap: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .account-guide .item__title {
        font-size: 26px
    }

    .trading-accounts .account-guide .decor__line--Blue--1 {
        display: block;
        top: 150px;
        left: -350px
    }

    .trading-accounts .account-guide .decor__line--Blue--2 {
        display: block;
        top: 300px;
        left: -400px
    }

    .trading-accounts .account-guide .decor__line--Blue--3 {
        display: block;
        opacity: 1;
        top: -470px;
        right: -380px
    }

    .trading-accounts .account-guide .decor__line--Blue--4 {
        display: block;
        opacity: .5;
        top: -100px;
        right: -350px
    }
}

.our-values {
    margin-block: var(--space__H)
}

.our-values__container {
    text-align: center;
    padding-inline: var(--space__Grid--Outer)
}

.our-values__container,
.our-values__title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.our-values__slide {
    -webkit-padding-after: 30px;
    padding-block-end: 30px;
    height: auto
}

.our-values__pagination,
.our-values__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-values__pagination {
    gap: 10px
}

.our-values__pagination .swiper-pagination-bullet-active {
    background-color: var(--color__Brand-01);
    width: 36px
}

.our-values__pagination span {
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    -webkit-transition: width .3s;
    transition: width .3s
}

.our-values .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background-color: var(--color__White);
    border: 1px solid var(--color__Brand-01);
    border-radius: var(--style__Border--Radius--Items);
    text-align: center;
    padding: 30px 20px;
    width: 312px;
    min-height: 345px
}

@media screen and (min-width:768px) {
    .our-values .card {
        width: 280px
    }
}

@media screen and (min-width:1025px) {
    .our-values__slide {
        max-width: 280px
    }

    .our-values__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px
    }

    .our-values .card {
        width: 100%;
        min-height: 360px
    }
}

@media screen and (min-width:1025px) {
    .our-values .decor__line--Blue--1 {
        display: block;
        top: 150px;
        left: -320px
    }

    .our-values .decor__line--Blue--2 {
        display: block;
        top: 300px;
        left: -380px
    }

    .our-values .decor__line--Blue--3 {
        display: block;
        opacity: 1;
        top: -400px;
        right: -380px
    }

    .our-values .decor__line--Blue--4 {
        display: block;
        opacity: .5;
        top: -250px;
        right: -320px
    }
}

@media screen and (min-width:1680px) {
    .our-values__slide {
        max-width: 320px
    }

    .our-values__cards {
        padding-inline: var(--space__Grid--Outer)
    }
}

.payment-table {
    margin-block: var(--space__H)
}

.payment-table__container {
    padding-inline: var(--space__Grid--Outer)
}

.payment-table__title {
    text-align: center;
    margin-block: 60px 20px
}

.payment-table__note {
    display: grid;
    row-gap: 30px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    z-index: 1
}

.payment-table .item,
.payment-table__note {
    margin-inline: auto;
    max-width: 1530px;
    width: 100%
}

.payment-table .item {
    border-radius: 15px;
    background-color: rgba(var(--color__Brand-02--RGB), 60%);
    overflow: hidden;
    -webkit-margin-after: 45px;
    margin-block-end: 45px;
    padding: 5px 5px 0
}

.payment-table .item--custom .item__row {
    gap: 15px
}

.payment-table .item--custom .item__cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.payment-table .item--custom .item__cell:nth-child(3),
.payment-table .item--custom .item__cell:nth-child(4) {
    -webkit-margin-before: initial;
    margin-block-start: 0;
    width: 100%
}

.payment-table .item--custom .item__cell:nth-child(3) {
    border-right: unset
}

.payment-table .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: var(--style__Border--Radius);
    background-color: var(--color__White);
    text-align: center;
    color: var(--color__Brand-01);
    padding: 20px 30px
}

.payment-table .item__title div:first-of-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.payment-table .item__title div:last-of-type {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px
}

.payment-table .item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 30px 40px
}

.payment-table .item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 100%
}

.payment-table .item__row--tablet {
    display: none
}

.payment-table .item__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    width: 100%
}

.payment-table .item__cell:nth-child(3),
.payment-table .item__cell:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    width: 45%
}

.payment-table .item__cell:nth-child(3) {
    border-right: 1px solid rgba(var(--color__Brand-01--RGB), 25%)
}

.payment-table .item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px
}

.payment-table .item__label--custom {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px
}

.payment-table .item__label--methods {
    gap: 5px
}

.payment-table .item__label--methods img {
    height: 16px
}

.payment-table .item__label--methods .label,
.payment-table .item__label--methods img:nth-child(2) {
    display: none
}

.payment-table .item__label--mobile {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300
}

.payment-table__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px 15px 0 0;
    background-color: var(--color__White);
    margin-inline: auto;
    padding-inline: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px
}

.payment-table__pagination .swiper-pagination-bullet-active {
    background-color: var(--color__Brand-01)
}

.payment-table__pagination span {
    background-color: rgba(var(--color__Brand-01--RGB), 25%);
    border-radius: 10px;
    width: 16px;
    height: 16px;
    -webkit-transition: width .3s;
    transition: width .3s
}

@media screen and (min-width:768px) {
    .payment-table__title {
        margin-block: 80px 30px
    }

    .payment-table__pagination {
        display: none;
        height: 0;
        padding: 0
    }

    .payment-table .item {
        padding: 14px 14px 0;
        -webkit-margin-after: 25px;
        margin-block-end: 25px
    }

    .payment-table .item--custom .item__row {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px
    }

    .payment-table .item--custom .item__label--methods {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .payment-table .item--custom .item__label img {
        height: 20px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .payment-table .item__title {
        display: none
    }

    .payment-table .item__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-inline: auto;
        padding-block: 0
    }

    .payment-table .item__row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        width: 100% !important;
        min-width: unset;
        max-width: unset;
        height: 120px
    }

    .payment-table .item__row--tablet {
        display: grid;
        background-color: var(--color__White);
        border-radius: 10px;
        color: var(--color__Brand-01);
        height: 160px
    }

    .payment-table .item__row--tablet .item__cell {
        font: 500 14px/43px var(--font__Primary)
    }

    .payment-table .item__row--tablet .item__cell:after {
        display: none
    }

    .payment-table .item__cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font: 400 20px/26px var(--font__Primary);
        text-align: center;
        min-width: unset
    }

    .payment-table .item__cell:nth-child(3),
    .payment-table .item__cell:nth-child(4) {
        -webkit-margin-before: unset;
        margin-block-start: unset;
        width: auto
    }

    .payment-table .item__cell:first-child {
        position: relative
    }

    .payment-table .item__cell:first-child:after {
        background-color: rgba(var(--color__Brand-01--RGB), 25%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50px;
        width: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        content: ""
    }

    .payment-table .item__cell:nth-child(3) {
        border-right: unset
    }

    .payment-table .item__label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font: 400 15px/28px var(--font__Primary)
    }

    .payment-table .item__label--mobile {
        display: none
    }
}

@media screen and (min-width:1280px) {
    .payment-table__title {
        margin-block: 100px 50px
    }

    .payment-table .item {
        border-radius: var(--style__Border--Radius--Items);
        padding: 25px 30px 0;
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .payment-table .item--custom .item__label--methods {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .payment-table .item--custom .item__label--methods div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .payment-table .item--custom .item__label--methods img {
        height: 20px
    }

    .payment-table .item--custom .item__label--methods img:nth-child(2) {
        height: 12px;
        display: inline-block
    }

    .payment-table .item--custom .item__label--methods .label {
        display: inline-block;
        font-weight: 700
    }

    .payment-table .item__row {
        height: 160px
    }

    .payment-table .item__row--tablet .item__cell {
        font: 500 26px/43px var(--font__Primary)
    }
}

.office {
    padding-inline: var(--space__Grid--Outer);
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.office__kv--holder {
    margin: 0 auto var(--space__PPL);
    max-width: 335px
}

.office__title {
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.office__item,
.office__title {
    text-align: center
}

.office__item:not(:last-of-type) {
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.office__icon {
    aspect-ratio: 1/1;
    width: 24px;
    margin: 0 auto 20px
}

.office__text {
    color: var(--color__Brand-01)
}

@media screen and (min-width:768px) {
    .office {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .office__kv--holder {
        max-width: 660px
    }

    .office__text {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (min-width:1025px) {
    .office__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .office__kv--holder {
        margin: 0 40px 0 0;
        max-width: 500px
    }

    .office__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .office__item:first-of-type {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .office__item:not(:last-of-type) {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .office__icon {
        margin: 0 25px 0 0
    }

    .office__text,
    .office__title {
        text-align: left
    }
}

@media screen and (min-width:1440px) {
    .office__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 1320px
    }

    .office__title {
        font-size: 46px;
        line-height: 60px;
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .office__kv--holder {
        margin: 0 73px 0 0;
        max-width: 660px
    }

    .office__item:first-of-type .office__icon {
        -webkit-margin-before: 7px;
        margin-block-start: 7px
    }

    .office__item:not(:last-of-type) {
        -webkit-margin-after: 27px;
        margin-block-end: 27px
    }
}

@media screen and (min-width:1680px) {
    .office__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.policy {
    padding: calc(var(--size__Header)*2) var(--space__Grid--Outer) var(--size__Header)
}

.policy h1 {
    text-align: center;
    -webkit-margin-after: var(--size__Header);
    margin-block-end: var(--size__Header)
}

.policy h2,
.policy h3 {
    margin-block: var(--space__Additional--1) var(--space__Additional)
}

.policy ol,
.policy p,
.policy table,
.policy ul {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.policy a,
.policy span {
    color: var(--color__Brand-01)
}

.policy ol,
.policy ul {
    -webkit-padding-start: var(--space__Additional);
    padding-inline-start: var(--space__Additional)
}

.policy ul {
    list-style: initial
}

.policy table thead {
    background-color: var(--color__Brand-BG);
    color: var(--color__Brand-01);
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    height: 60px
}

.policy table thead th {
    border-radius: 5px
}

.policy table tbody,
.policy table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.policy table tbody td:first-of-type {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .policy table tbody {
        -webkit-margin-before: var(--space__Additional);
        margin-block-start: var(--space__Additional)
    }

    .policy table tbody tr:not(:last-of-type) {
        -webkit-margin-after: var(--space__Additional);
        margin-block-end: var(--space__Additional)
    }

    .policy table tbody td:first-of-type {
        -webkit-margin-after: calc(var(--space__Additional)/2);
        margin-block-end: calc(var(--space__Additional)/2)
    }

    .policy table tbody ol,
    .policy table tbody p,
    .policy table tbody ul {
        margin-block: calc(var(--space__Additional)/2) 0
    }
}

@media screen and (min-width:768px) {
    .policy table {
        -webkit-margin-before: var(--space__Additional--1);
        margin-block-start: var(--space__Additional--1)
    }

    .policy table tbody tr {
        display: grid;
        grid-template-columns: calc(30% - 50px) 70%;
        gap: 50px
    }

    .policy table tbody tr:first-of-type {
        -webkit-margin-before: var(--space__Additional--1);
        margin-block-start: var(--space__Additional--1)
    }

    .policy table tbody tr:not(:last-of-type) {
        -webkit-margin-after: var(--space__Additional--1);
        margin-block-end: var(--space__Additional--1)
    }

    .policy table tbody td:first-of-type {
        text-align: right;
        text-wrap: balance
    }

    .policy table tbody ol,
    .policy table tbody ul {
        -webkit-margin-before: calc(var(--space__Additional--1)/2);
        margin-block-start: calc(var(--space__Additional--1)/2)
    }
}

@media screen and (min-width:1025px) {
    .policy h1 {
        text-align: left;
        -webkit-margin-after: calc(var(--space__Additional--1)*2);
        margin-block-end: calc(var(--space__Additional--1)*2)
    }
}

@media screen and (min-width:1440px) {
    .policy__container {
        max-width: 1320px
    }

    .policy h1 {
        -webkit-margin-after: 60px;
        margin-block-end: 60px
    }

    .policy h2,
    .policy h3 {
        -webkit-margin-before: 60px;
        margin-block-start: 60px
    }

    .policy table {
        -webkit-margin-before: var(--space__Additional);
        margin-block-start: var(--space__Additional)
    }
}

.fresh-chat {
    background-color: var(--color__Brand-01);
    border: none;
    border-radius: 50%;
    outline: 6px solid rgba(var(--color__Brand-01--75--RGB), .25);
    width: 55px;
    height: 55px;
    z-index: 300;
    position: fixed;
    bottom: var(--space__Additional);
    right: var(--space__Additional)
}

.fresh-chat:focus,
.fresh-chat:hover {
    background-color: var(--color__Black);
    outline-color: rgba(var(--color__Black--RGB), .25)
}

.fresh-chat,
.fresh-chat__icon {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fresh-chat__icon {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

@media screen and (min-width:1025px) {
    .fresh-chat {
        right: var(--space__Grid--Outer);
        bottom: var(--space__Additional)
    }
}

.fc-widget-pre-chat {
    background-color: var(--color__White);
    -webkit-box-shadow: 1px 5px 20px rgba(var(--color__Black--RGB), .16);
    box-shadow: 1px 5px 20px rgba(var(--color__Black--RGB), .16);
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Cantarell, Helvetica Neue, sans-serif !important;
    padding: 0;
    height: 520px;
    width: 90%;
    max-width: 390px;
    overflow: hidden;
    z-index: 1250;
    position: fixed;
    right: 10px;
    bottom: 40px
}

.fc-widget-pre-chat * {
    outline: none
}

.fc-widget-pre-chat__header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 5px 5px 0 0;
    background: var(--color__Brand-01);
    padding: 16px 20px;
    height: 100px
}

.fc-widget-pre-chat__icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fc-widget-pre-chat__icon {
    display: inline-block;
    width: 20px;
    max-width: 100%
}

.fc-widget-pre-chat__icon-wrapper--hide {
    cursor: pointer;
    width: 10px;
    opacity: .8
}

.fc-widget-pre-chat__icon-wrapper--hide:hover {
    opacity: 1
}

.fc-widget-pre-chat__headline {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: unset;
    color: var(--color__White);
    padding: 0;
    margin-top: 20px
}

.fc-widget-pre-chat__body {
    background-color: #f0f2f4;
    font-size: 14px;
    padding: 40px 20px;
    height: 100%
}

.fc-widget-pre-chat__text {
    color: rgba(9, 30, 66, .54);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 40px
}

.fc-widget-pre-chat__button {
    background: var(--color__Brand-01);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 24px;
    height: 38px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fc-widget-pre-chat__button:hover {
    background: var(--color__Brand-01--75)
}

.fc-widget-pre-chat__input {
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%
}

.fc-widget-pre-chat__input-container {
    position: relative
}

.fc-widget-pre-chat__input:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.fc-widget-pre-chat__error {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    bottom: 6px;
    left: 8px
}

.fc-widget-pre-chat ::-webkit-input-placeholder {
    color: #bcbcbc;
    opacity: 1
}

.fc-widget-pre-chat ::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1
}

.fc-widget-pre-chat :-ms-input-placeholder {
    opacity: 1
}

.fc-widget-pre-chat ::-ms-input-placeholder {
    opacity: 1
}

.fc-widget-pre-chat ::placeholder {
    color: #bcbcbc;
    opacity: 1
}

.fc-widget-pre-chat :-ms-input-placeholder {
    color: #bcbcbc
}

.fc-widget-pre-chat ::-ms-input-placeholder {
    color: #bcbcbc
}

@media screen and (min-width:768px) {
    .fc-widget-pre-chat {
        right: 20px
    }
}

@media screen and (min-width:1025px) {
    .fc-widget-pre-chat {
        right: 25px;
        bottom: 35px
    }
}

.trading-accs-conditions {
    padding-block: 44px 50px;
    z-index: 1
}

.trading-accs-conditions__table {
    padding: 40px var(--space__Grid--Inner)
}

.trading-accs-conditions__title {
    text-align: center
}

.trading-accs-conditions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: var(--color__White);
    border-radius: 70px;
    padding: 17px 17px 67px;
    -webkit-box-shadow: 0 10px 24px #fcd7d7;
    box-shadow: 0 10px 24px #fcd7d7;
    -webkit-filter: drop-shadow(0 4px 15px rgba(0, 0, 0, .1098039216));
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, .1098039216))
}

.trading-accs-conditions__column div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px
}

.trading-accs-conditions__column div:not(:last-of-type) {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.trading-accs-conditions__column--details {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    position: relative
}

.trading-accs-conditions__column--details:after {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #0248fc 0, rgba(1, 43, 150, 0) 100%);
    width: 2px;
    height: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.trading-accs-conditions__column--details div {
    font-weight: 300
}

.trading-accs-conditions__column--details div:first-of-type {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700
}

.trading-accs-conditions__column--categories {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.trading-accs-conditions__column--categories div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: right
}

.trading-accs-conditions .btn {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

.trading-accs-conditions .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    inset: auto 0 70px
}

.trading-accs-conditions .swiper-pagination-bullet {
    border: 1px solid var(--color__Brand-01);
    border-radius: 100%;
    width: 12px;
    height: 12px
}

.trading-accs-conditions .swiper-pagination-bullet-active {
    background: var(--color__Brand-01)
}

@media screen and (min-width:768px) {
    .trading-accs-conditions {
        padding-block: 82px 59px
    }

    .trading-accs-conditions__title {
        padding-inline: 100px
    }

    .trading-accs-conditions__table {
        padding: 50px 0
    }

    .trading-accs-conditions__column--categories {
        -webkit-padding-end: 25px;
        padding-inline-end: 25px
    }

    .trading-accs-conditions__column--details {
        -webkit-padding-start: 25px;
        padding-inline-start: 25px
    }

    .trading-accs-conditions .swiper-pagination-bullets {
        inset: auto 0 80px
    }
}

@media screen and (min-width:1025px) {
    .trading-accs-conditions__title {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .trading-accs-conditions__container {
        padding-inline: 50px
    }

    .trading-accs-conditions__table {
        background-color: var(--color__White);
        border-radius: 70px;
        padding: 42px 20px 25px;
        -webkit-margin-after: 50px;
        margin-block-end: 50px;
        max-width: 1249px;
        -webkit-box-shadow: 0 10px 24px #fcd7d7;
        box-shadow: 0 10px 24px #fcd7d7;
        -webkit-filter: drop-shadow(0 4px 15px rgba(0, 0, 0, .1098039216));
        filter: drop-shadow(0 4px 15px rgba(0, 0, 0, .1098039216))
    }

    .trading-accs-conditions__item {
        border-radius: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-filter: none;
        filter: none
    }

    .trading-accs-conditions__item:first-of-type {
        width: auto !important;
        min-width: 50% !important
    }

    .trading-accs-conditions__item:first-of-type .trading-accs-conditions__column--categories,
    .trading-accs-conditions__item:first-of-type .trading-accs-conditions__column--details {
        width: auto;
        min-width: 50%
    }

    .trading-accs-conditions__item:not(:first-of-type) {
        width: auto !important;
        min-width: 25% !important
    }

    .trading-accs-conditions__item:not(:first-of-type) .trading-accs-conditions__column--categories {
        display: none
    }

    .trading-accs-conditions__item:not(:first-of-type) .trading-accs-conditions__column--details {
        width: auto;
        min-width: 100%
    }

    .trading-accs-conditions__column--details {
        padding-inline: 40px
    }

    .trading-accs-conditions__column--details div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        text-align: center
    }

    .trading-accs-conditions__column--categories {
        -webkit-padding-end: 40px;
        padding-inline-end: 40px
    }

    .trading-accs-conditions__column--categories div,
    .trading-accs-conditions__column--details div:first-of-type {
        font-size: 22px;
        line-height: 28px
    }

    .trading-accs-conditions .swiper-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important
    }

    .trading-accs-conditions .swiper-pagination {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .trading-accs-conditions {
        padding-block: 103px 67px
    }

    .trading-accs-conditions__table {
        -webkit-padding-after: 62px;
        padding-block-end: 62px
    }
}

@media screen and (min-width:1920px) {
    .trading-accs-conditions {
        padding-block: 145px
    }

    .trading-accs-conditions__column--categories div,
    .trading-accs-conditions__column--details div:first-of-type {
        font-size: 24px
    }

    .trading-accs-conditions__column--details div {
        font-size: 18px;
        line-height: 28px
    }
}

.advantages__container {
    padding-inline: var(--space__Grid--Outer)
}

.advantages__title {
    text-align: center;
    text-wrap: balance;
    margin: 0 auto var(--space__Additional);
    width: 70%
}

.advantages__btn {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

.advantages__cards {
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

.advantages .card {
    background-color: var(--color__Brand-02);
    border-radius: var(--style__Border--Radius--Items);
    padding: 23px 20px 35px;
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
    position: relative
}

.advantages .card:not(:last-of-type) {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.advantages .card__icon {
    margin-inline: auto;
    width: 240px;
    aspect-ratio: 1/1.02
}

.advantages .card__title {
    color: var(--color__Brand-01);
    font-weight: 500;
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.advantages .card__text {
    -webkit-margin-after: var(--space__Text-Icon);
    margin-block-end: var(--space__Text-Icon)
}

@media screen and (min-width:768px) {
    .advantages__title {
        width: 100%
    }

    .advantages .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18px 40px;
        max-width: 100%;
        min-height: 280px;
        position: relative
    }

    .advantages .card__icon {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 60px
    }

    .advantages .card__title {
        -webkit-margin-after: 15px;
        margin-block-end: 15px
    }

    .advantages .card__text {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .advantages .card__text,
    .advantages .card__title {
        max-width: 50%
    }
}

@media screen and (min-width:1025px) {
    .advantages__cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px
    }

    .advantages .card {
        padding: 20px
    }

    .advantages .card:not(:last-of-type) {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .advantages .card__icon {
        width: 170px;
        right: 20px
    }

    .advantages .card__text,
    .advantages .card__title {
        max-width: 55%
    }
}

@media screen and (min-width:1280px) {
    .advantages__cards {
        grid-gap: 40px;
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .advantages .card {
        padding-inline: 40px
    }

    .advantages .card__icon {
        width: 200px;
        right: 40px
    }
}

@media screen and (min-width:1440px) {
    .advantages__title {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .advantages .card {
        min-height: 300px
    }

    .advantages .card__icon {
        width: 230px
    }

    .advantages .card__title {
        -webkit-margin-after: 22px;
        margin-block-end: 22px
    }
}

@media screen and (min-width:1680px) {
    .advantages__cards {
        grid-gap: 60px
    }

    .advantages .card {
        padding: 27px 49px;
        min-height: 360px
    }

    .advantages .card__icon {
        width: 270px
    }

    .advantages .card__title {
        font-size: 22px;
        line-height: 36px;
        -webkit-margin-after: 22px;
        margin-block-end: 22px
    }

    .advantages .card__text,
    .advantages .card__title {
        max-width: 47%
    }
}

@media screen and (min-width:1920px) {
    .advantages .card__title {
        font-size: 26px
    }

    .advantages .card__icon {
        width: 300px;
        right: 63px
    }
}

.explore-platforms {
    -webkit-margin-after: 83px;
    margin-block-end: 83px
}

.explore-platforms__container {
    padding-inline: var(--space__Grid--Outer)
}

.explore-platforms__title {
    text-align: center;
    text-wrap: balance;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.explore-platforms__description {
    text-align: center
}

.explore-platforms__description,
.explore-platforms__kv--holder {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.explore-platforms__kv--holder {
    width: 240px;
    aspect-ratio: 1/.8
}

.explore-platforms__btn {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

.explore-platforms__cards {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.explore-platforms .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__Brand-02);
    border-radius: var(--style__Border--Radius--Items);
    padding: 27px 8px;
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
    position: relative
}

.explore-platforms .card:not(:last-of-type) {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.explore-platforms .card__subtitle {
    color: var(--color__Brand-01);
    -webkit-margin-after: var(--space__Text-Icon);
    margin-block-end: var(--space__Text-Icon)
}

.explore-platforms .card__text,
.explore-platforms .card__title {
    text-align: center
}

.explore-platforms .card__title {
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.explore-platforms .card__text {
    padding-inline: 21px
}

@media screen and (min-width:768px) {
    .explore-platforms {
        -webkit-margin-after: 140px;
        margin-block-end: 140px
    }

    .explore-platforms__kv--holder {
        width: 500px
    }

    .explore-platforms .card {
        padding: 41px 27px;
        max-width: 668px
    }

    .explore-platforms .card__text {
        padding-inline: 0
    }
}

@media screen and (min-width:1025px) {
    .explore-platforms__description {
        margin-inline: auto;
        max-width: 75%
    }

    .explore-platforms__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .explore-platforms__kv--holder {
        width: 340px
    }

    .explore-platforms .card {
        max-width: 48%;
        padding: 30px 20px
    }

    .explore-platforms .card:not(:last-of-type) {
        margin: 0 30px 0 0
    }
}

@media screen and (min-width:1280px) {
    .explore-platforms__cards {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }
}

@media screen and (min-width:1440px) {
    .explore-platforms__description {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .explore-platforms__kv--holder {
        width: 400px
    }
}

@media screen and (min-width:1680px) {
    .explore-platforms__kv--holder {
        width: 500px
    }

    .explore-platforms__description {
        margin-inline: auto;
        max-width: 832px
    }

    .explore-platforms .card {
        padding: 56px 100px
    }

    .explore-platforms .card:not(:last-of-type) {
        -webkit-margin-end: 50px;
        margin-inline-end: 50px
    }

    .explore-platforms .card__subtitle {
        font-size: 26px;
        line-height: 43px
    }
}

@media screen and (min-width:1920px) {
    .explore-platforms {
        -webkit-margin-after: 151px;
        margin-block-end: 151px
    }

    .explore-platforms__kv--holder {
        width: 600px
    }
}

.contact {
    text-align: center;
    padding: 48px 15px 40px
}

.contact__description,
.contact__title {
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__item:not(:last-of-type) {
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.contact__item span {
    color: var(--color__Brand-01)
}

.contact__info {
    -webkit-margin-after: 290px;
    margin-block-end: 290px
}

.contact__form {
    background-color: var(--color__White);
    border: 2px solid var(--color__Brand-01--25);
    border-radius: 40px;
    padding: 29px 20px;
    -webkit-box-shadow: var(--style__Shadow--Main);
    box-shadow: var(--style__Shadow--Main)
}

.contact__form-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

@media screen and (min-width:768px) {
    .contact {
        padding: 54px 49px 40px
    }

    .contact__info {
        margin: 0 auto 78px;
        width: 90%
    }

    .contact__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contact__item:not(:last-of-type) {
        margin: 0 100px 0 0
    }

    .contact__form {
        padding: 30px 15px 23px;
        width: 334px
    }
}

@media screen and (min-width:1025px) {
    .contact {
        text-align: left;
        padding: 39px 44px
    }

    .contact__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contact__info {
        margin: 0 50px 0 0;
        width: 35%
    }

    .contact__description,
    .contact__title {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .contact__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact__item,
    .contact__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .contact__item:not(:last-of-type) {
        margin: 0 0 30px
    }

    .contact__form {
        width: 350px
    }

    .contact__form-title {
        text-align: center
    }
}

@media screen and (min-width:1440px) {
    .contact {
        padding-inline: 100px
    }

    .contact__description,
    .contact__form-title {
        font-size: 18px;
        line-height: 28px
    }

    .contact__form {
        padding-inline: 25px;
        width: 380px
    }
}

@media screen and (min-width:1920px) {
    .contact {
        padding: 86px 186px
    }

    .contact__info {
        -webkit-margin-end: 110px;
        margin-inline-end: 110px
    }
}

.specifications {
    margin-block: 50px
}

.specifications .item {
    padding: 0;
    position: relative
}

.specifications .item:not(:last-of-type) {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.specifications .item__label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute
}

.specifications .item__label:checked~.item__content,
.specifications .item__label:checked~.item__content .item__table {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    max-height: 0;
    opacity: 0
}

.specifications .item__label:checked~.item__content .item__table {
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.specifications .item__label:checked~.item__header:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.specifications .item__label:checked~.external-scroll_wrapper,
.specifications .item__label:checked~.item__decor {
    max-height: 0;
    opacity: 0
}

.specifications .item,
.specifications .item__content,
.specifications .item__header,
.specifications .item__table {
    -webkit-animation: flipdown .5s ease both;
    animation: flipdown .5s ease both
}

.specifications .item__header,
.specifications .item__table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.specifications .item__header {
    background-color: rgba(var(--color__Brand-02--RGB), .6);
    border-radius: var(--style__Border--Radius);
    color: var(--color__Brand-01);
    margin-inline: 20px;
    padding: 21px;
    position: relative
}

.specifications .item__header:after,
.specifications .item__header:before {
    content: "";
    background-color: var(--color__Brand-01);
    border-radius: 2px;
    height: 2px;
    width: 12px;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: absolute;
    top: 50%;
    right: 20px
}

.specifications .item__header:after {
    rotate: 0deg
}

.specifications .item__icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: absolute;
    top: 50%;
    right: 21px
}

.specifications .item__content {
    -webkit-margin-before: 41px;
    margin-block-start: 41px;
    z-index: 2
}

.specifications .item__content,
.specifications .item__table {
    opacity: 1;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: relative
}

.specifications .item__table {
    display: grid;
    grid-template-columns: repeat(15, auto);
    -webkit-padding-after: 29px;
    padding-block-end: 29px;
    -webkit-transform: translate(0);
    transform: translate(0);
    overflow-x: auto;
    z-index: 3
}

.specifications .item__column div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-wrap: nowrap;
    padding: 5px 10px;
    min-height: 72px
}

.specifications .item__column div:first-of-type {
    background-color: var(--color__White);
    border-top: 1px solid var(--color__Brand-01--15);
    color: var(--color__Brand-01);
    font-size: 18px;
    text-align: center;
    padding-block: 14px
}

.specifications .item__column div:first-of-type,
.specifications .item__column div:last-of-type {
    border-bottom: 1px solid var(--color__Brand-01--15)
}

.specifications .item__column div br {
    display: none
}

.specifications .item__column:first-of-type {
    background-color: var(--color__White);
    z-index: 1;
    position: sticky;
    left: 0;
    top: 0
}

.specifications .item__column:first-of-type div {
    border-right: 1px solid var(--color__Brand-01--15);
    color: var(--color__Brand-01);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-padding-start: 35px;
    padding-inline-start: 35px;
    position: relative
}

.specifications .item__column:first-of-type div:first-of-type {
    font-weight: 400
}

.specifications .scroll-wrapper>.scroll-content::-webkit-scrollbar,
.specifications .scroll-wrapper>.scroll-content::-webkit-scrollbar-thumb,
.specifications .scroll-wrapper>.scroll-content::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    opacity: 0
}

.specifications .external-scroll_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    opacity: 1;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default);
    position: absolute;
    bottom: 20px
}

.specifications .external-scroll_x {
    display: none;
    cursor: pointer
}

.specifications .external-scroll_x.scroll-scrollx_visible {
    display: block;
    background-color: inherit;
    width: 261px;
    height: 7px;
    left: 0;
    top: auto
}

.specifications .external-scroll_x.scroll-scrollx_visible:before {
    content: "";
    background-color: var(--color__White);
    border-radius: 15px;
    width: 100%;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%
}

.specifications .external-scroll_x div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.specifications .external-scroll_x .scroll-element_outer {
    border: 1px solid var(--color__Brand-01--15);
    border-radius: 3px;
    width: 261px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    left: 50%
}

.specifications .external-scroll_x .scroll-bar {
    background-color: var(--color__Brand-01--15);
    border-radius: 2px;
    width: 57px;
    height: 5px;
    z-index: 12;
    position: absolute;
    top: 0
}

.specifications__button {
    color: var(--color__Brand-01)
}

.specifications__button.hidden {
    display: none
}

@media screen and (min-width:768px) {
    .specifications {
        margin-block: 50px 80px
    }

    .specifications .item:not(:last-of-type) {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .specifications .item__header {
        font-size: 26px;
        line-height: 43px;
        padding: 19px 40px;
        margin-inline: 50px
    }

    .specifications .item__header:after,
    .specifications .item__header:before {
        right: 40px
    }

    .specifications .item__column:first-of-type div {
        -webkit-padding-start: 45px;
        padding-inline-start: 45px
    }
}

@media screen and (min-width:1680px) {
    .specifications {
        margin-block: 60px
    }

    .specifications__container {
        margin-inline: var(--space__Grid--Outer);
        max-width: 1720px
    }

    .specifications .item__header {
        padding-inline: 25px;
        margin-inline: 0;
        border: 0
    }

    .specifications .item__column {
        max-width: 161px
    }

    .specifications .item__column:first-of-type div {
        border-right: 0;
        padding-inline: 10px 30px
    }

    .specifications .item__column div {
        text-wrap: balance;
        padding: 5px 10px;
        min-height: 130px
    }

    .specifications .item__column div:first-of-type {
        border: 0;
        font-size: 16px
    }

    .specifications .item__column div:last-of-type {
        border: 0
    }

    .specifications .item__column div br {
        display: block
    }

    .specifications .item__column:not(:last-of-type) div:not(:first-of-type) {
        position: relative
    }

    .specifications .item__column:not(:last-of-type) div:not(:first-of-type):after {
        content: "";
        background-color: var(--color__Brand-01--15);
        width: 1px;
        height: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0
    }
}

.categories {
    -webkit-margin-after: 78px;
    margin-block-end: 78px
}

.categories__container {
    margin-inline: 10px
}

.categories__title {
    text-align: center;
    -webkit-margin-after: 25px;
    margin-block-end: 25px
}

.categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 30px
}

.categories__row div {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    width: 20%
}

.categories__row div:first-of-type {
    color: var(--color__Brand-01);
    font-weight: 500;
    text-align: left;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    width: 40%;
    position: relative
}

.categories__row:not(:first-of-type) div:first-of-type:before {
    content: "";
    background-color: var(--color__Brand-01--15);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.categories__row:not(:last-of-type) {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.categories__row--thead {
    color: var(--color__Brand-01);
    -webkit-margin-after: 23px;
    margin-block-end: 23px
}

.categories__row--thead div:first-of-type {
    font-weight: 400
}

@media screen and (min-width:768px) {
    .categories {
        -webkit-margin-after: 70px;
        margin-block-end: 70px
    }

    .categories__container {
        margin-inline: 80px
    }

    .categories__title {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .categories__row {
        min-height: 50px
    }

    .categories__row div {
        font-size: 15px;
        line-height: 25px;
        width: 25%
    }

    .categories__row div:first-of-type {
        width: 25%;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px
    }

    .categories__row div:not(:last-of-type):after {
        content: "";
        background-color: var(--color__Brand-01--15);
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }

    .categories__row:not(:first-of-type) div:first-of-type:before {
        content: none
    }

    .categories__row--thead div {
        font-size: 18px
    }
}

@media screen and (min-width:1280px) {
    .categories {
        -webkit-margin-after: 120px;
        margin-block-end: 120px
    }

    .categories__container {
        margin-inline: auto;
        max-width: 909px
    }

    .categories__title {
        -webkit-margin-after: 80px;
        margin-block-end: 80px
    }

    .categories__row div {
        font-size: 16px
    }

    .categories__row div:first-of-type {
        font-size: 18px
    }

    .categories__row:not(:last-of-type) {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }
}

.holidays {
    background-color: var(--color__Section-Bg);
    padding-block: 40px 60px
}

.holidays__container {
    padding-inline: var(--space__Grid--Outer)
}

.holidays .holidays-table__header {
    display: none
}

.holidays .holidays-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color__White);
    border-radius: 48px;
    padding-block: 48px;
    -webkit-box-shadow: var(--style__Shadow--Main);
    box-shadow: var(--style__Shadow--Main)
}

.holidays .holidays-table__item:not(:last-of-type) {
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.holidays .holidays-table__column:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e8ecfc;
    padding-block: 14px;
    width: 100%
}

.holidays .holidays-table__column:first-of-type div {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    width: 50%
}

.holidays .holidays-table__column:nth-of-type(2) {
    background-color: #f4f6ff;
    font-family: var(--font__Secondary);
    font-weight: 700;
    padding: 14px 30px;
    width: 100%
}

.holidays .holidays-table__column:nth-of-type(3),
.holidays .holidays-table__column:nth-of-type(4) {
    width: 50%
}

.holidays .holidays-table__column:nth-of-type(3) div,
.holidays .holidays-table__column:nth-of-type(4) div {
    font-weight: 300;
    padding: 14px 0 14px 30px
}

.holidays .holidays-table__column:nth-of-type(3) div:first-of-type,
.holidays .holidays-table__column:nth-of-type(4) div:first-of-type {
    font-weight: 700
}

@media screen and (min-width:768px) {
    .holidays {
        padding-block: 60px 71px
    }

    .holidays .holidays-table__item:not(:last-of-type) {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .holidays .holidays-table__column:nth-of-type(2) {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width:1025px) {
    .holidays {
        padding-block: 52px 100px;
        position: relative
    }

    .holidays:before {
        content: "";
        background: url(https://www.capplace.com/Content/Images/site--pages/trading-holidays/section--2/decor.png) no-repeat;
        background-size: cover;
        width: 800px;
        height: 700px;
        position: absolute;
        top: -340px;
        left: -390px
    }

    .holidays .holidays-table__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .holidays .holidays-table__header div {
        font: 500 20px/40px var(--font__Secondary);
        text-align: center;
        width: 25%
    }

    .holidays .holidays-table__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .holidays .holidays-table__item:not(:last-of-type) {
        -webkit-margin-after: 70px;
        margin-block-end: 70px
    }

    .holidays .holidays-table__column {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .holidays .holidays-table__column:first-of-type,
    .holidays .holidays-table__column:nth-of-type(2),
    .holidays .holidays-table__column:nth-of-type(3),
    .holidays .holidays-table__column:nth-of-type(4) {
        padding: 0 30px;
        width: 25%
    }

    .holidays .holidays-table__column:first-of-type div:first-of-type,
    .holidays .holidays-table__column:nth-of-type(3) div:first-of-type,
    .holidays .holidays-table__column:nth-of-type(4) div:first-of-type {
        display: none
    }

    .holidays .holidays-table__column:first-of-type,
    .holidays .holidays-table__column:nth-of-type(2) {
        background-color: var(--color__White);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .holidays .holidays-table__column:nth-of-type(3) div,
    .holidays .holidays-table__column:nth-of-type(4) div {
        font-weight: 400;
        padding-inline: 0
    }

    .holidays .holidays-table__column:first-of-type {
        font: 700 20px/30px var(--font__Secondary)
    }

    .holidays .holidays-table__column:first-of-type div {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        width: 100%
    }

    .holidays .holidays-table__column:not(:last-of-type) {
        position: relative
    }

    .holidays .holidays-table__column:not(:last-of-type):after {
        content: "";
        background: radial-gradient(50% 50% at 50% 50%, #0248fc 0, rgba(1, 43, 150, 0) 100%);
        width: 2px;
        height: 450px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0
    }
}

@media screen and (min-width:1440px) {
    .holidays__container {
        padding-inline: 71px
    }

    .holidays .holidays-table__item {
        border-radius: 85px;
        padding-block: 60px
    }
}

@media screen and (min-width:1920px) {
    .holidays {
        padding-block: 140px 85px
    }

    .holidays__container {
        padding-inline: 120px
    }

    .holidays .holidays-table__header {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .holidays .holidays-table__header div {
        font-size: 35px;
        line-height: 40px
    }

    .holidays .holidays-table__item {
        padding-block: 85px
    }

    .holidays .holidays-table__item:not(:last-of-type) {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .holidays .holidays-table__column:first-of-type div,
    .holidays .holidays-table__column:nth-of-type(2) {
        font-size: 25px;
        line-height: 30px
    }

    .holidays .holidays-table__column:nth-of-type(3) div,
    .holidays .holidays-table__column:nth-of-type(4) div {
        font-size: 18px;
        line-height: 28px
    }

    .holidays .holidays-table__column:not(:last-of-type):after {
        height: 487px
    }
}

.get-support,
.get-support__container,
.get-support__content {
    min-height: 835px
}

.get-support__content {
    display: grid;
    grid-template-rows: 50%;
    padding: var(--space__Additional) var(--space__Grid--Outer) 75px
}

.get-support__content--left,
.get-support__content--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.get-support__content--left {
    text-align: center
}

.get-support__description,
.get-support__title {
    text-wrap: balance
}

.get-support__title {
    margin-bottom: 15px
}

.get-support__description {
    margin-bottom: 30px
}

.get-support__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    -webkit-box-shadow: 2px 16px 35px rgba(229, 108, 108, .1);
    box-shadow: 2px 16px 35px rgba(229, 108, 108, .1);
    border-radius: 150px;
    padding: 8px 25px;
    min-height: 50px;
    min-width: 248px;
    position: relative
}

.get-support__badge--decor {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--color__Green);
    margin-right: 20px;
    height: 20px;
    width: 20px
}

.get-support__badge:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-bottom: 17px solid var(--color__White);
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    position: absolute;
    top: -17px
}

.get-support__badge--left {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 16px
}

.get-support__badge--left:before {
    right: 40px
}

.get-support__badge--right {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 32px
}

.get-support__badge--right:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 40px
}

@media screen and (min-width:768px) {

    .get-support,
    .get-support__container,
    .get-support__content {
        min-height: 1040px
    }

    .get-support__content {
        grid-template-rows: 65% 35%
    }

    .get-support__title {
        margin-bottom: 20px
    }

    .get-support__description {
        margin-bottom: 40px
    }

    .get-support__badge {
        padding-inline: 70px;
        margin-bottom: 0;
        min-height: 110px
    }

    .get-support__badge--right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .get-support__badge--right:before {
        left: 60px
    }

    .get-support__badge--left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .get-support__badge--left:before {
        right: 60px
    }
}

@media screen and (max-width:1024px) {
    .get-support__content--left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .get-support__content--right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-inline: auto;
        width: 100%;
        max-width: 700px
    }
}

@media screen and (min-width:1025px) {

    .get-support,
    .get-support__container,
    .get-support__content {
        min-height: 700px
    }

    .get-support__content {
        grid-template-rows: unset;
        grid-template-columns: 40% 60%
    }

    .get-support__content--left {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .get-support__content--right {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .get-support__title {
        margin-bottom: 30px
    }

    .get-support__badge {
        min-height: 90px
    }

    .get-support__badge--right {
        margin-bottom: 35px
    }
}

@media screen and (min-width:1680px) {
    .get-support__content {
        grid-template-columns: 43% 50%
    }
}

@media screen and (min-width:1920px) {

    .get-support,
    .get-support__container,
    .get-support__content {
        min-height: 890px
    }

    .get-support__content {
        grid-template-columns: 45% 50%
    }

    .get-support__badge--left {
        margin-bottom: 100px;
        margin-left: 30px
    }

    .get-support__badge--right {
        margin-right: 30px
    }
}

.features-slider {
    background: url(https://www.capplace.com/Content/Images/site--pages/home/section--2/bg/bg-mob.jpg) no-repeat 50%/cover;
    padding-block: 35px 50px
}

.features-slider__content {
    text-align: center;
    padding-inline: var(--space__Grid--Outer);
    margin-inline: auto;
    max-width: 880px
}

.features-slider__title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.features-slider__container {
    text-align: center
}

.features-slider__container:before {
    content: "";
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius--Container);
    -webkit-box-shadow: 0 100px 100px 10px #b5c7f6;
    box-shadow: 0 100px 100px 10px #b5c7f6;
    margin: auto;
    max-width: 340px;
    width: 100%;
    width: calc(100% - var(--space__Grid--Outer)*2);
    height: calc(100% - 50px);
    z-index: 1;
    position: absolute;
    inset: 50px 0 0
}

.features-slider--thumbs {
    max-width: 310px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 270px;
    left: 50%
}

.features-slider--thumbs .swiper-wrapper {
    margin-inline: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.features-slider__thumb {
    cursor: pointer
}

.features-slider__thumb.swiper-slide-thumb-active,
.features-slider__thumb:hover {
    color: var(--color__Green)
}

.features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-icon--wrapper:before,
.features-slider__thumb:hover .features-slider__thumb-icon--wrapper:before {
    border: 5px solid var(--color__Green);
    width: 100%;
    height: 100%;
    opacity: .25
}

.features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-icon--wrapper:after,
.features-slider__thumb:hover .features-slider__thumb-icon--wrapper:after {
    opacity: 1
}

.features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-icon,
.features-slider__thumb:hover .features-slider__thumb-icon {
    width: 26px;
    z-index: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-text,
.features-slider__thumb:hover .features-slider__thumb-text {
    font-weight: 700
}

.features-slider__thumb-icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 56px;
    aspect-ratio: 1/1;
    position: relative
}

.features-slider__thumb-icon--wrapper:before {
    content: "";
    border: 1px solid var(--color__Green);
    border-radius: 100%;
    margin: auto;
    width: 32px;
    aspect-ratio: 1/1;
    opacity: .5;
    position: absolute;
    inset: 0
}

.features-slider__thumb-icon--wrapper:after {
    content: "";
    background-color: var(--color__Green);
    border-radius: 100%;
    margin: auto;
    width: calc(100% - 10px);
    opacity: 0;
    position: absolute;
    inset: 0
}

.features-slider__thumb-icon,
.features-slider__thumb-icon--wrapper:after {
    aspect-ratio: 1/1;
    -webkit-transition: var(--style__Transition--Default);
    transition: var(--style__Transition--Default)
}

.features-slider__thumb-icon {
    width: 16px
}

.features-slider__thumb-text {
    font-size: 12px;
    line-height: 16px
}

.features-slider--main {
    -webkit-padding-before: 50px;
    padding-block-start: 50px
}

.features-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.features-slider__kv--holder {
    margin: -50px auto 135px;
    max-width: 304px;
    width: 100%;
    aspect-ratio: 1/.86
}

.features-slider__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-padding-after: 100px;
    padding-block-end: 100px;
    margin-inline: auto;
    max-width: 280px;
    height: 100%
}

.features-slider__item-title {
    text-wrap: balance;
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.features-slider__item-text {
    -webkit-margin-after: 55px;
    margin-block-end: 55px
}

.features-slider__item-link {
    margin: auto auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.features-slider .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    inset: auto 0 60px
}

.features-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid var(--color__Brand-01);
    border-radius: 100%
}

.features-slider .swiper-pagination-bullet-active {
    background: var(--color__Brand-01)
}

.features-slider .swiper-button-next,
.features-slider .swiper-button-prev {
    display: none;
    background-color: var(--color__White);
    border: 1px solid var(--color__Brand-01--15);
    border-radius: 100%;
    margin: auto;
    width: 58px;
    height: 58px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    inset: 0 auto 0 0
}

.features-slider .swiper-button-next:before,
.features-slider .swiper-button-prev:before {
    content: "";
    background: url(https://www.cktrading.co/Content/Images/common/arrow--blue.svg) no-repeat 50%/cover;
    margin: auto;
    width: 24px;
    aspect-ratio: 1/1;
    position: absolute;
    inset: 0
}

.features-slider .swiper-button-next:hover,
.features-slider .swiper-button-prev:hover {
    background-color: var(--color__Brand-01--15);
    border-color: var(--color__Brand-01--50)
}

.features-slider .swiper-button-next:active,
.features-slider .swiper-button-prev:active {
    background-color: var(--color__Brand-01--25)
}

.features-slider .swiper-button-next {
    right: 0;
    left: auto
}

.features-slider .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (min-width:768px) {
    .features-slider {
        background: url(https://www.capplace.com/Content/Images/site--pages/home/section--2/bg/bg-tab.jpg) no-repeat 50%/cover;
        padding-block: 40px 60px
    }

    .features-slider__container:before {
        max-width: 680px
    }

    .features-slider--thumbs {
        max-width: 416px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 515px;
        left: 50%
    }

    .features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-icon--wrapper:before {
        border: 8px solid var(--color__Green)
    }

    .features-slider__thumb.swiper-slide-thumb-active .features-slider__thumb-icon {
        width: 40px
    }

    .features-slider__thumb-icon--wrapper {
        -webkit-margin-after: 18px;
        margin-block-end: 18px;
        width: 86px
    }

    .features-slider__thumb-icon--wrapper:before {
        width: 50px
    }

    .features-slider__thumb-icon--wrapper:after {
        width: calc(100% - 16px)
    }

    .features-slider__thumb-icon {
        width: 24px
    }

    .features-slider__kv--holder {
        -webkit-margin-after: 245px;
        margin-block-end: 245px;
        max-width: 548px
    }

    .features-slider__item-content {
        -webkit-padding-after: 160px;
        padding-block-end: 160px;
        margin-inline: auto;
        max-width: 560px
    }

    .features-slider .swiper-pagination-bullets {
        bottom: 80px
    }

    .features-slider .swiper-button-next,
    .features-slider .swiper-button-prev {
        display: block
    }

    .features-slider .swiper-button-prev {
        left: 76px
    }

    .features-slider .swiper-button-next {
        right: 76px
    }
}

@media screen and (min-width:1280px) {
    .features-slider {
        background: url(https://www.capplace.com/Content/Images/site--pages/home/section--2/bg/bg-desk.jpg) no-repeat 50%/cover;
        -webkit-padding-after: 80px;
        padding-block-end: 80px
    }

    .features-slider__container {
        padding: 0;
        max-width: 100%
    }

    .features-slider__container:before {
        max-width: calc(100% - var(--space__Grid--Outer)*2)
    }

    .features-slider--thumbs {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 90px;
        left: 630px
    }

    .features-slider--thumbs .swiper-wrapper {
        margin-inline: 0
    }

    .features-slider--main {
        -webkit-padding-before: 20px;
        padding-block-start: 20px
    }

    .features-slider__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .features-slider__kv--holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        max-width: 580px;
        position: relative;
        left: calc(var(--space__Grid--Outer) - 50px)
    }

    .features-slider__item-content {
        text-align: left;
        -webkit-padding-after: 90px;
        padding-block-end: 90px;
        margin: 255px 0 0;
        max-width: 526px;
        width: 35%;
        height: calc(100% - 255px)
    }

    .features-slider__item-text {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .features-slider__item-link {
        margin: 0
    }

    .features-slider .swiper-pagination-bullets {
        bottom: 30px
    }

    .features-slider .swiper-button-prev {
        left: calc(var(--space__Grid--Outer) + 30px)
    }

    .features-slider .swiper-button-next {
        right: calc(var(--space__Grid--Outer) + 30px)
    }
}

@media screen and (min-width:1440px) {
    .features-slider {
        -webkit-padding-after: 100px;
        padding-block-end: 100px
    }

    .features-slider--thumbs {
        left: 730px
    }

    .features-slider__item {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px
    }

    .features-slider__kv--holder {
        max-width: 660px;
        left: calc(var(--space__Grid--Outer) - 30px)
    }

    .features-slider__item-content {
        width: 40%
    }
}

@media screen and (min-width:1680px) {
    .features-slider__container {
        max-width: 1920px
    }

    .features-slider--thumbs {
        left: calc(4% + 813px)
    }

    .features-slider__item {
        -webkit-column-gap: 84px;
        -moz-column-gap: 84px;
        column-gap: 84px
    }

    .features-slider__kv--holder {
        -webkit-margin-start: 4%;
        margin-inline-start: 4%;
        max-width: 729px
    }

    .features-slider__item-content {
        -webkit-margin-before: 255px;
        margin-block-start: 255px;
        max-width: 560px;
        height: calc(100% - 255px)
    }

    .features-slider__item-text {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }
}

@media screen and (min-width:1920px) {
    .features-slider--thumbs {
        left: calc(10% + 893px)
    }

    .features-slider__item {
        -webkit-column-gap: 164px;
        -moz-column-gap: 164px;
        column-gap: 164px
    }

    .features-slider__kv--holder {
        -webkit-margin-start: 10%;
        margin-inline-start: 10%
    }

    .features-slider .swiper-button-prev {
        left: calc(var(--space__Grid--Outer) + 40px)
    }

    .features-slider .swiper-button-next {
        right: calc(var(--space__Grid--Outer) + 40px)
    }
}

.announcement-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color__Brand-BG);
    padding: 23px 18px 64px;
    overflow: hidden
}

.announcement-list .container {
    padding-inline: 0;
    max-width: 1220px
}

.announcement-list__header {
    color: var(--color__Black);
    text-align: center;
    margin-block: 0 22px
}

.announcement-list .announcement-accordion {
    margin-inline: auto
}

.announcement-list .announcement-accordion--inner {
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius--Items);
    -webkit-margin-after: 24px;
    margin-block-end: 24px;
    overflow: hidden
}

.announcement-list .announcement-accordion--inner:last-of-type {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.announcement-list .announcement-accordion--inner .announcement-accordion__title {
    font: 700 18px/28px var(--font__Secondary);
    text-align: left;
    color: var(--color__Black);
    padding: 21px 83px 21px 21px;
    position: relative;
    cursor: pointer
}

.announcement-list .announcement-accordion--inner .announcement-accordion__date {
    color: #2a3048;
    font: 400 15px/25px var(--font__Primary)
}

.announcement-list .announcement-accordion--inner .announcement-accordion__icon {
    width: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px
}

.announcement-list .announcement-accordion--inner .announcement-accordion__content {
    padding: 0 21px;
    -webkit-transition: grid-template-rows .3s;
    transition: grid-template-rows .3s;
    transition: grid-template-rows .3s, -ms-grid-rows .3s
}

.announcement-list .announcement-accordion--inner .announcement-accordion__less,
.announcement-list .announcement-accordion--inner .announcement-accordion__more {
    display: none;
    font-weight: 700;
    font-size: 15px;
    color: var(--color__Brand-01);
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.announcement-list .announcement-accordion--inner .announcement-accordion__less:hover,
.announcement-list .announcement-accordion--inner .announcement-accordion__more:hover {
    text-decoration: underline;
    cursor: pointer
}

.announcement-list .announcement-accordion--inner .announcement-accordion__less.active,
.announcement-list .announcement-accordion--inner .announcement-accordion__more.active {
    display: block
}

.announcement-list .announcement-accordion--inner .announcement-accordion__table {
    display: none
}

.announcement-list .announcement-accordion--inner .announcement-accordion__table.active {
    display: block
}

.announcement-list .announcement-accordion__title {
    color: var(--color__Brand-01);
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.announcement-list .announcement-accordion__title:before {
    content: "";
    border: 1px solid var(--color__Brand-01--15);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px 0 #bfd0f7;
    box-shadow: 0 0 40px 0 #bfd0f7;
    width: 58px;
    height: 58px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 19px;
    cursor: pointer
}

.announcement-list .announcement-accordion__title:after {
    content: "";
    background: url(https://www.cktrading.co/Content/Images/common/arrow--blue.svg) 50%/cover no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 36px
}

.announcement-list .announcement-accordion__title[aria-expanded=true] {
    color: var(--color__Brand-01)
}

.announcement-list .announcement-accordion__title[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.announcement-list .announcement-accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    text-align: left;
    -webkit-transition: grid-template-rows .5s;
    transition: grid-template-rows .5s;
    transition: grid-template-rows .5s, -ms-grid-rows .5s
}

.announcement-list .announcement-accordion__content[aria-hidden=false] {
    grid-template-rows: 1fr
}

.announcement-list .announcement-accordion__content[aria-hidden=false] .announcement-accordion__description {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.announcement-list .announcement-accordion__content a {
    font-weight: 700
}

.announcement-list .announcement-accordion__hidden {
    overflow: hidden
}

.announcement-list .announcement-accordion__description h3 {
    font: 700 18px/28px var(--font__Secondary);
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.announcement-list .announcement-accordion__description div,
.announcement-list .announcement-accordion__description p {
    -webkit-margin-after: 24px;
    margin-block-end: 24px
}

.announcement-list .announcement-accordion__description ul {
    margin-block: 8px
}

.announcement-list .announcement-accordion__description ul li {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    position: relative
}

.announcement-list .announcement-accordion__description ul li:before {
    content: "";
    background-color: var(--color__Black);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0
}

.announcement-list .announcement-accordion__description ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-block: 8px;
    list-style: none;
    counter-reset: li
}

.announcement-list .announcement-accordion__description ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

@media screen and (min-width:768px) {
    .announcement-list {
        padding: 38px 44px 74px
    }

    .announcement-list__header {
        font-size: 38px;
        line-height: 48px;
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .announcement-list .announcement-accordion--inner {
        border-radius: 50px;
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title {
        font-size: 34px;
        line-height: 44px;
        padding: 16px 95px 20px 40px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title:before {
        right: 25px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title:after {
        right: 42px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title[aria-expanded=true] {
        -webkit-padding-before: 39px;
        padding-block-start: 39px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__content {
        padding-inline: 40px
    }

    .announcement-list .announcement-accordion__description h3 {
        font: 700 18px/28px var(--font__Secondary);
        -webkit-margin-after: 12px;
        margin-block-end: 12px
    }

    .announcement-list .announcement-accordion__description div,
    .announcement-list .announcement-accordion__description p {
        -webkit-margin-after: 24px;
        margin-block-end: 24px
    }

    .announcement-list .announcement-accordion__description ul {
        margin-block: 8px
    }

    .announcement-list .announcement-accordion__description ul li {
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
        position: relative
    }

    .announcement-list .announcement-accordion__description ul li:before {
        content: "";
        background-color: var(--color__Black);
        border-radius: 50%;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 10px;
        left: 0
    }

    .announcement-list .announcement-accordion__description ol {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        margin-block: 8px;
        list-style: none;
        counter-reset: li
    }

    .announcement-list .announcement-accordion__description ol li:before {
        counter-increment: li;
        content: counters(li, ".") ". "
    }
}

@media screen and (min-width:1025px) {
    .announcement-list {
        position: relative
    }

    .announcement-list:before {
        content: "";
        background: url(https://www.capplace.com/Content/Images/site--pages/faq/section--1/decor.png) no-repeat;
        background-size: cover;
        width: 800px;
        height: 700px;
        position: absolute;
        top: -340px;
        left: -390px
    }
}

@media screen and (min-width:1280px) {
    .announcement-list {
        padding: 50px 110px 94px
    }

    .announcement-list__header {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }
}

@media screen and (min-width:1440px) {
    .announcement-list__header {
        font-size: 45px;
        line-height: 55px;
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .announcement-list .announcement-accordion--inner {
        border-radius: 80px;
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title {
        font-size: 38px;
        line-height: 48px;
        padding: 31px 115px 31px 60px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title:before {
        right: 43px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title:after {
        right: 60px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__content {
        padding-inline: 60px
    }

    .announcement-list .announcement-accordion__title {
        font-size: 38px;
        line-height: 48px
    }

    .announcement-list .announcement-accordion__description h3 {
        font-size: 26px;
        line-height: 36px;
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .announcement-list .announcement-accordion__description div,
    .announcement-list .announcement-accordion__description p {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .announcement-list .announcement-accordion__description ul li {
        -webkit-padding-start: 15px;
        padding-inline-start: 15px
    }
}

@media screen and (min-width:1920px) {
    .announcement-list {
        padding-block: 90px 150px
    }

    .announcement-list:before {
        left: -350px;
        top: -350px
    }

    .announcement-list__header {
        -webkit-margin-after: 60px;
        margin-block-end: 60px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__title {
        font-size: 45px;
        line-height: 55px;
        padding: 38px 115px 38px 60px
    }

    .announcement-list .announcement-accordion--inner .announcement-accordion__date {
        font-size: 18px;
        line-height: 28px
    }

    .announcement-list .announcement-accordion__description h3 {
        font-size: 35px;
        line-height: 40px
    }

    .announcement-list .announcement-accordion__description li,
    .announcement-list .announcement-accordion__description p {
        font-size: 18px;
        line-height: 28px
    }
}

.platforms-benefits {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebeef7));
    background: linear-gradient(180deg, #fff, #ebeef7);
    overflow: hidden
}

.platforms-benefits__container {
    display: grid;
    grid-template-rows: .75fr 1fr auto;
    place-items: baseline center;
    padding: calc(var(--space__Additional)*2) var(--space__Grid--Outer);
    min-height: 800px;
    z-index: 1
}

.platforms-benefits__title {
    text-align: center;
    text-wrap: balance
}

.platforms-benefits .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    border-radius: calc(var(--style__Border--Radius--Items)/2);
    text-align: center;
    padding: var(--space__Text-Icon) var(--space__Additional--1) var(--space__Additional--1)
}

.platforms-benefits .item:not(:last-of-type) {
    margin-bottom: var(--space__Additional)
}

.platforms-benefits .item__icon {
    height: 30px;
    width: 30px
}

.platforms-benefits .item__icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: var(--color__Green);
    border-radius: 50%;
    outline: 6px solid rgba(var(--color__Green--RGB), .25);
    margin-bottom: var(--space__Additional--1);
    height: 50px;
    width: 50px
}

.platforms-benefits .item__title {
    -webkit-margin-after: var(--space__Additional);
    margin-block-end: var(--space__Additional)
}

.platforms-benefits .btn {
    -webkit-margin-before: var(--space__Additional);
    margin-block-start: var(--space__Additional)
}

.platforms-benefits .decor {
    z-index: 0;
    bottom: auto
}

@media screen and (min-width:768px) {
    .platforms-benefits__container {
        grid-template-rows: 1.75fr 1fr auto;
        padding-block: 100px 60px
    }

    .platforms-benefits__items {
        width: 80%
    }

    .platforms-benefits .item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-padding-before: 60px;
        padding-block-start: 60px
    }

    .platforms-benefits .item__icon {
        height: 43px;
        width: 43px
    }

    .platforms-benefits .item__icon--wrapper {
        height: 70px;
        width: 70px;
        position: absolute;
        inset: 35px -35px auto auto
    }

    .platforms-benefits .btn {
        -webkit-margin-before: var(--space__H);
        margin-block-start: var(--space__H)
    }
}

@media screen and (min-width:1025px) {
    .platforms-benefits__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-rows: unset;
        padding-block: 78px 40px;
        min-height: auto
    }

    .platforms-benefits__title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: left;
        -webkit-margin-after: 220px;
        margin-block-end: 220px;
        width: 40%;
        max-width: 550px
    }

    .platforms-benefits__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 70px;
        width: 100%
    }

    .platforms-benefits .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-padding-after: 60px;
        padding-block-end: 60px
    }

    .platforms-benefits .item:not(:last-of-type) {
        margin-bottom: 0
    }

    .platforms-benefits .item:first-of-type .item__icon--wrapper {
        inset: -35px auto auto var(--space__Additional--1)
    }

    .platforms-benefits .item:first-of-type .item__icon--wrapper:before {
        left: 32px
    }

    .platforms-benefits .item:last-of-type .item__icon--wrapper {
        inset: -35px var(--space__Additional--1) auto auto
    }

    .platforms-benefits .item:last-of-type .item__icon--wrapper:before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        right: 32px
    }

    .platforms-benefits .item__icon--wrapper:before {
        content: "";
        display: block;
        background: transparent url(https://www.capplace.com/Content/Images/site--pages/about-us/icons/icon--item-decor.svg) no-repeat 50%/cover;
        height: 241px;
        width: 114px;
        position: absolute;
        bottom: 100%
    }

    .platforms-benefits .item__title {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .platforms-benefits .btn {
        -ms-flex-item-align: center;
        align-self: center
    }

    .platforms-benefits .decor {
        bottom: 0
    }
}

@media screen and (min-width:1440px) {
    .platforms-benefits .btn {
        -webkit-margin-before: var(--space__Additional--1);
        margin-block-start: var(--space__Additional--1)
    }
}

@media screen and (min-width:1680px) {
    .platforms-benefits__container {
        padding-block: 140px 65px;
        min-height: 1100px
    }

    .platforms-benefits__title {
        max-width: 500px
    }

    .platforms-benefits__items {
        gap: 150px
    }

    .platforms-benefits .item {
        padding: 90px 50px
    }

    .platforms-benefits .btn {
        -webkit-margin-before: 60px;
        margin-block-start: 60px
    }
}

.trading-view {
    background: var(--color__White);
    padding-block: 64px 30px
}

.trading-view__container {
    padding-inline: var(--space__Grid--Outer)
}

.trading-view__logo {
    margin: 0 auto 55px;
    width: 300px
}

.trading-view__description {
    text-align: center
}

.trading-view__description span {
    display: block;
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

@media screen and (min-width:768px) {
    .trading-view {
        padding-block: 75px 50px
    }

    .trading-view__logo {
        -webkit-margin-after: 65px;
        margin-block-end: 65px;
        width: 362px
    }
}

@media screen and (min-width:1280px) {
    .trading-view {
        padding-block: 40px
    }

    .trading-view__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .trading-view__logo {
        margin: 0 70px 0 0
    }

    .trading-view__description {
        text-align: left;
        max-width: 59%
    }
}

@media screen and (min-width:1440px) {
    .trading-view__logo {
        width: 418px
    }
}

@media screen and (min-width:1680px) {
    .trading-view__logo {
        -webkit-margin-end: 120px;
        margin-inline-end: 120px
    }
}

.mobileapp-benefits {
    padding-block: 30px;
    overflow: hidden;
    position: relative
}

.mobileapp-benefits:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(20%, #dbe6ff), color-stop(80%, #dbe6ff), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #dbe6ff 20%, #dbe6ff 80%, #fff);
    width: 100%;
    height: 350px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0
}

.mobileapp-benefits__container {
    text-align: center
}

.mobileapp-benefits__content {
    text-align: center;
    padding-inline: var(--space__Grid--Outer);
    margin-inline: auto;
    max-width: 600px
}

.mobileapp-benefits__title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.mobileapp-benefits__description {
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.mobileapp-benefits__kv--holder {
    padding: 50px;
    margin: 30px auto -100px;
    max-width: 500px
}

.mobileapp-benefits__kv {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.mobileapp-benefits__slider {
    -webkit-padding-before: 43px;
    padding-block-start: 43px
}

.mobileapp-benefits__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color__White);
    border-radius: 40px;
    text-align: center;
    padding: 0 30px 30px;
    height: auto
}

.mobileapp-benefits__slide-icon {
    -webkit-margin-after: -18px;
    margin-block-end: -18px;
    width: 86px;
    aspect-ratio: 1/1;
    position: relative;
    top: -43px
}

.mobileapp-benefits__slide-title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.mobileapp-benefits .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-block: 40px
}

.mobileapp-benefits .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--color__Brand-01);
    width: 12px;
    aspect-ratio: 1/1
}

.mobileapp-benefits .swiper-pagination-bullet-active {
    background-color: var(--color__Brand-01)
}

@media screen and (min-width:768px) {
    .mobileapp-benefits {
        padding-block: 60px 40px
    }

    .mobileapp-benefits__content {
        max-width: 800px
    }

    .mobileapp-benefits__kv--holder {
        padding: 0;
        margin-block: 55px -200px;
        max-width: 650px;
        width: 100%
    }

    .mobileapp-benefits__kv {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .mobileapp-benefits__slider {
        padding-inline: 40px
    }
}

@media screen and (min-width:1280px) {
    .mobileapp-benefits {
        padding: 0
    }

    .mobileapp-benefits:before {
        display: none
    }

    .mobileapp-benefits__container {
        padding-block: 70px 50px
    }

    .mobileapp-benefits__content {
        padding: 0;
        max-width: 1050px
    }

    .mobileapp-benefits__kv--holder {
        max-width: 420px;
        margin: auto;
        z-index: 2;
        position: absolute;
        inset: auto 0 0
    }

    .mobileapp-benefits .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px
    }

    .mobileapp-benefits__slider {
        padding-block: 0;
        margin-block: 65px -35px
    }

    .mobileapp-benefits__slide {
        padding: 40px 60px 50px 40px;
        max-width: 300px;
        min-height: 230px;
        position: relative
    }

    .mobileapp-benefits__slide:before {
        content: "";
        width: 222px;
        background: url(https://www.capplace.com/Content/Images/site--pages/trading-platforms/section--3/curved-line.svg) no-repeat 50%/contain;
        aspect-ratio: 1/.58;
        position: absolute;
        top: 78px;
        left: 100%
    }

    .mobileapp-benefits__slide:nth-of-type(2n) {
        justify-self: flex-end;
        padding-inline: 60px 40px
    }

    .mobileapp-benefits__slide:nth-of-type(2n):before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        left: auto;
        right: 100%
    }

    .mobileapp-benefits__slide:nth-of-type(2n) .mobileapp-benefits__slide-icon {
        right: auto;
        left: -43px
    }

    .mobileapp-benefits__slide:nth-of-type(3):before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        top: -43px
    }

    .mobileapp-benefits__slide:nth-of-type(4):before {
        -webkit-transform: scale(-1);
        transform: scale(-1);
        top: -43px
    }

    .mobileapp-benefits__slide-content {
        text-align: left
    }

    .mobileapp-benefits__slide-icon {
        margin: 0;
        position: absolute;
        top: 35px;
        right: -43px
    }

    .mobileapp-benefits .swiper-pagination-bullets {
        display: none
    }

    .mobileapp-benefits__btn {
        z-index: 3
    }
}

@media screen and (min-width:1440px) {
    .mobileapp-benefits__slider {
        padding-inline: var(--space__Grid--Outer)
    }

    .mobileapp-benefits__slide {
        max-width: 400px
    }

    .mobileapp-benefits__kv--holder {
        max-width: 360px
    }
}

@media screen and (min-width:1680px) {
    .mobileapp-benefits__container {
        padding-block: 90px
    }

    .mobileapp-benefits__kv--holder {
        max-width: 430px
    }

    .mobileapp-benefits__slider {
        margin-block: 135px 35px;
        padding-inline: 150px
    }

    .mobileapp-benefits__slide {
        max-width: 420px
    }
}

@media screen and (min-width:1920px) {
    .mobileapp-benefits__kv--holder {
        max-width: 530px
    }
}

.accounts-simple {
    text-align: center;
    padding: 30px var(--space__Grid--Outer) 60px
}

.accounts-simple__container {
    max-width: 450px;
    width: 100%;
    margin-inline: auto
}

.accounts-simple__title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.accounts-simple__text {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px
}

.accounts-simple__content {
    background-color: var(--color__White);
    border-radius: var(--style__Border--Radius--Container);
    padding: 40px var(--space__Grid--Inner) 100px
}

.accounts-simple__items {
    gap: 25px
}

.accounts-simple__item,
.accounts-simple__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accounts-simple__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-after: 25px;
    padding-block-end: 25px;
    position: relative
}

.accounts-simple__item:before {
    content: "";
    width: calc(100% + 20px);
    height: 2px;
    background: url(https://www.capplace.com/Content/Images/site--pages/trading-platforms/section--4/line.svg) no-repeat 50%/cover;
    position: absolute;
    left: -10px;
    bottom: 0
}

.accounts-simple__kv--holder {
    width: 135px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.accounts-simple__kv {
    aspect-ratio: 1/.92
}

.accounts-simple__item-title {
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.accounts-simple__item-text {
    text-wrap: balance
}

.accounts-simple__btn {
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

@media screen and (min-width:768px) {
    .accounts-simple {
        padding-block: 60px
    }

    .accounts-simple__container {
        max-width: 700px
    }

    .accounts-simple__text {
        -webkit-margin-after: 50px;
        margin-block-end: 50px
    }

    .accounts-simple__content {
        padding: 100px calc(var(--space__Grid--Inner) + 20px) 120px
    }

    .accounts-simple__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px
    }

    .accounts-simple__item:before {
        margin: auto;
        width: 500px;
        left: 0;
        right: 0
    }

    .accounts-simple__kv--holder {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        width: 195px
    }

    .accounts-simple__item-content {
        text-align: left
    }

    .accounts-simple__btn {
        -webkit-margin-before: 60px;
        margin-block-start: 60px
    }
}

@media screen and (min-width:1025px) {
    .accounts-simple__container {
        max-width: 100%
    }

    .accounts-simple__content {
        padding-block: 70px 50px
    }

    .accounts-simple__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }

    .accounts-simple__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 33.33%
    }

    .accounts-simple__item:before {
        width: 440px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        inset: 10px auto 0 calc(100% - 205px)
    }

    .accounts-simple__item:last-of-type:before {
        display: none
    }

    .accounts-simple__item-content {
        text-align: center
    }
}

@media screen and (min-width:1440px) {
    .accounts-simple {
        padding-block: 70px 100px
    }

    .accounts-simple__content {
        padding-block: 90px 50px
    }

    .accounts-simple__items {
        gap: 106px
    }

    .accounts-simple__item:before {
        width: 500px;
        left: calc(100% - 197px)
    }
}

@media screen and (min-width:1680px) {
    .accounts-simple__content {
        -webkit-padding-after: 65px;
        padding-block-end: 65px
    }

    .accounts-simple__item {
        gap: 70px
    }

    .accounts-simple__kv--holder {
        width: 240px
    }
}

.not-found-action {
    background-color: var(--color__Brand-BG);
    padding: var(--space__Additional) var(--space__Grid--Outer) var(--space__H);
    text-align: center
}

.not-found-action__title {
    text-wrap: balance;
    -webkit-margin-after: var(--space__Additional--1);
    margin-block-end: var(--space__Additional--1)
}

.not-found-action__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.not-found-action__items--separator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-block: var(--space__Additional--1)
}

.not-found-action .item {
    background-color: var(--color__White);
    border-radius: calc(var(--style__Border--Radius--Items)/2);
    padding: var(--space__Additional--1);
    width: 90%;
    max-width: 554px;
    position: relative
}

.not-found-action .item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.not-found-action .item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.not-found-action .item__icon {
    height: 30px;
    width: 30px
}

.not-found-action .item__icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: var(--color__Green);
    border-radius: 50%;
    outline: 6px solid rgba(var(--color__Green--RGB), .25);
    margin-bottom: var(--space__Additional--1);
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -25px
}

.not-found-action .item__title {
    -webkit-margin-after: 16px;
    margin-block-end: 16px
}

.not-found-action .item a[href^="mailto:"] {
    color: var(--color__Brand-01)
}

@media screen and (min-width:768px) {
    .not-found-action {
        padding-block: 100px
    }

    .not-found-action .item__icon {
        height: 43px;
        width: 43px
    }

    .not-found-action .item__icon--wrapper {
        height: 70px;
        width: 70px
    }
}

@media screen and (min-width:1025px) {
    .not-found-action__title {
        -webkit-margin-after: 68px;
        margin-block-end: 68px
    }

    .not-found-action__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .not-found-action__items--separator {
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0 75px
    }

    .not-found-action .item {
        padding: 55px 100px
    }

    .not-found-action .item__icon--wrapper {
        -webkit-transform: none;
        transform: none;
        inset: -35px auto auto
    }

    .not-found-action .item__icon--wrapper:before {
        content: "";
        display: block;
        background: transparent url(https://www.capplace.com/Content/Images/site--pages/404/icons/icon--decor.svg) no-repeat 50%/cover;
        height: 65px;
        width: 160px;
        position: absolute;
        bottom: 100%
    }

    .not-found-action .item:nth-of-type(2) .item__icon--wrapper {
        left: 60px
    }

    .not-found-action .item:nth-of-type(2) .item__icon--wrapper:before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        left: 32px
    }

    .not-found-action .item:nth-of-type(3) .item__icon--wrapper {
        right: 60px
    }

    .not-found-action .item:nth-of-type(3) .item__icon--wrapper:before {
        right: 32px
    }

    .not-found-action .item__title {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
}

@media screen and (min-width:1440px) {
    .not-found-action__title {
        -webkit-margin-after: 110px;
        margin-block-end: 110px
    }

    .not-found-action .item__icon--wrapper:before {
        height: 108px;
        width: 268px
    }
}

.support-hub {
    margin-block: 20px var(--space__H)
}

.support-hub .items {
    display: grid;
    grid-gap: 30px;
    padding-inline: var(--space__Grid--Outer)
}

.support-hub .item {
    background-color: var(--color__Brand-02);
    border-radius: var(--style__Border--Radius--Items);
    padding: 20px 6px
}

.support-hub .item__icon {
    display: none
}

.support-hub .item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0 18px 20px
}

.support-hub .item__title--link {
    color: var(--color__Black);
    text-decoration: none
}

.support-hub .item__title--link:hover {
    text-decoration: underline
}

.support-hub .item__category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    color: var(--color__Brand-01);
    margin-inline: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 25px
}

.support-hub .item__category-link:hover {
    text-decoration: underline
}

.support-hub .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-block: 0 12px
}

.support-hub .question {
    background-color: var(--color__White);
    border-radius: 8px
}

.support-hub .question--link {
    display: block;
    color: var(--color__Brand-01);
    padding: 10px 54px 10px 20px;
    position: relative
}

.support-hub .question--link:before {
    content: "";
    background: url(https://www.cktrading.co/Content/Images/support-hub/icon--link.html) no-repeat 50%/cover;
    margin: auto;
    width: 24px;
    height: 24px;
    position: absolute;
    inset: 0 16px 0 auto
}

.support-hub .question--link:hover {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .support-hub {
        -webkit-margin-before: 75px;
        margin-block-start: 75px
    }

    .support-hub__container {
        max-width: 1720px
    }

    .support-hub .items {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
    }

    .support-hub .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }

    .support-hub .item__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 34px
    }

    .support-hub .item__category-link {
        margin-top: auto
    }

    .support-hub .questions {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
}

@media screen and (min-width:1680px) {
    .support-hub {
        -webkit-margin-before: 130px;
        margin-block-start: 130px
    }

    .support-hub .items {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 80px 30px
    }

    .support-hub .item {
        padding: 30px
    }

    .support-hub .item__icon {
        -webkit-margin-after: 30px;
        margin-block-end: 30px;
        width: 110px
    }

    .support-hub .item__title {
        font-size: 30px;
        line-height: 40px
    }

    .support-hub .item__title,
    .support-hub .questions {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .support-hub .question {
        font-size: 18px;
        line-height: 28px
    }
}

.support-hero {
    color: var(--color__Black);
    padding: calc(var(--size__Header) + 20px) var(--space__Grid--Outer) 0;
    margin-block: calc(var(--size__Header)*-1 - 20px) var(--space__H)
}

.support-hero__container {
    background: url(https://www.cktrading.co/Content/Images/hero/hero-bg--mob.html) no-repeat top/cover;
    border-radius: var(--style__Border--Radius--Items);
    padding: 50px var(--space__Grid--Inner) 35px;
    position: relative;
    z-index: 1
}

.support-hero__subtitle {
    color: var(--color__Brand-01);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    -webkit-margin-after: var(--space__H123-P);
    margin-block-end: var(--space__H123-P)
}

.support-hero__title {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
    text-wrap: balance;
    margin: 0 0 var(--space__H123-P)
}

.support-hero__icon {
    display: none
}

.support-hero__kv--holder {
    display: block;
    margin-block: 50px 20px;
    z-index: -1;
    position: relative
}

.support-hero__kv {
    margin: 0 auto;
    max-width: 450px;
    aspect-ratio: 1/1
}

@media screen and (min-width:768px) {
    .support-hero__container {
        background-image: url(https://www.cktrading.co/Content/Images/hero/hero-bg--tab.html)
    }

    .support-hero__subtitle {
        font-size: 28px;
        line-height: 38px
    }

    .support-hero__title {
        font-size: 44px;
        line-height: 54px;
        margin: 0 auto var(--space__H123-P);
        width: 90%
    }

    .support-hero__kv {
        max-width: 650px
    }
}

@media screen and (min-width:1025px) {
    .support-hero {
        padding-inline: var(--space__Grid--Inner);
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .support-hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 500px
    }

    .support-hero__title {
        text-align: left;
        margin-inline: 0;
        width: 50%
    }

    .support-hero__kv--holder {
        margin: auto;
        max-width: 450px;
        width: 45%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: absolute;
        inset: 0 4% 0 auto
    }

    .support-hero__kv {
        max-width: 100%
    }
}

@media screen and (min-width:1280px) {
    .support-hero {
        padding: 30px var(--space__Grid--Outer) 0;
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

    .support-hero__container {
        background-image: url(https://www.cktrading.co/Content/Images/hero/hero-bg--desk.html);
        padding-block: 110px 50px;
        min-height: 600px
    }

    .support-hero__kv--holder {
        width: 100%;
        top: 15%
    }
}

@media screen and (min-width:1440px) {
    .support-hero__container {
        min-height: 660px
    }

    .support-hero__kv--holder {
        max-width: 520px;
        right: 5%
    }
}

@media screen and (min-width:1680px) {
    .support-hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .support-hero__container {
        min-height: 750px
    }

    .support-hero__subtitle {
        font-size: 46px;
        line-height: 60px
    }

    .support-hero__title {
        font-size: 80px;
        line-height: 100px;
        width: 57%
    }

    .support-hero__kv--holder {
        max-width: 600px
    }
}

@media screen and (min-width:1920px) {
    .support-hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .support-hero__container {
        max-width: 1720px;
        min-height: 880px
    }

    .support-hero__kv--holder {
        max-width: 720px
    }
}

.support-breadcrumbs {
    padding-inline: var(--space__Grid--Outer);
    margin-block: 20px
}

.support-breadcrumbs .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px;
    list-style: none;
    padding: 0
}

.support-breadcrumbs .list__item {
    color: var(--color__Brand-01);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .3px
}

.support-breadcrumbs .list__item a {
    color: var(--color__Brand-01);
    position: relative
}

.support-breadcrumbs .list__item a:after {
    content: "";
    display: inline-block;
    background: url(https://www.cktrading.co/Content/Images/support-hub/icon--breadcrumbs.html) no-repeat 50%/cover;
    margin: 0 10px;
    width: 10px;
    height: 10px
}

.support-breadcrumbs .list__item:last-of-type,
.support-breadcrumbs .list__item a:hover {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .support-breadcrumbs {
        margin-block: 60px 50px
    }

    .support-breadcrumbs__container {
        max-width: 1450px
    }
}

.support-category {
    padding-inline: var(--space__Grid--Outer);
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.support-category__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    color: var(--color__Brand-01);
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.support-category__back--icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.support-category .list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    list-style: none;
    padding: 0 0 16px;
    margin-block: 24px 30px
}

.support-category__title {
    border-top: 1px solid var(--color__Brand-01--25);
    color: var(--color__Brand-01);
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    -webkit-padding-before: 20px;
    padding-block-start: 20px;
    margin: 0 0 30px
}

.support-category .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.support-category .question--link {
    color: var(--color__Brand-01)
}

.support-category .question--link:hover {
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .support-category__container {
        display: grid;
        grid-template-columns: 250px 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 1450px
    }

    .support-category__back {
        font-size: 18px;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px
    }

    .support-category__aside {
        -webkit-padding-before: 16px;
        padding-block-start: 16px
    }

    .support-category .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 20px;
        border-top: 1px solid var(--color__Brand-01--25);
        padding: 30px 0 0;
        margin-block: 0
    }

    .support-category .list__item {
        font-size: 18px;
        font-weight: 300;
        border-radius: 30px
    }

    .support-category .list__item a {
        display: block;
        color: var(--color__Brand-01);
        text-decoration: none;
        padding: 10px 20px
    }

    .support-category .list__item:hover {
        background: hsla(0, 0%, 93.7%, .3)
    }

    .support-category .list__item.is-current {
        background: rgba(var(--color__Brand-01--RGB), .05)
    }

    .support-category .list__item.is-current a {
        color: var(--color__Brand-01)
    }

    .support-category .list__item.is-current:hover {
        background: #efefef
    }

    .support-category__title {
        border-top: 0;
        border-bottom: 1px solid var(--color__Brand-01--25);
        font-size: 34px;
        line-height: 44px;
        padding-block: 0 20px;
        -webkit-margin-after: 25px;
        margin-block-end: 25px
    }

    .support-category .questions {
        row-gap: 20px
    }
}

@media screen and (min-width:1025px) {
    .support-category__container {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }
}

@media screen and (min-width:1280px) {
    .support-category__container {
        grid-template-columns: 300px 1fr;
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px
    }
}

@media screen and (min-width:1680px) {
    .support-category__container {
        grid-template-columns: 350px 1fr
    }

    .support-category__aside {
        -webkit-padding-before: 12px;
        padding-block-start: 12px
    }

    .support-category__back {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px
    }

    .support-category .list__item {
        font-size: 26px;
        line-height: 36px
    }

    .support-category .list__item a {
        padding-inline: 30px 20px
    }

    .support-category__title {
        -webkit-margin-after: 45px;
        margin-block-end: 45px
    }

    .support-category .question {
        font-size: 18px;
        line-height: 32px
    }
}

.support-article {
    padding-inline: var(--space__Grid--Outer);
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.support-article__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    color: var(--color__Brand-01);
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.support-article__back--icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.support-article__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
    padding: 0 0 16px;
    margin-block: 24px 30px
}

.support-article__content {
    color: var(--color__Brand-01)
}

.support-article__content--title {
    border-top: 1px solid var(--color__Brand-01--25);
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    -webkit-padding-before: 20px;
    padding-block-start: 20px;
    margin-block: 0 20px
}

.support-article__content--body {
    font-weight: 300
}

@media screen and (min-width:768px) {
    .support-article__container {
        display: grid;
        grid-template-columns: 250px 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 1450px
    }

    .support-article__back {
        font-size: 18px;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px
    }

    .support-article__aside {
        -webkit-padding-before: 16px;
        padding-block-start: 16px
    }

    .support-article__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 20px;
        border: none;
        border-top: 1px solid var(--color__Brand-01--25);
        padding: 30px 0 0;
        margin-block: 0
    }

    .support-article .question {
        border-radius: 16px;
        padding: 0
    }

    .support-article .question a {
        display: block;
        color: var(--color__Brand-01);
        text-decoration: none;
        padding: 10px 20px
    }

    .support-article .question:hover {
        background: hsla(0, 0%, 93.7%, .3)
    }

    .support-article .question.is-current {
        background: rgba(var(--color__Brand-01--RGB), .05)
    }

    .support-article .question.is-current a {
        color: var(--color__Brand-01)
    }

    .support-article .question.is-current:hover {
        background: #efefef
    }

    .support-article__content--title {
        border-top: 0;
        border-bottom: 1px solid var(--color__Brand-01--25);
        font-size: 34px;
        line-height: 44px;
        padding-block: 0 20px;
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }
}

@media screen and (min-width:1025px) {
    .support-article__container {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }
}

@media screen and (min-width:1280px) {
    .support-article__container {
        grid-template-columns: 300px 1fr;
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px
    }
}

@media screen and (min-width:1680px) {
    .support-article__container {
        grid-template-columns: 350px 1fr
    }

    .support-article__aside {
        -webkit-padding-before: 12px;
        padding-block-start: 12px
    }

    .support-article__back {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px
    }

    .support-article__list {
        -webkit-margin-before: 40px;
        margin-block-start: 40px
    }

    .support-article .question {
        font-size: 18px;
        line-height: 32px
    }

    .support-article .question a {
        padding: 14px 30px
    }

    .support-article__content--title {
        font-size: 46px;
        line-height: 60px
    }

    .support-article__content--body {
        font-size: 18px
    }
}

.home .hero__container {
    min-height: 848px
}

.home .hero__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.home .hero__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-margin-after: var(--space__Additional--1);
    margin-block-end: var(--space__Additional--1)
}

.home .hero .decor {
    top: 15%;
    bottom: auto
}

.home:has(.cookie-policy) .hero .decor {
    top: 20%
}

.home .universal-section--1 {
    padding: 0
}

.home .universal-section--1 .universal-section__container {
    max-width: 100%
}

.home .universal-section--1 .universal-section__content {
    background: url(https://www.capplace.com/Content/Images/site--pages/home/section--3/bg/2x-mob.jpg) no-repeat bottom/cover;
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    width: 100%
}

.home .universal-section--1 .universal-section__description,
.home .universal-section--1 .universal-section__title {
    max-width: 600px
}

.home .universal-section--2 .universal-section__kv--holder {
    border: 2px solid var(--color__White);
    position: relative
}

.home .universal-section--2 .universal-section__kv--holder:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 70%);
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 10%
}

.home .universal-section--2 .universal-section__title {
    position: relative
}

.home .universal-section--2 .universal-section__title:before {
    content: "";
    background: url(https://www.capplace.com/Content/Images/site--pages/home/section--4/icons/icon-01.svg) no-repeat 50%/cover;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 1;
    position: absolute;
    inset: -70px 0 auto
}

.home .universal-section--3 .universal-section__container {
    padding-block: 20px 80px
}

.home .universal-section--3 .universal-section__kv--holder {
    -webkit-margin-after: 40px;
    margin-block-end: 40px
}

.home .universal-section--3 .universal-section__content {
    padding: 0
}

.home .universal-section--3 .universal-section__title {
    position: relative
}

.home .universal-section--3 .universal-section__title:before {
    content: "";
    background: url(https://www.capplace.com/Content/Images/site--pages/home/section--5/icons/icon-01.svg) no-repeat 50%/cover;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 1;
    position: absolute;
    inset: -70px 0 auto
}

@media screen and (min-width:768px) {
    .home .hero__container {
        min-height: 900px
    }

    .home .hero .decor {
        top: 7%
    }

    .home:has(.cookie-policy) .hero .decor {
        top: 12%
    }

    .home .universal-section--1 .universal-section__content {
        background: url(https://www.capplace.com/Content/Images/site--pages/home/section--3/bg/2x-tab.jpg) no-repeat bottom/cover;
        padding-block: 40px 70px
    }

    .home .universal-section--2 .universal-section__title:before {
        width: 86px;
        height: 86px;
        top: -120px
    }

    .home .universal-section--3 .universal-section__kv--holder {
        margin-block: -20px 115px
    }

    .home .universal-section--3 .universal-section__title:before {
        width: 86px;
        height: 86px;
        top: -120px
    }
}

@media screen and (min-width:1025px) {
    .home .hero__container {
        min-height: 700px
    }

    .home .hero__title {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
        -webkit-margin-after: var(--space__Additional--1);
        margin-block-end: var(--space__Additional--1)
    }

    .home .hero__buttons {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-block: var(--space__Additional--1) 0
    }

    .home .hero .decor,
    .home:has(.cookie-policy) .hero .decor {
        inset: 0
    }
}

@media screen and (min-width:1280px) {
    .home .universal-section--1 .universal-section__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-inline: var(--space__Grid--Outer);
        min-height: 600px
    }

    .home .universal-section--1 .universal-section__content {
        background: none !important;
        padding: 0;
        max-width: 480px;
        z-index: 1
    }

    .home .universal-section--1 .universal-section__kv--holder {
        max-width: unset;
        position: absolute;
        inset: 0
    }

    .home .universal-section--1 .universal-section__kv {
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .universal-section--2 .universal-section__container {
        outline: 2px solid #fff;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-inline: 0 50px
    }

    .home .universal-section--2 .universal-section__content {
        padding: 0;
        width: 45%;
        z-index: 1
    }

    .home .universal-section--2 .universal-section__title:before {
        display: block;
        margin: 0 0 10px;
        position: relative;
        top: 0
    }

    .home .universal-section--2 .universal-section__kv--holder {
        border: none;
        max-width: 100%;
        width: auto;
        height: 100%;
        position: absolute;
        left: -190px;
        bottom: 0
    }

    .home .universal-section--2 .universal-section__kv--holder:before {
        background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff));
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%);
        width: 300px;
        height: 100%;
        inset: 0 0 0 auto
    }

    .home .universal-section--3 .universal-section__container {
        padding-block: 180px 100px
    }

    .home .universal-section--3 .universal-section__kv--holder {
        margin: 0;
        width: 80%;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        position: relative;
        top: -40px;
        left: -20px
    }

    .home .universal-section--3 .universal-section__content {
        text-align: right;
        z-index: 1
    }

    .home .universal-section--3 .universal-section__title:before {
        right: 0;
        left: auto
    }

    .home .universal-section--3 .universal-section__buttons {
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .home .universal-section--1 .universal-section__container {
        min-height: 800px
    }

    .home .universal-section--2 .universal-section__title:before {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .home .universal-section--3 .universal-section__container {
        padding-block: 220px 120px
    }

    .home .universal-section--3 .universal-section__kv--holder {
        width: 100%;
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        top: -55px
    }
}

@media screen and (min-width:1680px) {
    .home .hero__container {
        min-height: 930px
    }

    .home .universal-section--1 .universal-section__content {
        max-width: 580px
    }

    .home .universal-section--2 .universal-section__kv--holder {
        height: 120%;
        left: -230px
    }

    .home .universal-section--3 .universal-section__kv--holder {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        top: -45px;
        left: -90px
    }

    .home .universal-section--3 .universal-section__content {
        width: 41%
    }

    .home .universal-section--3 .universal-section__title {
        text-wrap: balance
    }
}

@media screen and (min-width:1920px) {
    .home .universal-section--3 .universal-section__kv--holder {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        top: -85px;
        left: -125px
    }
}

.legal .hero .decor {
    top: 25%
}

@media screen and (min-width:768px) {
    .legal .hero .decor {
        top: 15%
    }
}

@media screen and (min-width:1025px) {
    .legal .hero .decor {
        top: 0
    }
}

.company .hero {
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.company .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 4px 21px
}

.company .hero__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.company .hero__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-margin-before: 4px;
    margin-block-start: 4px
}

.company .hero__kv--holder {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-block: 4px 8px
}

.company .hero__kv {
    -webkit-transform: scale(1);
    transform: scale(1);
    aspect-ratio: 1/1
}

.company .hero__description {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-inline: 16px;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.company .universal-section {
    -webkit-margin-before: 82px;
    margin-block-start: 82px
}

.company .universal-section__container {
    background: none;
    padding: 0
}

.company .universal-section__kv--holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.company .universal-section__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: 0
}

.company .universal-section__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.company .universal-section__list,
.company .universal-section__title {
    -webkit-margin-after: var(--space__PPL);
    margin-block-end: var(--space__PPL)
}

.company .universal-section__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-inline: 20px
}

.company .universal-section__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-inline: 22px
}

.company .universal-section__description p:first-child {
    -webkit-margin-after: 28px;
    margin-block-end: 28px
}

.company .universal-section__buttons {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.company .universal-section__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.company .universal-section__list-item:not(:last-of-type) {
    -webkit-margin-after: 7px;
    margin-block-end: 7px
}

.company .universal-section__icon {
    margin: 2px 12px 0 0
}

.company .universal-section .highlight {
    color: var(--color__Brand-01)
}

.company .universal-section .highlight--bigger {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--color__Brand-01);
    white-space: nowrap
}

.company .accounts-level .accounts-status .card__buttons {
    display: none
}

.company .accounts-level__btn {
    -webkit-margin-before: var(--space__Additional);
    margin-block-start: var(--space__Additional);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

@media screen and (min-width:768px) {
    .company .hero__container {
        padding: 50px 25px 60px
    }

    .company .hero__description,
    .company .hero__title {
        width: 100%
    }

    .company .hero__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-inline: 0
    }

    .company .hero__kv--holder {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 auto 15px;
        width: 69%
    }

    .company .hero__buttons {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

    .company .universal-section {
        margin-block: 105px 110px
    }

    .company .universal-section__list,
    .company .universal-section__title {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .company .universal-section__list {
        padding-inline: 0;
        margin-inline: auto;
        max-width: 75%
    }

    .company .universal-section__description {
        padding-inline: 0
    }

    .company .universal-section__kv--holder {
        max-width: 540px
    }

    .company .accounts-level {
        -webkit-margin-after: 80px;
        margin-block-end: 80px
    }

    .company .accounts-level__description {
        text-wrap: balance
    }
}

@media screen and (min-width:1025px) {
    .company .hero {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .company .hero__container {
        padding: 30px var(--space__Grid--Inner)
    }

    .company .hero__description,
    .company .hero__title {
        width: 55%
    }

    .company .hero__description {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .company .hero__kv--holder {
        margin-block: auto;
        width: 40%
    }
}

@media screen and (min-width:1280px) {

    .company .hero__description,
    .company .hero__title {
        width: 50%
    }

    .company .universal-section__list {
        margin-inline: 0;
        max-width: 100%
    }

    .company .universal-section__description,
    .company .universal-section__list-item {
        font-size: 18px;
        line-height: 28px
    }

    .company .universal-section .highlight--bigger {
        font-weight: 300
    }

    .company .accounts-level {
        -webkit-margin-after: 100px;
        margin-block-end: 100px
    }

    .company .accounts-level__btn {
        -webkit-margin-before: 50px;
        margin-block-start: 50px
    }
}

@media screen and (min-width:1920px) {
    .company .hero__container {
        padding: 178px 76px 14px 84px
    }

    .company .hero__description,
    .company .hero__title {
        width: 50%
    }

    .company .hero__kv--holder {
        width: 50%;
        max-width: 760px
    }

    .company .universal-section__container {
        gap: 136px
    }

    .company .universal-section__content {
        max-width: 615px
    }

    .company .universal-section__kv--holder {
        max-width: 717px
    }

    .company .universal-section__list-item:not(:last-of-type) {
        -webkit-margin-after: 11px;
        margin-block-end: 11px
    }
}

.not-found .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    min-height: 425px
}

.not-found .hero__title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-block: var(--space__Additional--1) var(--space__Additional)
}

.not-found .hero .decor {
    top: auto
}

@media screen and (min-width:768px) {
    .not-found .hero__container {
        min-height: 650px
    }
}

@media screen and (min-width:1025px) {
    .not-found .hero__container {
        min-height: 550px
    }

    .not-found .hero__description,
    .not-found .hero__title {
        text-align: center
    }

    .not-found .hero__description {
        width: 100%;
        max-width: none
    }
}

@media screen and (min-width:1280px) {
    .not-found .hero__container {
        min-height: 700px
    }
}

@media screen and (min-width:1680px) {
    .not-found .hero__container {
        min-height: 850px
    }
}

.announcements .hero:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    width: 100%;
    height: 120px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 63%;
    left: 0
}

.announcements .hero .decor {
    top: 21%
}

.announcements .hero__buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-margin-after: 29px;
    margin-block-end: 29px
}

.announcements .hero__btn {
    background-color: var(--color__Brand-01)
}

.announcements .hero__btn:hover {
    background-color: var(--color__Hover-button);
    border-color: var(--color__Hover-button)
}

.announcements .hero__description {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.announcements .announcement-accordion__table {
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
    width: 100%;
    overflow-x: auto
}

.announcements .announcement-accordion__table::-webkit-scrollbar {
    width: 12px
}

.announcements .announcement-accordion__table::-webkit-scrollbar-track {
    background: var(--color__White)
}

.announcements .announcement-accordion__table::-webkit-scrollbar-thumb {
    background-color: var(--color__Brand-01);
    border-radius: 20px;
    border: 5px solid var(--color__White)
}

.announcements table {
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
    border-radius: 22px;
    margin: 0 auto;
    width: 1100px
}

.announcements table tr td,
.announcements table tr th {
    border: none;
    text-align: center;
    text-wrap: balance;
    padding: 10px;
    width: 168px
}

.announcements table tr td {
    font: 300 15px/25px var(--font__Primary)
}

.announcements table tr td:nth-of-type(3),
.announcements table tr td:nth-of-type(6) {
    width: 184px
}

.announcements table tr.hours-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.announcements table tr.hours-cell td:nth-of-type(2),
.announcements table tr.hours-cell td:nth-of-type(3) {
    width: calc(50% - 84px)
}

.announcements table tr.empty-cell:hover {
    background-color: transparent
}

.announcements table tr.empty-cell~tr td:first-of-type,
.announcements table tr:not(:first-of-type) td:first-of-type {
    color: var(--color__Brand-01);
    font-weight: 700
}

.announcements table tr:not(:first-of-type):hover {
    background-color: #f9f9f9
}

.announcements table tr:not(:first-of-type):hover:has(td:first-of-type:empty) {
    background-color: transparent
}

.announcements table:first-of-type {
    border-top: 1px solid #dcdcdc
}

.announcements table:last-of-type {
    border-bottom: 1px solid #dcdcdc
}

.announcements table.simple-table {
    max-width: 100%;
    min-width: 924px;
    width: 100%
}

.announcements table.simple-table tr td,
.announcements table.simple-table tr th {
    border: none;
    text-align: center;
    text-wrap: balance;
    padding: 10px;
    max-width: 25%;
    min-width: 230px;
    width: 100%
}

.announcements table.simple-table tr.hours-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.announcements table.simple-table tr.hours-cell td:nth-of-type(2) {
    max-width: 75%;
    width: 100%
}

.announcements .announcement-accordion__title {
    width: 100%
}

@media screen and (min-width:768px) {
    .announcements .hero:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 28.5%
    }

    .announcements .hero__title {
        z-index: 1;
        position: relative
    }

    .announcements .hero .decor {
        top: 29%
    }

    .announcements .announcement-list .announcement-accordion--inner .announcement-accordion__title {
        font-size: 26px;
        line-height: 36px
    }
}

@media screen and (min-width:1025px) {
    .announcements .hero__container:after {
        content: none
    }

    .announcements .hero__buttons {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .announcements .hero__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }
}

@media screen and (min-width:1440px) {
    .announcements .hero__container {
        min-height: 728px
    }

    .announcements .announcement-list .announcement-accordion--inner .announcement-accordion__title {
        font-size: 35px;
        line-height: 40px
    }
}

@media screen and (min-width:1680px) {
    .announcements .hero__container {
        min-height: 800px
    }
}

@media screen and (min-width:1920px) {
    .announcements .hero__container {
        min-height: 891px
    }
}

.contact-page .hero {
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.contact-page .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-page .hero__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.contact-page .hero__kv--holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.contact-page .hero__subtitle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.contact-page .hero__description {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.contact-page .hero__buttons {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

@media screen and (min-width:768px) {
    .contact-page .hero__subtitle {
        font-size: 34px;
        line-height: 44px;
        max-width: 550px;
        margin-inline: auto
    }

    .contact-page .hero__kv--holder {
        margin-inline: auto;
        max-width: 515px
    }
}

@media screen and (min-width:1025px) {
    .contact-page .hero {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .contact-page .hero__subtitle {
        text-align: left;
        margin-inline: 0;
        max-width: 40%
    }
}

@media screen and (min-width:1440px) {
    .contact-page .hero {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .contact-page .hero__title {
        font-size: 50px;
        line-height: 60px;
        width: 60%
    }

    .contact-page .hero__subtitle {
        font-size: 46px;
        line-height: 60px;
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    .contact-page .hero__kv--holder {
        max-width: 593px
    }
}

@media screen and (min-width:1680px) {
    .contact-page .hero__title {
        font-size: 60px;
        line-height: 70px
    }

    .contact-page .hero__subtitle {
        font-size: 46px;
        line-height: 60px;
        max-width: 50%
    }
}

@media screen and (min-width:1920px) {
    .contact-page .hero__title {
        font-size: 80px;
        line-height: 100px
    }

    .contact-page .hero__kv--holder {
        max-width: 671px
    }
}

.trading-hours .hero__kv {
    aspect-ratio: unset;
    -webkit-transform: unset;
    transform: unset;
    max-width: 650px
}

.help-center-page .hero .decor {
    top: 25%
}

@media screen and (min-width:768px) {
    .help-center-page .hero .decor {
        top: 20%
    }
}

@media screen and (min-width:1025px) {
    .help-center-page .hero .decor {
        top: 0
    }
}

.rollover-dates .hero {
    background-color: var(--color__White)
}

.platforms .get-support {
    display: none
}

.platforms .hero__description {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0
}

.platforms .hero__sub-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center
}

.platforms .hero__buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-block: var(--space__P-Btn)
}

.platforms:has(.cookie-policy) .hero .decor {
    top: 10%
}

@media screen and (min-width:768px) {
    .platforms:has(.cookie-policy) .hero .decor {
        top: 25%
    }

    .platforms:has(.cookie-policy) .hero .decor:before {
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
        background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 50%);
        width: 100%;
        height: 50px;
        position: absolute;
        top: -20px;
        left: 0
    }
}

@media screen and (min-width:1025px) {
    .platforms .hero__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-margin-after: var(--space__H123-P);
        margin-block-end: var(--space__H123-P)
    }

    .platforms .hero__sub-description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left
    }

    .platforms .hero__buttons {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .platforms:has(.cookie-policy) .hero .decor {
        inset: 15% auto 15% 10%
    }

    .platforms:has(.cookie-policy) .hero .decor:before {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .platforms:has(.cookie-policy) .hero {
        overflow: hidden
    }

    .platforms:has(.cookie-policy) .hero .decor {
        inset: 0 -10% 0 0
    }
}

.why-finnso .hero {
    overflow: hidden
}

.why-finnso .hero__kv--holder {
    margin-inline: auto 0;
    max-width: 650px;
    -webkit-transform: translateX(var(--space__Grid--Outer));
    transform: translateX(var(--space__Grid--Outer))
}

.why-finnso .hero__kv {
    max-width: 100%
}

.why-finnso .benefits {
    margin-block: 50px
}

.why-finnso .benefits__container {
    padding-inline: var(--space__Grid--Outer)
}

.why-finnso .benefits__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 50px
}

.why-finnso .benefits .card,
.why-finnso .benefits__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-finnso .benefits .card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
    width: 255px
}

.why-finnso .benefits .card__title {
    color: #2a3048;
    text-align: center
}

.why-finnso .benefits .owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.why-finnso .benefits .owl-carousel .owl-item img {
    width: 70px
}

.why-finnso .benefits .owl-carousel.owl-loaded.benefits__cards {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    row-gap: 0
}

.why-finnso .benefits .owl-carousel .owl-dots,
.why-finnso .benefits .owl-carousel.owl-loaded.benefits__card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.why-finnso .benefits .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.why-finnso .benefits .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    -webkit-transition: width .3s;
    transition: width .3s
}

.why-finnso .benefits .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--color__Brand-01);
    width: 36px
}

.why-finnso .universal-sections {
    text-align: center
}

.why-finnso .universal-sections .universal-section {
    background-color: initial
}

.why-finnso .universal-sections .universal-section:not(:last-of-type) {
    padding: 0;
    margin-bottom: 30px
}

.why-finnso .universal-sections .universal-section__kv--holder {
    margin-inline: auto;
    max-height: none;
    max-width: 200px
}

.why-finnso .universal-sections .universal-section__content {
    max-width: 606px
}

.why-finnso .universal-sections .buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    margin-block: 30px 50px
}

@media screen and (min-width:768px) {
    .why-finnso .hero__kv--holder {
        max-width: 826px
    }

    .why-finnso .benefits__cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px 70px;
        margin-inline: auto;
        max-width: 580px
    }

    .why-finnso .benefits .card {
        row-gap: 40px
    }

    .why-finnso .benefits .decor__line--Blue--1,
    .why-finnso .benefits .decor__line--Blue--2 {
        display: block
    }

    .why-finnso .benefits .decor__line--Blue--3 {
        display: block;
        opacity: 1
    }

    .why-finnso .benefits .decor__line--Blue--4 {
        display: block;
        opacity: .5
    }

    .why-finnso .universal-sections .universal-section__kv--holder {
        max-width: 400px
    }

    .why-finnso .universal-sections .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
        row-gap: 0;
        margin-block: 40px 50px
    }

    .why-finnso .universal-sections .decor__line--Blue--1 {
        display: block;
        top: 1746px
    }

    .why-finnso .universal-sections .decor__line--Blue--2 {
        display: block;
        top: 1672px
    }
}

@media screen and (min-width:1280px) {
    .why-finnso .hero__kv--holder {
        right: 0
    }

    .why-finnso .benefits__cards {
        max-width: 905px
    }

    .why-finnso .benefits .decor__line--Blue--1 {
        display: none
    }

    .why-finnso .benefits .decor__line--Blue--2 {
        top: 190px;
        opacity: .5
    }

    .why-finnso .benefits .decor__line--Blue--3 {
        top: -155px
    }

    .why-finnso .benefits .decor__line--Blue--4 {
        top: 70px
    }

    .why-finnso .universal-sections .universal-section__kv--holder {
        margin-inline: 0
    }

    .why-finnso .universal-sections .universal-section__content {
        max-width: 460px
    }

    .why-finnso .universal-sections .buttons {
        margin-block: 60px 110px
    }

    .why-finnso .universal-sections .decor__line--Blue--1 {
        opacity: 1;
        left: -300px;
        top: 66px
    }

    .why-finnso .universal-sections .decor__line--Blue--2 {
        opacity: .5;
        left: -330px;
        top: 832px
    }

    .why-finnso .universal-sections .decor__line--Blue--3 {
        display: block;
        opacity: 1;
        left: -365px;
        top: 995px
    }

    .why-finnso .universal-sections .decor__line--Blue--4 {
        display: block;
        left: -318px;
        top: 1780px
    }

    .why-finnso .universal-sections .decor__line--Blue--5 {
        display: block;
        opacity: .5;
        right: -340px;
        top: 260px
    }

    .why-finnso .universal-sections .decor__line--Blue--6 {
        display: block;
        right: -310px;
        top: 700px
    }

    .why-finnso .universal-sections .decor__line--Blue--7 {
        display: block;
        right: -340px;
        top: 1280px
    }

    .why-finnso .universal-sections .decor__line--Blue--8 {
        display: block;
        opacity: .5;
        right: -300px;
        top: 1450px
    }
}

@media screen and (min-width:1680px) {
    .why-finnso .hero__container {
        max-width: 1680px
    }

    .why-finnso .hero__kv--holder {
        max-width: 920px
    }
}

.account-types {
    -webkit-margin-after: var(--space__H);
    margin-block-end: var(--space__H)
}

.account-types,
.account-types .hero {
    -webkit-padding-after: 0;
    padding-block-end: 0
}

.account-types .hero__kv {
    aspect-ratio: unset;
    -webkit-transform: unset;
    transform: unset;
    max-width: 650px
}

.account-types .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account-types .hero__kv--holder {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 25px auto 0
}

.account-types .accounts-level {
    -webkit-margin-before: var(--space__H);
    margin-block-start: var(--space__H)
}

.account-types .accounts-status .card__link {
    min-width: 240px
}

.account-types .accounts-status .card__item span {
    white-space: nowrap
}

@media screen and (min-width:1025px) {
    .account-types .hero {
        -webkit-padding-after: 50px;
        padding-block-end: 50px
    }

    .account-types .hero__kv--holder {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin: unset;
        inset: auto 0 -50px auto
    }
}

@media screen and (min-width:1680px) {
    .account-types .hero__kv--holder {
        right: -150px
    }

    .account-types .hero__kv {
        max-width: 720px
    }
}

.account-gold .hero__kv,
.account-islamic .hero__kv,
.account-platinum .hero__kv,
.account-silver .hero__kv {
    aspect-ratio: unset;
    -webkit-transform: unset;
    transform: unset;
    max-width: 650px
}

.account-gold .universal-list,
.account-islamic .universal-list,
.account-platinum .universal-list,
.account-silver .universal-list {
    background: linear-gradient(245deg, #215dee 1.86%, var(--color__Brand-01) 36.14%, #021440 98.66%);
    color: var(--color__White)
}

.account-gold .universal-list .decor,
.account-islamic .universal-list .decor,
.account-platinum .universal-list .decor,
.account-silver .universal-list .decor {
    z-index: 1
}

.account-gold .universal-list .decor__line--Blue--1,
.account-gold .universal-list .decor__line--Blue--2,
.account-gold .universal-list .decor__line--Blue--3,
.account-gold .universal-list .decor__line--Blue--4,
.account-islamic .universal-list .decor__line--Blue--1,
.account-islamic .universal-list .decor__line--Blue--2,
.account-islamic .universal-list .decor__line--Blue--3,
.account-islamic .universal-list .decor__line--Blue--4,
.account-platinum .universal-list .decor__line--Blue--1,
.account-platinum .universal-list .decor__line--Blue--2,
.account-platinum .universal-list .decor__line--Blue--3,
.account-platinum .universal-list .decor__line--Blue--4,
.account-silver .universal-list .decor__line--Blue--1,
.account-silver .universal-list .decor__line--Blue--2,
.account-silver .universal-list .decor__line--Blue--3,
.account-silver .universal-list .decor__line--Blue--4 {
    display: block
}

.account-gold .universal-list .decor__line--Blue--1,
.account-gold .universal-list .decor__line--Blue--3,
.account-islamic .universal-list .decor__line--Blue--1,
.account-islamic .universal-list .decor__line--Blue--3,
.account-platinum .universal-list .decor__line--Blue--1,
.account-platinum .universal-list .decor__line--Blue--3,
.account-silver .universal-list .decor__line--Blue--1,
.account-silver .universal-list .decor__line--Blue--3 {
    opacity: .3
}

.account-gold .universal-list .decor__line--Blue--2,
.account-gold .universal-list .decor__line--Blue--4,
.account-islamic .universal-list .decor__line--Blue--2,
.account-islamic .universal-list .decor__line--Blue--4,
.account-platinum .universal-list .decor__line--Blue--2,
.account-platinum .universal-list .decor__line--Blue--4,
.account-silver .universal-list .decor__line--Blue--2,
.account-silver .universal-list .decor__line--Blue--4 {
    opacity: .5
}

.account-gold .universal-list .decor__line svg path,
.account-islamic .universal-list .decor__line svg path,
.account-platinum .universal-list .decor__line svg path,
.account-silver .universal-list .decor__line svg path {
    fill: var(--color__White)
}

.account-gold .universal-list .decor__line--Blue--1,
.account-islamic .universal-list .decor__line--Blue--1,
.account-platinum .universal-list .decor__line--Blue--1,
.account-silver .universal-list .decor__line--Blue--1 {
    top: 75%;
    left: -100px
}

.account-gold .universal-list .decor__line--Blue--2,
.account-islamic .universal-list .decor__line--Blue--2,
.account-platinum .universal-list .decor__line--Blue--2,
.account-silver .universal-list .decor__line--Blue--2 {
    top: 85%;
    left: -120px
}

.account-gold .universal-list .decor__line--Blue--3,
.account-islamic .universal-list .decor__line--Blue--3,
.account-platinum .universal-list .decor__line--Blue--3,
.account-silver .universal-list .decor__line--Blue--3 {
    top: 55%;
    right: -100px
}

.account-gold .universal-list .decor__line--Blue--4,
.account-islamic .universal-list .decor__line--Blue--4,
.account-platinum .universal-list .decor__line--Blue--4,
.account-silver .universal-list .decor__line--Blue--4 {
    top: 62%;
    right: -120px
}

.account-gold .universal-list__item-title,
.account-islamic .universal-list__item-title,
.account-platinum .universal-list__item-title,
.account-silver .universal-list__item-title {
    color: var(--color__Brand-01);
    font-weight: 600
}

.account-gold .universal-list__content,
.account-islamic .universal-list__content,
.account-platinum .universal-list__content,
.account-silver .universal-list__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.account-gold .universal-list__description,
.account-islamic .universal-list__description,
.account-platinum .universal-list__description,
.account-silver .universal-list__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: left
}

.account-gold .universal-list__kv--holder,
.account-islamic .universal-list__kv--holder,
.account-platinum .universal-list__kv--holder,
.account-silver .universal-list__kv--holder {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.account-gold .universal-list__buttons,
.account-islamic .universal-list__buttons,
.account-platinum .universal-list__buttons,
.account-silver .universal-list__buttons {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    z-index: 5
}

.account-gold .universal-list__list,
.account-islamic .universal-list__list,
.account-platinum .universal-list__list,
.account-silver .universal-list__list {
    row-gap: 30px;
    font-family: var(--font__Primary)
}

@media screen and (min-width:768px) {

    .account-gold .universal-list__description,
    .account-islamic .universal-list__description,
    .account-platinum .universal-list__description,
    .account-silver .universal-list__description {
        text-align: center
    }

    .account-gold .universal-list .decor,
    .account-islamic .universal-list .decor,
    .account-platinum .universal-list .decor,
    .account-silver .universal-list .decor {
        z-index: 1
    }

    .account-gold .universal-list .decor__line--Blue--1,
    .account-islamic .universal-list .decor__line--Blue--1,
    .account-platinum .universal-list .decor__line--Blue--1,
    .account-silver .universal-list .decor__line--Blue--1 {
        top: 65%;
        left: -360px
    }

    .account-gold .universal-list .decor__line--Blue--2,
    .account-islamic .universal-list .decor__line--Blue--2,
    .account-platinum .universal-list .decor__line--Blue--2,
    .account-silver .universal-list .decor__line--Blue--2 {
        top: 75%;
        left: -360px
    }

    .account-gold .universal-list .decor__line--Blue--3,
    .account-islamic .universal-list .decor__line--Blue--3,
    .account-platinum .universal-list .decor__line--Blue--3,
    .account-silver .universal-list .decor__line--Blue--3 {
        top: -20%;
        right: -360px
    }

    .account-gold .universal-list .decor__line--Blue--4,
    .account-islamic .universal-list .decor__line--Blue--4,
    .account-platinum .universal-list .decor__line--Blue--4,
    .account-silver .universal-list .decor__line--Blue--4 {
        top: -10%;
        right: -360px
    }
}

@media screen and (min-width:1025px) {

    .account-gold .universal-list__buttons,
    .account-gold .universal-list__content,
    .account-gold .universal-list__description,
    .account-gold .universal-list__title,
    .account-islamic .universal-list__buttons,
    .account-islamic .universal-list__content,
    .account-islamic .universal-list__description,
    .account-islamic .universal-list__title,
    .account-platinum .universal-list__buttons,
    .account-platinum .universal-list__content,
    .account-platinum .universal-list__description,
    .account-platinum .universal-list__title,
    .account-silver .universal-list__buttons,
    .account-silver .universal-list__content,
    .account-silver .universal-list__description,
    .account-silver .universal-list__title {
        margin-block: 0
    }

    .account-gold .universal-list__buttons,
    .account-gold .universal-list__description,
    .account-gold .universal-list__title,
    .account-islamic .universal-list__buttons,
    .account-islamic .universal-list__description,
    .account-islamic .universal-list__title,
    .account-platinum .universal-list__buttons,
    .account-platinum .universal-list__description,
    .account-platinum .universal-list__title,
    .account-silver .universal-list__buttons,
    .account-silver .universal-list__description,
    .account-silver .universal-list__title {
        text-align: left;
        margin-inline: auto 0;
        width: 40%
    }

    .account-gold .universal-list__container,
    .account-islamic .universal-list__container,
    .account-platinum .universal-list__container,
    .account-silver .universal-list__container {
        row-gap: 30px
    }

    .account-gold .universal-list__buttons,
    .account-islamic .universal-list__buttons,
    .account-platinum .universal-list__buttons,
    .account-silver .universal-list__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-self: flex-start
    }

    .account-gold .universal-list__kv--holder,
    .account-islamic .universal-list__kv--holder,
    .account-platinum .universal-list__kv--holder,
    .account-silver .universal-list__kv--holder {
        max-width: 630px;
        aspect-ratio: unset;
        top: auto;
        bottom: -40px;
        left: auto
    }
}

@media screen and (max-width:1025px) {

    .account-gold .universal-list,
    .account-islamic .universal-list,
    .account-platinum .universal-list,
    .account-silver .universal-list {
        -webkit-padding-after: 0;
        padding-block-end: 0;
        -webkit-margin-after: var(--space__Grid--Outer);
        margin-block-end: var(--space__Grid--Outer)
    }

    .account-gold .universal-list__content,
    .account-gold .universal-list__description,
    .account-gold .universal-list__title,
    .account-islamic .universal-list__content,
    .account-islamic .universal-list__description,
    .account-islamic .universal-list__title,
    .account-platinum .universal-list__content,
    .account-platinum .universal-list__description,
    .account-platinum .universal-list__title,
    .account-silver .universal-list__content,
    .account-silver .universal-list__description,
    .account-silver .universal-list__title {
        max-width: 450px;
        margin-inline: auto
    }

    .account-gold .universal-list__container,
    .account-islamic .universal-list__container,
    .account-platinum .universal-list__container,
    .account-silver .universal-list__container {
        row-gap: 30px
    }

    .account-gold .universal-list__description,
    .account-gold .universal-list__title,
    .account-islamic .universal-list__description,
    .account-islamic .universal-list__title,
    .account-platinum .universal-list__description,
    .account-platinum .universal-list__title,
    .account-silver .universal-list__description,
    .account-silver .universal-list__title {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .account-gold .universal-list__list,
    .account-islamic .universal-list__list,
    .account-platinum .universal-list__list,
    .account-silver .universal-list__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .account-gold .universal-list__item,
    .account-islamic .universal-list__item,
    .account-platinum .universal-list__item,
    .account-silver .universal-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px
    }

    .account-gold .universal-list__item-icon,
    .account-islamic .universal-list__item-icon,
    .account-platinum .universal-list__item-icon,
    .account-silver .universal-list__item-icon {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .account-gold .universal-list__kv--holder,
    .account-islamic .universal-list__kv--holder,
    .account-platinum .universal-list__kv--holder,
    .account-silver .universal-list__kv--holder {
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 535px;
        aspect-ratio: initial;
        left: 50%;
        bottom: 0
    }
}

@media screen and (min-width:1280px) {

    .account-gold .universal-list,
    .account-islamic .universal-list,
    .account-platinum .universal-list,
    .account-silver .universal-list {
        padding-block: 80px
    }

    .account-gold .universal-list__container,
    .account-islamic .universal-list__container,
    .account-platinum .universal-list__container,
    .account-silver .universal-list__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .account-gold .universal-list__kv--holder,
    .account-islamic .universal-list__kv--holder,
    .account-platinum .universal-list__kv--holder,
    .account-silver .universal-list__kv--holder {
        bottom: -80px
    }
}

@media screen and (min-width:1440px) {

    .account-gold .universal-list .decor__line--Blue--1,
    .account-islamic .universal-list .decor__line--Blue--1,
    .account-platinum .universal-list .decor__line--Blue--1,
    .account-silver .universal-list .decor__line--Blue--1 {
        top: 33%
    }

    .account-gold .universal-list .decor__line--Blue--2,
    .account-islamic .universal-list .decor__line--Blue--2,
    .account-platinum .universal-list .decor__line--Blue--2,
    .account-silver .universal-list .decor__line--Blue--2 {
        top: 58%;
        left: -390px
    }

    .account-gold .universal-list .decor__line--Blue--3,
    .account-islamic .universal-list .decor__line--Blue--3,
    .account-platinum .universal-list .decor__line--Blue--3,
    .account-silver .universal-list .decor__line--Blue--3 {
        top: -43%
    }

    .account-gold .universal-list .decor__line--Blue--4,
    .account-islamic .universal-list .decor__line--Blue--4,
    .account-platinum .universal-list .decor__line--Blue--4,
    .account-silver .universal-list .decor__line--Blue--4 {
        top: 14%;
        right: -280px
    }
}

.payment-methods .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.payment-methods .hero__title {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.payment-methods .hero__kv--holder {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-block: 20px
}

.payment-methods .hero__kv {
    -webkit-transform: scale(1);
    transform: scale(1);
    aspect-ratio: unset
}

.payment-methods .hero__description {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.payment-methods .hero__buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (min-width:1025px) {
    .payment-methods .hero__container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .payment-methods .hero__kv--holder {
        margin: auto;
        width: 50%;
        inset: 0 auto 0 2%
    }

    .payment-methods .hero__kv {
        margin: 0;
        width: 90%
    }
}

@media screen and (min-width:1680px) {

    .payment-methods .hero__description,
    .payment-methods .hero__title {
        width: 50%
    }
}

@media screen and (min-width:1920px) {

    .payment-methods .hero__description,
    .payment-methods .hero__title {
        width: 810px
    }
}

.webtrader-platform {
    background-color: var(--color__Brand-01)
}

.webtrader-platform .fresh-chat,
.webtrader-platform .risk-alert {
    display: none !important
}

.webtrader-platform .main,
.webtrader-platform .main-wrapper,
.webtrader-platform__wrapper {
    height: 100%
}

.webtrader-platform__wrapper {
    overflow: hidden
}

.webtrader-platform__iframe {
    display: block;
    height: 100%;
    width: 100%
}

.trading-accounts .get-support {
    display: none
}

.trading-accounts .hero__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

.trading-accounts .hero .decor {
    width: 100vw;
    height: 98vw;
    top: 20%
}

.trading-accounts:has(.cookie-policy) .hero .decor {
    top: 25%
}

.trading-accounts .universal-section {
    z-index: 1
}

@media screen and (min-width:768px) {
    .trading-accounts .hero__container {
        min-height: 900px
    }

    .trading-accounts .hero .decor {
        top: 10%
    }

    .trading-accounts:has(.cookie-policy) .hero .decor {
        top: 15%
    }
}

@media screen and (min-width:1024px) {
    .trading-accounts .hero .decor {
        top: 0
    }

    .trading-accounts:has(.cookie-policy) .hero .decor {
        top: 5%
    }
}

@media screen and (min-width:1025px) {
    .trading-accounts .hero__container {
        min-height: 700px
    }

    .trading-accounts .hero__buttons {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-block: var(--space__P-Btn) 0
    }

    .trading-accounts .hero .decor {
        width: unset;
        height: unset;
        inset: 0
    }

    .trading-accounts:has(.cookie-policy) .hero .decor {
        left: 5%
    }
}

.markets .hero__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-margin-after: var(--space__P-Btn);
    margin-block-end: var(--space__P-Btn)
}

.markets:has(.cookie-policy) .hero .decor {
    top: 10%
}

.markets .get-support {
    display: none
}

@media screen and (min-width:768px) {
    .markets .hero__container {
        min-height: 850px
    }
}

@media screen and (min-width:1025px) {
    .markets .hero__container {
        min-height: 700px
    }

    .markets .hero__buttons {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-block: var(--space__P-Btn) 0
    }
}

.trading-holidays .hero__title {
    -webkit-margin-after: 181px;
    margin-block-end: 181px
}

.trading-holidays .hero .decor {
    top: 20%
}

.trading-holidays .get-support {
    z-index: 1
}

@media screen and (min-width:1025px) {
    .trading-holidays .hero__title {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }

    .trading-holidays .hero .decor {
        top: 0
    }
}

.support-center .hero__subtitle {
    font-size: 20px;
    line-height: 40px;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

@media screen and (min-width:768px) {
    .support-center .hero__subtitle {
        font-size: 28px
    }
}

@media screen and (min-width:1025px) {

    .support-center .hero__subtitle,
    .support-center .hero__title {
        text-align: left;
        width: 50%
    }

    .support-center .hero__kv--holder {
        max-width: 450px;
        width: 45%
    }
}

@media screen and (min-width:1280px) {
    .support-center .hero__container {
        -webkit-padding-start: 5%;
        padding-inline-start: 5%
    }

    .support-center .hero__kv--holder {
        top: 5%;
        right: 5%
    }
}

@media screen and (min-width:1440px) {
    .support-center .hero__container {
        -webkit-padding-start: 8%;
        padding-inline-start: 8%
    }

    .support-center .hero__kv--holder {
        max-width: 550px;
        right: 8%
    }
}

@media screen and (min-width:1680px) {
    .support-center .hero {
        -webkit-margin-after: 80px;
        margin-block-end: 80px
    }

    .support-center .hero__subtitle {
        font-size: 34px;
        line-height: 60px
    }

    .support-center .hero__kv--holder {
        max-width: 650px;
        top: 10%
    }
}

@media screen and (min-width:1920px) {
    .support-center .hero__subtitle {
        font-size: 46px
    }

    .support-center .hero__kv--holder {
        max-width: 715px;
        top: 18%;
        right: 5%
    }
}

.contract-specifications .universal-section {
    -webkit-margin-after: 75px;
    margin-block-end: 75px
}

.contract-specifications .universal-section__kv--holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.contract-specifications .universal-section__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.contract-specifications .universal-section__buttons {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    left: 0
}

@media screen and (min-width:768px) {
    .contract-specifications .universal-section {
        -webkit-margin-after: 90px;
        margin-block-end: 90px
    }

    .contract-specifications .universal-section__title {
        -webkit-margin-after: 15px;
        margin-block-end: 15px
    }

    .contract-specifications .universal-section__description {
        max-width: 436px
    }
}

@media screen and (min-width:1280px) {

    .contract-specifications .hero__title,
    .contract-specifications .universal-section__kv--holder {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    .contract-specifications .universal-section__description {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%
    }

    .contract-specifications .universal-section__content {
        gap: 0
    }
}

@media screen and (min-width:1680px) {
    .contract-specifications .hero__kv--holder {
        max-width: 677px
    }

    .contract-specifications .universal-section__title {
        font-size: 46px
    }

    .contract-specifications .universal-section__kv--holder {
        width: 64%;
        max-width: 769px
    }
}

@media screen and (min-width:1920px) {
    .contract-specifications .hero__title {
        width: 50%
    }
}

.faq .get-support {
    display: none
}

.faq .g-recaptcha {
    margin-inline: auto
}

.faq .hero .decor {
    top: 20%
}

@media screen and (min-width:1025px) {
    .faq .hero .decor {
        top: 0
    }
}

@media screen and (min-width:1280px) {

    .faq .hero__description,
    .faq .hero__title {
        max-width: 425px
    }
}

.about-us .hero__container {
    min-height: 848px
}

.about-us .hero__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.about-us .hero__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-margin-after: var(--space__Additional--1);
    margin-block-end: var(--space__Additional--1)
}

.about-us .hero .decor {
    top: 15%
}

.about-us:has(.cookie-policy) .hero .decor {
    top: 20%
}

.about-us .universal-section--1 .universal-section__description span {
    display: block;
    -webkit-margin-before: var(--space__Additional--1);
    margin-block-start: var(--space__Additional--1)
}

@media screen and (max-width:767px) {
    .about-us .universal-section--1 {
        background-color: var(--color__Brand-01--15)
    }

    .about-us .universal-section--1 .decor--background {
        display: none
    }
}

@media screen and (min-width:768px) {
    .about-us .hero__container {
        min-height: 900px
    }

    .about-us .hero .decor {
        top: 15%
    }

    .about-us:has(.cookie-policy) .hero .decor {
        top: 20%
    }
}

@media screen and (min-width:1025px) {
    .about-us .hero__container {
        min-height: 700px
    }

    .about-us .hero__title {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
        -webkit-margin-after: var(--space__Additional--1);
        margin-block-end: var(--space__Additional--1)
    }

    .about-us .hero__buttons {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-block: var(--space__Additional--1) 0
    }

    .about-us .hero .decor,
    .about-us:has(.cookie-policy) .hero .decor {
        inset: 0
    }
}

@media screen and (max-width:1279px) {
    .about-us .universal-section--1 .universal-section__kv--holder {
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
        width: 85%
    }

    .about-us .universal-section--1 .universal-section__description span {
        display: block;
        -webkit-margin-before: var(--space__Additional--1);
        margin-block-start: var(--space__Additional--1)
    }
}

@media screen and (min-width:1680px) {
    .about-us .hero__container {
        min-height: 930px
    }
}

body[dir=rtl] .header__language-container {
    right: auto;
    left: 24px
}

body[dir=rtl] .dropdown__list {
    border-radius: 0 8px 8px 8px;
    right: auto;
    left: 0
}

body[dir=rtl] .dropdown__list-option .dropdown__flag {
    right: 10px;
    left: auto
}

body[dir=rtl] .universal-list__item {
    text-align: right
}

body[dir=rtl] .btn-app__icon {
    margin-inline: 2px 10px
}

body[dir=rtl] .btn-app__text,
body[dir=rtl] .cookie-policy__description,
body[dir=rtl] .footer .menu__list-item {
    text-align: right
}

body[dir=rtl] .hero__btn--wrapper {
    text-align: center
}

body[dir=rtl].why-finnso .hero__kv--holder {
    -webkit-transform: translateX(calc(var(--space__Grid--Outer)*-1));
    transform: translateX(calc(var(--space__Grid--Outer)*-1))
}

body[dir=rtl].contact-page .hero__kv--holder {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

body[dir=rtl] .form .btn {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    left: auto
}

body[dir=rtl] .telegram__list-item:before {
    right: 5px;
    left: 0
}

body[dir=rtl] .telegram__button {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0;
    left: auto
}

body[dir=rtl].account-gold .account-comparison .item__expand,
body[dir=rtl].account-platinum .account-comparison .item__expand,
body[dir=rtl].account-silver .account-comparison .item__expand {
    right: auto;
    left: 18px
}

body[dir=rtl].privacy-policy .main {
    direction: ltr
}

@media screen and (min-width:768px) {
    body[dir=rtl] .footer__logo {
        width: 100%
    }

    body[dir=rtl] .footer__logo-text {
        text-align: right
    }

    body[dir=rtl] .about-in-touch {
        direction: ltr
    }

    body[dir=rtl] .about-in-touch__text {
        text-align: right
    }
}

@media screen and (min-width:1025px) {

    body[dir=rtl] .hero__description,
    body[dir=rtl] .hero__title {
        text-align: right
    }

    body[dir=rtl] .hero__kv--holder,
    body[dir=rtl] .universal-list--2 .universal-list__kv--holder,
    body[dir=rtl] .universal-list__kv--holder {
        right: auto;
        left: 0
    }

    body[dir=rtl] .about-in-touch__contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    body[dir=rtl] .telegram__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    body[dir=rtl].contact-page .hero__kv--holder {
        right: auto;
        left: calc(var(--space__Grid--Outer)*-1)
    }

    body[dir=rtl].account-gold .universal-list__buttons,
    body[dir=rtl].account-gold .universal-list__content,
    body[dir=rtl].account-gold .universal-list__description,
    body[dir=rtl].account-gold .universal-list__title,
    body[dir=rtl].account-islamic .universal-list__buttons,
    body[dir=rtl].account-islamic .universal-list__content,
    body[dir=rtl].account-islamic .universal-list__description,
    body[dir=rtl].account-islamic .universal-list__title,
    body[dir=rtl].account-platinum .universal-list__buttons,
    body[dir=rtl].account-platinum .universal-list__content,
    body[dir=rtl].account-platinum .universal-list__description,
    body[dir=rtl].account-platinum .universal-list__title,
    body[dir=rtl].account-silver .universal-list__buttons,
    body[dir=rtl].account-silver .universal-list__content,
    body[dir=rtl].account-silver .universal-list__description,
    body[dir=rtl].account-silver .universal-list__title {
        text-align: right;
        margin-inline: 0 auto
    }
}

@media screen and (min-width:1280px) {
    body[dir=rtl] .dropdown__flag {
        right: 15px
    }

    body[dir=rtl] .hero__kv--holder {
        left: -50px
    }

    body[dir=rtl] .universal-list__title {
        text-align: right;
        margin-inline: 0 20px
    }

    body[dir=rtl] .universal-list__description,
    body[dir=rtl] .universal-section__description,
    body[dir=rtl] .universal-section__title {
        text-align: right
    }

    body[dir=rtl].why-finnso .hero__kv--holder {
        left: 0
    }

    body[dir=rtl].platform .universal-section__content {
        grid-column: 1;
        grid-row: 1
    }

    body[dir=rtl].platform .universal-section--2 .universal-section__kv--holder {
        grid-column: 1
    }

    body[dir=rtl].platform .universal-section--2 .universal-section__content {
        grid-column: 2
    }
}

@media screen and (min-width:1680px) {
    body[dir=rtl] .hero__kv--holder {
        left: -150px
    }
}

@media screen and (min-width:320px)and (max-width:767px) {

    html[lang=nl] .trading-holidays .holidays .table__header div:first-of-type,
    html[lang=nl] .trading-holidays .holidays .table__row div:first-of-type {
        width: 100px
    }
}

@media screen and (min-width:320px)and (max-width:767px) {

    html[lang=de] .trading-holidays .holidays .table__header div:first-of-type,
    html[lang=de] .trading-holidays .holidays .table__row div:first-of-type {
        width: 130px
    }

    html[lang=de] .trading-holidays .holidays .table__row:first-of-type div {
        font-size: 13px
    }
}

@media screen and (min-width:768px) {
    html[lang=de] .trading-holidays .holidays .table__row:first-of-type div {
        font-size: 15px
    }
}

@media screen and (min-width:1025px) {
    html[lang=de] .trading-holidays .holidays .table__row:first-of-type div {
        font-size: 16px
    }
}

html[lang=sv] .legal .documents__item {
    background: #fbf9ff url(https://www.capplace.com/Content/Images/site--pages/legal/icons/legal-item.html) no-repeat 15px 50%/60px auto;
    font-size: 12px;
    padding-inline: 90px 10px
}

html[lang=sv] .legal .documents__item:hover {
    background-image: url(https://www.capplace.com/Content/Images/site--pages/legal/icons/legal-item__hover.html);
    background-color: var(--color__Brand-01)
}

@media screen and (min-width:320px)and (max-width:767px) {
    html[lang=sv] .legal .documents__title {
        font-size: 22px
    }
}

@media screen and (min-width:1280px) {
    html[lang=sv] .legal .documents__item {
        font-size: 15px
    }
}

@media screen and (min-width:1680px) {
    html[lang=sv] .legal .documents__item {
        background: #fbf9ff url(https://www.capplace.com/Content/Images/site--pages/legal/icons/legal-item.html) no-repeat 30px 50%/80px auto;
        padding: 45px 30px 45px 130px
    }
}