@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body{font-family:Lato,sans-serif}a{text-decoration:none}body{background-color:#232c41;color:#fff;font-family:Lato;overflow-x:hidden}a:hover{text-decoration:none}header{margin:25px 0;position:relative;z-index:100}header .header-row{display:flex;align-items:center}@media (max-width: 1024px){header .header-row{flex-wrap:wrap}}header .header-row>div{flex:0 0 auto}header .header-logo{position:relative;z-index:100}header .header-logo .header-logo-link{display:block}header .header-logo .header-logo-link img{width:200px;max-width:200px}header .header-menu{margin-left:50px;margin-right:auto}header .header-menu ul{list-style:none;margin:0;padding:0}header .header-menu ul li{position:relative;display:inline-block;margin-left:30px}header .header-menu ul li:first-child{margin-left:0}header .header-menu ul li a,header .header-menu ul li .header-menu-label{color:#777c88;transition:.4s}header .header-menu ul li a:hover,header .header-menu ul li .header-menu-label:hover{color:#fff}header .header-menu ul li .header-menu-label{padding-right:20px;position:relative}header .header-menu ul li .header-menu-label:after{content:"";position:absolute;top:50%;right:0;width:8px;height:8px;border-right:1px solid #777c88;border-bottom:1px solid #777c88;transform:translateY(-50%) rotate(45deg)}header .header-menu ul li .header-submenu-wrapper{position:absolute;bottom:3px;left:-25px;width:650px;transform:translateY(100%);padding-top:20px;overflow:hidden;opacity:0;visibility:hidden;max-height:0;transition:.4s max-height}header .header-menu ul li:hover .header-submenu-wrapper{max-height:400px;opacity:1;visibility:visible}header .header-menu ul li .header-submenu{background:#fff;border-radius:8px;column-count:2;padding:15px 20px;position:relative}header .header-menu ul li .header-submenu:before{content:"";position:absolute;top:0;left:25px;border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent;transform:translateY(-100%)}header .header-menu ul li .header-submenu li{margin-left:0;display:block;line-height:1.3}header .header-menu ul li .header-submenu li a{color:#6d7883;display:block}header .header-menu ul li .header-submenu li a:hover{color:#32325d;padding-left:10px}@media (max-width: 1024px){header .header-menu{margin:0;position:fixed;z-index:90;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background:#232c41;padding:100px 10vw 20px;transition:.3s}header .header-menu:before{content:"";position:fixed;top:0;left:0;width:100%;height:92px;z-index:92;background:#232c41}header .header-menu>ul{overflow:scroll;max-height:calc(100vh - 120px)}header .header-menu>ul>li{display:block;margin-left:0}header .header-menu>ul>li:hover .header-submenu-wrapper{max-height:none}header .header-menu>ul>li .header-submenu-wrapper{max-height:none;visibility:visible;opacity:1;max-width:100%;width:auto;position:static;transform:translateY(0);margin-bottom:15px}header .header-menu>ul>li .header-submenu-wrapper .header-submenu{column-count:1}}@media (max-width: 767px){header .header-menu>ul>li .header-submenu-wrapper li a{margin:8px 0}}header .header-btns{justify-self:end}@media (max-width: 1024px){header .header-btns{flex:0 0 100%!important;text-align:center;padding:15px 0}}header .header-btns .btn{margin-left:10px}header .header-btns .btn:first-child{margin-left:0}header .mobile-menu-triger-wrapper{flex:0 0 33px;margin-left:auto;position:relative;z-index:100;display:none}@media (max-width: 1024px){header .mobile-menu-triger-wrapper{display:block}}header .mobile-menu-triger-wrapper .mobile-menu-triger{position:relative;display:block;width:33px;height:23px}header .mobile-menu-triger-wrapper .mobile-menu-triger span{position:absolute;top:50%;left:50%;width:33px;height:5px;background:#fff;border-radius:5px;transform:translate(-50%,-50%);transition:.2s}header .mobile-menu-triger-wrapper .mobile-menu-triger span:first-child{top:0}header .mobile-menu-triger-wrapper .mobile-menu-triger span:last-child{top:100%}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open .header-menu{transform:translate(0)}body.mobile-menu-open .mobile-menu-triger-wrapper .mobile-menu-triger span:first-child{transform:translate(-50%,180%) rotate(45deg)}body.mobile-menu-open .mobile-menu-triger-wrapper .mobile-menu-triger span:nth-child(2){opacity:0}body.mobile-menu-open .mobile-menu-triger-wrapper .mobile-menu-triger span:last-child{transform:translate(-50%,-280%) rotate(-45deg)}.btn{border-radius:2px;border:none;background:gray;color:#fff;font-size:16px;line-height:16px;padding:8px 15px 10px}.btn.btn-default{background:#f5a623}.btn.btn-default.btn-light{border:1px solid #f5a623;background:transparent}.btn.btn-default.btn-light:hover{background-color:#f5a6234d;color:#fff}.btn.btn-primary{background-color:#4fcb75;color:#fff;letter-spacing:.04em;text-transform:uppercase}.btn.btn-primary.btn-light{border:1px solid #4fcb75;background:transparent;color:#4fcb75}.btn.btn-primary.btn-light:hover{background-color:#4fcb754d;color:#fff}.btn.btn-rounded{border-radius:20px}.btn.btn-large{font-size:20px;line-height:20px;padding:19px 25px 21px}.btn.btn-index{background-color:#2db447;color:#fff;font-size:22px;font-weight:400;border-radius:50px;line-height:1.3;padding:20px 50px;text-transform:none}.btn.btn-index:hover{background-color:#25913e}.register-block{margin:40px auto 0;width:100%;max-width:320px}@media (max-width: 1024px){.register-block{margin-top:0}}.register-block .register-block-header{color:#fff;font-size:30px;font-weight:400;line-height:1.27;text-align:center;margin-bottom:15px}.register-block .register-block-subheader{color:#858c9b;font-size:17px;font-weight:400;letter-spacing:.008em;line-height:1.47;text-align:center;margin-bottom:30px}.register-block .form-terms-block{margin:30px 0 33px}.register-block .register-submit-wrapper .btn{width:100%}.field-wrapper{margin-bottom:16px}.field-wrapper .input-wrapper input{width:100%;border-radius:2px;background-color:#edeff2;border:none;box-shadow:none;color:#3e474e;font-size:16px;font-weight:400;line-height:16px;padding:22px;text-align:center}.field-wrapper .input-wrapper input:focus{outline:none;box-shadow:0 0 0 2px #232c41,0 0 0 3px #4fcb75}.field-wrapper .input-wrapper input.error{box-shadow:none!important;border:1px solid #eb4559}.field-wrapper .input-wrapper label.error{display:block;width:100%;text-align:center;color:#fff;font-size:12px;font-weight:400;line-height:2.08;background:#eb4559;margin-top:-1px;border-radius:0 0 2px 2px}.form-terms-block{display:flex;align-items:center}.form-terms-block .form-terms-block-checkbox{flex:0 0 40px;margin:0 20px 0 10px}.form-terms-block .form-terms-block-checkbox label{display:none!important}.form-terms-block .form-terms-block-text{flex:auto;font-size:14px;font-weight:400;line-height:1.5;color:#858c9b}.form-terms-block .form-terms-block-text a{color:#ff7600;text-decoration:underline}.input-chexbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;display:block;width:40px;height:40px;border-radius:0;border:1px solid rgba(255,255,255,.1);font-size:14px;line-height:15px;font-weight:400;color:#9ca6b3;box-shadow:none!important;position:relative}.input-chexbox:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25px;height:25px;border:1px solid #d4d7db;background-color:#fff;z-index:2}.input-chexbox.error:after{background:#eb4559;border-color:#eb4559}.input-chexbox:checked:before{content:"";position:absolute;top:50%;left:50%;width:28px;height:26px;background:data-uri("../img/checkbox-success.svg") no-repeat center;background-size:contain;z-index:5;transform:translate(-35%,-70%)}.risk-warning{text-align:center;margin:34px 0 20px;padding-top:55px;position:relative}.risk-warning:before{content:"";position:absolute;width:34px;height:34px;top:0;left:50%;transform:translate(-50%);background:data-uri("../img/risk-icon.svg") no-repeat center;background-size:contain}.risk-warning .risk-warning-header{color:#fff;font-size:22px;font-weight:400;line-height:1.68}.risk-warning .risk-warning-text{color:#858c9b;font-size:14px;font-weight:400;line-height:1.5}#regForm,.miss-country,.miss-creditnails,.success-register,.some-internal-error,#authForm,.miss-login-or-password{min-height:310px;display:none}.register-block[data-stage=signup] #regForm,.register-block[data-stage=signin] #authForm,.register-block[data-stage=miss-country] .miss-country,.register-block[data-stage=miss-creditnails] .miss-creditnails,.register-block[data-stage=success] .success-register,.register-block[data-stage=undef] .some-internal-error,.register-block[data-stage=invalid_pass_or_login] .miss-login-or-password{display:block}.miss-country{text-align:center;padding-top:108px;position:relative}.miss-country:before{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);width:54px;height:54px;background:data-uri("../img/register-error.svg") no-repeat center;background-size:contain}.miss-country .miss-country-header{color:#fff;font-size:22px;font-weight:400;line-height:1.55;margin-bottom:10px}.miss-country .miss-country-text{font-size:14px;font-weight:400;line-height:1.5;color:#858c9b}.miss-country .miss-country-text a{color:#ff7500}.some-internal-error{text-align:center;padding-top:108px;position:relative}.some-internal-error:before{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);width:54px;height:54px;background:data-uri("../img/register-error.svg") no-repeat center;background-size:contain}.some-internal-error .miss-country-header{color:#fff;font-size:22px;font-weight:400;line-height:1.55;margin-bottom:10px}.some-internal-error .miss-country-text{font-size:14px;font-weight:400;line-height:1.5;color:#858c9b}.some-internal-error .miss-country-text a{color:#ff7500}.miss-creditnails,.miss-login-or-password{text-align:center;padding-top:5px}.miss-creditnails .miss-creditnails-text,.miss-login-or-password .miss-creditnails-text{color:#fff;font-size:22px;font-weight:400;line-height:1.55;margin-bottom:20px}.miss-creditnails .miss-creditnails-text span,.miss-login-or-password .miss-creditnails-text span{color:#ff7500;text-decoration:underline}.miss-creditnails .btn,.miss-login-or-password .btn{width:100%;margin-bottom:16px}.miss-creditnails .btn:last-child,.miss-login-or-password .btn:last-child{margin-bottom:0}.success-register{text-align:center;padding-top:68px;background:url(https://dream-trading.co.za/assets/images/success-map.png) no-repeat center top;background-size:440px auto}.success-register .success-register-header{color:#ff7500;font-size:22px;font-weight:400;line-height:1.55;margin-bottom:10px}.success-register .success-register-text{color:#858c9b;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:60px}.success-register .btn{width:100%}.sign-action-selector{width:100%;display:flex;margin-bottom:25px;border-radius:2px;text-transform:uppercase}.sign-action-selector a{flex:0 0 50%;font-size:16px;color:#bfbfbf;text-align:center;line-height:16px;padding:12px 15px;border:1px solid #bfbfbf}.sign-action-selector a:first-child{border-right:none;border-radius:3px 0 0 3px}.sign-action-selector a:last-child{border-left:none;border-radius:0 3px 3px 0}.sign-action-selector a.active{color:#fff;background-color:#4fcb75;border:none}.first-block_block_subheader{font-size:16px;line-height:1.3;text-align:center;max-width:480px;margin:0 auto 20px;color:#777c88}.first-block_block_after-text{font-size:14px;line-height:1.3;text-align:center;max-width:480px;margin:0 auto 20px;color:#777c88}section.first-block{background:url(../images/article-header-bg.webp) no-repeat center center}@media (max-width: 1024px){section.first-block{background:none}}section.first-block .breadcrumbs{margin:0;padding:0;list-style:none;text-align:center;font-size:16px;line-height:1.3;font-weight:400}@media (max-width: 1024px){section.first-block .breadcrumbs{text-align:left}}section.first-block .breadcrumbs li{display:inline-block;padding:0;margin:0;opacity:.9;color:#858c9b}section.first-block .breadcrumbs li:after{content:"\203a";display:inline-block;padding:0 5px}section.first-block .breadcrumbs li:last-child:after{display:none}section.first-block .breadcrumbs li a{color:#858c9b}section.first-block h1{color:#fff;font-size:40px;font-weight:700;line-height:1.25;text-align:center;margin:25px 0 17px}@media (max-width: 1024px){section.first-block h1{text-align:left}}section.first-block p{color:#858c9b;font-size:18px;font-weight:400;line-height:1.39;max-width:740px;margin:0 auto 70px;text-align:center}@media (max-width: 1024px){section.first-block p{text-align:left;margin-bottom:40px}}section.first-block .header-header-img-wrapper{max-width:845px;margin:0 auto}section.first-block .header-header-img-wrapper .header-header-img{padding-top:58.63%;background:url(../images/article-header-img.webp) no-repeat center top;background-size:contain}section.acticle{background:#fff;color:#626579;padding-top:50px;padding-bottom:100px;position:relative;font-size:18px}section.acticle:before{content:"";position:absolute;top:2px;left:0;width:100%;padding-top:3.6%;background:#fff;clip-path:polygon(100% 0,.5% 100%,0% 100%,100% 100%);transform:translateY(-99.5%)}.skew-page-block{background:#fff;color:#626579;padding-top:50px;padding-bottom:50px;position:relative;font-size:18px}.skew-page-block:before{content:"";position:absolute;top:2px;left:0;width:100%;padding-top:3.6%;background:#fff;clip-path:polygon(100% 0,.5% 100%,0% 100%,100% 100%);transform:translateY(-99.5%)}.skew-page-block_gray{background:#fafafb}.skew-page-block_gray:before{background:#fafafb}.article-content{padding-bottom:75px;max-width:935px;margin:0 auto}.article-content h2{color:#ff7500;font-size:30px;font-weight:400;line-height:1.27;margin:3.75em 0 1.45em}.article-content h2:first-child{margin:1.45em 0}.article-content h3{color:#1e2436;font-size:22px;font-weight:400;line-height:1.14;margin-bottom:25px}.article-content p{font-size:18px;font-weight:400;line-height:1.39;margin:0 0 1.08em;padding:.3em 0 0}.article-content p.accent-block.style1{padding:.4em 1em 1.2em 37px;border-left:1px solid #ff7500;font-size:16px;color:#626579b3;line-height:1.6;margin-bottom:3.1em}.article-content p.accent-block.style2{color:#1e2436;font-size:22px;font-weight:400;line-height:1.41;padding:0 2em .32em 1.68em;position:relative;margin:3.27em 0}.article-content p.accent-block.style2:before{content:"";position:absolute;top:.75em;left:0;height:1px;width:25px;transform:translateY(-50%);background:#ff7500}.article-content p.accent-block.style3{padding:3.7em 6.25em 4.4em;background-color:#f1f2f6;color:#626579;font-size:16px;font-weight:400;line-height:1.56;margin-bottom:3.08em;position:relative}.article-content p.accent-block.style3:before{content:"i";width:34px;height:34px;background-color:#ff7500;line-height:34px;top:4.5em;left:3.12em;transform:translate(-50%,-50%);text-align:center;border-radius:50%;position:absolute;color:#fff}@media (max-width: 1024px){.article-content p img{max-width:100%!important;height:auto!important}}.article-content ul{list-style:none;margin:0 0 2.3em;padding:0 0 0 2.38em;font-size:16px;line-height:2.38}.article-content ul li{margin:0;padding:0;color:#626579;position:relative}.article-content ul li:before{content:"";position:absolute;width:6px;height:6px;border:1px solid #ff7500;border-radius:50%;left:-1em;top:1.19em;transform:translate(-100%,-50%)}.article-content ol{list-style:none;counter-reset:item;margin:0 0 2.3em;padding:0 0 0 2.38em;font-size:16px;line-height:2.38}.article-content ol li{margin:0;padding:0;color:#626579;position:relative;counter-increment:item}.article-content ol li:before{content:counter(item);position:absolute;color:#ff7500;padding-right:1em;left:0;transform:translate(-100%)}.article-content .row{padding:25px 0 12px}.article-content figcaption{color:#626579;font-size:16px;font-weight:400;line-height:1.56;margin-bottom:1em;display:block;text-align:left;padding-left:40px;position:relative}.article-content figcaption:before{content:"";position:absolute;top:.88em;left:20px;border-bottom:8px solid #ff7500;border-left:4px solid transparent;border-right:4px solid transparent;transform:translate(-50%,-50%)}.article-content .figure-wrapper{text-align:center}.article-content figure{display:inline-block;margin:0 0 1em;font-size:16px}.article-content figure img{max-width:100%;display:block;margin:0 auto .45em}.article-content .video-wrapper{max-width:585px;width:100%}.article-content .video-wrapper .video-wrapper-frame{position:relative;padding-bottom:56%;width:100%}.article-content .video-wrapper .video-wrapper-frame iframe{position:absolute;width:100%;height:100%;top:0;left:0}.article-content .content__block .embed-responsive-wrap{max-width:600px;margin:0 auto}.article-content .content__block .embed-responsive{position:relative;padding-bottom:56%;width:100%}.article-content .content__block .embed-responsive iframe{position:absolute;width:100%;height:100%;top:0;left:0}.article-content .faq-accordion{border-bottom:1px solid rgba(133,140,155,.3);margin-bottom:75px}.article-content .faq-accordion .faq-accordion-item{border-top:1px solid rgba(133,140,155,.3)}.article-content .faq-accordion .faq-accordion-item .faq-accordion-item-header{margin:0;padding:.87em 0;color:#1e2436;font-size:22px;font-weight:400;line-height:1.68;position:relative}.article-content .faq-accordion .faq-accordion-item .faq-accordion-item-header:after{content:"";position:absolute;top:50%;right:0;width:17px;height:17px;background:data-uri("../img/faq-plus-icon.svg") no-repeat center center;background-size:contain;transform:translateY(-50%) rotate(45deg)}.article-content .faq-accordion .faq-accordion-item .faq-accordion-item-header.collapsed:after{transform:translateY(-50%)}.article-content .faq-accordion .faq-accordion-item .faq-accordion-item-text p{padding:.3em 0 2.4em;margin:0}.article-content .carousel{box-shadow:0 2px 6px #00000029;background-color:#fff;margin:69px 0 52px}.article-content .carousel .carousel-item .figure-wrapper{display:block}.article-content .carousel .carousel-item figure{margin-bottom:0;display:block;width:100%}.article-content .carousel .carousel-item figure img{margin-bottom:0;width:100%}.article-content .carousel .carousel-item figure figcaption{display:none}.article-content .carousel .carousel-info{display:flex;align-items:center}@media (max-width: 1024px){.article-content .carousel .carousel-info{flex-wrap:wrap}}.article-content .carousel .carousel-info .carousel-info-counter{flex:0 0 150px;text-align:center;opacity:.5;color:#626579;font-size:16px;font-weight:400;line-height:1.56}@media (max-width: 1024px){.article-content .carousel .carousel-info .carousel-info-counter{order:2;flex:0 0 50%}}.article-content .carousel .carousel-info .carousel-info-slide-name{flex:auto;color:#626579;font-size:16px;font-weight:400;line-height:1.56}@media (max-width: 1024px){.article-content .carousel .carousel-info .carousel-info-slide-name{order:1;flex:0 0 100%;padding:20px 25px 0;text-align:center}}.article-content .carousel .carousel-info .carousel-info-slide-nav-wrapper{flex:0 0 180px;display:flex}@media (max-width: 1024px){.article-content .carousel .carousel-info .carousel-info-slide-nav-wrapper{order:3;flex:0 0 50%}}.article-content .carousel .carousel-info .carousel-info-slide-nav-wrapper .carousel-info-slide-nav-btn{flex:0 0 50%;height:90px;position:relative}.article-content .carousel .carousel-info .carousel-info-slide-nav-wrapper .carousel-info-slide-nav-btn:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:16px;background:data-uri("../img/slider-arrow-icon.svg") no-repeat center center;background-size:contain;transform:translate(-50%,-50%)}.article-content .carousel .carousel-info .carousel-info-slide-nav-wrapper .carousel-info-slide-nav-btn.carousel-info-slide-nav-next:before{transform:translate(-50%,-50%) rotate(180deg)}.article-content table{width:100%;margin:50px 0}.article-content table tr td{color:#626579;font-size:16px;font-weight:400;line-height:1.56;padding:.5em 0}.article-content .register-frame{box-shadow:0 13px 40px #26557233;border-radius:10px;padding:70px 70px 25px;background-color:#fff;margin:40px 0 74px;position:relative;display:flex}@media (max-width: 479px){.article-content .register-frame{display:block;padding:30px 30px 160px}}@media (max-width: 479px){.article-content .register-frame{display:block;padding:30px 10px 200px}}@media (max-width: 1024px){.article-content .register-frame{padding:50px 40px 25px 50px}}.article-content .register-frame .frame-header{flex:auto;color:#1e2436;font-size:30px;font-weight:400;line-height:1.27}@media (max-width: 1024px){.article-content .register-frame .frame-header{max-width:280px;font-size:24px}}@media (max-width: 479px){.article-content .register-frame .frame-header{padding:0 10px 35px}}@media (max-width: 479px){.article-content .register-frame .frame-header{padding:0 15px 35px;text-align:center}}.article-content .register-frame .frame-wrapper{flex:0 0 370px}.article-content .register-frame .frame-wrapper iframe{width:100%}@media (max-width: 1024px){.article-content .register-frame .frame-wrapper{flex:0 0 320px}}.article-content .register-frame .frame-agreement{position:absolute;left:70px;bottom:66px;max-width:340px}@media (max-width: 1024px){.article-content .register-frame .frame-agreement{left:50px;max-width:270px;bottom:50px}}@media (max-width: 479px){.article-content .register-frame .frame-agreement{left:45px;bottom:30px}}@media (max-width: 479px){.article-content .register-frame .frame-agreement{left:40px;max-width:calc(100% - 80px);text-align:center;bottom:30px}}.article-content .register-frame .frame-agreement:before{content:"!";width:29px;height:29px;border:1px solid #ff7500;line-height:29px;top:-10px;left:0;transform:translateY(-100%);text-align:center;border-radius:50%;position:absolute;color:#ff7500}@media (max-width: 479px){.article-content .register-frame .frame-agreement:before{left:50%;transform:translate(-50%,-100%);top:-5px}}.article-content .register-frame .frame-agreement .frame-agreement-header{color:#1e2436;font-size:17px;font-weight:400;line-height:2.18;margin-bottom:7px}.article-content .register-frame .frame-agreement .frame-agreement-text{color:#858c9b;font-family:Lato;font-size:12px;font-weight:400;line-height:1.5}.page-content__rtl .article-content ul{padding:0 3.56em 0 0;text-align:right}.page-content__rtl .article-content ul li{direction:rtl}.page-content__rtl .article-content ul li:before{left:auto;right:-2em}.broker-list{padding-top:40px}.broker-card{display:flex;background:#ffffff;box-shadow:0 0 12px #242b4526;border-radius:5px;padding:18px;margin-bottom:24px;height:calc(100% - 24px)}.broker-card__logo{flex:0 0 130px}.broker-card__logo img{width:100%}@media (max-width: 479px){.broker-card__logo{flex:0 0 90px}}.broker-card__main{flex:auto;padding-left:10px}.broker-card__header{color:#1e2436;font-size:22px;font-weight:400;line-height:1.14;margin-bottom:.5em}.broker-card__text{font-size:14px;line-height:1.39;margin:0 0 1.08em}.content__block--btns .content__table{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.content__table{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:start;align-items:flex-start;flex-wrap:wrap}.content__block--btns .table__item{width:auto}@media only screen and (min-width: 480px){.content__table--review .table__item:first-child,.content__table--review .table__item:last-child,.table__item,.table__item.table__item--2{padding-left:12px;padding-right:12px}}.table__item{width:33.3333333333%;padding-left:8px;padding-right:8px;margin-bottom:25px}.review__btn{background-color:#f70;color:#fff;margin:0 25px 25px;box-shadow:0 .6rem 1.4rem #ff7700a8;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;cursor:pointer;border-radius:4px;width:235px;height:66px;-webkit-transition:.3s;transition:.3s}#mac__img,.mac img#mac__border,.mac__outer,.review__btn,.welcome{position:relative}.review__btn img{margin:0 15px 0 0;max-width:100%;display:block;width:auto}.table__item img{margin:0;max-width:100%}.methods-title-new{color:#20293e;font-size:11px;font-weight:600;letter-spacing:.99px;line-height:18px;text-transform:uppercase;text-align:center;margin:25px 0 10px;padding-top:27px;border-top:1px solid #e9e9ed;position:relative}.methods-title-new:before{content:"";position:absolute;top:0;left:50%;width:80px;height:20px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzOSAyMCI+PGRlZnM+PHBhdGggaWQ9Ijl5eDBhIiBkPSJNNjk1LjEyNiA0NDcuMDNhMS41MDEgMS41MDEgMCAwIDEtMS41IDEuNUg2NzAuNWExLjUgMS41IDAgMCAxLTEuNTAxLTEuNVY0MzIuNWExLjUwMyAxLjUwMyAwIDAgMSAxLjUwMS0xLjVoMjMuMTI2YTEuNTAzIDEuNTAzIDAgMCAxIDEuNSAxLjUuNS41IDAgMSAwIDEgMCAyLjUgMi41IDAgMCAwLTIuNS0yLjVINjcwLjVhMi41IDIuNSAwIDAgMC0yLjUgMi41djE0LjUzYzAgMS4zODIgMS4xMTggMi41IDIuNSAyLjVoMjMuMTI2YTIuNDk5IDIuNDk5IDAgMCAwIDIuNDk5LTIuNS40OTkuNDk5IDAgMSAwLS45OTkgMHoiLz48cGF0aCBpZD0iOXl4MGIiIGQ9Ik02NzEuMTg5IDQ0Ni41M2gyLjQyOXYtMmgtMi40MjkiLz48cGF0aCBpZD0iOXl4MGMiIGQ9Ik02NzQuODU3IDQ0Ni41M2g0LjcwOXYtMmgtNC43MSIvPjxwYXRoIGlkPSI5eXgwZCIgZD0iTTY5Mi42IDQzNC41OUg2NjguNXY1LjE3NmgxOC45MjZ6Ii8+PHBhdGggaWQ9Ijl5eDBlIiBkPSJNNzA2LjYyNyA0MzkuMjY2aC0xMy43NTJsMy4xNzQtMy4xNzVhLjUuNSAwIDAgMC0uNzA3LS43MDdsLTQuMzgyIDQuMzgyIDQuMzgyIDQuMzgyYS41LjUgMCAwIDAgLjcwNy0uNzA3bC0zLjE3NC0zLjE3NWgxMy43NTJhLjUuNSAwIDAgMCAwLTF6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjggLTQzMCkiPjxnPjxnPjxnPjx1c2UgZmlsbD0iIzYyNjU3OSIgeGxpbms6aHJlZj0iIzl5eDBhIi8+PC9nPjwvZz48Zz48Zz48dXNlIGZpbGw9IiM2MjY1NzkiIHhsaW5rOmhyZWY9IiM5eXgwYiIvPjwvZz48Zz48dXNlIGZpbGw9IiM2MjY1NzkiIHhsaW5rOmhyZWY9IiM5eXgwYyIvPjwvZz48L2c+PGc+PHVzZSBmaWxsPSIjNjI2NTc5IiB4bGluazpocmVmPSIjOXl4MGQiLz48L2c+PC9nPjxnPjx1c2UgZmlsbD0iI2ZmNTcyMiIgeGxpbms6aHJlZj0iIzl5eDBlIi8+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat center center,#fff;background-size:contain;transform:translate(-50%,-50%)}.methods-title-new .methods-title-accent-new{display:inline;color:#ff5722}.methods-new{border-bottom:1px solid #e9e9ed;padding-bottom:10px;position:relative}.methods-new .methods-row_new{text-align:center;margin:0 -15px 10px}.methods-new .methods-cell-new{display:inline-block;padding:0 15px}.methods-new .methods-cell-new img{max-width:100%}.methods-new .methods-prehidden{overflow:hidden;max-height:0;transition:.8s}.methods-new .methods-showall{transition:.4s;position:absolute;bottom:0;left:50%;color:#20293e;font-size:11px;font-weight:600;letter-spacing:.99px;text-transform:uppercase;line-height:20px;transform:translate(-50%,50%);background:#fff;text-align:center;padding:0 38px 0 19px;cursor:pointer}.methods-new .methods-showall:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:9px;height:5px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiPjxkZWZzPjxwYXRoIGlkPSIzMHRpYSIgZD0iTTcxNi43MzYgNjQ5LjU1OWw0LjA1MyA0LjM4MiA0LjA1NC00LjM4MiIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzE2IC02NDkpIj48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMmRiNDQ3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iIzMwdGlhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center center;background-size:contain}.methods-new.full-show .methods-prehidden{max-height:700px}.methods-new.full-show .methods-showall{opacity:0;visibility:hidden;pointer-events:none}.btn-primary-cta-wrapper-new{text-align:center}.btn-primary-cta-wrapper-new .btn-primary-cta-new{display:inline-block;width:100%;max-width:430px;margin:0 auto 30px;border-radius:3px;background-color:#2db447;color:#fff;font-size:21px;font-weight:400;line-height:25px;padding:22px 70px 23px;text-align:center;position:relative;box-shadow:0 2px 3px #0000003b,inset 0 -3px #249d3b,inset 0 -4px #30c64d;z-index:5}.btn-primary-cta-wrapper-new .btn-primary-cta-new:before{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(4px);border-radius:3px;background-color:#249d3b;z-index:3}footer.blue-team-redisign{background-color:#fafafb;padding-top:70px}footer.blue-team-redisign .footer_block{display:flex}@media (max-width: 767px){footer.blue-team-redisign .footer_block{flex-wrap:wrap}}footer.blue-team-redisign .footer_block_links{flex:0 0 25%}@media (max-width: 767px){footer.blue-team-redisign .footer_block_links{flex:0 0 50%}}footer.blue-team-redisign .footer_block_warning{flex:0 0 50%}@media (max-width: 767px){footer.blue-team-redisign .footer_block_warning{padding-top:24px;flex:0 0 100%}}footer.blue-team-redisign .footer-header{color:#47495c;font-size:16px;margin-bottom:10px}footer.blue-team-redisign .footer-list{list-style:none;margin:0;padding:0}footer.blue-team-redisign .footer-list li{margin:0;padding:0}footer.blue-team-redisign .footer-list li a{color:#6d7883;font-size:12px;letter-spacing:.2px;transition:.4s color,.4s border-color;border-bottom:1px solid transparent}footer.blue-team-redisign .footer-list li a:hover{color:#25303c;border-color:#25303c66}footer.blue-team-redisign .footer-warning{padding:23px 25px 18px;margin-top:10px;border-bottom:1px solid;border-right:1px solid;border-left:1px solid;border-color:#ccc;border-radius:2px;max-width:920px;margin-left:auto;margin-right:auto;transition:.3s;position:relative}@media only screen and (max-width: 600px){footer.blue-team-redisign .footer-warning{margin-top:40px}}footer.blue-team-redisign .footer-warning .warning-title{font-weight:500;text-transform:capitalize;-webkit-box-pack:start;justify-content:flex-start;color:#47495c;font-size:16px;display:flex;-webkit-box-align:center;align-items:center;position:absolute;left:0;right:0;top:-7px;white-space:nowrap;line-height:1em}footer.blue-team-redisign .footer-warning .warning-title:before{content:"";height:1px;background-color:#ccc;margin-bottom:-1px;width:20px;margin-right:15px}footer.blue-team-redisign .footer-warning .warning-title:after{content:"";width:100%;height:1px;background-color:#ccc;margin-bottom:-1px;margin-left:15px}footer.blue-team-redisign .footer-warning .warning-text{color:#6d7883;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.7;text-align:justify}footer.blue-team-redisign .footer-bottom-line{margin:20px 0 0;padding:27px 0 35px;border-top:1px solid #d5dde0;display:flex;justify-content:flex-end;align-items:center;flex-grow:2;flex-wrap:nowrap}@media only screen and (max-width: 600px){footer.blue-team-redisign .footer-bottom-line{flex-wrap:wrap}}footer.blue-team-redisign .footer-bottom-line a{display:inline-block;color:#6d7883;font-size:12px;font-weight:400;letter-spacing:.2px;border-bottom:1px solid rgba(37,48,60,0);transition:.3s;margin-left:40px}@media only screen and (max-width: 600px){footer.blue-team-redisign .footer-bottom-line a{flex:0 0 50%;margin-left:0}}footer.blue-team-redisign .footer-bottom-line a:hover{color:#25303c;border-bottom:1px solid rgba(37,48,60,.4)}.font-index{font-family:Montserrat}.block-heading{text-align:center;margin-bottom:30px;padding-bottom:30px;position:relative}.block-heading:after{content:"";width:10px;height:13px;position:absolute;bottom:0;left:50%;transform:translate(-50%);background:data-uri("../img/block-heading-decor.svg") no-repeat center center}.block-heading h2{color:#fff;font-size:40px;font-weight:400;line-height:1.25;margin-bottom:8px}@media (max-width: 767px){.block-heading h2{font-size:20px}}.block-heading .subheader{color:#768091;font-size:16px;font-weight:400;line-height:1.5}@media (max-width: 767px){.block-heading .subheader{font-size:14px}.block-heading .subheader br{display:none}}section.index-first-double-block{background:url(https://dream-trading.co.za/assets/images/article-header-bg.png) no-repeat center center,#20293e;margin-top:-92px}@media (max-width: 1024px){section.index-first-double-block{background-size:auto 80%;margin-top:-157px}}section.index-first-block{padding:320px 0 270px}@media (max-width: 1024px){section.index-first-block{padding:200px 0 150px}}@media (max-width: 767px){section.index-first-block{padding:160px 0 110px}}section.index-first-block.index-first-block__short{padding:150px 0 500px}@media (max-width: 1024px){section.index-first-block.index-first-block__short{padding:160px 0 110px}}@media (max-width: 479px){section.index-first-block.index-first-block__short{padding:160px 0 80px}}section.index-first-block h1{color:#fff;font-size:55px;font-weight:900;line-height:1.24;text-align:center;margin:0 0 1em}section.index-first-block h1.small-margin{margin-bottom:0}@media (max-width: 1024px){section.index-first-block h1{font-size:40px}}@media (max-width: 767px){section.index-first-block h1{font-size:30px}}section.index-first-block .fs-center-block{text-align:center}section.index-first-block .fs-subheader-text{color:#a8b6cb;font-size:18px;font-weight:400;line-height:1.39;max-width:740px;margin:0 auto 70px;text-align:center}section.index-first-block .fs-cta{display:flex;align-items:center}@media (max-width: 767px){section.index-first-block .fs-cta{flex-wrap:wrap}}section.index-first-block .fs-cta .fs-cta-text{flex:0 0 33.333%;color:#2db447;font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media (max-width: 767px){section.index-first-block .fs-cta .fs-cta-text{flex:0 0 100%;line-height:50px}}section.index-first-block .fs-cta .fs-cta-btn{text-align:center;flex:0 0 33.333%}@media (max-width: 767px){section.index-first-block .fs-cta .fs-cta-btn{flex:0 0 100%}}section.index-first-block .fs-profit-info{display:flex;margin-top:45px;padding:0 50px}@media (max-width: 1024px){section.index-first-block .fs-profit-info{padding:0}}section.index-first-block .fs-profit-info .fs-profit-info-item{flex:0 0 33.33%;display:flex;padding:0 45px;border-left:2px solid #000;align-items:center}@media (max-width: 1024px){section.index-first-block .fs-profit-info .fs-profit-info-item{flex-wrap:wrap}}@media (max-width: 767px){section.index-first-block .fs-profit-info .fs-profit-info-item{padding:0 15px;align-items:flex-start}}section.index-first-block .fs-profit-info .fs-profit-info-item:first-child{border-left:none}section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-value{flex:0 0 auto;color:#f70;font-size:50px;font-weight:400;line-height:1}@media (max-width: 1024px){section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-value{flex:0 0 100%}}@media (max-width: 767px){section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-value{font-size:35px}}section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-text{padding-left:15px;flex:auto;color:#fff;font-size:16px;font-weight:400;line-height:1.5}@media (max-width: 1024px){section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-text{flex:0 0 100%;padding-left:0}}@media (max-width: 767px){section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-text{font-size:12px}section.index-first-block .fs-profit-info .fs-profit-info-item .fs-profit-info-item-text br{display:none}}section.index-second-decor{max-width:890px;margin:-400px auto -221px;background:url(../images/macbook_svg.svg) no-repeat center center;position:relative;height:621px}@media (max-width: 1024px){section.index-second-decor{display:none}}section.index-second-decor .index-second-decor__image{position:absolute;top:5.5%;left:13%;width:74%;height:64%;background-color:#161d2d;overflow:hidden;max-width:80%}section.index-second-block{background-image:linear-gradient(to top,#2f5fd0 0%,rgba(47,95,208,.73) 5%,rgba(47,95,208,.55) 9%,rgba(47,95,208,.42) 16%,rgba(47,95,208,.31) 24%,rgba(47,95,208,.19) 43%,rgba(47,95,208,0) 100%)}.interactive-graph-wrapper{height:400px}@media (max-width: 767px){.interactive-graph-wrapper{height:270px}}section.index-page-content{background:#ffffff;color:#626579;padding:160px 0 100px}@media (max-width: 1024px){section.index-page-content{padding:120px 0 100px}}@media (max-width: 479px){section.index-page-content{padding:100px 0 80px}}@media (max-width: 479px){section.index-page-content{padding:30px 0 40px}}.interactive-graph{max-width:856px;margin:0 auto;background-color:#333d59;border-radius:10px;box-shadow:0 26px 65px #05132ccc;padding:20px;position:relative;z-index:10}.interactive-graph .interactive-graph-info{display:flex;margin-bottom:20px}@media (max-width: 767px){.interactive-graph .interactive-graph-info{flex-wrap:wrap;margin-bottom:0}}.interactive-graph .interactive-graph-info .interactive-graph-info-item{flex:0 0 50%;display:flex;align-items:center}@media (max-width: 767px){.interactive-graph .interactive-graph-info .interactive-graph-info-item{flex:0 0 100%;margin-bottom:10px}}.interactive-graph .interactive-graph-info .interactive-graph-info-item .interactive-graph-info-item-num{flex:0 0 87px;height:109px;background-color:#20293e;color:#414d6e;font-size:60px;font-weight:400;line-height:109px;text-align:center;border-radius:5px;box-shadow:inset 0 1px #17191f,0 1px #3c5284}@media (max-width: 767px){.interactive-graph .interactive-graph-info .interactive-graph-info-item .interactive-graph-info-item-num{flex:0 0 60px;line-height:80px;height:80px;font-size:40px}}.interactive-graph .interactive-graph-info .interactive-graph-info-item .interactive-graph-info-item-text{color:#fff;font-size:16px;font-weight:400;line-height:1.5;padding:0 20px 0 30px}@media (max-width: 767px){.interactive-graph .interactive-graph-info .interactive-graph-info-item .interactive-graph-info-item-text{font-size:12px}}.interactive-graph .interactive-graph-ui img{width:100%;border-radius:5px}.traders-worldwide{padding:400px 0 100px;background:#eff0f4}@media (max-width: 767px){.traders-worldwide{padding:200px 0 50px}}.traders-worldwide .block-heading:after{width:130px;height:11px;background:#ff7700}.traders-worldwide .block-heading h2{color:#20293e}.traders-worldwide .block-heading .subheader{color:#f70}.traders-worldwide .traders-wordwide-block{background:url(https://dream-trading.co.za/assets/images/map.svg) no-repeat center center;background-size:contain;padding:270px 0 260px;text-align:center}@media (max-width: 1024px){.traders-worldwide .traders-wordwide-block{padding:130px 0 150px;margin-bottom:20px}}@media (max-width: 767px){.traders-worldwide .traders-wordwide-block{padding:100px 0;background-size:130% auto;margin:0 -15px}}.traders-worldwide .traders-wordwide-block .traders-wordwide-block-text{display:inline-block;background-color:#eff0f4b5;color:#20293e;font-size:33px;font-weight:900;letter-spacing:1.32px;line-height:.8;text-transform:uppercase;padding:19px 25px}@media (max-width: 1024px){.traders-worldwide .traders-wordwide-block .traders-wordwide-block-text{font-size:21px}}@media (max-width: 767px){.traders-worldwide .traders-wordwide-block .traders-wordwide-block-text{font-size:14px}}.traders-worldwide .traders-wordwide-block .traders-wordwide-block-text span{color:#f70}@media (max-width: 767px){.traders-worldwide .traders-wordwide-block .traders-wordwide-block-text span{display:block;font-size:31px;margin-bottom:5px}}.traders-worldwide .help-text{color:#768091;font-size:16px;font-weight:400;line-height:1.5;text-align:center;padding:35px 0;position:relative}@media (max-width: 767px){.traders-worldwide .help-text{font-size:14px;max-width:270px;margin:0 auto}.traders-worldwide .help-text br{display:none}}.traders-worldwide .help-text:after{content:"";position:absolute;bottom:0;left:50%;width:60px;height:10px;background:#ff7700;transform:translate(-50%)}.awards{background:#eff0f4;padding:100px 0 150px}.awards .awards-header{color:#20293e;font-size:20px;font-weight:400;line-height:1.5;text-align:center;position:relative}@media (max-width: 767px){.awards .awards-header{font-size:16px}.awards .awards-header br{display:none}}.awards .awards-header:before{content:"";width:37px;height:26px;position:absolute;top:-27px;left:50%;transform:translate(-50%,-100%);background:data-uri("../img/awards-header-decor.png") no-repeat center center}.awards .awards-block{display:flex;margin-top:60px}.awards .awards-block .awards-block-item{flex:0 0 33.333%;text-align:center}@media (max-width: 767px){.awards .awards-block .awards-block-item{flex:0 0 100%}.awards .awards-block .awards-block-item:nth-child(1),.awards .awards-block .awards-block-item:nth-child(3){display:none}}.awards .awards-block .awards-block-item .awards-block-item-header{color:#20293e;font-size:18px;font-weight:400;line-height:1.44;margin:20px 0 5px}.awards .awards-block .awards-block-item .awards-block-item-text{color:#8f949e;font-size:14px;font-weight:400;line-height:1.64}.tutorials{background-color:#fff;padding:110px 0 160px}@media (max-width: 767px){.tutorials{font-size:35px;padding-bottom:50px}}.tutorials .block-heading h2{color:#20293e}.tutorials .videos-block{display:flex;max-width:1025px;margin:0 auto;padding-bottom:50px;border-bottom:1px solid rgba(143,148,158,.21)}@media (max-width: 767px){.tutorials .videos-block{flex-wrap:wrap;flex-direction:row-reverse}}.tutorials .videos-block .videos-block-contents{flex:auto}@media (max-width: 767px){.tutorials .videos-block .videos-block-contents{flex:0 0 100%;margin-bottom:40px}}.tutorials .videos-block .videos-block-contents .videos-block-item{padding-bottom:56.25%;position:relative;display:none;box-shadow:0 10px 45px #05132ccc;background:rgba(5,19,44,.8)}.tutorials .videos-block .videos-block-contents .videos-block-item.active{display:block}.tutorials .videos-block .videos-block-contents .videos-block-item iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.tutorials .videos-block .videos-block-swither{flex:0 0 260px;padding-left:30px}@media (max-width: 767px){.tutorials .videos-block .videos-block-swither{flex:0 0 100%;padding-left:0}}.tutorials .videos-block .videos-block-swither .videos-block-swither-item{border-radius:3px;padding:19px 75px 15px 18px;cursor:pointer;position:relative;transition:.4s}.tutorials .videos-block .videos-block-swither .videos-block-swither-item.active{box-shadow:0 3px 6px #00000029}.tutorials .videos-block .videos-block-swither .videos-block-swither-item.label:before{content:attr(data-label);position:absolute;top:22px;right:15px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.8px;line-height:19px;text-transform:uppercase;padding:0 8px;border-radius:10px;background-color:#f70}.tutorials .videos-block .videos-block-swither .videos-block-swither-item .videos-block-swither-item-name{color:#20293e;font-size:18px;font-weight:900;line-height:1.33;margin-bottom:2px}.tutorials .videos-block .videos-block-swither .videos-block-swither-item .videos-block-swither-item-text{opacity:.8;color:#8f949e;font-size:12px;font-weight:400;line-height:1.5}.tutorials .help-text{color:#768091;font-size:16px;font-weight:400;line-height:1.5;max-width:512px;margin:60px auto;text-align:center}@media (max-width: 767px){.tutorials .help-text{font-size:14px}}.tutorials .cta-block{box-shadow:0 3px 12px #05192b21;background-color:#fff;max-width:1025px;margin:0 auto;text-align:center;padding:65px;border-radius:10px}@media (max-width: 767px){.tutorials .cta-block{padding:40px 30px}}.tutorials .cta-block .cta-block-text{color:#20293e;font-size:20px;font-weight:400;letter-spacing:.4px;line-height:1.75;margin-bottom:35px}@media (max-width: 767px){.tutorials .cta-block .cta-block-text{font-size:16px}.tutorials .cta-block .cta-block-text br{display:none}}.tutorials .cta-block .cta-block-text span{color:#f70;font-weight:900}section.index-payments{background-color:#fff;padding:20px 0 120px}section.index-reg{background-color:#fff;padding:0 0 80px}@media (max-width: 767px){section.index-reg{padding:0 0 40px}}section.index-reg .reg-block{background-color:#333d59;max-width:650px;padding:80px 120px 20px;border-radius:10px;margin:0 auto}@media (max-width: 767px){section.index-reg .reg-block{padding:40px 15px 10px}}.screen-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;opacity:0;pointer-events:none;transition:opacity .3s}.screen-footer .btn-primary-cta-wrapper-new{max-width:100%}.screen-footer .btn-primary-cta-wrapper-new .btn-primary-cta-new{margin:0;padding-top:15px;padding-bottom:15px;font-size:18px}.screen-footer-media-wrapper{display:none;padding:10px;box-shadow:0 0 5px 1px #d1d1d1}@media (max-width: 1024px){.screen-footer-media-wrapper_show_m{display:block}}@media (min-width: 1025px) and (max-width: 9999px){.screen-footer-media-wrapper_show_d{display:block}}body.scrolled .screen-footer{opacity:1;pointer-events:auto}.risk-warning__section{opacity:.9;position:fixed;bottom:0;right:0;width:100%;background-color:#f5f9fc;color:#8d99a7;font-size:1.27rem;line-height:1.15;padding:8px 0;z-index:99;box-shadow:0 10px 20px #0000004d}.risk-warning__section:before{position:absolute;top:-50px;display:block;width:100%;height:50px;background-color:transparent;background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(245,249,252,.6) 75%,#f5f9fc 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(245,249,252,.6) 75%,#f5f9fc 100%)}.risk-warning__container{width:95%;max-width:1150px;padding:7px 15px;border:1px solid #afbec7;border-radius:4px;margin:0 auto;text-align:center}.risk-warning__title{font-weight:700;text-transform:uppercase;font-size:12px}@media (max-width: 1024px){.risk-warning__title{font-size:10px}}.risk-warning__text{font-size:12px}.risk-warning__text-eea{margin-top:1em}@media (max-width: 1024px){.risk-warning__text{font-size:10px}}.container,.container_no-padding{width:100%;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.container_no-padding{padding-right:0!important;padding-left:0!important}@media (max-width: 1024px){.container,.container_no-padding{padding-left:18px;padding-right:18px}}.row{display:flex;margin-left:-15px;margin-right:-15px}@media (max-width: 1024px){.row{flex-wrap:wrap}}.col{padding-left:15px;padding-right:15px}.col-full-width{flex:0 0 auto}.col-2_3{flex:0 0 66.66%}@media (max-width: 1024px){.col-2_3{flex:0 0 100%}}.col-1_3{flex:0 0 33.33%}@media (max-width: 1024px){.col-1_3{flex:0 0 100%}}.col-1_2{flex:0 0 50%}.awards-block{display:flex;justify-content:space-between}@media (max-width: 767px){.awards-block{flex-direction:column;gap:32px;align-items:center}}.awards-block_item{display:flex;flex-direction:column;align-items:center}@media (max-width: 767px){.awards-block_item{text-align:center;max-width:240px}}.awards-block_item_img{height:120px;display:flex;align-items:center}.awards-block_item_header{color:#1e2436;font-weight:700;font-size:16px;padding-top:10px;line-height:1.3}.awards-block_item_text{font-size:14px}.video-block{background:#fff;padding:60px 0 30px;color:#1e2436}.video-block_block{display:flex;flex-direction:column;gap:32px}.video-block_header{font-size:32px;text-align:center;line-height:1.3}.video-block_text{font-size:16px;line-height:1.3;max-width:850px;margin:0 auto;text-align:center}.video-block_video{max-width:600px;margin:30px auto}.video-block_after_text{font-size:16px;line-height:1.3;max-width:850px;margin:0 auto;text-align:center}.video__block{width:598px;position:relative;box-shadow:0 27px 83px -5px #1a1e2bb3;padding-bottom:56%;background-color:#222a3f}@media (max-width: 767px){.video__block{width:320px}}.video__block iframe{width:100%;position:absolute;top:0;left:0;height:100%}.features{background:#fafafb;color:#232c41;padding:78px 0}@media (max-width: 767px){.features{padding:32px 0}}.features_block{display:flex;flex-direction:column;max-width:975px;margin:0 auto;align-items:center}.features_header{font-size:32px;line-height:1.3;margin-bottom:20px}.features_text{max-width:850px;font-size:16px;line-height:1.3}.features_items{padding:60px 0 70px;display:flex;justify-content:space-between}@media (max-width: 767px){.features_items{flex-direction:column;gap:32px}}.features_item{padding-top:39px;flex:0 0 29%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M18.317 7.953a.808.808 0 0 0-.808.808v.814a7.894 7.894 0 0 1-2.33 5.618 7.894 7.894 0 0 1-5.617 2.324h-.004c-4.382-.003-7.945-3.57-7.942-7.951a7.895 7.895 0 0 1 2.33-5.618 7.895 7.895 0 0 1 5.62-2.324c1.12 0 2.208.232 3.23.688a.808.808 0 1 0 .658-1.476A9.502 9.502 0 0 0 9.568.008h-.006a9.5 9.5 0 0 0-6.757 2.797A9.5 9.5 0 0 0 0 9.565a9.5 9.5 0 0 0 2.797 6.763 9.5 9.5 0 0 0 6.76 2.805h.005a9.5 9.5 0 0 0 6.758-2.797 9.5 9.5 0 0 0 2.805-6.76V8.76a.808.808 0 0 0-.808-.808z' fill='%239092A5'/%3E%3Cpath d='M19.763 1.125a.808.808 0 0 0-1.142 0l-9.059 9.059-2.055-2.055A.808.808 0 1 0 6.365 9.27l2.626 2.626a.805.805 0 0 0 1.143 0l9.63-9.63a.808.808 0 0 0 0-1.142z' fill='%23F5A623'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center top}@media (max-width: 767px){.features_item{max-width:300px}}.features_item_header{font-size:16px;font-weight:700;line-height:1.3}.features_item_text{font-size:14px;line-height:1.3}.features_after-text{border-top:1px solid #e5e5ea;max-width:620px;text-align:center;font-size:14px;line-height:1.3;padding-top:15px}.online-trading{background:#fff;padding:80px 0;color:#1e2436}@media (max-width: 767px){.online-trading{padding:32px 0}}.online-trading_block{display:flex;flex-direction:column;align-items:center}.online-trading_header{font-size:32px;line-height:1.3;margin-bottom:20px}.online-trading_text{font-size:16px;line-height:1.3;max-width:850px;text-align:center}.online-trading_img{max-width:700px;box-shadow:0 27px 83px -5px #1a1e2bb3;margin:40px 0 60px}.online-trading_img img{display:block;width:100%}.deposits{background:#fff;padding:80px 0;color:#1e2436}@media (max-width: 767px){.deposits{padding:32px 0}}.deposits_block{display:flex;flex-direction:column;align-items:center}.deposits_header{font-size:32px;line-height:1.3;margin-bottom:20px}.deposits_text{font-size:16px;line-height:1.3;max-width:850px;text-align:center}.deposits_img{width:100%;max-width:386px;margin-top:40px}.deposits_img svg{width:100%}.deposits_btn{padding-top:32px}.register{background:#fff;padding:20px 0 40px;color:#1e2436}.register_block{display:flex;flex-direction:column;align-items:center}.register_header{font-size:24px;line-height:1.3}.register_text{max-width:850px;font-size:16px;line-height:1.3;margin-bottom:20px}.register_iframe{width:100%;max-width:450px}.index-text{background:#fff;padding:80px 0 20px;color:#1e2436}@media (max-width: 1024px){.index-text{padding:32px 0}}.index-text_block{display:flex;flex-direction:column;align-items:center}.index-text_header{font-size:32px;line-height:1.3;margin-bottom:20px}@media (max-width: 1024px){.index-text_header{margin-bottom:10px}}.index-text_text{font-size:16px;line-height:1.3;max-width:720px}.index-text_text .article-content{padding-bottom:0}