@charset "UTF-8";.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border-color:rgba(0,0,0,.1) transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:1px;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-zoom{0%{opacity:.1;transform:scale(.95)}}@keyframes szh-menu-hide-zoom{to{opacity:.1;transform:scale(.95)}}.szh-menu--state-opening{animation:szh-menu-show-zoom .125s ease-out}.szh-menu--state-closing{animation:szh-menu-hide-zoom .125s ease-in forwards}.szh-menu--dir-left.szh-menu--align-start{transform-origin:right top}.szh-menu--dir-left.szh-menu--align-center{transform-origin:right center}.szh-menu--dir-left.szh-menu--align-end{transform-origin:right bottom}.szh-menu--dir-right.szh-menu--align-start{transform-origin:left top}.szh-menu--dir-right.szh-menu--align-center{transform-origin:left center}.szh-menu--dir-right.szh-menu--align-end,.szh-menu--dir-top.szh-menu--align-start{transform-origin:left bottom}.szh-menu--dir-top.szh-menu--align-center{transform-origin:center bottom}.szh-menu--dir-top.szh-menu--align-end{transform-origin:right bottom}.szh-menu--dir-bottom.szh-menu--align-start{transform-origin:left top}.szh-menu--dir-bottom.szh-menu--align-center{transform-origin:center top}.szh-menu--dir-bottom.szh-menu--align-end{transform-origin:right top}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IBM Plex Sans,Readex Pro,sans-serif;background:#fff;direction:ltr;text-align:left;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.bttn{all:unset;padding:12px 30px;width:-moz-fit-content;width:fit-content;transition:.3s;outline:none!important;border-radius:8px;font-weight:400;scale:1;font-size:14px;cursor:pointer!important;display:flex;align-items:center;gap:10px;position:relative;z-index:1}.bttn:active{scale:.95!important}.bttn.bttn_primary{color:#d4af37;z-index:1;background-color:#1d1b16;border:1px solid #1d1b16;font-weight:600}.bttn.bttn_white{background:#fff;color:#000}.bttn.bttn_gray{background-color:#f1f1f1;color:#aa8c2c}.bttn.bttn_danger{background-color:#ffebeb;color:#ff4d4d}.bttn.bttn_border{border:1px solid #aa8c2c;color:#aa8c2c}.bttn.bttn_border:active{scale:.9}.bttn.bttn_secondary{border:1px solid #fff;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bttn.bttn_secondaryLight{background:#f1f1f1;color:#aa8c2c;border:1px solid #aa8c2c}header{border-bottom:1px solid #d0d0d0;padding:14px 0;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;width:100%;left:0;z-index:10;transition:.3s}header .headerData{display:flex;align-items:center;gap:2rem}header .headerData img{width:64px;height:64px;border-radius:50%;transition:.3s}header .headerData .actions{display:flex;align-items:center;gap:1rem}header .headerData .actions .langBtn{all:unset;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.3s}header .headerData .actions .langBtn:active{scale:.95}header .headerData .links{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1.5rem}header .headerData .links .linksView{display:flex;align-items:center;justify-content:space-between;gap:16px}header .headerData .links .nav-link{color:#5e5e5e;font-size:17px;padding:0;position:relative;text-decoration:none;transition:.3s;cursor:pointer}header .headerData .links .nav-link:before{content:"";position:absolute;width:100%;height:2px;border-radius:4px;background-color:#aa8c2c;bottom:0;left:0;transform-origin:right;transform:scaleX(0);transition:transform .3s ease-in-out}header .headerData .links .nav-link:hover{color:#aa8c2c}header .headerData .links .nav-link:hover:before{transform-origin:left;transform:scaleX(1)}header .headerData .links .nav-link.activeNav{color:#aa8c2c}header .headerData .links .nav-link.activeNav:before{transform-origin:left;transform:scaleX(1)}header .headerData .links .lngBtn{all:unset;background-color:#fffcf0;border:1px solid #aa8c2c;color:#aa8c2c;padding:5px 10px;border-radius:5px;font-size:15px;cursor:pointer;transition:.3s;display:flex;align-items:center;gap:5px}header .headerData .links .lngBtn:active{scale:.95}header .mobileMenu{position:absolute;top:60px;background-color:#fff;right:100%;transition:.3s;z-index:-1;justify-content:space-between;padding-bottom:5rem;padding-top:2rem;height:100vh;overflow-y:scroll}header .mobileMenu,header .mobileMenu .links{width:100%;display:flex;flex-direction:column}header .mobileMenu .links{padding:0 10px;align-items:flex-start;gap:6px;margin-right:0}header .mobileMenu .links .lngBtn{margin-top:2rem}header .mobileMenu .links .nav-link{display:inline-block;font-size:1rem!important;font-weight:400!important;border-radius:8px;border-bottom:1px solid rgba(0,0,0,.08);padding:10px 5px;width:100%}header .mobileMenu.active{right:0!important}header .mobileMenu::-webkit-scrollbar{display:none}header.scrolled{padding:10px 0}header.scrolled .headerData img{width:60px;height:60px}.burger{position:relative;width:40px;height:30px;background:rgba(0,0,0,0);cursor:pointer;display:block;scale:.5}.burger,.burger input{display:none}.burger span{display:block;position:absolute;height:4px;width:100%;background:#000;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.burger span:first-of-type{top:0;transform-origin:left center}.burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.burger span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}.burger input:checked~span:first-of-type{transform:rotate(45deg);top:0;left:5px}.burger input:checked~span:nth-of-type(2){width:0;opacity:0}.burger input:checked~span:nth-of-type(3){transform:rotate(-45deg);top:28px;left:5px}.pageLoading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:10000;display:flex;align-items:center;justify-content:center}.pageLoading #particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.3}.pageLoading img{width:120px;transition:.3s;animation:logo 2s infinite;border-radius:50%}@keyframes logo{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.section{margin:5rem 0;background-color:#fff}.section .title{margin-bottom:1rem}.section .title h1,.section .title h2{color:#494949;font-size:26px;display:inline-block;font-weight:500;position:relative;padding-bottom:10px}.section .title h1:after,.section .title h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;border-radius:4px;background-color:#d4af37}.section .title.center{text-align:center}.section .title.center p{color:#7d7d7d;font-size:18px;font-weight:300;width:40%;margin:1rem auto auto}.section .secBody{margin-top:2rem}.hero{margin-top:8rem}.hero h1{color:#3e372c;margin-bottom:1rem}.hero h2{font-size:18px;font-weight:400;color:#9f8329}.hero p{color:#5e5e5e;font-size:16px;margin-top:1rem;margin-bottom:2rem}.hero .actions{display:flex;align-items:center;gap:1rem}.hero .images{position:relative;padding-bottom:1rem}.hero .images .phoneView{width:40%;margin-left:auto}.hero .images .phoneView img{width:100%}.hero .images .platform{width:100%;position:absolute;bottom:0;z-index:-1}.snap,.snap .note{position:relative}.snap .note{width:50%;display:flex;margin:0 auto;align-items:flex-start;gap:1rem;padding:2rem 1rem;background-image:url(/images/rectangle.png);background-repeat:no-repeat;background-size:contain}.snap .note .icon{width:56px;min-width:56px;height:56px}.snap .note .icon img{width:100%;height:100%;object-fit:contain}.snap .note .content h4{color:#3e372c;margin-bottom:10px}.snap .note .content p{color:#5e5e5e;font-weight:300;margin-bottom:0}.snap .note .content p span{color:#9f8329;font-weight:500}.snap .items{margin-top:2rem;gap:1rem}.snap .items,.snap .items .item{display:flex;align-items:center;justify-content:center}.snap .items .item{background-color:#f8f8f8;padding:1.6rem 1.2rem;border-radius:8px;text-align:center;aspect-ratio:4/3;flex-direction:column;transition:.5s;position:relative}.snap .items .item .icon{width:72px;height:72px;background-color:#1d1b16;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:.2s}.snap .items .item .icon img{width:90%;height:90%;object-fit:contain;transition:1s}.snap .items .item h6{margin-top:10px;font-size:15px;font-weight:400;margin-bottom:0;transition:.3s}.snap .items .item:hover{box-shadow:0 2px 5px rgba(0,0,0,.1);transform:translateY(-5px);background-color:#1d1b16}.snap .items .item:hover h6{color:#fff}.snap .items .item:hover .icon{background-color:rgba(0,0,0,0)}.snap .items .item:hover .icon img{transform:rotateY(1turn) translateY(-2px)}.about p{color:#7d7d7d;font-size:20px;margin-bottom:0}.about p a{color:#aa8c2c}.about .imgView{padding:1.5rem;transition:.5s;position:relative}.about .imgView:after{content:"";position:absolute;inset:0;background-image:url(/images/outline.png);background-repeat:no-repeat;background-size:contain;transition:2s}.about .imgView img{width:100%;border-radius:50%}.about .imgView:hover{padding:1.2rem}.about .imgView:hover:after{transform:rotate(20deg)}.technology .items .item{display:flex;align-items:center;gap:1rem;padding:2rem 1rem;border-radius:8px;border:1px solid #d0d0d0;margin-top:1.5rem;transition:.5s}.technology .items .item:hover{background-color:#f8f8f8}.technology .items .item .icon img{width:90px;min-width:90px;height:90px;object-fit:contain;mix-blend-mode:multiply}.technology .items .item .content h6{color:#9f8329;font-size:20px}.technology .items .item .content p{color:#5e5e5e;font-weight:300;margin-bottom:0;font-size:18px}.features{background-color:#fbf7eb;padding:3rem 0;margin:3rem 0}.features .items .item{border-radius:16px;padding:2.5rem 1.5rem 1.5rem;margin-top:3rem;position:relative;margin-bottom:1rem;background:linear-gradient(90deg,#D4AF37,#F7E7A9,#D4AF37);background-size:300% 300%}.features .items .item:hover{animation:goldGlow 1s ease}@keyframes goldGlow{0%{background-position:0 50%;box-shadow:0 0 10px rgba(255,215,0,.3),0 0 20px rgba(255,223,0,.2)}50%{background-position:100% 50%;box-shadow:0 0 25px rgba(255,215,0,.6),0 0 40px rgba(255,223,0,.4)}to{background-position:0 50%;box-shadow:0 0 10px rgba(255,215,0,.3),0 0 20px rgba(255,223,0,.2)}}.features .items .item .icon{background-color:#fff;width:80px;height:80px;border-radius:50%;position:absolute;top:0;left:1.5rem;transition:.3s;transform:translateY(-60%);display:flex;align-items:center;justify-content:center}.features .items .item .icon img{width:64%;height:64%;object-fit:contain}.features .items .item .content h6{color:#000;font-size:18px;margin-bottom:5px}.features .items .item .content p{margin-bottom:0;color:#494949;font-size:17px;font-weight:300;width:70%}.download .content h5{font-size:26px;line-height:1.5;margin-bottom:2rem}.download .content p{color:#494949;font-size:18px;width:70%;margin-bottom:2rem}.download .content .dBtns{display:flex;align-items:center;gap:1rem}.download .content .dBtns button{all:unset;cursor:pointer;border-radius:8px;background-color:#1d1b16;padding:10px 20px;transition:.3s;display:flex;align-items:center;gap:10px}.download .content .dBtns button:first-child{gap:16px}.download .content .dBtns button:active{scale:.95}.download .content .dBtns button img{width:30px;height:30px;object-fit:contain}.download .content .dBtns button .data{display:flex;flex-direction:column;font-size:14px}.download .content .dBtns button .data span{color:#9f8329}.download .content .dBtns button .data span:first-child{font-size:13px}.download .content .dBtns button .data span:last-child{color:#d4af37;font-size:17px}.download .imgView{text-align:right;position:relative;padding-top:3rem}.download .imgView img{width:60%}.download .imgView img:first-child{position:absolute;left:2rem;width:54%;top:0}.checkBoxView .checkbox-wrapper-46 input[type=checkbox]{display:none;visibility:hidden}.checkBoxView .checkbox-wrapper-46 .cbx{margin:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkBoxView .checkbox-wrapper-46 .cbx span{display:inline-block;vertical-align:middle;transform:translateZ(0)}.checkBoxView .checkbox-wrapper-46 .cbx span:first-child{position:relative;width:18px;height:18px;border-radius:3px;transform:scale(1);vertical-align:middle;border:1px solid #9098a9;transition:all .2s ease}.checkBoxView .checkbox-wrapper-46 .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkBoxView .checkbox-wrapper-46 .cbx span:first-child:before{content:"";width:100%;height:100%;background:#fffcf0;display:block;transform:scale(0);opacity:1;border-radius:50%}.checkBoxView .checkbox-wrapper-46 .cbx span:last-child{padding-left:8px}.checkBoxView .checkbox-wrapper-46 .cbx:hover span:first-child{border-color:#aa8c2c}.checkBoxView .checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child{background:#aa8c2c;border-color:#aa8c2c;animation:wave-46 .4s ease}.checkBoxView .checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkBoxView .checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before{transform:scale(3.5);opacity:0;transition:all .6s ease}@keyframes wave-46{50%{transform:scale(.9)}}.inputBox{margin-bottom:1.5rem}.inputBox label{margin-bottom:10px}.inputBox label svg{margin-right:5px;color:#ccc;transition:.3s}.inputBox label:hover svg{color:#777}.inputBox input,.inputBox select{margin-top:5px;font-size:15px;height:48px}.inputBox.addBtn{margin-top:2.3rem}.inputBox.addBtn button{height:45px;padding:.375rem 1.75rem}.inputBox .input{position:relative}.inputBox .input button{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:none;border:none;outline:none;cursor:pointer;transition:.3s;color:#9da3ae}.inputBox .input button:active{scale:.9}.form-control{box-shadow:unset!important;resize:none}.form-control:active,.form-control:focus{border-color:#aa8c2c;box-shadow:unset!important}.form-control:not(:placeholder-shown){border-color:#aa8c2c}.contactus .checkBoxView{margin-bottom:1rem}.contactus .buttons{margin-top:1rem}.footer{background-color:#fbf7eb;padding:2rem 0 1rem;margin-top:2rem}.footer .logoView img{width:80px;margin-bottom:1rem;border-radius:50%}.footer .logoView p{font-weight:400;font-size:16px;color:#494949;line-height:2;width:70%}.footer .links{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.footer .links .item{display:flex;align-items:center;gap:6px;margin-top:1rem}.footer .links .item svg{color:#aa8c2c;min-width:18px;font-size:18px}.footer .links .item p{font-weight:400;margin-bottom:0;font-size:16px;color:#5e5e5e;transition:.3s}.footer .links h6{color:#1d1b16;font-size:18px;border-bottom:3px solid #d4af37;display:block;padding-right:1rem;padding-bottom:.5rem}.footer .links a{color:#5e5e5e;transition:.3s;text-decoration:none;font-weight:400;font-size:16px}.footer .links a:hover{color:#9f8329}.footer .legalLinks{padding-top:1rem;border-top:1px solid #9c9c9c;margin-top:2rem;display:flex;align-items:center;justify-content:space-between}.footer .legalLinks .side{display:flex;align-items:center;gap:1rem}.footer .legalLinks .side a{color:#494949;font-weight:300;font-size:16px}.footer .legalLinks .social{display:flex;align-items:center;gap:1rem}.footer .legalLinks .social a{color:#9da3ae;font-size:18px;transition:.3s}.footer .legalLinks .social a img{width:30px;height:30px}.footer .legalLinks .social a:last-child img{width:34px;height:34px}.footer .copyRight{margin-top:1rem}.footer .copyRight p{text-align:left;margin-bottom:0;color:#7d7d7d;font-size:17px;font-weight:300}.pricing .items .priceItem{border-radius:20px;overflow:hidden;border:1px solid #d0d0d0}.pricing .items .priceItem .head{background-color:#4a3d13;text-align:center;padding:1rem}.pricing .items .priceItem .head h4{color:#d4af37;margin-bottom:0;font-size:20px}.pricing .items .priceItem .content{padding:1.5rem}.pricing .items .priceItem .content .price{display:flex;align-items:flex-end;gap:3px;margin-bottom:10px}.pricing .items .priceItem .content .price h5{margin-bottom:0;color:#d4af37;font-size:30px}.pricing .items .priceItem .content .price span{color:#5e5e5e;font-size:16px}.pricing .items .priceItem .content p{color:#7d7d7d;font-size:17px;margin-bottom:0;font-weight:300}.pricing .items .priceItem .content .featuresData{margin-bottom:2rem;margin-top:1rem;border-top:1px solid #d0d0d0;padding-top:1rem}.pricing .items .priceItem .content .featuresData .feature{display:flex;align-items:center;gap:8px;margin-bottom:10px}.pricing .items .priceItem .content .featuresData .feature svg{color:#d4af37;font-size:22px}.pricing .items .priceItem .content .featuresData .feature span{color:#5e5e5e;font-weight:300}.pricing .items .priceItem .content button{width:100%;box-sizing:border-box;justify-content:center;border-radius:28px;padding:14px 0}.integrating .items{padding:2rem 0;background-color:#fbf7eb;border-radius:12px}.integrating .items .swiper{padding-left:2rem;padding-right:2rem;padding-bottom:2rem;cursor:-webkit-grab;cursor:grab}.integrating .items .swiper .swiper-pagination{position:absolute;bottom:0;left:0;width:100%;text-align:center}.integrating .items .swiper .swiper-pagination .swiper-pagination-bullet{background-color:#d4af37;opacity:.8;width:10px;height:10px;margin:0 4px;border-radius:8px;transition:.3s}.integrating .items .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#aa8c2c;opacity:1;width:40px}.integrating .items .item{aspect-ratio:1/1;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1rem;text-align:center;border-radius:8px;transition:.5s}.integrating .items .item img{width:100px}.integrating .items .item h6{color:#5e5e5e;font-size:15px;margin-top:10px;font-weight:400;transition:.3s}.integrating .items .item:hover{background-color:#1d1b16;box-shadow:0 2px 5px rgba(0,0,0,.8);transform:translateY(-3px)}.integrating .items .item:hover h6{color:#fff}.slice-loader{position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,0);overflow:hidden;display:flex;align-items:center;justify-content:center;pointer-events:none}.slice-loader .slice-logo{position:absolute;z-index:10;width:120px;border-radius:50%;height:auto;animation:pulse 1.5s infinite}.slice-loader .slices{position:absolute;top:0;left:0;height:100%;width:100%;display:flex}.slice-loader .slices .slice{flex:1 1;background:rgba(248,248,248,.5647058824);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.7}}.page{margin-top:6rem}.deliveriesPage{margin-top:11rem}.deliveriesPage .deliveriesHero h4{color:#5e5e5e;font-size:28px;width:80%;margin-bottom:1.5rem}.deliveriesPage .deliveriesHero p{color:#7d7d7d;font-size:20px;font-weight:400;margin-bottom:0}.deliveriesPage .deliveriesHero .imgView img{width:100%}.deliveriesPage .noMore{margin-top:4rem}.deliveriesPage .noMore h5{color:#5e5e5e;font-size:28px;margin-bottom:1rem;width:40%}.deliveriesPage .noMore p{color:#7d7d7d;font-size:18px;font-weight:400}.deliveriesPage .noMore .items{margin-top:3rem}.deliveriesPage .noMore .items .col-md-4:nth-child(2){padding-top:6rem}.deliveriesPage .noMore .items .item{text-align:center}.deliveriesPage .noMore .items .item .imgView{background:linear-gradient(180deg,#D4AF37,#F7E7A9);background-size:180% 180%;background-position:50% 50%;transition:.5s;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto auto 1rem}.deliveriesPage .noMore .items .item .imgView img{width:50px;height:50px;object-fit:contain;transition:.3s}.deliveriesPage .noMore .items .item:hover .imgView{background-position:0 0;box-shadow:0 2px 5px rgba(0,0,0,.1);transform:translateY(-5px)}.deliveriesPage .noMore .items .item:hover .imgView img{width:55px;height:55px}.deliveriesPage .noMore .items .item .content h5{all:unset;font-size:20px;font-weight:500;display:block;margin-bottom:6px}.deliveriesPage .noMore .items .item .content p{all:unset;font-size:16px;color:#7d7d7d;font-weight:400}.careersPage{margin-top:11rem}.careersPage .careersHero h4{color:#5e5e5e;font-size:28px;width:80%;margin-bottom:1.5rem}.careersPage .careersHero p{color:#7d7d7d;font-size:20px;font-weight:400;margin-bottom:0}.careersPage .careersHero .imgView{padding:1.5rem;transition:.5s;position:relative}.careersPage .careersHero .imgView .view{background-color:#1d1b16;width:100%;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center}.careersPage .careersHero .imgView:after{content:"";position:absolute;inset:0;background-image:url(/images/careers/stroke.png);background-repeat:no-repeat;background-size:contain;transition:2s}.careersPage .careersHero .imgView img{width:100px}.careersPage .careersHero .imgView:hover{padding:1rem}.careersPage .careersHero .imgView:hover:after{transform:rotate(20deg)}.careersPage .items{margin:6rem 0}.careersPage .items .item{text-align:center;transition:.5s}.careersPage .items .item:hover{filter:drop-shadow(0 2px 5px rgba(0,0,0,.1));transform:translateY(-5px)}.careersPage .items .item .imgView{margin-bottom:1rem}.careersPage .items .item .imgView img{width:180px;height:180px;object-fit:contain}.careersPage .items .item h5{color:#494949;font-weight:400;font-size:18px}.careersPage .note{background-image:url(/images/careers/note.png);background-repeat:no-repeat;background-size:cover;background-position:50%;max-width:800px;width:100%;padding:3.7rem 2rem;margin:2rem auto;display:flex;align-items:center;justify-content:center}.careersPage .note p{font-size:22px;line-height:1.5;color:#1d1b16;font-weight:600;text-align:center;line-height:2;margin:0}.careersPage .contactSec{margin-top:4rem}.careersPage .contactSec h5{font-size:19px;font-weight:500;width:50%;line-height:1.8;color:#5e5e5e;position:relative}.careersPage .contactSec h5 span{position:relative;color:#9f8329}.careersPage .contactSec h5 span:after{content:"";position:absolute;bottom:-1rem;right:-3rem;transform:translateY(50%) translateX(50%);background-image:url(/images/careers/arrow.png);width:60px;height:60px;background-repeat:no-repeat;background-size:contain}.privacyPage{padding:3rem 0;color:#5e5e5e}.privacyPage h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.privacyPage h2{font-size:20px;margin-top:2rem;margin-bottom:.5rem;font-weight:500;color:#aa8c2c}.privacyPage h2 span{padding-bottom:0;display:inline-block;border-bottom:2px solid #d4af37;transform:translateY(-5px)}.privacyPage a{color:#aa8c2c;text-decoration:none;font-weight:400;text-decoration:underline}.privacyPage p{font-size:1rem;line-height:1.8;margin-bottom:1rem}.privacyPage p:nth-child(4){font-weight:600;margin-top:1rem;color:#ff4d4d;margin-bottom:0}.privacyPage p:nth-child(10),.privacyPage p:nth-child(7){color:#9f8329;font-weight:500}.privacyPage .updated{margin-top:1rem}.privacyPage .updated span{color:#7f6921;font-weight:500}.accessibilityPage{padding:3rem 0;color:#5e5e5e}.accessibilityPage h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.accessibilityPage h2{font-size:20px;margin-top:2rem;margin-bottom:.5rem;font-weight:500;color:#aa8c2c}.accessibilityPage h2 span{padding-bottom:0;display:inline-block;border-bottom:2px solid #d4af37;transform:translateY(-5px)}.accessibilityPage h3{color:#000;font-size:16px;margin-top:1rem;position:relative;padding-left:10px;margin-left:10px;color:#9f8329}.accessibilityPage h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:5px;background-color:#9f8329;border-radius:50%}.accessibilityPage a{color:#aa8c2c;text-decoration:none;font-weight:400;text-decoration:underline}.accessibilityPage p{font-size:1rem;line-height:1.8;margin-bottom:1rem}.accessibilityPage .updated{margin-top:1rem}.accessibilityPage .updated span{color:#7f6921;font-weight:500}.rtl{direction:rtl;text-align:right}.rtl header .headerData .links .nav-link:before{left:unset;right:0;transform-origin:right}.rtl header .headerData .links .nav-link:hover:before{transform-origin:right}.rtl header .headerData .links.activeNav:before{transform-origin:right!important}.rtl .hero .images .phoneView{width:40%;margin-left:unset;margin-right:auto}.rtl .hero .images .platform{transform:scaleX(-1)!important}.rtl .snap .note{padding:3rem 2rem}.rtl .snap .items .item{min-width:230px}.rtl .features .items .item .icon{left:unset;right:1.5rem}.rtl .features .items .item .content{margin-top:10px}.rtl .features .items .item .content p{width:100%}.rtl .pricing .items .priceItem .content p{font-size:16px}.rtl .pricing .items .priceItem .content .featuresData .feature span{font-size:15px}.rtl .checkBoxView .checkbox-wrapper-46 .cbx span:last-child{padding-right:8px;padding-left:0}.rtl .footer .links h6{text-align:right;padding-left:1rem;padding-right:0}.rtl .section .title h1:after,.rtl .section .title h2:after{right:0;left:unset}.rtl .careersPage .contactSec h5{width:100%}.rtl .careersPage .contactSec h5 span:after{right:unset;top:2rem;left:2rem;transform:unset}.rtl .contactus .title{margin-bottom:3rem}.szh-menu__item{padding:.2rem .5rem!important}@media only screen and (max-width:600px){body{overflow-x:hidden}header .headerData{justify-content:space-between}header .links{display:none!important}header .mobileMenu .links{display:flex!important;width:100%}header .mobileMenu .links .linksView{width:100%;align-items:flex-start;flex-direction:column}header .mobileMenu .links .linksView a,header .mobileMenu .links .linksView div{width:100%}header .mobileMenu .links .actions{flex-direction:column;width:100%;margin-top:2rem;justify-content:center;align-items:center}.burger{display:block}.section{margin:2rem 0}.section .title.center p{width:100%}.page .pageHead{margin-top:5rem}.page .pageHead .content p{width:100%;font-size:14px}.footer .logoView p{width:100%}.footer .legalLinks{flex-direction:column-reverse;align-items:flex-start;gap:1rem}.footer .copyRight p{text-align:center;font-size:15px}.footer .links{margin-top:1.5rem}.hero .images{margin-top:3rem}.hero .images .phoneView{width:80%;margin:auto}.hero .images .phoneView img{width:100%}.hero .images .platform{display:none}.snap{position:relative}.snap .note{width:100%;padding:1rem;background-image:none;border:1px solid #ccc;border-radius:40px 0 40px 0}.snap .note .icon{width:64px;min-width:64px;height:64px}.snap .note .content p{font-size:15px}.snap .items{flex-direction:column;gap:1.5rem}.snap .items .item{padding:3rem 1.8rem}.about p{font-size:18px}.about .imgView{width:70%;margin:3rem auto auto}.technology .items .item{flex-direction:column;align-items:flex-start;gap:1.5rem}.pricing .items .priceItem{margin-bottom:2rem}.section .title h1,.section .title h2{text-align:left}.download .content p{width:100%}.download .content .dBtns button{padding:10px 14px}.download .content .dBtns button .data{font-size:14px}.download .content .dBtns button .data span:first-child{font-size:12px}.download .content .dBtns button .data span:last-child{font-size:16px}.download .row{flex-direction:column-reverse}.download .imgView{margin-bottom:4rem;overflow:hidden}.download .imgView img:first-child{left:0}.section .title.center{text-align:left}.deliveriesPage{padding-top:6rem}.deliveriesPage .deliveriesHero h4{width:100%}.deliveriesPage .deliveriesHero p{font-size:18px}.deliveriesPage .deliveriesHero .imgView{width:70%;margin:3rem auto auto}.deliveriesPage .noMore h5{width:100%}.deliveriesPage .noMore .items .item{margin-bottom:3rem}.deliveriesPage .noMore .items .col-md-4:nth-child(2){padding-top:0}.careersPage{padding-top:6rem}.careersPage .careersHero h4{width:100%}.careersPage .careersHero p{font-size:18px}.careersPage .careersHero .imgView{width:60%;margin:3rem auto auto}.careersPage .careersHero .imgView .view{width:100%}.careersPage .careersHero .imgView .view img{width:70px}.careersPage .items .item{margin-bottom:4rem}.careersPage .note{padding:1.7rem 2rem}.careersPage .note p{font-size:18px}.careersPage .contactSec{margin-bottom:4rem}.careersPage .contactSec h5{width:100%;font-size:20px}.careersPage .contactSec h5 span:after{transform:scaleX(-1);right:1rem;top:1.5rem;bottom:unset}}.a11y-widget-container{position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:9999;font-family:sans-serif}.a11y-widget-icon{background:#007bff;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.a11y-widget-icon:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.4)}.a11y-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998}.a11y-dropdown{position:absolute;top:50%;right:120%;transform:translateY(-50%);width:320px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 8px 20px rgba(0,0,0,.4);animation:slideIn .3s ease forwards;max-height:90vh;overflow-y:auto;z-index:9999}@keyframes slideIn{0%{opacity:0;transform:translate(20px,-50%)}to{opacity:1;transform:translateY(-50%)}}.a11y-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.a11y-header .close-btn{cursor:pointer;color:#666}.a11y-dropdown-item{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.a11y-dropdown-item label{margin-right:8px;font-size:.95rem}.a11y-dropdown h4{margin-top:16px;margin-bottom:8px;font-weight:700;font-size:1.1rem}.a11y-reset{text-align:center;margin-top:16px}.reset-btn{background:#f50057!important;color:#fff!important}body.a11y-high-contrast{filter:invert(1) hue-rotate(180deg)}body.a11y-large-text *{font-size:1.125em!important}body.a11y-reduce-motion,body.a11y-reduce-motion *{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}body.a11y-dyslexia-font *{font-family:OpenDyslexic,Arial,sans-serif!important}body.a11y-underline-links a{text-decoration:underline!important}body.a11y-grayscale{filter:grayscale(100%)}body.a11y-cursor-large{cursor:url(/images/large-cursor.png),auto}body.a11y-increase-line-spacing *{line-height:1.8!important}body.a11y-focus-content main{outline:4px dashed #ff9800;outline-offset:2px}body.a11y-highlight-links a{background-color:#ff0;color:#000!important}body.a11y-stop-animations *{animation:none!important;transition:none!important}body.a11y-readable-font *{font-family:Verdana,sans-serif!important}body.a11y-mouse-cursor{cursor:pointer!important}body.a11y-highlight-focus :focus{outline:3px solid #f50057!important;outline-offset:2px}body.a11y-virtual-keyboard .demo-virtual-keyboard{position:fixed;bottom:0;left:0;right:0;background:#333;color:#fff;padding:10px;z-index:99999;display:flex;flex-direction:column;align-items:center}body.a11y-virtual-keyboard .keyboard-typed{margin-bottom:8px;font-size:1rem}body.a11y-virtual-keyboard .keyboard-keys-row{margin:4px 0}body.a11y-virtual-keyboard .keyboard-key{margin:3px;padding:8px 12px;background:#666;color:#fff;border:none;border-radius:4px;cursor:pointer}body.a11y-virtual-keyboard .keyboard-key:hover{background:#999}body.a11y-align-left *{text-align:left!important}body.a11y-align-right *{text-align:right!important}.custom-keyboard-theme{background:#222!important;color:#fff!important;border-radius:8px}.custom-keyboard-theme .hg-button{background:#444!important;color:#fff!important;border:1px solid #888!important;font-size:18px!important}.custom-keyboard-theme .hg-button:hover{background:#666!important}.custom-keyboard-theme .hg-button.hg-active{background:#888!important;color:#fff!important}.virtual-keyboard-container{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,.9);padding:10px;z-index:999999}.keyboard-controls button{background:#555;color:#fff;border:none;padding:5px 10px;margin:3px;border-radius:5px;cursor:pointer}.keyboard-controls button:hover{background:#777}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*!
 * 
 *   react-simple-keyboard v3.8.88
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
/*!
 * 
 *   simple-keyboard v3.8.63
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1 1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}