.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:rgba(0, 0, 0, 0.4);--placeholder-color-focus:rgba(0, 0, 0, 0.25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;flex-wrap:wrap;padding:0;line-height:0;outline:0;position:relative;box-sizing:border-box;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:.4s linear infinite rotateLoader;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__tag{display:inline-flex;align-items:center;max-width:var(--tag--max-width);margin-inline:5px 0;margin-block:5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{display:flex;flex:1;vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out;word-break:break-all}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s,color .1s}.tagify__tag>div>[contenteditable]{display:block;outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div::before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:120ms;animation:.3s ease-out tags--bump;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading::after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:.4s linear infinite rotateLoader;margin:0 .5em 0 -.1em}.tagify__tag--flash div::before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div::before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn::after{opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-inline:auto 4.6666666667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"×";transition:.3s,color}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;margin:5px;padding:var(--tag-pad);line-height:normal;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit;overflow:hidden}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:1;transform:none;color:rgba(0,0,0,.25);color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty::after{display:none}}.tagify__input::before{content:attr(data-placeholder);width:100%;height:100%;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;opacity:0;position:absolute}.tagify__input::after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input::before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select{cursor:default}.tagify--select::after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px/8px monospace;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{flex:1;max-width:none;margin-inline-end:2em;margin-block:0;padding-block:5px;cursor:text}.tagify--select .tagify__tag div::before,.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input::before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify--empty .tagify__input::before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:none}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(-1px);border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;color:var(--tagify-dd-text-color);background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;animation:0s .3s forwards dd-wrapper-show}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;outline:0;max-height:60px;max-width:100%;line-height:normal;position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}.tagify__dropdown__item--selected::before{content:"✓";font-family:monospace;position:absolute;inset-inline-start:6px;text-indent:0;line-height:1.1}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}div .saffron-color-bg-7-day-trial:hover{background-color:#d16f13!important;color:#fff!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px;--font-poppins:"Poppins";--black-color:#000000;--white-color:#ffffff;--light-grey:#4d575d;--light-bg:#eef4fb;--dark-bg:#e0eaef;--light-blue:#0069f2;--dark-blue:#0f3f75;--border-color:#cad6dc;--table-bg:#e3edff;--dullgrey:#bac1cf;--grey-color:#828383;--blue-gradiant:linear-gradient(213.83deg, #081d59 18.7%, #00d5f6 101.98%);--color-lightsteelblue-100:#b3d3fc;--color-lavender:#e3edff;--color-lightgray:#cad6dc;--color-royalblue-100:#0073f2;--color-white:#fff;--padding-3xs:10px;--padding-5xs:8px;--font-size-2xs:11px;--font-poppins:"Poppins",sans-serif}.link.comp-nav{font-weight:600}.button-title{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative;overflow:hidden}.button-title2{color:var(--black-headings,#000);text-align:left;font-family:var(--font-poppins)!important;font-size:16px;line-height:24px;font-weight:400;position:relative;flex:1}.nav-container .right-section a{font-family:Poppins;font-weight:500}img{max-width:100%}.color-blue{color:#0073f2!important}.pointer{cursor:pointer!important}.breadcrumb .link-ref::after{content:">";position:relative;right:0;bottom:0;margin:auto;width:8px;height:10px;line-height:1}.breadcrumb li:last-child .link-ref::after{content:""}.breadcrumb{column-gap:8px;flex-wrap:wrap}.breadcrumb li{min-width:max-content;font-size:12px;line-height:18px}.breadcrumb .link-ref{color:var(--light-blue);position:relative;font-size:12px;line-height:18px;min-width:max-content}.link{fill:none;stroke:#ccc;stroke-width:2px;pointer-events:auto!important}nav .icon-close{width:16px;height:16px;display:none}.btn{background:var(--light-blue);color:var(--white-color);font-size:14px;font-weight:700;line-height:21px;padding:7px 20px!important;display:inline-flex;transition:.5s ease-in-out;box-shadow:0 2px 4px #00000066!important;border-radius:12px;text-decoration:none!important;border:none;cursor:pointer}a{color:var(--black-color);text-decoration:none}div .book-demo-head-ejs{background-color:#0069f2!important;color:#fff!important;cursor:pointer;border-radius:12px!important}.nav-container .saffron-color-bg-7-day-trial{border-radius:12px!important}nav .right-section{column-gap:40px}nav .menu-wrapper{column-gap:24px}body{font-family:var(--font-poppins)!important;background-color:var(--white-color);color:var(--black-color);font-size:14px;font-weight:400;margin:0;line-height:26px}h3{font-weight:500}p{margin:0 0 10px}ul{list-style:none;padding-left:0;margin:0}.first-data-index{min-height:60px!important}.try-risk-free{background:#0073f2;padding:10px 13px;color:#fff;border-radius:25px;font-family:Poppins;font-weight:500;font-size:24px;line-height:100%;text-align:center}.name-title-box{display:flex;flex-direction:column;width:-webkit-fill-available;justify-content:end}.name-title-box .name span,.name-title-box .title{font-family:Poppins}.remove-pointer{cursor:unset!important}.try-profit-free{width:100%;display:flex;justify-content:center;align-items:center;margin-top:20px}.testimonial-card .title{font-size:14px;color:#777}.testimonial-card p{font-size:16px;margin-bottom:20px;color:#333;font-family:Poppins;min-height:40%}.testimonial-card .name{font-weight:600;margin-bottom:5px}.countries-pricing{word-break:unset!important;font-size:16px!important;gap:5px!important}.testimonials-section{text-align:center;max-width:95%;margin:0 auto}.testimonials-section h2{margin:20px 0;font-family:Poppins;font-weight:500;font-size:40px;line-height:100%}.heading-wrapper-faq .faq-title{margin:15px 0;font-family:Poppins;font-weight:600;font-size:40px;line-height:100%;text-align:center}.heading-wrapper-faq .fa-desc{font-family:Poppins;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0;text-align:center;color:#424242}.pricingFaq-border h3{font-family:Poppins;font-weight:500;font-size:24px;line-height:100%}.testimonials-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 2px 15px rgba(0,0,0,.05);padding:30px 20px;width:calc(33.333% - 15px);transition:transform .3s}.testimonial-card .user_1,.testimonial-card .user_2,.testimonial-card .user_3{align-self:center;display:inline-block}.main-section-pricing header{display:flex;justify-content:space-between;flex-direction:row!important;align-items:center}.frame-2147224297{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-shrink:0;width:100%;position:relative}.frame-2147224299{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-shrink:0;width:100%;height:40px;position:relative;margin:20px 0;padding:0 25px}.button-buy-now{margin-top:auto;border:none;padding:12px;cursor:pointer;font-weight:700;transition:background .3s;width:100%;background:#eef4fa;border-radius:20px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;width:calc(20% - 40px);position:relative;overflow:hidden}.data-table-mob .button-buy-now{background:#fff!important}.button-buy-now a,.button-title a,.button-title2 a{width:100%;display:flex;justify-content:center;text-align:center}.extra-btn{border-radius:20px;padding:12px 48px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;width:calc(20% - 40px);position:relative;overflow:hidden}.button-title{color:var(--black-headings,#000);text-align:center;font-family:Poppins-Medium,sans-serif;font-size:16px;line-height:24px;font-weight:700;width:100%}.frame-2147224300{background:linear-gradient(90deg,rgba(1,114,242,.1) 0,rgba(220,130,252,.1) 100%);border-radius:48px;flex-shrink:0;width:20%;height:100%;position:absolute;overflow:hidden;right:20%}.button-buy-now2{background:var(--volza-blue,#00407c);border-radius:20px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;width:calc(20% - 40px);position:relative;overflow:hidden;z-index:2}.button-title2{color:var(--white,#fff);font-family:Poppins-Medium,sans-serif}.not-sure-about{font-family:Poppins;font-weight:600;font-size:40px;line-height:100%;letter-spacing:0;text-align:center;vertical-align:middle;color:#000}.hidden-faq{display:none}.guarantee-you-will{font-family:Poppins;font-weight:400;font-size:16px;line-height:18px;padding:15px 0;letter-spacing:0;text-align:center;vertical-align:middle;color:#747373}.no-question-div{font-family:Poppins;font-weight:600;font-size:16px;line-height:18px;letter-spacing:0;text-align:center;vertical-align:middle;color:#0073f2}.not-sure-volza-child,.not-sure-volza-children,.tick-icon{display:flex;align-items:center}.not-sure-volza-children{justify-content:center;gap:15px}.not-sure-volza-child{padding:10px;gap:4px;background:#eef4fa;border-radius:20px}.feature-list-container{display:flex;flex-wrap:wrap;margin-top:40px;gap:15px;width:95%}.feature-list-item{width:calc(50% - 15px);background:#fff;display:flex;border-radius:28px;padding:20px;gap:10px}.pricing-faq-list details{background:#eef4fa!important}.pricingFaq-border{border-left:5px solid #0073f2!important}.not-sure-icon{display:flex;justify-content:center}.pricing-features-icon{background:#eef4fa;min-width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:6px}.volza-best-head{font-weight:600;font-size:24px;line-height:100%;padding:4px 0;font-family:Poppins}.volza-best-sub-head{font-weight:400;font-size:16px;line-height:24px;color:#747373;font-family:Poppins}.feature-list-title{font-family:Poppins;font-weight:600;font-size:40px;line-height:100%;text-align:center;vertical-align:middle;color:#000;margin-bottom:20px;width:100%}.feature-list-div{width:100%;display:flex;flex-wrap:wrap;gap:30px}.most-popular-relat{width:100%!important;font-size:16px!important}.color-white{color:#fff!important}.features-group{width:100%;background:#fff}.image-instruction{flex-shrink:0;width:12px;height:12px;position:relative}.instruction-svg{display:flex}.all-countries{color:#000;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;width:100%;font-family:Poppins;font-weight:400;font-size:14px;line-height:15.75px}.price-comparison-table{background:#fff;padding:15px 47px}.feature-inner-data{display:flex;flex-direction:row;gap:0;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative;width:100%}.view-all-faq-btn{text-align:end;margin-top:16px;cursor:pointer;color:#007bff;font-weight:500;width:100%;text-decoration:underline}.countries-pricing{color:var(--text-secondary,#747373);text-align:left;position:relative;display:flex;align-items:center;justify-content:flex-start;word-break:break-word;font-family:Poppins;font-weight:500}.data-section{color:#00407c;text-align:left;position:relative;display:flex;align-items:center;justify-content:flex-start;gap:10px;font-family:Poppins;font-weight:600;font-size:18px;line-height:15.75px}.main-section-pricing{background-color:#eaf0f7;background-image:radial-gradient(#d5dce3 1px,transparent 1px);background-size:20px 20px;padding:15px 47px 47px}.most-popular .badge{position:absolute;top:-62px;left:0;background:linear-gradient(to right,#3b7cff,#c678f1);color:#fff;padding:20px 16px;box-shadow:0 2px 6px rgba(0,0,0,.1);width:100%;border-radius:48px 48px 0 0;font-family:Poppins;font-weight:500;font-size:25px;text-align:center}.plan-head{font-family:Poppins;font-weight:700;font-size:20px;line-height:114%;color:#000}.data-table-mob{background:#eef4fa;border-radius:48px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:flex-start;position:relative;margin:30px 0}.frame-2147224277{background:#fff;border-radius:48px;padding:40px 0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:flex-start;position:relative;margin-top:30px;width:95%}.frame-2147224240{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.frame-21472242772{padding:30px 24px 0;display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.detailed-feature-comparison{color:#000;text-align:left;font-size:32px;line-height:15.75px;font-weight:600;position:relative;align-self:stretch;display:flex;align-items:center;justify-content:flex-start;font-family:Poppins}.compare-all-features-across-our-pricing-plans{color:var(--text-secondary,#747373);text-align:left;line-height:15.75px;font-weight:400;position:relative;align-self:stretch;display:flex;align-items:center;justify-content:flex-start;font-family:Poppins;font-size:20px}.frame-2147224249{background:#eef4fa;display:flex;flex-direction:column;gap:0;align-items:flex-start;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative;border-radius:35px}.feature-table-main{display:flex;flex-direction:row;gap:0;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative;width:100%}.div-pjlv{border-style:solid;border-color:#bcbcbc;border-width:0 0 .4px;padding:24px;display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:center;flex-shrink:0;width:20%;position:relative;align-self:stretch}.feature{text-align:left;position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%}.div-pjlv2{border-style:solid;border-color:#bcbcbc;border-width:0 0 .4px;padding:24px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-shrink:0;width:20%;height:50px;position:relative}.corporate,.feature,.free,.sme,.start-up{font-family:Poppins;font-weight:600;font-size:24px;line-height:15.75px;color:#000}.free{color:#000;text-align:left;position:relative;display:flex;align-items:center;justify-content:flex-start}.div-pjlv3{border-style:solid;border-color:#bcbcbc;border-width:0 0 .4px;padding:24px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-shrink:0;width:20%;height:50px;position:relative}.start-up{color:#000;text-align:center;position:relative;width:211px;display:flex;align-items:center;justify-content:center}.div-pjlv4{border-style:solid;border-color:var(--volza-blue,#00407c);border-width:0 0 .4px;padding:24px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-shrink:0;width:20%;height:50px;position:relative}.sme{color:#000;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.div-pjlv5{border-style:solid;border-color:#bcbcbc;border-width:0 0 .4px;padding:24px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-shrink:0;width:20%;height:50px;position:relative}.corporate{color:#000;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.frame-2147224253{background:rgba(0,115,242,.1);display:flex;flex-direction:row;gap:0;align-items:center;justify-content:space-between;align-self:stretch;flex-shrink:0;height:50px;position:relative;padding:13px;border-bottom:1px solid #bcbcbc;cursor:pointer}.plan .price{font-family:Poppins;font-weight:700;font-size:22px;line-height:114%;margin:10px 0}.most-popular .description{margin:18px 0 20px!important}.description{font-family:Poppins;font-weight:400;font-size:15px;line-height:18px;color:#000;margin:10px 0 20px;min-height:10%}.feature-list li{font-family:Poppins;font-weight:400;line-height:18px;color:#6e7c87;margin:10px 0;padding-left:24px;position:relative;font-size:.95rem}.feature-list li span{color:#000;display:flex}.plan .price small{font-size:.9rem;font-weight:400}.feature-list{list-style:none;margin-bottom:20px;align-self:stretch;display:grid}.feature-list li::before{content:'\2713';position:absolute;left:0;color:#22b14c;font-weight:700;font-size:16px!important}.most-popular .button-buy-now{background:#002f76;color:#fff;margin-bottom:20px}.hero-title .highlight,.highlight{color:#0073f2}.pricing-container-new{background:0 0/20px 20px #eaf0f7;background-image:radial-gradient(#d5dce3 1px,transparent 1px);display:flex;gap:24px;justify-content:center;flex-wrap:wrap;width:100%}.plan{background:#fff;border-radius:48px;box-shadow:0 4px 10px rgba(0,0,0,.06);padding:30px 24px;width:calc(24% - 18px);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s}.hero-note{font-size:20px;font-weight:400;color:#000;margin-top:15px;font-family:Poppins;text-align:center}.cta-parent{display:flex;padding:30px 0;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.icon-close{display:-webkit-box;display:-ms-flexbox;display:flex}.whatsapp-icon{width:24px;height:30px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -722px -98px}.user_1{width:74px;height:78px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -6px -126px/526px 519px #f8f3f2;border-radius:50%;border:1px solid}.user_2{width:74px;height:78px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -105px -162px/711px 640px;border-radius:50%;border:1px solid}.user_3{width:74px;height:78px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -203px -161px/711px 640px;border-radius:50%;border:1px solid}.logo{width:126px;height:46px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -10px -292px;z-index:999!important}.clockBlue{width:15px;height:15px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -152px -755px}.close{width:24px;height:24px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -722px -54px}.buyer-3{width:44px;height:46px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -136px -420px}.buyer-4{width:43px;height:43px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -282px -292px}.buyer-5{width:42px;height:43px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -10px -484px}.buyer-6{width:43px;height:43px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -10px -358px}.blueArrow{width:10px;height:7px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -803px -609px}.blueLinkedin{width:18px;height:19px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -451px -358px}.blueRightArrow{width:15px;height:15px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -117px -755px}.buyer-1{width:43px;height:43px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -156px -292px}.buyer-2{width:42px;height:43px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -489px -388px}@media screen and (max-width:800px){.btmmenu{top:60px!important}.sort-filter-popup input[type=radio]{padding:0!important;height:15px}.global-trade-data-mobile-filter .heading-wrapper h2{margin-bottom:0!important}.global-trade-data-mobile-filter.mobile-filters .mobile-filter-popup .heading-wrapper{padding:17px 10px 5px!important}.global-trade-data-mobile-filter.mobile-filters .mobile-filter-popup .right-section .num-list{flex-wrap:wrap;column-gap:2%;row-gap:4px}.global-trade-data-mobile-filter.mobile-filters .filter-strip .btn{width:50%;height:45px;border-radius:0!important;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}}@supports not (accent-color:#0073F2){.coverageMobile[type=checkbox]:checked{background-color:#0073f2!important;border-color:#0073f2!important;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='https://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e")!important}.coverageMobile[type=radio]:checked{background-color:#0073f2!important;border-color:#0073f2!important;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='https://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")!important}}.country-status-table .top-box .search-wrapper,.country-status-table .top-box .select-wrapper{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:4px;padding:6px 10px}.country-status-table table tr:nth-child(2n) td a{margin-top:0;justify-content:center;color:var(--light-blue)}.country-status-table .top-box .select-wrapper span{min-width:max-content;color:var(--grey-color)}@media only screen and (max-width:1024.5px){.two-column-left .left-section{display:none}.mobile-filters{display:contents}}@media only screen and (max-width:767.5px){.hide-on-mobile{display:none!important}.hide-on-desktop{display:block}.top-search-section form{flex-wrap:wrap;row-gap:10px}.top-search-section .form-item{display:flex;align-items:center;gap:5px}.top-search-section .search-wrapper{margin-top:0}.top-search-section .search-wrapper input{border-radius:25px!important}.two-column-left .outer-wrapper{column-gap:0}.global-ports-section .item{width:49%}.mobile-filters .mobile-filter-popup .inner-wrapper{margin-top:0!important}.pagination li{font-size:11px;font-weight:500;line-height:16.5px;width:24px;height:24px}.country-browse-section .featured-tabs h3{min-width:max-content;font-size:11px;line-height:18.04px}}.global-ports-section .noUrl{font-size:13px;font-weight:500;line-height:21.32px;display:flex;padding:8px 15px}.custom-pagination-container a{width:100%;padding:0!important;justify-content:center}.bestseller-div:hover{color:var(--black-color)!important}.pagination li{display:inline-flex;justify-content:center;align-items:center;background:var(--light-bg);border:1px solid var(--border-color)}.top-search-section{padding:20px 0;background:var(--dark-bg)}.top-search-section form{display:flex;gap:10px}.top-search-section input{flex:1;border-radius:6px;padding:10px}.hide-on-desktop{display:none}.filter-wrapper .accordion-content .search-wrapper input{font-size:11px;font-family:var(--font-poppins)}.global-ports-section .items{column-gap:2%;row-gap:18px;flex-wrap:wrap}@media screen and (max-width:900px){.table-responsive{overflow-x:auto!important}.company-supplier-table table tr td:first-child,.company-supplier-table table tr th:first-child{min-width:153px;position:sticky;left:0;border-right:1px solid var(--border-color)}.company-supplier-table table tr td,.company-supplier-table table tr th{min-width:180px}.company-supplier-table table tr td{background:var(--white-color);font-size:11px!important;font-weight:400!important}.company-supplier-table table .name{font-size:11px!important;font-weight:400!important;line-height:18.04px;flex-wrap:wrap!important}.country-browse-section .featured-tabs h3{min-width:max-content;font-size:11px!important;line-height:18.04px}.country-browse-section .company-list{overflow-x:initial;column-gap:6px;flex-wrap:wrap;row-gap:6px;justify-content:unset!important}.country-browse-section .prod-items li a{font-size:11px;line-height:16.5px}.country-browse-section .prod-items li{padding:10px!important}.country-important-link ul a{height:100%;padding:8px;font-size:11px;font-weight:400;line-height:18.04px}.pagination li{font-size:11px!important;font-weight:500!important;line-height:16.5px!important;width:24px!important;height:30px!important}.country-browse-section .prod-items{grid-template-columns:repeat(2,1fr)!important}.country-browse-section .prod-items-hsn{grid-template-columns:repeat(10,1fr)!important}.country-browse-section .prod-items-port{grid-template-columns:repeat(4,1fr)!important}}.country-browse-section .company-list::-webkit-scrollbar{height:0}.country-browse-section .company-list::-webkit-scrollbar-track{background:var(--light-bg)}.country-browse-section .company-list::-webkit-scrollbar-thumb{background:var(--white-color)}.country-wise-list details,.faq-list details{width:100%;padding:2px;font-weight:400;background:var(--white-color)}.faq-list details{border:solid var(--border-color);border-width:1px 1px 1px 5px;border-radius:8px}.country-wise-list details summary,.faq-list details summary{justify-content:space-between;width:100%;padding:10px 32px 10px 15px;display:flex;align-items:center;position:relative;list-style:none;cursor:pointer;font-weight:600}.country-wise-list details summary::after,.faq-list details summary::after{content:"\002B";position:absolute;right:15px;margin:auto;display:flex;align-items:center;font-size:18px;line-height:1;font-weight:600;color:var(--black-color);top:50%;transform:translateY(-50%);pointer-events:all!important}.breadcrumb li a{color:var(--light-blue)}.tippy-box{background-color:#fff!important;color:#000!important;border-radius:4px;max-width:250px;max-height:200px;position:relative;box-shadow:.5px 2px 8px #8f8f8f}.tippy-box[data-theme~=light]{background-color:#fff;color:#000;border-radius:4px;padding:5px;font-size:13px;width:250px;margin-left:20px;z-index:5!important}.tippy-box *{color:#000!important}.tippy-arrow{color:#fff!important;width:20px!important;height:10px!important}.tippy-box[data-placement^=top]>.tippy-arrow{left:5px;transform:translateX(0)!important}.tippy-box[data-placement^=bottom]>.tippy-arrow{left:50%;transform:translateX(0)!important}.tippy-box:hover{background-color:#f9f9f9}.hide-modal{width:100%;position:fixed;justify-content:center;display:none;z-index:999999;align-items:center;height:100%;backdrop-filter:blur(5px)!important}.country-wise-list,.faq-list{margin-top:30px;flex-wrap:wrap;justify-content:flex-start;-webkit-column-gap:2%;column-gap:2%;row-gap:16px;align-items:flex-start;display:flex;row-gap:10px}.pricing-faq-list{padding:10px 15%}.most-popular{position:relative;background:linear-gradient(90deg,#0172f2 0,#dc82fc 100%);padding:2px;border-radius:0 0 50px 50px;display:inline-block}.most-popular .plan-inner{background:#fff;border-radius:0 0 48px 48px;padding:28px 24px;height:100%}#google_translate_element input,#google_translate_element select{height:41px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;padding:10px 30px 10px 10px!important;font-weight:500!important;font-family:Poppins!important}select option:first-of-type{color:var(--grey-color)}.goog-te-gadget .goog-te-combo{margin:4px 0}.goog-te-gadget{font-family:arial;font-size:11px;color:#666;white-space:nowrap;height:47px;overflow:hidden;margin:auto}details[open]::details-content{height:auto}details::details-content{height:0;overflow-y:clip}.country-wise-list details[open] summary::after,.faq-list>details[open] summary::after{content:"\2212"}.faq-list details div,.faq-list details p{display:none;padding:0 10px 10px;text-align:justify}.faq-list>details[open] div,.faq-list>details[open] p{display:block}.faq-list a{color:var(--light-blue)!important}summary{list-style:none;cursor:pointer;-webkit-appearance:none}summary::-webkit-details-marker{display:none}details{padding:0}.hsn-faq-border a,.prd-import-export details summary::after{pointer-events:all}@media only screen and (min-width:768px){nav .menu-item:hover .link.dropdown~.dropdown-items{opacity:1;visibility:visible!important;-webkit-transform:translateY(0)!important;transform:translateY(0)!important}}nav .link:hover{color:var(--dark-blue)}.filter-wrapper .accordion-content.show-popup{height:100%!important;display:grid!important}.pricingFaq-border p{font-size:18px}.hero-cta:hover,.try-risk-free:hover{background-color:#005fcc}.display-none{display:none!important}.color-green{color:#28a745;font-weight:700;font-size:18px!important}.cross-tick{color:red!important;font-size:30px!important}.button-buy-now2:hover,.most-popular .button-buy-now:hover{background:#001b4a!important}.button-buy-now:hover{background:#e0e7ef!important}.no-credit-needed-text{text-align:center;color:#6c757d;margin-bottom:10px;font-size:.9rem}.pricing-segmented-control-container{display:flex;justify-content:center;margin:20px 0}.segmented-control{display:flex;padding:4px;border:1px solid #ced4da;border-radius:50px;background-color:#f8f9fa;max-width:450px;width:100%}.segmented-control input[type=radio]{display:none}.control-label{flex-grow:1;text-align:center;padding:10px 15px;cursor:pointer;font-size:1rem;font-weight:600;color:#343a40;border-radius:50px;transition:.3s;white-space:nowrap}.segmented-control input[type=radio]:checked+.control-label{background-color:#e0f2ff;color:#007bff;border:1px solid #80bdff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.control-label:hover:not(.segmented-control input[type=radio]:checked + .control-label){background-color:#e9ecef}.enjoy-saving-message{font-weight:700;font-size:large;color:green}.annual-plan .most-popular .plan-inner{padding:28px 24px}.two-year-plan .most-popular .plan-inner{padding:35px 24px}.frame-2147224277-parent{width:100%;background:0 0/20px 20px #eaf0f7;background-image:radial-gradient(#d5dce3 1px,transparent 1px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 0 40px}.hero-section{text-align:center;padding:0 222px 45px}.hero-title{font-size:40px;font-weight:600;line-height:48px;color:#000;margin-bottom:20px;font-family:Poppins}.hero-subtitle{font-size:20px;font-weight:400;line-height:25px;color:#000;margin-bottom:40px;font-family:Poppins;font-style:italic;margin-top:20px}.hero-cta{background-color:#0073f2;color:#fff;padding:10px 0;border:none;border-radius:38px;font-size:24px;font-weight:500;cursor:pointer;display:inline;font-family:Poppins;text-align:center}.hero-cta a{color:#fff;padding:10px 40px}.hero-subtitle .highlight,.hero-title .highlight{cursor:pointer}.except_premium_countries-icon{width:20px;height:20px}.plan:hover{transform:translateY(-5px);z-index:999}.most-popular:hover{z-index:10!important}.premium-countries-list-wrapper,.premium-countries-list-wrapper:hover{z-index:10000}.pricing-container-new>:nth-child(2){z-index:90}.country-item>ul{list-style:none;padding-left:5px}.country-item>ul li{position:relative;padding-left:0;margin-left:20px;color:#5b81ab;font-weight:500;margin-top:2px;margin-bottom:2px}.country-item>ul li::before{content:"•";font-size:20px!important;color:#0073f2;position:absolute;left:-15px;top:0}.premium-countries-list{max-height:552px;overflow-y:auto}.premium-countries-description{font-weight:500}.adjust-country{gap:10px;display:grid}.adjust-country div{text-align:left}.adjust-div-width-height{gap:10px;display:grid;min-height:108px}.adjust-div-width-height span{font-weight:600;color:#0f172a;display:inline}@media screen and (max-width:1440px) and (min-width:900px){.adjust-div-width-height{min-height:154px!important}div nav .menu-wrapper,div nav .right-section{column-gap:10px!important}#google_translate_element input,#google_translate_element select{width:190px!important}}@media screen and (max-width:1600px) and (min-width:900px){.adjust-div-width-height{min-height:154px!important}}@media screen and (max-width:1280px) and (min-width:768px){.adjust-div-width-height{min-height:170px!important}}.countries-main-label{color:#64748b;font-weight:400;font-size:14px;margin-bottom:4px}.countries-dropdown-wrapper{position:relative;display:inline-block;width:100%}.countries-header{cursor:pointer;user-select:none;display:inline-flex;align-items:center}.countries-value{color:#1e293b;font-size:16px;display:flex;align-items:center;gap:6px}.info-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.info-icon-wrapper svg{width:25px;height:25px}.feature-list{min-height:430px}.custom-tooltip{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);background:#fff;color:#334155;padding:14px 18px;border-radius:8px;font-size:13px;line-height:1.7;white-space:normal;min-width:320px;max-width:350px;opacity:0;pointer-events:none;transition:opacity .3s;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid #e2e8f0;text-align:left}.custom-tooltip::before{content:'';position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:7px solid transparent;border-bottom-color:#fff;filter:drop-shadow(0 -2px 2px rgba(0, 0, 0, .05))}.info-icon-wrapper:hover .custom-tooltip{opacity:1}.tooltip-line{line-height:1.7;margin:6px 0;display:block}.tooltip-line:first-child{margin-top:0}.tooltip-line:last-child{margin-bottom:0}.tooltip-line strong{font-weight:600;color:#0f172a;display:inline}.countries-value .dropdown-arrow{width:12px;height:12px;transition:transform .3s}.countries-dropdown-content{display:block;position:static;background:0 0;border:none;box-shadow:none;padding:8px 0 0;border-radius:0;z-index:1;width:100%;min-width:auto}.premium-countries-toggle{background:#fff;border:1.5px solid #3b82f6;border-radius:8px;padding:10px;align-items:center;justify-content:space-between;cursor:pointer;transition:.3s;margin:0;width:70%}.premium-countries-toggle:hover{background:#f8fafc;border-color:#2563eb}.premium-countries-toggle .toggle-text{color:#7496b7;font-weight:500;font-size:14px;line-height:1.4;text-align:left;flex:1;display:flex}.premium-countries-toggle .toggle-arrow{color:#0073f2;font-size:14px;transition:transform .3s;font-weight:600;transform:rotate(0)}.premium-countries-toggle.open .toggle-arrow{transform:rotate(180deg)}.premium-countries-list-wrapper{display:none;margin-top:12px;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden;position:absolute;z-index:100;top:-183px;right:-245px}.premium-countries-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.premium-countries-header-left{display:flex;align-items:center;gap:12px}.premium-countries-icon{font-size:24px;line-height:1;display:flex;align-items:center}.premium-countries-title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.premium-countries-close{background:0 0;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.premium-countries-close:hover{opacity:.7}.premium-countries-close svg{width:20px;height:20px}.premium-countries-description{margin:0;padding:16px 20px 12px;color:#475569;font-size:13px;line-height:1.6}.premium-countries-list{display:flex;gap:24px;padding:0 20px 20px}.country-column{flex:1;display:flex;flex-direction:column;gap:7px}.country-item{font-size:14px;color:#527aa7;line-height:1.5;padding:8px 12px;background:#eff6ff;border-radius:6px}.dropdown-simple-text{color:#475569;font-size:13px;line-height:1.5;margin:0;padding:0}.click-to-view-container{display:flex;gap:10px}.click-to-view-container>:first-child{color:#0073f2;font-size:14px;font-weight:600}.pricing-container-new>:nth-child(2) .description,.pricing-container-new>:nth-child(4) .description{margin-bottom:5px}@media (max-width:900px){.premium-countries-toggle{width:100%!important}.countries-dropdown-content{width:280px;min-width:280px}.premium-countries-list{gap:12px}}.custom-dropdown{position:relative;display:inline-block;min-width:110px}.custom-dropdown-trigger{background:#fff;border-radius:8px;padding:6px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px;transition:.3s;user-select:none;font-weight:500!important;font-family:Poppins!important;color:#000}.custom-dropdown-trigger:hover{border-color:#999;background-color:#f9f9f9}.menu-item .custom-dropdown:hover .custom-dropdown-trigger{background-color:#f9f9f9}.menu-item .custom-dropdown.hover-open .custom-dropdown-trigger{background-color:#fff}@media (hover:none) and (pointer:coarse){.menu-item .custom-dropdown:hover .custom-dropdown-trigger{border-color:initial;background-color:initial}.menu-item .custom-dropdown:hover .custom-dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-10px)}}.border-redius-open{border-radius:8px 8px 0 0!important}.custom-dropdown-trigger.active{background-color:#f9f9f9}.custom-dropdown-text{flex:1;text-align:left;display:flex;justify-content:center;align-items:center}.custom-dropdown-arrow{margin-left:8px;display:inline-block}.custom-dropdown-trigger.active .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:100%;left:50%;right:0;background:#eef4fb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:500px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:unset!important;transform:translateX(-50%) translateY(0)!important}.custom-dropdown-mobile>:nth-child(2)>:nth-child(n),.custom-dropdown-mobile>:nth-child(n){background-color:#fff!important}.menu-item .custom-dropdown.hover-open .custom-dropdown-menu,.menu-item .custom-dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);min-width:180px;width:max-content}.menu-item .update-dropdown-mobile{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important}.update-dropdown-mobile{margin-left:unset!important;min-width:100%!important}.custom-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0);min-width:180px!important;width:max-content!important}.custom-dropdown-item{padding:5px 16px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s;font-size:14px;color:#000;text-decoration:none;display:block;font-weight:500!important}.custom-dropdown-item:hover{background-color:#0073f2!important;color:#fff!important}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item.selected{background-color:#e6f3ff;color:#333}.custom-dropdown-item.view-all{border-top:1px solid #ddd;font-weight:500;display:flex;justify-content:space-between;align-items:center}.custom-dropdown-item:hover:hover .custom-dropdown-arrow-right{border-left:4px solid #fff!important}.custom-dropdown-menu::-webkit-scrollbar{width:8px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#user-dropdown .custom-dropdown-trigger,#user-dropdown-mobile .custom-dropdown-trigger{background:0 0;border:none;border-radius:0;padding:6px 12px;color:#000;font-weight:500}#user-dropdown .custom-dropdown-trigger:hover,#user-dropdown-mobile .custom-dropdown-trigger:hover{background-color:#f9f9f9;border-radius:8px}#user-dropdown .custom-dropdown-trigger.active,#user-dropdown-mobile .custom-dropdown-trigger.active{background-color:#f9f9f9;border:2px solid #0073f2;border-radius:8px 8px 0 0}#user-dropdown .custom-dropdown-menu,#user-dropdown-mobile .custom-dropdown-menu{min-width:160px;right:0}.custom-dropdown-arrow-container{display:contents}@media (max-width:768px){#user-dropdown-mobile .custom-dropdown-trigger{padding:8px 12px;width:100%;justify-content:space-between;background:#fff!important}div #user-dropdown-mobile .custom-dropdown-menu{left:0;right:0;width:100%;background-color:#fff;transform:translateX(0) translateY(0)!important}#user-dropdown-mobile .custom-dropdown-trigger.active{border:2px solid transparent!important}.custom-dropdown-arrow-container{width:30%;display:flex;justify-content:end}.custom-dropdown-inner-text{width:70%;display:block}.custom-dropdown{min-width:100%!important}.custom-dropdown-item,.custom-dropdown-trigger{padding:10px 12px;font-size:13px}.custom-dropdown-mobile .custom-dropdown-trigger{padding:10px 16px;min-height:44px;display:flex;align-items:center}.custom-dropdown-mobile .custom-dropdown-item{padding:12px 16px;min-height:44px;display:flex;align-items:center}}.custom-dropdown-mobile .custom-dropdown-trigger{-webkit-tap-highlight-color:transparent;cursor:pointer;touch-action:manipulation}.custom-dropdown-mobile .custom-dropdown-trigger:hover,.custom-dropdown-mobile.custom-dropdown:hover .custom-dropdown-trigger{background-color:initial;border-color:initial}.custom-dropdown-mobile .custom-dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-10px)}.custom-dropdown-mobile .custom-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0);left:0!important}.custom-dropdown-mobile.hover-open .custom-dropdown-menu{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important}.custom-dropdown-mobile .custom-dropdown-trigger.active{background-color:#f9f9f9;border-radius:8px 8px 0 0}.update-dropdown-mobile>:nth-child(n){color:#000!important}.custom-dropdown-mobile .custom-dropdown-item{touch-action:manipulation;cursor:pointer}.custom-dropdown-mobile .open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;min-width:100%!important}.custom-country-dropdown{position:relative;display:inline-block;font-family:inherit;width:100%;max-width:300px}.contact-form-enquiry .custom-country-dropdown{max-width:unset!important;padding:0!important}.custom-country-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:4px;background-color:#fff;cursor:pointer;user-select:none;transition:border-color .2s,box-shadow .2s;min-height:40px;box-sizing:border-box;border:1px solid #cad6dc}footer .custom-country-dropdown-trigger{border:unset!important}.custom-country-dropdown-trigger:hover{border-color:#bbb}.custom-country-dropdown-trigger:focus{outline:0;border-color:rgba(0,0,0,.1)}.custom-country-dropdown[aria-expanded=true] .custom-country-dropdown-trigger{border-radius:4px 4px 0 0;border:2px solid rgba(0,0,0,.1)}.custom-country-dropdown-text{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-val{display:flex;align-items:center;gap:8px;flex:1}.country-flag{width:34px!important;height:28px!important;border-radius:2px;flex-shrink:0}.country-code{font-weight:600;color:#2c3e50;font-size:14px;min-width:45px;text-align:left}.custom-dropdown-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;transition:transform .2s;flex-shrink:0}.custom-country-dropdown[aria-expanded=true] .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-arrow-right{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #666;flex-shrink:0}.custom-country-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid rgba(0,0,0,.1);border-top:none;border-radius:0 0 4px 4px;z-index:1000;min-height:300px;max-height:max-content;display:none;animation:.15s ease-out dropdown-slide-down;transform-origin:top}.country-search-wrapper{padding:8px;border-bottom:1px solid #eee;background-color:#fff}.country-search-input{width:100%;padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:0}.country-search-input:focus{border-color:rgba(0,0,0,.1)}.country-options-container{max-height:240px;overflow-y:auto}.custom-country-dropdown-item{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .15s;user-select:none}.custom-country-dropdown-item:last-child{border-bottom:none}.custom-country-dropdown-item.focused,.custom-country-dropdown-item:hover{background-color:#f8f9fa}.custom-country-dropdown-item.selected{background-color:#e7f3ff;color:#0056b3}.custom-country-dropdown-item .country-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-country-dropdown-item .country-code{color:#666;font-size:.9em;flex-shrink:0}.load-all-countries-trigger{border-top:1px solid #eee}.load-more-item{font-style:italic;color:#007bff;justify-content:space-between}.load-more-item:hover{background-color:#f0f8ff}.custom-country-dropdown[data-is-phone=true]{flex-shrink:0}.contact-form-main .custom-country-dropdown[data-is-phone=true]{max-width:25%;min-width:25%;flex-shrink:0}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:8px 12px;min-height:44px}.custom-country-dropdown[data-is-phone=true] .country-code{font-weight:700;color:#1a365d;font-size:15px;letter-spacing:.5px;min-width:70px}.custom-country-dropdown[data-is-phone=true] .country-flag{flex-shrink:0}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-item .country-code{display:none}.phone.d-flex{gap:0;align-items:stretch}.phone.d-flex input[type=tel]{border-left:none;border-radius:0 4px 4px 0;flex:1;min-height:44px;padding:12px 16px}.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:50%;height:44px;width:50%!important}.schedule-demo-footer .custom-country-dropdown-trigger{background-color:#eef4fa;min-height:45px}.schedule-demo-footer .custom-country-dropdown-trigger:focus,.schedule-demo-footer .custom-country-dropdown[aria-expanded=true] .custom-country-dropdown-trigger{border:2px solid rgba(0,0,0,.1)}.schedule-demo-footer .phone.d-flex input[type=tel]:focus{border-color:rgba(0,0,0,.1);outline:0}.schedule-demo-footer .phone.d-flex{align-items:stretch;gap:0}.schedule-demo-footer .phone.d-flex input[type=tel]{border-color:#ddd;min-height:45px;padding:12px 16px;font-size:14px;border-radius:0 4px 4px 0;border-left:none}@media (max-width:768px){.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:55%;min-width:55%}.schedule-demo-footer .custom-country-dropdown-trigger,.schedule-demo-footer .phone.d-flex input[type=tel]{min-height:42px}}@media (max-width:480px){.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:55%;min-width:55%}.schedule-demo-footer .custom-country-dropdown-trigger,.schedule-demo-footer .phone.d-flex input[type=tel]{min-height:40px}.schedule-demo-footer .custom-country-dropdown[data-is-phone=true] .country-code{font-size:12px;min-width:30px}}@media (max-width:768px){.custom-country-dropdown{max-width:100%}.custom-country-dropdown[data-is-phone=true]{max-width:130px;min-width:100px}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:10px 8px 10px 10px;min-height:42px}.custom-country-dropdown[data-is-phone=true] .country-code{font-size:14px;min-width:40px}.custom-country-dropdown-menu{max-height:max-content}.country-options-container{max-height:240px}.custom-country-dropdown-item{padding:12px}.country-flag{width:24px;height:18px}.phone.d-flex input[type=tel]{min-height:42px;padding:10px 14px}}@media (max-width:480px){.custom-country-dropdown[data-is-phone=true]{max-width:110px;min-width:90px}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:7px 6px 7px 8px;min-height:40px}.custom-country-dropdown[data-is-phone=true] .country-code{font-size:13px;min-width:35px}.phone.d-flex input[type=tel]{min-height:40px;padding:8px 12px;font-size:14px}}.custom-country-dropdown-item:focus{outline:rgba(0,0,0,.1) solid 2px;outline-offset:-2px}@keyframes dropdown-slide-down{from{opacity:0;transform:scaleY(.95) translateY(-5px)}to{opacity:1;transform:scaleY(1) translateY(0)}}.country-options-container::-webkit-scrollbar,.custom-country-dropdown-menu::-webkit-scrollbar{width:6px}.country-options-container::-webkit-scrollbar-track,.custom-country-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.country-options-container::-webkit-scrollbar-thumb,.custom-country-dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.country-options-container::-webkit-scrollbar-thumb:hover,.custom-country-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (prefers-color-scheme:dark){.custom-country-dropdown-trigger{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.custom-country-dropdown-trigger:hover{border-color:#718096}.custom-country-dropdown-menu{background-color:#2d3748;border-color:#4a5568}.custom-country-dropdown-item{color:#e2e8f0;border-bottom-color:#4a5568}.custom-country-dropdown-item.focused,.custom-country-dropdown-item:hover{background-color:#4a5568}.custom-country-dropdown-item.selected{background-color:#2b6cb0;color:#bee3f8}.country-search-wrapper{background-color:#4a5568;border-bottom-color:#718096}.country-search-input{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.load-all-countries-trigger{border-top-color:#4a5568}}.bg-afghanistan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -290px -10px}.bg-albania{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -290px -58px}.bg-algeria{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -290px -106px}.bg-american-samoa,.bg-american_samoa{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -290px -154px}.bg-andorra{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -290px -202px}.bg-angola{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -265px}.bg-anguilla{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -265px}.bg-antarctica{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -265px}.bg-antigua-and-barbuda,.bg-antigua_and_barbuda,.bg-barbuda{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -265px}.bg-argentina{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -265px}.bg-armenia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -265px}.bg-aruba{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -10px}.bg-australia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -58px}.bg-austria{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -106px}.bg-azerbaijan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -154px}.bg-bahamas{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -202px}.bg-bahrain{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -342px -250px}.bg-bangladesh{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -313px}.bg-barbados{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -313px}.bg-belarus{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -313px}.bg-belgium{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -313px}.bg-belize{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -313px}.bg-benin{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -313px}.bg-bermuda{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -313px}.bg-bhutan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -10px}.bg-bolivia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -58px}.bg-bosnia-and-herzegovina,.bg-bosnia_and_herzegovina{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -106px}.bg-botswana{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -154px}.bg-brazil{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -202px}.bg-british-indian-ocean-territory,.bg-british_indian_ocean_territory{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -250px}.bg-brunei{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -394px -298px}.bg-brunei_darussalam{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -361px}.bg-bulgaria{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -361px}.bg-burkina-faso,.bg-burkina_faso{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -361px}.bg-burundi{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -361px}.bg-cambodia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -361px}.bg-cameroon{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -361px}.bg-canada{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -361px}.bg-cape_verde{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -361px}.bg-cape_verde_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -10px}.bg-cayman_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -58px}.bg-central_africa,.bg-central_african_republic{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -106px}.bg-chad{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -154px}.bg-chile{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -202px}.bg-china{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -250px}.bg-christmas_island{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -298px}.bg-cocos_\(keeling\)_islands,.bg-cocos__keeling__islands,.bg-cocos_keeling_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -446px -346px}.bg-colombia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -409px}.bg-comoros{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -409px}.bg-congo{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -409px}.bg-congo_the_democratic_republic{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -409px}.bg-congo_the_democratic_republic_of_the{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -409px}.bg-congo__the_democratic_republic_of_the{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -10px -10px}.bg-cook_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -409px}.bg-costa-rica,.bg-costa_rica{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -409px}.bg-cote_divoire{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -409px}.bg-croatia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -10px}.bg-cuba{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -58px}.bg-cyprus{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -106px}.bg-czech-republic,.bg-czech-republic_small_square,.bg-czech_republic{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -154px}.bg-default,.bg-maco_islands{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -66px -10px}.bg-djibouti{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -250px}.bg-dominica{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -298px}.bg-dominican-republic,.bg-dominican_republic{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -346px}.bg-egypt{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -498px -394px}.bg-ecuador{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -457px}.bg-el_salvador{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -457px}.bg-equatorial-guinea,.bg-equatorial_guinea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -457px}.bg-eritrea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -457px}.bg-estonia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -457px}.bg-ethiopia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -457px}.bg-euador{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -457px}.bg-falkland_islands__malvinas_{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -457px}.bg-faroe_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -457px}.bg-fiji{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -457px}.bg-finland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -10px}.bg-france{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -58px}.bg-french-guiana,.bg-french_guiana{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -106px}.bg-french-polynesia,.bg-french_polynesia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -154px}.bg-gabon{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -202px}.bg-gambia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -250px}.bg-georgia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -298px}.bg-germany{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -346px}.bg-ghana{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -394px}.bg-gibraltar{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -550px -442px}.bg-greece{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -505px}.bg-greenland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -505px}.bg-grenada{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -505px}.bg-guadeloupe{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -505px}.bg-guam{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -505px}.bg-guatemala{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -505px}.bg-guinea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -505px}.bg-guinea_bissau{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -505px}.bg-guyana{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -505px}.bg-haiti{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -505px}.bg-heard_island_and_mcdonald_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -505px}.bg-holy_see__vatican_city_state_{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -553px}.bg-honduras{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -553px}.bg-hong-kong,.bg-hong_kong{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -553px}.bg-hungary{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -553px}.bg-iceland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -553px}.bg-india{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -553px}.bg-indonesia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -553px}.bg-iran{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -553px}.bg-iran__islamic_republic_of{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -10px -61px}.bg-iraq{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -553px}.bg-ireland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -553px}.bg-israel{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -553px}.bg-italy{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -10px}.bg-ivory-coast,.bg-ivory_coast,.bg-ivory_coast_square{width:31px;height:27px;background:url('https://www.volza.com/css/sprite.webp') -62px -793px}.bg-jamaica{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -58px}.bg-japan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -106px}.bg-jordan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -154px}.bg-kazakhstan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -202px}.bg-kenya{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -250px}.bg-kiribati{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -298px}.bg-korea_republic_of{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -394px}.bg-korea__republic_of{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -122px -10px}.bg-krgystan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -442px}.bg-kuwait{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -490px}.bg-kyrgyzstan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -602px -538px}.bg-laos{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -601px}.bg-latvia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -601px}.bg-lebanon{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -601px}.bg-lesotho{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -601px}.bg-liberia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -601px}.bg-liechtenstein{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -601px}.bg-lithuania{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -601px}.bg-luxembourg{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -601px}.bg-macao{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -601px}.bg-macedonia,.bg-macedonia__the_former_yugoslav_republic_of,.bg-yugoslavia{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -122px -61px}.bg-madagascar{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -601px}.bg-malawi{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -601px}.bg-malaysia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -582px -601px}.bg-maldives{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -10px}.bg-mali{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -58px}.bg-malta{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -106px}.bg-mamibia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -154px}.bg-marshall_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -202px}.bg-martinique{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -250px}.bg-mauritania{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -298px}.bg-mauritius{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -346px}.bg-mexico{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -394px}.bg-micronesia,.bg-micronesia_federated_states{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -442px}.bg-micronesia__federated_states_of{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -10px -112px}.bg-moldova{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -490px}.bg-moldova__republic_of{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -66px -112px}.bg-monaco{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -538px}.bg-mongolia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -654px -586px}.bg-montserrat{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -649px}.bg-morocco{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -649px}.bg-mozambique{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -649px}.bg-myanmar{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -649px}.bg-namibia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -649px}.bg-nauru{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -649px}.bg-nepal{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -649px}.bg-netherlands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -649px}.bg-netherlands_antilles{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -649px}.bg-new-caledonia,.bg-new_caledonia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -649px}.bg-new-zealand,.bg-new_zealand{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -649px}.bg-nicaragua{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -582px -649px}.bg-niger{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -634px -649px}.bg-nigeria{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -10px}.bg-niue{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -58px}.bg-no{width:27px;height:27px;background:url('https://www.volza.com/css/sprite.webp') -113px -793px}.bg-norfolk_island{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -106px}.bg-northern_mariana_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -154px}.bg-north_korea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -202px}.bg-norway{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -250px}.bg-oman{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -298px}.bg-pakistan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -346px}.bg-palau{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -394px}.bg-panama{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -442px}.bg-papua_new_guinea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -490px}.bg-paraguay{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -538px}.bg-peru{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -586px}.bg-philippines{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -706px -634px}.bg-poland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -697px}.bg-portugal{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -697px}.bg-puerto_rico{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -697px}.bg-qatar{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -697px}.bg-romania{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -697px}.bg-russia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -697px}.bg-russian_federation{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -122px -112px}.bg-rwanda{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -697px}.bg-saint_helena{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -178px -10px}.bg-saint_kitts_and_nevis{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -697px}.bg-saint_lucia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -697px}.bg-saint_pierre_and_miquelon{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -178px -61px}.bg-saint_vincent_and_the_grenadines{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -697px}.bg-samoa{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -697px}.bg-san_marino{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -582px -697px}.bg-sao_tome_and_principe{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -634px -697px}.bg-saudi-arabia,.bg-saudi_arabia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -686px -697px}.bg-scotland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -10px}.bg-senegal{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -58px}.bg-seychelles{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -106px}.bg-sierra-leone,.bg-sierra_leone{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -154px}.bg-singapore{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -202px}.bg-slovakia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -250px}.bg-slovenia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -298px}.bg-solomon_islands{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -346px}.bg-somalia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -394px}.bg-south-africa,.bg-south_africa{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -442px}.bg-south_georgia_and_the_south_sandwich_islands{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -178px -112px}.bg-south-korea,.bg-south_korea{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -490px}.bg-spain{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -538px}.bg-sri-lanka,.bg-sri_lanka{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -586px}.bg-sudan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -634px}.bg-suriname{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -758px -682px}.bg-svalbard_and_jan_mayen{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -10px -163px}.bg-swaziland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -745px}.bg-sweden{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -62px -745px}.bg-switzerland{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -114px -745px}.bg-syria,.bg-syrian_arab_republic{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -66px -163px}.bg-taiwan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -166px -745px}.bg-taiwan__province_of_china{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -122px -163px}.bg-tajikistan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -218px -745px}.bg-tanzania{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -270px -745px}.bg-tanzania_united_republic_of{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -322px -745px}.bg-tanzania__united_republic_of{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -178px -163px}.bg-thailand{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -374px -745px}.bg-timor_leste{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -234px -10px}.bg-togo{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -426px -745px}.bg-tokelau{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -234px -61px}.bg-tonga{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -478px -745px}.bg-trinidad_and_tobago{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -530px -745px}.bg-tunisia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -582px -745px}.bg-turkey{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -634px -745px}.bg-turkmenistan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -686px -745px}.bg-turks_and_caicos_islands{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -234px -112px}.bg-tuvalu{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -738px -745px}.bg-uganda{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -10px}.bg-ukraine{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -58px}.bg-united-arab-emirates,.bg-united-arab_emirates,.bg-united_arab_emirates{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -106px}.bg-united-kingdom,.bg-united_kingdom{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -154px}.bg-united-states,.bg-united_states{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -202px}.bg-uruguay{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -250px}.bg-uzbekistan{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -298px}.bg-vanuatu{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -346px}.bg-venezuela{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -394px}.bg-vietnam{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -442px}.bg-viet_nam{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -490px}.bg-british-virgin-islands,.bg-british_virgin_islands,.bg-virgin_islands_british{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -234px -163px}.bg-virgin_islands__british{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -10px -214px}.bg-virgin_islands_u_s_{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -66px -214px}.bg-virgin_islands__u_s_{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -122px -214px}.bg-wallis{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -178px -214px}.bg-wallis_and_futuna{width:36px;height:31px;background:url('https://www.volza.com/css/sprite.webp') -234px -214px}.bg-western_sahara{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -538px}.bg-west_indies{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -586px}.bg-yemen{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -634px}.bg-yufoslavia,.bg-yugoslavia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -682px}.bg-zambia{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -810px -730px}.bg-zimbabwe{width:32px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -10px -793px}.bg-denmark{width:37px;height:28px;background:url('https://www.volza.com/css/sprite.webp') -495px -201px}.bg-serbia-and-montenegro{background:url('https://www.volza.com/css/sprite.webp') -550px -58px no-repeat;width:32px;height:28px;transform:rotate(90deg)}.bg-east-timor{width:32px;height:28px;background:url(https://www.volza.com/css/sprite.webp) -235px -10px}.bg-bonaire{background:url('https://www.volza.com/css/sprite.webp') -163px -789px no-repeat;width:32px;height:28px;border-radius:4px}.bg-chatham_island\,_new_zealand{background:url('https://www.volza.com/css/sprite.webp') -219px -792px no-repeat;width:32px;height:28px;border-radius:4px}.bg-easter_island{background:url('https://www.volza.com/css/sprite.webp') -272px -792px no-repeat;width:32px;height:25px;border-radius:4px}.bg-falkland_islands{background:url('https://www.volza.com/css/sprite.webp') -321px -794px no-repeat;width:32px;height:22px;border-radius:4px}.bg-jersey{background:url('https://www.volza.com/css/sprite.webp') -375px -795px no-repeat;width:32px;height:19px;border-radius:4px}.bg-kosovo{background:url('https://www.volza.com/css/sprite.webp') -427px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-libya{background:url('https://www.volza.com/css/sprite.webp') -477px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-montenegro{background:url('https://www.volza.com/css/sprite.webp') -530px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-syria{background:url('https://www.volza.com/css/sprite.webp') -581px -793px no-repeat;width:32px;height:25px;border-radius:4px}.bg-tokelau_island{background:url('https://www.volza.com/css/sprite.webp') -633px -793px no-repeat;width:32px;height:28px;border-radius:4px}.bg-west_africa{background:url('https://www.volza.com/css/sprite.webp') -686px -792px no-repeat;width:32px;height:28px;border-radius:4px}.bg-serbia{background:url('https://www.volza.com/css/sprite.webp') -735px -793px no-repeat;width:32px;height:28px;border-radius:4px}.bg-palestine{background:url('https://www.volza.com/css/sprite.webp') -774px -794px no-repeat;width:32px;height:25px;border-radius:4px}.bg-south-sudan,.bg-south_sudan{background:url('https://www.volza.com/css/sprite.webp') -814px -794px no-repeat;width:32px;height:28px;border-radius:4px}.bg-popup_alert_image{width:70px;height:50px;background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -10px -103px}.bg-signup_button{width:150px;height:73px;background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -10px -10px}.bg-ten_dots{width:25px;height:25px;background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -100px -103px}.bg-reload_button{width:20px;height:20px;background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -180px -10px}.bg-cross_button_new{background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -101px -134px no-repeat;width:23px;height:22px}.bg-mobile_popup_icon{background:url('https://www.volza.com/css/mail-reload-signup-icon.png') -144px -91px no-repeat;width:52px;height:60px}.bg-cards{width:308px;height:76px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -370px -10px}.bg-clientsimg{width:66px;height:28px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -526px -106px}.bg-hundred_100x{width:54px;height:53px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -452px -106px}.bg-money_back_guarantee_webp_4{width:62px;height:58px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -370px -106px}.bg-stripe{width:340px;height:94px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -10px -10px}.bg-qr_code_2x{width:179px;height:180px;background:url('https://www.volza.com/css/qr-pay-client-100.webp') -10px -124px}.copy-link-icon{background:url('https://www.volza.com/css/qr-pay-client-100.webp') -622px -98px no-repeat;width:40px;height:41px}.bg-west-indies{background:url('https://www.volza.com/css/qr-pay-client-100.webp') -199px -124px no-repeat;width:32px;height:28px;border-radius:6px}.bg-central-african-republic{background:url('https://www.volza.com/css/qr-pay-client-100.webp') -244px -123px no-repeat;width:32px;height:28px;border-radius:6px}footer{background-color:#00407c}footer .footer-wrapper{justify-content:space-between;column-gap:1%;row-gap:15px;padding-top:60px}.btn:hover{background-color:#005fcc!important;color:#fff!important}.top-box.section-padding{height:100%}.d-flex{display:flex}.logo-wrapper.d-flex{width:max-content;height:100%}.nav .right-section{width:100%;height:100%}.top-box.section-padding,footer{width:100%;height:-webkit-fill-available}.footer-container,.section-padding{padding:25px 47px}footer .footer-wrapper .footer-column{flex:1 1 20%}footer .footer-wrapper .sm-title{font-size:16px;font-weight:700;line-height:27px;color:#fff;margin-bottom:10px}footer .footer-wrapper .footer-column ul{display:flex;flex-direction:column;row-gap:8px;margin-bottom:40px}footer .footer-wrapper .footer-column ul li a{font-size:14px;font-weight:400;line-height:29px;color:#fff}.chat-with-us-text{color:#fff;font-size:16px;font-weight:600;padding:10px 10px 15px 0}.exim-shipment-download,.footer_qr{cursor:pointer}.footer_qr{width:164px;height:186px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -10px -10px/973px}footer .footer-wrapper .footer-column:last-child{flex:1 1 30%}footer .footer-wrapper .form-wrapper{background:#fff;padding:25px;border-radius:48px;display:flex;flex-direction:column}footer .footer-wrapper .form-wrapper .sm-title{color:#00407c;font-size:20px;font-weight:700;line-height:24px;margin-bottom:15px}footer .footer-wrapper .form-wrapper form{display:flex;flex-direction:column}footer .footer-wrapper .form-wrapper .phone{column-gap:10px}footer .footer-wrapper .form-wrapper input,footer .footer-wrapper .form-wrapper select,footer .footer-wrapper .form-wrapper textarea{margin-bottom:10px;padding:10px;border:none;border-radius:8px;font-size:14px;font-family:var(--font-poppins);font-weight:500;width:inherit;background-color:#eef4fa}footer .footer-wrapper .form-wrapper .dark-btn{background-color:#00407c;color:#fff;width:100%;border-radius:20px}.btn.dark-btn{border-color:#0f3f75;color:#fff;background:#0f3f75;justify-content:center}.btn-footer{padding:12px 50px!important;color:#fff!important}.copyright-container{display:flex;justify-content:center}.volza-white-logo{width:100%;height:42px;background:url("https://www.volza.com/images/volza-white-logo.webp") center no-repeat}.social-media-links-container{display:flex;gap:20px;width:100%;justify-content:center;margin-top:14px}.social-media-links-container>:nth-child(n){width:50px;height:48px;border-radius:50%;background-color:#fff;padding-top:3px}.mini-twitter{width:100%;height:42px;background:url("https://www.volza.com/images/twitter_mini.webp") center no-repeat}.mini-instagram{width:100%;height:42px;background:url("https://www.volza.com/images/instagram_mini.webp") center no-repeat}.mini-likedin{width:100%;height:42px;background:url("https://www.volza.com/images/linkedin_mini.webp") center no-repeat}.mini-facebook{width:100%;height:42px;background:url("https://www.volza.com/images/facebook_mini.webp") center no-repeat}.mini-googleplus{width:100%;height:42px;background:url("https://www.volza.com/images/google plus.webp") center no-repeat}.mini-youtube{width:100%;height:42px;background:url("https://www.volza.com/images/youtube_mini.webp") center no-repeat}footer .footer-bottom{background-color:unset;text-align:center;padding:20px 15px;display:flex;justify-content:center;gap:10px}.search-wrapper .btn:hover{border-color:var(--dark-blue);background:#0f3f75!important;color:var(--dark-blue)}footer .footer-bottom p{margin-bottom:0;font-size:14px;color:var(--white-color)}.rss-links-container{display:flex;gap:10px}.rss-links-container>:nth-child(n){color:#fff}.cta-credit-alignment{width:max-content;text-align:center}.disclaimer-text{margin-top:10px}@media (max-width:560px){div .custom-dropdown-text{justify-content:flex-start!important}.overview-section.content-wrapper .left-section{min-height:230px!important}.overview-section .tabs .link{padding:7px!important}.country-status-table table td:first-child,.country-status-table table th:first-child{position:sticky!important}footer .footer-wrapper{flex-wrap:wrap;padding-top:30px}}@media (max-width:900px){.whyVolza1,.whyVolza2,.whyVolza3,.whyvolza1{width:44px!important}.whyVolza4{width:77px!important}div .custom-dropdown-text{justify-content:flex-start!important}.overview-section.content-wrapper .left-section{min-height:230px!important}.overview-section .tabs .link{padding:7px!important}.country-status-table table td:first-child,.country-status-table table th:first-child{position:sticky!important}.footer-form-mobile-container>:first-child{padding:15px 5px!important}footer .footer-wrapper{padding:20px 0;flex-wrap:wrap}.cta-credit-alignment{width:100%!important;text-align:center}.footer-container{padding:15px 10px!important}footer .footer-wrapper .form-wrapper{background:unset!important}footer .footer-wrapper .form-wrapper .sm-title{color:#fff!important}footer .footer-wrapper .sm-title{font-size:16px!important;line-height:26px}footer .footer-wrapper .form-wrapper .phone{width:100%!important}footer .footer-wrapper .form-wrapper .dark-btn{background-color:#0073f2!important;font-size:18px!important}.footer-column-mobile{width:calc(50% - 10px)!important}.footer-column-mobile ul li a{color:#fff!important;font-size:13px;font-family:var(--font-poppins);line-height:29px}.social-media-links-container{gap:10px!important}div nav .right-section{gap:5px!important}.exporters-review{margin-left:1%!important}.input-wrapper-faq::before{left:7%!important}.display-flex-block{display:block!important}.d-contents{display:inline-flex!important}}footer .footer-wrapper .form-wrapper .select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:0;width:100%;color:var(--grey-color);padding-right:30px;z-index:1}footer .footer-wrapper .form-wrapper .select-wrapper.phone{background-color:#eef4fa}.margin-country-code{margin-left:10px!important}.margin-country-flag{margin:-3px 0 0}.bottom-menu.sticky .list-items-company li a.active,.btmmenu.sticky .list-items li a.active{border-color:var(--white-color);color:var(--white-color)}nav .features-dropdown .dropdown-items{width:260px}.custom-right-arrow-features .color-blue-arrow{border:1px solid #166ac4!important;border-left:unset!important;border-bottom:unset!important}.custom-right-arrow-features>:first-child{width:20px;height:2px;border:1px solid #0073f2;border-left:unset;border-right:unset;border-bottom:unset}.custom-right-arrow-features>:nth-child(2){width:7px;height:7px;border:1px solid #0073f2;border-left:unset;border-bottom:unset;transform:rotate(44deg);margin-left:-7px}nav .dropdown-item a:hover{background:#0073f2!important;color:#fff!important}nav .dropdown-item a:hover>.custom-right-arrow-features>:nth-child(n){border-color:#fff!important}.custom-right-arrow-features{display:flex;align-items:center;margin-left:10px}.view-all-countries-anchor{display:flex!important;align-items:center}.book-demo-selection{gap:24px!important}.dropdown-content{display:none}.dropdown-content.show{display:block}.close-dropdown-content,.open-dropdown-content{display:none}.mobile-dropdown-feature.active .close-dropdown-content,.mobile-dropdown-feature:not(.active) .open-dropdown-content{display:inline}.custom-sidebar.open::-webkit-scrollbar{width:0;height:0}.last-ele-overview{margin-top:10px}.font-weight-bold{font-weight:700}.tippy-box{overflow-y:auto}.tippy-box::-webkit-scrollbar{width:3px}.tippy-box::-webkit-scrollbar-thumb{background:#000}.tippy-box::-webkit-scrollbar-track{background:#eef4fb}.hs-code-heading div,.hs-code-heading h2{font-size:14px!important;font-weight:600;color:#fff!important}nav .menu-item{position:relative}.adjust-shipment-table-width-desktop{max-width:285px}.mt-20px{margin-top:20px!important}.align-self-start{align-self:flex-start!important}.justify-content-center{justify-content:center!important}.pop-input-border{border:1px solid #ddd}footer .footer-wrapper .form-wrapper .phone input{flex:1;width:100%!important}@media screen and (max-width:1440px) and (min-width:900px){footer .footer-wrapper .footer-column:last-child{flex:1 1 40%!important}div nav .menu-wrapper,div nav .right-section{column-gap:10px!important}#google_translate_element input,#google_translate_element select{width:190px!important}}@media screen and (max-width:1370px){nav .menu-wrapper,nav .right-section{column-gap:20px!important;column-gap:10px!important}.book-demo-selection{gap:20px!important}}@media screen and (max-width:1280px){.nav-container{padding:0 10px}}.dropdown-homepage-filter{font-size:14px;font-weight:500;color:#4d575d;padding:10px}.dropdown-homepage-filter.active{background-color:#0076ff;padding:10px 20px;border-radius:48px;color:#fff}.custom-filter-home-wrapper>:nth-child(n){align-items:center;display:flex;justify-content:center}.custom-filter-home-wrapper{background-color:#eaf2fa!important;width:max-content;padding:4px;display:flex;justify-content:space-between;gap:0;cursor:pointer;border-radius:48px;margin-bottom:0;margin-top:10px;margin-left:3px}.home-banner.search-wrapper.home-banner-padding{padding:0!important}.home-banner.search-wrapper{margin-top:0!important}.home-banner .form.d-flex{display:flex;gap:0}.home-banner .input-wrapper{flex:1;background-color:#fff;padding:5px 10px;flex-direction:row;align-items:center}.search-wrapper .input-wrapper{border:1px solid #cad6dc}.home-wrapper{border-radius:48px}.home-wrapper>:first-child{border-radius:48px 0 0 48px;padding:0!important}.search-wrapper .btn{border-radius:48px!important;min-width:120px!important;gap:5px!important}.home-banner .btn{border-radius:0 48px 48px 0;width:55px}.search-wrapper .btn{height:43px;align-items:center;display:flex;justify-content:center;padding:0!important;border:none!important}.home-banner .btn,.home-banner input,.home-banner select{height:44px!important}#searchBoxMobile .input-wrapper .btn,#searchBoxMobile .search-wrapper .btn{height:48px!important;min-width:50px!important}#searchBoxMobile .input-wrapper{display:flex;flex-direction:row;align-items:center;border-radius:48px;padding:0 5px}.otp-pop-up{background-color:#2c3e5d!important;height:50px!important;width:100%!important;color:#fff;text-align:center;padding-top:11px;font-size:20px;border-top-left-radius:8px;border-top-right-radius:8px}.custom-infoItem{width:80px;height:80px;border:6px solid #2366bd;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-infoItem>span{font-size:30px;display:flex;justify-content:center;align-items:center;color:#0069f2}.search-modal-content .content-div{width:100%;display:flex;justify-content:center;text-align:center}.search-modal-content{display:flex!important;flex-wrap:wrap;justify-content:center;padding:20px}.search-box-popup-ok{font-size:16px;font-family:var(--font-poppins);height:36px!important;color:#fff;background:#0069f2;text-align:center;border-radius:6px;cursor:pointer;align-items:center;display:flex;justify-content:center;margin-bottom:20px;padding-right:10px;padding-left:10px}.search-box-moda-item{width:27%;height:20em;display:flex;justify-content:center;background:#fff;border:1px solid #cad6dc;border-radius:5px}.adjust-cross-button{width:5%}.align-flex-start{align-items:self-start}.article-section>dl .item>dd>a,.article-section>dl .item>dt>a,.company-contact-address .items a,.company-related-link li a{font-size:14px;font-weight:400;line-height:22.96px;color:var(--light-blue)}.successled-grid .card p.readblog a{color:var(--light-blue)}div .saffron-color-bg-7-day-trial{background-color:#ff7a00!important;color:#fff!important}.list-items-company{padding:10px 0;column-gap:10px}.company-branch-locations dl dd{position:relative;padding-left:23px;color:var(--light-blue);font-size:14px;font-weight:500;line-height:22.96px}.company-branch-locations dl dd::before,.custom-blue-location{content:"";position:absolute;left:0;top:2px;width:16px;height:20px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -766px -127px}.view-more-container.show-more .homeSeeMore.toggle-less,.view-more-container.show-more .more,.view-more-container.show-more .most-product-container .more{display:flex}.view-more-container .more{display:none}.share-popup.active{display:flex!important;visibility:visible!important;opacity:1!important}.personalised-popup .inner-wrapper,.share-popup .inner-wrapper{background:var(--white-color);padding:40px 15px 30px;width:50%;max-width:700px;position:relative;max-height:90vh;overflow-y:auto;border-radius:12px!important}.personalised-popup .personalisedpopup-close,.personalised-popup .shorepopup-close,.share-popup .personalisedpopup-close,.share-popup .shorepopup-close{position:absolute;top:15px;right:20px;max-width:14px;cursor:pointer}.personalised-popup .top-content,.share-popup .top-content{text-align:center;margin-bottom:50px}.personalised-popup .top-content p,.share-popup .top-content p{font-size:16px;color:var(--light-grey);font-weight:500;margin-bottom:20px}.personalised-popup .top-content li a,.share-popup .top-content li a{width:34px;height:34px;background:var(--dark-blue);display:flex;justify-content:center;align-items:center;border-radius:4px}.personalised-popup .copylink,.share-popup .copylink{width:100%;margin:auto;position:relative;display:flex;justify-content:center}.personalised-popup .copylink::before,.share-popup .copylink::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:55%;height:1px;background:var(--border-color)}.personalised-popup .copylink span,.share-popup .copylink span{width:max-content;background:var(--white-color);padding:0 15px;position:relative}.personalised-popup .form,.share-popup .form{margin-top:30px;max-width:550px;margin-left:auto;margin-right:auto}.personalised-popup .form .input-wrapper,.share-popup .form .input-wrapper{width:100%}.share-link-style{color:#000!important;background:no-repeat padding-box #eef4fb;border:2px dashed #0073f2;border-radius:12px 0 0 12px;padding:5px 7px;border-right:none!important;font:600 14px/25px Poppins;letter-spacing:0;word-break:break-all!important;align-self:stretch;position:relative}.input-wrapper{display:flex;flex-direction:column}.copy-share-link-btn{align-self:stretch;position:relative}.personalised-popup .form button,.share-popup .form button{min-width:max-content;border-radius:0 12px 12px 0;height:41px;column-gap:6px;align-items:center;border:none!important}.share-popup .form button{height:100%!important}.personalised-popup .top-content ul,.share-popup .top-content ul{display:flex;justify-content:center;column-gap:15px;row-gap:15px}.icon-tweet{width:34px;height:23px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -156px -234px/435px 310px;display:inline-block}.icon-insta{width:28px;height:30px;background-image:url("https://www.volza.com/images/instagram.webp");background-size:28px 28px;background-position:0 0;display:inline-block;margin-top:7px}.facebooksprite{width:24px!important;height:31px!important;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -98px -659px!important}.linedInSvg-white{width:30px;height:33px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -143px -659px}.icongplushWhite{width:29px!important;height:23px!important;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -717px -186px!important}.whatsAppIconWhite,.whatsapp_light{width:24px;height:24px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -722px -142px}.produt-content-alignment{display:flex!important;align-items:center;flex-wrap:wrap!important}.font-weight-400{font-weight:400!important}.feature-grid>div p{word-break:break-word}div .text-align-center{text-align:center!important}.text-middle{text-align:left!important;float:inline-end!important}.text-color-black{color:#000!important}.ml-40percent{margin-left:27%}.ml-30percent{margin-left:25%!important}.ml-45percent{margin-left:45%!important}.mleft-20px{margin-left:20px!important}div .dis-flex{display:flex!important}.f-left{float:left}.margin-top-bottom-20px{margin:20px 10px!important}.margin-top-bottom-10px{margin:10px!important}.margin-bottom-15px{margin-bottom:15px}.margin-top-15px{margin-top:15px}.margin-top7-percent{margin-top:-7%!important}div .font-weight-600{font-weight:600!important}.exporters-review{width:70%!important;background:var(--light-bg);padding:40px 20px;border-radius:8px;margin-left:15%}.form.d-flex{display:flex}.input-wrapper{position:relative;width:100%}.input-with-search-icon{padding:25px 20px 25px 41px;border:1px solid #e5e5e5;border-radius:50px;background-color:#eef4fb!important;font-size:15px;color:#333;outline:0;transition:.3s;margin:20px 0 10px!important;align-self:flex-end}.input-with-search-icon::placeholder{color:#999;font-size:15px}.input-with-search-icon:focus{background-color:#fff;border-color:#ddd;box-shadow:0 2px 8px rgba(0,0,0,.08)}.input-wrapper-faq::before{content:"";position:absolute;left:5%;top:55%;transform:translateY(-50%);width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:1}.input-with-search-icon::-webkit-search-cancel-button,.input-with-search-icon::-webkit-search-decoration,.input-with-search-icon::-webkit-search-results-button,.input-with-search-icon::-webkit-search-results-decoration{display:none}.mt-30px{margin-top:-13px!important}.width-98percent{width:97%!important}.prd-import-export details[open] summary::after{transform:rotate(45deg)}.align-center-display-content{align-items:center;display:contents}.d-contents{display:contents}.pd-right-25px{padding-right:25px!important}.company-location{color:#6d757e!important;font-size:13px}.hscode-popup-head h3{font-size:20px;font-weight:700}.hscode-popup-head p{font-size:14px;font-weight:500;margin:0!important}.hscode-popup-head h3,.hscode-popup-head p{text-align:center;max-width:43em}.hscode-popup-head .width-100{justify-content:center;align-items:center;display:grid;flex-wrap:wrap;position:relative}.width-100{width:100%!important}.hscode-popup-head{display:flex;justify-content:space-between;align-items:center;background:#0f3f75;color:#fff;padding:14px;font-size:10px;border-radius:7px 7px 0 0}.popup-content{background:#fff;border-radius:7px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999999;backdrop-filter:blur(10px)}.filter-close{cursor:pointer}.hscode-popup-head .icon-close{filter:invert(1)}.icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;width:19px;height:19px;background:url(https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp) 65px -538px/500px 500px}.hs-table-content{padding:20PX}.hs-code-heading{display:flex;justify-content:space-between;background-color:#0f3f75;padding:7px 20px;border-radius:5px 5px 0 0}.hs-code-heading h2{font-size:12px;color:#fff}.popup-overlay .popup-content .inner-content ul{width:60em;height:30em;overflow-y:scroll}.popup-overlay .popup-content .inner-content ul li{font-size:15px;color:var(--light-blue);display:flex;align-items:center;padding:0 20px;gap:40px}.popup-overlay .popup-content .inner-content ul li:nth-child(odd){background:#f2f2f2}.hs-table-content ul li div{display:flex;align-items:center;gap:5px;min-width:80px}.popup-overlay .popup-content .inner-content ul li input{margin:0!important;cursor:pointer}.popup-overlay .popup-content .inner-content ul li span{font-size:14px}.hs-des-font{color:var(--grey-color);width:100%}.continue-button-main{display:flex;justify-content:center;align-items:center}.skip-button{display:flex;padding:4px 26px;margin-right:10px;border:1px solid #0f3f75;border-radius:8px;box-shadow:1px 0 6px 1px rgba(0,0,0,.2);color:#0f3f75;font-size:14px;font-weight:700}.hs-table-content .btn,.hs-table-content .skip-button{margin-top:10px}.loader-parent{width:100%;height:100%;position:fixed;top:0;bottom:0;z-index:99999;justify-content:center;align-items:center;backdrop-filter:blur(5px)}.loader{width:48px;height:48px;border:5px solid var(--dark-blue);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:1s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:900px){.overview-section.content-wrapper .left-section{min-height:230px!important}.overview-section .tabs .link{padding:7px!important}.popup-overlay .popup-content .inner-content ul{width:100%!important}.hs-table-content .hs-code-heading>:nth-child(n){color:#fff!important}.btn{font-size:12px;font-weight:600;line-height:19.5px;padding:10px 8px!important}}.review-ques-section .review-item .with-bg .name-box{margin-top:10px!important}.collapsible-h1{height:20px;overflow:hidden;transition:height .3s}.view-more-container .toggle-less,.view-more-container .toggle-more{display:none;cursor:pointer;color:#0069f2;font-size:14px;margin-top:5px}.view-more-container.collapsed .toggle-more,.view-more-container.expanded .toggle-less{display:inline-block}.view-more-container.expanded .collapsible-h1{height:auto}@supports (-webkit-touch-callout:none){.top-box.section-padding,footer{height:100%}}.popup-overlay{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.bottom-menu .list-items>:nth-child(n){display:contents}.text-upper{text-transform:capitalize}.tranform-imverted-image{transform:scaleY(-1)!important}.email-container-affiliate,.globe-container-affiliate{display:flex;gap:10px}.email-container-affiliate img,.globe-container-affiliate img{width:27px;height:27px}.email-container-affiliate a,.globe-container-affiliate a{color:var(--light-blue)}.icon.icon-profit span{color:#000}.multiline-graph-fs{font-size:11px}.office-build-adjust{width:70px;height:70px;background:url("https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp") -1205px -981px}.custom-dflex{display:flex;gap:10px;align-items:flex-start!important}.whyVolza4{width:37px;height:28px}.video-section .inner-wrapper{justify-content:center!important;column-gap:5%!important;display:flex!important}.video-section .right-content ul{row-gap:24px!important}.find-buyers h2{font-weight:600!important}.vector-logo-wrapper{background-color:#d8dee2;width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center}#BotPenguin-tools-widget>a>div:first-child,#BotPenguin-tools-widget>a>img:first-child{right:15px!important;left:unset!important;z-index:9;bottom:60px!important}.list-style-inside{list-style:disc!important}.margin-left-30px{margin-left:30px!important}.fact-sheet-text{text-align:left!important;margin:0;padding:0;width:100%}.fact-sheet-text li,.fact-sheet-text ul{text-align:left!important;list-style-position:inside}.margin-20px{margin:20px!important}.display-flex-block{display:inline-flex!important}@media (max-width:768px){.contact-link{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center}.contact-link .item{display:flex!important;align-items:center;margin-right:20px;margin-bottom:8px;white-space:nowrap}.padding-left-60px{padding-left:60px!important}}.margin-left-27px{margin-left:27px!important}.padding-left-60px{padding-left:27px!important}.v-align-top{vertical-align:top!important}.font-blue{color:#0073f2!important}.whatsapp-float{position:fixed;bottom:54px!important;right:12px;width:36px;height:37px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;transition:background-color .3s;padding:6px;z-index:999;box-shadow:0 0 3px #000}.whatsAppLine,.whatsAppLine-white{width:28px;height:28px;background:url(https://www.volza.com/images/completeSprite/globalSearch-Company-images/globalSearchCompanySprite.webp) -722px -142px;cursor:pointer}.whyVolza4old{width:26px;height:26px}.bg-white-pd-25px{background-color:#fff!important;padding:10px 25px 25px!important}.lead-generation-width{width:100%}.font-14px-weight{font-size:14px!important;font-weight:400!important;margin:0;line-height:26px}.font-color-black{color:#000!important}