@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root{--main-color:#1a1d2e;--main-bg:#fff;--primary-bg:#1a2b44;--secondary-bg:#f5f7fa;--tetriary-bg:#2c3e5d;--accent-color:#d4af37;--accent-color2:#3b82f6;--accent-color3:#10b981;--accent-color4:#06b6d4;--accent-color5:#ef4444;--accent-color6:#ec4899;--primary-color:#1a2b44;--secondary-color:#a0aec0;--tertiary-color:#d1d9e6;--quarter-color:#fff;--fifth-color:#8a94a6;--sixth-color:#6b7889;--seventh-color:#5e6a7f;--eighth-color:#2c3e5d;--main-border-color:#d8dde6;--secondary-border-color:rgba(0,0,0,.06);--main-font-family:"Inter",sans-serif;--button-bg:#d4af37;--button-color:#fff;--button-bg-hover:#e0bd47;--button2-bg:#2c3e5d;--button2-color:#fff;--button2-bg-hover:#1a2b44;--button3-bg:#fff;--button3-color:#161515;--button3-bg-hover:#ddd;--main-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--error:red}.button{align-items:center;background:#d4af37;background:var(--button-bg);border-radius:1rem;color:#fff;color:var(--button-color);display:inline-flex;font-family:Inter,sans-serif;font-family:var(--main-font-family);font-size:1.8rem;font-weight:600;gap:1rem;justify-content:center;line-height:2.6rem;min-height:6.3rem;padding:1.2rem 3.5rem;position:relative;text-align:center;text-decoration:none;vertical-align:top}.button [class*=icon-]{font-size:1.6rem;font-weight:400}.button [class*=icon-arrow]{display:inline-block}.button:after,.button:before{border-radius:1rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.button:before{border:2px solid transparent;transition:all .3s ease}.button span{display:inline-block;position:relative;vertical-align:top;z-index:1}.button.active,.button:hover{background:#e0bd47;background:var(--button-bg-hover);box-shadow:0 8px 24px 0 rgba(212,175,55,.35);color:#fff;color:var(--button-color);text-decoration:none}.button.bordered{background:transparent;color:#d4af37;color:var(--button-bg)}.button.bordered:before{border-color:#d4af37;border-color:var(--button-bg)}.button.bordered.colored{color:#fff;color:var(--button-color)}.button.bordered.active,.button.bordered:hover{background:#e0bd47;background:var(--button-bg-hover);color:#fff;color:var(--button-color)}.button.bordered.active:before,.button.bordered:hover:before{border-color:transparent}.button.bordered.active.colored,.button.bordered:hover.colored{color:#fff;color:var(--button-color)}.button.button2{background:#2c3e5d;background:var(--button2-bg);color:#fff;color:var(--button2-color)}.button.button2.active,.button.button2:hover{background:#1a2b44;background:var(--button2-bg-hover);box-shadow:0 8px 24px 0 rgba(26,43,68,.25);color:#fff;color:var(--button2-color)}.button.button2.bordered{background:transparent;color:#2c3e5d;color:var(--button2-bg)}.button.button2.bordered:before{border-color:#2c3e5d;border-color:var(--button2-bg)}.button.button2.bordered.colored{color:#fff;color:var(--button-color)}.button.button2.bordered.active,.button.button2.bordered:hover{background:#1a2b44;background:var(--button2-bg-hover);color:#fff;color:var(--button2-color)}.button.button2.bordered.active:before,.button.button2.bordered:hover:before{border-color:transparent}.button.button2.bordered.active.colored,.button.button2.bordered:hover.colored{color:#fff;color:var(--button-color)}.button.button3{background:#fff;background:var(--button3-bg);color:#161515;color:var(--button3-color)}.button.button3.active,.button.button3:hover{background:#ddd;background:var(--button3-bg-hover);box-shadow:0 8px 24px 0 hsla(0,0%,100%,.25);color:#161515;color:var(--button3-color)}.button.button3.bordered{background:transparent;color:#fff;color:var(--button3-bg)}.button.button3.bordered:before{border-color:#fff;border-color:var(--button3-bg)}.button.button3.bordered.colored{color:#fff;color:var(--button-color)}.button.button3.bordered.active,.button.button3.bordered:hover{background:#ddd;background:var(--button3-bg-hover);color:#161515;color:var(--button3-color)}.button.button3.bordered.active:before,.button.button3.bordered:hover:before{border-color:transparent}.button.button3.bordered.active.colored,.button.button3.bordered:hover.colored{color:#fff;color:var(--button-color)}[dir=rtl] .button [class*=icon-arrow]{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-sm{font-size:1.6rem;line-height:2rem;min-height:4.4rem;padding:.5rem 2.3rem}.btn-sm,.btn-sm:before{border-radius:.8rem}.btn-lg{font-size:1.3rem;line-height:2rem;min-height:5.9rem}.more{align-items:center;color:#d4af37;color:var(--accent-color);display:inline-flex;font-family:var(--primary-font-family);font-size:1.8rem;gap:.8rem;line-height:normal;position:relative;text-decoration:none}[dir=rtl] .more [class*=icon]:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.btn-block{display:flex;width:100%}.centered-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media(max-width:479px){.btn-block-xs{width:100%}}@media(min-width:480px)and (max-width:767px){.btn-block-sm{width:100%}}@media(min-width:768px)and (max-width:991px){.btn-block-md{width:100%}}@media(min-width:992px)and (max-width:1199px){.btn-block-lg{width:100%}}@media(min-width:1200px)and (max-width:1399px){.btn-block-xl{width:100%}}@media(min-width:1400px){.btn-block-xxl{width:100%}}::-webkit-scrollbar{height:1rem;width:1rem}::-webkit-scrollbar-track{background-color:#1a2b44;background-color:var(--primary-bg)}::-webkit-scrollbar-thumb{background:#d4af37;background:var(--accent-color);height:auto;width:1rem}::selection{background-color:#d4af37;background-color:var(--accent-color);color:#fff;color:var(--main-bg)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:initial}html{font-size:10px;scrollbar-color:#d4af37 #1a2b44;scrollbar-color:var(--accent-color) var(--primary-bg);scrollbar-width:thin}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}sub,sup{font-size:65%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}#map_canvas img,.google-maps img{max-width:none}embed,iframe,object,video{display:inline-block;max-width:100%;vertical-align:top}*,:after,:before{box-sizing:border-box}fieldset{max-width:100%;min-width:100%;width:100%}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#fff;background:var(--main-bg);color:#1a1d2e;color:var(--main-color);display:flex;flex-direction:column;font-family:Inter,sans-serif;font-family:var(--main-font-family);font-size:1.8rem;letter-spacing:.125px;line-height:3.2rem;min-width:36rem}img{border:0;display:inline-block;height:auto;max-width:100%;opacity:1;transition:opacity .3s;vertical-align:middle}img[data-src]{opacity:0}a{text-decoration:none;transition:all .3s ease}a,a:hover{color:#d4af37;color:var(--accent-color)}a:hover{text-decoration:underline}.tdn{text-decoration:none}.tdn:hover,.tdu{text-decoration:underline}.tdu:hover{text-decoration:none}#wrapper{display:flex;flex-direction:column;min-height:100vh;position:relative}[dir=rtl] #wrapper{direction:rtl}.wrapper__container{display:flex;flex:1 1;flex-direction:column;position:relative}.home-page{background:#f5f7fa;background:var(--secondary-bg)}.main-holder{margin:0 auto;max-width:121.8rem;padding:0 2.4rem;width:100%}.main-holder .main-holder{padding-left:0;padding-right:0}.centered{margin-left:auto;margin-right:auto}.chold01{max-width:97rem}main{display:flex;flex:1 0 auto;flex-direction:column;min-height:40rem;position:relative}main .spinner-h{position:absolute}.main__container{background:linear-gradient(180deg,#fff,#eceef0);flex:1 1;padding:10rem 0;position:relative}@media(max-width:767px){.main__container{background:#fff;background:var(--main-bg);padding:8rem 0}}.home__page .main__container{background:#fff;background:var(--main-bg)}.content-holder{display:flex;flex-direction:row-reverse;gap:4.8rem}@media(max-width:1200px){.content-holder{flex-direction:column-reverse;gap:4rem}}.content-holder .content{flex:1 1;min-height:.1rem}#sidebar{align-self:flex-start;position:-webkit-sticky;position:sticky;top:9rem;width:25.1rem}@media(max-width:1200px){#sidebar{position:relative;top:0;width:100%}}.content-margin{margin-bottom:7rem}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#1a2b44;color:var(--primary-color);font-family:Inter,sans-serif;font-family:var(--main-font-family);margin:0}.h1,h1{font-size:6.8rem;font-weight:600;letter-spacing:1px;letter-spacing:3px;line-height:7rem;margin-bottom:3rem}@media(max-width:767px){.h1,h1{font-size:4.6rem;letter-spacing:0;letter-spacing:1px;line-height:5rem;margin-bottom:1.6rem}}.h2,h2{font-size:4.6rem;font-weight:600;letter-spacing:1.75px;line-height:5rem;margin-bottom:3.6rem}@media(max-width:767px){.h2,h2{margin-bottom:3rem}}.h3,h3{font-size:2.8rem;font-weight:600;letter-spacing:.8px;line-height:3.2rem;margin-bottom:1.6rem}@media(max-width:767px){.h3,h3{font-size:2.2rem;letter-spacing:0;line-height:2.8rem}}p{margin-bottom:1.6rem}.mb-2x{margin-bottom:3.2rem}.content-item{background:#fff;background:var(--main-bg);border:1px solid rgba(0,0,0,.06);border:1px solid var(--secondary-border-color);border-radius:1.7rem;box-shadow:0 2px 12px 0 rgba(0,0,0,.04);display:flex;gap:2.5rem;padding:4rem}.content-item+.content-item{margin-top:4rem}.content-item .text{flex:1 1}.content-item .text>:last-child{margin-bottom:0}.content-item .icon{flex:0 0 5.6rem}.content-item .icon+.text h3{margin-bottom:2.25rem}.content-item.content-item02{background:#f5f7fa;background:var(--secondary-bg)}.content-item.content-item03{background:linear-gradient(135deg,rgba(212,175,55,.08),rgba(212,175,55,.02));border-color:rgba(212,175,55,.2);color:#2c3e5d;color:var(--tetriary-bg);font-size:1.6rem;line-height:2.8rem;padding:2.6rem}@media(max-width:767px){.content-item{flex-direction:column;gap:1.7rem;padding-left:2.4rem;padding-right:2.4rem}.content-item .icon{flex:none}.content-item+.content-item{margin-top:3rem}}.section-heading{margin-bottom:4rem}@media(max-width:767px){.section-heading{margin-bottom:5rem}}.section-counter{display:block;font-family:Inter,sans-serif;font-family:var(--main-font-family);font-size:1.3rem;font-weight:700;line-height:2rem;margin-bottom:1.8rem}.icon,.section-counter{color:#d4af37;color:var(--accent-color)}.icon{align-items:center;border-radius:.6rem;display:inline-flex;font-size:3.2rem;font-style:normal;font-weight:400;height:5.6rem;justify-content:center;line-height:1;vertical-align:top;width:5.6rem}.icon.ibg01{background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(16,185,129,.02))}.icon.ibg02{background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(59,130,246,.02))}.icon.ibg03{background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.02))}.icon.ibg04{background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(6,182,212,.02))}.icon.ibg05{background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(239,68,68,.02))}.icon.ibg06{background:linear-gradient(135deg,rgba(236,72,153,.08),rgba(236,72,153,.02))}.fw100{font-weight:100}.fw200{font-weight:200}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.color01,.color01:hover{color:#1a2b44;color:var(--primary-color)}.color02,.color02:hover{color:#a0aec0;color:var(--secondary-color)}.color03,.color03:hover{color:#d1d9e6;color:var(--tertiary-color)}.color04,.color04:hover{color:#fff;color:var(--quarter-color)}.color05,.color05:hover{color:#8a94a6;color:var(--fifth-color)}.color06,.color06:hover{color:#6b7889;color:var(--sixth-color)}.color07,.color07:hover{color:#5e6a7f;color:var(--seventh-color)}.color08,.color08:hover{color:#2c3e5d;color:var(--eighth-color)}.color09,.color09:hover{color:var(--ninth-color)}.color10,.color10:hover{color:var(--tenth-color)}.accent-color01,.accent-color01:hover{color:#d4af37;color:var(--accent-color)}.accent-color02,.accent-color02:hover{color:#3b82f6;color:var(--accent-color2)}.accent-color03,.accent-color03:hover{color:#10b981;color:var(--accent-color3)}.list{flex-direction:column;line-height:2.8rem;list-style:none;margin:0 0 1.6rem;padding:0}.list,.list li{display:flex;gap:1.3rem}.list li{-webkit-padding-start:3.3rem;padding-inline-start:3.3rem;position:relative}.list li:before{color:#d4af37;color:var(--accent-color);content:"";flex:0 0 2rem;font-family:icomoon;font-size:2rem;left:0;position:absolute;top:0}.list li ul{list-style:none;margin:1rem 0 0;padding:0}.list.list-color02 li:before{color:#3b82f6;color:var(--accent-color2)}.list.list-color03 li:before{color:#10b981;color:var(--accent-color3)}.list.list-color04 li:before{color:#06b6d4;color:var(--accent-color4)}.list.list-color05 li:before{color:#ef4444;color:var(--accent-color5)}.list.list-color06 li:before{color:#ec4899;color:var(--accent-color6)}[dir=rtl] .list li{padding:0 3rem 0 0}[dir=rtl] .list li:before{left:auto;right:0}.table{border:1px solid #d8dde6;border:1px solid var(--main-border-color);border-radius:0;margin-bottom:3rem}.table.table-overflow{overflow:auto}.table table{border:0 hidden transparent;width:100%}.table table td,.table table th{border:1px solid #d8dde6;border-bottom:1px solid var(--main-border-color);border-left:0 solid var(--main-border-color);border-right:0 solid var(--main-border-color);border-top:1px solid var(--main-border-color);color:#1a1d2e;color:var(--main-color);font-size:1.4rem;line-height:150%;padding:1.4rem 2rem;vertical-align:middle}.table table th{background:#d8dde6;background:var(--main-border-color);color:#1a2b44;color:var(--primary-color);font-size:1.1rem;font-weight:700;letter-spacing:.88px;line-height:150%;text-transform:uppercase}.table table tr:first-child td:first-child,.table table tr:first-child th:first-child{border-top-left-radius:0}.table table tr:first-child td:last-child,.table table tr:first-child th:last-child{border-top-right-radius:0}.table table tr:last-child td:first-child,.table table tr:last-child th:first-child{border-bottom-left-radius:0}.table table tr:last-child td:last-child,.table table tr:last-child th:last-child{border-bottom-right-radius:0}@media(max-width:767px){.table table td,.table table th{padding-left:1.5rem;padding-right:1.5rem}}.line{border-color:rgba(0,0,0,.06);border-color:var(--secondary-border-color);border-style:solid;border-top-width:.1rem;display:block;height:.1rem;overflow:hidden}.line.dashed{border-style:dashed}.line.dotted{border-style:dotted}.box{background:#f5f7fa;background:var(--secondary-bg);border:0;border-radius:1rem;margin:0 0 2rem;position:relative}.box .box-footer,.box .box-heading{padding:.5rem 2rem}.box .box-content{padding:2rem}.box .box-content>:last-child{margin-bottom:0}.box.box02{background:var(--sixth-bg)}.social{display:flex;flex-wrap:wrap;gap:.8rem}.social a{align-items:center;background:transparent;border-radius:50%;color:#fff;color:var(--quarter-color);display:flex;font-size:1.6rem;height:3.6rem;justify-content:center;line-height:3.6rem;text-align:center;text-decoration:none;width:3.6rem}.social a span{display:none}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/static/media/icomoon.8a3f242521f15205e170.eot);src:url(/static/media/icomoon.8a3f242521f15205e170.eot#iefix) format("embedded-opentype"),url(/static/media/icomoon.34019d659e8e55bafd1e.ttf) format("truetype"),url(/static/media/icomoon.ae1cc4aaec614e324c29.woff) format("woff"),url(/static/media/icomoon.60827d7146ba23b05011.svg#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;line-height:1;text-transform:none}[class*=" icon-"]>span,[class^=icon-]>span{display:none}.icon-brand-fb:before{content:"A"}.icon-brand-x:before{content:"B"}.icon-brand-ig:before{content:"C"}.icon-brand-in:before{content:"D"}.icon-brand-yt:before{content:"E"}.icon-brand-wa:before{content:"F"}.icon-share:before{content:"G"}.icon-menu-burger:before{content:""}.icon-profile:before{content:""}.icon-menu-arrow:before{content:""}.icon-list-bullet:before{content:""}.icon-cross:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-arrow:before{content:""}.icon-link-arrow:before{content:""}.icon-pagination-arrow:before{content:""}.icon-pagination-arrows:before{content:""}.icon-global:before{content:""}.icon-tick:before{content:""}.icon-eye:before{content:""}.icon-eye-open:before{content:""}.icon-phone:before{content:""}.icon-email:before{content:""}.icon-location:before{content:""}.icon-clock:before{content:""}.icon-refresh:before{content:""}.icon-settings:before{content:""}.icon-accounts:before{content:""}.icon-shield:before{content:""}.icon-shield-check:before{content:""}.icon-monitor:before{content:""}.icon-mobile:before{content:""}.icon-bars:before{content:""}.icon-graph:before{content:""}.icon-lightning:before{content:""}.icon-brain:before{content:""}.icon-stack:before{content:""}.icon-award:before{content:""}.icon-usd:before{content:""}.icon-wifi:before{content:""}.icon-lock:before{content:""}.icon-learn:before{content:""}.icon-card:before{content:""}.icon-pulse:before{content:""}.icon-code:before{content:""}.icon-target:before{content:""}.icon-circles:before{content:""}.icon-bars2:before{content:""}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.spinner-h{align-items:center;background:transparent;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:all .5s;width:100%;z-index:100}.error__page{min-height:100vh}.error__page .main__container{background:#f9f9f9!important;display:flex;flex-direction:column;justify-content:center;min-height:100%}.error__page-content>img,.error__page-content>svg,.notfound__page-content>img,.notfound__page-content>svg{display:inline-block;margin-bottom:3rem;vertical-align:top}.error__page-content h1,.notfound__page-content h1{margin-bottom:3rem}.error__page-content .btn-hold,.notfound__page-content .btn-hold{margin-top:3rem}.error__page-content .btn-hold .button,.notfound__page-content .btn-hold .button{min-width:22.4rem}.error__page-content :last-child,.notfound__page-content :last-child{margin-bottom:0}@media(max-width:767px){.error__page-content h1,.error__page-content>img,.error__page-content>svg,.notfound__page-content h1,.notfound__page-content>img,.notfound__page-content>svg{margin-bottom:2rem}.error__page-content .btn-hold,.notfound__page-content .btn-hold{margin-top:2rem}}.error__page-content{text-align:center}.ticker_widger{background:#1a2b44;background:var(--primary-bg);border:1px solid #d8dde6;border-bottom:1px solid var(--main-border-color);border-left:0 solid var(--main-border-color);border-right:0 solid var(--main-border-color);border-top:1px solid var(--main-border-color)}.contactus-details{border:1px solid rgba(0,0,0,.08);border-radius:2.5rem;box-shadow:0 8px 32px 0 rgba(0,0,0,.06);box-shadow:0 8px 32px 0 var(--secondary-border-color);flex-direction:column;gap:0;margin-left:auto;margin-right:auto;max-width:77.4rem}.contactus-details .text{margin-bottom:5.7rem}.contactus-details h2{font-size:3.4rem;line-height:4.4rem;margin-bottom:2.5rem}.contactus-details .items{display:flex;flex-direction:column;gap:2.4rem}.contactus-details .items .item{color:#1a2b44;color:var(--primary-color);display:flex;font-size:1.8rem;font-weight:600;gap:1.7rem;line-height:2.8rem}.contactus-details .items .item [class*=icon]{border-radius:.6rem;flex:0 0 5.2rem;font-size:2.4rem;height:5.2rem;width:5.2rem}.contactus-details .items .item [class*=icon].icon-email{background:linear-gradient(135deg,rgba(212,175,55,.15),rgba(212,175,55,.05));color:#d4af37;color:var(--accent-color)}.contactus-details .items .item [class*=icon].icon-phone{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.05));color:#10b981;color:var(--accent-color3)}.contactus-details .items .item [class*=icon].icon-location{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(59,130,246,.05));color:#3b82f6;color:var(--accent-color2)}.contactus-details .items .item h3{color:#5e6a7f;color:var(--seventh-color);font-size:1.5rem;font-weight:600;line-height:2.3rem;margin-bottom:.5rem;text-transform:uppercase}.contactus-details .items .item a{color:#1a2b44;color:var(--primary-color);text-decoration:none}.contactus-details .items .item a:hover{color:#d4af37;color:var(--accent-color)}.contactus-details .items .item>:last-child,.contactus-details .items .item>div>:last-child{margin-bottom:0}@media(max-width:767px){.contactus-details{margin-top:0}.contactus-details .text{-webkit-padding-end:.5rem;margin-bottom:3.1rem;padding-inline-end:.5rem}.contactus-details h2{margin-bottom:4.1rem}.contactus-details .items{gap:2.1rem}}.contactus-support{background:linear-gradient(135deg,rgba(212,175,55,.08),rgba(212,175,55,.02));border:1px solid rgba(212,175,55,.2);border-radius:1.7rem;color:#1a2b44;color:var(--primary-color);font-size:1.6rem;line-height:3.2rem;margin-top:6rem;padding:2.6rem 2.6rem 1.5rem}.contactus-support h3{color:#d4af37;color:var(--accent-color);display:flex;font-size:1.5rem;font-weight:600;gap:.3rem;letter-spacing:.744px;line-height:2.1rem;margin-bottom:.7rem}.contactus-support h3:before{content:"●";display:inline-block;font-size:2.4rem;line-height:1.6rem;vertical-align:top}.contactus-support .text>:last-child,.contactus-support>:last-child{margin-bottom:0}@media(max-width:767px){.contactus-support{-webkit-padding-end:5rem;margin-top:4.4rem;padding:2.4rem 2.4rem 0;padding-inline-end:5rem}.contactus-support h3{margin-bottom:1.6rem}}[class*=content-section]{padding:10rem 0;position:relative}[class*=content-section].first-child{padding-top:0}[class*=content-section].last-child{padding-bottom:0}[class*=content-section]>:last-child{margin-bottom:0}@media(max-width:767px){[class*=content-section]{padding:8rem 0}}.about-section01{padding-top:0}.about-section01 .items{display:flex;flex-direction:column;gap:3.4rem}.about-section01 .items .item{border:1px solid transparent;border-radius:1.7rem;padding:4rem}.about-section01 .items .item:nth-child(2n){background:#f5f7fa;background:var(--secondary-bg);border:1px solid rgba(0,0,0,.05)}.about-section01 .items .item>:last-child{margin-bottom:0}@media(max-width:767px){.about-section01 .items .item{padding:3.1rem 3.3rem}}.about-section02{background:linear-gradient(180deg,transparent,hsla(210,1%,49%,.5) 40%,hsla(210,1%,49%,.5) 60%,#f5f7fa)}.about-section02 .section-heading{margin-left:auto;margin-right:auto;max-width:82rem}.about-section02 h2{letter-spacing:1.5px;margin-bottom:5.1rem}.about-section02 .items{display:flex;flex-wrap:wrap;gap:3rem;margin:0 auto;max-width:103.2rem}.about-section02 .items .item{align-items:center;background:#fff;background:var(--main-bg);border:1px solid rgba(212,175,55,.2);border-radius:1.7rem;box-shadow:0 4px 20px 0 rgba(0,0,0,.04);display:flex;gap:2.6rem;max-width:calc(50% - 1.5rem);padding:3rem;width:100%}.about-section02 .items .item:last-child{font-size:1.9rem;margin-top:1rem;max-width:100%;padding:4.4rem 3rem}.about-section02 .items .item:last-child .text{border-color:rgba(212,175,55,.2);margin-left:auto;margin-right:auto;max-width:82.8rem}.about-section02 .items .item .icon{flex:0 0 7rem;font-size:2.8rem;height:7rem;width:7rem}.about-section02 .items .item .icon.accent-color03{background:rgba(16,185,129,.08)}.about-section02 .items .item .icon.accent-color02{background:rgba(59,130,246,.08)}.about-section02 .items .item .text{flex:1 1}.about-section02 .items .item .text>:last-child{margin-bottom:0}@media(max-width:767px){.about-section02 h2{margin-bottom:3rem}.about-section02 .items{flex-direction:column}.about-section02 .items .item{max-width:none;min-height:14.3rem;padding:2.9rem}.about-section02 .items .item .text{margin-bottom:-1.6rem}.about-section02 .items .item:last-child{letter-spacing:0;margin-top:0;padding:4rem 3.6rem 4.5rem}.about-section02 .items .item:last-child .text{margin-bottom:0}}.about-section03{background:#f5f7fa}.about-section03 h2{margin-bottom:5rem}.about-section03 .items{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.about-section03 .items .item{align-items:center;background:#fff;background:var(--main-bg);border:1px solid rgba(0,0,0,.06);border:1px solid var(--secondary-border-color);border-radius:1.7rem;box-shadow:0 2px 12px 0 rgba(0,0,0,.04);display:flex;gap:1.6rem;padding:3.2rem}.about-section03 .items .item [class*=icon-]{align-items:center;background:#d4af37;background:var(--accent-color);border-radius:50%;color:#fff;color:var(--quarter-color);display:inline-flex;font-size:2rem;height:3.2rem;justify-content:center;width:3.2rem}.about-section03 .items .item .text{flex:1 1}.about-section03 .items .item .text>:last-child{margin-bottom:0}@media(max-width:767px){.about-section03 h2{margin-bottom:3.2rem}.about-section03 .items{gap:2rem;grid-template-columns:repeat(1,1fr)}.about-section03 .items .item{line-height:2.7rem}}.about-section04{background:linear-gradient(135deg,#1a2b44,#2c3e5d);margin-bottom:-10rem;padding-bottom:10rem!important}.about-section04,.about-section04 h2{color:#fff;color:var(--quarter-color)}.about-section04 .text>:last-child{margin-bottom:0}@media(max-width:767px){.about-section04{margin-bottom:-8rem;padding-bottom:8rem!important}}.why-intro{margin-bottom:12rem}.why-intro .content-item{margin:3rem 0;padding:2.4rem}@media(max-width:767px){.why-intro{margin-bottom:16rem}}.why-items h2{margin-bottom:6rem}.why-items .content-item+.content-item{margin-top:4rem}.why-items .content-item .icon{flex:0 0 7.2rem;height:7.2rem;width:7.2rem}.why-items .content-item .list{margin:2.2rem 0}@media(max-width:767px){.why-items h2{margin-bottom:5rem}.why-items .content-item .icon{flex:none;height:5.6rem;width:5.6rem}.why-items .content-item .list{margin:1.6rem 0}.why-items .content-item+.content-item{margin-top:3rem}}.accounts{padding-bottom:12rem}.accounts .items{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(4,1fr);padding:2.3rem 0 0}.accounts .items .item{background:#fff;background:var(--main-bg);border:1px solid rgba(0,0,0,.06);border:1px solid var(--secondary-border-color);border-radius:2.5rem;box-shadow:0 4px 20px 0 rgba(0,0,0,.04);display:flex;flex-direction:column;min-width:0;padding:3.4rem;position:relative}.accounts .items .item .item-heading{color:#5e6a7f;color:var(--seventh-color);display:flex;flex-direction:column;font-size:1.6rem;line-height:2.4rem;margin-bottom:2.7rem}.accounts .items .item .item-heading>:last-child{margin-bottom:0}.accounts .items .item .item-content{flex:1 1}.accounts .items .item .caption{align-items:center;align-self:center;background:#d4af37;background:var(--accent-color);border-radius:2rem;box-shadow:0 4px 12px 0 rgba(212,175,55,.3);color:#fff;color:var(--main-bg);display:inline-flex;font-size:1.4rem;font-weight:700;justify-content:center;letter-spacing:.637px;line-height:1.8rem;margin:-5.8rem 0 .8rem;min-height:5rem;padding:.7rem 3rem;position:relative;text-align:center}.accounts .items .item .caption p{margin-bottom:0}.accounts .items .item h2{font-size:3.4rem;font-weight:700;letter-spacing:1px;line-height:4.4rem;margin-bottom:.7rem}.accounts .items .item .title{color:#5e6a7f;color:var(--seventh-color);font-size:1.4rem;font-weight:500;letter-spacing:0;line-height:2.2rem}.accounts .items .item .value{color:#1a1d2e;color:var(--main-color);font-size:1.4rem;font-weight:600;line-height:2.2rem;text-align:end}.accounts .items .item .deposit{background:#fff;background:var(--main-bg);border:1px solid transparent;border-radius:1.7rem;display:flex;flex-direction:column;gap:.4rem;margin-bottom:2.5rem;padding:2.2rem 1.7rem}.accounts .items .item .deposit .title{color:#5e6a7f;color:var(--seventh-color);font-size:1.2rem;font-weight:600;letter-spacing:.637px;line-height:1.9rem}.accounts .items .item .deposit .value{color:#1a2b44;color:var(--primary-color);font-family:Inter,sans-serif;font-family:var(--main-font-family);font-size:3.8rem;font-weight:700;letter-spacing:2px;line-height:3.8rem;text-align:start;white-space:nowrap}.accounts .items .item ul{display:flex;flex-direction:column;gap:1.2rem;letter-spacing:0;line-height:2.2rem;list-style:none;margin:0;padding:0}.accounts .items .item ul li{align-items:center;border-bottom:1px solid rgba(0,0,0,.06);border-bottom:1px solid var(--secondary-border-color);display:flex;gap:1.5rem;justify-content:space-between;min-height:4.5rem;padding:.9rem 0}.accounts .items .item .btn-hold{margin-top:3.4rem}.accounts .items .item .btn-hold .button{font-family:Inter,sans-serif;font-family:var(--main-font-family);font-size:1.6rem;line-height:2.4rem;min-height:6rem;padding-left:1.5rem;padding-right:1.5rem;text-transform:uppercase}.accounts .items .item .btn-hold .button:before{border-width:1px}.accounts .items .item.item-starter h2{color:#10b981;color:var(--accent-color3)}.accounts .items .item.item-starter .deposit{background:linear-gradient(135deg,rgba(16,185,129,.03),rgba(16,185,129,.01));border-color:rgba(16,185,129,.19)}.accounts .items .item.item-starter .btn-hold .button{background:#10b981;background:var(--accent-color3);color:#fff}.accounts .items .item.item-starter .btn-hold .button:hover{box-shadow:none}.accounts .items .item.item-starter .btn-hold .button.bordered{background:transparent;color:#10b981;color:var(--accent-color3)}.accounts .items .item.item-starter .btn-hold .button.bordered:before{border-color:#10b981;border-color:var(--accent-color3)}.accounts .items .item.item-starter .btn-hold .button.bordered:hover{background:#10b981;background:var(--accent-color3);color:#fff}.accounts .items .item.item-advanced h2{color:#d4af37;color:var(--accent-color)}.accounts .items .item.item-professional h2{color:#3b82f6;color:var(--accent-color2)}.accounts .items .item.item-professional .deposit{background:linear-gradient(135deg,rgba(59,130,246,.03),rgba(59,130,246,.01));border-color:rgba(59,130,246,.19)}.accounts .items .item.item-professional .btn-hold .button{background:#3b82f6;background:var(--accent-color2);color:#fff}.accounts .items .item.item-professional .btn-hold .button:hover{box-shadow:none}.accounts .items .item.item-professional .btn-hold .button.bordered{background:transparent;color:#3b82f6;color:var(--accent-color2)}.accounts .items .item.item-professional .btn-hold .button.bordered:before{border-color:#3b82f6;border-color:var(--accent-color2)}.accounts .items .item.item-professional .btn-hold .button.bordered:hover{background:#3b82f6;background:var(--accent-color2);color:#fff}.accounts .items .item.item-elite h2{color:#2c3e5d;color:var(--eighth-color)}.accounts .items .item.item-elite .btn-hold .button{background:#2c3e5d;background:var(--eighth-color);color:#fff}.accounts .items .item.item-elite .btn-hold .button:hover{box-shadow:none}.accounts .items .item.item-elite .btn-hold .button.bordered{background:transparent;color:#2c3e5d;color:var(--eighth-color)}.accounts .items .item.item-elite .btn-hold .button.bordered:before{border-color:#2c3e5d;border-color:var(--eighth-color)}.accounts .items .item.item-elite .btn-hold .button.bordered:hover{background:#2c3e5d;background:var(--eighth-color);color:#fff}.accounts .items .item.item-popular{border-color:#d4af37;border-color:var(--accent-color)}@media(max-width:1170px){.accounts .items{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.accounts{padding-bottom:8rem}.accounts .items{gap:3.1rem;grid-template-columns:repeat(1,1fr);padding:0 1.2rem}.accounts .items .item .btn-hold{margin-top:2.6rem}}[lang=es] .accounts .items .item .deposit .value,[lang=pt] .accounts .items .item .deposit .value{font-size:3.5rem}.accounts-comparison{background:linear-gradient(-180deg,#fff,#f5f7fa);padding:12rem 0}.accounts-comparison .section-heading,.accounts-comparison .section-heading p{margin-bottom:1.2rem}.accounts-comparison .section-heading h2{margin-bottom:1.6rem}.accounts-comparison .section-heading>:last-child{margin-bottom:0}.accounts-comparison .table{background:hsla(0,0%,100%,0);border:0;border-radius:1.7rem;box-shadow:0 4px 24px 0 rgba(0,0,0,.06);box-shadow:0 4px 24px 0 var(--secondary-border-color);margin-bottom:0}.accounts-comparison .table table{position:relative}.accounts-comparison .table table td,.accounts-comparison .table table th{background:#fff;border-color:rgba(0,0,0,.04);border-width:1px;font-size:1.6rem;font-weight:700;height:6.4rem;line-height:2.4rem;padding-bottom:1.7rem;padding-top:1.7rem}.accounts-comparison .table table td:first-child,.accounts-comparison .table table th:first-child{background:#f5f7fa;background:var(--secondary-bg);border-color:rgba(0,0,0,.04) transparent;width:24%}.accounts-comparison .table table td:not(:first-child),.accounts-comparison .table table th:not(:first-child){color:#1a1d2e;color:var(--main-color);text-align:center}.accounts-comparison .table table th{background:#fff;background:var(--main-bg);color:#1a2b44;color:var(--primary-color);font-size:1.6rem;font-weight:700;height:7.8rem;line-height:2.2rem}.accounts-comparison .table table th[class]{font-size:2rem;text-transform:none}.accounts-comparison .table table th.starter{color:#10b981;color:var(--accent-color3)}.accounts-comparison .table table th.advanced{color:#d4af37;color:var(--accent-color)}.accounts-comparison .table table th.professional{color:#3b82f6;color:var(--accent-color2)}.accounts-comparison .table table th.elite{color:#2c3e5d;color:var(--eighth-color)}.accounts-comparison .table table [class*=icon-]{align-items:center;border-radius:50%;display:inline-flex;font-size:1.6rem;font-weight:400;height:2.8rem;justify-content:center;line-height:1;vertical-align:top;width:2.8rem}.accounts-comparison .table table [class*=icon-].icon-cross{background:rgba(0,0,0,.05);color:#5e6a7f;color:var(--seventh-color)}.accounts-comparison .table table [class*=icon-].icon-tick{color:#fff;color:var(--main-bg)}.accounts-comparison .table table td.advanced .icon-tick{background:#d4af37;background:var(--accent-color)}.accounts-comparison .table table td.professional .icon-tick{background:#3b82f6;background:var(--accent-color2)}.accounts-comparison .table table td.elite .icon-tick{background:#2c3e5d;background:var(--eighth-color)}.accounts-comparison .table table td.colored,.accounts-comparison .table table th.colored{background:#f8f9fb!important;background:transparent!important}@media(max-width:767px){.accounts-comparison{padding:8rem 0 9.6rem}.accounts-comparison .section-heading{margin-bottom:6.2rem;padding:0 1.4rem}.accounts-comparison .section-heading h2{font-size:4.6rem;line-height:5rem;margin-bottom:3.8rem}.accounts-comparison .table{-webkit-margin-start:-2.4rem;margin-inline-start:-2.4rem;width:calc(100% + 2.4rem)}.accounts-comparison .table table td,.accounts-comparison .table table th{min-width:14rem;padding-left:2rem;padding-right:2rem}.accounts-comparison .table table td:first-child,.accounts-comparison .table table th:first-child{min-width:20rem}}.accounts-banner{background:#fff;background:var(--main-bg);margin-bottom:-10rem;padding-bottom:10rem;padding-top:10rem}.accounts-banner h2{font-size:6rem;letter-spacing:0;line-height:7.6rem;margin-bottom:3rem}.accounts-banner .btn-hold{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:center;margin-top:3rem}.accounts-banner .btn-hold .button{padding-left:4.3rem;padding-right:4.3rem}@media(max-width:767px){.accounts-banner{margin-bottom:-8rem;padding-bottom:8rem;padding-top:8rem}.accounts-banner h2{font-size:3.8rem;letter-spacing:1px;line-height:5rem;margin-bottom:3rem}.accounts-banner .text{letter-spacing:.25px;padding:0 1rem}}.accounts-islamic{background:#fff;background:var(--main-bg);padding:0 0 12rem}.accounts-islamic .main-holder{align-items:center;display:flex;gap:8rem}.accounts-islamic .text{flex:none;max-width:100%;width:57rem}.accounts-islamic .text h2{color:#1a2b44;color:var(--primary-color);font-size:3.4rem;font-weight:600;letter-spacing:.1rem;letter-spacing:2px;line-height:4.4rem;margin-bottom:4rem}.accounts-islamic .text p{color:#1a1d2e;color:var(--main-color);font-size:1.8rem;line-height:3.2rem;margin-bottom:0}.accounts-islamic .card{background:#fff;background:var(--main-bg);border:1px solid rgba(0,0,0,.06);border:1px solid var(--secondary-border-color);border-radius:2.55rem;box-shadow:0 4px 10px 0 rgba(0,0,0,.04);flex:1 1;min-width:0;padding:3.4rem 2.4rem}.accounts-islamic .card h2{color:#2c3e5d;color:var(--eighth-color);font-size:3.4rem;font-weight:700;letter-spacing:0;line-height:4.4rem;margin-bottom:0}.accounts-islamic .card ul{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:2.5rem 0;padding:0}.accounts-islamic .card ul li{align-items:center;border-bottom:1px solid rgba(0,0,0,.06);border-bottom:1px solid var(--secondary-border-color);color:#1a1d2e;color:var(--main-color);display:flex;font-size:1.4rem;font-weight:600;line-height:2.2rem;min-height:4.5rem;padding:.9rem 0}.accounts-islamic .card .btn-hold .button{font-size:1.6rem;font-weight:700;line-height:2.4rem;max-width:19.3rem;padding-left:1.5rem;padding-right:1.5rem;white-space:nowrap;width:100%}@media(max-width:1150px){.accounts-islamic .text{width:45rem}}@media(max-width:1000px){.accounts-islamic .main-holder{flex-direction:column;gap:3rem}.accounts-islamic .card,.accounts-islamic .text{width:100%}}@media(max-width:767px){.accounts-islamic{padding:8rem 0}.accounts-islamic .text h2{font-size:2.8rem;line-height:3.6rem;margin-bottom:1.6rem}.accounts-islamic .text p{font-size:1.6rem;line-height:2.6rem}.accounts-islamic .card .btn-hold .button{max-width:100%}}.content-section01{padding:12rem 0}.content-section01 .text{color:#2c3e5d;color:var(--eighth-color);font-size:2rem;line-height:3.4rem;margin-left:auto;margin-right:auto;max-width:83rem}.content-section01 .text>:last-child{margin-bottom:0}@media(max-width:767px){.content-section01{padding:8rem 0}}.content-section02{background:linear-gradient(180deg,#fff,#f8f9fb);padding:12rem 0}.content-section02 .items{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.content-section02 .items .item{background:#fff;background:var(--main-bg);border:1px solid rgba(0,0,0,.06);border:1px solid var(--secondary-border-color);border-radius:2.4rem;box-shadow:0 4px 20px 0 rgba(0,0,0,.04);padding:4rem 4rem 3.5rem;transition:all .3s}.content-section02 .items .item h3{font-size:2.8rem;line-height:3.8rem}.content-section02 .items .item:hover{border-color:#d4af37;border-color:var(--accent-color);box-shadow:0 16px 48px 0 rgba(0,0,0,.1),0 4px 20px 0 rgba(0,0,0,.04)}.content-section02 .items .item>:last-child{margin-bottom:0}@media(max-width:767px){.content-section02{padding:8rem 0}.content-section02 .items{grid-template-columns:repeat(1,1fr)}.content-section02 .items .item{padding:4rem}}.content-section03{background:linear-gradient(135deg,#1a2b44,#2c3e5d);color:#fff;color:var(--quarter-color);overflow:hidden;padding:12rem 0!important;position:relative}.content-section03:after,.content-section03:before{background:url(/Media/Image/decor01.svg) no-repeat 0 0/cover;content:"";opacity:.1;position:absolute}.content-section03:before{height:40.8rem;left:50%;margin-left:-71rem;top:22.7rem;width:40.8rem}.content-section03:after{height:34rem;margin-right:-73rem;right:50%;top:2rem;width:34rem}.content-section03 .text{font-size:1.7rem;line-height:170%;margin-left:auto;margin-right:auto;max-width:97rem;position:relative;z-index:1}.content-section03 h2{color:#fff;color:var(--quarter-color);font-size:6rem;font-weight:600;line-height:7.8rem}.content-section03 .btn-hold{margin-top:5rem}.content-section03 .btn-hold .button{box-shadow:0 4px 20px 0 rgba(212,175,55,.3);min-width:18.5rem}@media(max-width:767px){.content-section03{padding:8rem 0!important}.content-section03:before{left:8.4rem;margin-left:0;top:24.6rem}.content-section03:after{margin-right:auto;right:10.8rem;top:15.1rem}.content-section03 h2{font-size:3.8rem;line-height:4.9rem;margin-bottom:2rem}.content-section03 .text{padding:0 1rem}}@media(min-width:1200px){.with__bannerSidebar__page .bottom-banner:before,.with__sidebar__page .bottom-banner:before{margin-left:-14.95rem}.with__bannerSidebar__page .bottom-banner .hold,.with__sidebar__page .bottom-banner .hold{margin-left:-29.9rem}}@media(min-width:575px){.text-xs-start{text-align:start!important}.text-xs-end{text-align:end!important}}@media(min-width:576px){.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}}@media(min-width:768px){.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}}@media(min-width:992px){.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}}@media(min-width:1200px){.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}}
/*# sourceMappingURL=main.9829160b.css.map*/