@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700;900&family=Roboto:wght@300;400&display=swap");*{margin:0;padding:0;border:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.bold{font-weight:500;font-size:16px}.clb{color:#ff72528c;font-weight:600}ul{padding:0;margin:0;list-style:none}.quickActionButton ul li,.quickActionButton ul li:before,a{transition:all .5s cubic-bezier(.17,.81,.25,.87)}.shortmenu li{transition:all .35s ease-in}.shortmenu li,.shortmenu li a,.shortmenu li i,.shortmenu li span,.shortmenu li span:before,.shortmenu li:before{transition:all .35s cubic-bezier(.8,.01,.98,.55)}.sublinks,.sublinks div,.sublinks:after,.sublinks:before{transition:all .3s cubic-bezier(.14,.71,.48,.96)}a:focus,button:focus{outline:none}a{text-decoration:none}ul li a{display:inline-block}body{font-size:14px;background-color:#7fffd4;font-family:Roboto,sans-serif;font-weight:400;overflow:hidden}h1,h2,h3,h4,h5{font-family:Raleway,sans-serif;font-weight:700}h4{font-size:20px;font-weight:700;margin-bottom:15px}.cl-red{color:#ff8e3d}.mt-15{margin-top:15px!important}.homebg{background:#0e1675;background:linear-gradient(32deg,#0e1675,#51299f);height:100vh;text-align:right}.homebg img{height:100vh;max-width:100vw;filter:blur(125px)}.bannerText{width:100%}.bannerTextOutLIne{position:absolute;z-index:2;width:100%;height:100%;background:url(/_next/static/media/expoutline.0149263a.svg) no-repeat 50%;background-size:75% auto;top:0}.cube{position:relative;transform-style:preserve-3d;transition:transform 1s;transform:translateZ(-75px);transform-origin:center center;animation:bannertext 20s linear infinite}.cube,.cube__face{height:150px;width:100%}.cube__face{position:absolute;display:flex;flex-direction:column;justify-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.cube__face--front{transform:rotateX(0deg) translateZ(75px)}.cube__face--back{transform:rotateX(-180deg) translateZ(75px)}.cube__face--top{transform:rotateX(90deg) translateZ(75px)}.cube__face--bottom{transform:rotateX(-90deg) translateZ(75px)}@keyframes bannertext{0%{transform:translateZ(-75px) rotateX(0deg)}23%{transform:translateZ(-75px) rotateX(0deg)}25%{transform:translateZ(-75px) rotateX(90deg)}48%{transform:translateZ(-75px) rotateX(90deg)}50%{transform:translateZ(-75px) rotateX(180deg)}73%{transform:translateZ(-75px) rotateX(180deg)}75%{transform:translateZ(-75px) rotateX(270deg)}98%{transform:translateZ(-75px) rotateX(270deg)}to{transform:translateZ(-75px) rotateX(1turn)}}.sidBG{width:350px;background:#f2f2f2}.animateSider{animation:sidebg .3s ease-in}@keyframes sidebg{0%{width:0}to{width:330px}}.mainwraper{position:absolute;left:40px;top:40px;width:calc(100% - 80px);height:calc(100vh - 80px);z-index:3;display:flex}.sideDeheader{display:flex;flex-direction:column;min-width:250px;height:100%}.linkefect{background:hsla(0,0%,100%,.12);box-shadow:0 3px 6px rgba(0,0,0,.08);border:0}.sideDeheader .logosec{height:55px}.logosec{padding-bottom:10px}.logo{width:auto;height:37px;left:15px;position:relative;top:-9px}.menubutton{height:55px;width:55px;border-radius:100%;z-index:4;left:0;top:0;position:relative;background:hsla(0,0%,100%,.14);text-align:center;transition:all .3s ease-in-out;box-shadow:0 3px 6px rgba(0,0,0,.08);overflow:hidden}.page .menubutton{background:#fff}.menubutton span{display:block;width:18px;height:1px;transition:all .3s ease-in-out;background-color:#fff;margin:4px auto}.page .menubutton span{background-color:#898989}.page .menubutton.opened span,.page .menubutton:hover span{background-color:#fff}.menubutton:after,.menubutton:before{height:56px;width:56px;content:"";position:absolute;transform:scale(0);border-radius:100%;left:50%;top:50%;margin:-28px 0 0 -28px;z-index:-1}.menubutton:after{background-color:hsla(0,0%,100%,.2);transition:all .4s cubic-bezier(.52,1.8,.49,-.77)}.menubutton:before{background:#ff2f61;background:linear-gradient(22deg,#ff2f61,#ff9b36);transition:all .2s ease-in}.menubutton.opened:before,.menubutton:hover:after,.menubutton:hover:before{transform:scale(1)}.menubutton.opened,.menubutton:hover{box-shadow:0 0 30px rgba(255,47,97,.4)}.menubutton.opened{left:30px;top:20px}.menubutton.opened span{margin:-1px auto auto}.menubutton.opened span:first-child{transform:rotate(45deg)}.menubutton.opened span:nth-child(2){visibility:hidden;height:0}.menubutton.opened span:nth-child(3){transform:rotate(-45deg)}.mainmenu{background-color:#f3f3f3;position:absolute;width:250px;box-shadow:5px 5px 20px rgba(0,0,0,.2);top:0;left:-400px;border-radius:9px;z-index:2;height:100%;transition:all .3s ease-in-out}.mainmenu ul{padding:100px 30px 30px}.mainmenu ul li{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid #fff}.mainmenu ul li a{padding:10px 0 10px 5px;font-size:16px;display:block;font-weight:400;color:grey;width:auto}.mainmenu ul li:hover a{color:#ff2f61;padding-left:10px}.mainmenu ul li:first-child{border-top:0}.mainmenu ul li:last-child{border-bottom:0}.mainmenu.opened{left:0}.mainmenu ul li.dropdown>a{position:relative;padding-right:22px}.mainmenu ul li.dropdown>a:after{content:"▾";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0deg);color:grey;transition:transform .2s ease}.mainmenu ul li.dropdown.open>a:after{transform:translateY(-50%) rotate(180deg)}.mainmenu ul li .subMenu{margin-top:6px;border-radius:8px;background:rgba(0,0,0,.06);overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .2s ease}.mainmenu ul li.dropdown.open .subMenu{max-height:300px;opacity:1;pointer-events:auto}.mainmenu ul li .subMenu ul{padding:8px 12px 10px}.mainmenu ul li .subMenu ul li a{font-size:14px;color:grey;padding:8px 0;display:block}.mainmenu ul li .subMenu ul li:hover a{color:#ff2f61;padding-left:8px}.introBox{margin:10px 0 20px}.introBox .badges{display:flex;flex-wrap:wrap;margin-top:8px}.introBox .badges li{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#065f46;background:linear-gradient(180deg,#ecfdf5,#d1fae5);border:1px solid rgba(16,185,129,.35);box-shadow:0 4px 12px rgba(16,185,129,.12),inset 0 1px 0 hsla(0,0%,100%,.6);border-radius:9999px;padding:6px 12px;margin:4px 6px 0 0;transition:transform .18s ease,box-shadow .18s ease}.introBox .badges li:before{content:"✔";color:#10b981;font-size:12px;line-height:1}.introBox .badges li:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(16,185,129,.18),inset 0 1px 0 hsla(0,0%,100%,.8)}.pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.hosting-section{margin:28px 0 36px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.hosting-section:first-of-type{margin-top:8px;padding-top:0;border-top:0}.hosting-title{position:relative;padding-left:14px;margin-bottom:12px;font-size:22px;font-weight:800;color:#222}.hosting-title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:6px;border-radius:4px;background:linear-gradient(22deg,#ff2f61,#ff9b36);box-shadow:0 2px 8px rgba(255,47,127,.25)}.modalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modalBox{width:100%;max-width:820px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}.modalHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(22deg,#ff2f61,#ff9b36);color:#fff}.modalClose,.modalHeader h3{font-size:18px}.modalClose{background:hsla(0,0%,100%,.2);color:#fff;border-radius:6px;height:28px;width:28px;line-height:28px;cursor:pointer}.modalBody{padding:16px}.modalEnter{animation:modalIn .22s cubic-bezier(.2,.8,.2,1) both}@keyframes modalIn{0%{transform:translateY(6px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modalGrid{display:grid;grid-template-columns:1.1fr 1.6fr;grid-gap:14px;gap:14px}.summaryCard{background:#f8fafc;border:1px solid #e6ecf2;border-radius:10px;padding:12px}.summary{display:flex;align-items:baseline;justify-content:space-between;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:10px 12px;margin-bottom:12px}.summaryKicker{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:#666;margin-bottom:2px}.summaryTitle{font-weight:700;color:#333}.summaryPrice{font-weight:800;color:#222}.summaryPrice span{font-weight:500;color:#777;font-size:12px;margin-left:4px}.summaryList{margin:6px 0 0;padding-left:0;list-style:none;color:#4b5563;font-size:12px}.summaryFoot{margin-top:10px;font-size:11px;color:#6b7280}.modalBody label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:6px}.modalBody input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;color:#111827;transition:box-shadow .16s ease,border-color .16s ease}.modalBody input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.fieldHelp{display:block;color:#6b7280;font-size:11px;margin-top:4px}.modalActions{margin-top:12px;display:flex;gap:10px;justify-content:flex-end}.sbtBtn.gray{background:#999}@media (max-width:760px){.modalGrid{grid-template-columns:1fr}}.fieldError{color:#dc2626;font-size:11px;margin-top:4px}.sbtBtn:disabled{opacity:.6;cursor:not-allowed}.statusCallout{background:#ecfdf5;border:1px solid rgba(16,185,129,.35);color:#065f46;border-radius:10px;padding:10px 12px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.statusCallout.bad{background:#fef2f2;color:#7f1d1d;border-color:#fecaca}.statusCallout .close{background:transparent;border:none;font-size:16px;cursor:pointer;color:inherit}.plan-card{background:#fff;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.08);padding:14px;position:relative}.plan-card.popular{box-shadow:0 8px 22px rgba(255,47,127,.25);border:1px solid rgba(255,47,127,.25)}.ribbon{position:absolute;top:-8px;right:-8px;background:linear-gradient(22deg,#ff2f61,#ff9b36);color:#fff;font-size:11px;padding:4px 10px;border-radius:4px 12px 0 12px;box-shadow:0 6px 14px rgba(255,47,127,.3)}.plan-header{display:flex;align-items:baseline;justify-content:space-between}.plan-price{font-size:18px;font-weight:700;color:#333}.plan-cycle{font-size:12px;color:#888;margin-left:4px}.badge{background:linear-gradient(22deg,#ff2f61,#ff9b36);color:#fff;font-size:11px;border-radius:12px;padding:2px 8px;margin-left:8px}.plan-features{margin:10px 0;padding-left:12px}.plan-features li{position:relative;padding-left:12px;color:#666;font-size:12px;margin:4px 0}.plan-features li:before{content:"•";position:absolute;left:0;top:0;color:#ff8e3d}.plan-cta{margin-top:10px;text-align:right}.billing-toggle{display:inline-flex;border:1px solid rgba(0,0,0,.1);border-radius:20px;overflow:hidden;margin:8px 0 14px}.billing-toggle button{background:#fff;color:#666;font-size:12px;padding:6px 12px;border:none;cursor:pointer}.billing-toggle button.active{background:linear-gradient(22deg,#ff2f61,#ff9b36);color:#fff}.footnote{font-size:12px;color:#777;margin-top:8px}@media screen and (min-width:1200px){.pricing{grid-template-columns:repeat(3,minmax(0,1fr))}}.sideDeheader .line{flex-grow:1;position:relative}.sideDeheader .line:after{position:absolute;left:28px;content:"";height:100%;width:1px;background-color:hsla(0,0%,100%,.25)}.page.sideDeheader .line:after{background-color:rgba(0,0,0,.12)}.sideDeheader .copyright{height:15px;padding-top:10px;font-size:14px;color:#cecece}.page.sideDeheader .copyright,.page.sideDeheader .copyright a{color:#9f9f9f}.shortmenu li.active i{line-height:44px;display:block}.page .shortmenu li:hover i{color:#fff}.shortmenu li.active a{margin:0 3px}.shortmenu a{display:block}.shortmenuBox{position:relative;width:auto;padding:0 3px;margin:5px 0 0}.shortmenu li{width:48px;height:auto;max-height:48px;display:block;border-radius:8px;background:hsla(0,0%,100%,.12);box-shadow:0 3px 6px rgba(0,0,0,.08);margin-bottom:10px;position:relative}.page .shortmenu li{background-color:#fff}.shortmenu li.active{max-height:1000px;padding:5px 0;overflow:inherit}.shortmenu li:before{content:"";background:#267cc5;background:linear-gradient(39deg,#267cc5 17%,#42e2fe 77%);height:100%;width:48px;position:absolute;border-radius:8px;left:0;top:0;opacity:0}.shortmenu li a{position:relative;visibility:hidden;border-top:1px solid hsla(0,0%,100%,.2)}.shortmenu li a:first-child{visibility:visible;border-top:0}.shortmenu li.active a,.shortmenu li:hover a{visibility:visible}.shortmenu li.active,.shortmenu li:hover{box-shadow:0 0 30px rgba(0,255,255,.7)}.shortmenu li.active:before,.shortmenu li:hover:before{opacity:1}.shortmenu li span{position:absolute;left:48px;color:#fff;white-space:nowrap;font-size:14px;top:16px;display:block;visibility:hidden;opacity:0}.page .shortmenu li span{color:#88a2b9}.shortmenu a span:before{position:absolute;height:1px;top:50%;left:0;width:0;background-color:hsla(0,0%,100%,.25);content:""}.page .shortmenu a span:before{background-color:rgba(136,162,185,.5)}.shortmenu a:hover span{visibility:visible;left:65px;opacity:1}.shortmenu a:hover span:before{left:-17px;width:17px}.shortmenu li i{font-size:35px;color:#fff;line-height:48px;display:block;text-align:center}.page .shortmenu li i{color:#88a2b9}.page .shortmenu li a:hover i,.shortmenu li.active i{color:#fff}.shortmenu li a.active i,.shortmenu li.active a i,.shortmenu li.active a:hover i{transform:scale(.85);background-color:rgba(0,0,0,.1);border-radius:100%}.subMenu{background:rgba(0,0,0,.1);z-index:100;position:relative}.subMenu a i{background-color:transparent!important}.subMenu a.active i{background-color:rgba(0,0,0,.1)!important}.clients{margin-top:15px;background:hsla(0,0%,100%,.5);padding:15px 0;display:flex;align-items:center;flex-wrap:wrap;border-radius:10px;justify-content:center}.clients li{max-width:29.33%;margin:4px 8px}.clients li img{width:100%}.contentBox{height:100%;flex-grow:1;align-items:center;display:flex;animation:pageTRans .5s cubic-bezier(.165,.84,.44,1) forwards}@keyframes pageTRans{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.ul-style-none{list-style:disc;padding-left:25px}.ul-style-none li{color:#fff}.ul-style-none li:after,.ul-style-none li:before{display:none!important}.accordion h3{margin-bottom:15px}.accordion-item{border-bottom:1px solid #dddddd26}.accordion-item:last-child{border-bottom:none}.accordion-header{padding:10px;background:#ffffff0d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:14px}.accordion-body{padding:10px;background:#ffffff2e;color:#fff;line-height:20px;font-size:13px}.accordion-icon{font-size:18px;font-weight:700;margin-left:10px}.contentText{display:block;width:100%;align-items:center;max-height:calc(100vh - 130px);height:auto;margin-bottom:70px}.bennerImage img{width:auto;height:calc(100vh - 130px);position:relative;left:-75px}.innerpage .bennerImage{display:flex;height:300px;min-width:300px;width:300px;background:#ffca70;align-items:center;justify-content:center;border-radius:100%;position:relative;left:-50px;margin-left:-40px}.transBg{background-color:transparent!important}.scaleanimtion{transform:scale(1);opacity:1;animation:scaleanim 1s cubic-bezier(.43,.31,.46,.99) forwards}.innerpage .bennerImage img{animation-delay:.3s;transform:scale(0);opacity:0}@keyframes scaleanim{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.innerpage .bennerImage img{height:65vh;margin-right:auto;margin-left:auto;left:0}.bannerText h1{font-size:90px;font-weight:900;color:#fff}.bannerText p{font-size:35px;font-weight:300;color:#fff}.contentText h1{color:#fff;font-size:2.5rem;padding-bottom:10px;position:relative}.contentText h1 i{vertical-align:middle}.contentText p{color:#fff;text-align:justify;line-height:1.5;letter-spacing:1px;margin-top:5px}.customPara{max-width:98%;padding:2% 15px 2% 0}.customPara,.leftline{position:relative;display:block}.leftline{padding-left:40px;height:auto;max-width:100%;overflow:hidden}.leftline h3{color:#ff833f}.leftline:before{content:"";position:fixed;height:100%;width:1px;top:0;margin-left:-20px;background-color:#ffffff30}.breadcum:before{top:0;bottom:inherit}.breadcum{width:95%;display:block;position:relative;padding-top:10px}.sublinks{display:inline-block;position:relative;border-radius:20px;width:auto;height:40px;max-width:40px;font-size:20px;line-height:40px;min-width:40px;text-align:center;margin:0 5px;background-color:rgba(0,0,0,.2);color:#fff;overflow:hidden}.sublinks:after{content:"";left:0;box-shadow:0 0 30px rgba(255,47,127,0);z-index:-1;position:absolute;height:101%;width:101%;transform:scale(1);background:#ff2f7f;background:linear-gradient(90deg,#ff2f7f,#ff9b36);border-radius:20px;opacity:0}.sublinks div{font-size:0;width:100%;text-align:center;display:initial;padding:0;vertical-align:top;display:flex;align-items:center;justify-content:center}.sublinks div span{position:relative;left:5px}.sublinks div img{max-width:36px;padding:6px}.sublinks.active,.sublinks:hover{max-width:400px;box-shadow:0 0 30px rgba(255,47,127,.7);background-color:transparent}.sublinks.active div,.sublinks:hover div{font-size:15px;padding:0 15px}.sublinks.active:after,.sublinks:hover:after{opacity:1}.sublinks i{font-size:25px;line-height:40px;vertical-align:middle}.contentScroll{display:flex;flex-direction:column;max-height:calc(100vh - 130px);height:auto}.contentScroll .customPara{overflow-y:auto;overflow-x:hidden;flex-grow:1;scrollbar-color:hsla(0,0%,100%,.5) rgba(1,25,92,.08);scrollbar-width:thin;-webkit-mask-image:linear-gradient(0deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(0deg,transparent,#000 4%,#000 96%,transparent)}.quickActionButton{position:absolute;right:0;bottom:0;z-index:4}.quickActionButton ul{list-style:none;padding:0;margin:0}.quickActionButton ul li{position:relative;display:inline-block;width:auto;min-width:46px;margin:0 5px;text-align:center;line-height:46px;height:46px;vertical-align:bottom;border-radius:28px;background:hsla(0,0%,100%,.27);box-shadow:0 3px 6px rgba(0,0,0,.1);overflow:hidden}.quickActionButton ul li:before{content:"";position:absolute;border-radius:100%;height:10px;width:10px;top:50%;left:50%;background:#ffd5d5;background:linear-gradient(#fff,#ffd5d5);margin:-5px 0 0 -5px;transform:scale(0);z-index:-1}.quickActionButton ul li:hover{box-shadow:0 0 40px hsla(0,0%,100%,.74)}.quickActionButton ul li:hover:before{transform:scale(20)}.quickActionButton ul li{color:#fff}.quickActionButton ul li:hover{color:#f17953}.quickActionButton ul li span{font-weight:700;font-size:14px;letter-spacing:1px;padding:0 25px;color:#fff}.quickActionButton ul li:hover span{color:#ff833f}.ewse_whatsapp{color:#25d366}.quickActionButton ul li:last-child{background-color:#fff!important}.quickActionButton ul li i{font-size:25px;line-height:46px}.backeButton{position:absolute;right:0;top:0;width:45px;height:45px;text-align:center;display:inline-block;background-color:rgba(0,0,0,.5);color:#fff}.backeButton,.backeButton i{line-height:45px}.radibutton li{position:relative;margin-bottom:10px}.radibutton li label{color:#6e6aae;padding-left:28px;display:block;position:relative;line-height:20px!important;cursor:pointer;font-size:15px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radibutton.block li label,.radibutton.buttonstyle li label{border-right:0;padding-right:0;margin-right:0}.radibutton li input[type=radio]{position:absolute;opacity:0;cursor:pointer}.radibutton li:last-child label{border-right:none;padding-right:0;margin-right:0}.row div:last-child .formContent{margin-bottom:0}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background:hsla(0,0%,100%,.37);border-radius:50%;border:0 solid transparent;transition:all .3s cubic-bezier(.075,.82,.165,1)}.ct-textarea{width:100%;min-height:100px;background-color:transparent;border:1px solid rgba(1,25,92,.08);font-size:15px;font-family:Roboto,sans-serif;color:#fff}.ct-textarea:focus{outline:none}.googleMap{width:100%;padding:10px;background-color:#fff;border-radius:10px;margin-top:15px}label input:checked~.checkmark,label input:hover~.checkmark{box-shadow:0 0 13px #ff3f74;border:0 solid rgba(0,0,0,.1);background:#ff2f7f;background:linear-gradient(0deg,#ff9b36,#ff2f7f)}.sbtBtn{font-weight:500;font-size:14px;letter-spacing:1px;padding:12px 25px;margin-top:15px;border:none;background:#ff2f7f;background:linear-gradient(-90deg,#ff9b36,#ff2f7f);color:#fff;border-radius:30px;min-width:150px}.error-help{font-size:14px;color:red}.radibutton.buttonstyle label input:checked~.checkmark,label input:hover~.checkmark{box-shadow:0 0 13px #ff3f74;border:0 solid rgba(0,0,0,.1);background:#ff2f7f;background:linear-gradient(-90deg,#ff9b36,#ff2f7f)}.radibutton.buttonstyle li label{padding:10px 21px!important;margin-right:10px!important;font-size:12px}.radibutton.buttonstyle li .checkmark{height:100%;width:100%;z-index:-1;border-radius:25px}::-webkit-scrollbar{width:10px;background-color:rgba(1,25,92,.08);border-radius:4px}::-webkit-scrollbar-track{background-color:transparent;width:1px}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff2f61;background:linear-gradient(0deg,#fff6f7,#ff9b36)}.formContent{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #ffffff30;color:#fff}.flex{display:flex}.formContent{font-size:16px}.formContent label{color:#fff;padding-right:10px;margin-right:10px;border-right:1px solid #ffffff30}.formContent input{flex-grow:1;background-color:transparent;color:#fff}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{border:none;-webkit-text-fill-color:#fff;box-shadow:inset 0 0 0 1000px #fff0;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.formContent ::-moz-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.formContent :-ms-input-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.formContent ::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.formContent:-ms-input-placeholder{color:rgba(0,255,255,.7)}.formContent::-ms-input-placeholder{color:rgba(0,255,255,.7)}input{font-size:16px}input:active,input:focus,input:hover{background-color:transparent;box-shadow:none;border:0;outline:none}.ulList{list-style:none}.ulList li{position:relative;margin-bottom:10px;margin-top:10px}.ulList li h3{color:#ff833f}.ulList li:last-child{margin-bottom:0}.ulList li:after,.ulList li:before{position:absolute;content:"";height:10px;width:10px;left:-24px;top:5px;border-radius:100%}.ulList li:before{z-index:2;background:#ff2f7f;background:linear-gradient(90deg,#ff2f7f,#ff9b36);box-shadow:0 0 0 5px rgba(0,0,0,.2);animation:shadow 2s linear infinite}.ulList li:after{border:0 solid hsla(0,0%,100%,.3);animation:shadow2 1.5s linear infinite;height:24px;width:24px;left:-31px;top:-2px}@keyframes shadow{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}25%{box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}to{box-shadow:0 0 0 6px hsla(0,0%,100%,0)}}@keyframes shadow2{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.2);height:10px;width:10px;left:-24px;top:5px;pacity:1}25%{box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 0 0 4px hsla(0,0%,100%,.2);opacity:1}to{box-shadow:0 0 0 6px hsla(0,0%,100%,0);height:24px;width:24px;left:-31px;top:-2px;pacity:0}}.locations{display:flex;align-items:flex-start}.locationItems{width:33%;background-color:#6e6aae66;margin:5PX;padding:14px;border-radius:10px}.locationItems .iconBox,.locationItems .iconBox .icon{display:flex;align-items:center}.locationItems .iconBox .icon{width:40px;height:40px;justify-content:center;background-color:#5227c76e;margin-right:10px;border-radius:100%}.locationItems .iconBox .icon i{font-size:25px;color:#fff}.locationItems .iconBox label{font-size:18px;font-weight:500;color:#fff}.locationItems p{text-align:left;padding-left:30px;letter-spacing:unset!important;font-size:12px;line-height:18px;letter-spacing:.5px}@media only screen and (max-width:720px){.sublinks div img{max-width:26px;padding:2px}.mainwraper{left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.bannerTextOutLIne{width:calc(100% - 50px);background:url(/_next/static/media/expoutline2.cebbfd08.svg) no-repeat 50%;background-size:auto 75%;right:0}.sideDeheader .copyright{display:none}.menubutton{height:40px;width:40px;min-width:40px}.menubutton span{width:15px}.page .shortmenu li i{color:#fff}.page .menubutton,.page .shortmenu li{background:hsla(0,0%,100%,.12)}.page .menubutton span{background-color:#fff}.page.sideDeheader .line:after{background-color:hsla(0,0%,100%,.25)}.formContent{margin-bottom:10px}.sideDeheader{max-width:50px;min-width:auto}.sideDeheader .logosec{height:50px;display:flex;align-items:center}.logo{height:26px;position:relative;top:0}.sideDeheader .line:after{left:20px}.sideDeheader .line:nth-last-child(2){display:none}.shortmenuBox{padding-left:0}.shortmenu li i{font-size:28px;line-height:40px}.shortmenu li,.shortmenu li:before{width:40px;border-radius:4px}.shortmenu li{max-height:40px}.shortmenu li.active a{margin:0}.shortmenu li.active i{line-height:40px}.contentBox{align-items:center;justify-content:center;flex-direction:column;animation:pageTRanss}.bannerText h1{font-size:50px;text-align:left}.bannerText p{font-size:23px;text-align:left}.bennerImage img{height:auto;width:200px;min-height:200px;left:0;top:-40px}.bannerText{text-align:center;margin-top:68px;margin-left:11px}.cube{transform:translateZ(-35px)}.cube,.cube__face{height:70px}.cube__face--front{transform:rotateX(0deg) translateZ(35px)}.cube__face--back{transform:rotateX(-180deg) translateZ(35px)}.cube__face--top{transform:rotateX(90deg) translateZ(35px)}.cube__face--bottom{transform:rotateX(-90deg) translateZ(35px)}@keyframes bannertext{0%{transform:translateZ(-35px) rotateX(0deg)}23%{transform:translateZ(-35px) rotateX(0deg)}25%{transform:translateZ(-35px) rotateX(90deg)}48%{transform:translateZ(-35px) rotateX(90deg)}50%{transform:translateZ(-35px) rotateX(180deg)}73%{transform:translateZ(-35px) rotateX(180deg)}75%{transform:translateZ(-35px) rotateX(270deg)}98%{transform:translateZ(-35px) rotateX(270deg)}to{transform:translateZ(-35px) rotateX(1turn)}}::-webkit-scrollbar{width:1px}.quickActionButton ul li span{font-weight:500;font-size:10px;letter-spacing:0;padding:0 16px}.quickActionButton ul li i{font-size:18px;line-height:35px}.quickActionButton ul li{min-width:35px;line-height:34px;margin:0 2px;height:35px}.contentBox.innerpage{max-height:100%;align-items:flex-end}.innerpage .bennerImage{height:10px;width:100px;min-width:inherit;background-color:transparent;align-items:center;justify-content:center;left:0;margin-left:0}.contentBox.innerpage .bennerImage img{top:0}.innerpage .bennerImage img{height:100px;max-height:100px;width:auto;min-height:inherit}.contentText h1{color:#fff;font-size:1.2rem;text-align:left}.customPara{max-width:100%;padding-left:0;padding-right:0}.contentScroll{max-height:calc(100vh - 180px)}.contentBox.innerpage .contentText{margin-bottom:0}.leftline{padding-right:8px;padding-left:8px}.contentText p{letter-spacing:inherit;margin-top:5px;font-size:12px}.ulList{padding-left:26px}.sublinks{height:30px;max-width:30px;font-size:20px;line-height:30px;min-width:30px;margin:0 2px}.sublinks.active div,.sublinks:hover div{font-size:10px;padding:0 10px}.sublinks i{font-size:19px;line-height:30px;vertical-align:bottom}.radibutton.flex{display:block}.leftline:before{display:none}::-webkit-scrollbar-track{width:1}.radibutton li label{font-size:14px;display:inline-block}.formContent,input{font-size:14px}h4{font-size:18px}.row>*{padding-right:6px;padding-left:6px}.row{margin-left:-6px!important;margin-right:-6px!important}.shortmenu a:hover span,.sidBG{display:none}.formContent label{border-right:none}.customPara{max-width:98%;position:relative;display:block;padding:2% 0}.pricing{grid-template-columns:repeat(1,minmax(0,1fr))}.plan-cta{text-align:left}}*,:after,:before{box-sizing:border-box}.row>*{position:relative;width:100%;padding-right:15px;padding-left:15px}.row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap}.col{-ms-flex-preferred-size:0;flex-grow:1;max-width:100%}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;max-width:16.666667%}.col-3{flex:0 0 auto;max-width:25%}.col-4{flex:0 0 auto;max-width:33.3333333333%}.col-6{flex:0 0 auto;max-width:50%}.col-8{flex:0 0 auto;max-width:66.666667%}@media (max-width:575.98px){.col-xs-2{flex:0 0 auto;max-width:16.666667%}.col-xs-3{flex:0 0 auto;max-width:25%}.col-xs-4{flex:0 0 auto;max-width:33.3333333333%}.col-xs-6{flex:0 0 auto;max-width:50%}.col-xs-8{flex:0 0 auto;max-width:66.666667%}}@media (min-width:768px) and (max-width:991.98px){.col-md-12{flex:0 0 auto;max-width:100%}.col-md-2{flex:0 0 auto;max-width:16.666667%}.col-md-3{flex:0 0 auto;max-width:25%}.col-md-4{flex:0 0 auto;max-width:33.3333333333%}.col-md-6{flex:0 0 auto;max-width:50%}.col-md-8{flex:0 0 auto;max-width:66.666667%}}@media (min-width:992px) and (max-width:1199.98px){.col-lg-2{flex:0 0 auto;max-width:16.666667%}.col-lg-3{flex:0 0 auto;max-width:25%}.col-lg-4{flex:0 0 auto;max-width:33.3333333333%}.col-lg-6{flex:0 0 auto;max-width:50%}.col-lg-8{flex:0 0 auto;max-width:66.666667%}}@media (min-width:1200px){.col-xl-2{flex:0 0 auto;max-width:16.666667%}.col-xl-3{flex:0 0 auto;max-width:25%}.col-xl-4{flex:0 0 auto;max-width:33.3333333333%}.col-xl-6{flex:0 0 auto;max-width:50%}.col-xl-8{flex:0 0 auto;max-width:66.666667%}}@media (max-width:576px){.col-sm-12{flex:0 0 auto;max-width:100%}.col-sm-2{flex:0 0 auto;max-width:16.666667%}.col-sm-3{flex:0 0 auto;max-width:25%}.col-sm-4{flex:0 0 auto;max-width:33.3333333333%}.col-sm-6{flex:0 0 auto;max-width:50%}.col-sm-8{flex:0 0 auto;max-width:66.666667%}}@font-face{font-family:ews;src:url(/_next/static/media/ews.7849ee41.eot);src:url(/_next/static/media/ews.7849ee41.eot#iefix) format("embedded-opentype"),url(/_next/static/media/ews.4b5fb97b.ttf) format("truetype"),url(/_next/static/media/ews.995f72d2.woff) format("woff"),url(/_next/static/media/ews.f568c861.svg#ews) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" ews"],[class^=ews]{font-family:ews!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ewse_whatsapp:before{content:"\e90f"}.ewse_behance:before{content:"\e900"}.ewse_call:before{content:"\e901"}.ewse_digitalmar:before{content:"\e902"}.ewse_edit:before{content:"\e903"}.ewse_email:before{content:"\e904"}.ewse_facebook:before{content:"\e905"}.ewse_gaphicsdes:before{content:"\e906"}.ewse_getquote:before{content:"\e907"}.ewse_instagram:before{content:"\e908"}.ewse_linkedin:before{content:"\e909"}.ewse_send:before{content:"\e90a"}.ewse_twitter:before{content:"\e90b"}.ewse_user:before{content:"\e90c"}.ewse_webdev:before{content:"\e90d"}.ewse_youtube:before{content:"\e90e"}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}