.inputWrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.inputWrapper input[type=number],.inputWrapper input[type=tel]{background-color:#fff;border:1px solid #c6cbd7;border-radius:25px;color:#1f2733;display:block;height:50px;line-height:normal;margin:0;padding:0 20px;width:calc((100% - 40px)/3);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px}.inputWrapper input[type=number]::-webkit-inner-spin-button,.inputWrapper input[type=number]::-webkit-outer-spin-button,.inputWrapper input[type=tel]::-webkit-inner-spin-button,.inputWrapper input[type=tel]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inputWrapper input[type=number]::-webkit-input-placeholder,.inputWrapper input[type=tel]::-webkit-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.inputWrapper input[type=number]::-moz-placeholder,.inputWrapper input[type=tel]::-moz-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.inputWrapper input[type=number]:-ms-input-placeholder,.inputWrapper input[type=tel]:-ms-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.inputWrapper input[type=number]::placeholder,.inputWrapper input[type=tel]::placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.inputWrapper input[type=number]:focus::-webkit-input-placeholder,.inputWrapper input[type=tel]:focus::-webkit-input-placeholder{opacity:0}.inputWrapper input[type=number]:focus::-moz-placeholder,.inputWrapper input[type=tel]:focus::-moz-placeholder{opacity:0}.inputWrapper input[type=number]:focus:-ms-input-placeholder,.inputWrapper input[type=tel]:focus:-ms-input-placeholder{opacity:0}.inputWrapper input[type=number]:focus::placeholder,.inputWrapper input[type=tel]:focus::placeholder{opacity:0}.inputWrapper input[type=number]:focus,.inputWrapper input[type=tel]:focus{outline:none;-webkit-box-shadow:0 0 10px 0 rgba(2,182,152,.5);box-shadow:0 0 10px 0 rgba(2,182,152,.5);background-color:#fff;border:1px solid transparent}.inputWrapper input[type=number] .alerted,.inputWrapper input[type=number] .error,.inputWrapper input[type=tel] .alerted,.inputWrapper input[type=tel] .error{border-color:#f0004b}@media only screen and (max-width:640px){.inputWrapper input[type=number],.inputWrapper input[type=tel]{padding:0 15px}}.modal-form-container{position:relative;max-height:100vh;overflow:auto;width:400px;padding:15px 30px}@media only screen and (max-width:640px){.modal-form-container{padding:20px 30px;width:100%}}@media only screen and (max-width:414px){.modal-form-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width:320px){.modal-form-container{padding:20px}}.modal-form-container.form-funds-container{max-width:400px}@media only screen and (max-width:640px){.modal-form-container.form-funds-container{max-width:100%}}.modal-form-container.form-noMoney{width:400px}@media only screen and (max-width:640px){.modal-form-container.form-noMoney{max-width:100%}}.modal-form-container.form-noMoney>p{margin:20px 0}.modal-form-container.form-noMoney>p .warn-text{color:#f0004b;font-weight:600}.modal-form-container.form-noMoney>p .delta{color:#31bd9f;font-weight:600}.modal-form-container.form-noMoney>p .product-name{font-weight:700}.modal-form-container.form-noMoney>button{width:300px;-webkit-box-shadow:0 10px 10px 0 rgba(53,194,164,.35);box-shadow:0 10px 10px 0 rgba(53,194,164,.35)}.modal-form-container.form-noMoney>button:hover{-webkit-box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45);box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45)}.modal-form-container.form-confirmation{width:400px}@media only screen and (max-width:640px){.modal-form-container.form-confirmation{max-width:100%}}.modal-form-container.form-confirmation>p{margin:20px 0}.modal-form-container.form-confirmation>p .delta{color:#31bd9f;font-weight:600}.modal-form-container.form-confirmation>p .product-name{font-weight:700}.modal-form-container.form-confirmation .action-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 0}@media only screen and (min-width:767px){.modal-form-container.form-confirmation .action-block{display:-ms-flexbox;display:flex;margin-left:auto}}.modal-form-container.form-confirmation .action-block .no-btn,.modal-form-container.form-confirmation .action-block .yes-btn{border-radius:30px;height:50px;margin:0 auto 20px;width:140px;font-size:15px;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;text-decoration:none;line-height:18px;max-width:374px}@media only screen and (min-width:767px){.modal-form-container.form-confirmation .action-block .no-btn,.modal-form-container.form-confirmation .action-block .yes-btn{margin-bottom:0}}.modal-form-container.form-confirmation .action-block .no-btn:hover,.modal-form-container.form-confirmation .action-block .yes-btn:hover{-webkit-box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45);box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45)}.modal-form-container.form-confirmation .action-block .no-btn span,.modal-form-container.form-confirmation .action-block .yes-btn span{line-height:18px}.modal-form-container.form-confirmation .action-block .no-btn .currency,.modal-form-container.form-confirmation .action-block .yes-btn .currency{font-size:13px;line-height:13px}.modal-form-container.form-confirmation .action-block .yes-btn{border:0;background:-webkit-linear-gradient(330deg,#43d1b3,#34c0a2);background:-o-linear-gradient(330deg,#43d1b3,#34c0a2);background:linear-gradient(120deg,#43d1b3,#34c0a2);color:#f6f8fb;-webkit-box-shadow:0 10px 10px 0 rgba(53,194,164,.35);box-shadow:0 10px 10px 0 rgba(53,194,164,.35)}.modal-form-container.form-confirmation .action-block .no-btn{border:1px solid #31bd9f;color:#31bd9f}.modal-form-container.form-confirmation .action-block .no-btn:hover{border-color:transparent}.modal-form-container.form-recovery{background-image:url(/assets/images/decorators/modalBg.png);background-size:100% 100%;background-repeat:no-repeat}.modal-form-container.form-recovery .form-content{padding:10px 0}.modal-form-container.signin .form-content,.modal-form-container.signup .form-content{padding:15px 0 0}@media only screen and (max-width:320px){.modal-form-container.signin .form-content,.modal-form-container.signup .form-content{padding:10px 0 0}}@media only screen and (max-width:414px){.modal-form-container.signin .form-footer,.modal-form-container.signup .form-footer{max-height:none;-ms-flex:none;flex:none;padding-bottom:40px}}@media only screen and (max-width:320px){.modal-form-container.signin .form-footer,.modal-form-container.signup .form-footer{padding-bottom:10px;padding-top:10px}}.modal-form-container.signup .welcome-text{font-size:16px;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#202733;width:100%;border-radius:50px;background-color:rgba(0,208,158,.1);position:relative;margin-bottom:20px;padding:10px}.modal-form-container.signup .welcome-text:after{content:"";border-left:30px solid transparent;border-right:30px solid transparent;border-top:15px solid rgba(0,208,158,.1);width:0;height:0;display:block;position:absolute;left:20px;top:100%}.modal-form-container.signup .form-submit-btn{margin-bottom:0}@media only screen and (max-width:414px){.modal-form-container.signup .form-footer{padding-bottom:25px}}@media only screen and (max-width:414px){.modal-form-container.medium{height:100vh}}@media only screen and (max-width:414px){.modal-form-container.small{height:auto}}.modal-form-container .form-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:left;border-bottom:1px solid rgba(159,161,176,.2);position:relative;padding:0 0 22px;-ms-flex:none;flex:none}@media only screen and (max-width:640px){.modal-form-container .form-header{width:auto;padding:0 0 12px}}.modal-form-container .form-header:after{position:absolute;width:40px;height:3px;border-radius:4px;left:0;bottom:0;content:"";background-color:#5c4f92}.modal-form-container .form-content{padding:30px 0 10px}@media only screen and (max-width:640px){.modal-form-container .form-content{padding:15px 0}}.modal-form-container .form-title{font-size:26px;font-weight:700;color:#1f2733}.modal-form-container .form-footer{padding:0;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width:414px){.modal-form-container .form-footer{-ms-flex:1 0 auto;flex:1 0 auto;max-height:30vh}}.modal-form-container .form-goto-faq,.modal-form-container .form-toggle-modal{display:block;font-size:16px;font-weight:400;color:#9fa1b0;padding:5px 0 0}.modal-form-container .form-goto-faq .form-toggle-link,.modal-form-container .form-toggle-modal .form-toggle-link{font-size:16px;color:#4186ff;font-weight:700;border:none;background-color:transparent;outline:none;cursor:pointer}.modal-form-container .form-goto-faq .form-toggle-link:active,.modal-form-container .form-goto-faq .form-toggle-link:hover,.modal-form-container .form-toggle-modal .form-toggle-link:active,.modal-form-container .form-toggle-modal .form-toggle-link:hover{text-decoration:underline}.modal-form-container .form-goto-faq{font-size:12px}.modal-form-container .form-goto-faq .form-toggle-link{font-weight:400;margin-left:5px;font-size:12px}.modal-form-container .form-text-divider{background-color:transparent;position:relative;text-align:center;width:100%;z-index:1;padding:10px 0}.modal-form-container .form-text-divider:after{background-color:#c6cbd7;content:"";display:block;height:1px;left:0;opacity:.5;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;width:auto;z-index:-1}@media only screen and (max-width:640px){.modal-form-container .form-text-divider:after{left:10px;right:10px}}.modal-form-container .form-text-divider span{background-color:#fff;color:#1f2733;display:inline-block;font-size:16px;font-weight:500;padding:0 10px;z-index:3}.modal-form-container .form-message{color:#808392;font-size:16px;font-weight:400;padding:0 0 15px;margin-top:-15px}.modal-form-container .form-submit-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 0 10px}@media only screen and (max-width:640px){.modal-form-container .form-submit-wrapper{padding:10px}}@media only screen and (max-width:414px){.modal-form-container .form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 10px 10px}}@media only screen and (max-width:320px){.modal-form-container .form-submit-wrapper{padding:0 10px}}.modal-form-container .form-submit-wrapper button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-form-container .form-submit-wrapper button>i{display:inline-block;margin-right:10px;font-size:10px}.modal-form-container .form-submit-alert{display:block;width:100%;padding:0 10px 10px;color:#f0004b;font-size:14px;font-weight:400;text-align:center}.modal-form-container .form-continue-btn,.modal-form-container .form-recovery-btn,.modal-form-container .form-submit-btn{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:640px){.modal-form-container .form-continue-btn,.modal-form-container .form-recovery-btn,.modal-form-container .form-submit-btn{padding:0 10px}}@media only screen and (max-width:414px){.modal-form-container .form-continue-btn,.modal-form-container .form-recovery-btn,.modal-form-container .form-submit-btn{margin:0 0 20px;-ms-flex-order:1;order:1}}@media only screen and (max-width:320px){.modal-form-container .form-continue-btn,.modal-form-container .form-recovery-btn,.modal-form-container .form-submit-btn{margin:0 0 10px}}.modal-form-container .form-continue-btn.size-sm,.modal-form-container .form-recovery-btn.size-sm,.modal-form-container .form-submit-btn.size-sm{width:50%}@media only screen and (max-width:414px){.modal-form-container .form-continue-btn.size-sm,.modal-form-container .form-recovery-btn.size-sm,.modal-form-container .form-submit-btn.size-sm{width:100%}}.modal-form-container .form-continue-btn.size-lg,.modal-form-container .form-recovery-btn.size-lg,.modal-form-container .form-submit-btn.size-lg{width:100%}.modal-form-container .form-continue-btn>i,.modal-form-container .form-recovery-btn>i,.modal-form-container .form-submit-btn>i{display:inline-block;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-left:10px;color:#fff;font-size:10px}.modal-form-container .form-recovery-btn{margin-top:15px}.modal-form-container .back-btn{width:100px;margin-right:20px}.modal-form-container .form-submit-btn{width:calc(100% - 120px)}.modal-form-container .form-support-link{font-size:16px;border:none;outline:none;color:#4186ff;background-color:transparent;-ms-flex-order:1;order:1;cursor:pointer}.modal-form-container .form-support-link:active,.modal-form-container .form-support-link:hover{text-decoration:underline}@media only screen and (max-width:414px){.modal-form-container .form-support-link{-ms-flex-order:2;order:2;display:block;width:100%;text-align:center}}.modal-form-container .form-back-btn{font-size:14px;font-weight:600;border:none;outline:none;color:#4186ff;background-color:transparent;margin-top:10px;cursor:pointer}.modal-form-container .form-back-btn:active,.modal-form-container .form-back-btn:hover{text-decoration:underline}.modal-form-container .form-back-btn i{color:#a7aebd;margin-right:15px;font-size:13px}.modal-form-container .social-login-btn{-ms-flex-align:center;align-items:center;border-radius:25px;color:#fff;font-weight:700;cursor:pointer;display:-ms-flexbox;display:flex;height:50px;-ms-flex-pack:center;justify-content:center;text-decoration:none;width:calc((100% - 40px)/2);margin:0 0 15px}@media only screen and (max-width:640px){.modal-form-container .social-login-btn{margin:0 5px;padding:10px}}.modal-form-container .social-login-btn.large{width:100%;font-size:15px;text-transform:uppercase;font-weight:700}.modal-form-container .social-login-btn.large img{margin-right:20px}.modal-form-container .social-login-btn img{margin-right:10px}@media only screen and (max-width:640px){.modal-form-container .social-login-btn img{margin-right:0}}@media only screen and (max-width:640px){.modal-form-container .social-login-btn .social-text{display:none}}.modal-form-container .social-login-btn.google-login{background-color:#fff;-webkit-box-shadow:0 10px 30px 0 rgba(167,174,189,.5);box-shadow:0 10px 30px 0 rgba(167,174,189,.5);color:#202733}.modal-form-container .social-login-btn.google-login:hover{-webkit-box-shadow:0 0 30px 5px rgba(167,174,189,.5);box-shadow:0 0 30px 5px rgba(167,174,189,.5)}.modal-form-container .social-login-btn.google-login:active{-webkit-box-shadow:0 0 10px 2px rgba(167,174,189,.75);box-shadow:0 0 10px 2px rgba(167,174,189,.75)}.modal-form-container .social-login-btn.facebook-login{background-image:-webkit-linear-gradient(331deg,#5370ae,#3b5998);background-image:-o-linear-gradient(331deg,#5370ae,#3b5998);background-image:linear-gradient(119deg,#5370ae,#3b5998);-webkit-box-shadow:0 10px 30px 0 rgba(63,92,155,.5);box-shadow:0 10px 30px 0 rgba(63,92,155,.5);color:#fff}.modal-form-container .social-login-btn.facebook-login:hover{-webkit-box-shadow:0 0 30px 5px rgba(63,92,155,.5);box-shadow:0 0 30px 5px rgba(63,92,155,.5)}.modal-form-container .social-login-btn.facebook-login:active{-webkit-box-shadow:0 0 10px 2px rgba(63,92,155,.75);box-shadow:0 0 10px 2px rgba(63,92,155,.75)}.modal-form-container .social-login-btn.twitter-login{background-image:-webkit-linear-gradient(331deg,#1ea1f2,#158fda);background-image:-o-linear-gradient(331deg,#1ea1f2,#158fda);background-image:linear-gradient(119deg,#1ea1f2,#158fda);-webkit-box-shadow:0 10px 30px 0 rgba(25,151,229,.5);box-shadow:0 10px 30px 0 rgba(25,151,229,.5)}.modal-form-container .social-login-btn.twitter-login:hover{-webkit-box-shadow:0 0 30px 5px rgba(25,151,229,.5);box-shadow:0 0 30px 5px rgba(25,151,229,.5)}.modal-form-container .social-login-btn.twitter-login:active{-webkit-box-shadow:0 0 10px 2px rgba(25,151,229,.75);box-shadow:0 0 10px 2px rgba(25,151,229,.75)}.modal-form-container .button-wrapper{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:15px 0 5px}@media only screen and (max-width:640px){.modal-form-container .button-wrapper{padding:15px 0 5px}}@media only screen and (max-width:320px){.modal-form-container .button-wrapper{padding:0 0 5px}}.modal-form-container .text-input-wrapper{position:relative;margin-bottom:15px}.modal-form-container .text-input-wrapper.phone-wrp{background-color:#fff;border:1px solid #c6cbd7;border-radius:25px;color:#1f2733;display:-ms-flexbox;display:flex;height:50px;line-height:normal;margin:auto;padding:0;width:100%;font-size:15px}.modal-form-container .text-input-wrapper.phone-wrp::-webkit-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper.phone-wrp::-moz-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper.phone-wrp:-ms-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper.phone-wrp::placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper.phone-wrp:focus{outline:none}.modal-form-container .text-input-wrapper.phone-wrp:focus::-webkit-input-placeholder{opacity:0}.modal-form-container .text-input-wrapper.phone-wrp:focus::-moz-placeholder{opacity:0}.modal-form-container .text-input-wrapper.phone-wrp:focus:-ms-input-placeholder{opacity:0}.modal-form-container .text-input-wrapper.phone-wrp:focus::placeholder{opacity:0}.modal-form-container .text-input-wrapper.phone-wrp .select-wrp{height:100%;border-radius:25px 0 0 25px;position:relative;z-index:1}.modal-form-container .text-input-wrapper.phone-wrp .select-wrp>select{width:95px;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:transparent;background:transparent;height:100%;border-radius:25px 0 0 25px;padding:10px 10px 10px 15px;color:#1f2733;font-size:15px}.modal-form-container .text-input-wrapper.phone-wrp .select-wrp .globe{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-form-container .text-input-wrapper.phone-wrp .select-wrp>.dm-icon-arrow{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:inherit;z-index:-1}.modal-form-container .text-input-wrapper.phone-wrp>input{width:calc(100% - 95px);appearance:none;-moz-appearance:none;-webkit-appearance:none;border:transparent;background:#fff;height:100%;border-radius:0 25px 25px 0;padding:10px 20px 10px 0;color:#1f2733;font-size:15px}.modal-form-container .text-input-wrapper.phone-wrp>input::-webkit-inner-spin-button,.modal-form-container .text-input-wrapper.phone-wrp>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.modal-form-container .text-input-wrapper:last-child{margin-bottom:0}.modal-form-container .text-input-wrapper.alerted input[type=email],.modal-form-container .text-input-wrapper.alerted input[type=password],.modal-form-container .text-input-wrapper.alerted input[type=text]{border:1px solid #f0004b}.modal-form-container .text-input-wrapper.alerted input[type=email]:active,.modal-form-container .text-input-wrapper.alerted input[type=email]:focus,.modal-form-container .text-input-wrapper.alerted input[type=password]:active,.modal-form-container .text-input-wrapper.alerted input[type=password]:focus,.modal-form-container .text-input-wrapper.alerted input[type=text]:active,.modal-form-container .text-input-wrapper.alerted input[type=text]:focus{-webkit-box-shadow:0 0 10px 0 rgba(242,69,103,.5);box-shadow:0 0 10px 0 rgba(242,69,103,.5);border:none}.modal-form-container .text-input-wrapper.alerted .note{padding-top:10px}.modal-form-container .text-input-wrapper.alerted.phone-wrp{border:1px solid #f0004b}@media only screen and (max-width:640px){.modal-form-container .text-input-wrapper.alerted:active,.modal-form-container .text-input-wrapper.alerted:focus{-webkit-box-shadow:0 0 10px 0 rgba(242,69,103,.5);box-shadow:0 0 10px 0 rgba(242,69,103,.5);border:none}}.modal-form-container .text-input-wrapper .input-wrp{position:relative}.modal-form-container .text-input-wrapper input[type=email],.modal-form-container .text-input-wrapper input[type=password],.modal-form-container .text-input-wrapper input[type=text]{background-color:#fff;border:1px solid #c6cbd7;border-radius:25px;color:#1f2733;display:block;height:50px;line-height:normal;margin:auto;padding:0 50px 0 55px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px}.modal-form-container .text-input-wrapper input[type=email]::-webkit-input-placeholder,.modal-form-container .text-input-wrapper input[type=password]::-webkit-input-placeholder,.modal-form-container .text-input-wrapper input[type=text]::-webkit-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper input[type=email]::-moz-placeholder,.modal-form-container .text-input-wrapper input[type=password]::-moz-placeholder,.modal-form-container .text-input-wrapper input[type=text]::-moz-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper input[type=email]:-ms-input-placeholder,.modal-form-container .text-input-wrapper input[type=password]:-ms-input-placeholder,.modal-form-container .text-input-wrapper input[type=text]:-ms-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper input[type=email]::placeholder,.modal-form-container .text-input-wrapper input[type=password]::placeholder,.modal-form-container .text-input-wrapper input[type=text]::placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .text-input-wrapper input[type=email]:focus::-webkit-input-placeholder,.modal-form-container .text-input-wrapper input[type=password]:focus::-webkit-input-placeholder,.modal-form-container .text-input-wrapper input[type=text]:focus::-webkit-input-placeholder{opacity:0}.modal-form-container .text-input-wrapper input[type=email]:focus::-moz-placeholder,.modal-form-container .text-input-wrapper input[type=password]:focus::-moz-placeholder,.modal-form-container .text-input-wrapper input[type=text]:focus::-moz-placeholder{opacity:0}.modal-form-container .text-input-wrapper input[type=email]:focus:-ms-input-placeholder,.modal-form-container .text-input-wrapper input[type=password]:focus:-ms-input-placeholder,.modal-form-container .text-input-wrapper input[type=text]:focus:-ms-input-placeholder{opacity:0}.modal-form-container .text-input-wrapper input[type=email]:focus::placeholder,.modal-form-container .text-input-wrapper input[type=password]:focus::placeholder,.modal-form-container .text-input-wrapper input[type=text]:focus::placeholder{opacity:0}.modal-form-container .text-input-wrapper input[type=email]:focus,.modal-form-container .text-input-wrapper input[type=password]:focus,.modal-form-container .text-input-wrapper input[type=text]:focus{outline:none;-webkit-box-shadow:0 0 10px 0 rgba(2,182,152,.5);box-shadow:0 0 10px 0 rgba(2,182,152,.5);background-color:#fff;border:1px solid transparent}.modal-form-container .text-input-wrapper input[name=password],.modal-form-container .text-input-wrapper input[type=password]{padding-right:40px}.modal-form-container .text-input-wrapper i{color:#c6cbd7;position:absolute;cursor:pointer;top:50%;left:15px;width:30px;height:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;line-height:30px}.modal-form-container .text-input-wrapper label{font-size:12px;line-height:1.33;letter-spacing:normal;color:#838c99;padding-bottom:5px;display:inline-block}.modal-form-container .text-input-wrapper .note{font-size:12px;color:#202733}.modal-form-container .form-input-alert{display:block;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:absolute;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);top:100%;width:100%;left:0;color:#f0004b;font-size:12px;font-weight:400}.modal-form-container .input-clear-btn,.modal-form-container .password-toggle{background-color:transparent;border:none;border-radius:0 50% 50% 0;color:#c6cbd7;cursor:pointer;font-size:15px;height:50px;outline:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;text-align:center;width:50px}@media only screen and (max-width:640px){.modal-form-container .input-clear-btn,.modal-form-container .password-toggle{right:10px}}.modal-form-container .input-clear-btn{width:50px;height:50px;background:none;cursor:pointer;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}.modal-form-container .input-clear-btn.isHiddenClearBtn{opacity:0;width:0;height:0;-webkit-transition:all 0ms .5s;-o-transition:all 0ms .5s;transition:all 0ms .5s}.modal-form-container .modal-terms{padding-bottom:18px;width:100%}.modal-form-container .modal-terms .checkbox-wrapper{position:relative}.modal-form-container .modal-terms input[type=checkbox]{display:none}.modal-form-container .modal-terms input[type=checkbox]:checked+label:before{background-color:#31bd9f;border:1px solid #31bd9f;content:""}.modal-form-container .modal-terms input[type=checkbox]:checked+label:after{font-family:dm-icons;content:"\E811"}.modal-form-container .modal-terms .terms-confirm-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal-form-container .modal-terms a{cursor:pointer;border:none;background-color:transparent;font-size:14px;font-weight:600;color:#4186ff}.modal-form-container .modal-terms label{display:block;color:#808392;font-weight:600;font-size:14px;cursor:pointer;position:relative;padding-left:35px;padding-bottom:0}.modal-form-container .modal-terms label:before{display:block;position:absolute;left:0;top:0;width:20px;height:20px;background-color:transparent;border:1px solid #c6cbd7;content:"";border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.modal-form-container .modal-terms label:after{color:#fff;position:absolute;left:0;top:0;font-size:20px}.modal-form-container .modal-terms label.alerted:before{border:1px solid #f0004b;background-color:transparent}.modal-form-container .modal-terms label.alerted:after{display:none}.modal-form-container .modal-terms .error-message{font-size:12px;color:#f0004b;font-weight:400;display:block;width:100%;position:absolute;top:100%}@media only screen and (max-width:1024px){.modal-form-container .modal-terms .error-message{left:0}}.modal-form-container .form-modal-info{padding-top:20px;color:#1f2733;font-size:12px;font-weight:400;margin-left:-15px;margin-right:-15px}.modal-form-container .form-modal-info a{text-decoration:none;color:#4186ff}.modal-form-container .form-modal-info a:active,.modal-form-container .form-modal-info a:hover,.modal-form-container .form-modal-info a:visited{color:#4186ff}@media only screen and (max-width:414px){.modal-form-container .form-modal-info{margin:0;padding:20px 0 0}}@media only screen and (max-width:320px){.modal-form-container .form-modal-info{padding:5px 0 0}}.modal-form-container .modal-recovery-header{padding:10px 0}.modal-form-container .modal-recovery-icon{width:55px;height:50px;margin:0 auto 5px}.modal-form-container .modal-recovery-title{text-align:center;font-weight:700;font-size:26px;color:#1f2733;text-transform:capitalize}.modal-form-container .modal-recovery-content{text-align:center;color:#808392;font-size:16px;font-weight:400}.modal-form-container .modal-recovery-content p{margin-bottom:16px}.modal-form-container .modal-recovery-content p:nth-last-child{margin-bottom:0}.modal-form-container .modal-recovery-footer{padding:5px 0}.modal-form-container .to-email-btn{width:100%;max-width:310px;margin:0 auto;line-height:50px}.modal-form-container .number-wrapper{width:auto;margin:auto;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:640px){.modal-form-container .number-wrapper{max-width:300px}}.modal-form-container .number-wrapper input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;height:50px;line-height:normal;width:210px;font-size:15px;color:#1f2733;font-weight:600;background-color:#fff;padding:0 25px;border:1px solid rgba(198,203,215,.5);border-radius:25px}.modal-form-container .number-wrapper input[type=number]::-webkit-inner-spin-button,.modal-form-container .number-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.modal-form-container .number-wrapper input[type=number]::-webkit-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .number-wrapper input[type=number]::-moz-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .number-wrapper input[type=number]:-ms-input-placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .number-wrapper input[type=number]::placeholder{opacity:1;color:#c6cbd7;font-family:SourceSansPro;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.modal-form-container .number-wrapper input[type=number]:focus{outline:none}.modal-form-container .number-wrapper input[type=number]:focus::-webkit-input-placeholder{opacity:0}.modal-form-container .number-wrapper input[type=number]:focus::-moz-placeholder{opacity:0}.modal-form-container .number-wrapper input[type=number]:focus:-ms-input-placeholder{opacity:0}.modal-form-container .number-wrapper input[type=number]:focus::placeholder{opacity:0}.modal-form-container .number-wrapper input[type=number]:focus{-webkit-box-shadow:0 0 12px rgba(2,182,152,.5);box-shadow:0 0 12px rgba(2,182,152,.5);border-color:transparent}.modal-form-container .number-wrapper .currency-select{height:50px;width:70px;border-radius:25px;background-color:rgba(217,222,231,.5);position:relative;cursor:pointer}.modal-form-container .number-wrapper .active-currency{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#9fa1b0;font-weight:600;font-size:16px}.modal-form-container .payment-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:640px){.modal-form-container .payment-container{max-width:300px;margin:auto}}.modal-form-container .payment-container .payment-title{color:#9fa1b0;font-weight:400;font-size:14px;text-align:center;display:block;padding:20px;width:100%}.modal-form-container .pay-value-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:640px){.modal-form-container .pay-value-wrapper{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}}.modal-form-container .pay-value-btn{-webkit-box-sizing:content-box;box-sizing:content-box;width:66px;height:46px;line-height:46px;border-radius:25px;border:2px solid rgba(198,203,215,.5);background-color:transparent;text-align:center;color:#1f2733;font-size:16px;font-weight:400;cursor:pointer}.modal-form-container .pay-value-btn:hover{border-color:rgba(2,182,152,.5)}.modal-form-container .pay-value-btn.active,.modal-form-container .pay-value-btn:active{border-color:#31bd9f;-webkit-transform:scale(.96);-ms-transform:scale(.96);transform:scale(.96)}@media only screen and (max-width:640px){.modal-form-container .pay-value-btn{margin:5px 10px;width:40%}}.modal-form-container .payment-submit-btn{width:300px}@media only screen and (max-width:640px){.modal-form-container .payment-submit-btn{max-width:300px;width:100%}}.modal-form-container .facebook-login-btn{background:-webkit-linear-gradient(305deg,#5371ae,#3b5998);background:-o-linear-gradient(305deg,#5371ae,#3b5998);background:linear-gradient(145deg,#5371ae,#3b5998);border-radius:25px;-webkit-box-shadow:0 5px 20px rgba(63,92,155,.65);box-shadow:0 5px 20px rgba(63,92,155,.65);color:#fff;font-size:18px;font-weight:700;height:50px;line-height:50px;margin:auto;outline:none;text-align:center;text-decoration:none;width:100%}.modal-form-container .facebook-login-btn:hover{-webkit-box-shadow:0 0 30px #3f5c9b;box-shadow:0 0 30px #3f5c9b}.modal-form-container .facebook-login-btn:active{-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98);-webkit-box-shadow:0 0 30px rgba(63,92,155,.65);box-shadow:0 0 30px rgba(63,92,155,.65)}.form-delivery-success{position:relative;width:460px;padding-top:36px;padding-bottom:36px;border-radius:20px;text-align:center}@media only screen and (max-width:480px){.form-delivery-success{width:100%}}@media only screen and (max-width:414px){.form-delivery-success{height:100vh}}.form-delivery-success:before{content:"";position:absolute;top:8px;z-index:-1;left:15px;width:407px;height:136px;background:url(/assets/images/delivery-modal/header-bg.svg) 50% no-repeat}@media only screen and (max-width:414px){.form-delivery-success:before{background-image:url(/assets/images/delivery-modal/header-bg-414.svg);left:8px}}@media only screen and (max-width:400px){.form-delivery-success:before{width:320px;background-image:url(/assets/images/delivery-modal/header-bg-320.svg)}}.form-delivery-success-title-wrapper{padding-left:7px;padding-right:15px;margin-bottom:25px}@media only screen and (max-width:414px){.form-delivery-success-title-wrapper{padding-left:0;padding-right:0}}.form-delivery-success-title{width:436px;height:70px;margin:auto;font-size:35px;color:#5c4f92;text-transform:uppercase;background:url(/assets/images/delivery-modal/title-bg.svg) no-repeat;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;font-weight:700}@media only screen and (max-width:414px){.form-delivery-success-title{background:url(/assets/images/delivery-modal/title-bg-414.svg) 50% no-repeat;width:376px}}@media only screen and (max-width:400px){.form-delivery-success-title{background:url(/assets/images/delivery-modal/title-bg-320.svg) 50% no-repeat;width:320px}}.form-delivery-success-message{font-size:16px;font-weight:700;line-height:1.25;color:#1f2733}.form-delivery-drop{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-top:14px;-ms-flex-pack:center;justify-content:center;text-align:left;margin-bottom:10px;padding-left:30px;padding-right:30px}.form-delivery-drop-name{max-width:270px;max-height:41px;overflow:hidden;font-size:20px;line-height:1;font-weight:700;color:#8269b4}.form-delivery-drop-currency{font-size:26px}.form-delivery-drop-price{font-size:30px;line-height:1;font-weight:700;color:#1f2733}.form-delivery-drop-picture{max-height:125px;max-width:125px}.form-delivery-drop-picture img{max-height:100%;max-width:100%}.form-delivery-address-wrapper{margin-bottom:18px;padding-top:14px;padding-bottom:15px;background-color:#f7f5fa}.form-delivery-address-title{font-size:16px;margin-bottom:12px;font-weight:700;color:#31bd9f;text-transform:uppercase}.form-delivery-address-user-name{margin-bottom:10px;font-size:14px;font-weight:700;color:#1f2733}.form-delivery-address-user-address,.form-delivery-address-user-phone{font-size:14px;line-height:1.43;text-align:center;color:#1f2733}.form-delivery-description{padding-left:30px;padding-right:30px;margin-bottom:15px}.form-delivery-description p{text-align:left;font-size:12px;line-height:1.67;color:#1f2733}.form-delivery-description p:first-child{margin-bottom:10px}.form-delivery-button{width:300px;margin:auto;line-height:50px}.app-loader{width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:20px;text-align:center}.app-loader img{width:160px;height:160px}@-webkit-keyframes modalSlideIn{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes modalSlideIn{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes modalBackground{0%{background-color:transparent}to{background-color:rgba(0,0,0,.7)}}@keyframes modalBackground{0%{background-color:transparent}to{background-color:rgba(0,0,0,.7)}}.modal-dialog{position:fixed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:1001}.modal-dialog,.modal-overlay{top:0;left:0;width:100%;height:100%}.modal-overlay{position:absolute;border:none;background-color:rgba(0,0,0,.7);-webkit-animation:modalBackground .35s ease-in-out;animation:modalBackground .35s ease-in-out;outline:none}.modal-container{background-color:#fff;position:relative;z-index:1;padding:0;-webkit-animation:modalSlideIn 1s ease-in-out;animation:modalSlideIn 1s ease-in-out;border-radius:20px;overflow:hidden}@media only screen and (max-width:640px){.modal-container{overflow-y:scroll;border-radius:0}}@media only screen and (max-width:414px){.modal-container{width:100%}}.modal-close{background-color:transparent;display:block;width:20px;height:20px;position:absolute;border:none;top:10px;right:10px;outline:none;cursor:pointer;z-index:10;color:#9fa1b0;font-size:12px}.modal-close:hover{color:#f0004b}@-webkit-keyframes notifySlide{0%{opacity:0;-webkit-transform:translate(-50%,100px);transform:translate(-50%,100px)}to{-webkit-transform:translate(-50%);transform:translate(-50%);opacity:1}}@keyframes notifySlide{0%{opacity:0;-webkit-transform:translate(-50%,100px);transform:translate(-50%,100px)}to{-webkit-transform:translate(-50%);transform:translate(-50%);opacity:1}}.notification-container{max-width:320px;background-color:#efefef;border:1px solid #ddd;position:fixed;bottom:25px;left:50%;padding:10px;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);opacity:1;-webkit-animation:notifySlide .5s ease;animation:notifySlide .5s ease;border-radius:4px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.25);box-shadow:0 4px 8px rgba(0,0,0,.25);overflow:hidden;z-index:1002}.notification-container.success{color:#fff;background-color:#5dbb35;border-color:transparent}.notification-container.success .notification-close{color:#fff}.notification-container.error{color:#fff;background-color:#bb355d;border-color:transparent}.notification-container.error .notification-close{color:#fff}.notification-container.info{color:#fff;background-color:#3585bb;border-color:transparent}.notification-container.info .notification-close{color:#fff}.notification-container .notification-header{text-align:center;padding-bottom:5px;font-size:16px}.notification-container .notification-title{font-size:18px}.notification-container .notification-content{font-size:14px}.notification-container .notification-close{text-decoration:none;color:#9fa1b0;position:absolute;top:0;text-align:center;line-height:20px;right:0;width:20px;height:20px}.modal-information-container{position:relative;max-height:100vh;overflow:auto;width:400px;padding:24px 50px 30px}@media only screen and (max-width:640px){.modal-information-container{padding:20px;width:100%}}.modal-information-container .modal-information-header{text-align:left;border-bottom:1px solid rgba(159,161,176,.2);position:relative;padding:0 0 22px}@media only screen and (max-width:640px){.modal-information-container .modal-information-header{width:auto;margin:0 10px;padding:0 0 12px}}.modal-information-container .modal-information-header:after{position:absolute;width:40px;height:3px;border-radius:4px;left:0;bottom:0;content:"";background-color:#5c4f92}.modal-information-container .modal-information-title{font-size:26px;font-weight:700;color:#1f2733}.modal-information-container .modal-information-content{padding:30px 0 10px}@media only screen and (max-width:640px){.modal-information-container .modal-information-content{padding:15px 0}}.modal-information-container .modal-information-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:20px 0 0}.modal-information-container button{min-width:150px;margin:0 10px}.header-balance{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:90px;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:414px){.header-balance{-ms-flex-pack:end;justify-content:flex-end}}.header-balance.logined{-ms-flex-pack:end;justify-content:flex-end}.header-balance.scrolled{height:60px}.header-balance.scrolled .funds-btn{height:40px;line-height:40px}.header-balance.expanded{display:-ms-flexbox;display:flex;position:absolute;top:70px;left:20px;right:25px;border:1px solid hsla(0,0%,100%,.1);border-left:none;border-right:none}@media only screen and (min-width:414px){.header-balance.expanded{left:30px;right:35px;-ms-flex-pack:center;justify-content:center}}.header-balance.expanded .funds-btn{display:block;margin:0 0 0 15px;width:150px}.header-balance.expanded.scrolled{height:90px}.header-balance.expanded.scrolled .funds-btn{height:50px;line-height:50px}.header-balance .funds-btn{-ms-flex:0 1 auto;flex:0 1 auto;font-size:15px;margin:0;width:100px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;display:none}@media only screen and (min-width:414px){.header-balance .funds-btn{display:-ms-flexbox;display:flex}}@media only screen and (min-width:768px){.header-balance .funds-btn{width:150px;margin:0 15px}}.header-balance .account-balance{background-color:transparent;border:none;color:#fff;cursor:pointer;display:block;height:40px;margin:0;position:relative;width:100px}@media only screen and (min-width:414px){.header-balance .account-balance{margin:0 15px 0 0}}.header-balance .header-balance-title{font-size:14px;font-weight:400;height:15px;left:0;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.header-balance .header-balance-title img{margin:3px 9px 0 0}.header-balance .header-balance-title span{display:inline-block;vertical-align:top}.header-balance .header-balance-value{bottom:0;font-size:20px;font-weight:700;height:25px;left:0;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.header-balance .header-balance-currency{font-size:14px;margin-right:4px}.header-account{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-order:3;order:3;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:768px){.header-account{-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.header-account{-ms-flex:1 0 auto;flex:1 0 auto}}.header-account.logined{-ms-flex:0 1 auto;flex:0 1 auto}@media only screen and (min-width:768px){.header-account.logined{-ms-flex:0 1 auto;flex:0 1 auto}}.header-account.logined .header-account-inner{padding:0}@media only screen and (min-width:1280px){.header-account.logined .header-account-inner{padding:0 40px 0 0}}@media only screen and (min-width:1920px){.header-account.logined .header-account-inner{padding:0 20px 0 0}}.header-account.scrolled .header-account-inner{height:60px}.header-account.scrolled .header-account-inner .login-btn,.header-account.scrolled .header-account-inner .sign-btn{height:40px;line-height:40px}.header-account.expanded .header-account-inner{position:absolute;top:70px;left:20px;right:20px;width:auto;border:1px solid hsla(0,0%,100%,.1);border-left:none;border-right:none;padding:0;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:414px){.header-account.expanded .header-account-inner{left:30px;right:35px}}.header-account.expanded .header-account-inner .login-btn,.header-account.expanded .header-account-inner .sign-btn{display:block;width:50%;max-width:165px}.header-account.expanded .header-account-inner .login-btn{margin-left:0}.header-account.expanded .header-account-inner .sign-btn{margin-right:0}.header-account.expanded.scrolled .header-account-inner{height:90px}.header-account.expanded.scrolled .header-account-inner .login-btn,.header-account.expanded.scrolled .header-account-inner .sign-btn{height:50px;line-height:50px}.header-account.expanded.logined{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-pack:start;justify-content:flex-start}.header-account.expanded.logined .header-account-inner{border:none;height:70px;position:relative;top:auto;left:auto;right:auto}.header-account.expanded.logined .header-account-inner .profile-btn{display:-ms-flexbox;display:flex}.header-account.expanded.logined .header-account-inner .logout-btn,.header-account.expanded.logined .header-account-inner .notify-btn{display:block}.header-account.expanded.logined .header-account-inner .notify-btn{display:none}.header-account-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;height:90px;-ms-flex-align:center;align-items:center;padding:0}@media only screen and (min-width:414px){.header-account-inner{padding:0 10px;width:100%}}@media only screen and (min-width:768px){.header-account-inner{padding:0 0 0 20px}}@media only screen and (min-width:1024px){.header-account-inner{padding:0 10px}}@media only screen and (min-width:1280px){.header-account-inner{padding:0 20px}}@media only screen and (min-width:1920px){.header-account-inner{padding:0;margin:0 -10px 0 0}}.header-account-inner .profile-btn{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:50px;margin:0 10px 0 0;position:relative;text-decoration:none;display:none;-ms-flex:1 0 auto;flex:1 0 auto}@media only screen and (min-width:414px){.header-account-inner .profile-btn{margin:0 10px}}@media only screen and (min-width:768px){.header-account-inner .profile-btn{display:-ms-flexbox;display:flex;padding:0 35px 0 0}}.header-account-inner .profile-btn:after{background-color:hsla(0,0%,100%,.2);content:none;display:block;height:21px;position:absolute;right:1px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px}@media only screen and (min-width:768px){.header-account-inner .profile-btn:after{content:""}}.header-account-inner .profile-btn:active,.header-account-inner .profile-btn:hover{outline:none;text-decoration:none}.header-account-inner .profile-btn .profile-image{border:2px solid hsla(0,0%,100%,.3);border-radius:50%;display:block;height:50px;margin-right:10px;overflow:hidden;position:relative;width:50px;z-index:1}.header-account-inner .profile-btn .profile-image i,.header-account-inner .profile-btn img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header-account-inner .profile-btn img{max-height:50px;max-width:50px;z-index:-1}.header-account-inner .profile-btn .profile-name{display:block;font-size:15px;height:20px;font-weight:600;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:auto;max-width:100px;word-break:keep-all}.header-account-inner .login-btn,.header-account-inner .sign-btn{margin:0 10px;-ms-flex:0 1 auto;flex:0 1 auto;width:110px;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.header-account-inner .login-btn{display:none}@media only screen and (min-width:414px){.header-account-inner .login-btn{width:150px}}@media only screen and (min-width:768px){.header-account-inner .login-btn{display:block}}.header-account-inner .sign-btn{display:block}@media only screen and (min-width:414px){.header-account-inner .sign-btn{width:150px}}.header-account-inner .logout-btn,.header-account-inner .notify-btn{background-color:transparent;border:none;cursor:pointer;outline:none;width:30px;height:20px;display:none}@media only screen and (min-width:768px){.header-account-inner .logout-btn,.header-account-inner .notify-btn{display:block}}.header-account-inner .logout-btn{margin:0 5px}.header-account-inner .notify-btn{margin:0 15px 0 5px;display:none}@media only screen and (min-width:1920px){.header-account-inner .notify-btn{margin:0 15px}}nav{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;position:static;max-height:90px;-ms-flex-order:5;order:5}@media only screen and (min-width:768px){nav{display:none}}nav.scrolled .menu-toggle{height:60px}nav.scrolled .menu-toggle-btn{height:40px;line-height:40px}nav.expanded{max-width:70px}nav.expanded .menu-toggle{height:70px}.menu-toggle{-ms-flex:1 0 auto;flex:1 0 auto;position:relative;height:90px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.menu-toggle-btn{background-color:transparent;border:1px solid #979797;border-radius:25px;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:700;height:50px;line-height:48px;outline:none;text-transform:uppercase;width:100px;padding:0 12px 0 0;margin:0 0 0 10px;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.menu-toggle-btn:active{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);outline:none}.menu-toggle-btn.active{width:30px;height:50px;border:none;margin:0 5px;padding:0;outline:none}.menu-toggle-btn.active img{margin:0 auto;display:block}.menu-toggle-btn.active span:after{display:none}.menu-toggle-btn span{position:relative}.menu-toggle-btn span:after{content:"";position:absolute;right:-14px;top:8px;width:8px;height:5px;background-image:url(/assets/images/icons/dropdown-arrow.svg);background-repeat:no-repeat}.main-nav{list-style-type:none;display:none;position:absolute;top:160px;left:0;right:0;bottom:60px;height:auto;padding:29px 0 0;overflow:auto}@media only screen and (min-width:414px){.main-nav{padding:40px 0 0}}.main-nav.visible{display:block}.main-nav li{height:auto;width:100%}.main-nav li:hover{background-color:hsla(0,0%,100%,.11)}.main-nav a,.main-nav button{width:100%;color:#fff;font-size:16px;font-weight:400;height:70px;line-height:70px;position:relative;text-decoration:none;text-align:center;display:block;cursor:pointer;border:none;background:transparent;padding:0 20px}.main-nav a:active,.main-nav a:hover,.main-nav button:active,.main-nav button:hover{background-color:hsla(0,0%,100%,.1)}.header-stats{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex:1 0 auto;flex:1 0 auto;display:none}@media only screen and (min-width:768px){.header-stats{display:-ms-flexbox;display:flex;height:90px}}@media only screen and (min-width:768px){.header-stats.logined{display:none}}@media only screen and (min-width:1024px){.header-stats.logined{display:-ms-flexbox;display:flex}}.header-stats.expanded{display:-ms-flexbox;display:flex;position:absolute;bottom:40px;left:27px;right:27px;width:auto;-ms-flex-pack:center;justify-content:center}.header-stats-block{-o-text-overflow:ellipsis;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;overflow:hidden;padding:0 20px 0 0}@media only screen and (min-width:1024px){.header-stats-block{padding:0 30px 0 0}}.header-stats-block:last-child{padding:0}.header-stats-block.colored span{color:#31bd9f}.header-stats-block.colored img{opacity:1}.header-stats-block img{float:left;margin:0 5px 0 0;opacity:.7}.header-stats-block span{float:left;height:20px;line-height:20px;max-width:100px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.header-stats-count{font-size:16px;color:#fff;font-weight:600}header{background-image:-webkit-gradient(linear,left top,right top,from(#594374),color-stop(49%,#202733),to(#574372));background-image:-webkit-linear-gradient(left,#594374,#202733 49%,#574372);background-image:-o-linear-gradient(left,#594374,#202733 49%,#574372);background-image:linear-gradient(90deg,#594374,#202733 49%,#574372);height:auto;left:0;position:fixed;top:0;width:100%;z-index:3;line-height:0}header.notified{top:30px}@media only screen and (max-width:920px){header.notified{top:40px}}@media only screen and (max-width:767px){header.notified{top:60px}}@media only screen and (max-width:414px){header.notified{top:75px}}header .header-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:90px;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;margin:auto;max-width:1440px;padding:0 10px;position:relative;overflow:hidden;z-index:3;-webkit-box-shadow:0 0 0 rgba(28,18,79,0);box-shadow:0 0 0 rgba(28,18,79,0)}@media only screen and (min-width:768px){header .header-wrapper{padding:0 20px 0 30px}}@media only screen and (min-width:1024px){header .header-wrapper{padding:0 30px}}@media only screen and (min-width:1920px){header .header-wrapper{overflow:visible;padding:0}}header .header-wrapper.scrolled{height:60px;-webkit-box-shadow:0 5px 10px rgba(28,18,79,.5);box-shadow:0 5px 10px rgba(28,18,79,.5)}header .header-wrapper.scrolled .header-logo{height:60px}header .header-wrapper.expanded{height:100vh;padding:0 20px;background-image:url(/assets/images/decorators/mobileContentBg.svg);background-position:0 0;background-size:cover}header .header-wrapper.expanded .header-logo{background-image:url(/assets/images/drakemall-logo.svg);width:172px;height:70px;margin:0;background-position:-10px}@media only screen and (min-width:414px){header .header-wrapper.expanded .header-logo{background-position:0}}@media only screen and (min-width:768px){header .header-wrapper.logined{padding:0 30px}}@media only screen and (min-width:1024px){header .header-wrapper.logined{padding:0 20px 0 30px}}@media only screen and (min-width:1920px){header .header-wrapper.logined{padding:0}}header .header-wrapper.expanded.logined .header-logo{display:none}header .header-wrapper.expanded.scrolled{height:100vh}.header-logo{background-image:url(/assets/images/drakemall-logo-mob.svg);width:50px;height:90px;margin:0 10px 0 0;background-position:50%;background-size:contain;background-repeat:no-repeat;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;outline:none;float:left}@media only screen and (min-width:768px){.header-logo{width:72px;margin:0 30px 0 0}}@media only screen and (min-width:1280px){.header-logo{background-image:url(/assets/images/drakemall-logo.svg);width:260px}}@media only screen and (min-width:1920px){.header-logo{background-position:0 12px;margin:0 50px 0 -40px}}.header-notification{-ms-flex-align:center;align-items:center;background:#fff;color:#1f2733;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:30px;-ms-flex-pack:center;justify-content:center;overflow:hidden;padding:0 25px;width:100%;z-index:3;font-size:12px;font-weight:400;position:fixed;top:0;left:0}@media only screen and (max-width:920px){.header-notification{height:40px}}@media only screen and (max-width:767px){.header-notification{height:60px;padding:0 10px}}@media only screen and (max-width:414px){.header-notification{height:75px}}.header-notification a{color:#4186ff;text-decoration:none}.header-notification a:active,.header-notification a:hover,.header-notification a:visited{color:#4186ff}.header-notification .notify-emoji{display:block;width:24px;margin:0 18px 0 0}@media only screen and (max-width:640px){.header-notification .notify-emoji{margin:0 9px 0 0}}@media only screen and (max-width:480px){.header-notification .notify-emoji{margin:0 5px 0 0}}.header-notification .header-notification-content{margin:0 18px 0 0;padding:0;font-weight:400;line-height:19px;display:block}@media only screen and (max-width:640px){.header-notification .header-notification-content{margin:0 9px 0 0}}@media only screen and (max-width:480px){.header-notification .header-notification-content{font-size:13px;margin:0 5px 0 0;letter-spacing:-.5px}}.header-notification .notify-close-btn{width:50px;height:20px;font-size:12px;font-weight:700;text-transform:uppercase;line-height:20px;margin:0 0 0 10px;-webkit-box-shadow:0 5px 5px rgba(65,61,123,.5)!important;box-shadow:0 5px 5px rgba(65,61,123,.5)!important}@media only screen and (max-width:640px){.header-notification .notify-close-btn{margin:0 9px}}@media only screen and (max-width:480px){.header-notification .notify-close-btn{margin:0 5px}}footer{background-image:-webkit-gradient(linear,left top,right top,from(#594374),color-stop(49%,#202733),to(#574372));background-image:-webkit-linear-gradient(left,#594374,#202733 49%,#574372);background-image:-o-linear-gradient(left,#594374,#202733 49%,#574372);background-image:linear-gradient(90deg,#594374,#202733 49%,#574372);position:relative;z-index:0}footer:after,footer:before{position:absolute;content:"";width:50%;height:100%;bottom:0;z-index:0;background:url(/assets/images/decorators/footerBg.svg) no-repeat;background-size:cover}footer:before{left:0;background-position:0 100%}@media only screen and (max-width:768px){footer:before{width:100%;height:50%}}footer:after{right:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);background-position:0 100%}@media only screen and (max-width:768px){footer:after{display:none}}footer .footer-copyright{display:none;font-size:14px;font-weight:400;opacity:.5;color:#fff}@media only screen and (max-width:640px){footer .footer-copyright{display:block}}footer .footer-wrapper{position:relative;max-width:1440px;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0}@media only screen and (max-width:1440px){footer .footer-wrapper{padding:20px 50px 20px 52px}}@media only screen and (max-width:1024px){footer .footer-wrapper{padding:20px 41px 20px 38px}}@media only screen and (max-width:768px){footer .footer-wrapper{padding:26px 20px 5px 18px}}footer .footer-nav-menu{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;overflow:hidden;-ms-flex-order:1;order:1;width:70%;padding:15px 0 0}@media only screen and (max-width:1024px){footer .footer-nav-menu{max-width:100%}}@media (max-width:767px){footer .footer-nav-menu{display:block;width:100%;-ms-flex:1 0 auto;flex:1 0 auto;padding:22px 0 0}}footer .footer-nav-menu ul{display:-ms-flexbox;display:flex;width:290px;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}@media (max-width:767px){footer .footer-nav-menu ul{width:100%}}footer .footer-nav-menu li:nth-child(odd){width:190px}footer .footer-nav-menu li:nth-child(2n){width:65px}@media screen and (orientation:landscape) and (max-width:1024px){footer .footer-nav-menu li:nth-child(odd){width:160px}}@media (max-width:767px){footer .footer-nav-menu li:nth-child(2n),footer .footer-nav-menu li:nth-child(odd){width:50%}}@media only screen and (max-width:640px){footer .footer-nav-menu li:nth-child(2n){width:35%}footer .footer-nav-menu li:nth-child(odd){width:65%}}footer .footer-nav-menu .discordWrp{margin:10px 0 20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:320px){footer .footer-nav-menu .discordWrp{margin:10px 10px 20px}}footer .footer-nav-menu .discordWrp .age-icon{height:55px;margin-right:30px}@media only screen and (min-width:768px){footer .footer-nav-menu .discordWrp .age-icon{margin-right:20px}}@media only screen and (min-width:1024px){footer .footer-nav-menu .discordWrp .age-icon{margin-right:30px}}footer .footer-nav-menu .discordWrp .discord-logo{display:block;width:170px;background:#7289da;padding-top:12px;padding-bottom:5px;text-align:center;border-radius:25px;-webkit-box-shadow:0 10px 12px 0 rgba(0,0,0,.1);box-shadow:0 10px 12px 0 rgba(0,0,0,.1)}footer .footer-nav-menu .discordWrp .discord-logo:hover{-webkit-box-shadow:0 0 15px 9px rgba(114,137,218,.2);box-shadow:0 0 15px 9px rgba(114,137,218,.2)}footer .footer-nav-menu .discordWrp .discord-logo img{width:131px;height:31px}@media (max-width:767px){footer .footer-nav-menu .discordWrp .discord-logo{width:calc(100% - 75px);max-width:300px}}footer .footer-nav-menu a:not(.discord-logo),footer .footer-nav-menu button{color:#fff;background:transparent;cursor:pointer;border:none;display:inline-block;width:auto;vertical-align:top;font-size:14px;font-weight:400;height:20px;line-height:18px;margin-bottom:10px;opacity:.8;text-decoration:none;text-transform:uppercase;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-break:keep-all;position:relative}footer .footer-nav-menu a:not(.discord-logo):after,footer .footer-nav-menu a:not(.discord-logo):before,footer .footer-nav-menu button:after,footer .footer-nav-menu button:before{position:absolute;height:1px;width:0;bottom:2px;content:"";background-color:#fff;opacity:0;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}footer .footer-nav-menu a:not(.discord-logo):before,footer .footer-nav-menu button:before{right:50%}footer .footer-nav-menu a:not(.discord-logo):after,footer .footer-nav-menu button:after{left:50%}footer .footer-nav-menu a:not(.discord-logo):active,footer .footer-nav-menu a:not(.discord-logo):hover,footer .footer-nav-menu button:active,footer .footer-nav-menu button:hover{text-decoration:none;opacity:1}footer .footer-nav-menu a:not(.discord-logo):active:after,footer .footer-nav-menu a:not(.discord-logo):active:before,footer .footer-nav-menu a:not(.discord-logo):hover:after,footer .footer-nav-menu a:not(.discord-logo):hover:before,footer .footer-nav-menu button:active:after,footer .footer-nav-menu button:active:before,footer .footer-nav-menu button:hover:after,footer .footer-nav-menu button:hover:before{width:50%;opacity:1}footer .footer-partners{-ms-flex:1 0 auto;flex:1 0 auto;width:30%;-ms-flex-order:2;order:2;text-align:right;padding:20px 0 0}@media (max-width:767px){footer .footer-partners{text-align:center;-ms-flex-order:3;order:3}}@media only screen and (max-width:640px){footer .footer-partners{padding:20px 30px 0}}footer .footer-partners .footer-partners-item{margin-right:-3px}@media (max-width:767px){footer .footer-partners .footer-partners-item{margin-right:0}}footer .footer-partners .footer-payments-list{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;list-style-type:none;padding:20px 0 0}@media (max-width:767px){footer .footer-partners .footer-payments-list{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:16px 0 0}}footer .footer-partners .footer-payments-item{margin-left:28px}footer .footer-partners .footer-payments-item.desktop-hidden{display:none}@media (max-width:767px){footer .footer-partners .footer-payments-item.desktop-hidden{display:block}}@media (max-width:767px){footer .footer-partners .footer-payments-item{margin-bottom:22px}}footer .footer-partners .footer-payments-item:first-child{margin-left:0}footer .footer-about{width:100%;-ms-flex-order:4;order:4;opacity:.5;color:#fff;font-size:14px;padding:20px 0 22px;position:relative;z-index:1}@media (max-width:767px){footer .footer-about{padding:5px 0 0}}footer .footer-about .footer-about-title{font-weight:700;margin:0 0 10px;line-height:20px}footer .footer-about p{letter-spacing:.03px;font-weight:400;line-height:20px;margin:0 0 10px}footer .footer-about p span{padding-right:5px}footer .footer-about p:last-of-type{margin:30px 0 10px}footer .footer-about a{color:#fff;text-decoration:underline}footer .footer-about a:active,footer .footer-about a:hover,footer .footer-about a:visited{color:#fff}footer .footer-about a span{padding-right:0}footer .footer-about button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;text-decoration:underline}footer .footer-about ul{list-style-type:none;padding:10px 0 0;margin:0}footer .footer-about li{position:relative;padding-left:25px;margin:0 0 10px}footer .footer-about li img{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-width:14px;max-height:14px}footer .footer-social{-ms-flex-order:3;order:3;width:100%;-ms-flex:1 0 auto;flex:1 0 auto;position:relative}@media (max-width:767px){footer .footer-social{text-align:center;-ms-flex-order:2;order:2}}footer .footer-social-block{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;list-style-type:none;margin:0;padding:15px 0 5px}@media (max-width:767px){footer .footer-social-block{padding:15px 30px 5px;-ms-flex-pack:center;justify-content:center}}footer .footer-social-block li{-ms-flex:0 0 auto;flex:0 0 auto;height:30px;margin-right:10px}footer .footer-social-block a{opacity:.5;text-decoration:none}footer .footer-social-block a:active,footer .footer-social-block a:hover{opacity:1}footer .footer-social-block a:focus{opacity:.5}footer .curacao-widget{display:block;text-align:center;margin-top:15px;height:auto;float:right}.onlinedrop-background{background:-webkit-gradient(linear,left top,right top,from(#f2f2f3),color-stop(#fff),to(#f2f2f3));background:-webkit-linear-gradient(left,#f2f2f3,#fff,#f2f2f3);background:-o-linear-gradient(left,#f2f2f3,#fff,#f2f2f3);background:linear-gradient(90deg,#f2f2f3,#fff,#f2f2f3);position:absolute;width:100%;height:100px;top:0;left:0}.onlinedrop-container{-webkit-box-sizing:border-box;box-sizing:border-box;height:100px;top:90px;position:absolute;overflow:hidden;width:100%;display:block}.onlinedrop-container.scrolled{display:none}.onlinedrop-container .shadow-bottom,.onlinedrop-container .shadow-top{display:block;position:absolute;width:60%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:100px;background-color:#000;border-radius:50%}.onlinedrop-container .shadow-top{top:-100px;-webkit-box-shadow:0 -10px 80px rgba(114,84,160,.8);box-shadow:0 -10px 80px rgba(114,84,160,.8)}.onlinedrop-container .shadow-bottom{bottom:-100px;-webkit-box-shadow:0 10px 80px rgba(114,84,160,.8);box-shadow:0 10px 80px rgba(114,84,160,.8)}.onlinedrop-container .bg-left,.onlinedrop-container .bg-right{position:absolute;bottom:-20px;height:210px;content:none;display:none;width:50%;z-index:1;background:url(/assets/images/decorators/headerBg.svg) no-repeat;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}@media only screen and (min-width:768px){.onlinedrop-container .bg-left,.onlinedrop-container .bg-right{content:"";display:block;opacity:1}}.onlinedrop-container .bg-left{left:0}.onlinedrop-container .bg-right{right:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.onlinedrop-wrapper{max-width:1160px;margin:auto;position:relative;overflow:hidden;padding:0 0 0 70px;height:100%;z-index:2}@media only screen and (max-width:1280px){.onlinedrop-wrapper{max-width:980px}}@media only screen and (max-width:1024px){.onlinedrop-wrapper{max-width:710px}}@media only screen and (max-width:768px){.onlinedrop-wrapper{padding:0 0 0 68px}}.onlinedrop-items{position:relative;height:100px;margin-left:5px}@media only screen and (max-width:480px){.onlinedrop-items{margin-left:0}}.onlinedrop-title{position:absolute;top:0;left:0;width:100px;height:100%;overflow:hidden}@media only screen and (max-width:768px){.onlinedrop-title{width:65px;left:20px}}.onlinedrop-title-inner{position:absolute;top:50%;left:0;width:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.onlinedrop-title-inner .onlinedrop-title-text{color:#3b3876;font-size:16px;font-weight:600}.onlinedrop-item{position:absolute;top:10px;width:90px;height:80px;opacity:1;text-decoration:none;outline:none;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.onlinedrop-item.common:after{background-color:rgba(87,100,122,.2)}.onlinedrop-item.epic:after{background-color:rgba(74,228,120,.4)}.onlinedrop-item:after{position:absolute;bottom:-10px;right:7px;width:44px;height:44px;border-radius:22px;background-color:rgba(87,100,122,.15);content:"";-webkit-filter:blur(10px);filter:blur(10px);opacity:1;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.onlinedrop-item:active,.onlinedrop-item:hover{z-index:1}.onlinedrop-item:active:after,.onlinedrop-item:hover:after{opacity:0}.onlinedrop-item:active .onlinedrop-item-product,.onlinedrop-item:hover .onlinedrop-item-product{-webkit-transform:rotateY(-180deg) rotateX(-180deg);transform:rotateY(-180deg) rotateX(-180deg);opacity:0}.onlinedrop-item:active .onlinedrop-item-info,.onlinedrop-item:hover .onlinedrop-item-info{-webkit-transform:rotateY(0deg) rotateX(0deg);transform:rotateY(0deg) rotateX(0deg);opacity:1}.onlinedrop-item:active .onlinedrop-item-info:before,.onlinedrop-item:hover .onlinedrop-item-info:before{bottom:-5px}.onlinedrop-item:focus .onlinedrop-item-product{-webkit-transform:rotateY(0deg) rotateX(0deg);transform:rotateY(0deg) rotateX(0deg);opacity:1}.onlinedrop-item:focus .onlinedrop-item-info{-webkit-transform:rotateY(-180deg) rotateX(-180deg);transform:rotateY(-180deg) rotateX(-180deg);opacity:0}.onlinedrop-item:focus .onlinedrop-item-info:before{bottom:-5px}.onlinedrop-item:nth-child(2){left:90px}.onlinedrop-item:nth-child(3){left:180px}.onlinedrop-item:nth-child(4){left:270px}.onlinedrop-item:nth-child(5){left:360px}.onlinedrop-item:nth-child(6){left:450px}.onlinedrop-item:nth-child(7){left:540px}.onlinedrop-item:nth-child(8){left:630px}.onlinedrop-item:nth-child(9){left:720px}.onlinedrop-item:nth-child(10){left:810px}.onlinedrop-item:nth-child(11){left:900px}.onlinedrop-item:nth-child(12){left:990px}.onlinedrop-item:nth-child(13){left:1080px}.onlinedrop-item:nth-child(14){left:1170px}.onlinedrop-item:nth-child(15){left:1260px}.onlinedrop-item:nth-child(16){left:1350px}.onlinedrop-item:nth-child(17){left:1440px}.onlinedrop-item:nth-child(18){left:1530px}.onlinedrop-item:nth-child(19){left:1620px}.onlinedrop-item:nth-child(20){left:1710px}.onlinedrop-item:nth-child(21){left:1800px}.onlinedrop-item:nth-child(22){left:1890px}.onlinedrop-item:nth-child(23){left:1980px}.onlinedrop-item:nth-child(24){left:2070px}.onlinedrop-item:nth-child(25){left:2160px}.onlinedrop-item:nth-child(26){left:2250px}.onlinedrop-item-inner{position:absolute;top:0;left:50%;background:url(/assets/images/decorators/onlinedrop-inner.svg) no-repeat 0 3px;border-radius:40px;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);z-index:1}.onlinedrop-item-inner,.onlinedrop-item-product{width:80px;height:80px;-webkit-box-sizing:border-box;box-sizing:border-box}.onlinedrop-item-product{margin:auto;opacity:1;position:relative;-webkit-transform:rotateY(0deg) rotateX(0deg);transform:rotateY(0deg) rotateX(0deg);-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.onlinedrop-item-product img{position:absolute;top:50%;left:50%;max-width:80px;max-height:80px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.onlinedrop-item-info{border-radius:50%;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transform:rotateY(-180deg) rotateX(180deg);transform:rotateY(-180deg) rotateX(180deg);-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;width:100%}.onlinedrop-item-info:after{content:"";display:block;width:100%;height:40px;background-color:rgba(84,69,141,.7);position:absolute;bottom:0;left:0;-webkit-filter:blur(10px);filter:blur(10px)}.onlinedrop-item-info img{max-width:80px;max-height:80px;width:100%;z-index:-1}.onlinedrop-item-info i,.onlinedrop-item-info img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.onlinedrop-item-info i{font-size:32px}.onlinedrop-item-info span{position:absolute;z-index:1;bottom:10px;font-size:14px;font-weight:700;color:#fff;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:block;width:60px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:center}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;line-height:normal;margin:0;padding:0}::-moz-selection{background-color:#43d1b3;color:#fff}::selection{background-color:#43d1b3;color:#fff}:focus{outline:none}html{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}html.noScroll{overflow:hidden}body{background:#eeeff8;font-size:16px;height:100%;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;min-width:320px}body,button{font-family:SourceSansPro,sans-serif}button{outline:none}#root{height:100%}.root-wrapper{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;padding-top:190px;min-height:100vh}@media only screen and (max-width:767px){.root-wrapper{padding-top:90px}}.root-wrapper.minified{padding-top:50px;min-height:0;height:auto}.root-wrapper.fixed{position:fixed;top:0;left:0;width:100vw}.root-wrapper.fullpage{padding:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#5c4f92),to(#3a3875));background-image:-webkit-linear-gradient(top,#5c4f92,#3a3875);background-image:-o-linear-gradient(top,#5c4f92,#3a3875);background-image:linear-gradient(180deg,#5c4f92,#3a3875)}.root-wrapper.fullpage .content-wrapper{min-height:100vh}.root-wrapper.fullpage .content-wrapper:after,.root-wrapper.fullpage .content-wrapper:before{position:absolute;content:"";top:0;width:50%;height:100%;bottom:0;z-index:-1;background:url(/assets/images/decorators/recoveryBg.png) no-repeat;background-size:cover}@media only screen and (max-width:1280px){.root-wrapper.fullpage .content-wrapper:after,.root-wrapper.fullpage .content-wrapper:before{background-size:100% 100%}}.root-wrapper.fullpage .content-wrapper:before{right:0;left:auto}@media only screen and (max-width:1280px){.root-wrapper.fullpage .content-wrapper:before{display:none;content:none}}.root-wrapper.fullpage .content-wrapper:after{left:0;right:auto}@media only screen and (max-width:1280px){.root-wrapper.fullpage .content-wrapper:after{width:100%}}.root-wrapper.withCookies{padding-top:220px}@media only screen and (max-width:920px){.root-wrapper.withCookies{padding-top:230px}}@media only screen and (max-width:767px){.root-wrapper.withCookies{padding-top:150px}}@media only screen and (max-width:414px){.root-wrapper.withCookies{padding-top:165px}}.root-wrapper.withCookies .inner-wrp .onlinedrop-container{top:120px}@media only screen and (max-width:920px){.root-wrapper.withCookies .inner-wrp .onlinedrop-container{top:130px}}@media only screen and (max-width:767px){.root-wrapper.withCookies .inner-wrp .onlinedrop-container{top:150px}}@media only screen and (max-width:414px){.root-wrapper.withCookies .inner-wrp .onlinedrop-container{top:165px}}.root-wrapper.appLoaderWithCookies{padding-top:0}.inner-wrp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 1;flex:1 1}.content-wrapper{width:100%;position:relative;z-index:1;min-height:400px;-ms-flex:1 1;flex:1 1}.content-wrapper:after,.content-wrapper:before{display:block;position:absolute;content:"";top:-40px;width:50%;height:100%;background:url(/assets/images/decorators/contentBg.png) no-repeat 100% 0;z-index:-1;background-size:cover}.content-wrapper:after{right:0}.content-wrapper:before{left:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.content-wrapper.zindexUp{z-index:4}.content-wrapper.zindexDown{z-index:2}.action-btn{display:block;border:none;background:transparent;cursor:pointer;outline:none;height:50px;text-align:center;border-radius:25px;font-size:15px;font-weight:700;text-decoration:none;font-family:SourceSansPro,sans-serif;text-transform:uppercase}.action-btn:active{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.action-btn.solid{background:#fff;color:#31bd9f}.action-btn.solid:hover{-webkit-box-shadow:0 0 30px rgba(0,0,0,.4);box-shadow:0 0 30px rgba(0,0,0,.4)}.action-btn.brand-solid{background:-webkit-linear-gradient(330deg,#43d1b3,#34c0a2);background:-o-linear-gradient(330deg,#43d1b3,#34c0a2);background:linear-gradient(120deg,#43d1b3,#34c0a2);-webkit-box-shadow:0 10px 10px 0 rgba(53,194,164,.25),0 10px 20px 0 rgba(0,254,200,.4);box-shadow:0 10px 10px 0 rgba(53,194,164,.25),0 10px 20px 0 rgba(0,254,200,.4);color:#f6f8fb;position:relative}.action-btn.brand-solid:hover{-webkit-box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45);box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.45)}.action-btn.brand-solid:active{-webkit-box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.65);box-shadow:0 0 5px 1px rgba(53,194,164,.5),0 0 20px 5px rgba(0,254,200,.65)}.action-btn.red-solid{background:-webkit-linear-gradient(330deg,#b31202,#fe643a);background:-o-linear-gradient(330deg,#b31202,#fe643a);background:linear-gradient(120deg,#b31202,#fe643a);-webkit-box-shadow:0 7px 7px 0 rgba(137,20,8,.25),0 10px 20px 0 rgba(237,92,77,.4);box-shadow:0 7px 7px 0 rgba(137,20,8,.25),0 10px 20px 0 rgba(237,92,77,.4);color:#f6f8fb;position:relative}.action-btn.red-solid:hover{-webkit-box-shadow:0 0 5px 1px rgba(137,20,8,.5),0 0 20px 5px rgba(237,92,77,.45);box-shadow:0 0 5px 1px rgba(137,20,8,.5),0 0 20px 5px rgba(237,92,77,.45)}.action-btn.red-solid:active{-webkit-box-shadow:0 0 5px 1px rgba(137,20,8,.5),0 0 20px 5px rgba(237,92,77,.65);box-shadow:0 0 5px 1px rgba(137,20,8,.5),0 0 20px 5px rgba(237,92,77,.65)}.action-btn.bordered{border:1px solid #fff;color:#fff}.action-btn.brand-bordered{border:1px solid #31bd9f;color:#31bd9f}.action-btn.brand-bordered:active,.action-btn.brand-bordered:hover{background-color:rgba(69,212,182,.1)}.action-btn.disabled,.action-btn:disabled,.action-btn:disabled.brand-bordered{background:#a7aebd;opacity:1;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;color:hsla(0,0%,100%,.7);border:none}.action-btn.disabled:active,.action-btn.disabled:hover,.action-btn:disabled.brand-bordered:active,.action-btn:disabled.brand-bordered:hover,.action-btn:disabled:active,.action-btn:disabled:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.action-btn.header-solid-btn{background:-webkit-linear-gradient(340deg,#45d4b6,#31bd9f);background:-o-linear-gradient(340deg,#45d4b6,#31bd9f);background:linear-gradient(110deg,#45d4b6,#31bd9f);-webkit-box-shadow:0 10px 10px 0 rgba(59,57,118,.8),0 0 15px 5px rgba(0,254,200,.35);box-shadow:0 10px 10px 0 rgba(59,57,118,.8),0 0 15px 5px rgba(0,254,200,.35);position:relative;color:#f6f8fb}.action-btn.header-solid-btn:hover{-webkit-box-shadow:0 5px 10px 0 rgba(59,57,118,.8),0 0 20px 5px rgba(0,254,200,.45);box-shadow:0 5px 10px 0 rgba(59,57,118,.8),0 0 20px 5px rgba(0,254,200,.45)}.action-btn.header-solid-btn:active{-webkit-box-shadow:0 0 10px 5px rgba(59,57,118,.8),0 0 10px 5px rgba(0,254,200,.4);box-shadow:0 0 10px 5px rgba(59,57,118,.8),0 0 10px 5px rgba(0,254,200,.4)}.action-btn.header-bordered-btn{border:1px solid #fff;color:#fff}.action-btn.header-bordered-btn:hover{background-color:#fff;color:#3a3875}@media only screen and (max-width:640px){#livechat-compact-container{bottom:50px!important;z-index:999!important}}@media only screen and (max-width:640px){#livechat-full{width:100%!important;max-height:100vh;right:0!important}}.admin-page-menu{-ms-flex:0 0 200px;flex:0 0 200px;background:#5c4f92;border-radius:4px;width:200px;overflow:auto;height:auto;top:200px;position:fixed;left:auto;-webkit-box-shadow:3px 3px 12px rgba(0,0,0,.35);box-shadow:3px 3px 12px rgba(0,0,0,.35);z-index:1}.admin-page-menu.scrolled{bottom:5px}@media only screen and (max-width:1024px){.admin-page-menu.scrolled{bottom:auto}}@media only screen and (max-width:1024px){.admin-page-menu{-ms-flex:1 1 auto;flex:1 1 auto;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;position:relative;top:auto;-webkit-box-shadow:none;box-shadow:none}}.admin-page-menu .admin-page-nav{list-style:none;padding:0 0 20px;margin:0 0 30px;position:relative}@media only screen and (max-width:1024px){.admin-page-menu .admin-page-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;margin:0 0 10px;padding:0 0 10px;overflow-x:auto}}.admin-page-menu .admin-page-nav:after{display:block;position:absolute;left:10px;right:10px;height:1px;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),color-stop(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,.1)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5),hsla(0,0%,100%,.1));background:-o-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5),hsla(0,0%,100%,.1));background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.5),hsla(0,0%,100%,.1));-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);content:"";bottom:0}.admin-page-menu li{display:block}.admin-page-menu .admin-page-nav-item{display:block;background-color:transparent;cursor:pointer;text-decoration:none;height:40px;line-height:40px;border:none;width:100%;white-space:nowrap;text-align:left;padding:0 20px;font-size:18px;color:hsla(0,0%,100%,.75);position:relative;overflow:hidden;border-radius:0}.admin-page-menu .admin-page-nav-item:before{position:absolute;width:0;height:100%;content:"";top:0;left:0;background-color:#31bd9f}@media only screen and (max-width:1024px){.admin-page-menu .admin-page-nav-item:before{top:0;height:3px}}.admin-page-menu .admin-page-nav-item:active,.admin-page-menu .admin-page-nav-item:hover{text-decoration:none;background-color:#3a3875;padding-left:25px;color:#fff}@media only screen and (max-width:1024px){.admin-page-menu .admin-page-nav-item:active,.admin-page-menu .admin-page-nav-item:hover{padding-left:20px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}}.admin-page-menu .admin-page-nav-item.active{background-color:#3a3875;padding-left:25px;color:#fff;-webkit-box-shadow:0 3px 12px #3a3875;box-shadow:0 3px 12px #3a3875}@media only screen and (max-width:1024px){.admin-page-menu .admin-page-nav-item.active{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-left:20px}}.admin-page-menu .admin-page-nav-item.active:before{width:4px}@media only screen and (max-width:1024px){.admin-page-menu .admin-page-nav-item.active:before{width:100%;height:2px}}.admin-page-menu .admin-date-filter{margin-bottom:10px}@media only screen and (max-width:1024px){.admin-page-menu .admin-date-filter{-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:10px}}.admin-page-menu .admin-date-filter:last-child{margin-bottom:0}.admin-page-menu .admin-date-filter label{display:block;width:100%;text-align:left;padding:0 20px 5px;color:#fff;cursor:pointer}.admin-page-menu .admin-date-filter input[type=date]{display:block;width:auto;height:30px;padding:0 10px;margin:0 10px;line-height:30px;background-color:transparent;border:1px solid #3a3875;font-size:14px;font-weight:400;color:#fff}.admin-page-menu .admin-date-filter input[type=date]::-webkit-input-placeholder{opacity:1;color:#2f2f2f;font-family:SourceSansPro;font-size:14px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.admin-page-menu .admin-date-filter input[type=date]::-moz-placeholder{opacity:1;color:#2f2f2f;font-family:SourceSansPro;font-size:14px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.admin-page-menu .admin-date-filter input[type=date]:-ms-input-placeholder{opacity:1;color:#2f2f2f;font-family:SourceSansPro;font-size:14px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.admin-page-menu .admin-date-filter input[type=date]::placeholder{opacity:1;color:#2f2f2f;font-family:SourceSansPro;font-size:14px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.admin-page-menu .admin-date-filter input[type=date]:focus{outline:none}.admin-page-menu .admin-date-filter input[type=date]:focus::-webkit-input-placeholder{opacity:0}.admin-page-menu .admin-date-filter input[type=date]:focus::-moz-placeholder{opacity:0}.admin-page-menu .admin-date-filter input[type=date]:focus:-ms-input-placeholder{opacity:0}.admin-page-menu .admin-date-filter input[type=date]:focus::placeholder{opacity:0}.admin-page-menu .admin-date-filter input[type=date]:focus{background-color:#3a3875;-webkit-box-shadow:0 3px 12px #3a3875;box-shadow:0 3px 12px #3a3875}table,td,th{border:1px solid #000}td,th{padding:15px;text-align:left}.admin-table-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:24px}.admin-table-title{line-height:24px}.admin-table-title p{font-size:16px;color:#1f2733}.admin-table-controls{line-height:24px}.admin-table-controls span{font-size:16px}.admin-table-controls button{display:inline-block;margin-right:5px;height:24px;line-height:24px;text-align:center;background:-webkit-linear-gradient(323deg,#5c4f92,#3a3875);background:-o-linear-gradient(323deg,#5c4f92,#3a3875);background:linear-gradient(127deg,#5c4f92,#3a3875);color:#fff;border:none;cursor:pointer;font-size:16px;font-weight:600;padding:0 5px;-webkit-box-shadow:0 2px 4px rgba(58,56,117,.5);box-shadow:0 2px 4px rgba(58,56,117,.5)}.admin-table-controls button:hover{-webkit-box-shadow:0 6px 10px rgba(58,56,117,.35);box-shadow:0 6px 10px rgba(58,56,117,.35)}.admin-table-controls button:active{-webkit-box-shadow:0 1px 2px rgba(58,56,117,.5);box-shadow:0 1px 2px rgba(58,56,117,.5)}.admin-table-controls button:last-child{margin-right:0}.admin-table-content table{margin-bottom:20px;border:none;width:100%;text-align:left;border-collapse:collapse;border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden;-webkit-box-shadow:0 1px 2px rgba(58,56,117,.55);box-shadow:0 1px 2px rgba(58,56,117,.55)}@media only screen and (max-width:768px){.admin-table-content table{min-width:768px}}.admin-table-content table thead{-webkit-box-shadow:0 4px 16px rgba(58,56,117,.55);box-shadow:0 4px 16px rgba(58,56,117,.55)}.admin-table-content table tbody{background-color:rgba(92,79,146,.25)}.admin-table-content table tbody td{border-right:1px solid rgba(58,56,117,.25)}.admin-table-content table tr:hover td{background-color:rgba(58,56,117,.75);color:#fff}.admin-table-content table tr:hover a{color:#57dcaf}.admin-table-content table tr:hover .admin-page-box-link{color:rgba(58,56,117,.75)}.admin-table-content table tr:hover .admin-page-box-link:hover{color:#fff}.admin-table-content table th{padding:10px 5px 10px 30px;background:-webkit-gradient(linear,left top,left bottom,from(#5c4f92),to(#3a3875));background:-webkit-linear-gradient(top,#5c4f92,#3a3875);background:-o-linear-gradient(top,#5c4f92,#3a3875);background:linear-gradient(180deg,#5c4f92,#3a3875);color:#fff;border:none;text-transform:uppercase;font-size:14px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.admin-table-content table th:after{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:6px;width:12px;height:12px;border:6px solid;-webkit-box-sizing:border-box;box-sizing:border-box}.admin-table-content table th:hover{color:#57dcaf}.admin-table-content table th:first-child{border-top-left-radius:4px}.admin-table-content table th:last-child{border-top-right-radius:4px}.admin-table-content table th>img{max-width:16px;max-height:16px;position:absolute;top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.admin-table-content table td{border:none;padding:10px 5px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;max-width:150px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.admin-table-content table td img{max-width:100px;max-height:100px}.admin-table-content table a{text-decoration:none;display:block;color:#1f2733;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;max-width:150px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.admin-table-content table .admin-page-box-link{display:inline-block;text-decoration:none;height:30px;line-height:30px;vertical-align:top;color:rgba(58,56,117,.75);background:#ecebf6;border-radius:4px;overflow:hidden;padding:0 10px;margin:0 5px 5px;font-size:15px;text-transform:uppercase}.admin-table-content table .admin-page-box-link:hover{background:#3a3875;color:#fff}.admin-table-content table .cell-wrapper{display:block;max-width:150px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.admin-table-pagination-btn{display:inline-block;margin-right:10px;height:24px;line-height:24px;text-align:center;background:-webkit-linear-gradient(323deg,#5c4f92,#3a3875);background:-o-linear-gradient(323deg,#5c4f92,#3a3875);background:linear-gradient(127deg,#5c4f92,#3a3875);color:#fff;border:none;cursor:pointer;font-size:16px;font-weight:600;padding:0 5px;-webkit-box-shadow:0 2px 4px rgba(58,56,117,.5);box-shadow:0 2px 4px rgba(58,56,117,.5)}.admin-table-pagination-btn:hover{-webkit-box-shadow:0 6px 10px rgba(58,56,117,.35);box-shadow:0 6px 10px rgba(58,56,117,.35)}.admin-table-pagination-btn:active{-webkit-box-shadow:0 1px 2px rgba(58,56,117,.5);box-shadow:0 1px 2px rgba(58,56,117,.5)}.admin-table-pagination-btn:last-child{margin-right:0}.admin-table-pagination-btn.disabled{opacity:.45;cursor:not-allowed}.admin-table-pagination-btn.disabled,.admin-table-pagination-btn.disabled:active,.admin-table-pagination-btn.disabled:hover{-webkit-box-shadow:none;box-shadow:none}.admin-table-search{float:right;height:40px}.admin-table-search>input{height:30px;border-radius:5px;padding:5px}.admin-table-search>button{margin:0 10px;border:1px solid #ccc;background-color:#5b4e91;color:#fff;font-size:14px;width:80px;height:30px;padding:5px 20px;border-radius:5px}.admin-table-search>button:active{background-color:#ccc;border:1px solid #5b4e91}.admin-table-search:after{margin-top:10px;clear:both}.admin-page-products-list th:first-child{width:120px}.admin-page-products-list th:last-child{width:40%}.admin-page-products-list tr:hover .admin-page-box-link{color:rgba(58,56,117,.75)}.admin-page-products-list tr:hover .admin-page-box-link:hover{color:#fff}.admin-page-products-list .admin-page-box-link{display:inline-block;text-decoration:none;height:30px;line-height:30px;vertical-align:top;color:rgba(58,56,117,.75);background:#ecebf6;border-radius:4px;overflow:hidden;padding:0 10px;margin:0 5px 5px;font-size:15px;text-transform:uppercase}.admin-page-products-list .admin-page-box-link:hover{background:#3a3875;color:#fff}.admin-page-search{float:right}.admin-page-search>input{height:30px;border-radius:5px;padding:5px}.admin-page-search>button{margin:0 10px;border:1px solid #ccc;background-color:#5b4e91;color:#fff;font-size:14px;width:80px;height:30px;padding:5px 20px;border-radius:5px}.admin-page-search>button:active{background-color:#ccc;border:1px solid #5b4e91}.copyToClipboardContainer button{font-size:16px;border-radius:5px;padding:2px;font-weight:400}.copyToClipboardContainer button:hover{cursor:pointer}.manager-filter-select{max-width:200px}.admin-page-deliveries-content .filters-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.admin-page-deliveries-content .date-filter{display:-ms-flexbox;display:flex}.admin-page-deliveries-content .date-filter>*{margin-left:5px}.admin-page-deliveries-content .no-items-container{padding:20px;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}.admin-page-tab-search{float:right}.admin-page-tab-search>input{height:30px;border-radius:5px;padding:5px}.admin-page-tab-search>button{margin:0 10px;border:1px solid #ccc;background-color:#5b4e91;color:#fff;font-size:14px;width:80px;height:30px;padding:5px 20px;border-radius:5px}.admin-page-tab-search>button:active{background-color:#ccc;border:1px solid #5b4e91}.recyclable-text{color:red;font-size:16px}.blue-text{color:blue}.button-files{position:relative;left:15px;color:#fff;background:#4c8ffb;border:1px solid #3079ed;-webkit-box-shadow:inset 0 1px 0 #80b0fb;box-shadow:inset 0 1px 0 #80b0fb;padding:5px 10px;border-radius:2px;font-weight:700;font-size:9pt;outline:none}.button-files:hover{border:1px solid #2f5bb7;-webkit-box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #5a94f1;box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #5a94f1;background:#3f83f1}.button-files:active{-webkit-box-shadow:inset 0 2px 5px #2370fe;box-shadow:inset 0 2px 5px #2370fe}.button-download{position:relative;left:10px;background-color:#52a8e8;border-top:1px solid #4081af;border-right:1px solid #2e69a3;border-bottom:1px solid #20559a;border-left:1px solid #2e69a3;border-radius:16px;-webkit-box-shadow:inset 0 1px 0 0 #72b9eb,0 1px 2px 0 #b3b3b3;box-shadow:inset 0 1px 0 0 #72b9eb,0 1px 2px 0 #b3b3b3;color:#fff;font:normal 11px/1 lucida grande,sans-serif;padding:3px 5px;text-align:center;text-shadow:0 -1px 1px #3275bc;width:112px}.file-description-input{position:relative;left:10px;right:5px;border:5px solid #fff;width:300px;-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,.1),0 0 16px rgba(0,0,0,.1);box-shadow:inset 0 0 8px rgba(0,0,0,.1),0 0 16px rgba(0,0,0,.1);padding:5px;background:hsla(0,0%,100%,.5);margin:0 0 10px}.description-small{font:normal 10px/1 lucida grande,sans-serif}.admin-page-delivery-item{margin-bottom:10px;color:#1f2733;font-weight:400}.admin-page-delivery-item .status-badge{padding:5px;border-radius:15px;font-size:.7em;font-weight:700;background-color:#aeddad}.admin-page-delivery-item .status-badge.returned{background-color:#fbb9b9}.admin-page-delivery-item .status-badge.cancelled{background-color:#fbe8a1}.admin-page-delivery-item.status-pending .delivery-item-header{background:#fbe8a1}.admin-page-delivery-item.status-new .delivery-item-header{background:#fbb9b9}.admin-page-delivery-item.status-complete .delivery-item-header{background:#aeddad}.admin-page-delivery-item.status-problem .delivery-item-header{background:#dd000b}.admin-page-delivery-item.source-giveaway .delivery-item-header{background:#9370db}.admin-page-delivery-item .delivery-item-header{width:100%;cursor:pointer;border:none;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:6px 18px;border-radius:5px;min-height:40px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);position:relative;font-size:16px}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-header{height:auto}}.admin-page-delivery-item .delivery-item-header.active{border-radius:5px 5px 0 0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:0 1px 2px rgba(0,0,0,.25)}.admin-page-delivery-item .delivery-item-title{border:none;background-color:transparent;cursor:pointer;display:block}.admin-page-delivery-item .delivery-item-title p{margin:0;padding:0 10px 0 0;float:left}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-title p{display:block;width:100%;padding:0;text-align:left}}.admin-page-delivery-item .delivery-item-title span{display:inline-block;vertical-align:top;margin-left:5px;font-weight:600}.admin-page-delivery-item .delivery-item-status span{margin-left:5px;font-weight:600}.admin-page-delivery-item .delivery-item-content{overflow:hidden;border:1px solid #c6cbd7;border-top:none;border-bottom:none;padding:6px 18px;font-size:16px;background-color:#f4f6fe}.admin-page-delivery-item .delivery-item-product{width:100%;overflow:hidden}.admin-page-delivery-item .delivery-item-product .delivery-item-image{float:left}.admin-page-delivery-item .delivery-item-product img{display:block;max-width:100px;max-height:100px;margin:auto}.admin-page-delivery-item .delivery-item-product p{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;white-space:pre;width:100%;height:25px;margin:0}.admin-page-delivery-item .delivery-item-product .delivery-item-description{float:left;min-height:100px;padding:20px}.admin-page-delivery-item .delivery-item-address,.admin-page-delivery-item .delivery-item-info{width:100%;padding:10px 0;border-top:1px solid rgba(0,0,0,.15)}.admin-page-delivery-item .delivery-item-address .delivery-item-address-title,.admin-page-delivery-item .delivery-item-address .delivery-item-info-title,.admin-page-delivery-item .delivery-item-info .delivery-item-address-title,.admin-page-delivery-item .delivery-item-info .delivery-item-info-title{font-weight:700;margin-bottom:10px}.admin-page-delivery-item .delivery-item-address .delivery-item-address-details,.admin-page-delivery-item .delivery-item-address .delivery-item-info-details,.admin-page-delivery-item .delivery-item-address .delivery-item-info-files,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details,.admin-page-delivery-item .delivery-item-info .delivery-item-info-details,.admin-page-delivery-item .delivery-item-info .delivery-item-info-files{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;list-style-type:none;overflow:hidden}.admin-page-delivery-item .delivery-item-address .delivery-item-address-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details li{width:25%;margin-bottom:10px;font-weight:600;overflow:hidden}@media only screen and (max-width:1280px){.admin-page-delivery-item .delivery-item-address .delivery-item-address-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details li{width:33.33%}}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-address .delivery-item-address-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details li{width:50%;margin-bottom:5px}}@media only screen and (max-width:640px){.admin-page-delivery-item .delivery-item-address .delivery-item-address-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details li{width:100%;margin-bottom:0}}.admin-page-delivery-item .delivery-item-address .delivery-item-address-details span,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details span{font-weight:400;display:inline-block;margin-right:5px;vertical-align:top}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-address .delivery-item-address-details span,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details span{display:block;width:100%;margin-right:0}}@media only screen and (max-width:640px){.admin-page-delivery-item .delivery-item-address .delivery-item-address-details span,.admin-page-delivery-item .delivery-item-info .delivery-item-address-details span{float:left;width:50%}}.admin-page-delivery-item .delivery-item-address .delivery-item-info-files,.admin-page-delivery-item .delivery-item-info .delivery-item-info-files{-ms-flex-pack:justify;justify-content:space-between}.admin-page-delivery-item .delivery-item-address .delivery-item-info-files li,.admin-page-delivery-item .delivery-item-info .delivery-item-info-files li{width:48%;text-align:center;border:1px solid #c6cbd7;padding-bottom:5px}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-address .delivery-item-info-files li,.admin-page-delivery-item .delivery-item-info .delivery-item-info-files li{width:100%}}.admin-page-delivery-item .delivery-item-address .delivery-item-info-details,.admin-page-delivery-item .delivery-item-info .delivery-item-info-details{-ms-flex-pack:justify;justify-content:space-between}.admin-page-delivery-item .delivery-item-address .delivery-item-info-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-info-details li{width:48%;padding-bottom:5px}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-address .delivery-item-info-details li,.admin-page-delivery-item .delivery-item-info .delivery-item-info-details li{width:100%}}.admin-page-delivery-item .delivery-item-input-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.admin-page-delivery-item .delivery-item-input-wrapper label{padding-bottom:5px;float:left;min-width:120px}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-input-wrapper label{width:100%}}.admin-page-delivery-item .delivery-item-input-wrapper input{background-color:transparent;border:1px solid #c6cbd7;border-radius:4px;display:block;font-size:14px;font-weight:400;height:30px;min-width:300px;padding:0 5px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.admin-page-delivery-item .delivery-item-input-wrapper input.alerted{border-color:#f0004b}@media only screen and (max-width:768px){.admin-page-delivery-item .delivery-item-input-wrapper input{width:100%}}.admin-page-delivery-item .delivery-item-input-wrapper input[type=number]::-webkit-inner-spin-button,.admin-page-delivery-item .delivery-item-input-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.admin-page-delivery-item .delivery-item-footer{border:1px solid #c6cbd7;border-radius:0 0 5px 5px;padding:6px 18px;overflow:hidden}.admin-page-delivery-item .errors-wrp{float:left}.admin-page-delivery-item .delivery-item-errors p{display:block;height:30px;line-height:30px;margin:0;color:#f0004b;font-size:14px;font-weight:400}.admin-page-delivery-item .delivery-item-buttons{float:right}.admin-page-delivery-item .delivery-item-cancel-buttons{float:right;padding:15px 0}.admin-page-delivery-item .delivery-item-submit{background:#aeddad;border:1px solid #c6cbd7;border-radius:4px;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;height:30px;line-height:30px;padding:0 24px;vertical-align:top;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;margin:0 5px}.admin-page-delivery-item .delivery-item-submit:active,.admin-page-delivery-item .delivery-item-submit:hover{background-color:#93eb91}.admin-page-delivery-item .delivery-item-submit:disabled{cursor:not-allowed}.admin-page-delivery-item .delivery-item-submit:disabled:active,.admin-page-delivery-item .delivery-item-submit:disabled:hover{background-color:#aeddad}.admin-page-delivery-item .delivery-item-submit.danger{background:#fbb9b9}.admin-page-delivery-item .delivery-item-submit.danger:active,.admin-page-delivery-item .delivery-item-submit.danger:hover{background-color:#ff8383}.admin-page-delivery-item .delivery-item-submit.warning{background:#fbe8a1}.admin-page-delivery-item .delivery-item-submit.warning:active,.admin-page-delivery-item .delivery-item-submit.warning:hover{background-color:#ffe170}.admin-page-delivery-item .alert{border:1px solid #f0004b}.admin-page-delivery-item .delivery-select-warning{font-size:12px;color:red}.copyToClipBoard{margin:0 10px}.datepicker input{padding:5px 10px;border-radius:4px;border:none}.boxTestContainer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.boxTestContainer *{margin-left:4px}.boxTestContainer>button{white-space:nowrap;border-radius:5px;padding:5px}.admin-page{position:relative;z-index:1}.admin-page-container{max-width:1440px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;background:#ecebf6;margin:auto;min-height:50vh;padding:30px 10px}@media only screen and (max-width:1024px){.admin-page-container{-ms-flex-direction:column;flex-direction:column;padding:10px}}.admin-page-content{-ms-flex:1 1 auto;flex:1 1 auto;padding:0 0 0 220px;max-width:100%;overflow:auto}@media only screen and (max-width:1024px){.admin-page-content{padding:0;width:100%;overflow-x:auto}}.admin-page-content table{margin-bottom:20px;border:none;width:100%;text-align:left;border-collapse:collapse;border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden;-webkit-box-shadow:0 1px 2px rgba(58,56,117,.55);box-shadow:0 1px 2px rgba(58,56,117,.55)}@media only screen and (max-width:768px){.admin-page-content table{min-width:768px}}.admin-page-content table thead{-webkit-box-shadow:0 4px 16px rgba(58,56,117,.55);box-shadow:0 4px 16px rgba(58,56,117,.55)}.admin-page-content table tbody{background-color:rgba(92,79,146,.25)}.admin-page-content table tbody td{border-right:1px solid rgba(58,56,117,.25)}.admin-page-content table tr:hover td{background-color:rgba(58,56,117,.75);color:#fff}.admin-page-content table tr:hover a{color:#57dcaf}.admin-page-content table th{padding:10px 5px 10px 30px;background:-webkit-gradient(linear,left top,left bottom,from(#5c4f92),to(#3a3875));background:-webkit-linear-gradient(top,#5c4f92,#3a3875);background:-o-linear-gradient(top,#5c4f92,#3a3875);background:linear-gradient(180deg,#5c4f92,#3a3875);color:#fff;border:none;text-transform:uppercase;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.admin-page-content table th:first-child{border-top-left-radius:4px}.admin-page-content table th:last-child{border-top-right-radius:4px}.admin-page-content table td{border:none;padding:10px 5px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;max-width:150px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.admin-page-content table td img{max-width:100px;max-height:100px}.admin-page-content table a{text-decoration:none;color:#1f2733;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;max-width:100%}.admin-page-content table .cell-wrapper,.admin-page-content table a{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.admin-page-content table .cell-wrapper{max-width:150px;white-space:nowrap}.admin-page-content .admin-export-control{display:block;width:100%}.admin-page-content .export-btn,.admin-page-content .submit-btn{background:-webkit-linear-gradient(330deg,#43d1b3,#34c0a2);background:-o-linear-gradient(330deg,#43d1b3,#34c0a2);background:linear-gradient(120deg,#43d1b3,#34c0a2);border:1px solid transparent;border-radius:20px;-webkit-box-shadow:0 10px 10px 0 rgba(53,194,164,.25);box-shadow:0 10px 10px 0 rgba(53,194,164,.25);color:#f6f8fb;cursor:pointer;font-size:15px;font-weight:600;height:40px;line-height:40px;min-width:100px;padding:0 15px;position:relative;text-transform:uppercase}.admin-page-content .export-btn:before,.admin-page-content .submit-btn:before{background:#00fec8;border-radius:25px;bottom:-10px;content:"";display:block;-webkit-filter:blur(9px);filter:blur(9px);height:auto;left:-5px;opacity:.4;position:absolute;right:-5px;top:10px;width:auto;z-index:-1}.admin-page-content .export-btn:hover,.admin-page-content .submit-btn:hover{-webkit-box-shadow:0 0 10px 0 rgba(53,194,164,.5);box-shadow:0 0 10px 0 rgba(53,194,164,.5)}.admin-page-content .export-btn:hover:before,.admin-page-content .submit-btn:hover:before{opacity:.7;top:-5px;bottom:-5px}.admin-page-content .export-btn:active,.admin-page-content .submit-btn:active{-webkit-box-shadow:0 0 10px 2px rgba(53,194,164,.75);box-shadow:0 0 10px 2px rgba(53,194,164,.75)}.admin-page-content .export-btn:active:before,.admin-page-content .submit-btn:active:before{opacity:.1;top:-5px;bottom:-5px}.admin-page-content .cancel-btn{display:inline-block;vertical-align:top;width:auto;background:transparent;border:1px solid #9fa1b0;border-radius:20px;-webkit-box-shadow:0 10px 10px 0 hsla(0,0%,50%,.25);box-shadow:0 10px 10px 0 hsla(0,0%,50%,.25);color:#9fa1b0;cursor:pointer;font-size:15px;font-weight:600;height:40px;line-height:40px;min-width:100px;padding:0 15px;position:relative;text-transform:uppercase;text-align:center;text-decoration:none;margin-right:25px}.admin-page-content .cancel-btn:hover{-webkit-box-shadow:0 0 10px 0 rgba(255,69,0,.5);box-shadow:0 0 10px 0 rgba(255,69,0,.5);border:1px solid #ff4500;color:#ff4500}.admin-page-content .cancel-btn:active{-webkit-box-shadow:0 0 10px 0 rgba(255,69,0,.75);box-shadow:0 0 10px 0 rgba(255,69,0,.75);border:1px solid #ff4500;color:#ff4500}.admin-page-content-header{min-height:40px;margin-bottom:40px}.admin-page-content-header .admin-page-tabs{list-style:none;padding:0;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.2)}.admin-page-content-header .admin-page-tab-item{display:inline-block;border:1px solid rgba(58,56,117,.25);border-bottom:none;border-right:none;position:relative;opacity:.5}.admin-page-content-header .admin-page-tab-item:first-child,.admin-page-content-header .admin-page-tab-item:first-child button{border-top-left-radius:4px}.admin-page-content-header .admin-page-tab-item:last-child{border-top-right-radius:4px;border-right:1px solid rgba(58,56,117,.25)}.admin-page-content-header .admin-page-tab-item:last-child button{border-top-right-radius:4px}.admin-page-content-header .admin-page-tab-item.active{opacity:1;-webkit-box-shadow:inset 0 0 4px rgba(58,56,117,.25);box-shadow:inset 0 0 4px rgba(58,56,117,.25)}.admin-page-content-header .admin-page-tab-item button{background-color:transparent;border:none;color:#1f2733;cursor:pointer;display:block;font-size:16px;font-weight:600;height:40px;line-height:40px;max-width:140px;padding:0 20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.admin-page-content-filters .filters-header{padding:20px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.admin-page-content-filters .filter-content,.admin-page-content-filters .filters-footer{padding:10px 0}.admin-page-content-filters .filter-radio-wrapper{padding:0 24px 0 0}.admin-page-content-filters .filter-radio-wrapper input[type=radio]{display:none}.admin-page-content-filters .filter-radio-wrapper input[type=radio]:checked+label{color:#1f2733}.admin-page-content-filters .filter-radio-wrapper input[type=radio]:checked+label:before{background:-webkit-radial-gradient(circle,#fff 30%,#5c4f92 40%);background:-o-radial-gradient(circle,#fff 30%,#5c4f92 40%);background:radial-gradient(circle,#fff 30%,#5c4f92 40%);border:1px solid #5c4f92}.admin-page-content-filters .filter-radio-wrapper label{cursor:pointer;display:inline-block;vertical-align:top;position:relative;padding-left:20px;font-size:15px;font-weight:600;color:#9fa1b0}.admin-page-content-filters .filter-radio-wrapper label:before{position:absolute;width:12px;height:12px;display:block;border:1px solid #9fa1b0;content:"";border-radius:6px;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:-webkit-radial-gradient(circle,#fff 50%,hsla(0,0%,100%,.1));background:-o-radial-gradient(circle,#fff 50%,hsla(0,0%,100%,.1));background:radial-gradient(circle,#fff 50%,hsla(0,0%,100%,.1))}.admin-page-content-filters .filter-select-group{-ms-flex-align:start;align-items:flex-start}.admin-page-content-filters .filter-select-group,.admin-page-content-filters .filter-select-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.admin-page-content-filters .filter-select-wrapper{-ms-flex-align:center;align-items:center;padding-right:30px}.admin-page-content-filters .filter-select-wrapper:last-child{padding-right:0}.admin-page-content-filters .filter-select-wrapper label{font-size:15px;font-weight:600;color:#1f2733;padding-right:15px}.admin-page-content-filters .filter-select-wrapper select{border:1px solid #9fa1b0;background-color:#fff;height:30px;line-height:30px;min-width:200px;font-size:13px;font-weight:600}.admin-page-content-filters .filter-group-title{display:block;margin:0;padding:20px 0 10px;font-size:16px;font-weight:600;color:#1f2733}.admin-page-content-filters .filter-search-params,.admin-page-content-filters .filter-textfield-wrapper{-webkit-box-shadow:none;box-shadow:none;width:auto}.admin-page-content-filters .filter-search-params tbody,.admin-page-content-filters .filter-textfield-wrapper tbody{background-color:transparent}.admin-page-content-filters .filter-search-params tr:hover td,.admin-page-content-filters .filter-textfield-wrapper tr:hover td{background-color:transparent;color:#1f2733}.admin-page-content-filters .filter-search-params td,.admin-page-content-filters .filter-textfield-wrapper td{border:none;color:#1f2733;padding:0 0 10px}.admin-page-content-filters .filter-search-params label,.admin-page-content-filters .filter-textfield-wrapper label{font-size:15px;font-weight:600;color:#1f2733;cursor:pointer;padding-right:15px}.admin-page-content-filters .filter-search-params input[type=text],.admin-page-content-filters .filter-textfield-wrapper input[type=text]{display:block;height:30px;line-height:30px;padding:0 10px;width:auto;border:1px solid #9fa1b0;font-size:15px;color:#1f2733;min-width:200px;border-radius:4px}.admin-page-content-filters .filter-search-params input[type=text]:focus,.admin-page-content-filters .filter-textfield-wrapper input[type=text]:focus{border:1px solid #5c4f92}.image-drop{display:block;width:200px;height:200px;border:2px dashed #9fa1b0;border-radius:6px;margin:10px 20px;position:relative;z-index:1;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;cursor:url(/assets/images/icons/upload.png),pointer}.image-drop.alert{border-color:#f08080}.image-drop.glowing{background:#5c4f92;-webkit-box-shadow:inset 0 0 8px rgba(58,56,117,.5);box-shadow:inset 0 0 8px rgba(58,56,117,.5);border:2px solid #3a3875;background-position:50% 50%;background-size:cover}.image-drop.glowing:before{color:#fff}.image-drop:before{content:attr(data-text);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;font-weight:600;color:#9fa1b0;font-size:15px}.item-editing-page fieldset{padding:20px 10px}.item-editing-page .btn-close{background-color:transparent;border:none;cursor:pointer;opacity:.55}.item-editing-page .btn-close:active,.item-editing-page .btn-close:hover{opacity:1}.item-editing-page .weekPrizeSelectContainer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:10px}.item-editing-page .weekPrizeSelectContainer .weekPrizeSelect{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0}.item-editing-page .weekPrizeSelectContainer .weekPrizeSelect>*,.item-editing-page .weekPrizeSelectContainer .weekPrizeSelectRange>*{margin-right:10px}.item-editing-page .weekPrizeSelectContainer .weekPrizeSelect>:last-child,.item-editing-page .weekPrizeSelectContainer .weekPrizeSelectRange>:last-child{margin-right:0}.item-editing-page .weekPrizeContainer>button{margin:10px auto}.item-editing-page .weekPrizeContainer>*{margin-bottom:10px}.item-editing-page .prizeProductOptionContainer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.item-editing-page .prizeProductOptionContainer>:first-child{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:10px}.item-editing-page .prizeProductOptionContainer.value img{height:30px}.item-editing-page .prizeProductOptionContainer img{height:50px;margin-right:10px}.item-editing-page .button,.item-editing-page .export-btn,.item-editing-page .submit-btn{background:-webkit-linear-gradient(330deg,#43d1b3,#34c0a2);background:-o-linear-gradient(330deg,#43d1b3,#34c0a2);background:linear-gradient(120deg,#43d1b3,#34c0a2);border:1px solid transparent;border-radius:20px;-webkit-box-shadow:0 10px 10px 0 rgba(53,194,164,.25);box-shadow:0 10px 10px 0 rgba(53,194,164,.25);color:#f6f8fb;cursor:pointer;font-size:15px;font-weight:600;height:40px;line-height:40px;min-width:100px;padding:0 15px;position:relative;text-transform:uppercase}.item-editing-page .button:before,.item-editing-page .export-btn:before,.item-editing-page .submit-btn:before{background:#00fec8;border-radius:25px;bottom:-10px;content:"";display:block;-webkit-filter:blur(9px);filter:blur(9px);height:auto;left:-5px;opacity:.4;position:absolute;right:-5px;top:10px;width:auto;z-index:-1}.item-editing-page .button:hover,.item-editing-page .export-btn:hover,.item-editing-page .submit-btn:hover{-webkit-box-shadow:0 0 10px 0 rgba(53,194,164,.5);box-shadow:0 0 10px 0 rgba(53,194,164,.5)}.item-editing-page .button:hover:before,.item-editing-page .export-btn:hover:before,.item-editing-page .submit-btn:hover:before{opacity:.7;top:-5px;bottom:-5px}.item-editing-page .button:active,.item-editing-page .export-btn:active,.item-editing-page .submit-btn:active{-webkit-box-shadow:0 0 10px 2px rgba(53,194,164,.75);box-shadow:0 0 10px 2px rgba(53,194,164,.75)}.item-editing-page .button:active:before,.item-editing-page .export-btn:active:before,.item-editing-page .submit-btn:active:before{opacity:.1;top:-5px;bottom:-5px}.item-editing-page .btn-default,.item-editing-page .cancel-btn{display:inline-block;vertical-align:top;width:auto;background:transparent;border:1px solid #9fa1b0;border-radius:20px;-webkit-box-shadow:0 10px 10px 0 hsla(0,0%,50%,.25);box-shadow:0 10px 10px 0 hsla(0,0%,50%,.25);color:#9fa1b0;cursor:pointer;font-size:15px;font-weight:600;height:40px;line-height:40px;min-width:100px;padding:0 15px;position:relative;text-transform:uppercase;text-align:center;text-decoration:none;margin-right:25px}.item-editing-page .btn-default:hover,.item-editing-page .cancel-btn:hover{-webkit-box-shadow:0 0 10px 0 rgba(255,69,0,.5);box-shadow:0 0 10px 0 rgba(255,69,0,.5);border:1px solid #ff4500;color:#ff4500}.item-editing-page .btn-default:active,.item-editing-page .cancel-btn:active{-webkit-box-shadow:0 0 10px 0 rgba(255,69,0,.75);box-shadow:0 0 10px 0 rgba(255,69,0,.75);border:1px solid #ff4500;color:#ff4500}.item-editing-page .item-editing-footer{padding:20px;text-align:right}.item-editing-page .item-editing-column{width:50%;overflow:hidden;padding:0 20px 0 0}.item-editing-page .item-editing-column-title{font-size:15px;font-weight:600;color:#1f2733;position:relative;text-align:center;padding:20px;margin-bottom:20px}.item-editing-page .item-editing-column-title:after{display:block;height:1px;width:auto;left:50px;right:50px;position:absolute;bottom:0;background:-webkit-gradient(linear,left top,right top,from(rgba(159,161,176,.1)),color-stop(rgba(159,161,176,.5)),to(rgba(159,161,176,.1)));background:-webkit-linear-gradient(left,rgba(159,161,176,.1),rgba(159,161,176,.5),rgba(159,161,176,.1));background:-o-linear-gradient(left,rgba(159,161,176,.1),rgba(159,161,176,.5),rgba(159,161,176,.1));background:linear-gradient(90deg,rgba(159,161,176,.1),rgba(159,161,176,.5),rgba(159,161,176,.1));content:""}.item-editing-page .item-editing-block{border:1px solid rgba(58,56,117,.25);border-radius:0 4px 4px 4px;padding:10px 20px;margin-top:50px;position:relative}.item-editing-page .item-editing-block:first-child{margin-top:0;border-radius:4px}.item-editing-page .item-editing-block.alerted{border:1px solid #f0004b}.item-editing-page .item-editing-block-providers{border:1px solid rgba(58,56,117,.25);border-radius:0 4px 4px 4px;padding:10px 20px;margin-top:30px;margin-bottom:5px;position:relative}.item-editing-page .edit-block-title{position:absolute;bottom:100%;left:-1px;font-size:15px;font-weight:600;color:#1f2733;height:30px;line-height:30px;border:1px solid rgba(58,56,117,.25);border-bottom:none;border-top-left-radius:4px;border-top-right-radius:4px;padding:0 20px;cursor:pointer}.item-editing-page .edit-block-footer{text-align:right;padding-top:10px;border-top:1px solid rgba(58,56,117,.05)}.item-editing-page .item-editing-content,.item-editing-page .item-editing-images{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.item-editing-page .item-title{word-break:break-all;word-wrap:break-word;white-space:pre-line;width:100%;margin:auto;padding:0 10px}.item-editing-page .item-price{float:left;margin-right:20px;height:40px;line-height:40px;font-weight:600;color:#fff;position:relative;font-size:18px;text-align:center;padding:0 10px;background:-webkit-gradient(linear,left top,right top,from(#43d1b3),to(#34c0a2));background:-webkit-linear-gradient(left,#43d1b3,#34c0a2);background:-o-linear-gradient(left,#43d1b3,#34c0a2);background:linear-gradient(90deg,#43d1b3,#34c0a2);border-top-left-radius:4px;border-bottom-left-radius:4px}.item-editing-page .item-price:after{position:absolute;content:"";top:0;left:100%;height:40px;width:20px;overflow:hidden;border:20px solid transparent;border-left:15px solid #34c0a2;-webkit-box-sizing:border-box;box-sizing:border-box}.item-editing-page .item-image-wrapper{position:relative;width:200px;height:200px;margin:auto}.item-editing-page .item-image-wrapper img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:200px;max-height:200px}@media only screen and (max-width:640px){.item-editing-page .item-image-wrapper img{max-width:120px;max-height:120px}}@media only screen and (max-width:640px){.item-editing-page .item-image-wrapper{max-width:140px;max-height:140px}}.item-editing-page .input-check-wrapper,.item-editing-page .input-range-wrapper,.item-editing-page .input-select-wrapper,.item-editing-page .input-text-wrapper{overflow:hidden;padding:0 5px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.item-editing-page .input-check-wrapper.overflow,.item-editing-page .input-range-wrapper.overflow,.item-editing-page .input-select-wrapper.overflow,.item-editing-page .input-text-wrapper.overflow{overflow:visible}.item-editing-page .input-check-wrapper:last-child,.item-editing-page .input-range-wrapper:last-child,.item-editing-page .input-select-wrapper:last-child,.item-editing-page .input-text-wrapper:last-child{padding-bottom:0}.item-editing-page .input-check-wrapper.failed input[type=number],.item-editing-page .input-check-wrapper.failed input[type=text],.item-editing-page .input-range-wrapper.failed input[type=number],.item-editing-page .input-range-wrapper.failed input[type=text],.item-editing-page .input-select-wrapper.failed input[type=number],.item-editing-page .input-select-wrapper.failed input[type=text],.item-editing-page .input-text-wrapper.failed input[type=number],.item-editing-page .input-text-wrapper.failed input[type=text]{border:1px solid #f0004b}.item-editing-page .input-check-wrapper.failed input[type=number]:focus,.item-editing-page .input-check-wrapper.failed input[type=text]:focus,.item-editing-page .input-range-wrapper.failed input[type=number]:focus,.item-editing-page .input-range-wrapper.failed input[type=text]:focus,.item-editing-page .input-select-wrapper.failed input[type=number]:focus,.item-editing-page .input-select-wrapper.failed input[type=text]:focus,.item-editing-page .input-text-wrapper.failed input[type=number]:focus,.item-editing-page .input-text-wrapper.failed input[type=text]:focus{border:1px solid #9fa1b0;color:#f0004b}.item-editing-page .input-check-wrapper.providers,.item-editing-page .input-range-wrapper.providers,.item-editing-page .input-select-wrapper.providers,.item-editing-page .input-text-wrapper.providers{margin-top:4px;padding-left:0}.item-editing-page .input-check-wrapper label,.item-editing-page .input-range-wrapper label,.item-editing-page .input-select-wrapper label,.item-editing-page .input-text-wrapper label{height:30px;line-height:30px;font-size:15px;font-weight:600;color:#1f2733;padding-right:20px;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;min-width:150px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.item-editing-page .input-check-wrapper label.checkbox,.item-editing-page .input-range-wrapper label.checkbox,.item-editing-page .input-select-wrapper label.checkbox,.item-editing-page .input-text-wrapper label.checkbox{display:block;width:16px;height:16px;border:1px solid #9fa1b0;margin:7px 0;padding:0;min-width:0;position:relative;overflow:hidden;border-radius:2px}.item-editing-page .input-check-wrapper label.checkbox:after,.item-editing-page .input-check-wrapper label.checkbox:before,.item-editing-page .input-range-wrapper label.checkbox:after,.item-editing-page .input-range-wrapper label.checkbox:before,.item-editing-page .input-select-wrapper label.checkbox:after,.item-editing-page .input-select-wrapper label.checkbox:before,.item-editing-page .input-text-wrapper label.checkbox:after,.item-editing-page .input-text-wrapper label.checkbox:before{content:"";position:absolute;background:#31bd9f;width:2px;left:5px;bottom:2px;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;opacity:0}.item-editing-page .input-check-wrapper label.checkbox:before,.item-editing-page .input-range-wrapper label.checkbox:before,.item-editing-page .input-select-wrapper label.checkbox:before,.item-editing-page .input-text-wrapper label.checkbox:before{height:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.item-editing-page .input-check-wrapper label.checkbox:after,.item-editing-page .input-range-wrapper label.checkbox:after,.item-editing-page .input-select-wrapper label.checkbox:after,.item-editing-page .input-text-wrapper label.checkbox:after{height:0;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.item-editing-page .input-check-wrapper input[type=number],.item-editing-page .input-check-wrapper input[type=text],.item-editing-page .input-check-wrapper input[type=week],.item-editing-page .input-range-wrapper input[type=number],.item-editing-page .input-range-wrapper input[type=text],.item-editing-page .input-range-wrapper input[type=week],.item-editing-page .input-select-wrapper input[type=number],.item-editing-page .input-select-wrapper input[type=text],.item-editing-page .input-select-wrapper input[type=week],.item-editing-page .input-text-wrapper input[type=number],.item-editing-page .input-text-wrapper input[type=text],.item-editing-page .input-text-wrapper input[type=week]{-ms-flex:0 1 auto;flex:0 1 auto;height:30px;padding:0 10px;width:auto;line-height:30px;border:1px solid #9fa1b0;font-size:15px;min-width:320px;border-radius:4px}.item-editing-page .input-check-wrapper input[type=number]::-webkit-input-placeholder,.item-editing-page .input-check-wrapper input[type=text]::-webkit-input-placeholder,.item-editing-page .input-check-wrapper input[type=week]::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=number]::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=text]::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=week]::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=number]::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=text]::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=week]::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=number]::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=text]::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=week]::-webkit-input-placeholder{opacity:1;color:#9fa1b0;font-family:Lato;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .input-check-wrapper input[type=number]::-moz-placeholder,.item-editing-page .input-check-wrapper input[type=text]::-moz-placeholder,.item-editing-page .input-check-wrapper input[type=week]::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=number]::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=text]::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=week]::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=number]::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=text]::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=week]::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=number]::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=text]::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=week]::-moz-placeholder{opacity:1;color:#9fa1b0;font-family:Lato;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .input-check-wrapper input[type=number]:-ms-input-placeholder,.item-editing-page .input-check-wrapper input[type=text]:-ms-input-placeholder,.item-editing-page .input-check-wrapper input[type=week]:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=number]:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=text]:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=week]:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=number]:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=text]:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=week]:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=number]:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=text]:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=week]:-ms-input-placeholder{opacity:1;color:#9fa1b0;font-family:Lato;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .input-check-wrapper input[type=number]::placeholder,.item-editing-page .input-check-wrapper input[type=text]::placeholder,.item-editing-page .input-check-wrapper input[type=week]::placeholder,.item-editing-page .input-range-wrapper input[type=number]::placeholder,.item-editing-page .input-range-wrapper input[type=text]::placeholder,.item-editing-page .input-range-wrapper input[type=week]::placeholder,.item-editing-page .input-select-wrapper input[type=number]::placeholder,.item-editing-page .input-select-wrapper input[type=text]::placeholder,.item-editing-page .input-select-wrapper input[type=week]::placeholder,.item-editing-page .input-text-wrapper input[type=number]::placeholder,.item-editing-page .input-text-wrapper input[type=text]::placeholder,.item-editing-page .input-text-wrapper input[type=week]::placeholder{opacity:1;color:#9fa1b0;font-family:Lato;font-size:16px;font-weight:400;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .input-check-wrapper input[type=number]:focus::-webkit-input-placeholder,.item-editing-page .input-check-wrapper input[type=text]:focus::-webkit-input-placeholder,.item-editing-page .input-check-wrapper input[type=week]:focus::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=number]:focus::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=text]:focus::-webkit-input-placeholder,.item-editing-page .input-range-wrapper input[type=week]:focus::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=number]:focus::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=text]:focus::-webkit-input-placeholder,.item-editing-page .input-select-wrapper input[type=week]:focus::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=number]:focus::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=text]:focus::-webkit-input-placeholder,.item-editing-page .input-text-wrapper input[type=week]:focus::-webkit-input-placeholder{opacity:0}.item-editing-page .input-check-wrapper input[type=number]:focus::-moz-placeholder,.item-editing-page .input-check-wrapper input[type=text]:focus::-moz-placeholder,.item-editing-page .input-check-wrapper input[type=week]:focus::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=number]:focus::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=text]:focus::-moz-placeholder,.item-editing-page .input-range-wrapper input[type=week]:focus::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=number]:focus::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=text]:focus::-moz-placeholder,.item-editing-page .input-select-wrapper input[type=week]:focus::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=number]:focus::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=text]:focus::-moz-placeholder,.item-editing-page .input-text-wrapper input[type=week]:focus::-moz-placeholder{opacity:0}.item-editing-page .input-check-wrapper input[type=number]:focus:-ms-input-placeholder,.item-editing-page .input-check-wrapper input[type=text]:focus:-ms-input-placeholder,.item-editing-page .input-check-wrapper input[type=week]:focus:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=number]:focus:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=text]:focus:-ms-input-placeholder,.item-editing-page .input-range-wrapper input[type=week]:focus:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=number]:focus:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=text]:focus:-ms-input-placeholder,.item-editing-page .input-select-wrapper input[type=week]:focus:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=number]:focus:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=text]:focus:-ms-input-placeholder,.item-editing-page .input-text-wrapper input[type=week]:focus:-ms-input-placeholder{opacity:0}.item-editing-page .input-check-wrapper input[type=number]:focus::placeholder,.item-editing-page .input-check-wrapper input[type=text]:focus::placeholder,.item-editing-page .input-check-wrapper input[type=week]:focus::placeholder,.item-editing-page .input-range-wrapper input[type=number]:focus::placeholder,.item-editing-page .input-range-wrapper input[type=text]:focus::placeholder,.item-editing-page .input-range-wrapper input[type=week]:focus::placeholder,.item-editing-page .input-select-wrapper input[type=number]:focus::placeholder,.item-editing-page .input-select-wrapper input[type=text]:focus::placeholder,.item-editing-page .input-select-wrapper input[type=week]:focus::placeholder,.item-editing-page .input-text-wrapper input[type=number]:focus::placeholder,.item-editing-page .input-text-wrapper input[type=text]:focus::placeholder,.item-editing-page .input-text-wrapper input[type=week]:focus::placeholder{opacity:0}.item-editing-page .input-check-wrapper input[type=number]:focus,.item-editing-page .input-check-wrapper input[type=text]:focus,.item-editing-page .input-check-wrapper input[type=week]:focus,.item-editing-page .input-range-wrapper input[type=number]:focus,.item-editing-page .input-range-wrapper input[type=text]:focus,.item-editing-page .input-range-wrapper input[type=week]:focus,.item-editing-page .input-select-wrapper input[type=number]:focus,.item-editing-page .input-select-wrapper input[type=text]:focus,.item-editing-page .input-select-wrapper input[type=week]:focus,.item-editing-page .input-text-wrapper input[type=number]:focus,.item-editing-page .input-text-wrapper input[type=text]:focus,.item-editing-page .input-text-wrapper input[type=week]:focus{outline:none;border:1px solid #5c4f92;background-color:#fff}@media only screen and (max-width:640px){.item-editing-page .input-check-wrapper input[type=number],.item-editing-page .input-check-wrapper input[type=text],.item-editing-page .input-check-wrapper input[type=week],.item-editing-page .input-range-wrapper input[type=number],.item-editing-page .input-range-wrapper input[type=text],.item-editing-page .input-range-wrapper input[type=week],.item-editing-page .input-select-wrapper input[type=number],.item-editing-page .input-select-wrapper input[type=text],.item-editing-page .input-select-wrapper input[type=week],.item-editing-page .input-text-wrapper input[type=number],.item-editing-page .input-text-wrapper input[type=text],.item-editing-page .input-text-wrapper input[type=week]{max-width:100%}}.item-editing-page .input-check-wrapper textarea,.item-editing-page .input-range-wrapper textarea,.item-editing-page .input-select-wrapper textarea,.item-editing-page .input-text-wrapper textarea{display:block;min-width:320px;border:1px solid #9fa1b0;resize:none;padding:10px 5px;font-size:15px;color:#1f2733;border-radius:4px}.item-editing-page .input-check-wrapper textarea:focus,.item-editing-page .input-range-wrapper textarea:focus,.item-editing-page .input-select-wrapper textarea:focus,.item-editing-page .input-text-wrapper textarea:focus{outline:none;border:1px solid #5c4f92;background-color:#fff}.item-editing-page .input-check-wrapper select,.item-editing-page .input-range-wrapper select,.item-editing-page .input-select-wrapper select,.item-editing-page .input-text-wrapper select{border-radius:4px;border:1px solid #9fa1b0;background-color:#fff;height:30px;line-height:30px;min-width:200px;font-size:13px;font-weight:600}.item-editing-page .input-check-wrapper input[type=checkbox],.item-editing-page .input-range-wrapper input[type=checkbox],.item-editing-page .input-select-wrapper input[type=checkbox],.item-editing-page .input-text-wrapper input[type=checkbox]{display:none}.item-editing-page .input-check-wrapper input[type=checkbox]:checked+label,.item-editing-page .input-range-wrapper input[type=checkbox]:checked+label,.item-editing-page .input-select-wrapper input[type=checkbox]:checked+label,.item-editing-page .input-text-wrapper input[type=checkbox]:checked+label{border-color:#31bd9f}.item-editing-page .input-check-wrapper input[type=checkbox]:checked+label:before,.item-editing-page .input-range-wrapper input[type=checkbox]:checked+label:before,.item-editing-page .input-select-wrapper input[type=checkbox]:checked+label:before,.item-editing-page .input-text-wrapper input[type=checkbox]:checked+label:before{height:7px;opacity:1}.item-editing-page .input-check-wrapper input[type=checkbox]:checked+label:after,.item-editing-page .input-range-wrapper input[type=checkbox]:checked+label:after,.item-editing-page .input-select-wrapper input[type=checkbox]:checked+label:after,.item-editing-page .input-text-wrapper input[type=checkbox]:checked+label:after{opacity:1;height:12px}.item-editing-page .input-check-wrapper input[type=range],.item-editing-page .input-range-wrapper input[type=range],.item-editing-page .input-select-wrapper input[type=range],.item-editing-page .input-text-wrapper input[type=range]{-webkit-appearance:none;width:auto;min-width:320px;margin:6px 0}.item-editing-page .input-check-wrapper input[type=range]:focus,.item-editing-page .input-range-wrapper input[type=range]:focus,.item-editing-page .input-select-wrapper input[type=range]:focus,.item-editing-page .input-text-wrapper input[type=range]:focus{outline:none}.item-editing-page .input-check-wrapper input[type=range]::-webkit-slider-runnable-track,.item-editing-page .input-range-wrapper input[type=range]::-webkit-slider-runnable-track,.item-editing-page .input-select-wrapper input[type=range]::-webkit-slider-runnable-track,.item-editing-page .input-text-wrapper input[type=range]::-webkit-slider-runnable-track{width:auto;min-width:320px;height:4px;cursor:pointer;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);background:rgba(0,0,0,.1);border-radius:1px;border:0 solid #010101}.item-editing-page .input-check-wrapper input[type=range]::-webkit-slider-thumb,.item-editing-page .input-range-wrapper input[type=range]::-webkit-slider-thumb,.item-editing-page .input-select-wrapper input[type=range]::-webkit-slider-thumb,.item-editing-page .input-text-wrapper input[type=range]::-webkit-slider-thumb{-webkit-box-shadow:1px 1px 1px #141414,0 0 1px #212121;box-shadow:1px 1px 1px #141414,0 0 1px #212121;border:0 solid rgba(0,0,0,.37);height:16px;width:16px;border-radius:8px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-6.05px}.item-editing-page .input-check-wrapper input[type=range]:focus::-webkit-slider-runnable-track,.item-editing-page .input-range-wrapper input[type=range]:focus::-webkit-slider-runnable-track,.item-editing-page .input-select-wrapper input[type=range]:focus::-webkit-slider-runnable-track,.item-editing-page .input-text-wrapper input[type=range]:focus::-webkit-slider-runnable-track{background:hsla(0,0%,5%,.1)}.item-editing-page .input-check-wrapper input[type=range]::-moz-range-track,.item-editing-page .input-range-wrapper input[type=range]::-moz-range-track,.item-editing-page .input-select-wrapper input[type=range]::-moz-range-track,.item-editing-page .input-text-wrapper input[type=range]::-moz-range-track{width:auto;min-width:320px;height:4px;cursor:pointer;box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);background:rgba(0,0,0,.1);border-radius:1px;border:0 solid #010101}.item-editing-page .input-check-wrapper input[type=range]::-moz-range-thumb,.item-editing-page .input-range-wrapper input[type=range]::-moz-range-thumb,.item-editing-page .input-select-wrapper input[type=range]::-moz-range-thumb,.item-editing-page .input-text-wrapper input[type=range]::-moz-range-thumb{box-shadow:1px 1px 1px #141414,0 0 1px #212121;border:0 solid rgba(0,0,0,.37);height:16px;width:16px;border-radius:8px;background:#fff;cursor:pointer}.item-editing-page .input-check-wrapper input[type=range]::-ms-track,.item-editing-page .input-range-wrapper input[type=range]::-ms-track,.item-editing-page .input-select-wrapper input[type=range]::-ms-track,.item-editing-page .input-text-wrapper input[type=range]::-ms-track{width:auto;min-width:320px;height:4px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.item-editing-page .input-check-wrapper input[type=range]::-ms-fill-lower,.item-editing-page .input-check-wrapper input[type=range]::-ms-fill-upper,.item-editing-page .input-range-wrapper input[type=range]::-ms-fill-lower,.item-editing-page .input-range-wrapper input[type=range]::-ms-fill-upper,.item-editing-page .input-select-wrapper input[type=range]::-ms-fill-lower,.item-editing-page .input-select-wrapper input[type=range]::-ms-fill-upper,.item-editing-page .input-text-wrapper input[type=range]::-ms-fill-lower,.item-editing-page .input-text-wrapper input[type=range]::-ms-fill-upper{background:rgba(0,0,0,.1);border:0 solid #010101;border-radius:2px;box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2)}.item-editing-page .input-check-wrapper input[type=range]::-ms-thumb,.item-editing-page .input-range-wrapper input[type=range]::-ms-thumb,.item-editing-page .input-select-wrapper input[type=range]::-ms-thumb,.item-editing-page .input-text-wrapper input[type=range]::-ms-thumb{box-shadow:1px 1px 1px #141414,0 0 1px #212121;border:0 solid rgba(0,0,0,.37);width:16px;border-radius:8px;background:#fff;cursor:pointer;height:4px}.item-editing-page .input-check-wrapper input[type=range]:focus::-ms-fill-lower,.item-editing-page .input-range-wrapper input[type=range]:focus::-ms-fill-lower,.item-editing-page .input-select-wrapper input[type=range]:focus::-ms-fill-lower,.item-editing-page .input-text-wrapper input[type=range]:focus::-ms-fill-lower{background:rgba(0,0,0,.1)}.item-editing-page .input-check-wrapper input[type=range]:focus::-ms-fill-upper,.item-editing-page .input-range-wrapper input[type=range]:focus::-ms-fill-upper,.item-editing-page .input-select-wrapper input[type=range]:focus::-ms-fill-upper,.item-editing-page .input-text-wrapper input[type=range]:focus::-ms-fill-upper{background:hsla(0,0%,5%,.1)}.item-editing-page .input-check-wrapper .input-alert,.item-editing-page .input-range-wrapper .input-alert,.item-editing-page .input-select-wrapper .input-alert,.item-editing-page .input-text-wrapper .input-alert{font-size:12px;color:#f0004b;height:30px;line-height:30px;display:inline-block;vertical-align:top;padding:0 10px}.item-editing-page .item-editing-search{padding:10px 0}.item-editing-page .item-editing-search input[type=text]{display:block;width:100%;height:40px;line-height:40px;font-size:15px;color:#1f2733;border-radius:4px;border:1px solid #9fa1b0;outline:none;background-color:#fff;padding:0 10px}.item-editing-page .item-editing-search input[type=text]::-webkit-input-placeholder{opacity:1;color:#9fa1b0;font-family:SourceSansPro;font-size:15px;font-weight:500;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .item-editing-search input[type=text]::-moz-placeholder{opacity:1;color:#9fa1b0;font-family:SourceSansPro;font-size:15px;font-weight:500;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .item-editing-search input[type=text]:-ms-input-placeholder{opacity:1;color:#9fa1b0;font-family:SourceSansPro;font-size:15px;font-weight:500;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .item-editing-search input[type=text]::placeholder{opacity:1;color:#9fa1b0;font-family:SourceSansPro;font-size:15px;font-weight:500;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.item-editing-page .item-editing-search input[type=text]:focus{outline:none}.item-editing-page .item-editing-search input[type=text]:focus::-webkit-input-placeholder{opacity:0}.item-editing-page .item-editing-search input[type=text]:focus::-moz-placeholder{opacity:0}.item-editing-page .item-editing-search input[type=text]:focus:-ms-input-placeholder{opacity:0}.item-editing-page .item-editing-search input[type=text]:focus::placeholder{opacity:0}.item-editing-page .item-editing-search input[type=text]:focus{border:1px solid #5c4f92}.item-editing-page .item-editing-contain{list-style-type:none;padding:40px 40px 0 0;margin:0}.item-editing-page .item-editing-contain-item{width:100%;min-height:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:10px 10px 10px 0;border-bottom:1px solid #9fa1b0}.item-editing-page .item-editing-contain-item:last-child{border-bottom:none}.item-editing-page .item-editing-contain-item img{max-width:40px;max-height:40px}.item-editing-page .item-editing-contain-item p{font-size:15px;color:#1f2733;font-weight:600;margin:0;padding:0}.item-editing-page .item-editing-contain-item button{background-color:transparent;border:none;cursor:pointer;opacity:.55}.item-editing-page .item-editing-contain-item button:active,.item-editing-page .item-editing-contain-item button:hover{opacity:1}.item-editing-page .category-container{padding:0 0 20px}.item-editing-page .category-container:last-child{padding-bottom:5px}.item-editing-page .category-title{display:block;height:40px;line-height:40px;font-size:16px;font-weight:700;border-radius:4px;background:-webkit-gradient(linear,left top,left bottom,from(#5c4f92),to(#3a3875));background:-webkit-linear-gradient(top,#5c4f92,#3a3875);background:-o-linear-gradient(top,#5c4f92,#3a3875);background:linear-gradient(180deg,#5c4f92,#3a3875);padding:0 15px;text-transform:capitalize;color:#fff;cursor:pointer;border:none;width:100%;text-align:left;-webkit-box-shadow:0 2px 6px rgba(58,56,117,.35);box-shadow:0 2px 6px rgba(58,56,117,.35)}.item-editing-page .category-title.active{background:#5c4f92;-webkit-box-shadow:0 8px 12px rgba(58,56,117,.5);box-shadow:0 8px 12px rgba(58,56,117,.5)}.item-editing-page .category-sort{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between}.item-editing-page .category-sort:hover .sort-btn{opacity:1}.item-editing-page .category-sort .sort-btn{max-width:33.33%;background-color:transparent;border:none;position:relative;outline:none;cursor:pointer;color:#9fa1b0;margin-top:10px;padding:5px 15px;font-size:12px;font-weight:400;opacity:.5}.item-editing-page .category-sort .sort-btn.active{color:#31bd9f;opacity:1}.item-editing-page .category-sort .sort-btn:hover{color:#31bd9f}.item-editing-page .input-checkbox-wrapper{display:block;border-bottom:1px solid #9fa1b0}.item-editing-page .input-checkbox-wrapper:hover{background-color:rgba(58,56,117,.75);border-bottom:1px solid #3a3875}.item-editing-page .input-checkbox-wrapper:hover label{color:#fff}.item-editing-page .input-checkbox-wrapper:last-child,.item-editing-page .input-checkbox-wrapper:last-child:hover{border-bottom:none}.item-editing-page .input-checkbox-wrapper input[type=checkbox]{display:none}.item-editing-page .input-checkbox-wrapper label{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;padding:5px 20px 5px 40px;cursor:pointer;line-height:40px;height:auto;min-height:40px}.item-editing-page .input-checkbox-wrapper label:before{content:"";display:block;width:14px;height:14px;border-radius:4px;border:1px solid #3a3875;background-color:#fff;position:absolute;top:50%;left:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.item-editing-page .input-checkbox-wrapper label span{padding-right:10px}.item-editing-page .input-checkbox-wrapper label img{max-width:40px;max-height:40px}.item-editing-page .input-checkbox-wrapper input[type=checkbox]:checked+label:before{background-color:#3a3875;-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.25);box-shadow:2px 2px 6px rgba(0,0,0,.25)}*{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.add-provider-button{background-color:#f4511e;border:none;border-radius:10px;color:#fff;padding:4px 8px;text-align:center;font-size:12px;margin:4px;opacity:.6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:inline-block;text-decoration:none;cursor:pointer}.add-provider-button:hover{opacity:1}.add-link-button{background-color:#309629;border:none;border-radius:10px;color:#fff;padding:4px 8px;text-align:center;font-size:12px;margin:4px 4px 4px 8px;opacity:.6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:inline-block;text-decoration:none;cursor:pointer}.add-link-button:hover{opacity:1}.remove-button{border:none;border-radius:10px;color:#fff;text-align:center;font-size:12px;margin:4px;padding:4px 8px 1px;opacity:.6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:inline-block;text-decoration:none;cursor:pointer}.remove-button:hover{opacity:1}.remove-button img{width:16px;height:16px}.notfound-container{min-height:100vh;padding-top:50px;padding-bottom:50px;background:#eeeff8;text-align:center}@media only screen and (max-width:768px){.notfound-container{padding-top:20px}}.notfound-container:after{content:"";position:absolute;left:0;top:0;width:100%;height:800px;background:url(/assets/images/404/background.svg) no-repeat;background-position:center 0;background-size:cover}@media only screen and (max-width:768px){.notfound-container:after{top:-23px}}@media only screen and (max-width:640px){.notfound-container:after{top:-98px}}@media only screen and (max-width:413px){.notfound-container:after{top:-183px}}.notfound-picture-wrapper{position:relative;z-index:2}.notfound-logo{margin-bottom:21px}@media only screen and (max-width:639px){.notfound-logo{margin-bottom:110px}}@media only screen and (max-width:413px){.notfound-logo{margin-bottom:28px}}.notfound-logo img{width:226px;height:50px}.notfound-box-wrapper{overflow:hidden;min-height:545px}@media only screen and (max-width:768px){.notfound-box-wrapper{min-height:260px;padding-top:0}}.notfound-box{position:relative;display:inline-block;width:540px}@media only screen and (max-width:640px){.notfound-box{width:260px}.notfound-box img{width:440px}}@media only screen and (max-width:414px){.notfound-box{width:260px}}.notfound-info{width:626px;margin:auto;position:relative;z-index:3;margin-top:-60px}@media only screen and (max-width:767px){.notfound-info{max-width:90%;margin-top:45px}}@media only screen and (max-width:413px){.notfound-info{margin-top:-31px}}.notfound-status{font-size:100px;color:#838c99;font-weight:800}@media only screen and (min-width:414px){.notfound-status{margin-top:7px;line-height:1;margin-bottom:4px}.notfound-status span{line-height:1}}@media only screen and (max-width:414px){.notfound-status{font-size:36px}}.notfound-title{margin-bottom:22px;font-size:36px;font-weight:700;color:#838c99}@media only screen and (max-width:768px){.notfound-title{margin-bottom:25px;font-size:36px}}@media only screen and (max-width:414px){.notfound-title{font-size:18px;margin-bottom:15px}}.notfound-text{margin-bottom:10px;font-size:18px;color:#a7aebd}@media only screen and (max-width:1280px){.notfound-text{margin-bottom:5px}}@media only screen and (max-width:414px){.notfound-text{font-size:14px;margin-bottom:3px}}.notfound-home-link{padding:15px 50px;display:inline-block}.notfound-link{color:#4486ff;text-decoration:none}.notfound-link:hover{text-decoration:underline}.notfound-home-link{margin-top:30px}@media only screen and (max-width:768px){.notfound-home-link{margin-top:5px}}@media only screen and (max-width:414px){.notfound-home-link{margin-top:12px}}