[dir] .mac .animated, [dir] .win .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[dir] .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

[dir] .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

[dir] .animated.bounceIn, [dir] .animated.bounceOut, [dir] .animated.flipOutX, [dir] .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[dir] .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInSpark {
    0% {
        opacity: 0
    }
    25% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: .5
    }
    to {
        opacity: 0
    }
}

@keyframes fadeInSpark {
    0% {
        opacity: 0
    }
    25% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: .5
    }
    to {
        opacity: 0
    }
}

[dir] .fadeInSpark {
    -webkit-animation-name: fadeInSpark;
    animation-name: fadeInSpark
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

[dir] .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

[dir] .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

[dir] .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

[dir] .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.mac .animate, .mac .animate2, .win .animate, .win .animate2 {
    opacity: 0
}

:focus {
    outline: 0
}

body {
    color: #010c3e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    position: relative
}

[dir=rtl] * {
    font-family: Dubai-Regular, Roboto, sans-serif !important;
}

[dir] body {
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    body {
        font-size: 14px
    }
}

h1, h2, h3, h4, h5 {
    font-family: Oswald, sans-serif
}

.loadjs, .open-menu body {
    overflow: hidden
}

img {
    height: auto;
    width: 100%
}

[dir] .bg-white {
    background-color: #fff
}

.container {
    max-width: 100%
}

[dir] .container {
    padding: 0 2em
}

@media (min-width: 767px) {
    [dir] .container {
        padding: 0 3em
    }
}

@media (min-width: 992px) {
    [dir] .container {
        padding: 0 5em
    }
}

@media (min-width: 1200px) {
    [dir] .container {
        padding: 0 13.6%
    }
}

.block, .section {
    overflow: hidden;
    position: relative
}

[dir] .block, [dir] .section {
    padding: 3em 0
}

@media (max-width: 767px) {
    [dir] .block, [dir] .section {
        padding: 2em 0
    }
}

[dir] .block.inner-sec-head, [dir] .section.inner-sec-head {
    padding-bottom: 0;
    padding-top: 11em
}

.inner-sec-head {
    display: flex;
    justify-content: space-between
}

[dir] .inner-sec-head.inner_sec_head {
    margin-bottom: 0;
    padding-bottom: 3.4em
}

[dir=ltr] .inner-sec-head.inner_sec_head {
    text-align: left
}

[dir=rtl] .inner-sec-head.inner_sec_head {
    text-align: right
}

@media (max-width: 767px) {
    [dir] .inner-sec-head.inner_sec_head {
        padding-bottom: 1em
    }
}

[dir] .inner-sec-head.inner_sec_head:after {
    margin: 1.875em 0 auto
}

@media (max-width: 767px) {
    [dir] .inner-sec-head.inner_sec_head:after {
        margin: 1em 0 auto
    }
}

.uline {
    position: relative
}

.uline:after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 0;
    z-index: 1
}

[dir] .uline:after {
    background: #010c3e;
    transition: .3s
}

[dir=ltr] .uline:after {
    left: 0
}

[dir=rtl] .uline:after {
    right: 0
}

.uline:hover {
    text-decoration: none
}

.uline:hover:after {
    width: 100%
}

[dir] .bg-blue {
    background-color: #010c3e
}

.sec-cta {
    position: relative
}

[dir] .sec-cta {
    padding-top: 1.25em
}

.jc-spbtw {
    justify-content: space-between
}

.twocol-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.col-40 {
    display: flex;
    width: 40%
}

@media (max-width: 992px) {
    .col-40 {
        width: 100%
    }
}

.col-50 {
    display: flex;
    width: 50%
}

@media (max-width: 992px) {
    .col-50 {
        width: 100%
    }
}

.col-60 {
    display: flex;
    width: 60%
}

@media (max-width: 992px) {
    .col-60 {
        width: 100%
    }
}

.col-25 {
    display: flex;
    width: 50%
}

@media (min-width: 767px) {
    .col-25 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-25 {
        width: 25%
    }
}

.col-65 {
    display: flex;
    width: 100%
}

@media (min-width: 767px) {
    .col-65 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-65 {
        width: 65%
    }
}

.col-33 {
    display: flex;
    width: 100%
}

@media (min-width: 767px) {
    .col-33 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-33 {
        width: 33.33%
    }
}

.col-70 {
    display: flex;
    width: 70%;
    width: 100%
}

@media (min-width: 767px) {
    .col-70 {
        width: 70%
    }
}

.col-30 {
    display: flex;
    width: 30%;
    width: 100%
}

@media (min-width: 767px) {
    .col-30 {
        width: 30%
    }
}

@media (min-width: 992px) {
    .col-rev {
        flex-flow: row-reverse
    }
}

.sec_head {
    color: #010c3e
}

[dir] .sec_head {
    margin-bottom: 3em;
    text-align: center
}

@media (max-width: 1024px) {
    [dir] .sec_head {
        margin-bottom: 1.5em
    }
}

@media (max-width: 767px) {
    [dir] .sec_head {
        margin-bottom: 1em
    }

    [dir] .sec_head:after {
        margin: 1em auto 0
    }
}

[dir] .sec_head h2, [dir] .sec_head h1 {
    margin-bottom: 0
}

[dir] .sec_head h3 {
    margin-top: .33em
}

@media (max-width: 767px) {
    .sec_head h3 {
        font-size: 1.1em
    }
}

[dir] .sec_head.inner_sec_head {
    margin-bottom: 0;
    padding-bottom: 2.4em;
}

[dir=ltr] .sec_head.inner_sec_head {
    text-align: left
}

[dir=rtl] .sec_head.inner_sec_head {
    text-align: right
}

@media (max-width: 767px) {
    [dir] .sec_head.inner_sec_head {
        padding-bottom: 1em
    }
}

[dir] .sec_head.inner_sec_head:after {
    margin: 1.875em 0 auto
}

@media (max-width: 767px) {
    [dir] .sec_head.inner_sec_head:after {
        margin: 1em 0 auto
    }
}

.sec_head:after {
    content: "";
    display: block;
    height: 3px;
    width: 9.375em
}

[dir] .sec_head:after {
    background: #bb914a;
    margin: 1.875em auto 0
}

@media (max-width: 767px) {
    [dir] .sec_head:after {
        margin: 1em auto 0
    }
}

.inner-sec-para, .sec_head.white_head {
    color: #fff
}

[dir] .inner-sec-para {
    margin: 0;
    padding-bottom: 3.4em
}

@media (max-width: 767px) {
    [dir] .inner-sec-para {
        padding-bottom: 1em
    }
}

.section-head {
    font-weight: 700
}

[dir] .section-head {
    margin: 0 0 2em
}

@media (min-width: 922px) {
    [dir=ltr] .section-head {
        padding-right: 10em
    }

    [dir=rtl] .section-head {
        padding-left: 10em
    }
}

@media (max-width: 767px) {
    [dir] .section-head {
        margin: 0;
        padding-bottom: 1em
    }

    .onDesktop {
        display: none !important
    }
}

@media (min-width: 767px) {
    .onMobile {
        display: none !important
    }
}

.inner-page header {
    position: relative
}

.inner-page header:before {
    top: 0
}

input {
    outline: 0
}

[dir] input {
    border: 0
}

.tab-txt-grid {
    display: flex
}

@media (max-width: 922px) {
    .tab-txt-grid {
        flex-direction: column-reverse
    }
}

.tab-txt-grid .tabs-sec, .tab-txt-grid .txt-content {
    flex-direction: column
}

@media (max-width: 922px) {
    .tab-txt-grid .tabs-sec {
        width: 100%
    }

    [dir] .tab-txt-grid .tabs-sec {
        margin-bottom: 5em
    }
}

@media (max-width: 767px) {
    [dir] .tab-txt-grid .tabs-sec {
        margin-bottom: 2em
    }
}

.txt-content {
    flex-direction: column
}

.breadcrumb-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.breadcrumb-header .inner_sec_head {
    width: 100%
}

@media (max-width: 1024px) {
    [dir] .breadcrumb-header .inner_sec_head {
        padding-bottom: 2em
    }
}

@media (max-width: 922px) {
    [dir] .breadcrumb-header .inner_sec_head {
        padding-bottom: 1em
    }
}

.bread-crumb {
    align-items: flex-start;
    display: flex;
    height: auto;
    justify-content: flex-end;
    width: 100%
}

[dir] .bread-crumb {
    background-color: #fff;
    margin-bottom: 3em
}

@media (max-width: 992px) {
    [dir] .bread-crumb {
        margin-bottom: 1em
    }
}

@media (max-width: 767px) {
    .bread-crumb {
        display: none
    }
}

[dir] .bread-inner {
    margin-top: .8em
}

.breadcrumb-item a {
    color: #3d5085;
    font-weight: 700
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #3d5085;
    content: ">";
    font-weight: 700
}

.tabs-wrap {
    width: 100%
}

[dir] .tabs-wrap {
    border-bottom: 2px solid #dedee5;
    padding: 1em 0
}

.tabs-wrap a {
    color: #010c3e
}

.tabs-wrap svg path {
    fill: #dedee5
}

.tabs-wrap .yellow-arrow, .tabs-wrap .yellow-arrow a {
    color: #bb914a
}

.tabs-wrap .yellow-arrow .arrow-down-icon.yellow-arrow svg path, .tabs-wrap .yellow-arrow .arrow-down-icon svg, .tabs-wrap .yellow-arrow .arrow-down-icon svg path {
    fill: #bb914a
}

[dir=ltr] .tabs-inner-links {
    padding-left: 2.1em
}

[dir=rtl] .tabs-inner-links {
    padding-right: 2.1em
}

[dir] .tabs-links {
    cursor: pointer
}

.tabs-links h2 {
    font-size: 1.325em
}

[dir] .tabs-links h2 {
    margin: 0
}

[dir=ltr] .tabs-links.no-menu .yellow-arrow .arrow-down-icon {
    transform: rotate(-45deg)
}

[dir=rtl] .tabs-links.no-menu .yellow-arrow .arrow-down-icon {
    transform: rotate(45deg)
}

.tabs-links .arrow-down-icon {
    display: inline-block;
    height: 1em;
    width: 1em
}

[dir=ltr] .tabs-links .arrow-down-icon {
    margin-right: .625em
}

[dir=rtl] .tabs-links .arrow-down-icon {
    margin-left: .625em
}

.tabs-links .arrow-down-icon img {
    vertical-align: top
}

.yellow-arrow .arrow-down-icon svg path {
    fill: #bb914a
}

.arrow-down-icon {
    display: inline-flex;
    height: auto;
    width: 1.2em
}

[dir=ltr] .arrow-down-icon {
    margin-right: .825em
}

[dir=rtl] .arrow-down-icon {
    margin-left: .825em
}

[dir] .tabs-item {
    padding: .875em 0
}

.tabs-item a {
    color: #010c3e;
    font-size: 1.3125em;
    font-weight: 700
}

[dir] .tabs-item a {
    transition: .2s
}

.tabs-item a.active, .tabs-item a:hover {
    color: #bb914a
}

#loader, .thanks {
    height: 100%;
    position: relative;
    top: 50%;
    width: 100%;
    z-index: 999
}

[dir=ltr] #loader, [dir=ltr] .thanks {
    left: 50%;
    transform: translate(-50%)
}

[dir=rtl] #loader, [dir=rtl] .thanks {
    right: 50%;
    transform: translate(50%)
}

@media (max-width: 1024px) {
    #loader, .thanks {
        position: relative
    }
}

.contact-us #loader {
    height: 50px;
    position: absolute
}

.thanks {
    width: 100%
}

[dir] .thanks {
    text-align: center
}

#agree-error {
    bottom: -40px;
    color: #168bfe;
    font-size: 1em;
    font-weight: 400;
    position: absolute
}

[dir] #agree-error {
    background: #fff !important
}

@media (max-width: 1300px) {
    #agree-error {
        bottom: -35px
    }
}

h1, .h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1
}

[dir] h1, [dir] .h1 {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 2em
    }
}

h2, .h2 {
    font-size: 2.6875em;
    font-weight: 400;
    line-height: 1
}

[dir] h2, [dir] .h2 {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 1.5em
    }
}

h3, .h3 {
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.3
}

[dir] h3, [dir] .h3 {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 1.25em
    }
}

h4, .h4 {
    font-size: 1.1875em;
    font-weight: 500
}

[dir] h4, [dir] .h4 {
    margin-bottom: .875em
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 1.5em
    }
}

p, .p {
    font-size: 1.125em
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    p, .p {
        width: 100%
    }
}

@media (max-width: 1024px) {
    p, .p {
        font-size: 1.25em
    }
}

@media (max-width: 767px) {
    p, .p {
        font-size: 1.125em;
        line-height: 1.3
    }
}

ul {
    list-style: none
}

[dir] ul {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

b, strong {
    font-weight: 700
}

textarea {
    resize: none
}

small {
    font-size: 1em
}

button {
    -webkit-appearance: button;
    outline: 0;
    width: auto
}

[dir] button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

[dir=ltr] button {
    background: 0 0
}

[dir=rtl] button {
    background: 100% 0
}

button:focus {
    outline: 0
}

.link__anchor {
    color: #010c3e;
    position: relative
}

.link__anchor:after {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 0
}

[dir] .link__anchor:after {
    background: #010c3e;
    transition: .4s
}

[dir=ltr] .link__anchor:after {
    left: 0
}

[dir=rtl] .link__anchor:after {
    right: 0
}

.link__anchor:hover {
    text-decoration: none
}

.link__anchor:hover:after {
    width: 100%
}

.anchor {
    align-items: center;
    color: #fff;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 700;
    min-width: 10.3125em;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

[dir] .anchor {
    background-color: #010c3e;
    border: 1px solid #fff;
    border-radius: 7px;
    cursor: pointer;
    padding: .75em;
    text-align: center;
    transition: .2s
}

.anchor.yellow-btn {
    color: #fff
}

[dir] .anchor.yellow-btn {
    border: 1px solid #fff;
    transition: .2s
}

.anchor.yellow-btn:hover {
    color: #fff !important
}

[dir] .anchor.yellow-btn:hover {
    background-color: #010c3e;
    border: 1px solid #fff
}

.anchor:focus {
    color: #fff
}

.anchor.border-btn {
    color: #010c3e
}

[dir] .anchor.border-btn {
    background: #f2f3fa;
    border-color: #168bfe
}

.anchor:hover {
    color: #010c3e;
    text-decoration: none
}

[dir] .anchor:hover {
    background-color: #168bfe
}

.anchor:hover:before {
    width: 100%
}

.anchor.no-arrow:after {
    content: normal
}

@media (max-width: 767px) {
    .anchor {
        font-size: .8em
    }
}

.yellow-btn {
    color: #010c3e
}

[dir] .yellow-btn {
    background-color: #168bfe;
    border-color: #168bfe;
    transition: .5s
}

[dir] .yellow-btn:hover {
    border-color: #010c3e
}

[dir] .yellow-btn:before {
    background-color: #010c3e;
    border-color: #010c3e
}

[dir] .rounded-btn {
    background-color: #fff;
    border: 1px solid #010c3e;
    border-radius: 10px;
    padding: .6875em 2.8em;
    transition: .2s ease-in-out
}

@media (max-width: 767px) {
    [dir] .rounded-btn {
        margin-top: 1em;
        padding: .5em 2.5em
    }

    [dir=ltr] .rounded-btn {
        margin-left: 0
    }

    [dir=rtl] .rounded-btn {
        margin-right: 0
    }
}

.rounded-btn:hover {
    color: #fff
}

[dir] .rounded-btn:hover {
    background-color: #168bfe;
    border-color: #010c3e
}

.ch-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

[dir=ltr] .ch-header {
    left: 0
}

[dir=rtl] .ch-header {
    right: 0
}

.ch-header:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

[dir] .ch-header:before {
    background: #000833;
    transition: .5s
}

[dir=ltr] .ch-header:before {
    background: linear-gradient(280deg, #000833, #020862);
    left: 0
}

[dir=rtl] .ch-header:before {
    background: linear-gradient(-280deg, #000833, #020862);
    right: 0
}

@media (min-width: 992px) {
    [dir] .ch-header .container {
        padding: 0 4.0625em
    }
}

[dir] .ch-header.sticky {
    padding: 1em 0
}

.ch-header.sticky:before {
    top: 0
}

.ch-header.sticky .menu_link {
    font-size: 1.2em
}

.header__wrapper {
    align-items: center;
    display: flex;
    font-size: .813em
}

.brand-logo {
    height: auto;
    position: relative;
    width: 35em;
    z-index: 99
}

.brand-logo a {
    display: block
}

@media (max-width: 1024px) {
    .brand-logo {
        width: 15em
    }
}

@media (max-width: 767px) {
    .brand-logo {
        width: 25em
    }

    [dir] .brand-logo {
        padding: 1em 0 0
    }
}

.f-select-list {
    bottom: 0;
    display: none;
    height: 0;
    position: absolute;
    width: 100%
}

[dir=ltr] .f-select-list {
    left: 0
}

[dir=rtl] .f-select-list {
    right: 0
}

.f-select-list.show {
    display: block
}

.f-select-list a {
    color: #fff
}

.select-list {
    bottom: 0;
    display: none;
    height: 0;
    position: absolute;
    width: 5em
}

[dir=ltr] .select-list {
    left: 0
}

[dir=rtl] .select-list {
    right: 0
}

@media (max-width: 767px) {
    .select-list {
        width: 3em
    }
}

.select-list.show {
    display: block
}

.select-list a {
    color: #fff
}

@media (max-width: 767px) {
    .select-list a {
        font-size: .825em
    }
}

[dir] .select-opt {
    background-color: #010c3e;
    border-bottom: 1px solid #3d5085;
    padding: .5em;
    text-align: center;
    transition: .5s
}

[dir] .select-opt:last-child {
    border: none
}

@media (max-width: 767px) {
    [dir] .select-opt {
        padding: .2em
    }
}

[dir] .select-opt:hover {
    background-color: #168bfe
}

.f-language-switcher {
    align-items: center;
    color: #fff;
    display: flex;
    position: relative
}

[dir] .f-language-switcher {
    transition: .5s
}

[dir=ltr] .f-language-switcher {
    margin-left: 1.25em;
    padding-right: .8em
}

[dir=rtl] .f-language-switcher {
    margin-right: 1.25em;
    padding-left: .8em
}

.f-language-switcher:hover {
    color: #168bfe
}

.f-language-switcher:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%
}

[dir] .f-language-switcher:after {
    border: solid #fff;
    padding: 4px
}

[dir=ltr] .f-language-switcher:after {
    border-width: 0 2px 2px 0;
    right: -.5em;
    transform: translateY(-50%) rotate(45deg)
}

[dir=rtl] .f-language-switcher:after {
    border-width: 0 0 2px 2px;
    left: -.5em;
    transform: translateY(-50%) rotate(-45deg)
}

@media (max-width: 767px) {
    .f-language-switcher:after {
        top: 50%
    }

    [dir] .f-language-switcher:after {
        padding: 2px
    }

    [dir=ltr] .f-language-switcher:after {
        right: 0
    }

    [dir=rtl] .f-language-switcher:after {
        left: 0
    }
}

[dir] .f-language-switcher p {
    margin: 0
}

@media (max-width: 767px) {
    .f-language-switcher p {
        font-size: .825em
    }
}

.header_right {
    align-items: center;
    display: inline-block;
    z-index: 99
}

@media (max-width: 767px) {
    [dir] .header_right {
        font-size: .82em;
        padding: 2em 0 0
    }
}

.header_right .anchor {
    font-size: 1.1875em;
    min-width: 8.32em
}

[dir] .header_right .anchor {
    padding: .35em .75em
}

[dir=ltr] .header_right .anchor {
    margin-right: 1.25em
}

[dir=rtl] .header_right .anchor {
    margin-left: 1.25em
}

[dir] .header_right .anchor.yellow-btn {
    border: 1px solid #fff
}

[dir=ltr] .header_right .anchor:last-child {
    margin-right: 0
}

[dir=rtl] .header_right .anchor:last-child {
    margin-left: 0
}

@media (max-width: 1024px) and (min-width: 767px) {
    .header_right .anchor {
        min-width: unset
    }
}

@media (max-width: 767px) {
    .header_right {
        justify-content: space-between
    }
}

.navigation {
    align-items: center;
    display: flex;
    font-size: .7em;
    justify-content: center
}

.header-section-1 {
    box-sizing: border-box
}

[dir] .header-section-1 {
    padding: 1.2em 3em 0
}

.header-hr {
    opacity: .7
}

[dir] .header-hr {
    border: 1px solid #0712a0a3
}

@media (max-width: 1024px) {
    .navigation {
        flex-flow: column-reverse;
        font-size: 14px;
        height: 100%;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        width: 350px;
        z-index: 98
    }

    [dir] .navigation {
        background-color: #010c3e;
        margin: 0;
        transition: 1s
    }

    [dir=ltr] .navigation {
        right: -100%
    }

    [dir=ltr] .navigation.active {
        right: -7%
    }

    [dir=rtl] .navigation {
        left: -100%
    }

    [dir=rtl] .navigation.active {
        left: -7%
    }

    [dir] .navigation {
        padding-top: 10em
    }
}

@media (max-width: 767px) {
    .navigation {
        width: 100%
    }
}

[dir=ltr] .open-menu .navigation {
    right: 0
}

[dir=rtl] .open-menu .navigation {
    left: 0
}

.nav-wrap {
    position: relative
}

@media (max-width: 1024px) {
    .nav-wrap {
        width: 100%
    }

    [dir] .nav-wrap {
        margin-top: 1em
    }
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none
}

[dir] .main-menu {
    margin: 0;
    padding: 0
}

@media (max-width: 1024px) {
    .main-menu {
        flex-flow: column
    }

    .main-menu li {
        width: 100%
    }

    [dir] .main-menu li {
        border-bottom: 1px solid #010c3e;
        padding: 0
    }

    .main-menu a {
        font-size: 1.25em
    }

    [dir] .main-menu a {
        padding: .75em 2.125em
    }

    [dir=ltr] .main-menu a:before {
        right: 10em
    }

    [dir=rtl] .main-menu a:before {
        left: 10em
    }

    .main-menu a:hover {
        color: #fff
    }

    [dir] .main-menu a.active {
        background: rgba(230, 236, 244, .3)
    }
}

.menu__item {
    position: relative
}

[dir] .menu__item {
    padding: 0 2em
}

@media (min-width: 1281px) and (max-width: 1380px) {
    [dir] .menu__item {
        padding: 0 1.5em
    }
}

@media (max-width: 1024px) {
    [dir] .menu__item {
        padding: 0 1em
    }
}

@media (max-width: 767px) {
    .menu__item {
        width: 100%
    }
}

.sub_menu_items {
    position: relative;
    width: 100%
}

[dir] .sub_menu_items {
    padding: .5em 0
}

.sub_menu_items:before {
    color: #bb914a;
    content: "\2022";
    display: inline-block;
    font-weight: 700
}

[dir] .sub_menu_items:before {
    padding: 0 .5em
}

[dir] .sub_menu_items:first-child {
    border-radius: 10px 10px 0 0
}

[dir] .sub_menu_items:last-child {
    border-radius: 0 0 10px 10px
}

[dir] .sub_menu_items.active, [dir] .sub_menu_items:hover {
    background-color: #010c3e
}

@media (max-width: 767px) {
    [dir] .sub_menu_items.active {
        background-color: #168bfe
    }
}

.sub_menu_items a {
    color: #fff;
    font-size: .9em
}

[dir] .sub_menu_items a.active {
    background-color: #010c3e
}

@media (max-width: 1024px) {
    .sub_menu_items a {
        font-size: 1.25em
    }

    [dir] .sub_menu_items a {
        padding: 0
    }
}

.menu__link, .sub_menu_items {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1.5px
}

.menu__link.menu__link_gold, .menu__link.menu__link_gold.active {
    color: #dcaa54;
}
.menu__link.menu__link_gold:hover {
    color: #dbb36f;
}

[dir] .menu__link, [dir] .sub_menu_items {
    transition: .3s
}

.menu__link.active, .sub_menu_items.active {
    color: #fff
}

.menu__link:hover, .sub_menu_items:hover {
    color: #168bfe;
    text-decoration: none
}

.menu__link:hover .sub-menu, .sub_menu_items:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.menu__link.active, .sub_menu_items.active {
    color: #168bfe
}

.menu__link.active:before, .menu__link:hover:before, .sub_menu_items.active:before, .sub_menu_items:hover:before {
    opacity: 1;
    visibility: visible
}

[dir] .menu__link {
    padding: 1em 0
}

@media (max-width: 992px) {
    [dir] .header-section-1 {
        padding: 3px
    }

    .brand-logo {
        z-index: 1
    }

    [dir] .brand-logo {
        margin: 0 auto
    }

    [dir] .text-md-center {
        text-align: center
    }

    [dir] .menu__link.expanded {
        border-top: 6px solid #fff;
        transform: rotate(0)
    }

    [dir=ltr] .menu__link.expanded.before {
        transform: rotate(180deg)
    }

    [dir=rtl] .menu__link.expanded.before {
        transform: rotate(-180deg)
    }
}

.has-childern {
    position: relative
}

[dir] .has-childern {
    transition: .5s
}

.has-childern:before {
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    width: 0
}

[dir] .has-childern:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transform: translateY(-50%);
    transition: .5s
}

[dir=ltr] .has-childern:before {
    right: 0
}

[dir=rtl] .has-childern:before {
    left: 0
}

@media (max-width: 1024px) {
    .has-childern:before {
        top: 1.8em
    }

    [dir=ltr] .has-childern:before {
        right: 9em
    }

    [dir=rtl] .has-childern:before {
        left: 9em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .has-childern:before {
        right: 9em
    }

    [dir=rtl] .has-childern:before {
        left: 9em
    }
}

@media (min-width: 992px) {
    [dir] .has-childern:hover:before {
        border-top: 6px solid #168bfe
    }

    [dir=ltr] .has-childern:hover:before {
        transform: translateY(-50%) rotate(180deg)
    }

    [dir=rtl] .has-childern:hover:before {
        transform: translateY(-50%) rotate(-180deg)
    }

    .has-childern:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }
}

[dir] .has-childern.active:before {
    border-top: 6px solid #168bfe
}

[dir=ltr] .has-childern.active:before {
    transform: translateY(-50%) rotate(180deg)
}

[dir=rtl] .has-childern.active:before {
    transform: translateY(-50%) rotate(-180deg)
}

.sub-menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 20em
}

[dir] .sub-menu {
    background-color: #363d6b;
    transition: .5s
}

@media (min-width: 1024px) {
    [dir] .sub-menu {
        border-radius: 10px
    }
}

@media (max-width: 1024px) {
    .sub-menu {
        display: none;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%
    }

    [dir] .sub-menu {
        background-color: #010c3e
    }

    [dir] .sub-menu li {
        padding: .75em 1em
    }
}

.hero__section {
    height: 100vh
}

@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
    .hero__section {
        height: 62em
    }
}

@media (max-width: 1100px) {
    .hero__section {
        height: 65em
    }
}

@media (max-width: 767px) {
    .hero__section {
        height: 77em
    }
}

.hero__section .container {
    position: relative;
    z-index: 2
}

.hero__vid {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

[dir=ltr] .hero__vid {
    left: 0
}

[dir=rtl] .hero__vid {
    right: 0
}

.hero__vid iframe {
    height: 62.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    width: 110vw
}

[dir=ltr] .hero__vid iframe {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .hero__vid iframe {
    right: 50%;
    transform: translate(50%, -50%)
}

@media (max-width: 1024px) {
    .hero__vid iframe {
        min-height: 130vh;
        min-width: 200vh
    }
}

@media (max-width: 767px) {
    .hero__vid iframe {
        min-height: 170vh;
        min-width: 400vh
    }
}

.hero--img {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

[dir=ltr] .hero--img {
    left: 0
}

[dir=rtl] .hero--img {
    right: 0
}

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

.hero-caption {
    color: #fff;
    max-width: 70em;
    position: relative
}

[dir] .hero-caption {
    margin: 8em auto 5em;
    text-align: center
}

.hero-caption #loader, .hero-caption .thanks {
    position: relative
}

[dir] .hero-caption #loader, [dir] .hero-caption .thanks {
    margin-top: 5em
}

@media (max-width: 1024px) {
    .hero-caption #loader, .hero-caption .thanks {
        position: relative
    }
}

@media (max-width: 922px) {
    [dir] .hero-caption {
        margin: 5em 0
    }
}

.hero-caption h1 {
    letter-spacing: 1px;
    text-transform: uppercase
}

[dir] .hero-caption h1 {
    margin-bottom: 1em
}

@media (max-width: 1024px) {
    .hero-caption h1 {
        font-size: 2.7em
    }
}

@media (max-width: 992px) {
    .hero-caption h1 {
        font-size: 2.5em
    }
}

@media (max-width: 767px) {
    .hero-caption h1 {
        font-size: 2em
    }
}

.hero-caption h3 {
    font-weight: 700
}

[dir] .hero-caption h3 {
    margin-bottom: 1.6em
}

@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
    .hero-caption {
        max-width: 62em
    }
}

@media (max-width: 1100px) {
    .hero-caption {
        max-width: 62em
    }
}

@media (max-width: 767px) {
    .hero-caption {
        max-width: 100%
    }

    [dir] .hero-caption {
        margin: 8em auto 2em
    }
}

#leverage .hero-form {
    display: block
}

.hero-form {
    display: none;
    justify-content: space-between;
    position: relative;
    width: 70%
}

[dir] .hero-form {
    margin: 0 auto
}

@media (max-width: 767px) {
    .hero-form {
        flex-flow: column;
        width: 100%
    }
}

.hero-form #email-error {
    bottom: -2em;
    color: #fff !important;
    font-weight: 400;
    position: absolute
}

[dir=ltr] .hero-form #email-error {
    background: 0 0 !important
}

[dir=rtl] .hero-form #email-error {
    background: 100% 0 !important
}

@media (max-width: 767px) {
    .hero-form #email-error {
        bottom: -1em;
        position: relative
    }
}

[dir] .hero-form .anchor {
    border: 1px solid #fff
}

.hero-form input {
    font-size: 1.125em;
    width: 100%
}

[dir] .hero-form input {
    border-radius: 7px;
    padding: .75em 1.5em
}

@media (max-width: 767px) {
    [dir] .hero-form input {
        padding: .75em 1em
    }
}

.hero-form button {
    font-size: 1em;
    min-width: 11em
}

[dir=ltr] .hero-form button {
    margin-left: 1em
}

[dir=rtl] .hero-form button {
    margin-right: 1em
}

@media (max-width: 767px) {
    .hero-form button {
        font-size: 1em;
        width: 100%
    }

    [dir] .hero-form button {
        margin: 1em 0 0
    }
}

.hero--video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

[dir=ltr] .hero--video {
    left: 0
}

[dir=rtl] .hero--video {
    right: 0
}

.hero--video iframe {
    height: 100%;
    width: 100%;
    z-index: 0
}

[dir] .hero--video iframe {
    transform: scale(1.5)
}

.hero__exchange {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.exchange__content {
    color: #fff;
    width: 50%
}

[dir] .exchange__content {
    background: #363d6b;
    border-radius: 15px;
    padding: 2em
}

.exchange__content p {
    font-size: 1.125em
}

[dir] .exchange__content p {
    margin-bottom: 1em
}

[dir] .exchange__content p:last-child {
    margin-bottom: 0
}

.exchange__content p a {
    color: #fff;
    position: relative
}

[dir] .exchange__content p a {
    cursor: pointer;
    transition: .2s
}

.exchange__content p a:after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

[dir] .exchange__content p a:after {
    background: #fff
}

[dir=ltr] .exchange__content p a:after {
    left: 0
}

[dir=rtl] .exchange__content p a:after {
    right: 0
}

.exchange__content p a:hover {
    color: #bb914a
}

.exchange__content span {
    display: block;
    font-size: 1.125em;
    font-weight: 700
}

[dir] .exchange__content span {
    margin-bottom: 1em
}

@media (max-width: 767px) {
    .exchange__content span {
        line-height: 1.5
    }

    .exchange__content {
        width: 100%
    }

    [dir] .exchange__content {
        margin-bottom: 2em
    }
}

.exchange__cta {
    align-items: center;
    width: 45%
}

.exchange__cta, .exchange__cta .cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.exchange__cta .cta {
    width: 100%
}

.exchange__cta .cta .anchor {
    min-width: 17em
}

[dir] .exchange__cta .cta .anchor {
    margin: 0 1em 2em
}

[dir] .exchange__cta .cta .anchor:last-child {
    margin-bottom: 0
}

[dir] .exchange__cta .cta .anchor:hover {
    border: 1px solid #010c3e
}

[dir=ltr] .exchange__cta .cta .anchor:hover {
    background: linear-gradient(90deg, #fff, #d9d9d9)
}

[dir=rtl] .exchange__cta .cta .anchor:hover {
    background: linear-gradient(-90deg, #fff, #d9d9d9)
}

@media (max-width: 767px) {
    .exchange__cta .cta .anchor {
        font-size: 1em;
        min-width: 100%
    }

    [dir] .exchange__cta .cta .anchor {
        margin: 0 1em 1em;
        padding: 1em
    }

    .exchange__cta {
        width: 100%
    }
}

[dir] .is-video {
    padding-bottom: 0
}

[dir] .is-video .sec_head {
    margin-bottom: 2.5em
}

[dir] .is-video .sec_head h2 {
    margin-bottom: .5em
}

.is-video .sec_head p {
    font-size: 1.0625em
}

.is-video .hero__vid {
    position: inherit
}

[dir] .is-video .hero__vid {
    background-image: none !important
}

.is-video .hero__vid iframe {
    height: 100vh;
    min-height: 100vh;
    min-width: 100%;
    position: unset;
    width: 80vw
}

[dir] .is-video .hero__vid iframe {
    border: none;
    transform: none
}

@media (max-width: 767px) {
    .is-video .hero__vid iframe {
        height: 30vh;
        min-height: 30vh
    }
}

.currency-ribbon {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%
}

[dir] .currency-ribbon {
    background: linear-gradient(rgba(39, 49, 94, .6), rgba(39, 49, 94, .6));
    padding: 1em 0
}

[dir=ltr] .currency-ribbon {
    left: 0
}

[dir=rtl] .currency-ribbon {
    right: 0
}

.currency-box {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 1em;
    padding-right: 1em;
}

@media (max-width: 320px) {
    .currency-box {
        justify-content: center;
    }
}

[dir=ltr] .currency_icon {
    margin-right: 2em
}

[dir=rtl] .currency_icon {
    margin-left: 2em
}

.currency_icon img {
    height: 3.5em;
    width: 3.5em
}

.currency_price h2, .currency_price p {
    color: #fff
}

[dir] .currency_price h2, [dir] .currency_price p {
    margin: 0;
    padding: 0
}

.currency_price p {
    font-size: .8em
}

.currency_price h2 {
    font-size: 1.5em
}

.trading__section .sec_head {
    color: #fff
}

.trading__section .sec_head:after {
    content: normal
}

@media (max-width: 1100px) {
    [dir] .trading__section .sec_head {
        margin-bottom: 5em
    }
}

@media (max-width: 992px) {
    [dir] .trading__section {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .trading__section:before {
        content: none
    }

    [dir] .trading__section .sec_head {
        margin-bottom: 1.5em
    }
}

.instant__section .sec_head:after {
    content: normal
}

[dir] .instant__section .sec_head h2 {
    margin-bottom: .5em
}

.instant__section .sec_head p {
    font-size: 1.0625em
}

@media (max-width: 992px) {
    [dir=ltr] .instant__section .sec_head {
        text-align: left
    }

    [dir=rtl] .instant__section .sec_head {
        text-align: right
    }
}

.tcards {
    position: relative
}

[dir=ltr] .tcards .col-50 {
    border-right: 1px solid #8d7154
}

[dir=rtl] .tcards .col-50 {
    border-left: 1px solid #8d7154
}

[dir=ltr] .tcards .col-50:nth-child(2n) {
    border-right: 0
}

[dir=rtl] .tcards .col-50:nth-child(2n) {
    border-left: 0
}

.tcards .col-50:nth-child(2n) .anchor {
    color: #010c3e
}

[dir] .tcards .col-50:nth-child(2n) .anchor {
    background: #bfbcb8
}

@media (max-width: 992px) {
    .tcards .col-50 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .tcards .col-50 {
        width: 100%
    }

    [dir=ltr] .tcards .col-50 {
        border-right: 0
    }

    [dir=rtl] .tcards .col-50 {
        border-left: 0
    }
}

.tcard__head {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    width: calc(100% - 6em)
}

[dir] .tcard__head {
    background: #010c3e;
    border-radius: 10px 10px 0 0;
    margin: 0 3em;
    padding: 1.625em 0;
    text-align: center
}

@media (max-width: 767px) {
    [dir] .tcard__head {
        padding: 1em 0
    }
}

.tcard__head h3 {
    color: #168bfe;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

[dir] .tcard__head h3 {
    margin: 0
}

@media (max-width: 767px) {
    .tcard__head h3 {
        font-size: 1.1em
    }

    .tcard__head {
        width: calc(100% - 4em)
    }

    [dir] .tcard__head {
        margin: 0 2em
    }
}

[dir] .tcard__body {
    border-radius: 10px;
    padding: 2em 2em 0;
    text-align: center
}

@media (max-width: 767px) {
    .tcard__body a {
        font-size: 1em
    }

    [dir] .tcard__body a {
        margin: 0
    }

    [dir] .tcard__body {
        padding: 1.5em 1em
    }
}

[dir] .tcard__icon {
    padding-bottom: 1.875em
}

.tcard__icon img {
    height: 4.75em;
    width: auto
}

.tcard__item, .tcard__body, .tcard__wrap {
    height: 100%;
}

.tcard__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tcard__wrap .anchor-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.tcard__wrap h2 {
    color: #dcaa54
}

[dir] .tcard__wrap h2 {
    margin-bottom: 1.5em
}

@media (max-width: 1024px) {
    .tcard__wrap h2 {
        font-size: 1.7em
    }
}

[dir] .tcard__wrap ul {
    margin-bottom: 5em
}

[dir=ltr] .tcard__wrap ul {
    text-align: left
}

[dir=rtl] .tcard__wrap ul {
    text-align: right
}

.tcard__wrap ul li {
    color: #fff;
    font-size: 1.0625em;
    position: relative
}

[dir] .tcard__wrap ul li {
    margin-bottom: 1.25em
}

[dir=ltr] .tcard__wrap ul li {
    padding-left: 2em
}

[dir=rtl] .tcard__wrap ul li {
    padding-right: 2em
}

.tcard__wrap ul li:before {
    content: "";
    height: 1em;
    position: absolute;
    top: .2em;
    width: 1em
}

[dir] .tcard__wrap ul li:before {
    background: url(../svg/bulllet.svg) no-repeat;
    background-size: contain;
    border-radius: 50%
}

[dir=ltr] .tcard__wrap ul li:before {
    left: 0
}

[dir=rtl] .tcard__wrap ul li:before {
    right: 0
}

@media (max-width: 1024px) {
    .tcard__wrap ul li:before {
        height: 1.4em;
        width: 1.4em
    }
}

@media (max-width: 992px) {
    [dir] .tcard__wrap ul {
        margin-bottom: 2em
    }
}

@media (max-width: 767px) {
    [dir] .tcard__wrap ul {
        margin-bottom: 2em
    }
}

.tcard__promo {
    align-items: center;
    display: flex;
    min-height: 20em;
    overflow: hidden;
    position: relative;
    width: 100%
}

[dir] .tcard__promo {
    background-color: #e1e3ef;
    border-radius: 10px;
    padding: 2.625em 4.75em;
    text-align: center
}

[dir] .tcard__promo p {
    margin: 0
}

@media (max-width: 767px) {
    .tcard__promo p {
        font-size: .825em;
        line-height: 1
    }

    .tcard__promo {
        height: auto;
        min-height: 10em
    }

    [dir] .tcard__promo {
        padding: 1em
    }
}

.comingsoon_ribbon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 2.5em;
    width: 300px
}

[dir] .comingsoon_ribbon {
    background-color: #168bfe
}

[dir=ltr] .comingsoon_ribbon {
    right: -5em;
    transform: rotate(45deg)
}

[dir=rtl] .comingsoon_ribbon {
    left: -5em;
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .comingsoon_ribbon {
        top: 1.5em;
        width: 195px
    }

    [dir=ltr] .comingsoon_ribbon {
        right: -4.8em
    }

    [dir=rtl] .comingsoon_ribbon {
        left: -4.8em
    }
}

.comingsoon_ribbon p {
    color: #010c3e;
    font-size: .9375em;
    font-weight: 700;
    text-transform: uppercase
}

[dir] .comingsoon_ribbon p {
    margin: 0;
    padding: 1em 0
}

@media (max-width: 767px) {
    .comingsoon_ribbon p {
        font-size: .625em
    }

    [dir] .comingsoon_ribbon p {
        padding: .5em 0
    }
}

.mobile__apps ul {
    display: flex;
    height: auto;
    justify-content: center
}

[dir] .mobile__apps ul {
    margin: 0
}

.mobile__apps ul li {
    align-items: center;
    display: flex
}

[dir] .mobile__apps ul li {
    margin: 0 1em;
    padding: 0
}

.mobile__apps ul li:before {
    content: normal
}

[dir] .mobile__apps ul a {
    margin-bottom: 0
}

.mobile__apps span {
    color: #fff;
    display: block;
    font-size: 1em
}

[dir] .mobile__apps span {
    margin-bottom: 1em
}

.instant-content-wrap h3 {
    color: #fff
}

[dir] .instant-content-wrap h3 {
    margin-bottom: .3em
}

.instant-content-wrap p {
    color: #fff
}

[dir] .instant-content-wrap p {
    margin-bottom: 2.857em
}

@media (max-width: 767px) {
    [dir] .instant-content-wrap p {
        margin-bottom: 1em
    }
}

.payment-card-methods {
    display: flex;
    flex-wrap: wrap
}

.payment-card-methods .payment-card-icon {
    height: auto;
    width: 8.0625em
}

[dir=ltr] .payment-card-methods .payment-card-icon {
    margin-right: .9em
}

[dir=rtl] .payment-card-methods .payment-card-icon {
    margin-left: .9em
}

@media (max-width: 1024px) {
    .payment-card-methods .payment-card-icon {
        width: 6em
    }
}

@media (max-width: 767px) {
    .payment-card-methods .payment-card-icon {
        width: 4em
    }
}

[dir=ltr] .payment-card-methods .payment-card-icon:last-child {
    margin-right: 0
}

[dir=rtl] .payment-card-methods .payment-card-icon:last-child {
    margin-left: 0
}

.buy-crypto-wrapper {
    height: auto;
    width: 100%
}

[dir] .buy-crypto-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 2.5em
}

@media (max-width: 767px) {
    [dir] .buy-crypto-wrapper {
        margin: 0;
        padding: 1em
    }
}

[dir] .buy_crypto_btn .anchor {
    padding: 1em .75em
}

.crypto-icon {
    height: auto;
    width: 1.875em
}

[dir=ltr] .crypto-icon {
    margin-right: .75em
}

[dir=rtl] .crypto-icon {
    margin-left: .75em
}

.crypto-wrap {
    align-items: center;
    display: flex
}

.select-currency-wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .select-currency-wrap {
        flex-wrap: wrap
    }
}

.currency-price-box {
    position: relative;
    width: 100%
}

[dir=ltr] .currency-price-box {
    margin-right: 1em
}

[dir=rtl] .currency-price-box {
    margin-left: 1em
}

@media (max-width: 767px) {
    [dir] .currency-price-box {
        margin-bottom: 1em
    }

    [dir=ltr] .currency-price-box {
        margin-right: 0
    }

    [dir=rtl] .currency-price-box {
        margin-left: 0
    }
}

.currency-price-box input[type=number]::-webkit-inner-spin-button, .currency-price-box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.currency-price-box input[type=number] {
    -moz-appearance: none;
    appearance: none
}

.currency-price-box input[type=number]:focus, .currency-price-box input[type=number]:hover {
    -moz-appearance: number-input
}

.currency-price-box input {
    appearance: none;
    color: #010c3e;
    font-size: 1.875em;
    font-weight: 700;
    width: 100%
}

[dir] .currency-price-box input {
    border: 2px solid #e1e1e1;
    border-radius: 10px
}

[dir=ltr] .currency-price-box input {
    padding: .25em .75em .25em 2.25em;
    text-align: right
}

[dir=rtl] .currency-price-box input {
    padding: .25em 2.25em .25em .75em;
    text-align: left
}

@media (max-width: 767px) {
    .currency-price-box input {
        font-size: 1.5em
    }
}

.currency-price-box input::placeholder {
    color: #c8c9ce
}

.currency-price-box input::-webkit-input-placeholder {
    color: #c8c9ce
}

.currency-price-box input:-moz-placeholder, .currency-price-box input::-moz-placeholder {
    color: #c8c9ce;
    opacity: 1
}

.currency-price-box input:-ms-input-placeholder {
    color: #c8c9ce
}

.currency-price-box .oninput {
    color: #707070;
    font-weight: 700;
    position: absolute;
    top: 50%;
    z-index: 9
}

[dir] .currency-price-box .oninput {
    margin: 0;
    transform: translateY(-50%)
}

[dir=ltr] .currency-price-box .oninput {
    left: 1em
}

[dir=rtl] .currency-price-box .oninput {
    right: 1em
}

.currency-price-box h2, .currency-price-box h3 {
    font-weight: 700
}

[dir] .currency-price-box h2, [dir] .currency-price-box h3 {
    margin: 0
}

.currency-price-box h2, .currency-price-box h3 {
    color: #010c3e
}

[dir] .buy_crypto_text {
    margin-bottom: 2.8125em;
    padding-top: .6em
}

@media (max-width: 767px) {
    [dir] .buy_crypto_text {
        margin-bottom: .8em
    }
}

.buy_crypto_text p {
    color: #010c3e;
    font-size: 1.5em;
    font-weight: 600
}

[dir] .buy_crypto_text p {
    margin: 0
}

@media (max-width: 767px) {
    .buy_crypto_btn button, .buy_crypto_text p {
        font-size: 1em
    }
}

.buy_crypto_btn a.yellow-btn {
    color: #010c3e;
    font-size: 1.5em;
    font-weight: 700;
    width: 100%
}

[dir] .buy_crypto_btn a.yellow-btn {
    padding: .5em 0
}

.currency_limit {
    display: flex
}

[dir] .currency_limit {
    margin-bottom: 2.1875em;
    margin-top: .2em
}

@media (max-width: 767px) {
    [dir] .currency_limit {
        padding-top: .5em
    }

    [dir=ltr] .currency_limit {
        padding-left: 0
    }

    [dir=rtl] .currency_limit {
        padding-right: 0
    }
}

.currency_limit p {
    font-size: 1.1em;
    font-weight: 600;
    width: auto
}

[dir] .currency_limit p {
    margin: 0
}

[dir=ltr] .currency_limit p {
    padding-left: .5em
}

[dir=rtl] .currency_limit p {
    padding-right: .5em
}

@media (max-width: 767px) {
    .currency_limit p {
        font-size: 1em
    }
}

[dir=ltr] .currency_limit p:first-child {
    padding-left: 0
}

[dir=rtl] .currency_limit p:first-child {
    padding-right: 0
}

[dir=ltr] .currency_limit p span {
    padding-left: .625em
}

[dir=rtl] .currency_limit p span {
    padding-right: .625em
}

[dir] .error {
    background: #fefafa !important;
    border-color: #de7b9c !important
}

.eye-pass-wrap {
    position: relative
}

.eye-pass-wrap .field-icon {
    align-items: center;
    color: #a2a8bb;
    display: flex;
    height: calc(2.25rem + 1.5em);
    justify-content: center;
    position: absolute;
    top: 2px;
    width: 5em
}

[dir=ltr] .eye-pass-wrap .field-icon {
    background: 0 0;
    right: 6px
}

[dir=rtl] .eye-pass-wrap .field-icon {
    background: 100% 0;
    left: 6px
}

.eye-pass-wrap input {
    color: #3d5085
}

.eye-pass-wrap input::placeholder {
    color: #c8c9ce;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .eye-pass-wrap input::placeholder {
        font-size: .9em
    }
}

input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
    display: none
}

input:-internal-autofill-selected {
    color: #a2a8bb
}

.rem-para {
    align-items: center;
    display: flex;
    justify-content: space-between
}

[dir] .rem-para {
    margin-bottom: 1.875em
}

.remeber-me {
    align-items: center;
    display: flex
}

[dir=ltr] .remeber-me input {
    margin-right: .5em
}

[dir=rtl] .remeber-me input {
    margin-left: .5em
}

[dir] #login-btn {
    margin: 1.9875em 0 .875em
}

[dir] .crypto_account_section {
    background-color: #f2f3fa
}

[dir] .crypto-card-list .col-33 {
    padding: .5em
}

@media (min-width: 767px) {
    .crypto-card-list {
        width: calc(100% + 3.75em)
    }

    [dir] .crypto-card-list {
        margin: 0 -1.875em
    }

    [dir] .crypto-card-list .col-33 {
        padding: 1.875em
    }
}

.crypto-card {
    position: relative;
    width: 100%
}

[dir] .crypto-card {
    border: 1px solid #b7b8c6;
    border-radius: 10px;
    padding: 3em 2em;
    text-align: center;
    transition: .5s
}

@media (max-width: 1024px) {
    [dir] .crypto-card {
        padding: 3em 1em
    }
}

@media (max-width: 767px) {
    .crypto-card {
        align-items: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        min-height: 13em;
        width: 100%
    }

    [dir] .crypto-card {
        margin-bottom: 0;
        padding: 2em
    }
}

[dir] .crypto-card:hover {
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .31)
}

.crypto-card:hover .crypto-card-detail {
    opacity: 1;
    visibility: visible
}

[dir] .crypto-card:hover .icons-box {
    background-color: #fff
}

[dir] .crypto-card:hover .icon-img {
    transform: scale(0)
}

.crypto-card:hover h3 {
    opacity: 1;
    position: relative;
    z-index: 9999
}

[dir] .crypto-card:hover h3 {
    transform: translateY(-4.3em)
}

@media (max-width: 1024px) {
    .crypto-card:hover h3 {
        font-size: 1.8em
    }
}

@media (max-width: 767px) {
    .crypto-card:hover h3 {
        font-size: 1.25em
    }

    [dir] .crypto-card:hover h3 {
        transform: translateY(-3.7em)
    }
}

.crypto-card:hover .icon-title h3 {
    color: #168bfe
}

.crypto-card h3 {
    color: #010c3e;
    font-weight: 700
}

[dir] .crypto-card h3 {
    margin: 0;
    transition: .5s
}

.crypto-card .crypto-card-detail {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

[dir] .crypto-card .crypto-card-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 3em 1em 2em;
    transition: .5s
}

[dir=ltr] .crypto-card .crypto-card-detail {
    left: 0
}

[dir=rtl] .crypto-card .crypto-card-detail {
    right: 0
}

@media (max-width: 767px) {
    [dir] .crypto-card .crypto-card-detail {
        padding: 2em 1em
    }
}

[dir] .crypto-card .crypto-card-detail p {
    padding-top: .5em
}

@media (max-width: 1024px) {
    .crypto-card .crypto-card-detail p {
        line-height: 1
    }

    [dir] .crypto-card .crypto-card-detail p {
        margin-bottom: .5em
    }
}

@media (max-width: 922px) {
    [dir] .crypto-card .crypto-card-detail p {
        margin-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .crypto-card .crypto-card-detail p {
        font-size: 1em
    }
}

.crypto-card .crypto-card-detail h3 {
    display: none;
    opacity: 1
}

.icon-box-wrapper {
    display: flex;
    width: 100%
}

[dir] .icon-box-wrapper {
    text-align: center
}

[dir] .icon-img {
    margin-bottom: 3em;
    transition: .5s
}

@media (max-width: 767px) {
    [dir] .icon-img {
        margin-bottom: 1.2em
    }
}

.icon-img img {
    height: 5em;
    max-width: 100%
}

@media (max-width: 767px) {
    .icon-img img {
        height: 2.5em
    }
}

[dir] .country-names-wrapper {
    border-bottom: 1px solid #168bfe;
    border-top: 1px solid #168bfe;
    margin-top: 2em;
    padding: 2em 0
}

@media (max-width: 767px) {
    [dir] .country-names-wrapper {
        padding: 1em 0
    }
}

.country_name_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

[dir] .country_name_list {
    margin: 0;
    padding: 0
}

[dir=ltr] .country_name_list {
    margin-right: -2.8em
}

[dir=rtl] .country_name_list {
    margin-left: -2.8em
}

@media (max-width: 767px) {
    [dir=ltr] .country_name_list {
        margin-right: 0
    }

    [dir=rtl] .country_name_list {
        margin-left: 0
    }
}

.country_name_item {
    flex: 1 1 auto
}

[dir] .country_name_item {
    padding-bottom: .5em
}

[dir=ltr] .country_name_item {
    margin-right: 2.85em
}

[dir=rtl] .country_name_item {
    margin-left: 2.85em
}

@media (max-width: 767px) {
    [dir] .country_name_item {
        padding-bottom: .5em
    }
}

@media (max-width: 1024px) {
    .country_name_item {
        flex: unset
    }

    [dir=ltr] .country_name_item {
        margin-right: 1.75em
    }

    [dir=rtl] .country_name_item {
        margin-left: 1.75em
    }
}

@media (max-width: 992px) {
    .country_name_item {
        flex: unset
    }

    [dir=ltr] .country_name_item {
        margin-right: 1em
    }

    [dir=rtl] .country_name_item {
        margin-left: 1em
    }
}

.country_name_item p {
    color: #010c3e;
    font-size: 1.3em;
    font-weight: 700
}

[dir] .country_name_item p {
    margin: 0
}

@media (max-width: 767px) {
    .country_name_item p {
        font-size: .875em
    }
}

[dir] .multibank-section {
    background-color: #000832
}

[dir] .multibank-section.about--page {
    background-color: #fff
}

.multibank-section .sec_head {
    position: relative;
    z-index: 999
}

[dir] .multibank-section .sec_head {
    padding: 0 10em
}

@media (max-width: 1024px) {
    [dir] .multibank-section .sec_head {
        padding: 0 4em
    }
}

@media (max-width: 922px) {
    [dir] .multibank-section .sec_head {
        padding: 0
    }
}

[dir] .where-togo-section {
    background-color: #f2f3fa
}

[dir] .choose-container .col-25 {
    padding: .5em
}

@media (min-width: 767px) {
    .choose-container {
        width: calc(100% + 3.625em)
    }

    [dir] .choose-container {
        margin: 0 -1.8125em
    }

    [dir] .choose-container .col-25 {
        padding: 1.8125em
    }
}

.choose-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 17.5em;
    width: 100%
}

[dir] .choose-card {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px -8px rgba(0, 0, 0, .31);
    -moz-box-shadow: 0 0 12px -8px rgba(0, 0, 0, .31);
    box-shadow: 0 0 12px -8px rgba(0, 0, 0, .31);
    transition-property: background
}

.choose-card .onhover {
    display: none;
    opacity: 0
}

[dir] .choose-card .onhover {
    transition: background .5s
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .choose-card .onhover {
        height: 4em
    }
}

.choose-card .onhover .st0 {
    fill: #fff !important
}

.choose-card .nohover {
    display: block;
    opacity: 1
}

[dir] .choose-card .nohover {
    transition: .5s
}

.choose-card .icon-img {
    height: auto;
    width: 4.125em
}

.choose-card a {
    display: block
}

[dir] .choose-card a {
    padding: 2em;
    transition: .3s
}

@media (max-width: 767px) {
    .choose-card {
        min-height: 10em;
        width: 100%
    }
}

.choose-card h3 {
    color: #010c3e;
    font-weight: 700
}

[dir] .choose-card h3 {
    margin: 0
}

@media (max-width: 1024px) {
    .choose-card h3 {
        font-size: 1.5em
    }
}

@media (max-width: 767px) {
    .choose-card h3 {
        font-size: 1em
    }
}

[dir] .choose-card:hover {
    background: linear-gradient(0deg, #000833, #020862 75%);
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .31)
}

.choose-card:hover h3 {
    color: #fff
}

.choose-card:hover .onhover {
    display: block;
    opacity: 1
}

.choose-card:hover .nohover {
    display: none;
    opacity: 0
}

.promotion-box {
    color: #fff;
    height: 100%;
    width: 100%
}

[dir] .promotion-box {
    background-color: #010c3e;
    border-radius: 20px
}

[dir] .promotion-box.style_3 .promotion__text {
    padding: 2em 1.5em
}

@media (max-width: 1024px) {
    [dir] .promotion-box.style_3 .promotion__text {
        padding: 1.2em
    }
}

@media (max-width: 767px) {
    [dir] .promotion-box.style_3 .promotion__text {
        padding: 1.9em
    }
}

.promotion-box.style_3 .freebtn {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 13em
}

[dir] .promotion-box.style_3 .freebtn {
    background: #168bfe;
    padding: .9em
}

@media (max-width: 1024px) {
    [dir] .promotion-box.style_3 .freebtn {
        padding: .2em
    }
}

.promotion-box.style_3 .freebtn h3 {
    color: #010c3e;
    font-size: 1.7em;
    font-weight: 700
}

[dir] .promotion-box.style_3 .freebtn h3 {
    margin: 0
}

@media (max-width: 767px) {
    .promotion-box.style_3 .freebtn h3 {
        font-size: 1.25em
    }
}

.promotion-box.style_1 {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center
}

.promotion-box.style_1 .promotion__image img {
    height: 100%
}

[dir=ltr] .promotion-box.style_1 .promotion__image img {
    border-radius: 0 20px 20px 0
}

[dir=rtl] .promotion-box.style_1 .promotion__image img {
    border-radius: 20px 0 0 20px
}

.promotion-box.style_2 {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center
}

[dir] .promotion-box.style_2 .promotion__text {
    padding: 2em
}

@media (max-width: 1024px) {
    [dir] .promotion-box.style_2 .promotion__text {
        padding: 1em
    }
}

.promotion-box.style_2 .promotion__image img {
    height: 100%
}

[dir] .promotion-box.style_2 .promotion__image img {
    border-radius: 20px 20px 0 0
}

.promotion-box.style_2 .promotion__text.col-50 {
    height: 60%
}

.promotion-box.style_2 .col-50 {
    height: 40%;
    width: 100%
}

[dir] .promotion-box .promotion__text {
    padding: .5em 1em
}

@media (max-width: 767px) {
    [dir] .promotion-box .promotion__text {
        padding: 1em
    }
}

.promotion-box .promotion__text.col-50 {
    display: block
}

.promotion-box .promotion__text h3 {
    color: #168bfe;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

[dir] .promotion-box .promotion__text h3 {
    margin: 0 0 .5em
}

@media (max-width: 1024px) {
    .promotion-box .promotion__text h3 {
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .promotion-box .promotion__text h3 {
        font-size: 1.1em
    }
}

.promotion-box .promotion__text p {
    font-size: 1.25em;
    font-weight: 700
}

[dir] .promotion-box .promotion__text p {
    margin: 0
}

@media (max-width: 1024px) {
    .promotion-box .promotion__text p {
        font-size: 1.1em
    }
}

@media (max-width: 767px) {
    .promotion-box .promotion__text p {
        font-size: 1em
    }
}

.promotion-box .promotion__image {
    display: block;
    height: 100%
}

.promotion-slider {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center
}

[dir] .promotion-slider {
    background-color: #f2f3fa;
    padding: 6.125em 0
}

@media (max-width: 767px) {
    [dir] .promotion-slider {
        padding: .2em 0 1.8em
    }
}

.promotion-slider:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 5.9375em;
    z-index: 2
}

[dir=ltr] .promotion-slider:before {
    background: linear-gradient(90deg, rgba(30, 87, 153, 0), rgba(242, 243, 250, .08) 3%, rgba(242, 243, 250, .39) 15%, rgba(242, 243, 250, .59) 23%, #f2f3fa 39%, #f2f3fa 57%, #f2f3fa);
    right: 0
}

[dir=rtl] .promotion-slider:before {
    background: linear-gradient(270deg, rgba(30, 87, 153, 0), rgba(242, 243, 250, .08) 3%, rgba(242, 243, 250, .39) 15%, rgba(242, 243, 250, .59) 23%, #f2f3fa 39%, #f2f3fa 57%, #f2f3fa);
    left: 0
}

@media (max-width: 1366px) {
    .promotion-slider:before {
        width: 7.9375em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .promotion-slider:before {
        background: 0 0
    }

    [dir=rtl] .promotion-slider:before {
        background: 100% 0
    }
}

.promotion-slider:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 5.9375em;
    z-index: 1
}

[dir=ltr] .promotion-slider:after {
    background: linear-gradient(270deg, rgba(30, 87, 153, 0), rgba(242, 243, 250, .08) 3%, rgba(242, 243, 250, .39) 15%, rgba(242, 243, 250, .59) 23%, #f2f3fa 39%, #f2f3fa 57%, #f2f3fa);
    left: 0
}

[dir=rtl] .promotion-slider:after {
    background: linear-gradient(90deg, rgba(30, 87, 153, 0), rgba(242, 243, 250, .08) 3%, rgba(242, 243, 250, .39) 15%, rgba(242, 243, 250, .59) 23%, #f2f3fa 39%, #f2f3fa 57%, #f2f3fa);
    right: 0
}

@media (max-width: 1366px) {
    .promotion-slider:after {
        width: 7.9375em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .promotion-slider:after {
        background: 0 0
    }

    [dir=rtl] .promotion-slider:after {
        background: 100% 0
    }
}

[dir] .promotion-slider .swiper-button-next {
    background-image: url(../svg/arrow-left.svg)
}

[dir=ltr] .promotion-slider .swiper-button-next {
    right: 20px;
    transform: rotateY(180deg)
}

[dir=rtl] .promotion-slider .swiper-button-next {
    left: 20px;
    transform: rotateY(-180deg)
}

@media (max-width: 767px) {
    .promotion-slider .swiper-button-next {
        display: none
    }
}

[dir] .promotion-slider .swiper-button-prev {
    background-image: url(../svg/arrow-left.svg)
}

[dir=ltr] .promotion-slider .swiper-button-prev {
    left: 20px
}

[dir=rtl] .promotion-slider .swiper-button-prev {
    right: 20px
}

@media (max-width: 767px) {
    .promotion-slider .swiper-button-prev {
        display: none
    }
}

.promotion-slider .swiper-slide {
    height: 16.875em !important;
    width: 25em !important
}

@media (max-width: 1024px) {
    .promotion-slider .swiper-slide {
        height: 12.5em !important;
        width: 20em !important
    }
}

@media (max-width: 767px) {
    .promotion-slider .swiper-slide {
        height: 13em !important;
        width: 100% !important
    }

    [dir] .promotion-slider .swiper-slide {
        padding: 1em
    }
}

.promotion-slider .swiper-pagination {
    bottom: 2.625em;
    position: absolute
}

[dir] .promotion-slider .swiper-pagination {
    left: auto;
    right: auto
}

@media (max-width: 767px) {
    .promotion-slider .swiper-pagination {
        bottom: .5em
    }
}

[dir] .promotion-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #010c3e
}

.promotion-slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px
}

[dir=ltr] .promotion-slider .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px
}

[dir=rtl] .promotion-slider .swiper-pagination .swiper-pagination-bullet {
    margin-left: 10px
}

[dir=ltr] .promotion-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

[dir=rtl] .promotion-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-left: 0
}

.views-btn {
    display: flex
}

.view-box {
    height: 3em;
    width: 3em
}

[dir] .view-box {
    background-color: #f2f3fa;
    border-radius: 3px;
    padding: .5em
}

[dir=ltr] .view-box {
    margin-right: .5em
}

[dir=rtl] .view-box {
    margin-left: .5em
}

[dir=ltr] .view-box:last-child {
    margin-right: 0
}

[dir=rtl] .view-box:last-child {
    margin-left: 0
}

[dir] .view-box.active {
    background-color: #168bfe
}

.view-box.active svg path {
    fill: #010c3e
}

[dir] .view-box:hover {
    background-color: #168bfe
}

.view-box:hover svg path {
    fill: #010c3e
}

.view-box svg path {
    fill: #9196ae
}

[dir] .advantage--section .container {
    padding: 0 6%
}

.advantage--section .sec_head:after {
    content: normal
}

.advantage__wrap {
    display: flex;
    flex-wrap: wrap
}

[dir] .advantage__wrap {
    margin: 0 -2em
}

@media (max-width: 1100px) {
    [dir] .advantage__wrap {
        margin: 0 -1em
    }

    .advantage__wrap .swiper-container {
        overflow: hidden
    }
}

.advantage__wrap .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.advantage__wrap .swiper-slide {
    height: auto;
    width: 30%
}

@media (max-width: 992px) {
    .advantage__wrap .swiper-slide {
        width: 48%
    }

    [dir] .advantage__wrap .swiper-slide {
        margin-bottom: 3em
    }

    [dir] .advantage__wrap .swiper-slide:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .advantage__wrap .swiper-slide {
        width: 100%
    }

    [dir] .advantage__wrap .swiper-slide {
        margin-bottom: 2em
    }
}

.advantage__wrap .swiper-container-initialized .swiper-wrapper {
    flex-wrap: nowrap
}

[dir] .advantage__wrap .swiper-container-initialized .swiper-wrapper {
    padding-bottom: 5em
}

[dir=ltr] .advantage__wrap .swiper-button-prev {
    left: 1.875em;
    right: auto;
}

[dir=rtl] .advantage__wrap .swiper-button-prev {
    right: 1.875em;
    left: auto;
    transform: scaleX(-1);
}

@media (max-width: 1200px) {
    .advantage__wrap .swiper-button-prev {
        display: none
    }
}

[dir=ltr] .advantage__wrap .swiper-button-next {
    right: 1.875em;
    left: auto;
}

[dir=rtl] .advantage__wrap .swiper-button-next {
    left: 1.875em;
    right: auto;
    transform: scaleX(-1);
}

@media (max-width: 1200px) {
    .advantage__wrap .swiper-button-next {
        display: none
    }
}

.advantage__item {
    width: 100%
}

.new-design .advantage-parent {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

[dir] .new-design .advantage-parent {
    border: 1px solid #ddd;
    border-radius: .625em;
    padding-bottom: 2em
}

.new-design .advantage-parent:after {
    content: "";
    height: 55%;
    position: absolute;
    top: 0;
    top: 6%;
    width: 80%;
    z-index: -1
}

[dir] .new-design .advantage-parent:after {
    background: #051566;
    background: linear-gradient(0deg, rgba(5, 21, 102, 0), #1d06e8, #010c3e 88%, #010c3e);
    border-radius: .625em;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: .5s
}

.new-design .advantage-parent .blue-bg {
    height: 100%;
    position: relative
}

.new-design .advantage-parent .img-wrapper {
    height: auto;
    width: 80%
}

[dir] .new-design .advantage-parent .img-wrapper {
    margin: 3em auto 0
}

.new-design .advantage-parent:hover:after {
    height: 100%;
    top: 0;
    width: 100%
}

.new-design .advantage-parent:hover .content-wrapper p {
    color: #fff
}

.new-design .advantage-parent .content-wrapper {
    min-height: 6em
}

[dir] .new-design .advantage-parent .content-wrapper {
    padding: 0 1.7em;
    text-align: center
}

.new-design .advantage-parent .content-wrapper p {
    color: #000;
    font-size: 1em;
    font-weight: 600
}

[dir] .new-design .advantage-parent .content-wrapper p {
    text-align: center
}

.new-design .advantage-parent .content-wrapper a {
    font-size: .875em;
    min-width: 8.3125em
}

[dir] .new-design .advantage-parent .content-wrapper a {
    border: none;
    border-radius: 3em;
    padding: .5em
}

[dir] .new-design .advantage-parent .content-wrapper a:hover {
    background-color: #dcaa54
}

.new-design .advantage-parent .img-text {
    align-items: center;
    color: #dcaa54;
    display: flex;
    font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    max-width: 100%;
    min-height: 4em;
    position: absolute;
    text-transform: uppercase;
    top: 3em;
    width: 50%
}

[dir] .new-design .advantage-parent .img-text {
    text-align: center
}

@media (max-width: 1250px) {
    .new-design .swiper-pagination {
        bottom: 0
    }
}

.new-design .swiper-pagination-bullet {
    height: 12px;
    width: 12px
}

[dir] .new-design .swiper-pagination-bullet-active {
    background: #000
}

.adv__upper {
    align-items: center;
    display: flex;
    height: 10.5em;
    justify-content: center;
    position: relative;
    width: auto !important
}

[dir] .adv__upper {
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 2em 3em
}

.adv__upper:after {
    content: "";
    height: 100%;
    opacity: .81;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .adv__upper:after {
    background: #363d6b;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

[dir=ltr] .adv__upper:after {
    left: 0
}

[dir=rtl] .adv__upper:after {
    right: 0
}

.adv__upper p {
    color: #fff;
    font-size: 1.75em;
    position: relative;
    z-index: 1
}

[dir] .adv__upper p {
    margin: 0;
    text-align: center
}

@media (max-width: 1100px) {
    [dir] .adv__upper {
        padding: 1em 2em
    }

    .adv__upper p {
        font-size: 1.45em
    }
}

@media (max-width: 767px) {
    .adv__upper p {
        font-size: 1.25em
    }
}

.adv__bottom {
    color: #fff
}

[dir] .adv__bottom {
    background: #010c3e;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 1.25em 2em
}

.adv__bottom p {
    font-size: 1.3em;
    height: 7.5em;
    overflow: hidden
}

[dir] .adv__bottom p {
    margin: 0
}

@media (max-width: 767px) {
    .adv__bottom p {
        font-size: 1.15em
    }
}

.promotion-sec .sec-para {
    font-size: 1.5625em
}

[dir=ltr] .promotion-sec .sec-para {
    text-align: left
}

[dir=rtl] .promotion-sec .sec-para {
    text-align: right
}

@media (max-width: 767px) {
    .promotion-sec .sec-para {
        font-size: 1.2em
    }
}

.promotion-card {
    position: relative
}

@media (max-width: 767px) {
    [dir] .promotion-card {
        margin-bottom: 2.5em
    }
}

.promotion-card.disable:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

[dir] .promotion-card.disable:after {
    background: rgba(0, 0, 0, .5);
    border-radius: 15px
}

[dir=ltr] .promotion-card.disable:after {
    left: 0
}

[dir=rtl] .promotion-card.disable:after {
    right: 0
}

.promotion-content {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: flex-start
}

[dir] .promotion-content {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 2em
}

.promotion-content h2, .promotion-content h3 {
    font-size: 2.0625em
}

.promotion-anchor {
    display: flex;
    justify-content: center;
    width: 100%
}

.inner-promotion-img {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start
}

@media (max-width: 922px) {
    .inner-promotion-img .col-40 {
        width: auto
    }
}

@media (max-width: 767px) {
    .inner-promotion-img .col-40 {
        width: 100%
    }
}

.promo-img {
    height: 20em;
    width: 22em
}

.inner-promotion-content {
    display: flex;
    flex-flow: column
}

[dir] .inner-promotion-content {
    margin-top: 4em
}

.inner-promotion-content ol, .inner-promotion-content ul {
    list-style: disc
}

[dir=ltr] .inner-promotion-content ol, [dir=ltr] .inner-promotion-content ul {
    padding-left: 10px
}

[dir=rtl] .inner-promotion-content ol, [dir=rtl] .inner-promotion-content ul {
    padding-right: 10px
}

[dir] .inner-promotion-content .punlish-date {
    margin-bottom: .5em
}

[dir=ltr] .inner-promotion-content .punlish-date {
    margin-left: 0
}

[dir=rtl] .inner-promotion-content .punlish-date {
    margin-right: 0
}

.inner-promotion-content .punlish-date p {
    font-size: 1.1em;
    font-weight: 700
}

[dir] .promo-terms-and-cond {
    margin-top: 4em
}

[dir] .promo-terms-and-cond p {
    margin-top: 2em
}

[dir] .promotion-question {
    margin: 3em 0
}

@media (max-width: 767px) {
    [dir] .promotion-question {
        margin: 1.75em 0
    }
}

.promotion-question a {
    align-items: center;
    color: #010c3e;
    display: flex
}

[dir] .promotion-question li {
    margin-bottom: 1.7em
}

[dir] .promotion-question p {
    margin: 0
}

.promotion-question .arrow-down-icon {
    display: inline-flex;
    height: auto;
    width: 1.6em
}

[dir=ltr] .promotion-question .arrow-down-icon {
    margin-right: 2em
}

[dir=rtl] .promotion-question .arrow-down-icon {
    margin-left: 2em
}

.promotion-question .arrow-down-icon img {
    height: 100%
}

.social-wrapper {
    align-items: center
}

.social-wrapper h4 {
    font-size: 1.5em;
    font-weight: 700
}

[dir] .social-wrapper h4 {
    margin: 0
}

[dir] .social-wrapper p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .social-wrapper {
        flex-direction: column;
        flex-wrap: wrap
    }

    [dir] .social-wrapper {
        padding: 1.1em 0
    }
}

[dir=ltr] .social-wrapper-btn {
    margin-left: 2em
}

[dir=rtl] .social-wrapper-btn {
    margin-right: 2em
}

@media (max-width: 767px) {
    [dir] .social-wrapper-btn {
        margin-top: 1em
    }

    [dir=ltr] .social-wrapper-btn {
        margin-left: 0
    }

    [dir=rtl] .social-wrapper-btn {
        margin-right: 0
    }
}

.learnmore {
    color: #bb914a;
    font-size: 1.3125em;
    text-decoration: underline
}

[dir] .learnmore {
    transition: .5s
}

.learnmore:hover {
    color: #010c3e
}

.promo-aside-details {
    display: flex;
    flex-flow: column;
    justify-content: center
}

[dir=ltr] .promo-aside-details {
    margin-left: 2em
}

[dir=rtl] .promo-aside-details {
    margin-right: 2em
}

[dir=ltr] .promo-aside-details .punlish-date {
    margin-left: 0
}

[dir=rtl] .promo-aside-details .punlish-date {
    margin-right: 0
}

@media (max-width: 767px) {
    .social-img {
        height: 2em;
        width: 1.5em
    }
}

.toggle-menu {
    display: none;
    font-size: .875em;
    height: 3.375em;
    position: relative;
    width: 3.375em;
    z-index: 99
}

[dir] .toggle-menu {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: .875em;
    transform: rotate(0);
    transition: .5s ease-in-out
}

.toggle-menu a {
    display: block;
    height: 1.625em;
    position: relative;
    width: 1.625em
}

[dir] .toggle-menu a {
    transition: .5s
}

.toggle-menu a span {
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    width: 100%
}

[dir] .toggle-menu a span {
    background: #666;
    transform: rotate(0);
    transition: .3s
}

[dir=ltr] .toggle-menu a span {
    left: 0
}

[dir=rtl] .toggle-menu a span {
    right: 0
}

.toggle-menu a span:first-child {
    top: 25%
}

.toggle-menu a span:nth-child(2), .toggle-menu a span:nth-child(3) {
    top: 50%
}

.toggle-menu a span:nth-child(4) {
    top: 75%
}

[dir] .toggle-menu a:hover span {
    background: #010c3e
}

.toggle-menu.open {
    z-index: 99
}

[dir=ltr] .toggle-menu.open a {
    transform: rotate(180deg)
}

[dir=rtl] .toggle-menu.open a {
    transform: rotate(-180deg)
}

.toggle-menu.open a span:first-child, .toggle-menu.open a span:nth-child(4) {
    opacity: 0;
    width: 50%
}

.toggle-menu.open a span:nth-child(3) {
    opacity: 1
}

[dir=ltr] .toggle-menu.open a span:nth-child(3) {
    transform: rotate(-45deg)
}

[dir=ltr] .toggle-menu.open a span:nth-child(2), [dir=rtl] .toggle-menu.open a span:nth-child(3) {
    transform: rotate(45deg)
}

[dir=rtl] .toggle-menu.open a span:nth-child(2) {
    transform: rotate(-45deg)
}

.toggle-menu.open span:first-child {
    top: 1em;
    width: 0
}

[dir=ltr] .toggle-menu.open span:first-child {
    left: 50%
}

[dir=rtl] .toggle-menu.open span:first-child {
    right: 50%
}

[dir=ltr] .toggle-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}

[dir=ltr] .toggle-menu.open span:nth-child(3), [dir=rtl] .toggle-menu.open span:nth-child(2) {
    transform: rotate(-45deg)
}

[dir=rtl] .toggle-menu.open span:nth-child(3) {
    transform: rotate(45deg)
}

.toggle-menu.open span:nth-child(4) {
    top: 1em;
    width: 0
}

[dir=ltr] .toggle-menu.open span:nth-child(4) {
    left: 50%
}

[dir=rtl] .toggle-menu.open span:nth-child(4) {
    right: 50%
}

@media (max-width: 1024px) {
    .toggle-menu {
        display: block
    }
}

[dir] .footer {
    background-color: #010c3e;
    padding: 3.6em 0 4em
}

@media (max-width: 767px) {
    [dir] .footer {
        padding: 2em 0
    }
}

.footer a {
    color: #fff;
    display: inline-block;
    font-size: 1.0625em;
    font-weight: 300
}

[dir] .footer a {
    transition: .4s
}

@media (max-width: 767px) {
    .footer a {
        font-size: .875em
    }
}

.footer a:hover {
    color: #bb914a
}

.payment__block {
    align-items: center;
    display: flex;
    justify-content: space-between
}

[dir] .payment__block {
    margin-bottom: 4em
}

@media (max-width: 992px) {
    .payment__block {
        flex-wrap: wrap
    }

    [dir] .payment__block {
        margin-bottom: 2em
    }
}

.f-brand-logo {
    width: 14.6875em
}

.payment__para {
    width: 36em
}

[dir=ltr] .payment__para {
    border-right: 2px solid #344579;
    margin-right: 3em;
    padding-right: 2em
}

[dir=rtl] .payment__para {
    border-left: 2px solid #344579;
    margin-left: 3em;
    padding-left: 2em
}

.payment__para p {
    color: #fff;
    font-size: .9375em
}

[dir] .payment__para p {
    margin: 0;
    text-align: justify
}

@media (max-width: 992px) {
    .payment__para {
        width: 100%
    }

    [dir] .payment__para {
        margin-bottom: 2em
    }

    [dir=ltr] .payment__para {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }

    [dir=rtl] .payment__para {
        border-left: 0;
        margin-left: 0;
        padding-left: 0
    }
}

.f-icon-img {
    height: 2em;
    position: absolute;
    top: 50%;
    width: 2em
}

[dir=ltr] .f-icon-img {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .f-icon-img {
    right: 50%;
    transform: translate(50%, -50%)
}

@media (max-width: 767px) {
    .f-icon-img {
        height: auto;
        width: 1.125em
    }
}

[dir] .logo-social-wrapper {
    padding: 1.25em 0
}

.f-social-icon {
    height: 2.8125em;
    width: 2.8125em
}

[dir] .f-social-icon {
    transition: .5s
}

[dir=ltr] .f-social-icon {
    margin-right: 1.25em
}

[dir=rtl] .f-social-icon {
    margin-left: 1.25em
}

@media (max-width: 767px) {
    .f-social-icon {
        height: auto
    }

    [dir] .f-social-icon {
        margin: 0
    }
}

[dir=ltr] .f-social-icon:last-child {
    margin-right: 0
}

[dir=rtl] .f-social-icon:last-child {
    margin-left: 0
}

.f-social-icon:hover svg #Path_101 {
    fill: #168bfe
}

.f-social-icon a {
    color: transparent;
    font-size: .9em;
    height: 100%;
    width: 100%
}

[dir] .f-social-icon a {
    background-color: transparent
}

.f-social-icon a img {
    height: 100%;
    width: 100%
}

[dir] .f-links-sec {
    margin-bottom: 5em
}

@media (max-width: 922px) {
    [dir] .f-links-sec {
        margin-bottom: 0
    }

    .f-links-sec .col-30 {
        width: 40%
    }

    [dir] .f-links-sec .col-30 {
        margin-bottom: 4em
    }

    .f-links-sec .col-70 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .f-links-sec .col-30 {
        width: 90%
    }

    [dir] .f-links-sec .col-30 {
        margin-bottom: 0
    }
}

.f-social-img {
    height: 100%;
    position: relative
}

.f-social-img svg {
    height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .f-social-img {
        height: auto;
        width: 2em
    }
}

.footer_bottom_wrapper {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.f-social-segment {
    display: flex;
    justify-content: space-between
}

.f-social-wrapper {
    align-items: center;
    display: flex
}

[dir] .f-social-wrapper p {
    margin: 0
}

.footer__logo {
    width: 19em
}

[dir] .footer__logo {
    margin-bottom: 3em
}

@media (max-width: 1100px) {
    .footer__logo {
        width: 100%
    }
}

@media (max-width: 992px) {
    .footer__logo {
        width: 75%
    }

    [dir] .footer__logo {
        margin-bottom: 1em
    }
}

.social-lang-section {
    display: flex;
    flex-flow: column;
    width: 100%
}

@media (max-width: 1100px) {
    [dir=ltr] .social-lang-section {
        padding-right: 3em
    }

    [dir=rtl] .social-lang-section {
        padding-left: 3em
    }
}

@media (max-width: 767px) {
    .social-lang-section {
        align-items: flex-start;
        flex-flow: row;
        flex-wrap: wrap
    }

    [dir] .social-lang-section {
        margin-bottom: 2.6em
    }
}

.social-lang-section .f-social-list {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .social-lang-section .f-social-list {
        width: 100%
    }

    [dir] .social-lang-section .f-social-list {
        margin: 0
    }
}

.footer__bottom__logo {
    width: 20.40625em
}

@media (max-width: 922px) {
    .footer__bottom__logo {
        width: 18em
    }
}

@media (max-width: 767px) {
    .footer__bottom__logo {
        width: 10em
    }
}

[dir] .footer-menu {
    padding: 0
}

[dir] .footer-menu li {
    padding-bottom: 1.25em
}

[dir] .footer-menu li:last-child {
    padding-bottom: 0
}

@media (max-width: 767px) {
    [dir] .footer-menu li {
        padding-bottom: .5em
    }
}

.qlinks__col {
    width: 20%
}

[dir] .qlinks__col a {
    margin-bottom: .75em
}

@media (max-width: 767px) {
    [dir] .qlinks__col a {
        margin-bottom: .25em
    }
}

@media (max-width: 1025px) {
    [dir] .qlinks__col {
        padding: 3em 0
    }
}

@media (max-width: 992px) {
    .qlinks__col {
        width: 33.3%
    }

    [dir] .qlinks__col {
        padding: 2em 0
    }
}

@media (max-width: 767px) {
    .qlinks__col {
        width: 100%
    }

    [dir] .qlinks__col {
        padding: 1em 0
    }
}

.qlink-head {
    color: #fff;
    font-size: 1.375em;
    font-weight: 700;
    position: relative;
    text-transform: capitalize
}

[dir] .qlink-head {
    border-bottom: 1px solid #3d5085;
    margin-bottom: .75em;
    padding-bottom: .5em
}

@media (max-width: 767px) {
    .qlink-head {
        font-size: 1em
    }

    [dir] .qlink-head {
        margin-bottom: .5em
    }
}

.qlinks-col-extended {
    width: 58%
}

[dir] .qlinks-col-extended {
    padding: 3em 2em
}

@media (max-width: 1025px) {
    [dir] .qlinks-col-extended {
        padding: 3em 0
    }
}

@media (max-width: 992px) {
    .qlinks-col-extended {
        width: 100%
    }

    [dir] .qlinks-col-extended {
        padding: 0 0 2em
    }
}

@media (max-width: 767px) {
    [dir] .qlinks-col-extended {
        padding: 1em 0
    }
}

.payment-card-img {
    align-items: center;
    display: flex;
    width: auto
}

[dir] .payment-card-img {
    padding: 0
}

[dir=ltr] .payment-card-img:last-child {
    padding-right: 0
}

[dir=rtl] .payment-card-img:last-child {
    padding-left: 0
}

@media (max-width: 767px) {
    .payment-card-img {
        flex-wrap: wrap
    }

    [dir] .payment-card-img {
        margin-bottom: 1em
    }
}

.payment-card-item {
    height: 2.1em;
    width: 3.25em
}

[dir=ltr] .payment-card-item {
    margin-right: 1.25em
}

[dir=rtl] .payment-card-item {
    margin-left: 1.25em
}

@media (max-width: 767px) {
    .payment-card-item {
        width: 4em
    }

    [dir] .payment-card-item {
        margin-bottom: 1em
    }

    [dir=ltr] .payment-card-item {
        margin-right: 1em
    }

    [dir=rtl] .payment-card-item {
        margin-left: 1em
    }
}

.bottom-wrap {
    display: flex;
    justify-content: space-between
}

.bottom-wrap p {
    color: #999;
    font-weight: 500
}

[dir] .bottom-wrap p {
    margin: 0
}

@media (max-width: 992px) {
    .bottom-wrap {
        flex-flow: column
    }

    [dir] .bottom-wrap .copy {
        margin: 0 0 1em;
        text-align: center
    }

    .bottom-wrap .social {
        justify-content: center
    }
}

.qlink__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 922px) {
    [dir=ltr] .qlink__list {
        padding-right: 0
    }

    [dir=rtl] .qlink__list {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .qlink__list {
        justify-content: space-between
    }

    [dir=ltr] .qlink__list {
        padding-right: 0
    }

    [dir=rtl] .qlink__list {
        padding-left: 0
    }
}

.qlink_item {
    width: 18.5%
}

@media (max-width: 922px) {
    .qlink_item {
        width: 18%
    }

    [dir] .qlink_item {
        margin-bottom: 3.6em
    }
}

@media (max-width: 767px) {
    .qlink_item {
        width: 40%
    }
}

[dir=ltr] .qlink_item:last-child {
    margin-right: 0
}

[dir=rtl] .qlink_item:last-child {
    margin-left: 0
}

@media (max-width: 767px) {
    [dir] .qlink_item {
        margin-bottom: 2.5em
    }

    [dir=ltr] .qlink_item:nth-child(2n) {
        margin-right: 0
    }

    [dir=rtl] .qlink_item:nth-child(2n) {
        margin-left: 0
    }
}

.copyright {
    color: #fff;
    font-size: 1em
}

[dir] .copyright {
    margin: 0;
    padding: 2em 0
}

@media (max-width: 767px) {
    .copyright {
        font-size: .8em
    }
}

[dir=ltr] .footer-lang {
    margin-left: auto
}

[dir=rtl] .footer-lang {
    margin-right: auto
}

.disclaimer {
    color: #686f8c;
    font-size: 1.154em;
    line-height: 1.5
}

[dir] .disclaimer {
    margin-bottom: 0;
    text-align: justify
}

@media (max-width: 767px) {
    .disclaimer {
        font-size: .875em;
        line-height: normal
    }
}

.about-section {
    position: relative
}

[dir] .about-section {
    margin-top: -10.625em;
    padding: 0
}

@media (max-width: 1100px) {
    [dir] .about-section {
        margin-top: -5.625em
    }
}

@media (max-width: 767px) {
    [dir] .about-section {
        margin-top: 4em
    }
}

[dir=ltr] .about-section .border-content {
    border-left: 3px solid #bb914a
}

[dir=rtl] .about-section .border-content {
    border-right: 3px solid #bb914a
}

.about--banner {
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .about--banner {
        height: 100vh
    }
}

.about__img {
    height: 100%;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .about__img:after {
        content: "";
        height: 100%;
        opacity: .5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    [dir] .about__img:after {
        background-color: #000
    }

    [dir=ltr] .about__img:after {
        left: 0
    }

    [dir=rtl] .about__img:after {
        right: 0
    }
}

.about__img img {
    height: 100%;
    width: 100%
}

.about__caption {
    bottom: 18em;
    position: absolute;
    width: 100%
}

.about__caption h1 {
    color: #fff;
    font-size: 1.9375em;
    width: 59%;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: rgba(0, 0, 0, .3);
    padding: 1.2em;
    border-radius: 0.4em;
    line-height: 1.4285em;
}

[dir] .about__caption h1 {
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 3px 17px #000
}

@media (max-width: 992px) {
    .about__caption {
        bottom: 9em
    }

    .about__caption h1 {
        font-size: 1.5em;
        width: 80%
    }
}

@media (max-width: 767px) {
    .about__caption {
        bottom: 50%
    }

    .about__caption h1 {
        font-size: 1.35em;
        width: 92%
    }
}

.about-banner-img {
    height: auto;
    width: 40%
}

[dir] .about-banner-img {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .about-banner-img {
        height: auto
        width: 40%
    }
}

@media (max-width: 767px) {
    .about-banner-img {
        width: 40%
    }
}

[dir=ltr] .border-content {
    border-left: 5px solid #168bfe;
    padding-left: 4em
}

[dir=rtl] .border-content {
    border-right: 5px solid #168bfe;
    padding-right: 4em
}

@media (max-width: 767px) {
    [dir=ltr] .border-content {
        border-left: 3px solid #168bfe;
        padding-left: 1.5em
    }

    [dir=rtl] .border-content {
        border-right: 3px solid #168bfe;
        padding-right: 1.5em
    }
}

[dir] .border-content p {
    margin-bottom: 2em
}

.about-card {
    height: 100%;
    width: 100%
}

[dir] .about-card {
    background-color: #fff;
    border-bottom: 5px solid #bb914a;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .31);
    padding: 3em 2em;
    text-align: center
}

@media (max-width: 1024px) {
    [dir] .about-card {
        padding: 2em 1.5em
    }
}

@media (max-width: 767px) {
    .about-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 10em
    }

    [dir] .about-card {
        padding: 1em
    }
}

.about-card h2, .about-card p {
    font-weight: 700
}

@media (max-width: 767px) {
    .about-card h2 {
        font-size: 1.3em
    }
}

[dir] .about-card p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .about-card p {
        font-size: .8em
    }
}

.aboout-card-wrap {
    width: calc(100% + 2.5em)
}

[dir] .aboout-card-wrap {
    margin: 0 -1.25em
}

[dir] .aboout-card-wrap .col-25 {
    padding: 1.25em
}

.aboout-card-wrap:before {
    bottom: 0;
    content: "";
    height: 10em;
    position: absolute;
    width: 100%;
    z-index: -1
}

[dir] .aboout-card-wrap:before {
    background-color: #010c3e
}

[dir=ltr] .aboout-card-wrap:before {
    left: 0
}

[dir=rtl] .aboout-card-wrap:before {
    right: 0
}

.about-multibank-section {
    color: #fff
}

[dir] .about-multibank-section {
    background-color: #010c3e;
    padding-top: 0
}

[dir=ltr] .about-multibank-section .border-content {
    border-left: 3px solid #bb914a
}

[dir=rtl] .about-multibank-section .border-content {
    border-right: 3px solid #bb914a
}

[dir] .presence--section {
    background: #010c3e
}

.presence__wrap {
    display: flex;
    flex-wrap: wrap
}

[dir] .presence__wrap {
    margin: 0 -2em
}

@media (max-width: 992px) {
    [dir] .presence__wrap {
        margin: 0 -10px
    }
}

@media (max-width: 767px) {
    [dir] .presence__wrap {
        margin: 0
    }
}

.presence__item {
    widows: 100%;
    height: 100%;
    position: relative;
}

.presence__item:after {
    content: "";
    position: absolute;
    background: url(../images/about/overlay.svg);
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.presence__caption {
    bottom: 0;
    color: #fff;
    position: absolute;
    z-index: 1
}

[dir] .presence__caption {
    padding: 1em 2em
}

.presence__caption p {
    min-height: 4.5em
}

@media (max-width: 1100px) {
    .presence__caption p {
        font-size: 1.15em
    }

    [dir] .presence__caption p {
        margin: 0
    }
}

@media (max-width: 992px) {
    [dir] .presence__caption {
        padding: 1em
    }

    .presence__caption h3 {
        font-size: 1.55em
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir] .newbies-banner:after {
        background-position-x: -50px
    }
}

.newbies-banner {
    height: 48em;
    position: relative;
    width: 100%
}

[dir] .newbies-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0
}

@media (max-width: 767px) {
    .newbies-banner .ban-cta {
        flex-wrap: nowrap
    }

    [dir=ltr] .newbies-banner .ban-cta li {
        margin-right: 1em
    }

    [dir=rtl] .newbies-banner .ban-cta li {
        margin-left: 1em
    }

    [dir=ltr] .newbies-banner .ban-cta li:last-child {
        margin-right: 0
    }

    [dir=rtl] .newbies-banner .ban-cta li:last-child {
        margin-left: 0
    }
}

.newbies-banner:after {
    bottom: 0;
    content: "";
    height: 15em;
    position: absolute;
    width: 100%
}

[dir] .newbies-banner:after {
    background-image: url(../svg/newbies/white-bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

[dir=ltr] .newbies-banner:after {
    left: 0
}

[dir=rtl] .newbies-banner:after {
    right: 0
}

@media (max-width: 992px) {
    .newbies-banner:after {
        height: 8em
    }
}

[dir=ltr] .newbies-banner .twocol-row {
    justify-content: flex-end;
}

@media (max-width: 922px) {
    .newbies-banner .twocol-row {
        flex-wrap: nowrap
    }
}

@media (max-width: 767px) {
    .newbies-banner .twocol-row {
        flex-wrap: wrap;
        height: 88vh
    }
}

.newbies-banner.left__content .twocol-row {
    justify-content: flex-start
}

@media (max-width: 1100px) {
    .newbies-banner.left__content .newbeies-wrap {
        width: 70%
    }
}

@media (max-width: 767px) {
    .newbies-banner.left__content .newbeies-wrap {
        width: 100%
    }

    .newbies-banner .newbies_text {
        z-index: 1
    }

    [dir] .newbies-banner .newbies_text {
        padding-top: 2em
    }

    .newbies-banner:before {
        content: "";
        height: 100%;
        opacity: .4;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    [dir] .newbies-banner:before {
        background: #000
    }

    [dir=ltr] .newbies-banner:before {
        left: 0
    }

    [dir=rtl] .newbies-banner:before {
        right: 0
    }
}

.lucky-draw {
    height: 56em
}

.lucky-draw .newbies_text h1 {
    color: #dcaa54;
    font-size: 5.625em;
    text-transform: uppercase
}

[dir=ltr] .lucky-draw .newbies_text h1 {
    padding-right: 3em
}

[dir=rtl] .lucky-draw .newbies_text h1 {
    padding-left: 3em
}

[dir] .lucky-draw .twocol-row .newbies_text {
    padding-top: 0
}

.lucky-draw .twocol-row .newbies_text .newbies-right-img {
    width: 80%
}

[dir] .lucky-draw .twocol-row .anchor.yellow-btn.golden:hover {
    background-color: #dcaa54;
    border: 1px solid #dcaa54
}

.lucky-draw .twocol-row .newbies-ban-img img {
    height: 440px;
    object-fit: contain
}

.lucky-draw-cont .sec_head h2 {
    text-transform: uppercase
}

.lucky-draw-cont .twocol-row {
    justify-content: center
}

[dir=ltr] .lucky-draw-cont .twocol-row .col-25:last-child .newbies__card {
    border-right: none
}

[dir=rtl] .lucky-draw-cont .twocol-row .col-25:last-child .newbies__card {
    border-left: none
}

@media (max-width: 768px) {
    [dir=ltr] .lucky-draw-cont .twocol-row .col-25:nth-child(2) .newbies__card {
        border-right: none
    }

    [dir=rtl] .lucky-draw-cont .twocol-row .col-25:nth-child(2) .newbies__card {
        border-left: none
    }
}

.lucky-draw-cont .twocol-row .col-25 .newbies__card {
    justify-content: normal
}

[dir=ltr] .lucky-draw-cont .twocol-row .col-25 .newbies__card {
    border-right: 1px solid #0818a2
}

[dir=rtl] .lucky-draw-cont .twocol-row .col-25 .newbies__card {
    border-left: 1px solid #0818a2
}

.lucky-draw-cont .twocol-row .col-25 .newbies__card .newbies__icon {
    align-items: center;
    display: flex;
    min-height: 6.25em
}

@media (max-width: 767px) {
    [dir] .lucky-draw-cont .twocol-row .col-25 .newbies__card .newbies__icon {
        margin-bottom: 0
    }
}

.lucky-draw-cont .twocol-row .col-25 .newbies__card h3 {
    position: relative;
    text-transform: uppercase
}

.lucky-draw-cont .twocol-row .col-25 .newbies__card h3:after {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 1em
}

[dir] .lucky-draw-cont .twocol-row .col-25 .newbies__card h3:after {
    background: #bb914a;
    left: 0;
    margin: .15em auto;
    right: 0
}

@media (max-width: 767px) {
    [dir] .lucky-draw-cont .twocol-row .col-25 .newbies__card h3 {
        margin-top: 0
    }
}

.lucky-draw-cont .twocol-row .col-25 .newbies__card p {
    width: 65%
}

[dir] .lucky-draw-cont .twocol-row .col-25 .newbies__card p {
    padding-top: 3.125em;
    text-align: center
}

@media (max-width: 767px) {
    [dir] .lucky-draw-cont .twocol-row .col-25 .newbies__card p {
        padding-top: 1.5em
    }
}

.lucky-draw-cont .ban-cta {
    justify-content: center
}

[dir] .lucky-draw-cont .ban-cta {
    margin-top: 4.6875em
}

.lucky-draw-cont .ban-cta .anchor.yellow-btn.golden {
    letter-spacing: 2px
}

[dir] .lucky-draw-cont .ban-cta .anchor.yellow-btn.golden:hover {
    background-color: #dcaa54;
    border: 1px solid #dcaa54
}

[dir] .lucky-competition .btc__wrap {
    padding: 5em 16em
}

@media (max-width: 992px) {
    [dir] .lucky-competition .btc__wrap {
        padding: 2em 1em
    }
}

.lucky-competition .btc__wrap .sec_head h3 {
    text-transform: uppercase
}

.lucky-competition .btc__wrap span {
    font-size: 1.375em
}

.lucky-competition .btc__wrap p a {
    color: #bb914a
}

.lucky-competition .btc__wrap p a:hover {
    color: #010c3e
}

.lucky-competition .btc__wrap .cta a {
    letter-spacing: 2px
}

[dir] .lucky-competition .btc__wrap .cta a {
    background-color: #168bfe;
    padding: .935em 2.0625em
}

.lucky-competition .btc__wrap .cta a:hover {
    color: #fff
}

[dir] .lucky-competition .btc__wrap .cta a:hover {
    background-color: #010c3e
}

.lucky-competition .btc__wrap .cta .anchor.golden {
    letter-spacing: 2px
}

[dir] .lucky-competition .btc__wrap .cta .anchor.golden:hover {
    background-color: #dcaa54;
    border: 1px solid #dcaa54
}

[dir] .read-more .buy-crpto-btns a.border-btn {
    background: #168bfe;
    border: 1px solid #168bfe
}

[dir=ltr] .read-more .buy-crpto-btns a.border-btn {
    padding-right: 2px
}

[dir=rtl] .read-more .buy-crpto-btns a.border-btn {
    padding-left: 2px
}

[dir] .read-more .buy-crpto-btns a.border-btn:hover {
    background: #168bfe
}

[dir] .read-more .buy-crpto-btns a.border-btn:hover .twitter-bg {
    background-image: url(../svg/newbies/twitter-gold.svg)
}

.read-more .buy-crpto-btns a.border-btn:hover span:nth-child(2) {
    color: #fff
}

[dir] .read-more .buy-crpto-btns a.border-btn:hover span:nth-child(2) {
    background: #bb914a
}

.read-more .buy-crpto-btns a span.twitter-bg {
    display: inline-block;
    height: auto;
    width: 40px
}

[dir] .read-more .buy-crpto-btns a span.twitter-bg {
    background-image: url(../svg/newbies/twitter-color.svg);
    background-repeat: no-repeat
}

@media (max-width: 992px) {
    .read-more .buy-crpto-btns a span.twitter-bg {
        width: 25px
    }
}

.read-more .buy-crpto-btns a span:nth-child(2) {
    color: #168bfe
}

[dir] .read-more .buy-crpto-btns a span:nth-child(2) {
    background: #fff;
    padding: 10px 15px
}

[dir=ltr] .read-more .buy-crpto-btns a span:nth-child(2) {
    border-radius: 0 5px 5px 0
}

[dir=rtl] .read-more .buy-crpto-btns a span:nth-child(2) {
    border-radius: 5px 0 0 5px
}

@media (max-width: 1366px) {
    [dir] .read-more .buy-crpto-btns a span:nth-child(2) {
        padding: 7px
    }
}

.read-more .buy-crpto-btns a.yellow-btn:hover {
    color: #fff
}

[dir] .read-more .buy-crpto-btns a.yellow-btn:hover {
    background: #dcaa54;
    border: 1px solid #dcaa54
}

[dir] .lucky-draw-desc .disclaimer-sec {
    border-top: 1px solid #0818a2;
    padding: 50px 0
}

.lucky-draw-desc ul {
    display: flex;
    justify-content: flex-end
}

[dir] .lucky-draw-desc ul {
    padding-top: 2em
}

@media (max-width: 767px) {
    .lucky-draw-desc ul {
        flex-direction: column
    }
}

.lucky-draw-desc ul li {
    color: #fff;
    font-size: 1.154em;
    line-height: 1.5
}

[dir] .lucky-draw-desc ul li {
    margin-bottom: 0;
    padding: 0 10px
}

[dir=ltr] .lucky-draw-desc ul li:first-child {
    border-right: 2px solid #fff
}

[dir=rtl] .lucky-draw-desc ul li:first-child {
    border-left: 2px solid #fff
}

@media (max-width: 767px) {
    [dir] .lucky-draw-desc ul li:first-child {
        border: none
    }
}

@media (max-width: 768px) {
    .lucky-draw-desc ul li {
        font-size: .875em
    }
}

.lucky-draw-desc ul a {
    color: #fff;
    text-decoration: none
}

.lucky-draw-desc ul a:hover {
    color: #686f8c
}

[dir] .lucky-draw-desc ul a:hover {
    transition: all .3s ease
}

[dir] .features .stp-txt {
    padding-bottom: 4em
}

[dir=ltr] .features .stp-txt {
    text-align: left
}

[dir=rtl] .features .stp-txt {
    text-align: right
}

@media (max-width: 1024px) {
    [dir] .features .stp-txt {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    [dir] .features .stp-txt {
        padding: 4em 0
    }
}

[dir=ltr] .features .stp-txt h3 {
    border-left: 3px solid #bb914a;
    padding-left: .75em
}

[dir=rtl] .features .stp-txt h3 {
    border-right: 3px solid #bb914a;
    padding-right: .75em
}

@media (max-width: 1024px) {
    [dir=ltr] .features .stp-txt h3 {
        padding-left: .5em
    }

    [dir=rtl] .features .stp-txt h3 {
        padding-right: .5em
    }
}

.features .stp-txt p {
    font-size: 1.25em
}

.features .stp-img {
    width: auto
}

[dir] .features .stp-img {
    padding: 0 10em
}

@media (max-width: 1024px) {
    .features .stp-img img {
        width: 100%
    }
}

@media (max-width: 922px) {
    .lucky-draw .newbies-count .col-33 {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .lucky-draw .newbies-count .col-33 {
        width: 100%
    }

    [dir] .lucky-draw .newbies-count .col-33 {
        margin-bottom: 1.5em
    }

    [dir] .lucky-draw .newbies-count .col-33:last-child {
        margin-bottom: 0
    }
}

[dir] .container {
    padding: 0 8.6%
}

[dir=ltr] .radial--bg {
    background: linear-gradient(90deg, #010c3e 1%, #03105f 53%, #010c3e)
}

[dir=rtl] .radial--bg {
    background: linear-gradient(-90deg, #010c3e 1%, #03105f 53%, #010c3e)
}

.newbeies-wrap {
    flex-direction: column
}

.newbies_text {
    color: #fff
}

[dir] .newbies_text {
    padding-top: 8em
}

[dir=ltr] .newbies_text h1 {
    padding-right: 4em
}

[dir=rtl] .newbies_text h1 {
    padding-left: 4em
}

@media (max-width: 1024px) {
    .newbies_text h1 {
        font-size: 2.6em
    }

    [dir] .newbies_text h1 {
        padding: 0
    }

    .instant_buy .col-40, .instant_buy .col-60 {
        width: 100%
    }
}

.ban-cta {
    align-items: center;
    display: flex
}

[dir] .ban-cta {
    margin-top: 1.6875em
}

@media (max-width: 922px) {
    .ban-cta {
        justify-content: flex-start
    }

    [dir] .ban-cta {
        margin: 1.5em 0 0
    }
}

[dir=ltr] .ban-cta li {
    margin-right: 2.4em
}

[dir=rtl] .ban-cta li {
    margin-left: 2.4em
}

[dir=ltr] .ban-cta li:last-child {
    margin-right: 0
}

[dir=rtl] .ban-cta li:last-child {
    margin-left: 0
}

@media (max-width: 767px) {
    [dir] .ban-cta li:first-child {
        margin-bottom: 0
    }
}

.ban-cta .anchor {
    color: #fff !important
}

[dir] .ban-cta .anchor {
    border: 1px solid #fff;
    padding: .935em 2.0625em
}

.ban-cta .anchor.with__outbg {
    color: #fff !important
}

[dir=ltr] .ban-cta .anchor.with__outbg {
    background: 0 0
}

[dir=rtl] .ban-cta .anchor.with__outbg {
    background: 100% 0
}

.ban-cta .anchor:hover {
    color: #fff !important
}

.store-img {
    width: 13em
}

@media (max-width: 1024px) {
    .store-img {
        width: 9em
    }
}

.scan-qr {
    bottom: 5em;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, .27));
    height: 6.375em;
    opacity: 1;
    position: fixed;
    width: 23.5em;
    z-index: 15
}

[dir] .scan-qr {
    border-radius: 15px;
    padding: 1em;
    transition: .5s
}

[dir=ltr] .scan-qr {
    background: linear-gradient(90deg, #0f36a7, #072071);
    right: 2em
}

[dir=rtl] .scan-qr {
    background: linear-gradient(270deg, #0f36a7, #072071);
    left: 2em
}

@media (max-width: 1600px) {
    .scan-qr {
        width: 25em
    }
}

@media (max-width: 1366px) {
    [dir] .scan-qr {
        border-radius: 10px
    }
}

@media (max-width: 767px) {
    .scan-qr {
        bottom: 0;
        width: 100%
    }

    [dir=ltr] .scan-qr {
        right: 0
    }

    [dir=rtl] .scan-qr {
        left: 0
    }
}

.scan-qr.hide {
    opacity: 0
}

[dir=ltr] .scan-qr.hide {
    right: -100%
}

[dir=rtl] .scan-qr.hide {
    left: -100%
}

.scan_qr_wrap {
    align-items: center;
    display: flex;
    position: relative
}

.scan_qr_wrap .cross {
    color: #fff;
    font-size: 1em;
    opacity: 1;
    position: absolute;
    top: -6px
}

[dir] .scan_qr_wrap .cross {
    transition: .5s
}

[dir=ltr] .scan_qr_wrap .cross {
    right: 0
}

[dir=rtl] .scan_qr_wrap .cross {
    left: 0
}

.scan_qr_wrap .cross:hover {
    color: #168bfe
}

.newbies-ban-img {
    bottom: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

[dir] .newbies-ban-img {
    padding-top: 2.5em
}

@media (max-width: 1024px) {
    .newbies-ban-img {
        width: auto
    }
}

.scan-img {
    align-items: center;
    display: flex;
    height: auto;
    width: 7.5em
}

[dir=ltr] .scan-img {
    margin-right: 10px
}

[dir=rtl] .scan-img {
    margin-left: 10px
}

@media (max-width: 767px) {
    .scan-img {
        width: 5.5em
    }
}

.scan-content {
    color: #fff
}

.scan-content h4 {
    font-size: 1em
}

[dir] .scan-content h4 {
    margin-bottom: 4px
}

.scan-content p {
    font-size: .8em
}

[dir] .scan-content p {
    margin-bottom: 0
}

.ban-wrapper {
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .ban-wrapper {
        align-items: center
    }
}

@media (max-width: 767px) {
    .ban-wrapper {
        align-items: flex-start
    }
}

.newbies__card {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.newbies__card h3, .newbies__card p {
    font-weight: 700
}

[dir] .newbies__card h3 {
    margin-bottom: .117em
}

.newbies__icon {
    height: auto;
    width: 6.25em
}

[dir] .newbies__icon {
    margin-bottom: 1.6875em
}

@media (max-width: 767px) {
    .newbies__icon {
        width: 4.25em
    }
}

.stp-img {
    display: flex;
    height: auto;
    justify-content: end;
    width: 100%
}

.stp-img:nth-child(odd) {
    justify-content: start
}

.stp-txt-img:nth-child(2n) {
    flex-direction: row-reverse
}

.stp-txt-img:nth-child(odd) .stp-img-wrap {
    justify-content: flex-end
}

.stp-txt {
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center
}

[dir=ltr] .stp-txt {
    padding: 0 10em 0 0
}

[dir=rtl] .stp-txt {
    padding: 0 0 0 10em
}

.stp-txt h3 {
    font-weight: 700
}

@media (max-width: 1100px) {
    [dir] .stp-txt {
        padding: 0
    }
}

@media (max-width: 767px) {
    [dir] .stp-txt {
        text-align: center
    }
}

.buy-sell-go-sec .sec-para, .buy-sell-go-sec .sec_head {
    color: #fff
}

.buy-sell-go-sec .buy-crpto-btns {
    display: flex;
    justify-content: center
}

.buy-sell-go-sec .buy-crpto-btns .border-btn {
    color: #fff
}

[dir] .buy-sell-go-sec .buy-crpto-btns .border-btn {
    border: 1px solid #bb914a
}

[dir=ltr] .buy-sell-go-sec .buy-crpto-btns .border-btn {
    background: 0 0
}

[dir=rtl] .buy-sell-go-sec .buy-crpto-btns .border-btn {
    background: 100% 0
}

[dir] .buy-sell-go-sec .buy-crpto-btns .border-btn:hover {
    background: #bb914a
}

.buy-sell-go-sec .buy-crpto-btns .yellow-btn {
    color: #fff
}

[dir] .buy-sell-go-sec .buy-crpto-btns .yellow-btn {
    border: 1px solid #fff
}

.bank-transfer-section {
    align-items: center;
    display: flex;
    justify-content: center
}

[dir] .bank-transfer-section .sec_head {
    margin-bottom: 2.5625em
}

[dir] .bank-transfer-section .sec-para {
    padding: 0 5em
}

@media (max-width: 1366px) {
    [dir] .bank-transfer-section .sec-para {
        padding: 0 2em
    }
}

@media (max-width: 767px) {
    .bank-transfer-section .sec-para {
        font-size: 1em
    }

    [dir] .bank-transfer-section .sec-para {
        padding: 0
    }
}

.bank-transfer-section .payment-card-item {
    height: auto
}

[dir=ltr] .bank-transfer-section .payment-card-item {
    margin-right: 1.25em
}

[dir=rtl] .bank-transfer-section .payment-card-item {
    margin-left: 1.25em
}

.buying-steps .sec_head {
    color: #fff;
    width: 40%
}

[dir] .buying-steps .sec_head {
    margin: 0 auto
}

@media (max-width: 1024px) {
    .buying-steps .sec_head {
        width: 60%
    }
}

@media (max-width: 992px) {
    .buying-steps .sec_head {
        width: 70%
    }

    [dir] .buying-steps .sec_head {
        margin: 0 auto 4em
    }
}

@media (max-width: 767px) {
    .buying-steps .sec_head {
        width: 100%
    }
}

@media (max-width: 992px) {
    .text-img-wrapper .twocol-row {
        flex-wrap: nowrap
    }
}

@media (max-width: 767px) {
    .text-img-wrapper .twocol-row {
        flex-wrap: wrap
    }
}

.buy-curr-wrap {
    display: flex;
    justify-content: center
}

[dir] .buy-curr-wrap {
    margin: 3.375em 0
}

.buy-curr-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 52em
}

.buy-curr-item {
    height: auto;
    width: 6.625em
}

@media (max-width: 767px) {
    .buy-curr-item {
        width: 4em
    }
}

.pay-card-wrap {
    display: flex;
    justify-content: center
}

[dir] .pay-card-wrap {
    margin-top: 1.875em
}

.buy-cryto-now {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 52em
}

[dir] .buy-cryto-now {
    border-radius: 20px
}

[dir] .buy-now-wrapper {
    text-align: center
}

.buy-now-wrapper h2 {
    color: #fff
}

[dir] .buy-now-wrapper h2 {
    margin-bottom: 1.339em
}

.buy-now-wrapper .app-store-btn {
    display: flex;
    justify-content: center
}

[dir=ltr] .buy-now-wrapper .app-store-btn .store-btn:first-child {
    margin-right: 1em
}

[dir=rtl] .buy-now-wrapper .app-store-btn .store-btn:first-child {
    margin-left: 1em
}

.buy-now-box {
    display: flex;
    justify-content: center
}

[dir] .buy-now-box {
    padding: 0
}

@media (max-width: 767px) {
    [dir] .buy-now-box {
        padding: 2em 0
    }
}

[dir] .buy-now-box:first-child {
    padding: 0
}

[dir] .buy-sell-go-sec .sec_head {
    margin-bottom: 2.5em
}

[dir] .buy-sell-go-sec .sec-para {
    margin-bottom: 3.5em;
    padding: 0 7em
}

@media (max-width: 1024px) {
    [dir] .buy-sell-go-sec .sec-para {
        padding: 0 2em
    }
}

@media (max-width: 767px) {
    [dir] .buy-sell-go-sec .sec-para {
        margin-bottom: 1em;
        padding: 0
    }
}

[dir] .but-now-wrapper h2 {
    margin-bottom: 1em
}

[dir=ltr] .buy-crpto-btns a:first-child {
    margin-right: 1em
}

[dir=rtl] .buy-crpto-btns a:first-child {
    margin-left: 1em
}

.curve-shape {
    height: 9.8em;
    width: 100%;
    z-index: 5
}

@media (max-width: 1024px) {
    .curve-shape {
        height: 7.8em
    }
}

@media (max-width: 922px) {
    .curve-shape {
        height: 4.8em
    }
}

@media (max-width: 767px) {
    .curve-shape {
        display: none
    }
}

.curve-shape.bottom-shape {
    bottom: -1px;
    position: absolute
}

[dir] .curve-shape.bottom-shape {
    transform: rotateX(180deg)
}

[dir=ltr] .curve-shape.bottom-shape {
    left: 0
}

[dir=rtl] .curve-shape.bottom-shape {
    right: 0
}

.curve-shape.top-shape {
    position: absolute;
    top: -1px
}

[dir=ltr] .curve-shape.top-shape {
    left: 0
}

[dir=rtl] .curve-shape.top-shape {
    right: 0
}

.curve-shape.bottom-shape:after, .curve-shape.bottom-shape:before, .curve-shape.top-shape:after, .curve-shape.top-shape:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .curve-shape.bottom-shape:after, [dir] .curve-shape.bottom-shape:before, [dir] .curve-shape.top-shape:after, [dir] .curve-shape.top-shape:before {
    background-image: url(../images/newbies/rounded-shape.png);
    background-repeat: no-repeat;
    background-size: contain
}

[dir=ltr] .curve-shape.bottom-shape:after, [dir=ltr] .curve-shape.top-shape:after {
    right: 0;
    transform: rotateY(180deg)
}

[dir=rtl] .curve-shape.bottom-shape:after, [dir=rtl] .curve-shape.top-shape:after {
    left: 0;
    transform: rotateY(-180deg)
}

.payment-card-item {
    height: auto;
    width: auto
}

@media (max-width: 992px) {
    .payment-card-item {
        width: 4em
    }
}

.bootstrap-select > .dropdown-toggle {
    align-items: center;
    color: #010c3e;
    display: flex;
    font-size: 1em;
    font-weight: 700;
    height: 100%
}

[dir] .bootstrap-select > .dropdown-toggle {
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 10px
}

[dir=ltr] .bootstrap-select > .dropdown-toggle {
    text-align: right
}

[dir=rtl] .bootstrap-select > .dropdown-toggle {
    text-align: left
}

[dir] .bootstrap-select > .dropdown-toggle .btn-light:hover {
    background: #fff
}

.bootstrap-select > .dropdown-toggle:focus {
    outline: 0 !important
}

[dir] .bootstrap-select > .dropdown-toggle:focus {
    border: 2px solid #e1e1e1 !important;
    box-shadow: none !important
}

@media (max-width: 767px) {
    [dir] .bootstrap-select > .dropdown-toggle {
        margin: 0
    }
}

.bootstrap-select {
    width: 100%
}

@media (max-width: 767px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%
    }
}

.dropup .dropdown-toggle:after {
    display: inline-block
}

[dir] .dropup .dropdown-toggle:after {
    border: solid #696969;
    padding: 3px
}

[dir=ltr] .dropup .dropdown-toggle:after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

[dir=rtl] .dropup .dropdown-toggle:after {
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg)
}

.dropdown-toggle:after {
    display: inline-block
}

[dir] .dropdown-toggle:after {
    border: solid #696969;
    padding: 3px
}

[dir=ltr] .dropdown-toggle:after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

[dir=rtl] .dropdown-toggle:after {
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg)
}

[dir] .btn-light:hover {
    background: #fff
}

.filter-option-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start
}

.crypto-icon {
    height: 2.5em;
    width: 2.5em
}

[dir=ltr] .crypto-icon {
    margin-right: 10px
}

[dir=rtl] .crypto-icon {
    margin-left: 10px
}

.filter-option-inner-inner {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .filter-option-inner-inner {
        font-size: .9em
    }
}

.filter-option-inner-inner p {
    color: #010c3e
}

[dir] .filter-option-inner-inner p {
    margin: 0
}

[dir=ltr] .btn-light:not(:disabled):not(.disabled).active, [dir=ltr] .btn-light:not(:disabled):not(.disabled):active, [dir=ltr] .show > .btn-light.dropdown-toggle {
    background: 0 0
}

[dir=rtl] .btn-light:not(:disabled):not(.disabled).active, [dir=rtl] .btn-light:not(:disabled):not(.disabled):active, [dir=rtl] .show > .btn-light.dropdown-toggle {
    background: 100% 0
}

[dir] .dropdown-item.active, [dir] .dropdown-item:active {
    background-color: #010c3e
}

.dropdown-item.active p, .dropdown-item:active p {
    color: #fff
}

.bootstrap-select .dropdown-menu li a span.text {
    align-items: center;
    color: #010c3e;
    display: flex;
    font-size: .9em;
    font-weight: 700
}

@media (max-width: 1400px) {
    .bootstrap-select .dropdown-menu li a span.text {
        font-size: .9em
    }
}

.bootstrap-select .dropdown-menu li a span.text p {
    font-size: .95em;
    font-weight: 700
}

[dir] .bootstrap-select .dropdown-menu li a span.text p {
    margin: 0
}

[dir] .dropdown-item:focus, [dir] .dropdown-item:hover {
    background-color: #b7b8c6
}

.dropdown-item {
    color: #010c3e
}

[dir] .dropdown-item {
    border-bottom: 1px solid #f2f3fa;
    padding: .5em
}

.dropdown-item .crypto-icon {
    height: 100%;
    width: 2em
}

[dir=ltr] .dropdown-item .crypto-icon {
    margin-right: 10px
}

[dir=rtl] .dropdown-item .crypto-icon {
    margin-left: 10px
}

.career-form label, .submit-req-section label {
    font-weight: 400
}

.career-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .submit-req-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    color: #010c3e;
    font-size: 1.25em;
    font-weight: 600;
    height: calc(2.25rem + 1.2em);
    width: 100%
}

[dir] .career-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), [dir] .submit-req-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: 1px solid #dedee5;
    border-radius: 5px
}

@media (max-width: 767px) {
    .career-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .submit-req-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        height: calc(2.25rem + .5em)
    }
}

[dir] .career-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):hover, [dir] .submit-req-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):hover {
    border-color: #168bfe
}

[dir] .career-form .bootstrap-select > .dropdown-toggle, [dir] .submit-req-section .bootstrap-select > .dropdown-toggle {
    border: 0;
    border-radius: 5px
}

.career-form .bootstrap-select > .dropdown-toggle:focus, .submit-req-section .bootstrap-select > .dropdown-toggle:focus {
    outline: 0 !important
}

[dir] .career-form .bootstrap-select > .dropdown-toggle:focus, [dir] .submit-req-section .bootstrap-select > .dropdown-toggle:focus {
    border: none !important;
    box-shadow: none !important
}

[dir] .career-form .dropdown-item.active:hover, [dir] .career-form .dropdown-item:active:hover, [dir] .submit-req-section .dropdown-item.active:hover, [dir] .submit-req-section .dropdown-item:active:hover {
    background-color: #010c3e
}

.career-form .dropdown-item.active .text, .career-form .dropdown-item:active .text, .submit-req-section .dropdown-item.active .text, .submit-req-section .dropdown-item:active .text {
    color: #fff
}

.career-form .dropdown-toggle:after, .submit-req-section .dropdown-toggle:after {
    height: 0;
    width: 0
}

[dir] .career-form .dropdown-toggle:after, [dir] .submit-req-section .dropdown-toggle:after {
    border-bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #010c3e;
    margin: 0;
    padding: 0;
    transform: none
}

[dir=ltr] .career-form .dropdown-toggle:after, [dir=ltr] .submit-req-section .dropdown-toggle:after {
    margin-right: 1em
}

[dir=rtl] .career-form .dropdown-toggle:after, [dir=rtl] .submit-req-section .dropdown-toggle:after {
    margin-left: 1em
}

@media (max-width: 767px) {
    [dir] .career-form .dropdown-toggle:after, [dir] .submit-req-section .dropdown-toggle:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #010c3e
    }

    [dir=ltr] .career-form .dropdown-toggle:after, [dir=ltr] .submit-req-section .dropdown-toggle:after {
        margin-right: 0
    }

    [dir=rtl] .career-form .dropdown-toggle:after, [dir=rtl] .submit-req-section .dropdown-toggle:after {
        margin-left: 0
    }
}

.career-form .dropdown-menu, .submit-req-section .dropdown-menu {
    top: 100% !important
}

[dir] .career-form .dropdown-menu, [dir] .submit-req-section .dropdown-menu {
    padding: 0;
    transform: none !important
}

@media (max-width: 767px) {
    [dir=ltr] .career-form .dropdown-menu, [dir=ltr] .submit-req-section .dropdown-menu {
        left: 0 !important
    }

    [dir=rtl] .career-form .dropdown-menu, [dir=rtl] .submit-req-section .dropdown-menu {
        right: 0 !important
    }
}

.head-lang {
    display: inline-block;
    z-index: 99
}

@media (max-width: 1024px) {
    [dir=ltr] .head-lang {
        margin-right: unset
    }

    [dir=rtl] .head-lang {
        margin-left: . unset
    }
}

[dir] .footer-lang .dropdown-menu, [dir] .head-lang .dropdown-menu {
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .31);
    padding: 0
}

.footer-lang .btn-light:not(:disabled):not(.disabled).active, .footer-lang .btn-light:not(:disabled):not(.disabled):active, .footer-lang .show > .btn-light.dropdown-toggle, .head-lang .btn-light:not(:disabled):not(.disabled).active, .head-lang .btn-light:not(:disabled):not(.disabled):active, .head-lang .show > .btn-light.dropdown-toggle {
    color: #fff
}

.footer-lang .dropdown, .head-lang .dropdown {
    width: auto !important
}

.footer-lang .dropdown.show button, .head-lang .dropdown.show button {
    color: #fff
}

.footer-lang .dropdown-toggle, .head-lang .dropdown-toggle {
    color: #fff;
    font-size: 1.25em;
    width: auto
}

[dir] .footer-lang .dropdown-toggle, [dir] .head-lang .dropdown-toggle {
    border: none;
    padding: 0;
    transition: .5s
}

[dir=ltr] .footer-lang .dropdown-toggle, [dir=ltr] .head-lang .dropdown-toggle {
    background: 0 0;
    margin-left: 1.25em;
    padding-right: .8em
}

[dir=rtl] .footer-lang .dropdown-toggle, [dir=rtl] .head-lang .dropdown-toggle {
    background: 100% 0;
    margin-right: 1.25em;
    padding-left: .8em
}

@media (max-width: 767px) {
    [dir=ltr] .footer-lang .dropdown-toggle, [dir=ltr] .head-lang .dropdown-toggle {
        margin-left: 0;
        margin-right: 0
    }

    [dir=rtl] .footer-lang .dropdown-toggle, [dir=rtl] .head-lang .dropdown-toggle {
        margin-left: 1.25em;
        margin-right: 0
    }
}

.footer-lang .dropdown-toggle:focus, .head-lang .dropdown-toggle:focus {
    outline: 0 !important
}

[dir] .footer-lang .dropdown-toggle:focus, [dir] .head-lang .dropdown-toggle:focus {
    border: none !important;
    box-shadow: none !important
}

[dir] .footer-lang .dropdown-toggle:after, [dir] .head-lang .dropdown-toggle:after {
    border: solid #fff;
    padding: 4px
}

[dir=ltr] .footer-lang .dropdown-toggle:after, [dir=ltr] .head-lang .dropdown-toggle:after {
    border-width: 0 1px 1px 0;
    margin-left: 1.1em
}

[dir=rtl] .footer-lang .dropdown-toggle:after, [dir=rtl] .head-lang .dropdown-toggle:after {
    border-width: 0 0 1px 1px;
    margin-right: 1.1em
}

@media (max-width: 1400px) {
    [dir] .footer-lang .dropdown-toggle:after, [dir] .head-lang .dropdown-toggle:after {
        padding: 3px
    }
}

@media (max-width: 767px) {
    .header-section-title {
        font-size: 2em;
    }

    header {
        font-size: 10px;
    !important
    }

    .toggle-menu {
        margin-top: 1.5em;
    }

    .header-hr {
        display: none;
    }

    [dir] .footer-lang .dropdown-toggle:after, [dir] .head-lang .dropdown-toggle:after {
        margin-bottom: .2em
    }

    [dir=ltr] .footer-lang .dropdown-toggle:after, [dir=ltr] .head-lang .dropdown-toggle:after {
        margin-left: .5em
    }

    [dir=rtl] .footer-lang .dropdown-toggle:after, [dir=rtl] .head-lang .dropdown-toggle:after {
        margin-right: .5em
    }
}

.footer-lang .dropdown-item.active .text, .head-lang .dropdown-item.active .text {
    color: #fff
}

@media (max-width: 1400px) {
    .footer-lang .dropdown-item.active .text, .head-lang .dropdown-item.active .text {
        font-size: .8em
    }
}

.footer-lang .dropdown-toggle {
    font-size: 1em;
    font-weight: 400;
    min-width: 10.25em
}

[dir] .footer-lang .dropdown-toggle {
    border: 1px solid #3d5085;
    border-radius: 0;
    margin: 0;
    padding: .6em
}

[dir] .footer-lang .dropdown-toggle:focus {
    border: 1px solid #3d5085 !important
}

[dir] .footer-lang .dropdown-toggle:after {
    margin: 0 .5em
}

.footer-lang .dropdown-toggle .filter-option-inner-inner {
    justify-content: center
}

.alert-dismissible.close {
    color: inherit !important;
    height: 100% !important;
    width: 2em !important
}

[dir] .alert-dismissible.close {
    padding: 0 !important
}

.ui.search.dropdown > .text {
    align-items: center;
    display: flex
}

[dir] .ui.search.dropdown > .text p {
    margin: 0
}

[dir=ltr] .ui.search.dropdown > .text p {
    margin-right: .1em
}

[dir=rtl] .ui.search.dropdown > .text p {
    margin-left: .1em
}

.ui.search.dropdown > .text span {
    color: #010c3e;
    font-weight: 700
}

.country-code {
    font-weight: 700
}

[dir=ltr] .country-code {
    margin-left: 1em
}

[dir=rtl] .country-code {
    margin-right: 1em
}

.ui.selection.dropdown .menu > .item {
    align-items: center;
    display: flex
}

.ui.selection.dropdown .menu > .item p {
    font-size: .95em
}

[dir] .ui.selection.dropdown .menu > .item p {
    margin: 0
}

.ui.selection.dropdown .menu > .item .country-code {
    font-size: .75em;
    font-weight: 700
}

[dir=ltr] .ui.selection.dropdown .menu > .item .country-code {
    margin-left: 0
}

[dir=rtl] .ui.selection.dropdown .menu > .item .country-code {
    margin-right: 0
}

.ui.dropdown > .dropdown.icon:before {
    font-size: 1.5em
}

.ui.selection.dropdown > .dropdown.icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

[dir=ltr] .ui.search.dropdown > .text span {
    margin-left: 0
}

[dir=rtl] .ui.search.dropdown > .text span {
    margin-right: 0
}

.item p {
    display: none
}

[dir] .ui.selection.dropdown .menu > .item {
    padding: .78571429rem .6rem !important
}

[dir=ltr] .ui.dropdown > .text > .flag {
    margin-right: 0
}

[dir=rtl] .ui.dropdown > .text > .flag {
    margin-left: 0
}

[dir=ltr] .ui.selection.dropdown {
    padding: .785714em 1.2em .78571429em 1.3em !important
}

[dir=rtl] .ui.selection.dropdown {
    padding: .785714em 1.3em .78571429em 1.2em !important
}

[dir=ltr] .ui.search.selection.dropdown > input.search {
    padding: .785714em 1.2em .78571429em 1.3em !important
}

[dir=rtl] .ui.search.selection.dropdown > input.search {
    padding: .785714em 1.3em .78571429em 1.2em !important
}

[dir=ltr] .ui.search.dropdown > .text {
    left: 0 !important
}

[dir=rtl] .ui.search.dropdown > .text {
    right: 0 !important
}

.ui.fluid.dropdown {
    align-items: center;
    display: flex !important;
    height: calc(2.25rem + 1.2em)
}

@media (max-width: 1400px) {
    [dir=ltr] .ui.fluid.dropdown {
        padding-left: .6em !important
    }

    [dir=rtl] .ui.fluid.dropdown {
        padding-right: .6em !important
    }
}

@media (max-width: 767px) {
    .ui.fluid.dropdown {
        height: calc(2.25rem + .2em)
    }
}

.ui.fluid.dropdown > .dropdown.icon {
    height: 100% !important
}

[dir] .sign-up-section {
    background-color: #f2f3fa
}

[dir=ltr] .sign-up-section {
    background-position: 100% 0
}

[dir=rtl] .sign-up-section {
    background-position: 0 0
}

[dir] .sign-up-section .form-control {
    border: 1px solid #b7b8c6
}

.sign-up-section:before {
    content: "";
    height: 40em;
    position: absolute;
    top: 0;
    width: 40em
}

[dir] .sign-up-section:before {
    background-image: url(../svg/login/bkgrnd-shape.svg);
    background-repeat: no-repeat;
    background-size: contain
}

[dir=ltr] .sign-up-section:before {
    right: 0
}

[dir=rtl] .sign-up-section:before {
    left: 0
}

.sign-up-section:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 57%;
    z-index: 0
}

[dir] .sign-up-section:after {
    background-image: url(../svg/login/line-bckgrnd.svg);
    background-repeat: no-repeat;
    background-size: cover
}

[dir=ltr] .sign-up-section:after {
    right: 0
}

[dir=rtl] .sign-up-section:after {
    left: 0
}

@media (max-width: 922px) {
    .sign-up-section:after {
        width: 100%
    }
}

@media (min-width: 767px) {
    [dir] .sign-up-section {
        padding: 5.8em 0
    }
}

@media (max-width: 922px) {
    .sign-up-section .col-50 {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .sign-up-section .col-50 {
        width: 100%
    }
}

.sign-up-section label {
    color: #010c3e;
    font-size: 1.875em
}

@media (max-width: 767px) {
    .sign-up-section label {
        font-size: 1.1em
    }
}

.sign-up-section input {
    position: relative
}

[dir] .sign-up-section input {
    background-color: #f2f3fa
}

.sign-up-section p {
    color: #010c3e;
    font-size: 1em
}

[dir] .sign-up-section p {
    margin: 0
}

@media (max-width: 767px) {
    .sign-up-section p {
        font-size: .77em
    }
}

.sign-up-section .forgot-pass a {
    text-decoration: none
}

.sign-up-section a {
    color: #010c3e;
    text-decoration: underline
}

[dir] .sign-up-section a {
    transition: .5s
}

.sign-up-section a:hover {
    color: #168bfe
}

.signup-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 2
}

[dir] .signup-head {
    margin: 0;
    padding-bottom: .86em
}

.form-check-input {
    position: relative
}

[dir] .form-check-input {
    margin: 0
}

.signup-form {
    height: auto;
    position: relative;
    width: 38.5em;
    z-index: 5
}

[dir] .signup-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 17px rgba(103, 131, 223, .34);
    padding: 2em 1.8em
}

.signup-form:before {
    content: "";
    height: 120%;
    position: absolute;
    top: 0;
    width: 22em;
    z-index: 9
}

[dir=ltr] .signup-form:before {
    background: linear-gradient(90deg, #f2f3fa, hsla(0, 0%, 100%, 0) 50%);
    left: 104%
}

[dir=rtl] .signup-form:before {
    background: linear-gradient(-90deg, #f2f3fa, hsla(0, 0%, 100%, 0) 50%);
    right: 104%
}

@media (max-width: 767px) {
    .signup-form {
        width: 100%
    }
}

.signup-form .form-group {
    position: relative
}

[dir] .signup-form .form-group {
    margin-bottom: 1.0625em
}

.already-account a {
    color: #bb914a;
    font-weight: 700
}

[dir] .already-account a {
    transition: .2s
}

.already-account a:hover {
    color: #010c3e
}

.acceptant-text {
    align-items: center;
    display: flex
}

[dir] .acceptant-text {
    padding-top: .25em
}

[dir] .acceptant-text a {
    padding: 0 .5em
}

[dir=ltr] .acceptant-text input {
    margin: 0 10px 0 0
}

[dir=rtl] .acceptant-text input {
    margin: 0 0 0 10px
}

@media (max-width: 767px) {
    .acceptant-text {
        flex-wrap: wrap;
        font-size: .75em
    }
}

.create-acc-btn button {
    font-weight: 700;
    width: 100%
}

[dir] .create-acc-btn button {
    margin: 2.631em 0
}

.signup-mobile-img {
    height: auto;
    width: 37.5em
}

@media (min-width: 767px) {
    [dir] .imgBounce {
        animation: ImgBounce 3s ease-in-out 0s infinite alternate
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

label {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    position: relative
}

label.error {
    color: red !important;
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    width: 100%
}

[dir] label.error {
    padding: 0 15px
}

[dir=ltr] label.error {
    background: 0 0 !important;
    left: 0;
    text-align: left
}

[dir=rtl] label.error {
    background: 100% 0 !important;
    right: 0;
    text-align: right
}

@media (max-width: 767px) {
    label.error {
        font-size: 1em
    }

    [dir] label.error {
        padding: 0
    }

    label {
        font-size: 1.1em
    }
}

.required {
    color: #ff0900
}

.country-drop {
    display: flex;
    justify-content: space-between
}

[dir] .form-group {
    margin-bottom: 3.125em
}

@media (max-width: 767px) {
    [dir] .form-group {
        margin-bottom: 1.5em;
        padding: 0
    }
}

.form-group #email-error, .form-group #password-error {
    color: red !important;
    font-size: 1em
}

[dir=ltr] .form-group #email-error, [dir=ltr] .form-group #password-error {
    background: 0 0 !important
}

[dir=rtl] .form-group #email-error, [dir=rtl] .form-group #password-error {
    background: 100% 0 !important
}

@media (max-width: 767px) {
    .form-group #email-error, .form-group #password-error {
        font-size: 1em
    }
}

.form-control {
    color: #010c3e;
    font-weight: 600;
    height: calc(2.25rem + 1.5em)
}

[dir] .form-control {
    border: 1px solid #020862;
    border-radius: 5px
}

[dir] .form-control:hover {
    border-color: #168bfe
}

@media (max-width: 1400px) {
    .form-control {
        height: calc(2.25rem + .8em)
    }
}

@media (max-width: 767px) {
    .form-control {
        height: calc(2.25rem + .5em)
    }
}

.form-control:focus {
    color: #010c3e;
    font-weight: 600
}

[dir] .form-control:focus {
    border-color: #168bfe;
    box-shadow: none
}

.form-control::placeholder {
    color: #c8c9ce
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
    color: #010c3e;
    font-weight: 600
}

[dir] input:-internal-autofill-previewed, [dir] input:-internal-autofill-selected {
    background-color: #fff !important;
    border: 1px solid #020862
}

.form-text {
    color: #fff
}

[dir] .form-text {
    margin-top: .625em
}

@media (max-width: 767px) {
    .form-text {
        display: none;
        position: absolute
    }
}

[dir] .feedback-section .recaptch, [dir] .submit-section .recaptch {
    margin-top: 0
}

.recaptch {
    width: 15em
}

[dir] .recaptch {
    border: 1px solid #020862;
    border-radius: 10px
}

@media (max-width: 1024px) {
    [dir] .recaptch {
        margin-top: 2em
    }
}

@media (max-width: 767px) {
    [dir] .recaptch {
        margin-top: 1em
    }
}

[dir] .recaptch img {
    border: 1px solid #020862;
    border-radius: 10px
}

.file-drop-area {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: relative
}

[dir] .file-drop-area {
    transition: .2s
}

[dir] .file-drop-area.is-active {
    background-color: hsla(0, 0%, 100%, .05)
}

.file-drop-area p {
    font-size: 1.125em;
    font-weight: 700
}

[dir] .file-drop-area p {
    margin-bottom: 0
}

@media (max-width: 1400px) {
    .file-drop-area p {
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .file-drop-area p {
        font-size: .825em
    }
}

.fake-btn {
    text-decoration: underline
}

[dir] .fake-btn {
    text-align: center
}

[dir=ltr] .fake-btn {
    margin-right: 10px
}

[dir=rtl] .fake-btn {
    margin-left: 10px
}

@media (max-width: 767px) {
    [dir=ltr] .fake-btn {
        margin-right: 5px
    }

    [dir=rtl] .fake-btn {
        margin-left: 5px
    }
}

.file-input {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .file-input {
    cursor: pointer
}

[dir=ltr] .file-input {
    left: 0
}

[dir=rtl] .file-input {
    right: 0
}

.file-input:focus {
    outline: 0
}

.file-input::placeholder {
    font-size: 18px
}

[dir] .file-input::placeholder {
    text-align: center
}

.file-input::-webkit-input-placeholder {
    font-size: 18px
}

[dir] .file-input::-webkit-input-placeholder {
    text-align: center
}

.file-input:-moz-placeholder {
    font-size: 18px
}

[dir] .file-input:-moz-placeholder {
    text-align: center
}

.file-input::-moz-placeholder {
    font-size: 18px
}

[dir] .file-input::-moz-placeholder {
    text-align: center
}

.file-input:-ms-input-placeholder {
    font-size: 18px
}

[dir] .file-input:-ms-input-placeholder {
    text-align: center
}

[dir] .warm-reminder {
    background-color: #fef1c4;
    border-radius: 10px
}

[dir=ltr] .warm-reminder {
    padding: 2em 6em 2em 1.875em
}

[dir=rtl] .warm-reminder {
    padding: 2em 1.875em 2em 6em
}

[dir] .warm-reminder p {
    margin: 0
}

@media (max-width: 767px) {
    .warm-reminder {
        font-size: .825em
    }

    [dir] .warm-reminder {
        padding: 2em
    }
}

[dir] .submit-req-section .anchor.yellow-btn {
    border: 1px solid transparent
}

[dir] .submit-req-section .anchor.yellow-btn:hover {
    border: 1px solid #fff
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    top: 0 !important
}

[dir] .ui.selection.dropdown > .delete.icon, [dir] .ui.selection.dropdown > .dropdown.icon, [dir] .ui.selection.dropdown > .search.icon {
    margin: 0 !important;
    padding: 0 !important
}

[dir=ltr] .ui.selection.dropdown > .delete.icon, [dir=ltr] .ui.selection.dropdown > .dropdown.icon, [dir=ltr] .ui.selection.dropdown > .search.icon {
    right: .5em !important
}

[dir=rtl] .ui.selection.dropdown > .delete.icon, [dir=rtl] .ui.selection.dropdown > .dropdown.icon, [dir=rtl] .ui.selection.dropdown > .search.icon {
    left: .5em !important
}

[dir] .ui.active.selection.dropdown .menu > .item {
    padding: .78571429rem .5285714rem !important
}

.ui.selection.dropdown .menu > .message {
    font-size: .8em !important
}

[dir] .ui.selection.dropdown .menu > .message {
    padding: .78571429rem .5em !important
}

.top-help-article-sec p {
    font-size: 1.125em
}

.top-help-article-sec h2 {
    font-size: 2em
}

@media (max-width: 480px) {
    #searchQuerySubmit {
        width: 30px
    }
}

.search-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 40em
}

[dir] .search-bar {
    margin-bottom: 2.5em
}

@media (max-width: 767px) {
    .search-bar {
        justify-content: flex-start;
        width: 100%
    }

    [dir] .search-bar {
        margin: 2em 0
    }
}

.search-bar input {
    font-size: 1rem;
    height: 3.125em;
    outline: 0;
    width: 100%
}

[dir] .search-bar input {
    background: #fff;
    border: 1px solid #b7b8c6;
    border-radius: 1em;
    transition: .2s
}

[dir=ltr] .search-bar input {
    padding: 0 3.5em 0 1.5em
}

[dir=rtl] .search-bar input {
    padding: 0 1.5em 0 3.5em
}

@media (max-width: 1024px) {
    .search-bar input {
        width: 30em;
        width: 100%
    }
}

.search-bar::placeholder {
    color: #010c3e;
    font-size: 1rem
}

.search-bar button {
    bottom: 0;
    height: auto;
    outline: 0;
    position: absolute;
    top: 0;
    width: 2.5em
}

[dir] .search-bar button {
    border: none
}

[dir=ltr] .search-bar button {
    background: 0 0;
    margin-left: -3.8em;
    right: 1em
}

[dir=rtl] .search-bar button {
    background: 100% 0;
    left: 1em;
    margin-right: -3.8em
}

@media (max-width: 1400px) {
    .search-bar button {
        width: 3em
    }
}

@media (max-width: 1024px) {
    .search-bar button {
        width: 2em
    }
}

@media (max-width: 922px) {
    .search-bar button {
        width: 2.2em
    }
}

.search-bar button img {
    height: 1.5em;
    width: 1.5em
}

[dir] .search-bar button:hover, [dir] .search-bar input:hover {
    border-color: #168bfe
}

@media (max-width: 767px) {
    .search-bar button:hover svg, .search-bar input:hover svg {
        width: 2.5em
    }
}

.search-bar button:hover svg path, .search-bar input:hover svg path {
    fill: #168bfe
}

[dir] .faq-anchor-container {
    margin-top: 2em
}

[dir] .faq-anchor-container .col-33 {
    padding: .625em 0
}

@media (min-width: 767px) {
    .faq-anchor-container {
        width: calc(100% + 3.0625em)
    }

    [dir] .faq-anchor-container {
        margin: 0 -1.875em
    }

    [dir] .faq-anchor-container .col-33 {
        padding: .625em 1.875em
    }
}

[dir] .faq-section {
    padding-top: 0
}

.faq-section .arrow-down-icon svg path {
    fill: #bb914a
}

.faq-anchor {
    color: #fff;
    display: flex;
    width: 100%
}

[dir] .faq-anchor {
    background-color: #020862;
    border: 1px solid #e1e3ef;
    border-radius: 10px;
    padding: 1.9em .875em;
    text-align: center;
    transition: .2s
}

[dir] .faq-anchor:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 9px -2px rgba(0, 0, 0, .31)
}

.faq-anchor h4 {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700
}

[dir] .faq-anchor h4 {
    margin: 0
}

@media (max-width: 767px) {
    .faq-anchor h4 {
        font-size: 1.1em
    }
}

.arrow-head {
    align-items: center;
    display: flex
}

[dir] .arrow-head {
    margin-bottom: 1em
}

[dir=ltr] .gold-head-content {
    padding-left: 4em
}

[dir=rtl] .gold-head-content {
    padding-right: 4em
}

.gold-head-content a {
    color: #bb914a
}

@media (max-width: 767px) {
    [dir=ltr] .gold-head-content {
        padding-left: 0
    }

    [dir=rtl] .gold-head-content {
        padding-right: 0
    }
}

.gold-head-content h1 {
    color: #bb914a;
    font-weight: 700
}

.gold-head-content h1 a {
    color: #bb914a
}

[dir] .gold-head-content p {
    margin-bottom: 3.475em
}

@media (max-width: 1024px) {
    [dir] .gold-head-content p {
        margin-bottom: 2em
    }
}

.faq-detail-section .txt-content h2 {
    font-size: 2em
}

.faq-detail-section .search-bar {
    justify-content: unset;
    width: 100%
}

.faq-detail-section #searchQueryInput {
    width: 100%
}

.faq-detail-section #searchQueryInput::placeholder {
    color: #010c3e
}

[dir] .faq-detail-section .gold-head-content p {
    margin-bottom: 1.1em
}

[dir] .faq-detail-section .gold-head-content p:last-child {
    margin-bottom: 0
}

.art-hlp-sec {
    align-items: center;
    display: flex;
    justify-content: center
}

[dir] .art-hlp-sec {
    border-bottom: 1px solid #b7b8c6;
    border-top: 1px solid #b7b8c6;
    margin-top: 3.8125em;
    padding: 1.375em 0
}

[dir] .art-hlp-sec p {
    margin: 0
}

.art-hlp-wrap {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .art-hlp-wrap {
        flex-direction: column
    }
}

.art-hlp-btn {
    display: flex
}

[dir=ltr] .art-hlp-btn {
    margin-left: 1.625em
}

[dir=rtl] .art-hlp-btn {
    margin-right: 1.625em
}

@media (max-width: 767px) {
    [dir] .art-hlp-btn {
        margin: 0
    }
}

[dir] .art-hlp-btn a, [dir] .art-hlp-btn button {
    border-radius: 12em
}

[dir=ltr] .art-hlp-btn a:first-child, [dir=ltr] .art-hlp-btn button:first-child {
    margin-right: .8em
}

[dir=rtl] .art-hlp-btn a:first-child, [dir=rtl] .art-hlp-btn button:first-child {
    margin-left: .8em
}

.faq-search-section .search-bar {
    width: 100%
}

[dir=ltr] .faq-search-section .gold-head-content {
    padding-left: 0
}

[dir=rtl] .faq-search-section .gold-head-content {
    padding-right: 0
}

[dir] .search-result-card {
    padding-bottom: 3.125em
}

.search-result-card .bread-inner {
    justify-content: flex-start
}

.search-result-card p {
    font-size: 1.125em
}

[dir] .search-result-card p {
    margin: 0
}

.search-result-card h3 {
    font-weight: 700
}

[dir] .search-result-card:last-child {
    padding-bottom: 0
}

.careers-content {
    display: flex;
    flex-flow: column
}

[dir] .careers-content .gold-head-content {
    padding: 0
}

[dir] .careers-content .txt-content h2 {
    margin-bottom: 1.477em
}

.career-img {
    height: auto;
    width: 35.75em
}

.tab-col {
    align-items: center;
    display: flex;
    width: 20%
}

[dir] .tab-col {
    border-radius: 10px;
    margin: 0;
    padding: 2em 0
}

@media (max-width: 767px) {
    .tab-col {
        justify-content: center;
        justify-content: flex-start;
        width: 100%
    }

    [dir] .tab-col {
        padding: 1em
    }
}

.tab-col:nth-last-child(-n+2) {
    justify-content: center
}

[dir] .tab-col:nth-last-child(-n+2) {
    text-align: center
}

@media (max-width: 767px) {
    .tab-col:nth-last-child(-n+2) {
        justify-content: flex-start
    }
}

.tab-col:first-child {
    width: 40%
}

[dir=ltr] .tab-col:first-child {
    padding-left: 1.5em
}

[dir=rtl] .tab-col:first-child {
    padding-right: 1.5em
}

@media (max-width: 767px) {
    .tab-col:first-child {
        width: 100%
    }

    [dir=ltr] .tab-col:first-child {
        padding-left: 1em
    }

    [dir=rtl] .tab-col:first-child {
        padding-right: 1em
    }
}

.careers-table a.anchor {
    color: #fff;
    font-weight: 400;
    min-width: 7em;
    text-transform: capitalize
}

[dir] .careers-table a.anchor {
    background-color: #168bfe;
    border-radius: 50px;
    padding: .2em
}

[dir] .careers-table a.anchor:hover {
    background-color: #168bfe
}

@media (max-width: 992px) {
    .careers-table a.anchor {
        font-size: .85em
    }
}

@media (max-width: 767px) {
    .careers-table a.anchor {
        min-width: 10em
    }

    [dir] .careers-table a.anchor {
        padding: .5em
    }
}

.careers-table .desktop-title {
    color: #fff;
    display: none
}

@media (min-width: 767px) {
    .careers-table .desktop-title {
        display: block
    }
}

.careers-table .mobile-title {
    display: none
}

@media (max-width: 767px) {
    .careers-table .mobile-title {
        display: block;
        font-weight: 700;
        width: 50%
    }

    [dir=ltr] .careers-table .mobile-title {
        margin-right: 1em;
        text-align: left
    }

    [dir=rtl] .careers-table .mobile-title {
        margin-left: 1em;
        text-align: right
    }
}

[dir] .tab-row {
    margin-bottom: 1.5em
}

@media (max-width: 767px) {
    .tab-row {
        flex-direction: column
    }
}

.c-tab-head.tab-row {
    display: flex
}

[dir] .c-tab-head .C:nth-last-child(-n+2) {
    text-align: center
}

@media (max-width: 767px) {
    [dir=ltr] .c-tab-head .C:nth-last-child(-n+2) {
        text-align: left
    }

    [dir=rtl] .c-tab-head .C:nth-last-child(-n+2) {
        text-align: right
    }
}

.c-tab-row {
    display: flex
}

[dir] .c-tab-row {
    background-color: #f2f3fa;
    border-radius: 10px
}

[dir] .c-tab-row:hover {
    background-color: #d7d9e2
}

[dir] .c-tab-row:last-child {
    margin-bottom: 0
}

[dir] .c-tab-head {
    margin: 0
}

.c-tab-head p {
    font-weight: 700
}

@media (max-width: 767px) {
    ul.dashed > li {
        font-size: 1.125em
    }
}

ul.dashed > li:before {
    text-indent: -5px
}

[dir] .career-form-sec {
    background-color: #010c3e
}

.career-form-sec:before {
    content: "";
    height: 25em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

[dir] .career-form-sec:before {
    background-color: #f2f3fa
}

[dir=ltr] .career-form-sec:before {
    left: 0
}

[dir=rtl] .career-form-sec:before {
    right: 0
}

[dir] .career-form {
    background: #fff;
    background-color: #010c3e;
    border-radius: 10px;
    padding: 3.56em 3.18em
}

[dir=ltr] .career-form {
    -webkit-box-shadow: -1px -2px 71px -37px rgba(0, 0, 0, .75);
    -moz-box-shadow: -1px -2px 71px -37px rgba(0, 0, 0, .75);
    box-shadow: -1px -2px 71px -37px rgba(0, 0, 0, .75)
}

[dir=rtl] .career-form {
    -webkit-box-shadow: 1px -2px 71px -37px rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px -2px 71px -37px rgba(0, 0, 0, .75);
    box-shadow: 1px -2px 71px -37px rgba(0, 0, 0, .75)
}

@media (max-width: 767px) {
    [dir] .career-form {
        padding: 1em
    }
}

.career-form label {
    color: #fff
}

ul.dashed {
    list-style-type: none
}

ul.dashed > li {
    display: flex;
    text-indent: 15px
}

ul.dashed > li:before {
    content: "-";
    text-indent: 0;
    width: auto
}

[dir=ltr] ul.dashed > li:before {
    margin-right: .5em
}

[dir=rtl] ul.dashed > li:before {
    margin-left: .5em
}

.dashed-list h4 {
    font-weight: 700
}

[dir] .dashed-list ul {
    margin-bottom: 3.475em
}

.dashed-list li {
    font-size: 1.315em
}

.upload-ressume {
    font-size: 1.125em;
    height: calc(2.25rem + .4em)
}

[dir] .upload-ressume {
    border-color: #020862;
    padding: 1em 0;
    transition: .2s
}

.upload-ressume:hover {
    color: #fff
}

[dir] .upload-ressume:hover {
    background-color: #168bfe;
    border-color: #168bfe
}

.ressume-text {
    font-size: 1.0625em
}

.ressume-wrap {
    width: 14.5em
}

[dir] .ressume-wrap {
    margin-bottom: 1em
}

.ressume-wrap .fake-btn {
    text-decoration: none
}

.ressume-wrap .file-msg {
    display: none;
    font-size: .75em;
    position: absolute;
    width: 100%
}

[dir] .ressume-wrap .file-msg {
    background-color: #f2f3fa;
    padding: 1em
}

[dir=ltr] .ressume-wrap .file-msg {
    left: 140%;
    right: -100%
}

[dir=rtl] .ressume-wrap .file-msg {
    left: -100%;
    right: 140%
}

.ressume-wrap .file-msg:hover {
    color: #010c3e
}

.ressume-wrap .file-msg.show {
    display: block
}

.remove {
    color: #020862;
    font-style: normal;
    font-weight: 700;
    position: absolute
}

[dir] .remove {
    cursor: pointer
}

[dir=ltr] .remove {
    right: 1em
}

[dir=rtl] .remove {
    left: 1em
}

.blog-card-list {
    width: calc(100% + 2.1875em)
}

[dir] .blog-card-list {
    margin: -1.09375em
}

.blog-card-items {
    position: relative;
    width: 100%
}

[dir] .blog-card-items {
    cursor: pointer;
    padding: 1.09375em;
    transition: .5s ease-in-out
}

.blog-card-items a {
    width: 100%
}

[dir] .blog-card-items:hover .blog-img:after {
    background: linear-gradient(rgba(1, 12, 62, 0) 57%, rgba(1, 12, 62, .74) 94%)
}

[dir] .blog-card-items:hover .blog-card-title h3 {
    transform: translateY(-1em)
}

[dir] .blog-card-section {
    padding: 2em 0
}

.js-blog .swiper-container {
    width: 100%
}

[dir] .js-blog .swiper-container {
    padding-bottom: 3em
}

.blog-card-title {
    bottom: 3em;
    position: absolute;
    width: 100%
}

[dir] .blog-card-title {
    text-align: center
}

[dir=ltr] .blog-card-title {
    left: 50%;
    transform: translate(-50%)
}

[dir=rtl] .blog-card-title {
    right: 50%;
    transform: translate(50%)
}

.blog-card-title h3 {
    color: #fff;
    font-size: 1.5em
}

[dir] .blog-card-title h3 {
    padding: 0 1.1em;
    transition: .5s
}

@media (max-width: 767px) {
    .blog-card-title h3 {
        font-size: 1em
    }
}

.blog-img {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

[dir] .blog-img {
    border-radius: 25px;
    transition: .5s
}

.blog-img:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

[dir] .blog-img:after {
    background: linear-gradient(rgba(1, 12, 62, 0), rgba(1, 12, 62, .74));
    transition: .5s
}

[dir=ltr] .blog-img:after {
    left: 0
}

[dir=rtl] .blog-img:after {
    right: 0
}

[dir] .newsletter-sec {
    padding-top: 0
}

[dir] .newsletter-wrap {
    background-color: #010c3e;
    border-radius: 10px;
    padding: 5.1875em 2em
}

@media (max-width: 767px) {
    [dir] .newsletter-wrap {
        padding: 1em
    }
}

.newsletter-content {
    color: #fff;
    flex-direction: column
}

@media (max-width: 1024px) {
    [dir=ltr] .newsletter-content {
        padding-right: 1em
    }

    [dir=rtl] .newsletter-content {
        padding-left: 1em
    }
}

.newsletter-content h3 {
    font-weight: 700
}

.blog-form {
    align-items: center
}

@media (max-width: 1024px) {
    [dir] .blog-form {
        margin: 0
    }
}

.blog-form form {
    display: flex;
    width: 100%
}

@media (max-width: 1024px) {
    .blog-form form {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .blog-form form {
        flex-flow: column
    }
}

@media (max-width: 1024px) {
    [dir] .blog-form form input {
        margin-bottom: 1em
    }
}

@media (max-width: 767px) {
    [dir] .blog-form form input {
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    [dir=ltr] .blog-form form button {
        margin-left: 0
    }

    [dir=rtl] .blog-form form button {
        margin-right: 0
    }
}

.blog-form button {
    font-size: 1.1em;
    font-weight: 400;
    min-width: 10em
}

.blog-descip .anchor.border-btn:hover {
    color: #fff
}

[dir] .blog-descip .anchor.border-btn:hover {
    background: #fbd44e
}

[dir] .blog-land-card {
    margin-bottom: 3.8em
}

@media (max-width: 767px) {
    [dir] .blog-land-card {
        margin-bottom: 1em
    }
}

@media (max-width: 922px) {
    .blog-land-card .col-50 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .blog-land-card .col-50 {
        width: 100%
    }
}

.b-lang-img {
    height: 24.25em;
    width: 24.25em
}

[dir] .b-lang-img {
    border-radius: 25px
}

[dir] .b-lang-img img {
    border-radius: 20px
}

@media (max-width: 1204px) {
    .b-lang-img {
        width: 22em
    }
}

.avatar {
    height: auto;
    width: 3.5em
}

[dir] .avatar img {
    border-radius: 100%
}

.b-lang-content {
    flex-direction: column;
    justify-content: center
}

[dir] .b-lang-content {
    padding: 2.1875em
}

@media (max-width: 767px) {
    [dir] .b-lang-content {
        padding: 2.1875em 0
    }
}

.b-lang-content h3 {
    font-size: 1.5em;
    font-weight: 700
}

.b-lang-content a {
    font-weight: 400;
    text-transform: capitalize
}

[dir] .b-lang-content a {
    background-color: #fff;
    border-radius: 50px;
    margin-top: .625em
}

[dir] .b-lang-content a.anchor.border-btn {
    background: #fff
}

[dir] .b-lang-content a.anchor.border-btn:hover {
    background: #168bfe
}

.auth-ribbon {
    align-items: center;
    display: flex;
    width: 100%
}

[dir] .auth-ribbon {
    margin-bottom: 1.5625em
}

.blog-descip p {
    font-size: 1.125em
}

.aut-name p, .punlish-date p {
    font-size: 1.125em;
    font-weight: 700
}

[dir] .aut-name p, [dir] .punlish-date p {
    margin: 0
}

@media (max-width: 1024px) {
    .aut-name p, .punlish-date p {
        font-size: 1em
    }
}

@media (max-width: 922px) {
    .aut-name p, .punlish-date p {
        font-size: 1.1em
    }
}

@media (max-width: 767px) {
    .aut-name p, .punlish-date p {
        font-size: 1em
    }
}

[dir=ltr] .aut-name {
    margin-left: .9875em
}

[dir=rtl] .aut-name {
    margin-right: .9875em
}

[dir=ltr] .punlish-date {
    margin-left: 1.4375em
}

[dir=rtl] .punlish-date {
    margin-right: 1.4375em
}

@media (max-width: 1024px) {
    [dir=ltr] .punlish-date {
        margin-left: .8em
    }

    [dir=rtl] .punlish-date {
        margin-right: .8em
    }
}

.punlish-date p {
    color: #bb914a;
    font-size: 1.1em;
    font-weight: 700
}

@media (max-width: 922px) {
    .punlish-date p {
        font-size: 1.1em
    }
}

@media (max-width: 767px) {
    .punlish-date p {
        font-size: 1em
    }
}

.aside-info {
    flex-direction: column
}

@media (max-width: 922px) {
    .aside-info {
        width: 100%
    }

    [dir] .aside-info {
        margin-top: 2em
    }
}

.aside-info .search-bar {
    width: 100%
}

.aside-info .search-bar input {
    height: 3.2em;
    width: 100%
}

[dir] .aside-info .search-bar input {
    border-radius: 1em
}

.aside-box {
    text-transform: capitalize
}

[dir] .aside-box {
    margin-bottom: 4em
}

[dir] .aside-box:last-child {
    margin-bottom: 0
}

.aside-box h4 {
    color: #bb914a;
    font-size: 1.8em;
    font-weight: 700
}

[dir] .aside-box h4 {
    margin-bottom: 1.8em
}

@media (max-width: 922px) {
    .aside-box h4 {
        font-size: 1.5em
    }
}

@media (max-width: 767px) {
    [dir] .aside-box h4 {
        margin-bottom: .8em
    }
}

.aside-card {
    display: flex
}

[dir] .aside-card {
    margin-bottom: 2.6em
}

.aside-card a {
    display: flex
}

[dir] .aside-card:last-child {
    margin-bottom: 0
}

.aside-img {
    height: auto;
    width: 9.75em
}

[dir] .aside-img img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .aside-img {
        width: 6em
    }
}

.aside-details {
    display: flex;
    flex-flow: column;
    justify-content: space-around
}

[dir=ltr] .aside-details {
    margin-left: 1.5em
}

[dir=rtl] .aside-details {
    margin-right: 1.5em
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .aside-details {
        display: block
    }
}

[dir] .aside-details .punlish-date {
    margin: 0
}

.aside-details .punlish-date p {
    font-size: 1em
}

.aside-title {
    color: #010c3e;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1
}

@media (max-width: 1024px) {
    .aside-title {
        font-size: 1.02em
    }
}

@media (max-width: 922px) {
    .aside-title {
        font-size: 1.8em
    }
}

@media (max-width: 767px) {
    .aside-title {
        font-size: 1.2em
    }
}

.blog-categories a {
    width: 100%
}

.blog-categories h2 {
    color: #010c3e;
    font-weight: 400;
    font-weight: 700
}

@media (max-width: 767px) {
    .blog-categories h2 {
        font-size: 1.1em
    }
}

.blog-categories .tabs-wrap {
    display: flex;
    font-weight: 700;
    justify-content: space-between
}

.blog-categories .tabs-wrap span {
    color: #010c3e;
    font-size: 1.325em;
    font-weight: 700
}

@media (max-width: 767px) {
    .blog-categories .tabs-wrap span {
        font-size: 1.1em
    }
}

.blog-detail-section .sec_head {
    width: 47em
}

@media (max-width: 767px) {
    .blog-detail-section .sec_head {
        width: auto
    }
}

.blog-detail-section .sec_head h2, .blog-detail-section .sec_head h1 {
    font-size: 1.75em
}

.blog-detail-section h2 {
    font-size: 1.2em
}

.blog-detail-section p {
    font-size: 1.125em
}

.aut-name p {
    font-size: 1.5em
}

.punlish-date p {
    font-size: 1.3125em;
    font-weight: 400
}

[dir] .inner-blog-img {
    margin-bottom: 1.875em
}

[dir] .inner-blog-img img {
    border-radius: 25px
}

[dir] .blog-question {
    margin: 3.75em 0
}

@media (max-width: 767px) {
    [dir] .blog-question {
        margin: 1.75em 0
    }
}

.blog-question a {
    align-items: center;
    color: #010c3e;
    display: flex
}

[dir] .blog-question li {
    margin-bottom: 1.7em
}

[dir] .blog-question p {
    margin: 0
}

.blog-question .arrow-down-icon {
    display: inline-flex;
    height: auto;
    width: 1.9em
}

[dir=ltr] .blog-question .arrow-down-icon {
    margin-right: .825em
}

[dir=rtl] .blog-question .arrow-down-icon {
    margin-left: .825em
}

.share-icon {
    height: auto;
    width: 1.1em
}

[dir=ltr] .share-icon {
    margin-left: 1.1em
}

[dir=rtl] .share-icon {
    margin-right: 1.1em
}

.social-list, .social-wrapper {
    display: flex
}

.social-wrapper {
    justify-content: center
}

[dir] .social-wrapper {
    border-bottom: 1px solid #b7b8c6;
    border-color: #b7b8c6 #b7b8c6 currentcolor;
    border-top: 1px solid #b7b8c6;
    padding: 2.1em 4em
}

@media (max-width: 767px) {
    .social-wrapper {
        flex-wrap: wrap
    }

    [dir] .social-wrapper {
        padding: 1.1em 0
    }
}

.social-list {
    align-items: center
}

[dir=ltr] .social-list {
    margin-left: 5em
}

[dir=rtl] .social-list {
    margin-right: 5em
}

@media (max-width: 767px) {
    [dir=ltr] .social-list {
        margin-left: 0
    }

    [dir=rtl] .social-list {
        margin-right: 0
    }
}

[dir=ltr] .social-link {
    margin-right: 1.6em
}

[dir=rtl] .social-link {
    margin-left: 1.6em
}

[dir=ltr] .social-link:last-child {
    margin-right: 0
}

[dir=rtl] .social-link:last-child {
    margin-left: 0
}

.share-btn {
    display: block
}

@media (max-width: 767px) {
    [dir] .share-btn {
        margin-bottom: 1.1em
    }
}

.share-btn a {
    color: #010c3e;
    display: inline-flex
}

[dir] .share-btn a {
    border-radius: 12em
}

@media (max-width: 767px) {
    [dir] .share-btn a {
        margin: 0
    }
}

.social-img {
    height: 2em;
    width: 3em
}

[dir] .social-img {
    transition: .5s
}

@media (max-width: 767px) {
    .social-img {
        height: 1.5em;
        width: 1.1em
    }
}

.social-img img, .social-img svg {
    height: 100%
}

.social-img:hover path {
    fill: #bb914a
}

@media (min-width: 992px) {
    .blog-search-result {
        width: calc(100% - 3em)
    }

    [dir] .blog-search-result {
        margin: -1.5625em
    }

    [dir] .blog-search-result .col-50 {
        padding: 1.5625em
    }
}

.loadmore-btn {
    display: flex;
    justify-content: center
}

.search-img {
    height: auto
}

[dir] .search-img img {
    border-radius: 20px
}

.search-card {
    display: flex;
    flex-direction: column;
    width: 100%
}

[dir] .search-card {
    margin-bottom: 3.125em
}

.search-content {
    color: #010c3e
}

[dir] .search-content {
    background-color: #fff;
    padding-top: 2em
}

.search-content .bread-crumb {
    justify-content: flex-start
}

[dir] .search-content .bread-crumb {
    margin-bottom: .5em
}

.search-content h3 {
    font-size: 1.25em;
    font-weight: 700
}

@media (max-width: 922px) {
    .search-content h3 {
        font-size: 2em
    }
}

.author-name-date {
    display: flex
}

.author-name-date p {
    font-size: .9375em
}

[dir] .author-name-date p {
    margin-bottom: 0
}

.pub-date {
    position: relative
}

[dir=ltr] .pub-date {
    margin-left: .5em
}

[dir=rtl] .pub-date {
    margin-right: .5em
}

.pub-date:before {
    content: "/"
}

[dir=ltr] .pub-date:before {
    padding-right: .5em
}

[dir=rtl] .pub-date:before {
    padding-left: .5em
}

.announcement-section p {
    font-size: 1.5em
}

[dir] .half-img-sec {
    background-size: contain
}

.half-img-sec:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 33em;
    width: 100%;
    z-index: 0
}

[dir] .half-img-sec:after {
    background-color: #010c3e
}

@media (max-width: 1024px) {
    [dir] .half-img-sec {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media (max-width: 767px) {
    .half-img-sec:after {
        height: 100%;
        top: 26em
    }
}

.sec_heading {
    color: #010c3e
}

[dir] .sec_heading {
    margin-bottom: 5em
}

[dir=ltr] .sec_heading {
    text-align: left
}

[dir=rtl] .sec_heading {
    text-align: right
}

.bcards-lists {
    position: relative;
    z-index: 1
}

@media (min-width: 767px) {
    [dir] .bcards-lists .col-33 {
        padding: 1.875em
    }
}

@media (min-width: 992px) {
    .bcards-lists {
        width: calc(100% + 3.75em)
    }

    [dir] .bcards-lists {
        margin: 0 -1.875em
    }
}

[dir] .list__view {
    transition: .5s
}

@media (max-width: 922px) {
    [dir=ltr] .list__view {
        margin-left: -8em
    }

    [dir=rtl] .list__view {
        margin-right: -8em
    }
}

.list__view .col-33 {
    width: 100%
}

[dir] .list__view .col-33 {
    margin: 2em auto
}

.list__view .bcard {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

[dir] .list__view .card-wrap {
    padding: 0
}

.list__view .b-img {
    height: 27em;
    top: -4em;
    width: 27em
}

@media (max-width: 922px) {
    .list__view .b-img {
        top: -3.5em
    }
}

.list__view .card-wrap {
    align-items: center;
    display: flex;
    height: 15em;
    width: 80%
}

[dir=ltr] .list__view .card-wrap {
    left: 15em
}

[dir=rtl] .list__view .card-wrap {
    right: 15em
}

@media (max-width: 1024px) {
    [dir] .list__view .card-wrap {
        padding: 1.5em
    }
}

@media (max-width: 922px) {
    .list__view .card-wrap {
        width: 90%
    }

    [dir] .list__view .card-wrap {
        margin: 0
    }
}

.list__view .b-content {
    display: flex;
    flex-flow: column
}

[dir=ltr] .list__view .b-content {
    margin-left: 11em;
    text-align: left
}

[dir=rtl] .list__view .b-content {
    margin-right: 11em;
    text-align: right
}

@media (max-width: 1024px) {
    [dir=ltr] .list__view .b-content {
        margin-left: 8em
    }

    [dir=rtl] .list__view .b-content {
        margin-right: 8em
    }
}

.list__view .b-content h2, .list__view .b-content h4, .list__view .b-content p {
    align-items: center;
    display: flex
}

.list__view .b-content h4 {
    color: #bb914a
}

.list__view .b-content p {
    min-height: 3em
}

[dir] .list__view .anchor {
    transform: translateY(85%)
}

[dir=ltr] .list__view .anchor {
    left: 15em
}

[dir=rtl] .list__view .anchor {
    right: 15em
}

@media (max-width: 1024px) {
    [dir=ltr] .list__view .anchor {
        left: 0
    }

    [dir=rtl] .list__view .anchor {
        right: 0
    }
}

.b-img {
    position: relative;
    z-index: 1
}

[dir] .b-img {
    margin-bottom: -50%
}

.card-wrap {
    position: relative;
    width: 100%;
    z-index: 0
}

[dir] .card-wrap {
    border-radius: 10px;
    box-shadow: 0 0 10px #00000029;
    margin-bottom: -2em;
    margin-top: 2em;
    padding: 50% 2em 0;
    text-align: center;
    transition: .5s
}

[dir=ltr] .card-wrap {
    background: #fff 0 0 no-repeat padding-box
}

[dir=rtl] .card-wrap {
    background: #fff 100% 0 no-repeat padding-box
}

[dir] .card-wrap .anchor {
    transform: translateY(50%)
}

.b-content h2 {
    min-height: 2em
}

@media (max-width: 1024px) {
    .b-content h2 {
        font-size: 2em
    }
}

.b-content p {
    min-height: 5em
}

[dir] .b-content p {
    margin: 0
}

.announcement-card {
    color: #010c3e
}

@media (max-width: 767px) {
    [dir] .announcement-card {
        margin-bottom: 1.5em
    }
}

.announcement-card-wrap {
    position: relative;
    width: 100%;
    z-index: 0
}

[dir] .announcement-card-wrap {
    border-radius: 20px;
    box-shadow: 0 0 10px #00000029;
    margin-bottom: -2em;
    margin-top: 2em;
    text-align: center;
    transition: .5s
}

[dir=ltr] .announcement-card-wrap {
    background: #fff 0 0 no-repeat padding-box
}

[dir=rtl] .announcement-card-wrap {
    background: #fff 100% 0 no-repeat padding-box
}

.announcement-content {
    color: #010c3e
}

[dir] .announcement-content {
    padding: 2em
}

[dir=ltr] .announcement-content {
    text-align: left
}

[dir=rtl] .announcement-content {
    text-align: right
}

.announcement-content h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 1.5em
}

[dir] .announcement-content h2:after {
    background: #bb914a;
    margin-top: .5em
}

.announcement-content h2 {
    font-size: 2.0625em
}

@media (max-width: 1024px) {
    .announcement-content h2 {
        font-size: 1.5em
    }

    .announcement-content p {
        font-size: 1.1em
    }
}

[dir] .announcement_sec_head, [dir] .announcement_sec_head .container .inner_sec_head {
    padding-bottom: 0
}

.announcement-img {
    height: 16.1875em;
    overflow: hidden;
    width: auto
}

.announcement-img img {
    width: 100% !important
}

[dir] .announcement-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.inner_sec_had_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.announcement_detail_img {
    position: relative
}

[dir] .announcement_detail_img {
    margin-bottom: 4.9em
}

.announcement_detail_img h2 {
    color: #fff
}

[dir] .announcement_detail_img h2 {
    margin-top: -2.5em
}

[dir=ltr] .announcement_detail_img h2 {
    margin-left: 1em
}

[dir=rtl] .announcement_detail_img h2 {
    margin-right: 1em
}

[dir] .announcement_detail_img img {
    border-radius: 20px;
    margin-bottom: 20px
}

.announcement_detail_content ul li {
    font-size: 1.0625em;
    line-height: 3
}

[dir] .announcement_detail_content ul li {
    margin-bottom: 2em
}

[dir=ltr] .announcement_detail_content ul li {
    padding-left: 1.9em
}

[dir=rtl] .announcement_detail_content ul li {
    padding-right: 1.9em
}

@media (max-width: 767px) {
    .announcement_detail_content ul li {
        line-height: 1
    }
}

.announcement_detail_content ul li a {
    color: #010c3e;
    font-weight: 600
}

[dir] .announcement_detail_content ul li a {
    transition: .2s
}

.announcement_detail_content ul li a:hover {
    color: #fbd44e
}

[dir=ltr] .announcement-heading-list {
    padding-left: 5em
}

[dir=rtl] .announcement-heading-list {
    padding-right: 5em
}

[dir] .announcement-heading-list ul {
    border-bottom: 0
}

.announcement-heading-list ul .nav-link {
    align-items: center;
    color: #010c3e;
    display: flex;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 2;
    width: 100%
}

[dir] .announcement-heading-list ul .nav-link {
    border: solid #dedee5;
    border-width: 0 0 1px;
    transition: .4s
}

[dir=ltr] .announcement-heading-list ul .nav-link {
    padding-left: 0
}

[dir=rtl] .announcement-heading-list ul .nav-link {
    padding-right: 0
}

.announcement-heading-list ul .nav-link.active, .announcement-heading-list ul .nav-link:hover {
    color: #c79842
}

[dir] .announcement-heading-list ul .nav-link.active, [dir] .announcement-heading-list ul .nav-link:hover {
    border: solid #dedee5;
    border-width: 0 0 1px
}

[dir] .announcement-heading-list ul .nav-link.active .arrow__icon, [dir] .announcement-heading-list ul .nav-link:hover .arrow__icon {
    background: #fbd44e
}

.announcement-heading-list ul .nav-item {
    width: 100%
}

[dir] .announcement-heading-list ul .nav-item {
    border: 0;
    margin-bottom: 0
}

.arrow__icon {
    height: 1.25em;
    position: relative;
    width: 1.25em
}

[dir] .arrow__icon {
    background: #dedee5;
    border-radius: 50%;
    padding: .55em;
    transition: .4s
}

[dir=ltr] .arrow__icon {
    margin-right: 1em
}

[dir=rtl] .arrow__icon {
    margin-left: 1em
}

.arrow__icon:before {
    content: "";
    height: 60%;
    position: absolute;
    top: 50%;
    width: 60%
}

[dir] .arrow__icon:before {
    background: url(../svg/white-arrow.svg) no-repeat;
    background-size: contain
}

[dir=ltr] .arrow__icon:before {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .arrow__icon:before {
    right: 50%;
    transform: translate(50%, -50%)
}

.col-35 {
    width: 35%
}

.announcement_detail .twocol-row {
    display: flex;
    justify-content: space-between
}

.announcement_detail .twocol-row .tab-content {
    width: 100%
}

.announcement_detail_content ul li {
    position: relative
}

[dir=ltr] .announcement_detail_content ul li {
    padding-left: 1.5em
}

[dir=rtl] .announcement_detail_content ul li {
    padding-right: 1.5em
}

.announcement_detail_heading2 h3 {
    font-weight: 700
}

[dir] .announcement_detail_footer {
    border-top: 1px solid #dedee5;
    margin-top: 5em;
    padding-top: 1em
}

.announcement_detail_footer p:last-child {
    font-weight: 700
}

[dir] .announcement_detail_footer p:last-child {
    margin-bottom: 0
}

.announcement_detail_content ul li:before {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    width: 5px
}

[dir] .announcement_detail_content ul li:before {
    background: #010c3e;
    border-radius: 50%;
    transform: translateY(-50%)
}

[dir=ltr] .announcement_detail_content ul li:before {
    left: 0
}

[dir=rtl] .announcement_detail_content ul li:before {
    right: 0
}

.announcement_detail_listing {
    display: block;
    height: auto;
    width: 100%
}

.announcement_detail_heading {
    position: absolute
}

.page-link {
    color: #010c3e;
    font-weight: 700
}

[dir] .page-link {
    padding: 1em 1.5em
}

.page-link:active, .page-link:hover {
    color: #010c3e
}

[dir] .page-link:active, [dir] .page-link:hover {
    background: #168bfe
}

[dir] .pagination {
    padding-top: 2em
}

[dir=ltr] .pagination {
    padding-left: 1em
}

[dir=rtl] .pagination {
    padding-right: 1em
}

@media (max-width: 767px) {
    [dir=ltr] .pagination {
        padding-left: 0
    }

    [dir=rtl] .pagination {
        padding-right: 0
    }
}

.page-item.disabled {
    color: #b7b8c6
}

.page-item a:focus {
    outline: 0
}

[dir] .page-item a:focus {
    box-shadow: none
}

[dir] .downloads-detail-section {
    padding-bottom: 12em
}

[dir=ltr] .downloads-detail-section .container {
    padding-right: 0
}

[dir=rtl] .downloads-detail-section .container {
    padding-left: 0
}

@media (max-width: 767px) {
    [dir=ltr] .downloads-detail-section .container {
        padding-right: 8.6%
    }

    [dir=rtl] .downloads-detail-section .container {
        padding-left: 8.6%
    }
}

[dir] .downloads-detail-section .sec-para {
    margin-bottom: 3em
}

[dir=ltr] .downloads-detail-section .sec-para {
    text-align: left
}

[dir=rtl] .downloads-detail-section .sec-para {
    text-align: right
}

@media (max-width: 767px) {
    .downloads-detail-section .sec-para {
        font-size: 1em
    }
}

.line-bg {
    position: relative
}

.line-bg:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0
}

[dir] .line-bg:before {
    background-image: url(../svg/downloads/download-bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

[dir=ltr] .line-bg:before {
    right: 0
}

[dir=rtl] .line-bg:before {
    left: 0
}

@media (max-width: 1024px) {
    .line-bg {
        justify-content: center
    }
}

@media (max-width: 922px) {
    [dir] .line-bg {
        margin-top: 5em
    }
}

.store-btn {
    width: 15em
}

[dir=ltr] .store-btn {
    margin-right: 3.125em
}

[dir=rtl] .store-btn {
    margin-left: 3.125em
}

@media (max-width: 1024px) {
    .store-btn {
        width: 8em
    }
}

@media (max-width: 922px) {
    .store-btn {
        width: 10em
    }
}

[dir] .store-btn:last-child {
    margin: 0
}

[dir] .download-wrapper {
    padding: 5em 0
}

.download-title {
    color: #fff;
    font-size: 2.3em;
    font-weight: 700;
    width: 12em
}

[dir] .download-title {
    margin-bottom: 3em
}

@media (max-width: 1024px) {
    [dir] .download-title {
        margin-bottom: 1.5em
    }
}

@media (max-width: 767px) {
    .download-title {
        font-size: 1.8em
    }
}

[dir] .app-store-btn {
    margin-bottom: 7em
}

@media (max-width: 1024px) {
    [dir] .app-store-btn {
        margin-bottom: 2.5em
    }
}

.qr-box {
    width: 7em
}

@media (max-width: 1024px) {
    .qr-box {
        width: 5em
    }
}

.qr-txt {
    align-items: center;
    color: #fff;
    display: flex;
    width: 26em
}

[dir=ltr] .qr-txt {
    margin-left: 3.125em
}

[dir=rtl] .qr-txt {
    margin-right: 3.125em
}

.qr-txt p {
    font-size: 1.5em;
    line-height: 1
}

[dir] .qr-txt p {
    margin: 0
}

@media (max-width: 767px) {
    .qr-txt p {
        font-size: 1em
    }

    [dir=ltr] .qr-txt {
        margin-left: 1em
    }

    [dir=rtl] .qr-txt {
        margin-right: 1em
    }
}

.mobile-img {
    width: 40em;
    z-index: 1
}

[dir] .mobile-img {
    margin-bottom: -16em
}

[dir=ltr] .mobile-img {
    margin-left: 4em
}

[dir=rtl] .mobile-img {
    margin-right: 4em
}

@media (max-width: 1024px) {
    .mobile-img {
        width: 25em
    }

    [dir=ltr] .mobile-img {
        margin-left: 0
    }

    [dir=rtl] .mobile-img {
        margin-right: 0
    }
}

@media (max-width: 922px) {
    .mobile-img {
        width: 32em
    }
}

@media (max-width: 767px) {
    .mobile-img {
        width: 22em
    }
}

.fee--structure .txt-content {
    color: #fff
}

[dir] .fee--structure .txt-content {
    margin-bottom: 3em
}

.fee--structure .txt-content p {
    font-size: 1.5em;
    font-weight: 400
}

@media (max-width: 767px) {
    .fee--structure .txt-content p {
        font-size: 1.25em
    }
}

[dir] .fee--structure .txt-content h2 {
    margin-bottom: 1em
}

@media (max-width: 992px) {
    .fee--structure .txt-content {
        width: 100%
    }
}

@media (max-width: 767px) {
    [dir] .fee-structure-table .container {
        padding: 0
    }
}

.fee-structure-table:after {
    content: "";
    height: 3em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

[dir] .fee-structure-table:after {
    background-color: #010c3e
}

[dir=ltr] .fee-structure-table:after {
    left: 0
}

[dir=rtl] .fee-structure-table:after {
    right: 0
}

.btns__cont {
    display: flex
}

[dir] .btns__cont {
    margin-bottom: 3.5em
}

.btns__cont a {
    color: #010c3e;
    color: #f2f3fa;
    display: inline-block;
    font-size: 1.375em;
    font-weight: 700
}

[dir] .btns__cont a {
    background-color: #010c3e;
    border: 1px solid #b7b8c6
}

[dir=ltr] .btns__cont a {
    margin-right: 1em
}

[dir=rtl] .btns__cont a {
    margin-left: 1em
}

@media (max-width: 767px) {
    .btns__cont a {
        font-size: 1em
    }
}

.btns__cont a.active {
    color: #010c3e
}

[dir] .btns__cont a.active {
    background-color: #fff
}

[dir] .btns__cont a:hover {
    background: #168bfe;
    border: 1px solid #f2f3fa
}

@media (max-width: 767px) {
    [dir] .btns__cont a {
        padding: .5em 1.5em
    }
}

.table__head {
    display: flex;
    justify-content: flex-end
}

[dir] .table__head {
    margin-top: 1em
}

.table__head p {
    align-items: center;
    color: #bb914a;
    display: flex;
    font-weight: 400
}

@media (max-width: 767px) {
    .table__head p {
        justify-content: center;
        width: 100%
    }
}

.table__head i {
    display: inline-flex;
    height: auto;
    width: .66em
}

[dir=ltr] .table__head i {
    margin-right: .5em
}

[dir=rtl] .table__head i {
    margin-left: .5em
}

[dir] .fee-trade-table {
    box-shadow: 0 3px 17px #46475008
}

@media (max-width: 767px) {
    .fee-trade-table {
        overflow-x: auto
    }
}

[dir] .fee-trade-table thead {
    background: #f2f3fa;
    text-align: center
}

[dir] .fee-trade-table tr {
    border-bottom: 1px solid #dee2e6
}

[dir] .fee-trade-table tr:last-child {
    border-bottom: 1px solid transparent
}

[dir] .fee-trade-table td, [dir] .fee-trade-table th {
    border: none
}

.fee-trade-table th {
    color: #010c3e;
    font-size: 1.25em;
    font-weight: 700
}

[dir] .fee-trade-table th {
    padding: 1.8em 8em
}

@media (max-width: 767px) {
    .fee-trade-table th {
        font-size: 1em
    }
}

[dir=ltr] .fee-trade-table th:first-child {
    padding: 1.8em 8em 1.8em 0;
    text-align: right
}

[dir=rtl] .fee-trade-table th:first-child {
    padding: 1.8em 0 1.8em 8em;
    text-align: left
}

@media (max-width: 1024px) {
    [dir=ltr] .fee-trade-table th:first-child {
        padding: 1.8em 4em 1.8em 0
    }

    [dir=rtl] .fee-trade-table th:first-child {
        padding: 1.8em 0 1.8em 4em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .fee-trade-table th:first-child {
        padding: 1.8em 1em 1.8em 0
    }

    [dir=rtl] .fee-trade-table th:first-child {
        padding: 1.8em 0 1.8em 1em
    }
}

[dir=ltr] .fee-trade-table th:last-child {
    padding: 1.8em 8em 1.8em 1em;
    text-align: left
}

[dir=rtl] .fee-trade-table th:last-child {
    padding: 1.8em 1em 1.8em 8em;
    text-align: right
}

@media (max-width: 767px) {
    [dir] .fee-trade-table th:last-child {
        padding: 1.8em 1em
    }
}

.fee-trade-table td {
    color: #010c3e;
    font-size: 1.1em;
    width: 50%
}

[dir=ltr] .fee-trade-table td {
    padding-right: 9em
}

[dir=rtl] .fee-trade-table td {
    padding-left: 9em
}

@media (max-width: 1024px) {
    [dir=ltr] .fee-trade-table td {
        padding-right: 5em
    }

    [dir=rtl] .fee-trade-table td {
        padding-left: 5em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .fee-trade-table td {
        padding-right: 1em
    }

    [dir=rtl] .fee-trade-table td {
        padding-left: 1em
    }
}

[dir=ltr] .fee-trade-table td:first-child {
    text-align: right
}

[dir=rtl] .fee-trade-table td:first-child {
    text-align: left
}

[dir] .withdraw-table {
    box-shadow: 0 3px 17px #46475008
}

@media (max-width: 767px) {
    .withdraw-table {
        overflow-x: auto
    }
}

.withdraw-table td:first-child {
    color: #010c3e;
    font-weight: 700;
    width: 30%
}

[dir=ltr] .withdraw-table td:first-child {
    padding-left: 5em
}

[dir=rtl] .withdraw-table td:first-child {
    padding-right: 5em
}

@media (max-width: 767px) {
    [dir=ltr] .withdraw-table td:first-child {
        padding-left: 2em
    }

    [dir=rtl] .withdraw-table td:first-child {
        padding-right: 2em
    }
}

.withdraw-table td:nth-child(2) {
    color: #7f82ae;
    width: 30%
}

@media (max-width: 767px) {
    [dir] .withdraw-table td:nth-child(2) {
        text-align: center
    }
}

[dir] .withdraw-table td:nth-child(3) {
    text-align: center
}

.withdraw-table i {
    display: inline-block;
    height: 1.875em;
    width: 1.875em
}

[dir=ltr] .withdraw-table i {
    margin-right: 2em
}

[dir=rtl] .withdraw-table i {
    margin-left: 2em
}

@media (max-width: 767px) {
    .withdraw-table i {
        height: 1.75em;
        width: 1.75em
    }

    [dir=ltr] .withdraw-table i {
        margin-right: .25em
    }

    [dir=rtl] .withdraw-table i {
        margin-left: .25em
    }
}

.withdraw-table i img {
    height: 100%;
    width: 100%
}

[dir] .withdraw-table thead {
    background: #f2f3fa;
    text-align: center
}

.withdraw-table th {
    color: #010c3e;
    font-size: 1.625em;
    font-weight: 700
}

[dir=ltr] .withdraw-table th {
    text-align: left
}

[dir=rtl] .withdraw-table th {
    text-align: right
}

[dir=ltr] .withdraw-table th:first-child {
    padding: .8em 0 .8em 3em
}

[dir=rtl] .withdraw-table th:first-child {
    padding: .8em 3em .8em 0
}

[dir] .withdraw-table th:last-child {
    text-align: center
}

@media (max-width: 767px) {
    .withdraw-table th {
        font-size: 1em
    }
}

[dir] .withdraw-table th tr {
    border-bottom: 1px solid #dee2e6
}

[dir] .withdraw-table th tr:last-child {
    border-bottom: 1px solid transparent
}

.fullheight {
    height: 100vh;
    width: 100%
}

[dir] .blue {
    background-color: #3883d8
}

.box1 {
    height: 100vh;
    min-width: 100%;
    z-index: 2
}

[dir] .box1 {
    background: #000;
    margin: 0 auto
}

.box1 iframe {
    height: auto;
    min-height: 67.5em;
    width: 100%
}

.box1, .box2, .box3 {
    display: inline-block;
    position: absolute;
    top: 0
}

[dir] .box1, [dir] .box2, [dir] .box3 {
    border: 0 solid #fff;
    border-radius: 8px
}

@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
    .box1, .box2, .box3 {
        display: none
    }
}

@media (max-width: 1100px) {
    .box1, .box2, .box3 {
        display: none
    }
}

.vid__wrap .sec_head {
    width: 50%
}

[dir] .vid__wrap .sec_head {
    margin: 10em auto 2em
}

.vid__wrap .sec_head:after {
    content: normal
}

.vid__wrap .sec_head h3 {
    font-size: 1.45em
}

[dir] .vid__wrap .sec_head h3 {
    margin: 1.25em 0
}

@media (max-width: 992px) {
    .vid__wrap .sec_head {
        width: 80%
    }

    [dir] .vid__wrap .sec_head {
        margin: 7em auto 2em
    }
}

@media (max-width: 767px) {
    .vid__wrap .sec_head {
        width: 100%
    }

    .vid__wrap .sec_head h3 {
        font-size: 1.1em
    }
}

.topText {
    color: #fff;
    font-size: 3.5em;
    position: absolute;
    top: 50%;
    z-index: 3
}

[dir] .topText {
    margin: 0;
    transition: .3s
}

[dir=ltr] .topText {
    left: 50%;
    transform: translate(-50%, -170%)
}

[dir=rtl] .topText {
    right: 50%;
    transform: translate(50%, -170%)
}

@media (max-width: 1024px) {
    .topText {
        display: none
    }
}

.topText.ipad-text {
    display: block;
    font-size: 2.6em
}

[dir=ltr] .topText.ipad-text {
    transform: translate(-50%, -50%)
}

[dir=rtl] .topText.ipad-text {
    transform: translate(50%, -50%)
}

@media (min-width: 1024px) {
    .topText.ipad-text {
        display: none
    }
}

@media (max-width: 767px) {
    .topText.ipad-text {
        font-size: 1.4em
    }
}

@media (max-width: 10242px) {
    .laptop__img {
        position: relative
    }
}

.hideText {
    opacity: 0 !important
}

[dir] .trading--platform {
    padding-bottom: 5em
}

[dir] .trading--platform .sec_head {
    margin-bottom: 2em
}

.trading--platform p {
    font-weight: 400;
    width: 60%
}

[dir] .trading--platform p {
    margin: 0 auto 3em;
    text-align: center
}

@media (max-width: 992px) {
    .trading--platform p {
        width: 80%
    }
}

@media (max-width: 767px) {
    .trading--platform p {
        width: 100%
    }

    [dir] .trading--platform {
        padding-bottom: 1em
    }
}

.features--section .sec_head {
    color: #fff
}

[dir] .features--section .sec_head {
    margin-bottom: 2.5em
}

@media (max-width: 767px) {
    [dir] .features--section .sec_head {
        margin-bottom: 3em
    }
}

.features--section .sec-para {
    color: #fff
}

[dir] .features--section .sec-para {
    margin-bottom: 3.5em;
    padding: 0 7em
}

@media (max-width: 1100px) {
    [dir] .features--section .sec-para {
        padding: 0
    }
}

.feature__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.feature__block {
    width: 29.33%
}

.feature__block:nth-child(2) {
    width: 19%
}

@media (max-width: 767px) {
    .feature__block:nth-child(2) {
        order: -1;
        width: 100%
    }
}

@media (max-width: 992px) {
    .feature__block .sec-para {
        font-size: 1.15em
    }
}

@media (max-width: 767px) {
    .feature__block {
        width: 100%
    }

    [dir] .feature__block .sec-para {
        margin-bottom: 0
    }
}

[dir] .feature__item {
    margin: 7.5em 0
}

@media (max-width: 767px) {
    .feature__item h2 {
        font-size: 1.35em
    }
}

.feature__item p {
    color: #010c3e;
    font-size: 1.25em;
    font-weight: 400
}

[dir] .feature__item p {
    padding: 0 !important
}

[dir=ltr] .feature__item p {
    text-align: left
}

[dir=rtl] .feature__item p {
    text-align: right
}

.feature__item p a {
    color: #010c3e;
    display: block;
    font-weight: 700;
    text-decoration: underline
}

@media (max-width: 1100px) {
    [dir] .feature__item {
        margin: 3.5em 0
    }
}

@media (max-width: 767px) {
    [dir] .feature__item {
        margin: 3em 0
    }

    [dir] .feature__item:last-child {
        margin-bottom: 0
    }
}

.sec-para {
    color: #010c3e;
    font-size: 1.5em
}

[dir] .sec-para {
    text-align: center
}

.regulation--section .sec_head, .sec-para.white-para {
    color: #fff
}

[dir] .regulation--section .sec_head {
    margin-bottom: 3em
}

@media (max-width: 767px) {
    [dir] .regulation--section .sec_head {
        margin-bottom: 3em
    }
}

[dir] .regulation--section .yellow-btn {
    border: 1px solid #fff
}

.regulation__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[dir] .regulation__block {
    margin-bottom: 3em;
    padding: 0 5em
}

.regulation__block:nth-child(2n) {
    flex-flow: row-reverse
}

@media (max-width: 767px) {
    .regulation__block:nth-child(2n) {
        flex-wrap: wrap
    }
}

.regulation__block:nth-child(2n) .reg__content {
    width: 41%
}

@media (max-width: 767px) {
    .regulation__block:nth-child(2n) .reg__content {
        width: 100%
    }
}

.regulation__block:nth-child(2n) .reg__img {
    width: 50%
}

@media (max-width: 767px) {
    .regulation__block:nth-child(2n) .reg__img {
        width: 100%
    }
}

[dir] .regulation__block:last-child {
    margin-bottom: 0
}

@media (max-width: 1100px) {
    .regulation__block {
        width: 100%
    }

    [dir] .regulation__block {
        padding: 0
    }
}

@media (max-width: 767px) {
    [dir] .regulation__block {
        margin-bottom: 5em
    }
}

.reg__img {
    width: 46%
}

@media (max-width: 767px) {
    .reg__img {
        width: 100%
    }
}

.headwith__leftborder {
    color: #fff;
    display: flex;
    font-size: 1.75em;
    position: relative
}

[dir] .headwith__leftborder {
    margin-bottom: 1em
}

[dir=ltr] .headwith__leftborder {
    padding: .1em 0 .1em .75em
}

[dir=rtl] .headwith__leftborder {
    padding: .1em .75em .1em 0
}

.headwith__leftborder span {
    height: auto;
    width: 1em
}

[dir=ltr] .headwith__leftborder span {
    margin-left: 1em
}

[dir=rtl] .headwith__leftborder span {
    margin-right: 1em
}

@media (max-width: 1024px) {
    .headwith__leftborder {
        width: 100vw
    }
}

@media (max-width: 767px) {
    .headwith__leftborder {
        font-size: 1.5em;
        width: 100%
    }
}

.headwith__leftborder:hover {
    color: #168bfe
}

.headwith__leftborder:hover span path {
    fill: #168bfe
}

.headwith__leftborder:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px
}

[dir] .headwith__leftborder:before {
    background: #bb914a
}

[dir=ltr] .headwith__leftborder:before {
    left: 0
}

[dir=rtl] .headwith__leftborder:before {
    right: 0
}

.reg__content {
    width: 46%
}

.reg__content p {
    color: #fff;
    font-size: 1.25em
}

[dir] .reg__content p {
    margin-bottom: 2em
}

.reg__content span {
    color: #fff;
    display: block;
    font-size: 1.45em
}

[dir] .reg__content span {
    margin-bottom: 2em
}

@media (max-width: 767px) {
    .reg__content {
        width: 100%
    }
}

[dir=ltr] .regulation--section.leverage--section .sec_head {
    text-align: left
}

[dir=rtl] .regulation--section.leverage--section .sec_head {
    text-align: right
}

.regulation--section.leverage--section .sec_head:after {
    content: normal
}

@media (max-width: 992px) {
    .regulation--section.leverage--section h3 {
        font-size: 2em
    }
}

@media (max-width: 767px) {
    .regulation--section.leverage--section h3 {
        font-size: 1.6em
    }
}

@media (max-width: 922px) {
    .launch--section .hero-form {
        width: 100%
    }
}

[dir] .leverage-section .ban-cta li:first-child {
    margin-bottom: 0
}

.regulation__wrap {
    display: flex;
    flex-wrap: wrap
}

.regulation__img {
    width: 50%
}

@media (max-width: 767px) {
    .regulation__img {
        width: 100%
    }
}

.regulation__content {
    width: 50%
}

[dir=ltr] .regulation__content {
    padding-left: 3em
}

[dir=rtl] .regulation__content {
    padding-right: 3em
}

.regulation__content h3 {
    font-size: 2.1em
}

[dir] .regulation__content ul {
    margin-bottom: 7em
}

[dir=ltr] .regulation__content ul {
    margin-left: 1.75em
}

[dir=rtl] .regulation__content ul {
    margin-right: 1.75em
}

.regulation__content ul li {
    color: #fff;
    font-size: 1.0625em;
    position: relative
}

[dir] .regulation__content ul li {
    margin-bottom: .75em
}

[dir=ltr] .regulation__content ul li {
    padding-left: 1.75em
}

[dir=rtl] .regulation__content ul li {
    padding-right: 1.75em
}

.regulation__content ul li:before {
    content: "";
    height: 1.2em;
    position: absolute;
    top: .2em;
    width: 1.2em
}

[dir] .regulation__content ul li:before {
    background: url(../svg/bulllet.svg) no-repeat
}

[dir=ltr] .regulation__content ul li:before {
    left: 0
}

[dir=rtl] .regulation__content ul li:before {
    right: 0
}

@media (max-width: 767px) {
    .regulation__content {
        width: 100%
    }

    [dir=ltr] .regulation__content {
        padding-left: 0
    }

    [dir=rtl] .regulation__content {
        padding-right: 0
    }
}

.launch__wrap {
    width: 80%
}

[dir] .launch__wrap {
    margin: 0 auto;
    text-align: center
}

.launch__wrap #loader, .launch__wrap .thanks {
    color: #fff;
    position: relative
}

.launch__wrap h3 {
    color: #fff;
    font-size: 1.875em
}

[dir] .launch__wrap h3 {
    margin-bottom: .25em
}

.launch__wrap p {
    color: #fff;
    font-size: 1.125em
}

[dir] .launch__wrap p {
    margin-bottom: 2em
}

.launch__wrap .hero-form {
    align-items: center
}

.launch__wrap .hero-form .anchor {
    font-size: 1.0625em;
    min-width: 15em
}

[dir] .launch__wrap .hero-form .anchor {
    border: 1px solid #fff
}

.launch__wrap .hero-form input {
    font-size: 1.125em;
    height: auto
}

[dir] .launch__wrap .hero-form input {
    padding: .75em 1.875em
}

@media (max-width: 992px) {
    .launch__wrap {
        width: 70%
    }
}

@media (max-width: 767px) {
    .launch__wrap {
        width: 100%
    }
}

.with__pattern {
    position: relative
}

.with__pattern:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .with__pattern:before {
    background: url(../svg/leverage/mask-group.svg) no-repeat;
    background-size: contain
}

[dir=ltr] .with__pattern:before {
    left: 0
}

[dir=rtl] .with__pattern:before {
    right: 0
}

[dir] .forgot-password-sec .signup-head {
    text-align: center
}

.forgot-password-sec .col-50 {
    width: auto
}

.forgot-password-sec:after {
    top: -3em;
    width: 32%
}

.security-box {
    align-items: center;
    display: flex;
    height: 9em
}

[dir] .security-box {
    background: rgba(251, 212, 78, .17);
    border-radius: 10px;
    margin-bottom: 4em;
    padding: 1em
}

@media (max-width: 767px) {
    .security-box {
        flex-direction: column
    }
}

.security-box p {
    color: #bb914a
}

.alert-sign {
    display: inline-flex;
    height: auto;
    width: 5.625em
}

[dir=ltr] .alert-sign {
    margin-right: 1em
}

[dir=rtl] .alert-sign {
    margin-left: 1em
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .alert-sign {
        width: 2.62em
    }
}

@media (max-width: 767px) {
    .alert-sign {
        width: 2em
    }

    [dir] .alert-sign {
        margin-bottom: 1em
    }
}

[dir] .forgot-form .anchor {
    padding: 1.3em 0
}

[dir] .forgot-form input {
    margin-bottom: .5em
}

.forgot-form small {
    font-weight: 700
}

@media (max-width: 767px) {
    .forgot-form small {
        font-size: .7em
    }
}

.forgot-wrap {
    width: 33em
}

@media (max-width: 767px) {
    .forgot-wrap {
        width: 100%
    }
}

.trading-content p {
    color: #fff;
    font-size: 1.7em
}

[dir] .trading-content p {
    padding-top: 4.7em
}

@media (max-width: 1024px) {
    .trading-content p {
        font-size: 1.33em
    }

    [dir] .trading-content p {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .trading-content p {
        font-size: 1.2em
    }
}

.trading-content-sec {
    overflow: unset
}

[dir] .trading-content-sec {
    padding-top: 0
}

.trading-content-sec.line-bg:before {
    bottom: auto;
    height: 35em;
    top: 0;
    width: 60%
}

[dir] .trading-content-sec .mobile-img {
    margin-bottom: 0
}

@media (max-width: 922px) {
    [dir] .trading-content-sec .mobile-img {
        margin-bottom: 3em;
        margin-top: 0
    }
}

[dir] .trading-points p {
    padding-top: 0
}

.trading-points h4 {
    color: #fff;
    font-size: 2.1875em
}

@media (max-width: 767px) {
    .trading-points h4 {
        font-size: 1.5em
    }
}

.trading-points li {
    display: flex;
    font-size: .8em
}

.trading-points .arrow-down-icon img {
    height: 100%;
    width: auto
}

.trading-sec {
    position: relative
}

[dir] .trading-sec {
    margin-top: -6em;
    padding-bottom: 5em
}

@media (max-width: 767px) {
    [dir] .trading-sec {
        margin-top: -3em
    }
}

.trading-table tbody tr td:nth-child(4), .trading-table tbody tr td:nth-child(5), .trading-table tbody tr td:nth-child(6) {
    font-size: 1.2em;
    font-weight: 600
}

[dir] .trading-table tbody tr {
    border: none
}

@media (max-width: 767px) {
    .trading-table tbody tr {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%
    }
}

.trading-table table {
    border-collapse: collapse;
    table-layout: auto
}

[dir] .trading-table table {
    box-shadow: 0 3px 21px #00000029
}

@media (max-width: 767px) {
    .trading-table table {
        table-layout: fixed
    }
}

.trading-table td, .trading-table th {
    color: #010c3e !important;
    display: table-cell !important;
    font-size: 1.2em;
    font-weight: 600
}

[dir] .trading-table td, [dir] .trading-table th {
    border: 1px solid #f2f3fa;
    padding: 1em 2em
}

[dir=ltr] .trading-table td, [dir=ltr] .trading-table th {
    text-align: left !important
}

[dir=rtl] .trading-table td, [dir=rtl] .trading-table th {
    text-align: right !important
}

@media (max-width: 767px) {
    .trading-table td, .trading-table th {
        width: 100%
    }

    [dir] .trading-table td, [dir] .trading-table th {
        padding: 1em
    }
}

[dir] .trading-table td.bd-0, [dir] .trading-table th.bd-0 {
    border-bottom: 1px solid transparent
}

.trading-table td.key-head, .trading-table th.key-head {
    color: #010c3e;
    vertical-align: middle;
    width: 100%
}

[dir] .trading-table td.key-head, [dir] .trading-table th.key-head {
    background: #f2f3fa;
    border: none;
    border-radius: 15px 15px 0 0;
    padding: 1.875em;
    text-align: center !important
}

@media (max-width: 767px) {
    [dir] .trading-table td.key-head, [dir] .trading-table th.key-head {
        padding: 1em
    }
}

[dir] .trading-table td.key-head h2, [dir] .trading-table th.key-head h2 {
    margin-bottom: 0
}

.trading-table td a, .trading-table th a {
    color: #010c3e;
    text-decoration: underline
}

.trading-table td a:hover, .trading-table th a:hover {
    color: #168bfe
}

@media (max-width: 767px) {
    [dir] .trading-table td {
        border: none !important
    }

    .trading-table th {
        color: #168bfe !important;
        font-weight: 700 !important
    }

    [dir] .trading-table th {
        border: 0 solid #f2f3fa !important;
        border-bottom: 0 !important
    }
}

[dir] .trading-table th h2 {
    margin: 0
}

.trading-table .tb-col-1 {
    width: 30%
}

@media (max-width: 1280px) {
    .trading-table .tb-col-1 {
        width: 20%
    }
}

@media (max-width: 767px) {
    .trading-table .tb-col-1 {
        width: 100%
    }
}

.trading-table .tb-col-2 {
    width: 70%
}

@media (max-width: 767px) {
    .trading-table .tb-col-2 {
        width: 100%
    }
}

@media (max-width: 992px) {
    .t-info-box .col-33 {
        width: 100%
    }
}

.t-info-box p {
    font-size: 1.2em;
    font-weight: 700
}

[dir] .t-info-box p {
    margin: 0
}

@media (max-width: 1280px) {
    .t-info-box p {
        font-size: 1em
    }
}

@media (max-width: 922px) {
    [dir] .t-info-box p {
        margin-bottom: 1em
    }
}

.t-info-box h4 {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: underline
}

@media (max-width: 1280px) {
    .t-info-box h4 {
        font-size: 1em
    }
}

.funds--section .sec_head {
    color: #fff
}

[dir] .funds--section .sec_head {
    margin-bottom: 1.8em
}

[dir=ltr] .funds--section .sec_head {
    text-align: left
}

[dir=rtl] .funds--section .sec_head {
    text-align: right
}

.funds--section .sec_head h3 {
    font-size: 2.5em
}

@media (max-width: 767px) {
    .funds--section .sec_head h3 {
        font-size: 2em
    }
}

.funds--section .sec_head p {
    font-size: 1.75em
}

@media (max-width: 767px) {
    .funds--section .sec_head p {
        font-size: 1.45em
    }

    [dir] .funds--section .sec_head p {
        margin-bottom: 1.75em
    }
}

.funds--section .sec_head:after {
    content: normal
}

[dir=ltr] .funds--section .border-content {
    border-left: 3px solid #bb914a
}

[dir=rtl] .funds--section .border-content {
    border-right: 3px solid #bb914a
}

.white {
    color: #fff !important
}

[dir=ltr] .inst--info .border-content {
    border-left: 3px solid #bb914a
}

[dir=rtl] .inst--info .border-content {
    border-right: 3px solid #bb914a
}

[dir] .btc__wrap {
    background: #fff;
    border-radius: 10px;
    padding: 5em 10em;
    text-align: center
}

[dir] .btc__wrap .sec_head {
    margin-bottom: 3em
}

[dir] .btc__wrap .sec_head:after {
    margin: .5em auto 0
}

.btc__wrap .sec_head h3 {
    font-size: 2.5em;
    font-weight: 700
}

[dir] .btc__wrap .sec_head h3 {
    margin: 0
}

.btc__wrap p {
    font-size: 1.25em;
    font-weight: 600
}

[dir] .btc__wrap p {
    margin-bottom: 1.5em
}

.btc__wrap span {
    display: block;
    font-size: 1.875em;
    font-weight: 700
}

[dir] .btc__wrap span {
    margin-bottom: 1em
}

@media (max-width: 992px) {
    [dir] .btc__wrap {
        padding: 2em 1em
    }

    .btc__wrap p {
        font-size: 1.15em
    }

    .btc__wrap span {
        font-size: 1.25em
    }
}

@media (max-width: 767px) {
    [dir] .btc__wrap .sec_head {
        margin-bottom: 2em
    }

    .btc__wrap .sec_head h3 {
        font-size: 2em
    }
}

.inst__grid {
    display: flex;
    flex-wrap: wrap
}

[dir] .inst__grid {
    margin: 0 -2em
}

.inst__item {
    width: 29.33%
}

[dir] .inst__item {
    margin: 0 2em
}

@media (max-width: 1100px) {
    .inst__item {
        width: 27.75%
    }
}

@media (max-width: 992px) {
    .inst__item {
        width: 25.75%
    }
}

@media (max-width: 767px) {
    .inst__item {
        width: 100%
    }

    [dir] .inst__item {
        margin-bottom: 4em
    }

    [dir] .inst__item:last-child {
        margin-bottom: 0
    }
}

.inst__img {
    height: 20em;
    width: 20em
}

[dir] .inst__img {
    margin: 0 auto 2em
}

.inst__img img {
    height: auto;
    width: 100%
}

@media (max-width: 992px) {
    .inst__img {
        height: 15em;
        width: 15em
    }
}

@media (max-width: 767px) {
    .inst__img {
        height: auto;
        width: 100%
    }

    [dir] .inst__img {
        margin: 0 auto
    }

    .inst__img img {
        height: auto;
        width: 100%
    }
}

.inst__content ul li {
    color: #fff;
    font-size: 1.125em;
    line-height: 2
}

[dir] .inst__content ul li {
    margin-bottom: .75em
}

@media (max-width: 992px) {
    .inst__content ul li {
        font-size: 1em
    }

    .inst__content h3 {
        font-size: 1.5em
    }
}

.success-section {
    align-items: center;
    display: flex;
    height: 80vh;
    justify-content: center
}

@media (max-width: 1366px) {
    .success-section {
        height: 60vh
    }
}

.success-section:before {
    opacity: .2;
    z-index: 0
}

[dir] .success-section:before {
    background: url(../svg/login/line-bckgrnd.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.sucess-text-wrap {
    color: #fff;
    z-index: 1
}

[dir] .sucess-text-wrap {
    padding: 0 2em;
    text-align: center
}

[dir] .suc-head {
    margin-bottom: 3.5em
}

@media (max-width: 767px) {
    [dir] .suc-head {
        margin-bottom: 1.5em
    }
}

.product .newbies_text .sec_head {
    color: #fff
}

[dir] .product .newbies_text .sec_head {
    margin-bottom: 3em
}

[dir=ltr] .product .newbies_text .sec_head {
    text-align: left
}

[dir=rtl] .product .newbies_text .sec_head {
    text-align: right
}

[dir] .product .newbies_text .sec_head:after {
    margin: 1.875em 0 0
}

.product .newbies_text p {
    font-size: 1.5625em
}

@media (max-width: 992px) {
    [dir=ltr] .product .newbies_text p {
        padding-right: 0
    }

    [dir=rtl] .product .newbies_text p {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .product .newbies_text p {
        font-size: 1.125em
    }
}

.product-cont .pos-absolute {
    position: relative;
    top: -20em
}

[dir] .product-cont .pos-absolute {
    margin-bottom: -15em
}

[dir] .product-cont .container {
    padding: 0 20%
}

.product-cont .container .choose-card {
    position: relative
}

[dir] .product-cont .container .choose-card {
    margin-bottom: 3em;
    padding: 2em 0
}

[dir=ltr] .product-cont .container .choose-card {
    margin-right: 3em
}

[dir=rtl] .product-cont .container .choose-card {
    margin-left: 3em
}

@media (max-width: 767px) {
    [dir=ltr] .product-cont .container .choose-card {
        margin-right: 0
    }

    [dir=rtl] .product-cont .container .choose-card {
        margin-left: 0
    }
}

.product-cont .container .choose-card:before {
    content: "";
    height: 100%;
    opacity: .1;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%
}

[dir] .product-cont .container .choose-card:before {
    background: -moz-linear-gradient(top, rgba(0, 16, 195, 0) 0, rgba(0, 16, 195, 0) 21%, rgba(0, 16, 195, 0) 63%, rgba(0, 16, 195, .13) 94%, rgba(0, 16, 195, .15) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 16, 195, 0), rgba(0, 16, 195, 0) 21%, rgba(0, 16, 195, 0) 63%, rgba(0, 16, 195, .13) 94%, rgba(0, 16, 195, .15));
    background: linear-gradient(180deg, rgba(0, 16, 195, 0), rgba(0, 16, 195, 0) 21%, rgba(0, 16, 195, 0) 63%, rgba(0, 16, 195, .13) 94%, rgba(0, 16, 195, .15))
}

.product-cont .container .choose-card .icon-img {
    align-items: center;
    display: flex;
    height: 6em;
    width: 7em
}

[dir] .product-cont .container .choose-card .icon-img {
    background: #fff;
    border-radius: 2em;
    padding: 1em
}

[dir=ltr] .product-cont .container .choose-card .icon-img {
    -webkit-box-shadow: -1px 19px 49px 8px rgba(0, 0, 0, .24);
    box-shadow: -1px 19px 49px 8px rgba(0, 0, 0, .24)
}

[dir=rtl] .product-cont .container .choose-card .icon-img {
    -webkit-box-shadow: 1px 19px 49px 8px rgba(0, 0, 0, .24);
    box-shadow: 1px 19px 49px 8px rgba(0, 0, 0, .24)
}

.product-cont .container .choose-card .icon-img img {
    height: auto
}

.product-cont .container .choose-card h3, .product-cont .container .choose-card p {
    color: #020862
}

.product-cont .container .choose-card p {
    min-height: 3em
}

[dir] .product-cont .container .choose-card p {
    padding: 0 5em
}

@media (max-width: 767px) {
    [dir] .product-cont .container .choose-card p {
        padding: 0 1em
    }
}

[dir] .product-cont .container .choose-card:hover {
    background: #fff
}

.product-cont .container .choose-card:hover h3 {
    color: #020862
}

.product-cont .container .choose-card:hover .anchor {
    color: #010c3e;
    color: #fff;
    text-decoration: none
}

[dir] .product-cont .container .choose-card:hover .anchor {
    background-color: #168bfe;
    border: none
}

.product-cont .container .choose-card:hover:before {
    opacity: 1;
    visibility: visible
}

.support {
    height: 60em
}

[dir] .support {
    padding-bottom: 5em
}

@media (max-width: 922px) {
    .support {
        height: 90em
    }
}

@media (max-width: 767px) {
    .support {
        height: 125em
    }
}

.support:before {
    z-index: 1
}

[dir] .support:before {
    background: linear-gradient(0deg, #010c3e 1%, #03105fbd 50%, #010c3eab)
}

.support:after {
    display: none
}

.support .newbies_text .sec_head {
    color: #fff
}

[dir] .support .newbies_text .sec_head {
    margin-bottom: 3em
}

[dir=ltr] .support .newbies_text .sec_head {
    text-align: left
}

[dir=rtl] .support .newbies_text .sec_head {
    text-align: right
}

[dir] .support .newbies_text .sec_head:after {
    margin: 1.875em 0 0
}

@media (max-width: 767px) {
    .support .newbies_text .sec_head h1 {
        font-size: 2em
    }
}

.support .newbies_text p {
    font-size: 1.5625em
}

@media (max-width: 767px) {
    .support .newbies_text p {
        font-size: 1.125em
    }

    [dir] .support .newbies_text p {
        padding-bottom: 8em
    }
}

.support .newbies_text p br {
    display: none
}

.support .newbies_text h3 {
    font-weight: 700
}

.support .twocol-row {
    justify-content: flex-start
}

@media (max-width: 922px) {
    .support .twocol-row {
        flex-wrap: wrap
    }
}

.support .twocol-row .newbeies-wrap {
    width: 100%;
    z-index: 2
}

@media (max-width: 767px) {
    .support .twocol-row .col-25 {
        width: 100%
    }
}

.support .twocol-row .icon-box-wrapper {
    z-index: 2
}

[dir] .support .twocol-row .icon-box-wrapper {
    padding: 1.875em
}

[dir] .support .twocol-row .icon-box-wrapper:first-child {
    margin-top: 2em
}

[dir] .support .twocol-row .icon-box-wrapper:hover {
    background-color: rgba(247, 240, 247, .129);
    border-radius: 2.5em
}

.support .twocol-row .icon-box-wrapper:hover .contact-wrapper .anchor {
    color: #fff
}

[dir] .support .twocol-row .icon-box-wrapper:hover .contact-wrapper .anchor {
    background-color: #168bfe
}

.support .twocol-row .icon-box-wrapper .contact-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 17.5em;
    position: relative;
    width: 100%
}

[dir] .support .twocol-row .icon-box-wrapper .contact-wrapper {
    border-radius: 10px;
    text-align: center;
    transition-property: background
}

.support .twocol-row .icon-box-wrapper .contact-wrapper .for-bdright {
    width: 100%
}

[dir=ltr] .support .twocol-row .icon-box-wrapper .contact-wrapper .for-bdright {
    border-right: 1px solid #e5e4e8
}

[dir=rtl] .support .twocol-row .icon-box-wrapper .contact-wrapper .for-bdright {
    border-left: 1px solid #e5e4e8
}

@media (max-width: 922px) {
    [dir] .support .twocol-row .icon-box-wrapper .contact-wrapper .for-bdright {
        border: none
    }
}

[dir] .support .twocol-row .icon-box-wrapper .contact-wrapper .icon-img {
    margin-bottom: 0
}

.support .twocol-row .icon-box-wrapper .contact-wrapper .icon-img img {
    height: 8em
}

.support .twocol-row .icon-box-wrapper .contact-wrapper .sec_head {
    color: #fff
}

[dir] .support .twocol-row .icon-box-wrapper .contact-wrapper .sec_head {
    margin-bottom: 1em
}

.support .twocol-row .icon-box-wrapper .contact-wrapper .sec_head:after {
    width: 1.375em
}

[dir] .support .twocol-row .icon-box-wrapper .contact-wrapper .sec_head:after {
    background: #bb914a
}

@media (max-width: 1024px) {
    .support .twocol-row .icon-box-wrapper .contact-wrapper .sec_head {
        font-size: .875em
    }
}

.support .twocol-row .icon-box-wrapper .contact-wrapper li, .support .twocol-row .icon-box-wrapper .contact-wrapper p {
    color: #fff;
    display: flex;
    height: 100%
}

@media (max-width: 992px) {
    .support .twocol-row .icon-box-wrapper .contact-wrapper li br, .support .twocol-row .icon-box-wrapper .contact-wrapper p br {
        display: none
    }
}

@media (max-width: 1024px) {
    .support .twocol-row .icon-box-wrapper .contact-wrapper li, .support .twocol-row .icon-box-wrapper .contact-wrapper p {
        font-size: 1.25em
    }
}

[dir=ltr] .support .twocol-row .icon-box-wrapper .contact-wrapper li {
    text-align: left
}

[dir=rtl] .support .twocol-row .icon-box-wrapper .contact-wrapper li {
    text-align: right
}

.support .twocol-row .icon-box-wrapper .contact-wrapper .anchor {
    font-size: 1em
}

[dir] .support .twocol-row .icon-box-wrapper .contact-wrapper .anchor {
    background-color: #020862;
    border: none
}

@media (max-width: 1024px) {
    .support .twocol-row .icon-box-wrapper .contact-wrapper .anchor {
        font-size: .875em
    }
}

@media (max-width: 992px) {
    .social-media {
        height: 40em
    }

    [dir] .social-media .social-icons {
        padding-top: 0
    }
}

.social-media {
    height: 55em
}

@media (max-width: 992px) {
    .social-media {
        height: 40em
    }
}

@media (max-width: 767px) {
    .social-media {
        height: 28em
    }
}

@media (max-width: 992px) {
    .social-media .twocol-row {
        height: 48vh
    }
}

.social-icons {
    z-index: 2
}

[dir] .social-icons {
    padding-top: 8em
}

@media (max-width: 767px) {
    [dir] .social-icons {
        margin-top: -8em
    }
}

.social-icons ul {
    display: flex;
    justify-content: space-between
}

[dir=ltr] .social-icons ul li {
    margin-right: 8em
}

[dir=rtl] .social-icons ul li {
    margin-left: 8em
}

@media (max-width: 992px) {
    [dir=ltr] .social-icons ul li {
        margin-right: 0
    }

    [dir=rtl] .social-icons ul li {
        margin-left: 0
    }
}

[dir=ltr] .social-icons ul li:last-child {
    margin-right: 0
}

[dir=rtl] .social-icons ul li:last-child {
    margin-left: 0
}

.social-icons ul li img {
    height: auto;
    object-fit: contain;
    width: 10em
}

.social-icons ul li:hover .nohover {
    display: none;
    opacity: 0
}

.social-icons .nohover, .social-icons ul li:hover .onhover {
    display: block;
    opacity: 1
}

[dir] .social-icons .nohover {
    transition: .5s
}

.social-icons .onhover {
    display: none;
    opacity: 0
}

[dir] .social-icons .onhover {
    transition: background .5s
}

.social-icons .onhover .sec_head {
    color: #fff
}

.social-icons .onhover .sec_head h3 {
    font-size: 1.4375em
}

@media (max-width: 767px) {
    .social-icons .onhover .sec_head h3 {
        font-size: .875em
    }
}

.social-icons .onhover .sec_head:after {
    width: 1.375em
}

[dir] .social-icons .onhover .sec_head:after {
    background: #bb914a
}

html {
    scroll-behavior: smooth
}

.onlyMobile {
    display: none
}

@media (max-width: 767px) {
    .onlyMobile {
        display: inline-block
    }
}

.onlyDesktop {
    display: inline-block
}

@media (max-width: 767px) {
    .onlyDesktop {
        display: none
    }
}

.multibank-banner--section {
    position: relative
}

[dir] .multibank-banner--section {
    background-image: url(../images/whymexbit/new-homebanner.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15em 0 5em
}

@media (max-width: 992px) {
    .multibank-banner--section {
        height: 100vh
    }

    [dir] .multibank-banner--section {
        padding: 20em 0 5em
    }
}

@media (max-width: 767px) {
    [dir] .multibank-banner--section {
        padding: 7em 0 5em
    }
}

.multibank-banner--section:after {
    bottom: 0;
    content: "";
    height: 15em;
    position: absolute;
    width: 100%
}

[dir] .multibank-banner--section:after {
    background-image: url(../svg/whymexbit/white-bg-new.svg);
    background-repeat: no-repeat;
    background-size: cover
}

[dir=ltr] .multibank-banner--section:after {
    left: 0
}

[dir=rtl] .multibank-banner--section:after {
    right: 0
}

@media (max-width: 767px) {
    .multibank-banner--section:after {
        height: 7em
    }
}

[dir] .multibank-banner--logo {
    margin-bottom: .3125em;
    text-align: center
}

@media (max-width: 767px) {
    [dir] .multibank-banner--logo {
        margin-bottom: .3125em
    }
}

.multibank-banner--logo img {
    width: 60%
}

@media (max-width: 1100px) {
    .multibank-banner--logo img {
        width: 100%
    }
}

.multibank-banner--logo img.forMobile {
    display: none
}

@media (max-width: 767px) {
    .multibank-banner--logo img.forMobile {
        display: inline-flex
    }

    .multibank-banner--logo img.forDesktop {
        display: none
    }
}

[dir] .multibank-banner--content {
    text-align: center
}

.multibank-banner--content p {
    color: #fff;
    font-size: 2em;
    font-weight: 500
}

[dir] .multibank-banner--content p {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    .multibank-banner--content p {
        font-size: 1.25em
    }
}

[dir] .multibank-banner--link {
    margin-top: 8em;
    text-align: center
}

@media (min-width: 1281px) and (max-width: 1380px) {
    [dir] .multibank-banner--link {
        margin-top: 7em
    }
}

@media (max-width: 1100px) {
    [dir] .multibank-banner--link {
        margin-top: 14em
    }
}

@media (max-width: 992px) {
    [dir] .multibank-banner--link {
        margin-top: 27em
    }
}

@media (max-width: 767px) {
    .multibank-banner--link {
        display: none
    }

    [dir] .multibank-banner--link a svg {
        transform: scale(.8)
    }
}

.multibank-data--section {
    position: relative
}

[dir] .multibank-data--section {
    background: #010c42;
    padding: 0 0 5em
}

@media (max-width: 767px) {
    [dir] .multibank-data--section {
        padding: 5em 0
    }
}

.multibank-data--section .swiper-container {
    height: 100%;
    width: 100%
}

.multibank-data--section .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center
}

[dir] .multibank-data--section .swiper-slide {
    text-align: center
}

[dir] .multibank-data--section .swiper-wrapper {
    padding-bottom: 1em;
    padding-top: 1em
}

@media (min-width: 1281px) {
    .multibank-data--section .swiper-button-next.swiper-button-disabled, .multibank-data--section .swiper-button-prev.swiper-button-disabled {
        display: none
    }
}

@media (max-width: 1280px) {
    .multibank-data--section .swiper-button-next.swiper-button-disabled, .multibank-data--section .swiper-button-prev.swiper-button-disabled {
        opacity: 1
    }
}

[dir] .multibank-data--section .swiper-button-next, [dir] .multibank-data--section .swiper-button-prev {
    background-image: url(../svg/arrow-left-white.svg)
}

[dir=ltr] .multibank-data--section .swiper-button-prev {
    left: 1rem;
    right: unset;
}

[dir=rtl] .multibank-data--section .swiper-button-prev {
    right: 1rem;
    left: unset;
}

[dir=ltr] .multibank-data--section .swiper-button-next {
    right: 1rem;
    left: unset;
}

[dir=rtl] .multibank-data--section .swiper-button-next {
    left: 1rem;
    right: unset;
}

[dir=ltr] .multibank-data--section .swiper-button-next {
    transform: rotate(180deg);
}

[dir=rtl] .multibank-data--section .swiper-button-prev {
    transform: rotate(180deg);
}

[dir] .multibank-data--box {
    cursor: pointer;
    text-align: center
}

.multibank-data--box:hover .multibank-data--icon {
    top: -.5em
}

.multibank-data--box:hover .multibank-data--content {
    color: #020862
}

.multibank-data--box:hover .multibank-data--content:after {
    height: 100%
}

.multibank-data--icon {
    position: relative;
    top: 0;
    width: 7em
}

[dir] .multibank-data--icon {
    margin: 0 auto;
    transition: .3s
}

.multibank-data--icon .multibank-data--spark {
    position: absolute;
    top: -2.5em;
    width: 100%
}

[dir=ltr] .multibank-data--icon .multibank-data--spark {
    left: 0
}

[dir=rtl] .multibank-data--icon .multibank-data--spark {
    right: 0
}

.multibank-data--icon .multibank-data--spark img {
    width: 100%
}

.multibank-data--icon img {
    height: 5em;
    width: 65%
}

.multibank-data--content {
    color: #fff;
    font-family: Oswald;
    position: relative
}

[dir] .multibank-data--content {
    padding: .2em
}

.multibank-data--content:after {
    bottom: -5px;
    content: "";
    height: 7px;
    position: absolute;
    width: 100%;
    z-index: -1
}

[dir] .multibank-data--content:after {
    transition: .3s
}

[dir=ltr] .multibank-data--content:after {
    background: transparent linear-gradient(180deg, #fbd44e, #bb914a 100%) 0 0 no-repeat padding-box !important;
    left: 0
}

[dir=rtl] .multibank-data--content:after {
    background: transparent linear-gradient(-180deg, #fbd44e, #bb914a 100%) 100% 0 no-repeat padding-box !important;
    right: 0
}

.multibank-data--content h5 {
    font-size: 1.5em;
    font-weight: 400
}

[dir] .multibank-data--content h5 {
    margin: .5em 0 .2em
}

.multibank-data--content h6 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px
}

[dir] .multibank-regulation--section {
    background-image: url(../images/whymexbit/regulation-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

[dir] .multibank-regulation--section .swiper-button-next, [dir] .multibank-regulation--section .swiper-button-prev {
    background-image: url(../svg/arrow-left-white.svg)
}

@media (max-width: 767px) {
    [dir] .multibank-regulation--section .swiper-button-next, [dir] .multibank-regulation--section .swiper-button-prev {
        background-size: 40%
    }
}

[dir=ltr] .multibank-regulation--section .swiper-button-next {
    right: 25em;
    transform: rotate(180deg);
}

[dir=rtl] .multibank-regulation--section .swiper-button-next {
    left: 25em;
}

@media (max-width: 1100px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-next {
        right: 17em
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-next {
        left: 17em
    }
}

@media (max-width: 992px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-next {
        right: 7em
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-next {
        left: 7em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-next {
        right: 0
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-next {
        left: 0
    }
}

[dir=ltr] .multibank-regulation--section .swiper-button-prev {
    left: 25em;
}

[dir=rtl] .multibank-regulation--section .swiper-button-prev {
    right: 25em;
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-prev {
        left: 17em
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-prev {
        right: 17em
    }
}

@media (max-width: 992px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-prev {
        left: 7em
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-prev {
        right: 7em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--section .swiper-button-prev {
        left: 0
    }

    [dir=rtl] .multibank-regulation--section .swiper-button-prev {
        right: 0
    }

    [dir] .multibank-regulation--section .flagthumbSwiper2 {
        margin-top: 2em
    }
}

[dir] .multibank-regulation--slider {
    margin-top: 5em
}

[dir] .multibank-regulation--slider .swiper-button-next, [dir] .multibank-regulation--slider .swiper-button-prev {
    background-image: url(../svg/arrow-left-white.svg)
}

@media (max-width: 767px) {
    [dir] .multibank-regulation--slider .swiper-button-next, [dir] .multibank-regulation--slider .swiper-button-prev {
        background-size: 40%
    }
}

[dir=ltr] .multibank-regulation--slider .swiper-button-next {
    transform: rotate(180deg);
}

[dir=rtl] .multibank-regulation--slider .swiper-button-prev {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--slider .swiper-button-next {
        right: -30px
    }

    [dir=ltr] .multibank-regulation--slider .swiper-button-prev {
        left: -30px
    }

    [dir=rtl] .multibank-regulation--slider .swiper-button-prev {
        right: -30px
    }
}

.multibank-regulation--box {
    overflow: hidden;
    width: 50%
}

[dir] .multibank-regulation--box {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 992px) {
    .multibank-regulation--box {
        width: 65%
    }
}

@media (max-width: 767px) {
    .multibank-regulation--box {
        width: 80%
    }
}

.multibank-regulation--box h3 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.875em;
    font-weight: 400
}

[dir] .multibank-regulation--box h3 {
    padding: 1em 0;
    text-align: center
}

[dir=ltr] .multibank-regulation--box h3 {
    background: transparent linear-gradient(180deg, #1039af, #020862) 0 0 no-repeat padding-box
}

[dir=rtl] .multibank-regulation--box h3 {
    background: transparent linear-gradient(-180deg, #1039af, #020862) 100% 0 no-repeat padding-box
}

@media (max-width: 767px) {
    .multibank-regulation--box h3 {
        font-size: 1em
    }
}

.multibank-regulation--box p {
    font-size: 1.125em;
    line-height: 30px
}

[dir] .multibank-regulation--box p {
    padding: 2em 3em
}

@media (max-width: 992px) {
    .multibank-regulation--box p {
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .multibank-regulation--box p {
        font-size: 1em;
        line-height: 20px
    }

    [dir] .multibank-regulation--box p {
        padding: 1em
    }
}

.multibank-regulation--box_links {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 53%
}

[dir] .multibank-regulation--box_links {
    margin: 0 auto;
    padding-bottom: 3em
}

@media (max-width: 767px) {
    [dir] .multibank-regulation--box_links {
        padding-bottom: 2em
    }
}

.multibank-regulation--box_links .anchor {
    align-items: center;
    display: flex;
    font-size: 1em;
    height: 1.5em;
    justify-content: center;
    letter-spacing: 1px
}

[dir] .multibank-regulation--box_links .anchor {
    background-color: #168bfe;
    border: 2px solid #168bfe;
    border-radius: 12px
}

@media (max-width: 992px) {
    .multibank-regulation--box_links .anchor {
        font-size: .75em
    }

    [dir] .multibank-regulation--box_links .anchor {
        border-radius: 40px;
        margin: 0 1em;
        padding: 1.25em
    }
}

.multibank-regulation--box_links a:first-child:hover {
    color: #168bfe
}

[dir] .multibank-regulation--box_links a:first-child:hover {
    background-color: #fff
}

.multibank-regulation--box_links a:nth-child(2) {
    color: #168bfe
}

[dir] .multibank-regulation--box_links a:nth-child(2) {
    background-color: #fff
}

@media (max-width: 767px) {
    [dir] .multibank-regulation--box_links a:nth-child(2) svg {
        transform: scale(.5)
    }
}

[dir=ltr] .multibank-regulation--box_links a:nth-child(2) span {
    padding-left: 1em
}

[dir=rtl] .multibank-regulation--box_links a:nth-child(2) span {
    padding-right: 1em
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--box_links a:nth-child(2) span {
        padding-left: .5em
    }

    [dir=rtl] .multibank-regulation--box_links a:nth-child(2) span {
        padding-right: .5em
    }
}

.multibank-regulation--box_links a:nth-child(2):hover {
    color: #fff
}

[dir] .multibank-regulation--box_links a:nth-child(2):hover {
    background-color: #168bfe
}

.multibank-regulation--box_links a:nth-child(2):hover svg path {
    fill: #fff
}

.multibank-regulation--flagLinks ul {
    align-items: center;
    height: 10em;
    justify-content: center
}

[dir] .multibank-regulation--flagLinks ul {
    margin-bottom: 3.875em
}

@media (max-width: 767px) {
    .multibank-regulation--flagLinks ul {
        height: 14em;
        justify-content: space-between
    }

    [dir] .multibank-regulation--flagLinks ul {
        margin-bottom: 1.875em
    }
}

[dir=ltr] .multibank-regulation--flagLinks ul li {
    margin-right: 1.5em
}

[dir=rtl] .multibank-regulation--flagLinks ul li {
    margin-left: 1.5em
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--flagLinks ul li {
        margin-right: inherit
    }

    [dir=rtl] .multibank-regulation--flagLinks ul li {
        margin-left: inherit
    }
}

.multibank-regulation--flagLinks ul li a {
    align-items: center;
    color: #010c3e;
    display: inline-flex;
    height: 2.6875em;
    justify-content: flex-start;
    width: 9em
}

[dir] .multibank-regulation--flagLinks ul li a {
    background-color: #fff;
    border-radius: 20px !important
}

[dir=ltr] .multibank-regulation--flagLinks ul li a {
    padding: 0 0 0 .5em
}

[dir=rtl] .multibank-regulation--flagLinks ul li a {
    padding: 0 .5em 0 0
}

@media (max-width: 767px) {
    .multibank-regulation--flagLinks ul li a {
        height: 2.6875em;
        width: 6.5em
    }
}

.multibank-regulation--flagLinks ul li a img {
    width: 25%
}

[dir=ltr] .multibank-regulation--flagLinks ul li a img {
    margin-right: 1em
}

[dir=rtl] .multibank-regulation--flagLinks ul li a img {
    margin-left: 1em
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--flagLinks ul li a img {
        margin-right: .5em
    }

    [dir=rtl] .multibank-regulation--flagLinks ul li a img {
        margin-left: .5em
    }
}

.multibank-regulation--flagLinks ul li a span {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 1px
}

[dir=ltr] .multibank-regulation--flagLinks ul li a span {
    border-left: 1px solid #b7b8c6;
    padding-left: .5em
}

[dir=rtl] .multibank-regulation--flagLinks ul li a span {
    border-right: 1px solid #b7b8c6;
    padding-right: .5em
}

@media (max-width: 767px) {
    .multibank-regulation--flagLinks ul li a span {
        font-size: 1em
    }
}

.multibank-regulation--flagLinks ul li a.nav-link.active {
    color: #fff
}

[dir] .multibank-regulation--flagLinks ul li a.nav-link.active {
    background-color: none !important
}

[dir=ltr] .multibank-regulation--flagLinks ul li a.nav-link.active {
    background: transparent linear-gradient(180deg, #dcaa54, #bb914a) 0 0 no-repeat padding-box !important
}

[dir=rtl] .multibank-regulation--flagLinks ul li a.nav-link.active {
    background: transparent linear-gradient(-180deg, #dcaa54, #bb914a) 100% 0 no-repeat padding-box !important
}

[dir=ltr] .multibank-regulation--flagLinks ul li a.nav-link.active span {
    border-left: 1px solid #fff
}

[dir=rtl] .multibank-regulation--flagLinks ul li a.nav-link.active span {
    border-right: 1px solid #fff
}

.multibank-regulation--flagLinks .tab-pane {
    position: relative
}

[dir] .crypto--section {
    background-image: url(../images/whymexbit/Laptop-Background-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5px
}

[dir] .crypto--head {
    text-align: center
}

[dir] .crypto--head .sec_head {
    margin-bottom: 0
}

[dir] .crypto--head .sec_head:after {
    margin: 1em auto 2.875em
}

.crypto--head p {
    color: #fff
}

.crypto--laptop {
    position: relative
}

[dir] .crypto--laptop {
    margin-top: 3em
}

@media (max-width: 767px) {
    .crypto--laptop {
        display: none
    }
}

.crypto--slider {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 20%;
    width: 100%
}

[dir=ltr] .crypto--slider {
    left: 0
}

[dir=rtl] .crypto--slider {
    right: 0
}

@media (max-width: 992px) {
    .crypto--slider {
        top: 21%
    }
}

@media (max-width: 767px) {
    .crypto--slider {
        position: inherit;
        top: 0
    }

    [dir] .crypto--slider {
        margin-top: 3em
    }
}

.crypto--slider .swiper-container {
    height: 100%;
    width: 100%
}

.crypto--slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center
}

.crypto--slider .swiper-button-next, .crypto--slider .swiper-button-prev {
    height: 2.75em;
    width: 2.75em
}

[dir] .crypto--slider .swiper-button-next, [dir] .crypto--slider .swiper-button-prev {
    background-color: #168bfe;
    background-image: url(../svg/arrow-left-white.svg);
    background-size: 18%;
    padding: 0;
    transition: .5s !important
}

@media (max-width: 767px) {
    .crypto--slider .swiper-button-next, .crypto--slider .swiper-button-prev {
        top: 30%
    }
}

[dir=ltr] .crypto--slider .swiper-button-next {
    right: 8em;
    transform: rotate(180deg);
}

[dir=rtl] .crypto--slider .swiper-button-next {
    left: 8em;
}

@media (max-width: 992px) {
    [dir=ltr] .crypto--slider .swiper-button-next {
        right: 5.5em
    }

    [dir=rtl] .crypto--slider .swiper-button-next {
        left: 5.5em
    }
}

@media (max-width: 767px) {
    .crypto--slider .swiper-button-next {
        top: 7.7em
    }

    [dir=ltr] .crypto--slider .swiper-button-next {
        right: .5em
    }

    [dir=rtl] .crypto--slider .swiper-button-next {
        left: .5em
    }
}

[dir=ltr] .crypto--slider .swiper-button-prev {
    left: 10.5em
}

[dir=rtl] .crypto--slider .swiper-button-prev {
    right: 10.5em;
    transform: rotate(-180deg);
}

@media (max-width: 992px) {
    [dir=ltr] .crypto--slider .swiper-button-prev {
        left: 8.5em
    }

    [dir=rtl] .crypto--slider .swiper-button-prev {
        right: 8.5em
    }
}

@media (max-width: 767px) {
    [dir=ltr] .crypto--slider .swiper-button-prev {
        left: unset;
        right: .5em
    }

    [dir=rtl] .crypto--slider .swiper-button-prev {
        left: .5em;
        right: unset
    }
}

.crypto--slider .swiper-button-next.swiper-button-disabled, .crypto--slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media (max-width: 767px) {
    .crypto--slider .swiper-button-next.swiper-button-disabled, .crypto--slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1
    }

    [dir] .crypto--slider .swiper-button-next.swiper-button-disabled, [dir] .crypto--slider .swiper-button-prev.swiper-button-disabled {
        background-color: #b9dcff
    }
}

.crypto-slide--box {
    align-items: center;
    display: flex;
    width: 60%
}

[dir] .crypto-slide--box {
    background: #fff;
    padding: 2.5em
}

@media (max-width: 992px) {
    .crypto-slide--box {
        width: 65%
    }

    [dir] .crypto-slide--box {
        padding: 3em
    }
}

@media (max-width: 767px) {
    .crypto-slide--box {
        display: inline-block;
        height: 33em;
        width: 100%
    }

    [dir] .crypto-slide--box {
        padding: 1.5em
    }
}

.crypto-slide--img {
    height: 18.3em;
    width: 50%
}

[dir=ltr] .crypto-slide--img {
    margin-right: 2em
}

[dir=rtl] .crypto-slide--img {
    margin-left: 2em
}

@media (max-width: 992px) {
    .crypto-slide--img {
        height: 15.3em
    }
}

@media (max-width: 767px) {
    .crypto-slide--img {
        height: 13.3em;
        width: 100%
    }

    [dir] .crypto-slide--img {
        margin-bottom: 2em
    }

    [dir=ltr] .crypto-slide--img {
        margin-right: 0
    }

    [dir=rtl] .crypto-slide--img {
        margin-left: 0
    }
}

.crypto-slide--img img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.crypto-slide--content {
    width: 50%
}

@media (max-width: 767px) {
    .crypto-slide--content {
        width: 100%
    }
}

.crypto-slide--content h4 {
    color: #020862;
    font-family: Roboto, sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

[dir] .crypto-slide--content h4 {
    margin-bottom: 2em
}

.crypto-slide--content h4:after {
    bottom: -.7em;
    content: "";
    height: 3px;
    position: absolute;
    width: 2em
}

[dir] .crypto-slide--content h4:after {
    background-color: #bb914a
}

[dir=ltr] .crypto-slide--content h4:after {
    left: 0
}

[dir=rtl] .crypto-slide--content h4:after {
    right: 0
}

.crypto-slide--content h5 {
    color: #020862;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    position: relative
}

[dir] .crypto-slide--content h5 {
    margin: 0 0 1em
}

.crypto-slide--content h5:after {
    bottom: -10px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

[dir] .crypto-slide--content h5:after {
    background-color: #dce4f6
}

[dir=ltr] .crypto-slide--content h5:after {
    left: 0
}

[dir=rtl] .crypto-slide--content h5:after {
    right: 0
}

.crypto-slide--content h5.lines {
    font-size: 1em
}

[dir] .mobile--section {
    background-image: url(../images/whymexbit/mobile-background.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0 1em
}

.mobile--section .swiper-button-next, .mobile--section .swiper-button-prev {
    height: inherit;
    top: 75%;
    width: inherit
}

@media (max-width: 992px) {
    .mobile--section .swiper-button-next, .mobile--section .swiper-button-prev {
        top: 80%
    }
}

@media (max-width: 767px) {
    .mobile--section .swiper-button-next, .mobile--section .swiper-button-prev {
        top: 62%
    }
}

[dir=ltr] .mobile--section .swiper-button-next {
    right: 51.5%;
    left: unset;
    transform: rotate(180deg);
}

[dir=rtl] .mobile--section .swiper-button-next {
    left: 51.5%;
    right: unset;
}

@media (min-width: 1281px) and (max-width: 1380px) {
    [dir=ltr] .mobile--section .swiper-button-next {
        right: 47.5%
    }

    [dir=rtl] .mobile--section .swiper-button-next {
        left: 47.5%
    }
}

@media (max-width: 1100px) {
    [dir=ltr] .mobile--section .swiper-button-next {
        right: 44.5%
    }

    [dir=rtl] .mobile--section .swiper-button-next {
        left: 44.5%
    }
}

@media (max-width: 992px) {
    [dir=ltr] .mobile--section .swiper-button-next {
        right: 43%
    }

    [dir=rtl] .mobile--section .swiper-button-next {
        left: 43%
    }
}

@media (max-width: 767px) {
    [dir=ltr] .mobile--section .swiper-button-next {
        right: 25%
    }

    [dir=rtl] .mobile--section .swiper-button-next {
        left: 25%
    }
}

.mobile--section .swiper-button-prev {
    flex-direction: column
}

[dir=ltr] .mobile--section .swiper-button-prev {
    left: 17%
}

[dir=rtl] .mobile--section .swiper-button-prev {
    right: 17%;
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    [dir=ltr] .mobile--section .swiper-button-prev {
        left: 12%
    }

    [dir=rtl] .mobile--section .swiper-button-prev {
        right: 12%
    }
}

@media (max-width: 992px) {
    [dir=ltr] .mobile--section .swiper-button-prev {
        left: 5%
    }

    [dir=rtl] .mobile--section .swiper-button-prev {
        right: 5%
    }
}

@media (max-width: 767px) {
    [dir=ltr] .mobile--section .swiper-button-prev {
        left: 25%
    }

    [dir=rtl] .mobile--section .swiper-button-prev {
        right: 25%
    }
}

.mobile--section .swiper-button-next, .mobile--section .swiper-button-prev {
    height: 2.75em;
    width: 2.75em
}

[dir] .mobile--section .swiper-button-next, [dir] .mobile--section .swiper-button-prev {
    background-color: #168bfe;
    background-image: url(../svg/arrow-left-white.svg);
    background-size: 18%;
    padding: 0;
    transition: .5s !important
}

.mobile--section .swiper-button-next.swiper-button-disabled, .mobile--section .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media (max-width: 767px) {
    .mobile--section .swiper-button-next.swiper-button-disabled, .mobile--section .swiper-button-prev.swiper-button-disabled {
        opacity: 1
    }
}

.mobile--slider .swiper-container {
    height: 100%;
    width: 100%
}

.mobile--slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.mobile--slider_box {
    display: flex;
    width: 100%
}

@media (max-width: 1100px) {
    .mobile--slider_box {
        align-items: flex-start;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .mobile--slider_box {
        display: block
    }
}

.mobile--img {
    width: 40%
}

[dir=ltr] .mobile--img {
    margin-right: 3.375em
}

[dir=rtl] .mobile--img {
    margin-left: 3.375em
}

@media (min-width: 1281px) and (max-width: 1380px) {
    .mobile--img {
        width: 45%
    }
}

@media (max-width: 1100px) {
    .mobile--img {
        width: 50%
    }
}

@media (max-width: 767px) {
    .mobile--img {
        width: 100%
    }

    [dir=ltr] .mobile--img {
        margin-right: 0
    }

    [dir=rtl] .mobile--img {
        margin-left: 0
    }
}

.mobile--content {
    width: 60%
}

[dir] .mobile--content {
    margin-top: 10em
}

@media (min-width: 1281px) and (max-width: 1380px) {
    .mobile--content {
        width: 55%
    }
}

@media (max-width: 1100px) {
    .mobile--content {
        width: 50%
    }

    [dir] .mobile--content {
        margin-top: 3em
    }
}

@media (max-width: 767px) {
    [dir] .mobile--content {
        margin: 6em auto 0;
        text-align: center
    }
}

.mobile--content h2 {
    color: #fff;
    font-size: 2.9375em;
    position: relative;
    text-transform: uppercase
}

[dir] .mobile--content h2 {
    margin-bottom: 1.1875em
}

.mobile--content h2:after {
    bottom: -20px;
    content: "";
    height: 5px;
    position: absolute;
    width: 2em
}

[dir] .mobile--content h2:after {
    background-color: #bb914a
}

[dir=ltr] .mobile--content h2:after {
    left: 0
}

[dir=rtl] .mobile--content h2:after {
    right: 0
}

@media (max-width: 767px) {
    [dir=ltr] .mobile--content h2:after {
        left: 50%;
        transform: translateX(-50%)
    }

    [dir=rtl] .mobile--content h2:after {
        right: 50%;
        transform: translateX(50%)
    }
}

.mobile--content h2 span {
    font-size: .5em
}

.mobile--content p {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.5
}

.mobile--content p span {
    font-weight: 700
}

[dir=ltr] .choosing-entity--section {
    background: transparent linear-gradient(89deg, #010c3e, #020f5b 48%, #010c3e) 0 0 no-repeat padding-box
}

[dir=rtl] .choosing-entity--section {
    background: transparent linear-gradient(-89deg, #010c3e, #020f5b 48%, #010c3e) 100% 0 no-repeat padding-box
}

.choosing-entity--section .sec_head h2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .choosing-entity--section .sec_head h2 {
        letter-spacing: 0
    }
}

.choosing-entity--box {
    height: 43em;
    overflow: hidden;
    position: relative;
    width: 98%
}

[dir] .choosing-entity--box {
    border-radius: 2em;
    cursor: pointer;
    margin: 0 auto;
    padding: 4.1875em 3em;
    text-align: center;
    transition: .5s
}

[dir=ltr] .choosing-entity--box {
    background: transparent radial-gradient(closest-side at 50% 100%, #fbd44e 0, #0818a2 100%) 0 0 no-repeat padding-box
}

[dir=rtl] .choosing-entity--box {
    background: transparent radial-gradient(closest-side at 50% 100%, #fbd44e 0, #0818a2 100%) 100% 0 no-repeat padding-box
}

@media (min-width: 1281px) and (max-width: 1380px) {
    .choosing-entity--box {
        height: 50em
    }
}

@media (max-width: 1100px) {
    .choosing-entity--box {
        height: 50em
    }
}

@media (max-width: 992px) {
    .choosing-entity--box {
        height: 45em;
        width: 100%
    }

    [dir] .choosing-entity--box {
        margin-top: 2em
    }
}

@media (max-width: 767px) {
    .choosing-entity--box {
        height: inherit;
        width: 100%
    }

    [dir] .choosing-entity--box {
        margin-top: 2em
    }

    [dir=ltr] .choosing-entity--box {
        background: transparent radial-gradient(closest-side at 50% 161%, #fbd44e 66%, #0818a2 271%) 0 0 no-repeat padding-box
    }

    [dir=rtl] .choosing-entity--box {
        background: transparent radial-gradient(closest-side at 50% 161%, #fbd44e 66%, #0818a2 271%) 100% 0 no-repeat padding-box
    }
}

.choosing-entity--box:after {
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .choosing-entity--box:after {
    transition: .5s
}

[dir=ltr] .choosing-entity--box:after {
    background: transparent radial-gradient(closest-side at 50% 161%, #fbd44e 66%, #0818a2 271%) 0 0 no-repeat padding-box;
    left: 0
}

[dir=rtl] .choosing-entity--box:after {
    background: transparent radial-gradient(closest-side at 50% 161%, #fbd44e 66%, #0818a2 271%) 100% 0 no-repeat padding-box;
    right: 0
}

.choosing-entity--box:hover:after {
    opacity: 1
}

.choosing-entity--box h2 {
    font-size: 2.9375em
}

@media (max-width: 767px) {
    .choosing-entity--box h2 {
        font-size: 2em
    }
}

[dir] .choosing-entity--box .sec_head {
    margin-bottom: 3.875em
}

@media (min-width: 1281px) and (max-width: 1380px) {
    [dir] .choosing-entity--box .sec_head {
        margin-bottom: 4.875em
    }
}

@media (min-width: 993px) and (max-width: 1100px) {
    [dir] .choosing-entity--box .sec_head {
        margin-bottom: 6.875em
    }
}

.choosing-entity--box .sec_head:after {
    width: 3.375em
}

.choosing-entity--box img {
    display: block;
    width: 80%
}

[dir] .choosing-entity--box img {
    margin: 0 auto
}

.choosing-entity--box a {
    color: #fff;
    display: inline-block;
    font-size: 1.125em;
    letter-spacing: 2px
}

[dir] .choosing-entity--box a {
    margin-top: 3.875em
}

@media (min-width: 1281px) and (max-width: 1380px) {
    [dir] .choosing-entity--box a {
        margin-top: 6.875em
    }
}

@media (min-width: 993px) and (max-width: 1100px) {
    [dir] .choosing-entity--box a {
        margin-top: 6.875em
    }
}

@media (max-width: 992px) {
    .choosing-entity--box a {
        font-size: 1.5em
    }
}

.choosing-entity--box .choosing-entity--contentBack img {
    width: 25%
}

[dir] .choosing-entity--box .choosing-entity--contentBack img {
    margin: inherit
}

@media (max-width: 767px) {
    .choosing-entity--box .choosing-entity--contentBack img {
        width: 30%
    }
}

.choosing-entity--box .choosing-entity--contentBack h2 {
    color: #fff;
    font-size: 2.0625em
}

[dir] .choosing-entity--box .choosing-entity--contentBack h2 {
    margin-bottom: 1.125em
}

.choosing-entity--box .choosing-entity--contentBack p {
    color: #fff;
    font-size: 1.1875em;
    line-height: 30px;
    position: relative
}

@media (max-width: 1100px) {
    .choosing-entity--box .choosing-entity--contentBack p {
        line-height: 25px
    }
}

@media (max-width: 767px) {
    .choosing-entity--box .choosing-entity--contentBack p {
        font-size: 1em;
        line-height: 20px
    }
}

.choosing-entity--box .choosing-entity--contentBack p:before {
    content: "";
    height: .5em;
    position: absolute;
    top: .5em;
    width: .5em
}

[dir] .choosing-entity--box .choosing-entity--contentBack p:before {
    background: #bb914a;
    border-radius: 50%
}

[dir=ltr] .choosing-entity--box .choosing-entity--contentBack p:before {
    left: -1.5em
}

[dir=rtl] .choosing-entity--box .choosing-entity--contentBack p:before {
    right: -1.5em
}

@media (max-width: 767px) {
    [dir=ltr] .choosing-entity--box .choosing-entity--contentBack p:before {
        left: -1em
    }

    [dir=rtl] .choosing-entity--box .choosing-entity--contentBack p:before {
        right: -1em
    }
}

.choosing-entity--content {
    position: relative;
    z-index: 2
}

[dir] .choosing-entity--content {
    transition: .3s
}

.choosing-entity--contentBack {
    height: 100%;
    opacity: 0;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[dir] .choosing-entity--contentBack {
    padding: 3.1875em 6em;
    transition: .3s
}

[dir=ltr] .choosing-entity--contentBack {
    background: transparent radial-gradient(closest-side at 50% 100%, #fbd44e 0, #0818a2 100%) 0 0 no-repeat padding-box;
    left: 0;
    text-align: left
}

[dir=rtl] .choosing-entity--contentBack {
    background: transparent radial-gradient(closest-side at 50% 100%, #fbd44e 0, #0818a2 100%) 100% 0 no-repeat padding-box;
    right: 0;
    text-align: right
}

@media (min-width: 993px) and (max-width: 1100px) {
    [dir] .choosing-entity--contentBack {
        padding: 2.1875em 4em
    }
}

@media (max-width: 767px) {
    [dir] .choosing-entity--contentBack {
        padding: 1em 2em
    }

    .showEntityContent {
        height: 33em
    }
}

.showEntityContent .choosing-entity--content {
    opacity: 0
}

.showEntityContent .choosing-entity--contentBack {
    opacity: 1
}

[dir] .something-unique--section {
    background-color: #0c0d38;
    padding-bottom: 0
}

@media (max-width: 767px) {
    [dir] .something-unique--section {
        padding-bottom: 3em
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    [dir] .something-unique--section .sec_head {
        margin-bottom: 3.5em
    }
}

.something-unique--content h3 {
    font-family: Roboto, sans-serif;
    font-size: 1.6875em
}

@media (max-width: 767px) {
    .something-unique--content h3 {
        font-size: 1.25em
    }

    [dir] .something-unique--content {
        margin-top: 2em
    }
}

.something-unique--content p {
    font-size: 1.125em;
    line-height: 30px
}

[dir] .something-unique--content p {
    margin: 1.75em 0 1.875em
}

@media (max-width: 1100px) {
    [dir] .something-unique--content p {
        margin: 1em 0
    }

    [dir=ltr] .something-unique--content p {
        padding-right: 0
    }

    [dir=rtl] .something-unique--content p {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .something-unique--content p {
        font-size: 1em;
        line-height: 25px
    }

    [dir=ltr] .something-unique--content p {
        padding-right: 0
    }

    [dir=rtl] .something-unique--content p {
        padding-left: 0
    }
}

.something-unique--content a {
    color: #dcaa54;
    font-size: 1.125em
}

@media (max-width: 767px) {
    .something-unique--content a {
        font-size: 1em
    }
}

.something-unique--content a span svg {
    height: 1em;
    width: auto
}

[dir=ltr] .something-unique--content a span svg {
    padding-left: .5em
}

[dir=rtl] .something-unique--content a span svg {
    padding-right: .5em
}

.something-unique--content a, .something-unique--content h3 {
    position: relative
}

[dir=ltr] .something-unique--content a, [dir=ltr] .something-unique--content h3 {
    padding-left: 1em
}

[dir=rtl] .something-unique--content a, [dir=rtl] .something-unique--content h3 {
    padding-right: 1em
}

.something-unique--content a:before, .something-unique--content h3:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 3px
}

[dir] .something-unique--content a:before, [dir] .something-unique--content h3:before {
    background-color: #dcaa54
}

[dir=ltr] .something-unique--content a:before, [dir=ltr] .something-unique--content h3:before {
    left: 0
}

[dir=rtl] .something-unique--content a:before, [dir=rtl] .something-unique--content h3:before {
    right: 0
}

[dir] .something-unique--contentwrap {
    padding-bottom: 3em
}

@media (max-width: 767px) {
    .something-unique--video {
        display: none
    }

    [dir] .something-unique--video {
        margin-top: 2em
    }
}

.something-unique--video video {
    width: 100%
}

[dir] .something-unique--video video {
    margin-bottom: -1em
}

.something-unique--img {
    display: none
}

@media (max-width: 767px) {
    .something-unique--img {
        display: block
    }
}

[dir] .deep-liquidity--section {
    background-color: #010c3e
}

.deep-liquidity--section p {
    color: #fff
}

[dir] .deep-liquidity--section p {
    text-align: center
}

[dir] .deep-liquidity--section .sec_head {
    margin-bottom: 0;
    padding-bottom: 2em
}

.deep-liquidity--video {
    width: 70%
}

[dir] .deep-liquidity--video {
    margin: 0 auto
}

@media (max-width: 992px) {
    .deep-liquidity--video {
        width: 100%
    }
}

.deep-liquidity--video video {
    width: 100%
}

[dir] .customer-support--section {
    background-image: url(../images/whymexbit/Laptop-Background-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.customer-support--section .col-xl-3:last-child .customer-support--box:after {
    content: none
}

@media (max-width: 1100px) {
    .customer-support--section .col-xl-3:last-child .customer-support--box:after {
        content: ""
    }
}

@media (max-width: 992px) {
    .customer-support--section .col-xl-3:last-child .customer-support--box:after {
        content: none
    }
}

@media (max-width: 1100px) {
    .customer-support--section .col-xl-3:nth-child(3) .customer-support--box:after {
        content: none
    }
}

@media (max-width: 992px) {
    .customer-support--section .col-xl-3:nth-child(2) .customer-support--box:after {
        content: none
    }
}

.customer-support--section .container .row:nth-child(2) {
    width: 95%
}

[dir] .customer-support--section .container .row:nth-child(2) {
    margin: 0 auto
}

[dir] .customer-support--section .sec_head {
    margin-bottom: 0;
    padding-bottom: 2em
}

[dir] .customer-support--head {
    margin-bottom: 3.4375em;
    text-align: center
}

.customer-support--head p {
    color: #fff;
    font-size: 1.125em
}

.customer-support--head h4 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.6875em
}

.customer-support--box {
    position: relative
}

[dir] .customer-support--box {
    border-radius: 100px;
    padding: 1em 3em 3em;
    text-align: center;
    transition: .5s
}

@media (max-width: 1100px) {
    [dir] .customer-support--box {
        background-color: #f2f3fa21;
        border-radius: 40px;
        margin-bottom: 2em;
        padding: 2em
    }
}

@media (max-width: 767px) {
    [dir] .customer-support--box {
        background-color: #f2f3fa21;
        border-radius: 20px;
        margin-bottom: 2em;
        padding: 2em
    }
}

[dir] .customer-support--box:hover {
    background-color: #f2f3fa21;
    border-radius: 40px
}

[dir] .customer-support--box:hover .anchor {
    background-color: #168bfe
}

.customer-support--box:hover .anchor:hover {
    color: #fff
}

.customer-support--box .anchor {
    min-width: 100%
}

[dir] .customer-support--box .anchor {
    background-color: #020862;
    border: none
}

.customer-support--box:after {
    bottom: 5%;
    content: "";
    height: 60%;
    position: absolute;
    width: 1px
}

[dir] .customer-support--box:after {
    background: #363d6b
}

[dir=ltr] .customer-support--box:after {
    right: -5%
}

[dir=rtl] .customer-support--box:after {
    left: -5%
}

@media (max-width: 1100px) {
    [dir=ltr] .customer-support--box:after {
        right: -6%
    }

    [dir=rtl] .customer-support--box:after {
        left: -6%
    }
}

@media (max-width: 767px) {
    .customer-support--box:after {
        content: none
    }
}

.customer-support--icon img {
    width: 80%
}

.customer-support--content {
    height: 20em
}

@media (max-width: 767px) {
    .customer-support--content {
        height: inherit
    }

    [dir] .customer-support--content {
        margin-bottom: 3em
    }
}

.customer-support--content h4 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.6875em;
    position: relative
}

[dir] .customer-support--content h4 {
    margin-bottom: 1em;
    margin-top: .7em;
    padding-bottom: 1.475em
}

.customer-support--content h4:after {
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 1.5em
}

[dir] .customer-support--content h4:after {
    background: #bb914a
}

[dir=ltr] .customer-support--content h4:after {
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .customer-support--content h4:after {
    right: 50%;
    transform: translateX(50%)
}

.customer-support--content p {
    color: #fff;
    font-size: 1em;
    line-height: 25px
}

[dir] .signup-steps--section {
    padding: 5em 0 2em
}

[dir=ltr] .signup-steps--section {
    background: transparent linear-gradient(89deg, #010c3e, #020f5b 48%, #010c3e) 0 0 no-repeat padding-box
}

[dir=rtl] .signup-steps--section {
    background: transparent linear-gradient(-89deg, #010c3e, #020f5b 48%, #010c3e) 100% 0 no-repeat padding-box
}

.signup-steps--slider .swiper-container {
    width: 100%
}

[dir] .signup-steps--slider .swiper-container {
    padding-bottom: 50px;
    padding-top: 50px
}

.signup-steps--slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

[dir] .signup-steps--slider .swiper-button-next, [dir] .signup-steps--slider .swiper-button-prev {
    background-image: none
}

.signup-steps--slider .swiper-button-next, .signup-steps--slider .swiper-button-prev {
    height: auto;
    top: 60%;
    width: 4%
}

@media (max-width: 992px) {
    .signup-steps--slider .swiper-button-next, .signup-steps--slider .swiper-button-prev {
        top: 60%;
        width: 8%
    }
}

@media (max-width: 767px) {
    .signup-steps--slider .swiper-button-next, .signup-steps--slider .swiper-button-prev {
        top: 17%;
        width: 20%
    }
}

[dir=ltr] .signup-steps--slider .swiper-button-prev {
    transform: rotate(180deg);
}

[dir=ltr] .signup-steps--slider .swiper-button-next {
    right: 23%;
}

[dir=rtl] .signup-steps--slider .swiper-button-next {
    left: 23%;
    transform: rotate(-180deg);
}

@media (max-width: 992px) {
    [dir=ltr] .signup-steps--slider .swiper-button-next {
        right: 21%
    }

    [dir=rtl] .signup-steps--slider .swiper-button-next {
        left: 21%
    }
}

@media (max-width: 767px) {
    [dir=ltr] .signup-steps--slider .swiper-button-next {
        right: 2%
    }

    [dir=rtl] .signup-steps--slider .swiper-button-next {
        left: 2%
    }
}

[dir=ltr] .signup-steps--slider .swiper-button-prev {
    left: 23%
}

[dir=rtl] .signup-steps--slider .swiper-button-prev {
    right: 23%
}

@media (max-width: 992px) {
    [dir=ltr] .signup-steps--slider .swiper-button-prev {
        left: 21%
    }

    [dir=rtl] .signup-steps--slider .swiper-button-prev {
        right: 21%
    }
}

@media (max-width: 767px) {
    [dir=ltr] .signup-steps--slider .swiper-button-prev {
        left: 2%
    }

    [dir=rtl] .signup-steps--slider .swiper-button-prev {
        right: 2%
    }
}

.signup-steps--slider .swiper-button-next.swiper-button-disabled, .signup-steps--slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.signup-steps--slider .swiper-pagination {
    display: none
}

@media (max-width: 767px) {
    .signup-steps--slider .swiper-pagination {
        display: inline-block
    }
}

[dir] .signup-steps--slider .swiper-pagination-bullet, [dir] .signup-steps--slider .swiper-pagination-bullet-active {
    background: #fff
}

.signup-steps--box {
    display: flex;
    flex-direction: column;
    height: 25em;
    width: 100%
}

[dir] .signup-steps--box {
    background-color: #f1f4fb;
    border-radius: 15px;
    padding: 5.375em 5em
}

@media (max-width: 1100px) {
    .signup-steps--box {
        height: inherit
    }

    [dir] .signup-steps--box {
        padding: 5.375em 2em
    }
}

@media (max-width: 992px) {
    .signup-steps--box {
        height: 30em
    }

    [dir] .signup-steps--box {
        padding: 3.5em 2em
    }
}

@media (max-width: 767px) {
    .signup-steps--box {
        height: inherit;
        width: 65%
    }

    [dir] .signup-steps--box {
        padding: 2.375em 2em
    }
}

.signup-steps--box_head {
    align-items: center;
    color: #fff;
    display: grid;
    justify-content: center;
    width: 40%
}

[dir] .signup-steps--box_head {
    border-radius: 75px;
    margin: 0 auto;
    padding: 1em
}

[dir=ltr] .signup-steps--box_head {
    background: transparent linear-gradient(180deg, #1039af, #020862) 0 0 no-repeat padding-box
}

[dir=rtl] .signup-steps--box_head {
    background: transparent linear-gradient(-180deg, #1039af, #020862) 100% 0 no-repeat padding-box
}

@media (max-width: 1100px) {
    .signup-steps--box_head {
        width: 60%
    }
}

@media (max-width: 992px) {
    .signup-steps--box_head {
        width: 73%
    }
}

@media (max-width: 767px) {
    .signup-steps--box_head {
        width: 75%
    }
}

.signup-steps--box_head h2 {
    font-size: 1.5em;
    font-weight: 500
}

@media (max-width: 767px) {
    .signup-steps--box_head h2 {
        font-size: .8em
    }
}

[dir] .signup-steps--box_content {
    margin-top: 5em
}

@media (max-width: 992px) {
    [dir] .signup-steps--box_content {
        margin-top: 7em
    }
}

@media (max-width: 767px) {
    [dir] .signup-steps--box_content {
        margin-top: 5em
    }
}

.signup-steps--box_content ul {
    display: flex;
    justify-content: space-around;
    width: 100%
}

@media (max-width: 767px) {
    .signup-steps--box_content ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.signup-steps--box_content ul li {
    width: 23%
}

[dir] .signup-steps--box_content ul li {
    text-align: center
}

@media (max-width: 767px) {
    .signup-steps--box_content ul li {
        display: flex;
        width: 100%
    }

    [dir] .signup-steps--box_content ul li {
        margin-bottom: 1.5em
    }

    [dir=ltr] .signup-steps--box_content ul li {
        text-align: left
    }

    [dir=rtl] .signup-steps--box_content ul li {
        text-align: right
    }

    [dir=ltr] .signup-steps--box_content ul li .number {
        margin-right: 2em
    }

    [dir=rtl] .signup-steps--box_content ul li .number {
        margin-left: 2em
    }
}

.signup-steps--box_content ul li span {
    align-items: center;
    display: inline-flex;
    font-size: 2em;
    font-weight: 600;
    height: 1em;
    justify-content: center;
    width: 1em
}

[dir] .signup-steps--box_content ul li span {
    background-color: #b7b8c6;
    border-radius: 50%;
    margin-bottom: 1em;
    padding: .2em
}

.signup-steps--box_content ul li h5 {
    font-family: Roboto, sans-serif;
    font-size: 1em;
    position: relative
}

[dir] .signup-steps--box_content ul li h5 {
    margin-top: 0
}

[dir=ltr] .signup-steps--box_content ul li h5 {
    text-align: left
}

[dir=rtl] .signup-steps--box_content ul li h5 {
    text-align: right
}

.signup-steps--box_content ul li h5:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 3px
}

[dir] .signup-steps--box_content ul li h5:before {
    background-color: #bb914a
}

[dir=ltr] .signup-steps--box_content ul li h5:before {
    left: -10px
}

[dir=rtl] .signup-steps--box_content ul li h5:before {
    right: -10px
}

.signup-steps--box_content ul li p {
    font-size: 1em
}

[dir] .signup-steps--box_content ul li p {
    margin-bottom: .25em
}

[dir=ltr] .signup-steps--box_content ul li p {
    text-align: left
}

[dir=rtl] .signup-steps--box_content ul li p {
    text-align: right
}

.signup-steps--box_content ul li img {
    width: 50%
}

@media (max-width: 767px) {
    .signup-steps--box_content ul li img {
        width: 25%
    }

    [dir=ltr] .signup-steps--box_content ul li img {
        margin-right: 2em
    }

    [dir=rtl] .signup-steps--box_content ul li img {
        margin-left: 2em
    }
}

.signup-steps--box_content ul li h6 {
    font-family: Roboto, sans-serif;
    font-size: 1em
}

[dir] .signup-steps--box_content ul li h6 {
    margin-top: 3em
}

@media (max-width: 767px) {
    [dir] .signup-steps--box_content ul li h6 {
        margin-top: 0
    }
}

.signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul {
    position: relative
}

.signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
    bottom: 4.5em;
    content: "";
    height: 2em;
    position: absolute;
    width: 100%
}

[dir] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
    background-image: url(../svg/whymexbit/border-bottom-step-2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 69%
}

[dir=ltr] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
    right: 50%;
    transform: translateX(50%)
}

@media (max-width: 992px) {
    .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
        bottom: 7em
    }
}

@media (max-width: 767px) {
    .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
        bottom: .5em;
        height: 100%
    }

    [dir] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
        background-size: 85%
    }

    [dir=ltr] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
        left: -20%;
        transform: rotate(90deg)
    }

    [dir=rtl] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul:after {
        right: -20%;
        transform: rotate(-90deg)
    }

    .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul li {
        align-items: center
    }
}

.signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul p {
    font-size: .8em;
    font-weight: 500
}

[dir] .signupStepsSwiper .swiper-slide:nth-child(2) .signup-steps--box_content ul p {
    text-align: center
}

.signup-steps--box_bottom {
    font-family: Roboto, sans-serif
}

[dir] .signup-steps--box_bottom {
    margin-top: 2em;
    text-align: center
}

@media (max-width: 992px) {
    [dir] .signup-steps--box_bottom {
        margin-top: 1em
    }

    [dir=ltr] .signup-steps--box_bottom {
        text-align: left
    }

    [dir=rtl] .signup-steps--box_bottom {
        text-align: right
    }
}

@media (max-width: 767px) {
    [dir] .signup-steps--box_bottom {
        margin-top: 2em
    }
}

.signup-steps--box_bottom h5 {
    font-family: Roboto, sans-serif;
    font-size: 1.25em
}

.signup-steps--box_bottom ul {
    align-items: center;
    display: flex;
    justify-content: space-around
}

@media (max-width: 992px) {
    .signup-steps--box_bottom ul {
        flex-wrap: wrap;
        height: 4em
    }
}

@media (max-width: 767px) {
    .signup-steps--box_bottom ul {
        display: inline-block
    }
}

.signup-steps--box_bottom ul li {
    position: relative
}

.signup-steps--box_bottom ul li:before {
    content: "";
    height: 8px;
    position: absolute;
    top: 50%;
    width: 8px
}

[dir] .signup-steps--box_bottom ul li:before {
    background: #fbd44e;
    border-radius: 50%;
    transform: translateY(-50%)
}

[dir=ltr] .signup-steps--box_bottom ul li:before {
    left: -1em
}

[dir=rtl] .signup-steps--box_bottom ul li:before {
    right: -1em
}

.signup-steps--box_bottom ul li p {
    font-size: 1em
}

.signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul {
    align-items: center;
    width: 85%
}

[dir] .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul {
    margin: 0 auto
}

@media (max-width: 767px) {
    .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul {
        width: 100%
    }
}

.signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li {
    width: inherit
}

@media (max-width: 767px) {
    .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li {
        align-items: center;
        display: list-item
    }
}

.signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li img {
    width: 100%
}

.signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li ul {
    display: block
}

.signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li ul li {
    list-style: circle
}

[dir=ltr] .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li ul li {
    margin-left: 2em
}

[dir=rtl] .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li ul li {
    margin-right: 2em
}

@media (max-width: 767px) {
    [dir] .signupStepsSwiper .swiper-slide:nth-child(3) .signup-steps--box_content ul li ul li {
        margin-bottom: 0
    }
}

[dir] .where-togo-section .sec_head {
    margin-bottom: 2em
}

.where-togo-section .sec_head h2 {
    font-family: Roboto, sans-serif;
    font-weight: 600
}

.choose-card h3 {
    font-family: Roboto, sans-serif
}

[dir=ltr] .signup--section {
    background: transparent linear-gradient(180deg, #010c3e, #020862) 0 0 no-repeat padding-box
}

[dir=rtl] .signup--section {
    background: transparent linear-gradient(-180deg, #010c3e, #020862) 100% 0 no-repeat padding-box
}

[dir] .signup--button {
    text-align: center
}

.signup--button .anchor {
    color: #1039af;
    font-size: 1.75em
}

[dir] .signup--button .anchor {
    background-color: #fff;
    padding: 1em 3em
}

@media (max-width: 767px) {
    .signup--button .anchor {
        font-size: 1em
    }

    [dir] .signup--button .anchor {
        border-radius: 50px;
        padding: .75em 3em
    }
}

.signup--button .anchor:hover {
    color: #fff
}

[dir] .signup--button .anchor:hover {
    background-color: #010c3e
}

.sec_head h2, .sec_head h1 {
    line-height: 1.2
}

.multibank-regulation--slider .swiper-container {
    height: 100%
}

.multibank-regulation--slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center
}

[dir] .multibank-regulation--slider .swiper-slide {
    text-align: center
}

.multibank-regulation--slider .swiper-container {
    height: 300px;
    width: 100%
}

[dir] .multibank-regulation--slider .swiper-container {
    margin-left: auto;
    margin-right: auto
}

[dir] .multibank-regulation--slider .swiper-slide {
    background-position: 50%;
    background-size: cover
}

.multibank-regulation--slider .flagthumbSwiper2 {
    height: 45%;
    width: 100%
}

@media (max-width: 767px) {
    .multibank-regulation--slider .flagthumbSwiper2 {
        height: auto
    }

    [dir] .multibank-regulation--slider .flagthumbSwiper2 {
        margin-top: 2em
    }

    .multibank-regulation--slider .flagthumbSwiper2 {
        height: 65%
    }
}

.multibank-regulation--slider .flagthumbSwiper {
    box-sizing: border-box;
    height: 15em
}

[dir] .multibank-regulation--slider .flagthumbSwiper {
    padding: 10px 0
}

@media (max-width: 1100px) {
    .multibank-regulation--slider .flagthumbSwiper .swiper-slide {
        width: 9em !important
    }
}

@media (max-width: 992px) {
    .multibank-regulation--slider .flagthumbSwiper .swiper-slide {
        width: 8.5em !important
    }
}

@media (max-width: 767px) {
    .multibank-regulation--slider .flagthumbSwiper .swiper-slide {
        width: 7em !important
    }
}

.multibank-regulation--slider .flagthumbSwiper .swiper-wrapper {
    align-items: center;
    flex-wrap: wrap;
    height: 5em;
    justify-content: center
}

[dir] .multibank-regulation--slider .flagthumbSwiper .swiper-wrapper {
    transform: inherit !important
}

@media (max-width: 767px) {
    .multibank-regulation--slider .flagthumbSwiper .swiper-wrapper {
        justify-content: space-between
    }
}

.multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
    align-items: center;
    color: #010c3e;
    display: inline-flex;
    height: 2.6875em;
    justify-content: flex-start;
    width: 9em
}

[dir] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
    background-color: #fff;
    border-radius: 20px !important;
    cursor: pointer
}

[dir=ltr] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
    padding: 0 0 0 .5em
}

[dir=rtl] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
    padding: 0 .5em 0 0
}

@media (min-width: 1281px) and (max-width: 1380px) {
    .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
        height: 3em
    }
}

@media (max-width: 767px) {
    .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
        width: 6em
    }

    [dir=ltr] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
        padding: 0 0 0 .5em
    }

    [dir=rtl] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button {
        padding: 0 .5em 0 0
    }
}

.multibank-regulation--slider .flagthumbSwiper .flagthumb--button img {
    width: 25%
}

[dir=ltr] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button img {
    margin-right: 1em
}

[dir=rtl] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button img {
    margin-left: 1em
}

@media (max-width: 767px) {
    [dir=ltr] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button img {
        margin-right: .5em
    }

    [dir=rtl] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button img {
        margin-left: .5em
    }
}

.multibank-regulation--slider .flagthumbSwiper .flagthumb--button span {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

[dir=ltr] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button span {
    border-left: 1px solid #b7b8c6;
    padding-left: .5em
}

[dir=rtl] .multibank-regulation--slider .flagthumbSwiper .flagthumb--button span {
    border-right: 1px solid #b7b8c6;
    padding-right: .5em
}

@media (max-width: 767px) {
    .multibank-regulation--slider .flagthumbSwiper .flagthumb--button span {
        font-size: 1em
    }
}

.multibank-regulation--slider .flagthumbSwiper .swiper-slide {
    height: 100%;
    opacity: 1;
    width: auto
}

[dir] .multibank-regulation--slider .flagthumbSwiper .swiper-slide {
    margin: 0 1em
}

@media (max-width: 767px) {
    [dir] .multibank-regulation--slider .flagthumbSwiper .swiper-slide {
        margin: 0
    }
}

.multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active {
    color: #fff;
    opacity: 1
}

[dir=ltr] .multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active .flagthumb--button {
    background: transparent linear-gradient(180deg, #dcaa54, #bb914a) 0 0 no-repeat padding-box !important
}

[dir=rtl] .multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active .flagthumb--button {
    background: transparent linear-gradient(-180deg, #dcaa54, #bb914a) 100% 0 no-repeat padding-box !important
}

.multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active .flagthumb--button span {
    color: #fff
}

[dir=ltr] .multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active .flagthumb--button span {
    border-left: 1px solid #fff
}

[dir=rtl] .multibank-regulation--slider .flagthumbSwiper .swiper-slide-thumb-active .flagthumb--button span {
    border-right: 1px solid #fff
}

.advantage--section .swiper-slide, .advantage--section .swiper-wrapper {
    height: auto
}

[dir] .radial--bg .features--section {
    padding: 0
}

.text-img-wrapper {
    width: 75em
}

[dir] .text-img-wrapper {
    margin-left: auto;
    margin-right: auto
}

.header_right .anchor:first-of-type {
    color: #fff
}

[dir] .header_right .anchor:first-of-type {
    background-color: #007bff
}

.header_right .anchor:hover:first-of-type {
    color: #fff
}

[dir] .header_right .anchor:hover:first-of-type {
    background-color: #007bff
}

[dir] .announcement-section .sec_head.inner_sec_head, [dir] .downloads-detail-section .sec_head.inner_sec_head, [dir] .promotion-sec .sec_head.inner_sec_head {
    padding-bottom: 0 !important
}

[dir] .announcement-section .sec_head.inner_sec_head {
    margin-bottom: 1em !important
}

[dir] .sec_head.inner_sec_head.white_head {
    padding-bottom: 1.5em !important
}

.section.blog-detail-section {
    padding: 15em 0 !important;
}

.f-bottom-wrap p, .copyright {
    font-size: .9375em;
}

.global-presence-video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1920 / 900;
    display: block;
}

.mobile-app-section .sec_head {
    color: white;
}

.mobile-app-section .sec_head:after {
    content: none;
}

.mobile-app-download-btn {
    position: relative;
    display: block;
}

.mobile-app-download-btn img {
    width: 265px;
    max-width: 100%;
}

.mobile-app-download-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 8px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .75);
    color: rgba(255, 255, 255, .95);
}
