@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Manrope-ExtraLight.ttf) format("truetype"), url('../fonts/Manrope-ExtraLight.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Manrope-Light.ttf) format("truetype"), url('../fonts/Manrope-Light.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Manrope-Regular.ttf) format("truetype"), url('../fonts/Manrope-Regular.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.ttf) format("truetype"), url('../fonts/Manrope-Medium.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Manrope-SemiBold.ttf) format("truetype"), url('../fonts/Manrope-SemiBold.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Manrope-Bold.ttf) format("truetype"), url('../fonts/Manrope-Bold.svg#str-replace("Manrope", " ", "_")') format("svg")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Manrope-ExtraBold.ttf) format("truetype"), url('../fonts/Manrope-ExtraBold.svg#str-replace("Manrope", " ", "_")') format("svg")
}


@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Poppins-Thin.ttf) format("truetype"), url('../fonts/Poppins-Thin.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Poppins-ExtraLight.ttf) format("truetype"), url('../fonts/Poppins-ExtraLight.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Poppins-Light.ttf) format("truetype"), url('../fonts/Poppins-Light.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.ttf) format("truetype"), url('../fonts/Poppins-Regular.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.ttf) format("truetype"), url('../fonts/Poppins-Medium.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.ttf) format("truetype"), url('../fonts/Poppins-SemiBold.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.ttf) format("truetype"), url('../fonts/Poppins-Bold.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBold.ttf) format("truetype"), url('../fonts/Poppins-ExtraBold.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Poppins-Black.ttf) format("truetype"), url('../fonts/Poppins-Black.svg#str-replace("Poppins", " ", "_")') format("svg")
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

/********** CSS variables **********/
:root {
    --index: calc(1vw + 1vh);

    --primary: #2585F4;
    --black: #000000;
    --white: #FFFFFF;
    --transparent: transparent;

    --primary-dark: #113C6E;

    --Text-secondary: #595959;

    --neutrals-50: #FCFCFC;
    --neutrals-100: #F5F5F5;
    --neutrals-200: #F0F0F0;
    --neutrals-300: #D9D9D9;
    --neutrals-400: #BFBFBF;
    --neutrals-500: #8C8C8C;



    --transition: ease-out .3s;
}
/********** CSS variables **********/

html {
    /* Better rendering on WebKit browsers */
    -webkit-font-smoothing: antialiased;
    /* Improves rendering on macOS */
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 26px;
    color: var(--Text-secondary);
    font-weight: 400;
}

img {
    display: block;
    box-sizing: border-box;
}

.section {
    padding: 112px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .section {
        padding: 96px 0;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 88px 0;
    }
}

.heading-display {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 52.8px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 39.6px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30.8px;
    color: var(--black);
}

.heading-5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: var(--black);
}

.heading-6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
}

@media (max-width: 1199px) {
    .heading-1 {
        font-size: 44px;
        line-height: 48.4px;
    }
    .heading-2 {
        font-size: 36px;
        line-height: 39.6px;
    }
    .heading-3 {
        font-size: 32px;
        line-height: 35.2px;
    }
    .heading-4 {
        font-size: 24px;
        line-height: 26.4px;
    }
    .heading-5 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 640px) {
    .heading-1 {
        font-size: 36px;
        line-height: 39.6px;
    }
    .heading-2 {
        font-size: 30px;
        line-height: 33px;
    }
    .heading-3 {
        font-size: 28px;
        line-height: 30.8px;
    }
}


/********** Btn start **********/
.btn {
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    transition: var(--transition);
}

.btn-lg {
    min-height: 52px;
    font-size: 18px;
    padding: 4px 40px;
}

.btn-md {
    min-height: 48px;
    font-size: 16px;
    padding: 4px 32px;
}

.btn-sm {
    min-height: 44px;
    font-size: 14px;
    padding: 4px 24px;
}

.btn-xs {
    min-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    text-decoration: none;
    background-color: #1F71CF;
}

.btn-primary:focus-visible {
    background-color: #1F71CF;
    box-shadow: 0px 0px 0px 4px rgba(37, 133, 244, 0.24);
    outline: none;
}

.btn-secondary {
    color: var(--primary);
    background-color: var(--transparent);
    border: 1.5px solid #CBE2FC;
}

.btn-secondary:hover,
.btn-secondary:focus {
    text-decoration: none;
    color: var(--white);
    border: 1.5px solid var(--primary);
    background-color: var(--primary);
}

.btn-secondary:focus-visible {
    background-color: #1F71CF;
    box-shadow: 0px 0px 0px 4px rgba(37, 133, 244, 0.24);
    outline: none;
}

.btn-transparent {
    color: var(--black);
    background-color: var(--transparent);
}

.btn-transparent:hover,
.btn-transparent:focus {
    text-decoration: none;
    color: var(--primary);
}

.btn-transparent:focus-visible {
    color: var(--primary);
    outline: none;
}

.btn-light {
    color: var(--black);
    background-color: var(--white);
}

.btn-light:hover,
.btn-light:focus {
    text-decoration: none;
    background-color: #11F6DC;
}

.btn-light:focus-visible {
    background-color: #11F6DC;
    box-shadow: 0px 0px 0px 4px rgba(17, 246, 220, 0.32);
    outline: none;
}

.btn-black {
    color: var(--white);
    background-color: var(--black);
}

.btn-black:hover,
.btn-black:focus {
    text-decoration: none;
    background-color: #1F71CF;
}

.btn-black:focus-visible {
    background-color: #1F71CF;
    box-shadow: 0px 0px 0px 4px rgba(37, 133, 244, 0.24);
    outline: none;
}

@media (max-width: 1199px) {

}

@media (max-width: 640px) {

}
/********** Btn end **********/

/********** 404 start **********/
.section-404{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #F4F9FF;
}

.section-404_block{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    max-width: 564px;
    margin: auto;
}

.section-404_title {
    text-align: left;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.ar .section-404_title{
    text-align: right;
}

.section-404_text {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #595959;
}

.ar .section-404_text{
    text-align: right;
}

.section-404 .btn {
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    height: fit-content;
    margin: auto;
}

@media (max-width: 640px) {
    .section-404_block{
        flex-direction: column;
    }
    .section-404 .btn{
        margin-top: 24px;
        margin-left: 0;
        margin-right: auto;
    }
    .ar .section-404 .btn{
        margin-right: 0;
        margin-left: auto;
    }
}
/********** 404 end **********/

/********** section-ready start **********/
.section-ready {
    padding-bottom: 0;
}

.ready_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 16px;
    padding: 112px;
}

.ready_title {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.5px;
    color: var(--white);
    margin-bottom: 16px;
    max-width: 560px;
}


.ready_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--white);
    margin-bottom: 32px;
}


.ready_btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 20px;
    margin-right: auto;
}

.ar .ready_btn-wrap{
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .ready_wrap {
        min-height: 550px;
        padding: 158px 20px;
    }

    .ready_title {
        font-size: 54px;
        line-height: 59.4px;
        max-width: 500px;
    }
}

@media (max-width: 640px) {
    .ready_wrap {
        min-height: 640px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 88px 16px;
    }

    .ready_title {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (max-width: 340px) {
    .ready_title{
        overflow-wrap: anywhere;
    }
}
/********** section-ready end **********/

/********** Footer start **********/
.footer {
    padding-top: 64px;
    padding-bottom: 32px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    gap: 56px 24px;
    padding-top: 32px;
}

.footer_logo {}

.social-networks {
    display: flex;
    gap: 12px;
}

.social-networks li img {
    width: 24px;
    height: 24px;
}

.footer_menu {
    width: 100%;
    /*max-width: 655px;*/
}

.footer_menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 24px;
}

.footer_menu .menu-item-has-children {
    width: calc(100% / 7 - 21px);
    max-width: 143px;
}

.footer_menu .menu-item a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 12px;
    transition: var(--transition);
    color: #000000;
}

.footer_menu .menu-item-has-children>a {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 0;
    margin-bottom: 24px;
}

.footer_menu .menu-item-has-children>a:hover {
    text-decoration: none;
}

.footer_logo_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #F0F0F0;
}

.footer_block_text_mob{
    display: none;
}

.footer_block_text{
    /*display: flex;*/
    display: none;/*hide trading view logo*/
    gap: 8px;
}

.partnership_text{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #8C8C8C;
}

.footer_bottom {
    padding-top: 32px;
}

.footer_text {
    background-color: #FAFAFA;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
    color: #595959;
    padding: 32px;
}
.footer_text a{
    color: var(--primary);
}

.footer_menu .menu-item .sub-menu .menu-item.current-menu-item a{
    color: var(--primary)!important;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    padding: 35px 0;
}

.copyright .widget a{
    color: var(--primary);
    text-decoration: underline;
}

.up__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--neutrals-200);
    border-radius: 8px;
}

.up__btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    transition: var(--transition);
}

.up__btn:hover svg path {
    fill: white;
    transition: var(--transition);
}

@media (max-width: 1199px) {
    .footer {
        padding-top: 56px;
        padding-bottom: 32px;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_menu {
         max-width: inherit;
    }

    .footer_bottom {
        padding-top: 44px;
    }
}

@media (max-width: 1024px) {
    .footer_menu .menu-item-has-children {
        width: calc(100% / 4 - 20px);
        max-width: inherit;
    }
}

@media (max-width: 640px) {
    .footer {
        padding-top: 48px;
        padding-bottom: 20px;
    }

    .footer_top {
        gap: 48px 24px;
        padding: 0;
    }

    .footer_menu .menu {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer_menu .menu-item-has-children {
        width: 100%;
    }

    .footer_menu .menu>.menu-item>a {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        position: relative;
        transition: var(--transition);
        padding: 19px 0;
        margin: 0;
        border-bottom: 1px solid #F0F0F0;
    }

    .footer_menu .sub-menu {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #F0F0F0;
        background: #FFF;
    }

    .footer_bottom {
        padding-top: 17px;
    }

    .footer_block_text_mob{
        /*display: flex;*/
        display: none;/*hide trading view logo*/
        justify-content: space-between;
        margin-top: 17px;
    }

    .footer_block_text{
        display: none;
    }

    .copyright {
        flex-direction: column;
        gap: 16px;
        padding: 24px 0;
    }

    .footer_menu .menu>.menu-item>a::before {
        content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220%200%2020%2020%22 fill%3D%22none%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z%22 fill%3D%22black%22/%3E%3C/svg%3E');
        position: absolute;
        top: 17px;
        right: 16px;
    }
    .ar .footer_menu .menu>.menu-item>a::before{
        right: auto;
        left: 16px;
    }

    .footer_menu .menu>.menu-item>a.open::before {
        content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220%200%2020%2020%22 fill%3D%22none%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z%22 fill%3D%22%232585F4%22/%3E%3C/svg%3E');
    }

    .footer_menu .menu>.menu-item>a.open {
        color: #2585F4;
        border-bottom: transparent;
    }

    .footer_menu .sub-menu.open {
        display: block;
        position: static;
        border-top: none;
        border-bottom: 1px solid #F0F0F0;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
}
/********** Footer end **********/

/********** Popup start **********/
#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px 30px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}
.popup_title{
    margin-bottom: 20px;
    text-align: center;
}
.popup_text{
    text-align: center;
}
#popup .btn {
    margin: 20px auto 0 auto;
}

@media (max-width: 1024px) {
    #popup{
        width: 70%;
    }
}

@media (max-width: 640px) {
    #popup{
        width: 85%;
        padding: 50px 20px;
    }
}

/********** Popup end **********/

/********** For all pages **********/
.three-line-truncate .rt-reading-time{
    display: none!important;
}
.mt-8 {
    margin-top: 8px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-48 {
    margin-bottom: 48px;
}
.mt-64 {
    margin-top: 64px;
}
.mb-64 {
    margin-bottom: 64px;
}

@media (max-width: 640px) {
    .mt-64 {
        margin-top: 48px;
    }

    .mb-64 {
        margin-bottom: 48px;
    }
}


/********** For all pages end **********/

.cryptoboxes .cc-ticker-round{
    border-radius: 0!important;
}

.wpcf7-response-output {
    display: none; /*hide all messages from contact form*/
}

.ar .slick-slider .slick-list{
    direction: ltr;
}

.de{
    word-break: break-word;
}

.de header, .de .site-menu{
    word-break: keep-all;
}

/* hide Economic Calendar page from all menus */
/* .subtab-tools .sub-menu li:nth-child(3),
.footer_menu .menu-item-has-children:nth-child(6) .menu-item:nth-child(3) {
    display: none;
} */

/* hide Trading Central page from all menus */
/* .subtab-tools .sub-menu li:nth-child(1),
.footer_menu .menu-item-has-children:nth-child(6) .menu-item:nth-child(1) {
    display: none;
} */

/* hide Trading Education page from all menus */
.subtab-education .sub-menu li:nth-child(6),
.footer_menu .menu-item-has-children:nth-child(5) .menu-item:nth-child(6) {
    display: none;
}

/* hide Signals page from all menus */
/* .subtab-education .sub-menu li:nth-child(3),
.footer_menu .menu-item-has-children:nth-child(5) .menu-item:nth-child(3) {
    display: none;
} */

/* hide Chart Analysis page from all menus */
/* .subtab-tools .sub-menu li:nth-child(2),
.footer_menu .menu-item-has-children:nth-child(6) .menu-item:nth-child(2) {
    display: none;
} */

/* hide Help Center page from all menus */
/* .subtab-education  .sub-menu li:nth-child(4),
.footer_menu .menu-item-has-children:nth-child(5) .menu-item:nth-child(4) {
    display: none;
} */

/* hide Cookies & Privacy page from main menu */
.subtab-legal .sub-menu li:nth-child(3) {
    display: none;
}

/* hide langs from all menus */
/* .languages .sub-menu .th,
.languages .sub-menu .ms,
.languages .sub-menu .zh-hans,
.languages .sub-menu .zh-hant {
    display: none;
} */