@import "//fonts.googleapis.com/css?family=IBM+Plex+Sans:200,400,500,600&display=swap";@font-face{font-family:averta-bold;src:url(../media/averta-bold.a09ff4f2.otf)}@font-face{font-family:averta-semibold;src:url(../media/averta-semibold.2182b9b6.otf)}@font-face{font-family:averta-regular;src:url(../media/averta-regular.c9a008fc.otf)}p,h1,h2,h3,h4,h5{font-weight:400;margin:0;padding:0}h1{color:#129dff;font-size:22px;font-family:averta-semibold}p{color:#949494;font-size:18px;font-family:averta-regular}.global--form_helper-text{color:rgba(0,0,0,.54);margin:0;font-size:.75rem;text-align:left;margin-top:5px;min-height:1em;font-family:roboto,helvetica,arial,sans-serif;line-height:1em}.image{position:relative;width:36px;height:36px;border-radius:100% 100% 100% 100%;-moz-border-radius:100% 100% 100% 100%;-webkit-border-radius:100% 100% 100% 100%;overflow:hidden}.image img{width:100%}.image.with-border::after{content:'';left:0;position:absolute;height:36px;width:36px;border-radius:100% 100% 100% 100%;-moz-border-radius:100% 100% 100% 100%;-webkit-border-radius:100% 100% 100% 100%;box-shadow:inset 0 0 0 2px #000;opacity:.1}.image.large{width:44px;height:44px}.image.large.with-border::after{height:44px;width:44px}.image.small{width:24px;height:24px}.action-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#fff;color:#129dff;height:44px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;font-family:averta-semibold;font-size:16px;cursor:pointer;overflow:hidden;outline:none;border:0}.action-button.accent{background:#129dff;color:#fff}.action-button.accent:active{opacity:.8}.action-button.with-icon::before{content:'';height:24px;width:24px;margin-right:8px}.circular-action-button{position:relative;height:48px;width:48px;box-shadow:inset 0 0 0 2px #e5e5e5;outline:none;border:0;border-radius:100% 100% 100% 100%;-moz-border-radius:100% 100% 100% 100%;-webkit-border-radius:100% 100% 100% 100%;cursor:pointer}.circular-action-button:active{opacity:.5}html,body{background:#fff;margin:0;padding:0;font-family:averta-regular;color:#242426}main{position:relative;display:-ms-flexbox;display:flex;padding-top:74px}.keyline{margin-left:auto;margin-right:auto;max-width:680px;-ms-flex:1;flex:1}@media only screen and (max-width:680px){.keyline{margin-left:16px;margin-right:16px;width:auto}}.view-controller{margin-top:16px;margin-bottom:16px;box-shadow:inset 0 0 0 2px #f4f4f4;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px}ul{list-style-type:none;padding:0;margin:0}nav .keyline{position:relative;-ms-flex:1;flex:1}nav .keyline .logo{position:absolute;width:132px;height:100%;background-size:100% auto;background-position:center;background-repeat:no-repeat;background-image:url(../media/carbon-wordmark.3f7df3d7.svg)}nav .keyline .logo:hover{cursor:pointer;opacity:.8}nav .keyline .profile{position:absolute;right:0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}nav .keyline .profile:hover{opacity:.8}.tabbar{background:blue}.tabbar ul{background:red;display:-ms-flexbox;display:flex}.tabbar ul li{-ms-flex:1;flex:1;background:green}.form-container{position:absolute;top:0;bottom:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-container ul{list-style-type:none;padding:0;margin:0}.form-container ul li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}.form-container ul li:last-child{margin-bottom:0}.form-container form{width:340px;background:#fff;padding:32px;box-shadow:inset 0 0 0 2px #f4f4f4;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px}.form-container form h1{text-align:center;color:#129dff;font-size:22px;font-weight:400;font-family:averta-semibold}.form-container form a{color:#129dff;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.form-container form label{color:#949494;font-size:16px;font-weight:400;font-family:averta-regular;margin-bottom:16px}.form-container form .input-field{display:-ms-flexbox;display:flex;padding:0;height:48px;padding-left:16px;padding-right:16px;-ms-flex:1;flex:1;border:2px solid #f4f4f4;outline:0;font-size:18px;font-family:averta-regular;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px}.form-container form .input-field:focus{border:2px solid #129dff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}#popup-container{transition-duration:.18s;transition-timing-function:ease-in-out;opacity:0;visibility:hidden;max-height:100vh;overflow:hidden}@media only screen and (max-width:512px){#popup-container{transition:none!important}}#popup-container.active{max-height:auto;overflow:visible;visibility:visible;opacity:1}#popup-container.active .popup .popup-content{top:0}#popup-container .overlay{transition-duration:.18s;transition-timing-function:ease-in-out;position:fixed;width:100%;height:100vh;background:#242426;opacity:.5;z-index:1}@media only screen and (max-width:512px){#popup-container .overlay{transition:none!important;opacity:0}}#popup-container .popup{position:relative;display:-ms-flexbox;display:flex;box-sizing:border-box;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:2;min-height:100vh;padding-top:32px;padding-bottom:32px}@media only screen and (max-width:512px){#popup-container .popup{padding-top:0;padding-bottom:0}}#popup-container .popup .popup-content{top:32px;position:relative;width:512px;background:#fff;overflow:hidden;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;transition-duration:.18s;transition-timing-function:ease-in-out;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-sizing:border-box}@media only screen and (max-width:512px){#popup-container .popup .popup-content{transition:none!important;box-shadow:0 2px 4px 0 transparent;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;top:0;height:3000px;min-height:100vh}}.id-verification{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.id-verification .header-container{height:140px;width:100%}.id-verification .header-container .circular-action-button{position:absolute;top:44px;right:32px}.id-verification .title-container{margin-left:32px;margin-right:32px}.id-verification .title-container h1,.id-verification .title-container p{text-align:center}.id-verification .title-container p{margin-top:12px;margin-bottom:36px}.id-verification .action-button{margin-bottom:36px;margin-left:32px;margin-right:32px}.id-verification .options-list{border-top:2px solid #e5e5e5;margin-bottom:36px}.id-verification .options-list li{display:-ms-flexbox;display:flex;height:60px;border-bottom:2px solid #e5e5e5;-ms-flex-align:center;align-items:center}.id-verification .options-list li .icon{height:24px;width:24px}.id-verification .options-list li .icon:first-child{margin-left:32px}.id-verification .options-list li .icon:last-child{margin-right:32px}.id-verification .options-list li .title{margin-left:32px;-ms-flex:1;flex:1;color:#242426;font-family:averta-semibold}#wallets{padding-top:16px;padding-bottom:16px;-ms-flex:1;flex:1}@media only screen and (max-width:680px){#wallets{padding-top:0;padding-bottom:0}}#wallets .keyline{display:-ms-flexbox;display:flex}@media only screen and (max-width:680px){#wallets .keyline{-ms-flex-direction:column;flex-direction:column;margin:0}}#wallets .keyline .empty{height:88px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#949494}#wallets .keyline .wallets{position:fixed;max-height:calc(100% - 106px);width:402px;box-shadow:inset 0 0 0 2px #f4f4f4;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;overflow:scroll}@media only screen and (max-width:680px){#wallets .keyline .wallets{position:relative;max-height:auto;width:100%;box-shadow:inset 0 0 0 0 #f4f4f4;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0}}#wallets .keyline .details{margin-left:418px;width:100%;-ms-flex:1;flex:1}@media only screen and (max-width:680px){#wallets .keyline .details{margin-left:0}}@media only screen and (max-width:680px){#wallets .keyline .details .wallet-details{padding-top:56px;padding-bottom:56px}}#wallets .keyline .details .wallet-header{background:#129dff;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#fff;text-align:center;padding:32px;margin-bottom:16px}@media only screen and (max-width:680px){#wallets .keyline .details .wallet-header{padding:24px;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;margin-bottom:0}}#wallets .keyline .details .wallet-header .coin-title{display:-ms-flexbox;display:flex;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#wallets .keyline .details .wallet-header .coin-title h3{font-size:20px;margin-left:16px}@media only screen and (max-width:680px){#wallets .keyline .details .wallet-header .coin-title{height:auto}#wallets .keyline .details .wallet-header .coin-title h3{margin-left:0}#wallets .keyline .details .wallet-header .coin-title .image{display:none}}#wallets .keyline .details .wallet-header .value-title{font-family:averta-semibold;font-size:28px;margin-top:24px;margin-bottom:8px}@media only screen and (max-width:680px){#wallets .keyline .details .wallet-header .value-title{margin-top:16px}}#wallets .keyline .details .wallet-header .count-title{margin-bottom:24px;opacity:.8;font-size:16px}#wallets .keyline .details .wallet-header .button-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#wallets .keyline .details .wallet-header .button-container .action-button{-ms-flex:1;flex:1;max-width:132px}#wallets .keyline .details .wallet-header .button-container .action-button:nth-child(2){margin-left:16px}@media only screen and (max-width:680px){#wallets .keyline .details .wallet-header .button-container .action-button{max-width:222px}}#wallets .keyline .title-holder{height:68px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;box-shadow:inset 0 -2px 0 0 #f4f4f4}#wallets .keyline .title-holder.hide{display:-ms-flexbox;display:flex}#wallets .keyline .title-holder .accent-title{font-size:18px;text-align:center;color:#129dff;margin:0;padding:0;width:100%;font-weight:400}@media only screen and (max-width:680px){#wallets .keyline .title-holder .accent-title{position:absolute}}@media only screen and (max-width:680px){#wallets .keyline .title-holder.fixed-mobile{background:#fff;height:56px;position:fixed;width:100%;z-index:100}}@media only screen and (max-width:680px){#wallets .keyline .title-holder.hide{display:none}}#wallets .keyline .title-holder .profile-link{display:none}@media only screen and (max-width:680px){#wallets .keyline .title-holder .profile-link{position:absolute;right:0;display:block;padding-right:16px}}#wallets .keyline .list{width:100%;position:relative}#wallets .keyline ul{margin:0;padding:0;list-style-type:none}@media only screen and (max-width:680px){#wallets .keyline ul{padding-bottom:56px;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}}@media only screen and (max-width:680px){#wallets .keyline ul.fixed-mobile{padding-top:56px}}#wallets .keyline ul li{height:88px;box-shadow:inset 0 -2px 0 0 #f4f4f4}@media only screen and (max-width:680px){#wallets .keyline ul li{height:72px}}#wallets .keyline ul li a{text-decoration:none;color:#242426;display:block;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px}#wallets .keyline ul li a.selected{box-shadow:inset 2px 0 0 0 #129dff}#wallets .keyline ul li a.no-left-padding{padding-left:0}#wallets .keyline ul li:hover{background:#f4f4f4}#wallets .keyline ul li .date-holder{width:68px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#wallets .keyline ul li .date-holder .title{font-family:averta-semibold;font-size:24px;opacity:1}#wallets .keyline ul li .date-holder .title:first-child{font-size:12px;text-transform:uppercase;opacity:.5}@media only screen and (max-width:680px){#wallets .keyline ul li .date-holder{width:56px}}#wallets .keyline ul li .coin-titles{-ms-flex:1;flex:1;margin-left:16px;margin-right:16px}#wallets .keyline ul li .coin-counts{text-align:right}#wallets .keyline ul li .title{margin:0;font-size:16px;opacity:.5}#wallets .keyline ul li .title:first-child{font-family:averta-semibold;font-size:18px;margin-bottom:4px;opacity:1}@media only screen and (max-width:680px){#wallets .keyline ul li .title{font-size:14px}#wallets .keyline ul li .title:first-child{font-size:16px}}#wallets .keyline .hide,#wallets .keyline .show{display:block}@media only screen and (max-width:680px){#wallets .keyline .hide{display:none}}#wallets .keyline .wallet-list-container{margin-right:16px;overflow:scroll;width:402px}@media only screen and (max-width:680px){#wallets .keyline .wallet-list-container{width:100%;margin-right:0}}#wallets .keyline .list-holder{width:inherit;box-shadow:inset 0 0 0 2px #f4f4f4;overflow:hidden;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;background:#fff}@media only screen and (max-width:680px){#wallets .keyline .list-holder{position:relative;box-shadow:inset 0 0 0 0 #f4f4f4;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0}}#wallets .keyline .list-holder .transaction-list{list-style-type:none;padding:0;margin:0}.chain-logo{font-size:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0 0 15px}.chain-logo img{width:20px;margin-left:5px}.navbar{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1000px){.navbar{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center!important;align-items:center!important}.navbar__right{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.navbar__right>*{margin:.5rem!important}}@media screen and (max-width:600px){.nav-item--signup{width:100%!important}}.chain-container.eos .eos-image{width:150px;position:relative;right:-270px;top:-14px}.chain-container.eos .carbon-image{position:relative;left:50px;top:32px}.chain-container.eos .temp-flex{padding:0}.chain-container.eos .temp-flex.for-developers{-ms-flex-align:start;align-items:flex-start;padding:0}.chain-container.eos .temp-flex.for-developers div{width:50%}.chain-container.eos .temp-flex.for-developers .image{border-radius:0;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;height:250px}.chain-container.eos .temp-flex.for-developers .image img{width:240px}.chain-container.eos .wrapper{position:relative;margin-left:auto;margin-right:auto;padding-top:88px;padding-bottom:88px;height:auto;width:75%;display:-ms-flexbox;display:flex;z-index:2}.chain-container.eos .temp-flex-right{width:50%;position:relative}.chain-container.eos .plus-sign{font-size:48px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.chain-container.eos .dark-subsection{background-color:#242426;color:#fff}.chain-container.eos .dark-subsection .wrapper p{color:#fff}.chain-container.eos .dark-subsection .wrapper img{border-radius:0}.settings--container{font-family:averta-regular;width:70%;margin:30px auto}.settings--container h3{margin-top:10px;font-size:16px;color:#5a5f6d;padding:10px;background-color:rgba(167,175,188,.18);border-radius:4px 4px 0 0}.settings--container button{margin-top:10px;text-transform:none;min-width:150px}.settings--container .settings--button{margin-top:10px;text-transform:none;text-decoration:none;min-width:150px}.settings--container .settings--button:focus,.settings--container .settings--button:hover{text-decoration:none;color:#fff}.settings--container .settings--summary-item{padding:15px;border:1px solid #edefec}.settings--container .settings--summary-item .settings--profile_informative_text{color:#282828;text-align:center;margin-bottom:20px;font-size:16px}.settings--container .settings--summary-item .settings--profile_input-container{max-width:300px;margin:10px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.settings--container .settings--text{font-size:16px;color:#282828}.settings--container .settings--tabbar{border-bottom:1px solid #dedede}.settings--container .settings--tab-button{height:60px;text-transform:none;font-size:16px}.settings--container .settings--tab-button:focus{outline:none;text-decoration:none}.settings--container .settings--tab-button:hover{text-transform:none;text-decoration:none}.settings--container .settings--container-content{padding:24px}@media screen and (max-width:600px){.settings--container{width:100%}}.settings--profile_container .settings--profile_kyc_summary_container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.settings--profile_container .settings--profile_kyc_summary_container .settings--profile_kyc_summary_item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:8px 0}.settings--profile_container .settings--profile_kyc_summary_container .settings--profile_kyc_summary_item label{min-width:155px;text-align:right;margin-right:20px}.settings--profile_container .settings--profile_icon{margin-right:5px;position:relative;top:5px}.settings--linked-accounts_container .settings--linked-accounts-remove-button{color:#545454;letter-spacing:1px;text-transform:none;margin-top:0}@media screen and (max-width:600px){.settings--linked-accounts_container .settings--linked-accounts-remove-button{width:100%;margin-top:10px}}.settings--linked-accounts_container .settings--linked-accounts-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px 10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:10px 0}.settings--linked-accounts_container .settings--linked-accounts-item .settings-linked-accounts-item-summary{display:-ms-flexbox;display:flex}.settings--linked-accounts_container .settings--linked-accounts-item .settings-linked-accounts-item-summary p{margin-left:10px}@media screen and (max-width:600px){.settings--linked-accounts_container .settings--linked-accounts-item{-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:600px){.dialog--add-wire{width:100%;margin:0;top:0;bottom:0;position:absolute;max-height:100%}}.dialog--add-wire .settings--linked-accounts-add-dialog{padding:24px;position:relative}.dialog--add-wire .settings--linked-accounts-add-dialog .sidenote{font-size:14px;text-align:center;margin:0 auto 1rem;width:100%;max-width:28rem}.dialog--add-wire .settings--linked-accounts-add-dialog h3{text-align:center;font-size:20px;margin-bottom:10px}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-header{z-index:100;background-color:#fff;height:75px;width:100%;padding:10px;left:0;text-align:center}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-header h2{color:rgba(0,0,0,.87);font-size:22px;font-weight:500;margin-bottom:10px;margin-top:10px}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-header .settings--linked-accounts-add-error{width:90%;margin:5px auto 10px;font-size:14px;text-align:center;padding:10px}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:15px;font-weight:400;color:#444c5a;margin:25px}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-footer .settings--linked-accounts-add-padlock{display:inline-block;width:.75rem;margin-right:.5rem}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-content{overflow:auto;max-height:470px}@media screen and (max-width:600px){.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-content{padding-bottom:160px;height:100vh}}.dialog--add-wire .settings--linked-accounts-add-dialog .settings--linked-accounts-add-content .settings--linked-accounts-add-outer-input{display:block;margin:0 auto 1rem;width:100%;max-width:28rem}.dialog--add-wire .settings--linked-accounts-add-dialog .dialog-footer{padding-top:20px}@media screen and (max-width:600px){.dialog--add-wire .settings--linked-accounts-add-dialog .dialog-footer{position:fixed;background:#fff;bottom:0;left:0;right:0;padding:20px 24px 0}}.dialog--add-wire .settings--linked-accounts-add-dialog .dialog-footer .settings--linked-accounts-add-buttons-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dialog--add-wire .settings--linked-accounts-add-dialog .dialog-footer .settings--linked-accounts-add-buttons-container button{min-width:125px}@media screen and (max-width:600px){.dialog--select-payment-type{width:100%;margin:0;top:0;bottom:0;position:absolute;max-height:100%}}@media screen and (max-width:600px){.dialog--select-plaid-account{width:100%;margin:0;top:0;bottom:0;position:absolute;max-height:100%}}.dialog--select-plaid-account .settings--plaid-accounts-add-dialog{padding:24px;position:relative;z-index:100}.dialog--select-plaid-account .settings--plaid-accounts-add-dialog .settings--linked-accounts-add-header{z-index:100;background-color:#fff;height:75px;width:100%;text-align:center}.kyc--form-container .kyc--form-input-container{margin:10px 0 30px}.kyc--form-container .kyc--form-input-container.kyc--form-input-container-last{margin:10px 0}.kyc--form-container .kyc--form-input-container.kyc--form-input-container-row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;max-width:28rem;margin:0 auto}.kyc--form-container .kyc--form-input-container .kyc--form-input-outer{display:block;margin:0 auto 1rem;width:100%;max-width:28rem}.kyc--form-container .kyc--form-input-container .kyc--form-input-inner{margin:10px 0}.kyc--form-container .kyc--form-input-container .kyc--form-helper-text{margin-top:0}.kyc--form-container .kyc--form-input-container .kyc--form-input-select{width:100%;min-width:125px;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:auto;flex-basis:auto}.kyc--form-container .kyc--form-input-container .kyc--form-input-select.kyc--form-input-select-middle{margin:0 10px}.kyc--form-container .kyc--form-input-container .kyc--form-input-select.kyc--form-input-area-code{width:30%;margin:10px 15px 10px 0}@media screen and (max-width:600px){.kyc--form-container .kyc--form-input-container.kyc--form-input-container-last{margin:10px 0}.kyc--form-container .kyc--form-input-container.kyc--form-input-container-row{-ms-flex-direction:column!important;flex-direction:column!important}.kyc--form-container .kyc--form-input-container .kyc--form-input-select{margin:10px 0!important}.kyc--form-container .kyc--form-input-container .kyc--form-input-select.kyc--form-input-select-middle{margin:10px 0!important}.kyc--form-container .kyc--form-input-container .kyc--form-input-select.kyc--form-input-area-code{width:100%}}.kyc--stepper{margin:48px auto 30px;width:70%;padding:24px;text-align:center}.kyc--stepper h2{color:#949494;font-size:18px;font-family:averta-regular}.kyc--stepper .kyc--stepper-component{padding:24px 0 40px}.kyc--stepper .kyc--stepper-component .kyc--stepper-submit-icon{color:#2b3}.kyc--stepper .kyc--stepper-security-notice{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;font-size:15px;font-weight:400;color:#444c5a}.kyc--stepper .kyc--stepper-security-notice .kyc--stepper-padlock{display:inline-block;width:.75rem;margin-right:.5rem}.kyc--stepper .kyc--photo-upload .kyc--photo-upload-container{cursor:pointer;border:1px dashed #164c8a;border-radius:5px}.kyc--stepper .kyc--photo-upload .kyc--photo-upload-container .kyc--photo-upload-content{width:90%;padding:10px;margin:0 auto}.kyc--stepper .kyc--photo-upload .kyc--photo-upload-container .kyc--photo-upload-content h3{font-size:18px;font-weight:500;color:#484c57;text-transform:uppercase;letter-spacing:3px}.kyc--stepper .kyc--photo-upload .kyc--photo-upload-container .kyc--photo-upload-content p{margin:10px auto;width:80%;font-size:15px;font-weight:400;color:#444c5a;margin-top:15px;margin-bottom:15px}.kyc--stepper .kyc--link-button:focus,.kyc--stepper .kyc--link-button:hover{color:#fff}.kyc--stepper .kyc--form-actions-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;width:75%;margin:30px auto 0}.kyc--stepper .kyc--form-actions-container.kyc--form-actions-container-welcome{-ms-flex-pack:center;justify-content:center}.kyc--stepper .kyc--form-actions-container>*+*{margin-left:1rem}@media screen and (max-width:600px){.kyc--stepper .kyc--form-actions-container{width:100%}}@media screen and (max-width:600px){.kyc--stepper{width:100%}}.header--app{background-color:#164c8a;position:fixed;z-index:100;width:100%}.header--app.header--app-container-institutional{background-color:#262b30}@media screen and (max-width:600px){.header--app{position:relative}}.header--app-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:80px;width:70%;margin:0 auto}.header--app-container .header--container-items{position:relative}.header--app-container .header--container-items .header--chain-selector{display:inline-block;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.header--app-container .header--container-items #header--logo .header--logo-svg{cursor:pointer;padding-left:0;margin-left:0}.header--app-container .header--container-items .header--button{padding-right:0;margin-right:0;margin-left:6rem;color:#fff;text-transform:capitalize}.header--app-container .header--container-items .header--nav-popup{width:260px}.header--app-container .header--container-items .header--nav-popup .header--nav-popup-summary{border-bottom:1px solid #c9cacc;padding:10px 0;text-align:center}.header--app-container .header--container-items .header--nav-popup .header--nav-popup-summary p{font-size:16px}.header--app-container .header--container-items .header--nav-popup .header--nav-popup-summary .header--nav-popup-summary-icon{color:#c9cacc;width:70px;height:auto}.header--app-container .header--container-items .header--nav-popup .header--nav-popup-list{z-index:999}.header--app-container .header--container-items .header--nav-popup .header--nav-popup-list .header--nav-popup-list-item{font-size:16px;color:#5a5f6d}@media screen and (max-width:600px){.header--app-container{width:100%}}.header--tabbar .header--tabbar-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;width:70%;margin:0 auto}.header--tabbar .header--tabbar-container .header--tab-button:focus{outline:none;text-decoration:none}.header--tabbar .header--tabbar-container .header--tab-button:hover{text-transform:none;text-decoration:none}.header--tabbar .header--tabbar-container .header--tab-button .header--tab-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.header--tabbar .header--tabbar-container .header--tabbar-chip-container{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;cursor:pointer}.header--tabbar .header--tabbar-container .header--tabbar-chip-container .header--tabbar-chip-address-container{min-width:250px;max-width:100%;font-size:12px;position:absolute;top:64px;right:10px;z-index:10}.header--tabbar .header--tabbar-container .header--tabbar-chip-container .header--tabbar-chip-address-container .header--tabbar-chip-address-container-items{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:8px;-ms-flex-align:center;align-items:center}.header--tabbar .header--tabbar-container .header--tabbar-chip-container .header--tabbar-chip-address-container .header--tabbar-chip-address-text{font-size:15px;color:#484c57}@media screen and (max-width:600px){.header--tabbar .header--tabbar-container{width:100%;padding:10px 10px 0}}.tab-labelContainer{padding-left:6px!important}.error--pages{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzIwJyB2aWV3Qm94PScwIDAgMTAwIDIwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00yMS4xODQgMjBjLjM1Ny0uMTMuNzItLjI2NCAxLjA4OC0uNDAybDEuNzY4LS42NjFDMzMuNjQgMTUuMzQ3IDM5LjY0NyAxNCA1MCAxNGMxMC4yNzEgMCAxNS4zNjIgMS4yMjIgMjQuNjI5IDQuOTI4Ljk1NS4zODMgMS44NjkuNzQgMi43NSAxLjA3Mmg2LjIyNWMtMi41MS0uNzMtNS4xMzktMS42OTEtOC4yMzMtMi45MjhDNjUuODg4IDEzLjI3OCA2MC41NjIgMTIgNTAgMTJjLTEwLjYyNiAwLTE2Ljg1NSAxLjM5Ny0yNi42NiA1LjA2M2wtMS43NjcuNjYyYy0yLjQ3NS45MjMtNC42NiAxLjY3NC02LjcyNCAyLjI3NWg2LjMzNXptMC0yMEMxMy4yNTggMi44OTIgOC4wNzcgNCAwIDRWMmM1Ljc0NCAwIDkuOTUxLS41NzQgMTQuODUtMmg2LjMzNHpNNzcuMzggMEM4NS4yMzkgMi45NjYgOTAuNTAyIDQgMTAwIDRWMmMtNi44NDIgMC0xMS4zODYtLjU0Mi0xNi4zOTYtMmgtNi4yMjV6TTAgMTRjOC40NCAwIDEzLjcxOC0xLjIxIDIyLjI3Mi00LjQwMmwxLjc2OC0uNjYxQzMzLjY0IDUuMzQ3IDM5LjY0NyA0IDUwIDRjMTAuMjcxIDAgMTUuMzYyIDEuMjIyIDI0LjYyOSA0LjkyOEM4NC4xMTIgMTIuNzIyIDg5LjQzOCAxNCAxMDAgMTR2LTJjLTEwLjI3MSAwLTE1LjM2Mi0xLjIyMi0yNC42MjktNC45MjhDNjUuODg4IDMuMjc4IDYwLjU2MiAyIDUwIDIgMzkuMzc0IDIgMzMuMTQ1IDMuMzk3IDIzLjM0IDcuMDYzbC0xLjc2Ny42NjJDMTMuMjIzIDEwLjg0IDguMTYzIDEyIDAgMTJ2MnonIGZpbGw9JyNhY2FiYWMnIGZpbGwtb3BhY2l0eT0nMC4wOCcgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+)}.receive__dialog{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:20px}.receive__dialog .close__button{font-size:30px;border:none;padding:0 20px;text-align:right;font-weight:100;text-transform:lowercase}.receive__dialog .close__button:focus{border:none;outline:none}.receive__dialog .receive__heading{font-size:18px;font-weight:500;color:#484c57;text-transform:uppercase;text-align:center}.receive__dialog .receive__subtext{font-size:15px;font-weight:400;color:#444c5a;margin:5px 0 15px}.receive__dialog .receive__address{font-weight:500;font-size:16px;text-align:center;padding:23px 0;color:#2196f3}.common--chip{display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;border-radius:16px;height:32px;font-size:11px;-ms-flex-align:center;align-items:center}.common--chip.common--chip-content-eth{background-color:#9ea8db}.common--chip.common--chip-content-eos{background-color:silver;color:#616161}.common--chip.common--chip-content-trx{background-color:silver;color:#616161}.common--chip .common--chip-avatar{width:32px;height:32px;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.common--chip .common--chip-avatar.common--chip-avatar-eth{background-color:#5e6ac0}.common--chip .common--chip-avatar.common--chip-avatar-eos{background-color:#282828}.common--chip .common--chip-avatar.common--chip-avatar-trx{background-color:#282828}.common--chip .common--chip-content{font-size:12px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;padding:0 0 0 10px}@media screen and (max-width:734px){.common--chip .common--chip-content{display:none}}.error--pages-content{width:80%;margin:30px auto;padding:45px;text-align:center}.error--pages-content p{margin:0 auto}.error--pages-content .error---pages-error-code{font-size:125px}@media screen and (max-width:600px){.error--pages-content{padding:20px 8px}}.loading_spinner--container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}.loading_spinner--container .loading_spinner--item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;text-align:center}@media screen and (max-width:600px){.loading_spinner--container{margin:40px 0}}.landing-page{font-size:100%;font-family:ibm plex sans,sans-serif}.landing-page *{box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page .section{padding:1rem}.landing-page .section .container{max-width:70rem;margin:0 auto}.landing-page .login-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.landing-page .login-wrapper__content{-ms-flex-positive:1;flex-grow:1}.landing-page .btn{display:block;width:100%;max-width:200px;padding:14px;border:none;border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);font-size:14px;font-weight:500;line-height:16px;text-align:center;text-transform:uppercase;letter-spacing:.0357143em;cursor:pointer}.landing-page .btn--black{color:#fff;background-color:#000}.landing-page .btn--white{color:#000;background:#fff}.landing-page .btn--blue{color:#fff;background:#164c8a}.landing-page .btn--form{border:none;width:auto;padding:10px 16px;border-radius:4px;line-height:1.2;text-transform:capitalize;box-shadow:none;font-size:16px}.landing-page .title{font-size:44px;font-weight:500;color:#000}.landing-page .subtitle{font-size:36px;font-weight:500;color:#000}.landing-page .subtitle--white{color:#fff}.landing-page .p{font-size:19px;color:#666;font-family:ibm plex sans,sans-serif}@media screen and (max-width:350px){.landing-page .title{font-size:36px}.landing-page .subtitle{font-size:30px}.landing-page a{color:#154c8a!important;text-decoration:underline!important}}.section.section--nav-bar{padding-top:40px;padding-bottom:20px;background:#fff}.nav-bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.nav-bar__left{width:100%;max-width:145px}.nav-bar__right{display:-ms-flexbox;display:flex}.nav-bar__right>*{font-size:18px}.nav-bar__right>*+*{margin-left:3rem}.nav-bar__right>.sign-in{margin-left:5rem}@media screen and (max-width:1028px){.section.section--nav-bar{padding-top:20px;padding-bottom:20px}.nav-bar{-ms-flex-direction:column;flex-direction:column}.nav-bar__left{margin:0}.nav-bar__right{-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav-bar__right>*{margin-top:1rem}.nav-bar__right>*+*{margin-left:1rem}.nav-bar__right>.sign-in{margin-left:1rem}}.above-the-fold{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 107px)}@media screen and (max-width:1028px){.above-the-fold{display:block;height:auto}}.section--landing-hero{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;background:#fff;overflow:hidden}.section--landing-hero .container{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;width:100%;z-index:2}.section--landing-hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:-100px center;object-position:-100px center;z-index:1;opacity:.7}.landing-hero{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-positive:1;flex-grow:1}.landing-hero__left{min-width:280px;max-width:350px;margin-right:2rem}.landing-hero__left .title{margin-bottom:12px}.landing-hero__left .p{margin-bottom:30px}.landing-hero__left .level{display:-ms-flexbox;display:flex}.landing-hero__left .level>*+*{margin-left:1rem}.landing-hero__right{display:block;margin-bottom:2rem}.landing-hero__right img{position:relative;z-index:1}.landing-hero__bottom{position:absolute;bottom:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;width:100%}.landing-hero__bottom span{font-size:12px;font-weight:200;color:#666}.landing-hero__bottom img{margin-left:10px;height:20px}@media screen and (max-width:1028px){.section.section--landing-hero .hero-bg{width:200%;height:200%;-o-object-position:center;object-position:center}.landing-hero{-ms-flex-direction:column;flex-direction:column}.landing-hero__left{width:100%;max-width:100%;margin-top:2rem;margin-right:0;text-align:center;-ms-flex-order:1;order:1}.landing-hero__left .level{-ms-flex-pack:center;justify-content:center}.landing-hero__right{display:none}.landing-hero__bottom{position:static;-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2;margin-top:3rem;margin-bottom:1rem}}.section--landing-investors{border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2);background:#fff;overflow-x:hidden}.landing-investors{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@keyframes slide75{0%{transform:translateX(0)}100%{transform:translateX(-75%)}}@media screen and (max-width:550px){.landing-hero__left .level{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.landing-hero__left .level>*+*{margin-left:0;margin-top:1rem}.landing-investors{width:400%;animation:slide75 30s infinite linear}.landing-investors__item{width:calc(100%/2 - 2rem);margin:0 1rem}.landing-investors__item img{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#164c8a}}.typed{display:inline-block;padding-right:5px;border-right:5px solid #164c8a}.section.section--mid-top{padding-top:85px;padding-bottom:85px;background:#fff}.mid-top{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.mid-top__left{max-width:620px;margin-right:4rem}.mid-top__left .subtitle{margin-bottom:30px}.mid-top__left .p{max-width:500px}.mid-top__left .level{display:-ms-flexbox;display:flex;margin-top:30px}.mid-top__left .level>*+*{margin-left:23px}.mid-top__right{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:35%}.mid-top__right img{width:calc(33% - 40px);max-height:40px;margin:20px}@media screen and (max-width:1028px){.section.section--mid-top{padding-top:40px;padding-bottom:40px}.mid-top{-ms-flex-direction:column;flex-direction:column}.mid-top__left{width:100%;margin-right:0;margin-bottom:3rem;text-align:center}.mid-top__right{width:100%}}.section.section--mid-bottom{padding-top:85px;padding-bottom:85px;background-color:#202529}.mid-bottom{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.mid-bottom__left img{display:block;margin:20px 0}.mid-bottom__center{position:relative;width:50%;max-width:600px;height:350px}.mid-bottom__center img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.mid-bottom__right{max-width:300px}.mid-bottom__right .subtitle{margin-bottom:30px}.mid-bottom__right .p{margin-bottom:25px}@media screen and (max-width:1028px){.section.section--mid-bottom{padding-top:40px;padding-bottom:40px}.mid-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse;text-align:center;overflow-x:hidden}.mid-bottom__left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:2rem}.mid-bottom__left .scroll-coin img{margin:0 20px}.mid-bottom__center{width:100%;height:auto}.mid-bottom__center img{position:static;height:auto;-o-object-fit:contain;object-fit:contain}.mid-bottom__right{margin-bottom:2rem}.mid-bottom__right .btn{margin-right:auto;margin-left:auto}}@keyframes slide50{0%{transform:translateX(0)}100%{transform:translateX(-36%)}}@media screen and (max-width:550px){.mid-bottom{overflow:hidden}.mid-bottom__left{width:300%;animation:slide50 10s infinite linear}.mid-bottom__left .scroll-coin{width:calc(100%/2 - 2rem);margin:0 1rem}.mid-bottom__left .scroll-coin img{width:100%}}.section.section--partners{padding-top:50px;padding-bottom:50px;background:#fff}.partners{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.partners *{width:calc(100%/5 - 6rem);margin:3rem;max-height:60px}@media screen and (max-width:1028px){.partners *{width:calc(100%/2 - 2rem);margin:1rem}}.section.section--cta{padding-top:50px;padding-bottom:50px;background-color:#fbfafd}.cta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.cta>*+*{margin-left:30px}.cta__title{font-size:30px;font-weight:500;color:#154c8a}@media screen and (max-width:1028px){.cta{-ms-flex-direction:column;flex-direction:column;text-align:center}.cta .btn{width:100%;margin-top:1rem;margin-left:0}}.section.section--footer{padding-top:50px;padding-bottom:40px;background:#fff}.footer{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.footer__left .logo{margin-bottom:1.25rem}.footer__left .p{margin-bottom:1rem}.footer__left .social-icons{margin-top:1.5rem}.footer__left .social-icons>*+*{margin-left:.75rem}.footer__right{display:-ms-flexbox;display:flex;margin-top:2rem}.footer__right .category__title{font-size:13px;font-weight:600;color:#636e7d;text-transform:uppercase}.footer__right .category__list>*{margin-top:14px;font-size:12px;color:#636e7d;opacity:.7}.footer__right>*+*{margin-left:2rem}@media screen and (max-width:1028px){.footer{-ms-flex-direction:column;flex-direction:column}.footer__right{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}.footer__right .category{width:calc(100%/3 - 2rem);margin-right:2rem;margin-top:2rem}.footer__right>*+*{margin-left:0}}@media screen and (max-width:350px){.footer__right .category{width:calc(100%/2 - 2rem)}}.section.section--copyright{padding-top:30px;padding-bottom:30px;border-top:1px solid rgba(0,0,0,.2);color:#636e7d;font-size:12px;background:#fff}.copyright{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:400}.copyright__left.p{color:inherit;font-size:inherit}.copyright__right{display:-ms-flexbox;display:flex}.copyright__right>*+*{margin-left:1rem}@media screen and (max-width:1028px){.copyright{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.copyright__left{margin-top:1rem;text-align:center}.copyright__right{-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.copyright__right>*{margin-bottom:1rem}}.popover-container{position:relative;display:inline-block}.popover-container .trigger{cursor:pointer}.popover-container .trigger.underline{position:relative}.popover-container .trigger.underline::after{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#000;content:''}.popover-container .popover{position:absolute;top:calc(100% + 15px);left:50%;width:225px;padding:1.25rem;border-radius:8px;-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;box-shadow:0 0 20px rgba(0,0,0,.15);z-index:999}.popover-container .popover--right{left:100%}.popover-container .popover .popover-tab{position:absolute;top:0;left:50%;-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:15px;height:15px;background:#fff}.popover-container .popover .popover-tab--right{left:4rem}.popover-container .popover .popover-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:8px;background:#fff;font-size:16px;color:#666}.popover-container .popover .popover-content>*+*{margin-top:1rem}.popover-container .popover .popover-content__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.popover-container .popover .popover-content__item img{margin-right:1.25rem}.popover-container .popover-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:998}@media screen and (max-width:800px){.popover-container .popover{position:fixed;top:8rem}.popover-container .popover .popover-tab{left:4rem}.popover-container .popover-overlay{display:block}}.the-modal{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;z-index:999}.the-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;z-index:1000;background:0 0;background:rgba(0,0,0,.25)}.the-modal__content{position:absolute;top:4rem;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:calc(100% - 2rem);width:30rem;margin:1rem;padding:20px;border:1px solid #e2dfdf;border-radius:8px;background:#fff;z-index:1001}.the-modal__content__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.the-modal__content__header .title{font-size:20px}.the-modal__content__body{margin-bottom:20px}.the-modal__content__body input{width:100%;margin-bottom:10px;padding:14px;border:1px solid #e2dfdf;border-radius:4px;font-size:16px}.the-modal__content__footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.the-modal__content__footer .btn{margin-top:0}.the-modal__content__footer>.btn+.btn{margin-left:16px}@media screen and (max-width:550px){.the-modal__content{left:initial;-ms-transform:none;transform:none}}body{font-size:62.5%}html{background-color:"#ffffff";font-size:100%;overflow:scroll;height:"100%"}img{max-width:100%}.onfido-sdk-ui-Modal-inner{width:100%;font-size:12px}label{color:#949494;font-size:16px;font-weight:400;font-family:averta-regular}.main-container{width:400px;top:0;bottom:0;left:0;right:0}.form-container{bottom:100px}legend.form-label{font-size:1.5rem;color:#30363d}.dialog--full-screen{max-width:450px;max-height:575px;overflow:scroll}@media screen and (max-width:600px){.dialog--full-screen{width:100%;margin:0;top:0;bottom:0;position:absolute;max-height:100%;overflow:scroll}}.dialog-footer{padding-top:20px}@media screen and (max-width:600px){.dialog-footer{position:fixed;background:#fff;bottom:0;left:0;right:0;padding:20px 24px 0}}.error{color:#c00;font-size:.8rem}.error--margin-top{margin:10px 0 0}.control-label{font-size:.8rem;font-weight:700;color:#373737}.form-control{font-size:1rem}.form-hint{font-size:.6rem;line-height:1.4;margin:-5px auto 5px;color:#999}.form-hint.error{color:#c00;font-size:.8rem}button.btn{letter-spacing:1px;font-size:.8rem;font-weight:600}.password-count{bottom:16px;right:10px;font-size:1rem}.strength-meter{position:relative;height:3px;background:#ddd;margin:7px 0;border-radius:2px}.strength-meter:before,.strength-meter:after{content:"";height:inherit;background:0 0;display:block;border-color:#fff;border-style:solid;border-width:0 6px;position:absolute;width:calc(20% + 6px);z-index:10}.strength-meter:before{left:calc(20% - 3px)}.strength-meter:after{right:calc(20% - 3px)}.strength-meter-fill{background:0 0;height:inherit;position:absolute;width:0;border-radius:inherit;transition:width .5s ease-in-out,background .25s}.strength-meter-fill[data-strength="0"]{width:20%;background:darkred}.strength-meter-fill[data-strength="1"]{width:40%;background:#ff4500}.strength-meter-fill[data-strength="2"]{width:60%;background:orange}.strength-meter-fill[data-strength="3"]{width:80%;background:#9acd32}.strength-meter-fill[data-strength="4"]{width:100%;background:green}.temp-section{position:relative!important;padding:1rem!important}.temp-section--full-height{min-height:calc( 100vh - 80px - 64px)!important}@media screen and (max-width:767px){.temp-section--full-height{min-height:initial!important}}.temp-flex{position:relative;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;max-width:70rem!important;padding:1rem;width:100%}.temp-flex>img{margin-left:4rem;width:calc(40% - 4rem)}.temp-flex__image{position:relative;width:calc(50% - 2rem)!important;height:75%!important;margin-left:2rem!important}.temp-hero{margin-top:2rem;width:50%!important}.temp-hero__subhead{margin-top:1rem!important;margin-bottom:2rem!important}.temp-hero__cta{background:#fff!important;color:#000!important;border:1px solid #000!important;width:170px;height:48px;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center!important;align-items:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding:5px!important}.temp-hero__cta.no-border{border:none!important}.temp-hero__cta:hover{text-decoration:none!important;background:rgba(0,0,0,.8)!important;color:#fff!important;transition:background-color 300ms linear}@media screen and (max-width:768px){.temp-flex{-ms-flex-direction:column!important;flex-direction:column!important}.temp-flex>img{position:relative;top:2rem!important;width:calc(100% + 4rem)!important;height:20rem!important;margin:2rem 0!important}.temp-hero{margin-top:4rem;margin-bottom:4rem;width:100%!important;text-align:center!important}}.temp-footer{max-width:100%!important}@media screen and (max-width:769px){.temp-footer{position:static!important}}.team-container .container{}.team-container .container.half-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:25%;min-width:550px}.team-container .container.half-container p{margin:0;text-align:center}.team-container .container p{font-size:18px;margin:0;margin-left:15px;margin-right:15px;opacity:.9;color:#242426}.team-container .container .title{width:100%;font-weight:400;font-size:28px;line-height:44px;margin:30px 0}.team-container .container .title.center{text-align:center}.team-container .container .button-holder{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.team-container .container .button-holder .button{display:inline-block;text-decoration:none;font-size:16px;color:#fff;height:44px;line-height:44px;padding-left:24px;padding-right:24px;width:auto;background:#129dff;font-family:averta-semibold;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);text-align:center;margin-top:44px;transition:all .2s cubic-bezier(.4,0,0,1)}.team-container .container .button-holder .button:hover{background:#108be2}.team-container .container .grid{position:relative;list-style-type:none;padding:0;margin:30px 0 80px;display:-ms-flexbox;display:flex;-ms-flex-item-align:normal;align-self:normal}@media only screen and (max-width:600px){.team-container .container .grid{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.team-container .container .grid.center{-ms-flex-pack:center;justify-content:center}.team-container .container .grid.image-item{margin-top:30px}.team-container .container .grid.quad .grid-item{margin-right:15px!important}.team-container .container .grid.quad .grid-item:nth-child(4n){margin-right:0}.team-container .container .grid.products>*+*{margin-left:1rem}@media only screen and (max-width:600px){.team-container .container .grid.products>*+*{margin-left:0}}.team-container .container .grid-item{-ms-flex:1;flex:1}.team-container .container .grid-item.about{max-width:342px;width:342px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:400px}@media only screen and (max-width:600px){.team-container .container .grid-item.about{height:auto}}@media only screen and (max-width:600px){.team-container .container .grid-item.about{height:auto;width:100%}}.team-container .container .grid-item.about img{margin:30px auto 0;width:50%}@media only screen and (max-width:600px){.team-container .container .grid-item.about img{margin-top:0}}.team-container .container .grid-item.about h3{font-size:22px;margin:0;margin-top:44px;margin-bottom:15px;margin-left:15px;margin-right:15px}.team-container .container .grid-item.team{max-width:342px;width:342px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-right:15px}@media only screen and (max-width:600px){.team-container .container .grid-item.team{margin-right:0}}.team-container .container .grid-item.team:nth-child(3n){margin-right:0}.team-container .container .grid-item.team .avatar{display:inline-block;height:224px;width:224px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;border-radius:100% 100% 100% 100%;-moz-border-radius:100% 100% 100% 100%;-webkit-border-radius:100% 100% 100% 100%;border:4px solid #f4f4f4;overflow:hidden}.team-container .container .grid-item.team .avatar img{height:auto;width:100%;margin-top:0}.team-container .container .grid-item.team .heading{margin-top:30px;margin-bottom:15px/2;width:100%;-ms-flex-pack:start;justify-content:flex-start;display:-ms-flexbox;display:flex}.team-container .container .grid-item.team .heading h3{margin:0;text-align:left;-ms-flex:1;flex:1;font-weight:700}.team-container .container .grid-item.team .heading ul{list-style-type:none;padding:0;margin:0;display:-ms-flexbox;display:flex}.team-container .container .grid-item.team .heading ul li{background-size:18px auto;background-position:center;background-repeat:no-repeat}.team-container .container .grid-item.team .heading ul li a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:36px;width:36px}.team-container .container .grid-item.team .heading ul li#twitter{background-image:url(../media/icon_twitter_accent.de86c3e0.svg)}.team-container .container .grid-item.team .heading ul li#linkedin{background-image:url(../media/icon_linkedin_accent.cf56a9cd.svg)}.team-container .container .grid-item.team .heading ul li#website{background-image:url(../media/icon_website_accent.f8f35da1.svg)}.team-container .container .grid-item.team .heading ul li:hover{opacity:.5}.team-container .container .grid-item.team h4{font-weight:500;font-size:18px;margin:0;margin-bottom:15px;width:100%;text-align:left}.team-container .container .grid-item.team p{text-align:left;font-size:16px;margin:0;opacity:.8;line-height:28px;color:#242426}.team-container .container .grid-item.image-item{max-width:256px;width:256px;height:180px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.team-container .container .grid-item.image-item img{max-width:180px;max-height:120px}.team-container .container .grid-item.image-item.max img{max-width:100%}.partners-section{height:620px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-image:url(../media/bubble-logos.a218bf39.png);background-position:center;background-repeat:no-repeat;background-size:contain}.molecule{position:absolute;background-position:50%;max-width:100%;background-repeat:no-repeat;z-index:1;pointer-events:none}.molecule#a{right:0;width:367px;height:232px;background-image:url(../media/molecule_a.6da93779.svg)}.molecule#b{bottom:0;left:0;width:373px;height:278px;background-image:url(../media/molecule_b.6e2b06e3.svg)}.molecule#c{bottom:0;right:0;width:208px;height:231px;background-image:url(../media/molecule_c.45e4d0dc.svg)}.molecule#d{width:224px;height:462px;left:0;background-image:url(../media/molecule_d.9fc957c5.svg)}.molecule#h{bottom:0;right:0;width:371px;height:231px;background-image:url(../media/molecule_h.d7d5ed10.svg)}.molecule#g{width:135px;height:652px;background-image:url(../media/molecule_g.13b446a1.svg)}@media screen and (max-width:600px){.container{padding-left:0!important;padding-right:0!important}}