.elementor-kit-3{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C50000;--e-global-color-text:#000000;--e-global-color-accent:#F10F28;--e-global-color-442f930:#F4F4F4;--e-global-color-5a6b468:#F2F2F2;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:54px;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:42px;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:42px;--e-global-typography-034dc63-font-family:"Source Sans Pro";--e-global-typography-034dc63-font-size:36px;--e-global-typography-034dc63-line-height:45px;--e-global-typography-18c8bf3-font-family:"Source Sans Pro";--e-global-typography-18c8bf3-font-size:24px;--e-global-typography-18c8bf3-font-weight:700;--e-global-typography-18c8bf3-text-transform:uppercase;--e-global-typography-18c8bf3-line-height:32px;font-family:var( --e-global-typography-text-font-family ), Source Sans Pro;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-block-start:0px;--container-default-padding-inline-end:0px;--container-default-padding-block-end:0px;--container-default-padding-inline-start:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-3{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:42px;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:42px;--e-global-typography-text-line-height:24px;--e-global-typography-accent-line-height:40px;--e-global-typography-18c8bf3-font-size:24px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:38px;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:38px;--e-global-typography-034dc63-font-size:30px;--e-global-typography-034dc63-line-height:38px;--e-global-typography-18c8bf3-font-size:24px;--e-global-typography-18c8bf3-line-height:32px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.accent {
	color: var(--e-global-color-accent);
}

.bg-gradient {
    background: -webkit-gradient(linear,left top,right top,color-stop(44.53%,#030b22),color-stop(90.89%,#0a215e));
    background: linear-gradient(90deg,#030b22 44.53%,#0a215e 90.89%);
}

/*Header*/
.header-container .elementor-nav-menu .sub-arrow,
.mob-menu .elementor-nav-menu .sub-arrow {
    font-size: 15px;
    margin-bottom: -16px;
	padding: 6px;
	fill:  var(--e-global-color-accent);
	transition: transform .3s;
	transform: rotate(315deg);
}

.mob-menu .elementor-nav-menu--main .elementor-nav-menu ul {
    @media (max-width: 1024px) {
        position: initial;
    }
}

.header-container .elementor-nav-menu .elementor-sub-item:hover{
    font-weight: 600 !important;
}

.menu-item .has-submenu[aria-expanded="true"] span.sub-arrow {
    transform: rotate(225deg);
}

.fixed-header {
  position: relative;
  /*position: fixed;*/
  width: 100%;
  transition: all 0.3s ease;
  z-index: 9999;
}

@media (min-width:1024px){
.fixed-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
}
}
@media (max-width:1024px){
.fixed-header {
  position: fixed;
}
}

.fixed-header.scrolled .header-container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.header-container ul.elementor-nav-menu--dropdown a {
    border-left: 0px !important;
}

.lang-icon .elementor-icon-wrapper {
    display: flex;
}

@media (max-width: 1760px) and (min-width: 1024px) {
    .header-nav {
        order: 3;
        width: 100%;
    }
}

body {
    display: flex;
    flex-direction: column;
}

.mob-menu-popup .dialog-message {
    min-height: 450px;
}
/*End Header*/

/*Buttons*/
.elementor-widget-button:not(.unique) .elementor-button  {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    background-color: var(--e-global-color-accent);
    padding: 14px;
    border: none;
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
    min-width: 320px;
    cursor: pointer;
}

.elementor-widget-button.btn-header .elementor-button  {
    padding: 6px 12px;
    min-width: 150px;
    text-transform: none;
    transition: background-color 1s, color 1s;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}

.elementor-widget-button.btn-header-login .elementor-button  {
    color: var(--e-global-color-text);
    background: var(--e-global-color-primary);
    border: 2px solid #dc0d25;
    padding: 6px 12px;
}

.elementor-widget-button.btn-header-ob .elementor-button  {
    color: var(--e-global-color-primary);
    padding: 8px 12px;
    background-color: #dc0d25;
}

.elementor-widget-button:not(.unique):hover .elementor-button,
.elementor-widget-button.btn-big-main:hover .elementor-button{
    background-color: #dc0d25;
    color: var(--e-global-color-primary);
} 

.elementor-widget-button.btn-main-border .elementor-button  {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-primary);
    border: 2px solid #dc0d25;
    padding: 12px;
}

.elementor-widget-button.btn-big-main .elementor-button  {
    font-size: 24px;
    line-height: 35px;
    min-width: 260px;
}

.elementor-widget-button.btn-big-border .elementor-button  {
    font-size: 24px;
    line-height: 35px;
    min-width: 260px;
    color: var(--e-global-color-primary);
    background: transparent;
    border: 2px solid #f10f28;
    padding: 12px;
}

@media (max-width: 767px) {
    .elementor-widget-button:not(.unique) .elementor-button {
        min-width: 230px;
    }
    
    .elementor-widget-button.btn-big-main .elementor-button,
    .elementor-widget-button.btn-big-border .elementor-button{
        min-width: 236px;
        font-size: 20px;
        line-height: 28px;
    }
}
/*End Buttons*/

/*Home*/
body .widget-line span.js-copyright-label {
    display: none !important;
}

.widget-line {
    pointer-events: none;
}

.elementor.elementor .e-con>.elementor-widget.widget-line .elementor-widget-container{
    width: 112%;
}
/*End Home*/

/*Footer*/
.footer-content{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
}

.elementor-widget-social-icons {
    &.e-grid-align-mobile-center {
        .elementor-social-icons-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin: 0 !important;
            justify-content: space-evenly;
            
            .elementor-grid-item {
                margin: 0 !important;
            }
        }
    }
}
/*End Footer*/

/* FAQ*/
.faq-toggle .elementor-toggle-icon {
    width: 22px !important;
}

.faq-toggle .elementor-toggle-icon svg {
    width: 22px !important;
    height: 22px !important;
}

.faq-toggle .elementor-toggle-title {
    text-transform: none !important;
}

.faq-toggle .elementor-tab-content {
    border: 1px solid #f4f4f4 !important;
}

.faq-toggle .elementor-tab-content a {
    text-decoration: underline;
}
/* End FAQ*/

/*Trading tables*/

.future-expires table,.market-holidays table,.product-specifications table,.swap-fees table {
    display: block;
    padding-right: 50px;
    margin: 0 0 50px;
    overflow-x: scroll;
    padding-bottom: 20px;
    border-spacing: 0
}

[dir=rtl] {
    .future-expires table,.market-holidays table,.product-specifications table,.swap-fees table {
        @media screen and (max-width: 1024px) {
            padding-left: 50px;
            padding-right: 0;
        }
    }
}

.future-expires table::-webkit-scrollbar,.market-holidays table::-webkit-scrollbar,.product-specifications table::-webkit-scrollbar,.swap-fees table::-webkit-scrollbar {
    width: 12px
}

.future-expires table::-webkit-scrollbar-track,.market-holidays table::-webkit-scrollbar-track,.product-specifications table::-webkit-scrollbar-track,.swap-fees table::-webkit-scrollbar-track {
    background: #fff
}

.future-expires table::-webkit-scrollbar-thumb,.market-holidays table::-webkit-scrollbar-thumb,.product-specifications table::-webkit-scrollbar-thumb,.swap-fees table::-webkit-scrollbar-thumb {
    background-color: #f10f28;
    border-radius: 20px;
    border: 3px solid #fff
}

.future-expires table tbody,.market-holidays table tbody,.product-specifications table tbody,.swap-fees table tbody {
    display: block
}

.future-expires table tr:first-of-type td,.market-holidays table tr:first-of-type td,.product-specifications table tr:first-of-type td,.swap-fees table tr:first-of-type td {
    font-weight: 600
}

.future-expires table tr:nth-child(2n),.market-holidays table tr:nth-child(2n),.product-specifications table tr:nth-child(2n),.swap-fees table tr:nth-child(2n) {
    background-color: rgba(238,10,46,.3);
}

.future-expires table td,.market-holidays table td,.product-specifications table td,.swap-fees table td {
    padding: 10px
}

.future-expires table p,.market-holidays table p,.product-specifications table p,.swap-fees table p {
    margin: 0
}



@media screen and (min-width: 768px) {
    .future-expires .inner-page,.market-holidays .inner-page,.product-specifications .inner-page,.swap-fees .inner-page {
        padding-top: 130px;
    }
}

@media screen and (min-width: 1025px) {
    .future-expires table,.market-holidays table,.product-specifications table,.swap-fees table {
        padding-right:0;
        margin-inline:auto}

    .future-expires table,.future-expires table tbody,.future-expires table tr,.market-holidays table,.market-holidays table tbody,.market-holidays table tr,.product-specifications table,.product-specifications table tbody,.product-specifications table tr,.swap-fees table,.swap-fees table tbody,.swap-fees table tr {
        width: 100%
    }

    .future-expires table td,.market-holidays table td,.product-specifications table td,.swap-fees table td {
        min-width: 100px
    }
}
/* End Trading tables*/

/* Start Steps */
.steps-list {
    position: relative;
    
    @media (max-width: 768px) {
        max-width: 327px;
    }
    
    &:after {
        content: "";
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,43.9%,0)),color-stop(15%,hsla(0,0%,43.9%,.3)),color-stop(85%,hsla(0,0%,43.9%,.3)),to(hsla(0,0%,43.9%,0)));
        background: linear-gradient(90deg,hsla(0,0%,43.9%,0) 0,hsla(0,0%,43.9%,.3) 15%,hsla(0,0%,43.9%,.3) 85%,hsla(0,0%,43.9%,0));
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 1;
        
        @media (max-width: 767px) {
            background: hsla(0, 0%, 43.9%, .3);
            width: 1px;
            height: auto;
            top: 31px;
            left: 45px;
            right: auto;
            bottom: 0;
        }
    }
}

.steps-list-item {
    &:last-child {
        @media (max-width: 767px) {
            &:after {
                content: "";
                position: absolute;
                display: block;
                width: 3px;
                background: #fff;
                bottom: 0;
                left: 44px;
                top: 25px;
                z-index: 2;
            }
        }
    }
}

.steps-number-wrapper {
    position: relative;
    
    &:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 3px solid #f10f28;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 74px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        
        @media (max-width: 767px) {
            top: 25px;
            left: 45px;
        }
    }
}
        
[dir=rtl] {
    .steps-list {
        &:after {
            @media (max-width: 767px) {
                right: 45px;
                left: initial;
            }
        }
        
        .elementor-widget-container {
            @media (max-width: 767px) {
                text-align: right;
            }
        }
    }
    
    .steps-list-item {
        &:last-child {
            @media (max-width: 767px) {
                &:after {
                    left: initial;
                    right: 44px;
                }
            }
        }
    }
    
    .steps-number-wrapper {
        &:after {
            @media (max-width: 767px) {
                right: 45px;
                left: initial;
                transform: translateX(50%);
            }
        }
    }
}
/* End Steps */

/* Accordion */
.custom-accordion {
    .elementor-accordion {
        display: flex;
        flex-direction: column;
        gap: 25px;
        
        .elementor-tab-title {
            align-items: center;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            gap: 16px;
        }
        
        .elementor-tab-content {
            text-transform: initial !important;
            
            @media (max-width: 767px) {
                margin: 25px 0 15px;
            }
            
            &:after {
                content: none;
            }
            
            &.elementor-active {
                @media (max-width: 767px) {
                    display: grid !important;
                    grid-template-columns: 1fr 1.5fr;
                    gap: 20px;
                }
            }
            
            & > .elementor {
                min-width: 100%;
            }
        }
        
        .elementor-widget-container {
            .m-acc-comparison__account {
                @media (max-width: 767px) {
                    font-size: 18px;
                    line-height: 22px;
                }
            }
        }
    }
    
    .m-acc-comparison__item__content {
        gap: 20px;
        margin-bottom: 60px;
        width: 100%;
        
        @media (max-width: 1024px) and (min-width: 768px) {
                    margin: 48px 0 23px;
        }
        
        @media (max-width: 767px) {
            margin: 0;
        }
        
        .m-acc-comparison__slider {
            @media (max-width: 767px) {
                display: none;
            }
        }
    }
    
    .m-acc-comparison__account--title {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        
        @media (max-width: 1024px) and (min-width: 768px) {
            line-height: 16px;
            max-width: 115px;
        }
    }
    
    .m-acc-comparison__slider {
        width: 100%;
    }
    
    .m-acc-comparison__account>div:first-child {
        color: #ffffff;
        
        @media (max-width: 767px) {
            font-size: 20px;
            line-height: 24px;
            min-height: 70px;
        }
    }
    
    .m-acc-comparison__slider {
        gap: 20px;
    }
    
    .m-acc-comparison__account {
        margin: 0;
        
        @media (max-width: 767px) {
            width: 100%;
        }
    }
    
    .m-acc-comparison__account--vip>div:first-child {
            background: linear-gradient(180deg, #463c6f, #101010);
    }
    
    .m-acc-comparison__account>div {
        @media (max-width: 767px) {
            height: 40px;
        }
    }
    
    .m-acc-comparison__account>div:nth-child(2n+3) {
        background: transparent;
    }
    
    .m-acc-comparison__account>div {
        border-top: 1px solid #e6e6e6;
    }
    
    .m-acc-comparison__account--title>div {
        border-top: none;
    }
    
    .elementor-slides .swiper-slide-inner {
        color: #000000 !important;
    }
    
    .swiper-slide-contents {
        width: 100%;
    }
}

[dir=rtl] {
    .m-acc-comparison__account--title {
        & > div {
            text-align: left;
        }
    }
}
/* End Accordion */

/* WebTrader page*/
.webtrader-hero-section {
    background: linear-gradient(90deg,#030b22 44.53%,#0A2142 90.89%);
}

.key-features {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    .swiper-slide-inner {
        justify-content: flex-start!important;
    }
    .swiper-slide-bg {
        transition: none!important;
    }
    @media (min-width: 1025px) {
        --swiper-pagination-bullet-horizontal-gap: 10px;
    }
    
    &.elementor-pagination-position-outside .swiper {
        padding-bottom: 74px;
        
        @media (min-width: 1025px) {
            padding-bottom: 60px;
            width: 100%;
        }
        
        @media (max-width: 767px) { 
            width: calc(100% - 40px);
        }
    }
    
    .elementor-slide-button {
        height: 48px;
        max-width: 320px;
        padding: 14px;
        width: 100%;
            
        @media (max-width: 767px) { 
            max-width: 230px;
        }
    }
    
    .swiper .elementor-swiper-button {
        display: block;
        height: 60px;
        margin-top: 10px;
        width: 32px;
        
        @media (min-width: 1025px) {
            margin-top: -10px;
        }
        
        @media (max-width: 767px) {
            display: none;
        }
        
        &.elementor-swiper-button-prev {
            right: auto;
            @media (max-width: 1024px) { 
              
                 left: var(--swiper-webtader-arrow-left, -40px);
            }
            
            @media (min-width: 1025px) { 
             
                left: var(--swiper-webtader-arrow-left, -40px);
            }
            
            @media (min-width: 1440px) { 
                left: -84px;
            }
        }
        
        &.elementor-swiper-button-next {
            transform: rotate(180deg) translateY(50%);
        
            @media (max-width: 1024px) { 
                right: var(--swiper-webtader-arrow-right, -40px);
            }
            
            @media (min-width: 1025px) { 
                right: var(--swiper-webtader-arrow-right, -40px);
            }
            
            @media (min-width: 1440px) { 
                right: -84px;
            }
        }
        
        svg {
            display: none;
        }
        
        &:before,
        &:after {
            content: "";
            display: block;
            width: 5px;
            height: 30px;
            background: #000;
        }
        
        &:before {
            transform-origin: 0 100%;
            transform: rotate(45deg)
        }
        
        &:after {
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -2px;
            position: relative;
        }
    }
    
    .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child) {
        @media (max-width: 767px) { 
            margin-bottom: 20px;
        }
    }
    
    .elementor-slides .swiper-slide-inner .elementor-slide-heading:first-child {
        margin-bottom: 20px;
            
        @media (max-width: 767px) { 
            margin-bottom: 15px;
        }
    }
    
    .elementor-slides .swiper-slide-bg {
        @media (max-width: 1024px) { 
            background-position: center 0%;
            background-size: 95% !important;
        }
        
        @media (min-width: 1025px) {
            background-position: calc(100% - 24px);
        }
        
        @media (min-width: 1025px) and (max-width: 1200px) {
            background-size: 50% !important;
        }
        
        @media (max-width: 550px) { 
            background-position: center 30%;
        }
    }
    
    .swiper-slide-inner {
        max-width: 1200px;
        position: relative;
        
        @media (max-width: 1024px) {
            align-items: flex-end !important;
            justify-content: center !important;
            text-align: center !important;
        }
        
        &:after {
            background: linear-gradient(90deg,#030b22 44.53%,#0a215e 90.89%);
            bottom: 0;
            content: '';
            left: 0;
            position: absolute;
            pointer-events: none;
            right: 0;
            top: 50px;
            z-index: -1;
            
            @media (min-width: 768px) { 
                top: 88px;
            }
            
            @media (min-width: 1025px) {
                bottom: 30px;
                top: 50px;
            }
        }
        
        .elementor-slide-description {
            @media (max-width: 1024px) { 
                max-width: 550px;
            }
            
            @media (max-width: 767px) { 
                max-width: 382px;
            }
        }
    }
}

[dir=rtl] {
    .swiper-slide-contents {
    text-align: right;
}
    
   .key-features {
       --swiper-webtader-arrow-left: -60px;
       --swiper-webtader-arrow-right: -60px;
   .swiper-slide-bg {
        transform: scaleX(-1);
    }
  } 
}

.lower {
  vertical-align: text-top;

/* End WebTrader page */

.show-more.hidden {
    display: none
}
.show-less.hidden {
    display: none
}

/*Legal*/
.lagal-docs {
    .elementor-icon-box-wrapper {
        align-items: center;
    }
}
    
[dir=rtl] {
    
  
    .lagal-docs {
        &.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
            margin-inline-end: var(--icon-box-icon-margin);
            margin-inline-start: 0;
        }
    }
    
    .legal-hero {
        & > .e-con-inner {
            @media (max-width: 1024px) {
                align-items: flex-end;
            }
            
            @media (min-width: 1025px) {
                flex-direction: row-reverse;
            }
        }
    }
    
    
    .hero-kv {
       background-position-x: right!important;
    }
    
}
/*End Legal*//* End custom CSS */