:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Segoe UI Regular;font-style:normal;font-weight:400;src:local("Segoe UI Regular"),url(/_next/static/media/Segoe\ UI.4f778cde.woff) format("woff")}@font-face{font-family:icons-blank-theme;src:url(/_next/static/media/Blank-Theme-Icons.03d64aaa.woff2) format("woff2")}@font-face{font-family:Font-Awesome-6-solid-900-font;font-style:normal;font-weight:900;src:url(/_next/static/media/fa-solid-900.ee698398.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.7a5aa5ab.ttf) format("ttf")}:root{--white:#fff;--black:#000;--black1:#333;--black2:#303030;--black3:#4f647a;--black4:#3d454c;--black5:#353535;--black6:#333d43;--black7:#273842;--black8:#1e292f;--black9:#121d24;--black10:#023433;--black11:#232323;--black12:#646464;--blue:#045bad;--blue1:#2e4589;--blue2:#4285f4;--blue3:#2690e8;--blue4:#025ab3;--blue5:#3297fd;--dark-blue:#134c82;--dark-blue1:#19a4fd;--dark-blue2:#28a7fb;--dark-blue3:#34495e;--dark-blue4:#1979c3;--dark-blue5:#343a6c;--light-gray:#8f8f8f;--light-gray1:#3a5277;--light-gray2:#ccc;--light-gray3:#bebebe;--light-gray4:#666;--light-gray5:#5b5b5b;--light-gray6:#d8d8d8;--light-gray7:#c9c9c9;--light-gray8:#aaa;--light-gray9:#4f4f4f;--light-gray10:#f4f7fe;--light-gray11:#747474;--light-gray12:#e7e7e7;--light-gray13:#a0a0a0;--light-border:#40515c;--light-blue:#3d559b;--light-blue1:#18235a;--light-blue2:#f9fafb;--light-blue3:#4b6284;--light-blue4:#00a8fe;--light-blue5:#f5f8fd;--light-blue6:#0994ef;--light-blue7:#6dc5ff;--light-blue8:#3171de;--yellow:#ffad00;--yellow1:#ee9700;--yellow2:#f88d22;--yellow3:orange;--red:#d43245;--red1:red;--red2:#f77674;--green:#059669;--green1:#1abb89;--green2:#01aa93;--orange:#ffb25d;--orange1:#f99d41;scroll-behavior:smooth}*,:after,:before{box-sizing:border-box}*{padding:0;margin:0}a,a:hover{transition:all .3s;text-decoration:none!important}img{max-width:100%;height:auto;border:0}h1{font-size:50px;line-height:54px;font-weight:300}@media(max-width:1440px){h1{font-size:46px;line-height:50px}}@media(max-width:1366px){h1{font-size:38px;line-height:42px}}@media(max-width:1199px){h1{font-size:36px;line-height:40px}}@media(max-width:575px){h1{font-size:32px;line-height:36px}}h2{font-size:40px;line-height:50px}@media(max-width:1366px){h2{font-size:34px;line-height:38px}}@media(max-width:1199px){h2{font-size:32px;line-height:36px}}@media(max-width:767px){h2{font-size:30px;line-height:34px}}@media(max-width:575px){h2{font-size:26px;line-height:30px}}h4{font-size:26px;line-height:30px}@media(max-width:1440px){h4{font-size:24px;line-height:28px}}@media(max-width:1366px){h4{font-size:22px;line-height:26px}}@media(max-width:1199px){h4{font-size:19px;line-height:23px}}h5{font-size:22px;line-height:26px}@media(max-width:1199px){h5{font-size:18px;line-height:22px}}h6{font-size:20px;line-height:24px}@media(max-width:1199px){h6{font-size:17px;line-height:21px}}li a,p a{color:var(--dark-blue2)}p a:hover{text-decoration:underline!important}em,i{font-style:italic}ol ol,ol ul,ul ol,ul ul{margin-bottom:0!important}ul li{list-style-type:none}.clearfix:after{content:"";display:table;clear:both}body,html{touch-action:manipulation}body{color:var(--black1);font-family:var(--font-fira-sans),sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:14px;margin:0;padding:0}.pointer-events-none{pointer-events:none}.main-wrapper{max-width:1370px;margin:0 auto}.main{display:flex;overflow:hidden}.main.background-fill{background:#ecf0fc}.main .content-wrapper{flex:1 1;position:relative;width:100%;min-height:100%}.main .content-wrapper.sidebar-visible{max-width:calc(100% - 190px)}@media(max-width:1024px){.main .content-wrapper,.main .content-wrapper.sidebar-visible{max-width:100%}}.main .content-wrapper .content_inner_wrapper{margin-left:-190px;padding-left:190px;background:#ecf0fc;min-height:100%}.main .content-wrapper .content_inner_wrapper .container{max-width:1672px;padding:0 45px}@media(max-width:1024px){.main .content-wrapper .content_inner_wrapper .container{padding:0 15px}}.main .content-wrapper .content_inner_wrapper .description p{font-size:15px;line-height:1.8;font-weight:500;color:#5a646c;margin:0 0 10px}.container{max-width:1390px;padding:0 15px;margin:0 auto}.product-container{max-width:1672px;padding:0 45px}@media(max-width:1024px){.product-container{padding:0 15px}}.page-title{display:flex;justify-content:space-between;gap:20px;padding:20px 0 25px;align-items:flex-start}.page-title.no-space-title{padding:0}@media(max-width:767px){.page-title{flex-wrap:wrap;flex-direction:column-reverse;gap:12px;margin:0 0 15px;padding:20px 0}}.page-title h1,.page-title h2{font-size:31px;line-height:1;font-weight:800;color:var(--dark-blue5);padding:6px 0 12px 18px;letter-spacing:.2px;position:relative;margin:0}@media(max-width:1440px){.page-title h1,.page-title h2{font-size:24px;line-height:28px}}@media(max-width:1366px){.page-title h1,.page-title h2{font-size:22px;line-height:26px}}@media(max-width:1199px){.page-title h1,.page-title h2{font-size:19px;line-height:23px}}.page-title h1:after,.page-title h2:after{content:"";position:absolute;width:9px;height:43px;border-radius:4px;background-color:var(--blue);left:0;top:0}.page-title .rating_select_wrapper{display:flex;align-items:center}@media(max-width:1440px){.page-title .rating_select_wrapper{flex-direction:column-reverse;align-items:flex-end;gap:5px}}@media(max-width:767px){.page-title .rating_select_wrapper{min-width:50%}.page-title .rating_select_wrapper .select_wrapper{width:100%}.page-title .rating_select_wrapper .select_wrapper .custom-select{max-width:100%;min-width:100%}}.page-title .rating_select_wrapper .rating_star_wrapper{display:flex}@media(max-width:767px){.page-title .rating_select_wrapper .rating_star_wrapper{display:none}}.page-title .rating_star_wrapper{display:none;align-items:center;gap:8px}@media(max-width:767px){.page-title .rating_star_wrapper{display:flex}}.page-title .rating_star_wrapper .rating_star span{font-size:22px}.page-title .rating_star_wrapper a{font-size:13px;font-weight:600;color:var(--dark-blue2);display:flex;align-items:center}.page-title .rating_star_wrapper a svg{width:16px}.btn.MuiButtonBase-root,.btn.book_demo,.btn.default-btn{font-size:18px;height:45px;line-height:45px;font-weight:600;transition:all .3s;background:var(--blue);color:var(--white);border:2px solid var(--blue);padding:0 30px;border-radius:30px;letter-spacing:0;font-family:var(--font-fira-sans),sans-serif;box-shadow:none!important;outline:none;text-transform:none;cursor:pointer;display:inline-block}.btn.MuiButtonBase-root:hover,.btn.book_demo:hover,.btn.default-btn:hover{background:var(--yellow1);border-color:var(--yellow1)}.btn.outline_btn{border-radius:0;background:transparent;border-color:#ccc;color:var(--black1);padding:10px 15px;height:auto;min-height:1px;line-height:1;font-size:14px}.btn.outline_btn:hover{color:var(--white);background:var(--dark-blue2);border-color:var(--dark-blue2)}.breadcrumb-outer{background:#ecf0fc}.custom-select{min-width:200px;max-width:200px;font-size:13px!important;font-weight:600!important;border-radius:4px;border:1px solid var(--dark-blue2);height:35px;font-family:var(--font-open-sans),sans-serif!important;letter-spacing:0!important;background-color:var(--white);overflow:hidden}.custom-select .MuiOutlinedInput-notchedOutline{display:none}.custom-select .MuiSelect-select{padding:6px 10px}.custom-select .MuiSelect-select img{display:none}.custom-select svg{position:absolute;top:0;right:0;height:100%;background:var(--dark-blue2);color:var(--white);min-width:35px}.custom-select.sort-select{border-color:rgba(49,49,49,.31);border-radius:4px;color:#6d7f9b;height:32px;font-weight:400!important;min-width:150px;max-width:150px}.custom-select.sort-select .MuiSelect-select{text-align:left}.custom-select.sort-select svg{background:transparent;color:#bdbbbb}.custom-select.country-select{border-color:#edf0fb;border-radius:50px;color:#6d7f9b;height:52px;font-size:14px!important;font-weight:400!important;min-width:100%;max-width:100%;color:#333}.custom-select.country-select .MuiSelect-select{text-align:left;padding:5px 20px}.custom-select.country-select em{font-style:normal}.custom-select.country-select svg{background:transparent;color:#a5a5a5;min-width:25px;right:10px}.select-dropdown-menu ul li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:var(--font-fira-sans),sans-serif;transition:all .3s}.select-dropdown-menu ul li:not(:last-child){border-bottom:1px solid var(--light-gray2)}.select-dropdown-menu ul li:hover{background:transparent;color:var(--dark-blue2)}.select-dropdown-menu.country-select-menu{box-shadow:none;border:1px solid #045bad;border-radius:6px;max-height:260px}.select-dropdown-menu.country-select-menu ul{padding:0}.select-dropdown-menu.country-select-menu ul li{border:0;padding:5px;margin-bottom:10px;background:none;font-weight:400}.select-dropdown-menu.country-select-menu ul li:hover{background-color:#045bad;color:#fff}.select-dropdown-menu.country-select-menu ul :global(.Mui-selected){background-color:#045bad;color:#fff}.select-dropdown-menu.ebook-menu{border-radius:18px;border-top-left-radius:0;border-top-right-radius:0;border:1px solid rgba(49,49,49,.31)}.select-dropdown-menu.ebook-menu ul{padding:0}.select-dropdown-menu.ebook-menu ul li{line-height:1.2;font-size:13px;font-weight:400;color:#6d7f9b;padding:10px 15px;min-height:auto}.select-dropdown-menu.ebook-menu ul li.Mui-selected,.select-dropdown-menu.ebook-menu ul li:hover{background:var(--light-gray1);color:var(--white)}.select-dropdown-menu.ebook-menu.product-count-menu ul li{min-height:48px}.select-dropdown-menu.sort-dropdown-menu{border-radius:5px;box-shadow:none;border:1px solid #ddd;margin-top:3px}.select-dropdown-menu.sort-dropdown-menu ul{padding:0}.select-dropdown-menu.sort-dropdown-menu ul li{line-height:27px;letter-spacing:normal;font-weight:400;padding:0 5px;font-family:Inter,sans-serif;color:var(--black12);min-height:unset}.select-dropdown-menu.sort-dropdown-menu ul li.Mui-selected{background-color:transparent;color:var(--black12)}.select-dropdown-menu.sort-dropdown-menu ul li:hover{color:var(--white);background:var(--blue5)}.select-dropdown-menu.sort-dropdown-menu ul li:not(:last-child){border-color:#e2e2e2}.product_outer{display:flex;flex-wrap:wrap}@media(max-width:1024px){.product_outer{margin:0 -15px}}.recommended-product{border-top:1px solid var(--light-gray6);margin:10px 0}.product-grid{display:flex;flex-wrap:wrap;margin:0 -10px}.product-grid .product-list{flex:0 0 25%;max-width:25%;padding:0 10px;margin-bottom:10px}@media(max-width:1199px){.product-grid .product-list{flex:0 0 33.33%;max-width:33.33%}}@media(max-width:575px){.product-grid .product-list{flex:0 0 50%;max-width:50%}}.fancybox__container{z-index:111111!important}.fancybox__container .fancybox__infobar{color:var(--white)}.fancybox__container .fancybox__slide{padding:64px 100px}@media(max-width:1024px){.fancybox__container .fancybox__slide{padding:48px 8px 8px}}.fancybox__container .fancybox__toolbar .fancybox__toolbar__column .f-button{background:transparent;color:var(--white)}.fancybox__container .fancybox__toolbar .fancybox__toolbar__column .f-button[title="Toggle slideshow"],.fancybox__container .fancybox__toolbar .fancybox__toolbar__column .f-button[title="Toggle zoom level"]{display:none}.fancybox__container.has-toolbar .fancybox__footer{position:relative;background:transparent;display:none}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track{width:100%!important;max-width:100%}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track .f-thumbs__slide{width:96px;height:63px;transform:none;padding:8px 3px;margin:0}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track .f-thumbs__slide.is-nav-selected button:after{opacity:1}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track .f-thumbs__slide button{width:100%;-webkit-clip-path:none;clip-path:none;border-radius:4px;position:relative}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track .f-thumbs__slide button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid rgba(34,213,233,.96);opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__container.has-toolbar .fancybox__footer .f-thumbs__track .f-thumbs__slide button img{width:100%}.form_group{display:flex;margin-bottom:10px}.form_group label{font-size:16px;line-height:18px;font-weight:600;color:var(--black1);flex:0 0 12%;max-width:12%}@media(max-width:1024px){.form_group label{flex:0 0 18%;max-width:18%}}.form_group .form_control{flex:1 1}.form_group .form_control .MuiFormControl-root{width:100%}.form_group .form_control .MuiFormControl-root .MuiInputBase-root{padding:0}.form_group .form_control .MuiFormControl-root .MuiInputBase-root.Mui-focused input,.form_group .form_control .MuiFormControl-root .MuiInputBase-root.Mui-focused textarea{border-color:var(--blue)}.form_group .form_control .MuiFormControl-root .MuiInputBase-root textarea{height:121px!important;resize:vertical}.form_group .form_control input,.form_group .form_control textarea{font-size:14px;line-height:1.42857143;border:1px solid #ccc;background:#fff;padding:10px;font-family:var(--font-open-sans),sans-serif}.form_group .form_control .MuiOutlinedInput-notchedOutline{display:none}.form_group .form_control .field-error{color:#d24031}.custom-tab .tab{padding:8px;background:#f4f4f4;border-radius:37px}.custom-tab .tab .MuiTabs-flexContainer button{flex:1 1;font-size:16px;line-height:20px;color:#282828;font-weight:700;border-radius:100px;letter-spacing:0;text-transform:none;font-family:var(--font-fira-sans),sans-serif;min-height:1px;padding:10px 12px}@media(max-width:575px){.custom-tab .tab .MuiTabs-flexContainer button{font-size:14px;line-height:18px;padding:8px}}.custom-tab .tab .MuiTabs-flexContainer button.Mui-selected{background:#0089ed;color:var(--white);font-weight:600}.custom-tab .tab-content{padding:15px 0}.custom-tab .tab-content .text-wrapper{font-size:14px;color:#5b5b5b;text-align:center;font-weight:400}.custom-tab .tab-content .policy-text{font-size:12px;color:#6a707c;text-align:center;font-weight:400}.custom-tab .tab-content .policy-text a{text-decoration:underline!important;display:inline-block;color:#6a707c;vertical-align:text-bottom;margin:0 2px}.custom-tab .tab-content .policy-text a:hover{color:var(--yellow);text-decoration:none!important}.custom-tab .MuiTabs-indicator{display:none}.custom-modal{overflow-y:auto;z-index:111111}.custom-modal .modal-body{margin:0 auto;display:flex;align-items:center;justify-content:center;outline:none;max-width:620px;width:100%;height:100%}@media(max-width:680px){.custom-modal .modal-body{max-width:480px}}@media(max-width:480px){.custom-modal .modal-body{max-width:380px}}@media(max-width:400px){.custom-modal .modal-body{max-width:90%}}.custom-modal .modal-body .modal-body-inner{position:relative;width:100%}.custom-modal .modal-body .close{position:absolute;right:-20px;top:-16px;background:none;min-width:1px;min-height:1px;z-index:11}@media(max-width:575px){.custom-modal .modal-body .close{right:-15px;top:-28px}.custom-modal .modal-body .close img{max-width:43px}}.custom-modal .modal-content-wrapper{background:var(--white);border-radius:13px;outline:none;max-height:calc(100vh - 50px);overflow-y:auto;width:100%}.custom-modal .modal-content{position:relative;padding:60px 15px 40px}@media(max-width:767px){.custom-modal .modal-content{padding:25px 15px 20px}}@media(max-width:575px){.custom-modal .modal-content{padding:20px 15px 10px}}.custom-modal .modal-content .auth-message{font-size:12px;font-weight:600;padding:7px 10px 7px 5px;position:absolute;top:10px;left:30px;width:90%}.custom-modal .modal-content .auth-message.error{border-left:5px solid #df280a;background:#faebe7}.custom-modal .modal-content .auth-message.success{border-left:5px solid #5ebb5e;background:#eaf9ea}@media(max-width:767px){.custom-modal .modal-content .auth-message{position:static;width:100%;margin-bottom:20px}}@media(max-width:575px){.custom-modal .modal-content .auth-message{margin-bottom:15px}}.custom-modal .modal-content .modal-content-inner .tab{max-width:320px;margin:0 auto}@media(max-width:490px){.custom-modal .modal-content .modal-content-inner .tab{max-width:87%}}.custom-modal .modal-content .modal-content-inner .tab .MuiTabs-flexContainer button{font-size:16px;line-height:20px;padding:10px 12px}.custom-modal .modal-content .modal-content-inner .checkbox{text-align:center}.custom-modal .MuiModal-backdrop{background-color:rgba(0,0,0,.8)}.auth-inner{max-width:78%;margin:0 auto}@media(max-width:767px){.auth-inner{max-width:100%}}.auth-inner .back-link{display:flex;color:#3f434a;font-size:20px;line-height:1.42857143;font-weight:700;gap:10px;cursor:pointer}.auth-inner p{padding:13px 20px 10px 15px;color:#5e646e;font-size:15px;line-height:23px;white-space:normal;text-transform:none;font-weight:400}.auth-inner form{gap:10px;flex-direction:column;display:flex;padding:30px}@media(max-width:400px){.auth-inner form{padding:20px}}.auth-inner .form_group{flex-wrap:wrap;margin-bottom:15px}.auth-inner .form_group .form_control,.auth-inner .form_group label{flex:0 0 100%;max-width:100%}.auth-inner .form_group .form_control input{border-radius:100px;padding:5px 20px;height:33px}.auth-inner .form_group .form_control .MuiInputAdornment-root{position:absolute;right:10px}.auth-inner .form_group .form_control .MuiFormControl-root{margin-bottom:0}.auth-inner .forgot-link{text-align:right;margin-bottom:15px}.auth-inner .forgot-link span{cursor:pointer;color:#353536;font-size:14px;font-weight:600;letter-spacing:.5px}.auth-inner .btn{font-size:16px;font-weight:500;font-family:var(--font-open-sans),sans-serif;border-color:#0089ed}.auth-inner .Mui-disabled.btn,.auth-inner .btn{background:#0089ed}.login-social-wrapper{max-width:310px;margin:40px auto 0}.login-social-wrapper .action-toolbar{font-size:16px;padding:0 21px 0 70px;font-weight:500;position:relative;border-radius:30px;margin-bottom:12px;height:44px;border:1px solid transparent;color:var(--white);display:flex;align-items:center;cursor:pointer}.login-social-wrapper .action-toolbar span{position:absolute;left:0;height:42px;box-sizing:border-box;background-color:#fff;border-top-left-radius:50px;border-bottom-left-radius:50px;width:50px;display:flex;align-items:center;justify-content:center}.login-social-wrapper .action-toolbar.google-login{background:var(--blue2);border-color:var(--blue2)}.login-social-wrapper .action-toolbar.facebook-login{background:var(--blue1);border-color:var(--blue1)}.login-social-wrapper .action-toolbar.email-login{background:#10adfb;border-color:#10adfb}.checkbox label{margin:0}.checkbox .MuiTypography-root{font-size:12px;line-height:16px;color:#aaa;font-weight:400;font-family:var(--font-fira-sans),sans-serif;text-align:left}.contact-form-custom input[type*=date]:not(.MuiInputBase-input),.contact-form-custom input[type=email]:not(.MuiInputBase-input),.contact-form-custom input[type=number]:not(.MuiInputBase-input),.contact-form-custom input[type=password]:not(.MuiInputBase-input),.contact-form-custom input[type=search]:not(.MuiInputBase-input),.contact-form-custom input[type=tel]:not(.MuiInputBase-input),.contact-form-custom input[type=text]:not(.MuiInputBase-input),.contact-form-custom input[type=url]:not(.MuiInputBase-input),.contact-form-custom textarea:not(.MuiInputBase-input),.form-group input[type*=date]:not(.MuiInputBase-input),.form-group input[type=email]:not(.MuiInputBase-input),.form-group input[type=number]:not(.MuiInputBase-input),.form-group input[type=password]:not(.MuiInputBase-input),.form-group input[type=search]:not(.MuiInputBase-input),.form-group input[type=tel]:not(.MuiInputBase-input),.form-group input[type=text]:not(.MuiInputBase-input),.form-group input[type=url]:not(.MuiInputBase-input),.form-group textarea:not(.MuiInputBase-input){background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:var(--font-open-sans),"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}.contact-form-custom input[type*=date]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=email]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=number]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=password]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=search]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=tel]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=text]:not(.MuiInputBase-input)::placeholder,.contact-form-custom input[type=url]:not(.MuiInputBase-input)::placeholder,.contact-form-custom textarea:not(.MuiInputBase-input)::placeholder,.form-group input[type*=date]:not(.MuiInputBase-input)::placeholder,.form-group input[type=email]:not(.MuiInputBase-input)::placeholder,.form-group input[type=number]:not(.MuiInputBase-input)::placeholder,.form-group input[type=password]:not(.MuiInputBase-input)::placeholder,.form-group input[type=search]:not(.MuiInputBase-input)::placeholder,.form-group input[type=tel]:not(.MuiInputBase-input)::placeholder,.form-group input[type=text]:not(.MuiInputBase-input)::placeholder,.form-group input[type=url]:not(.MuiInputBase-input)::placeholder,.form-group textarea:not(.MuiInputBase-input)::placeholder{color:#c2c2c2}.contact-form-custom input[type*=date]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=email]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=number]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=password]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=search]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=tel]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=text]:not(.MuiInputBase-input):disabled,.contact-form-custom input[type=url]:not(.MuiInputBase-input):disabled,.contact-form-custom textarea:not(.MuiInputBase-input):disabled,.form-group input[type*=date]:not(.MuiInputBase-input):disabled,.form-group input[type=email]:not(.MuiInputBase-input):disabled,.form-group input[type=number]:not(.MuiInputBase-input):disabled,.form-group input[type=password]:not(.MuiInputBase-input):disabled,.form-group input[type=search]:not(.MuiInputBase-input):disabled,.form-group input[type=tel]:not(.MuiInputBase-input):disabled,.form-group input[type=text]:not(.MuiInputBase-input):disabled,.form-group input[type=url]:not(.MuiInputBase-input):disabled,.form-group textarea:not(.MuiInputBase-input):disabled{opacity:.5}.contact-form-custom textarea,.form-group textarea{height:auto}.allforms-comment-msg{color:#d24031;font-size:13px;line-height:17px;margin:5px 0 0;display:none}.loading-mask{background:hsla(0,0%,100%,.5)}.loading-mask,.loading-mask .loader img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.d-none,.loading-mask .loader p{display:none}.d-block{display:block}.flex{display:flex!important}.custom_modal{z-index:1111111}.custom_modal .modal_outer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;background:var(--white);max-height:90vh;outline:none}.custom_modal .modal_inner_wrapper{position:relative}.custom_modal .modal_inner_wrapper .close_btn{position:absolute;top:0;right:0;min-width:32px;width:32px;height:32px;background:rgba(17,23,29,.8);color:var(--white);border-radius:50%;top:-16px;right:-13px;padding:0}.custom_modal .modal_inner_wrapper .close_btn svg{font-size:20px}.custom_modal .modal_inner{max-height:90vh;overflow-y:auto;overflow-x:hidden}.custom_modal .modal_inner::-webkit-scrollbar{width:10px}.custom_modal .modal_inner::-webkit-scrollbar-thumb{background:var(--dark-blue2);border-radius:5px;height:120px}.custom_modal .modal_inner::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:5px}.custom_modal .modal_inner .modal_heading{font-size:30px;line-height:28px;color:#212121;font-weight:600;text-align:center;border-bottom:1px solid #ccc;padding:15px 0;margin-bottom:10px}@media(max-width:1024px){.custom_modal .modal_inner .modal_heading{font-size:22px;line-height:24px}}@media(max-width:767px){.custom_modal .modal_inner .modal_heading{padding:10px 0;font-size:20px;line-height:22px}}.custom_modal .modal_content{padding:0 30px 20px}@media(max-width:767px){.custom_modal .modal_content{padding:0 15px 20px}}.custom_modal .modal_content .iframe{width:100%;height:600px}@media(max-width:1366px){.custom_modal .modal_content .iframe{height:570px}}.custom_modal .modal_footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}@media(max-width:767px){.custom_modal .modal_footer{padding:15px}}.custom_modal.quick_modal .modal_outer{width:67%}@media(max-width:1440px){.custom_modal.quick_modal .modal_outer{width:85%}}.custom_modal.quick_modal .modal_inner{padding:20px}.custom_modal.quick_modal .product_outer .product_slider{flex:0 0 55%;max-width:55%}@media(max-width:1024px){.custom_modal.quick_modal .product_outer .product_slider{flex:0 0 100%;max-width:100%}.custom_modal.quick_modal .product_outer .product_slider .swiper-slide{height:auto}}.custom_modal.quick_modal .product_outer .our_review,.custom_modal.quick_modal .product_outer .slide_count{display:none}.custom_modal.quick_modal .btn_wrapper button{width:50px;height:50px;min-width:1px;border-radius:3px;border:0;outline:none;box-shadow:0 10px 17px rgba(0,0,0,.7),0 5px 10px rgba(0,0,0,.05);background:var(--dark-blue2);position:absolute;top:50%;transform:translateY(-50%)}.custom_modal.quick_modal .btn_wrapper button svg{color:var(--white)}@media(max-width:991px){.custom_modal.quick_modal .btn_wrapper button svg{width:15px}.custom_modal.quick_modal .btn_wrapper button{width:30px;height:30px}}.custom_modal.quick_modal .btn_wrapper button.prev_btn{left:-60px}@media(max-width:991px){.custom_modal.quick_modal .btn_wrapper button.prev_btn{left:-40px}}@media(max-width:767px){.custom_modal.quick_modal .btn_wrapper button.prev_btn{left:-30px}}.custom_modal.quick_modal .btn_wrapper button.prev_btn svg{position:relative;left:5px}.custom_modal.quick_modal .btn_wrapper button.next_btn{right:-60px}@media(max-width:991px){.custom_modal.quick_modal .btn_wrapper button.next_btn{right:-40px}}@media(max-width:767px){.custom_modal.quick_modal .btn_wrapper button.next_btn{right:-30px}.custom_modal.slide_modal .modal_outer{width:90%}}.custom_modal.slide_modal .modal_outer .modal_inner{padding:15px}.custom_modal.slide_modal .modal_outer .modal_inner .modal_heading{font-size:22px;line-height:26px;text-transform:uppercase;padding:0 15px 5px;text-align:left;margin-bottom:15px}@media(max-width:1199px){.custom_modal.slide_modal .modal_outer .modal_inner .modal_heading{font-size:18px;line-height:22px}}.custom_modal.slide_modal .modal_outer .modal_inner .screen-list{margin-left:15px}@media(max-width:767px){.custom_modal.slide_modal .modal_outer .modal_inner .screen-list{margin-left:0}}.custom_modal.slide_modal .modal_outer .modal_inner .screen-list li{font-size:14px;line-height:18px;position:relative;margin-bottom:15px;float:none;width:100%;padding:0 0 0 20px;text-align:left}.custom_modal.slide_modal .modal_outer .modal_inner .screen-list li:before{content:"";position:absolute;left:5px;top:7px;width:5px;height:5px;background:#444;border-radius:100%}.custom_modal.slide_modal .modal_outer .modal_inner .screen-list li span{display:block;margin-top:15px}.custom_modal.google_slide_modal .modal_outer{width:49%}@media(max-width:767px){.custom_modal.google_slide_modal .modal_outer{width:100%}}.custom_modal.google_slide_modal .modal_outer .modal_inner .modal_content_wrapper .screen-list{margin-left:0}.custom_modal.google_slide_modal .modal_outer .modal_inner .modal_content_wrapper .img-wrapper{padding:0 15px;float:right}.custom_modal.free_preview_modal .modal_outer{max-width:600px;width:100%}@media(max-width:767px){.custom_modal.free_preview_modal .modal_outer{width:90%}}.custom_modal.free_preview_modal .modal_inner .modal_heading{font-size:20px;padding:15px 30px;text-align:left;border:0}@media(max-width:767px){.custom_modal.free_preview_modal .modal_inner .modal_heading{padding:10px 15px}}.custom_modal.subscription_modal *{font-family:var(--font-inter),sans-serif}.custom_modal.subscription_modal .modal_outer{border-radius:10px;max-width:1263px;width:100%}@media(max-width:1280px){.custom_modal.subscription_modal .modal_outer{max-width:96%}}.custom_modal.subscription_modal .modal_outer .modal_inner_wrapper .close_btn{padding:0}.custom_modal.subscription_modal .modal_outer .modal_inner_wrapper .close_btn img{width:100%;height:100%}.custom_modal.delete_modal .modal_outer{border-radius:6px;max-width:850px;width:100%}@media(max-width:991px){.custom_modal.delete_modal .modal_outer{max-width:96%}}.pdp-description{font-size:14px;color:#5b5b5b;margin-bottom:15px}@media(max-width:1440px){.pdp-description{font-size:13px}}.pdp-slides-gallery-description{font-size:15px;color:#232323;margin-bottom:20px}@media(max-width:1440px){.pdp-slides-gallery-description{font-size:14px}}.custom-radio .MuiButtonBase-root{color:var(--blue);padding:0;background:#fff;margin:0;width:19px;height:19px;position:relative;top:12px;left:10px}.customer_wrapper{display:flex;flex-wrap:wrap;margin:0 -15px}.customer_wrapper .customer_left{flex:0 0 68%;max-width:68%;padding:0 15px}@media(max-width:1440px){.customer_wrapper .customer_left{flex:0 0 75%;max-width:75%}}@media(max-width:991px){.customer_wrapper .customer_left{flex:0 0 100%;max-width:100%;margin:0 0 25px}}.customer_wrapper .customer_left .page-title{padding-bottom:7px}.customer_wrapper .customer_left .page-title h1{font-size:33px;font-family:var(--font-open-sans),sans-serif;font-weight:700}.customer_wrapper .customer_right{flex:0 0 32%;max-width:32%;padding:0 15px}@media(max-width:1440px){.customer_wrapper .customer_right{flex:0 0 25%;max-width:25%}}@media(max-width:991px){.customer_wrapper .customer_right{flex:0 0 100%;max-width:100%}}.account_nav{background:#fff;border-radius:10px;box-shadow:5px 0 76px rgba(32,33,36,.11);-webkit-box-shadow:5px 0 76px rgba(32,33,36,.11);-o-box-shadow:5px 0 76px rgba(32,33,36,.11);-ms-box-shadow:5px 0 76px rgba(32,33,36,.11);margin-bottom:40px;padding:12px 20px 20px;cursor:pointer}@media(max-width:1024px){.account_nav{margin-bottom:25px}}@media(max-width:767px){.account_nav{padding:10px 15px 15px}}.account_nav h4{font-size:18px;font-weight:600;letter-spacing:.4px;line-height:25px;color:var(--light-blue1);margin:0 0 22px}@media(max-width:767px){.account_nav h4{margin:0 0 10px}}.account_nav ul{padding:0}.account_nav ul li{margin:0 0 10px;padding:0}.account_nav ul li .delete_account,.account_nav ul li .delete_account_disabled_label,.account_nav ul li .update_card_download_invoices_span,.account_nav ul li a{font-size:14px;line-height:18px;text-transform:uppercase;color:var(--light-blue1);font-weight:400}.account_nav ul li .delete_account.active,.account_nav ul li .delete_account:hover,.account_nav ul li .delete_account_disabled_label.active,.account_nav ul li .delete_account_disabled_label:hover,.account_nav ul li .update_card_download_invoices_span.active,.account_nav ul li .update_card_download_invoices_span:hover,.account_nav ul li a.active,.account_nav ul li a:hover{color:var(--yellow1)}.account_nav ul li .delete_account_disabled_label{font-size:16px;font-family:var(--font-open-sans),sans-serif;color:#232323!important;text-transform:none;line-height:24px}@media(max-width:767px){.account_nav ul li .delete_account_disabled_label{font-size:14px;line-height:20px}}.table{margin-bottom:10px}.table thead th{background:#e0e0e0;font-weight:700}.table tbody th{background:#f4f4f4;font-weight:700}.table tbody td{background:transparent}@media(max-width:1280px){.table.subscription-table tr th{font-size:13px;line-height:18px}}.table tr td,.table tr th{padding:8px 10px;color:#232323;border-color:silver;font-family:var(--font-fira-sans),sans-serif;letter-spacing:0}.table tr td.invite-user-label,.table tr th.invite-user-label{color:#5a646c;font-size:16px}@media(max-width:767px){.table tr td.invite-user-label,.table tr th.invite-user-label{font-size:14px}}.table tr td a,.table tr th a{text-transform:uppercase;font-size:13px;line-height:17px;color:#28a7fb}.table tr td a:hover,.table tr th a:hover{text-decoration:underline!important}.tooltip-btn{min-width:1px!important;padding:0!important;margin-left:10px!important;background:transparent!important;color:var(--light-blue1)!important}.tooltip-btn:hover{color:var(--yellow1)!important}.MuiTooltip-tooltip{background:#dedede;color:#585858;width:200px;padding:7px;font-size:14px;font-family:var(--font-fira-sans),sans-serif;font-weight:400;text-align:center;border-radius:6px}.MuiTooltip-tooltip .MuiTooltip-arrow{color:#dedede}.normal-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid var(--gray);border-radius:50%;margin-right:10px;position:relative;cursor:pointer;vertical-align:middle;transition:var(--transition)}.normal-radio input[type=radio]:checked{border-color:var(--primary);background-color:var(--primary-light)}.normal-radio input[type=radio]:checked:after{content:"";position:absolute;width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:var(--primary)}.normal-radio label{font-weight:500;cursor:pointer;padding-left:5px;transition:var(--transition)}.normal-radio input[type=radio]:checked+label{color:var(--primary)}.open-modal .MuiMenu-root{z-index:1111111}.read_more_btn{font-size:12px;line-height:25px;font-weight:600;border-radius:31px;background-color:#2690e8;color:#fff;text-transform:uppercase;padding:6px 20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.read_more_btn:hover{background:#ee9700}.blog-post-name{display:block;padding-left:22px;margin-right:10px;position:relative}.blog-post-name img{left:0;position:absolute;top:5px;width:16px}.blog-post-name a{color:#414141;font-weight:700}.blog-post-name span{display:block;color:#5d6568}.blog-post-name.blog-post-outer{display:flex;align-items:center;margin:0;padding:5px 0 15px}.blog-post-name.blog-post-outer .img-block{width:54px;height:54px;border-radius:27px;background-color:#222429;margin-right:17px;overflow:hidden}@media(max-width:414px){.blog-post-name.blog-post-outer .img-block{width:40px;height:40px;margin-right:10px}}.blog-post-name.blog-post-outer .img-block img{width:100%;height:100%;object-fit:cover;position:static}.blog-post-name.blog-post-outer .blog-post-content h4{font-size:18px;line-height:28px;font-weight:400;color:#232323;text-transform:uppercase}@media(max-width:767px){.blog-post-name.blog-post-outer .blog-post-content h4{font-size:16px;line-height:20px}}@media(max-width:414px){.blog-post-name.blog-post-outer .blog-post-content h4{font-size:14px;line-height:18px}}.blog-post-name.blog-post-outer .blog-post-content a{font-size:20px;line-height:28px;font-weight:700;color:#18235a}@media(max-width:767px){.blog-post-name.blog-post-outer .blog-post-content a{font-size:16px;line-height:20px}}.blog-post-name.blog-post-outer .blog-post-content a:hover{color:var(--yellow)}.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:3px}@media(max-width:414px){.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper{gap:5px}}.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper .date-comment{display:inline-flex;align-items:center;gap:4px}.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper .date-comment img{position:static;width:16px;height:14px}.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper .date-comment span{font-size:14px;color:#5d6568;line-height:1.2;font-weight:400}.blog-post-name.blog-post-outer .blog-post-content .date-comment-wrapper .date-comment span a{font-size:inherit;line-height:inherit;color:inherit;font-weight:inherit}.comment-box{position:relative;margin-left:10px;padding-left:20px}@media(max-width:575px){.comment-box{margin:10px 0 0}}.comment-box img{position:absolute;left:0;top:4px}.comment-box a{color:#414141;font-weight:700}.post-content blockquote{margin:10px 40px;font-weight:700;font-family:var(--font-open-sans),"Helvetica Neue",Helvetica,Arial,sans-serif;border-left:0 solid #d1d1d1;padding:0;font-style:italic;line-height:1.42857143}.post-content blockquote p{font-size:14px;line-height:22px;color:#000;letter-spacing:.2px;margin:0}.post-content blockquote p span{color:#18235a!important}.post-content p{line-height:22px;color:#000;letter-spacing:.2px}.post-content p img{padding:6px}@media(max-width:767px){.post-content p img{width:100%}}.post-content p img.aligncenter{display:block;margin-left:auto;margin-right:auto}.post-content p a:hover{color:var(--yellow1);text-decoration:none!important}.post-content ul{margin:0 0 0 18px}.post-content ul li{list-style-type:disc;margin:0 0 9px;display:list-item;color:#646464}.graphql-functions-response-message{color:#000;font-size:14px;line-height:19px;padding:7px 10px 7px 30px;margin:10px 0;position:relative}@media(max-width:1024px){.graphql-functions-response-message{font-size:13px}}.graphql-functions-response-message.error{border-left:5px solid #df280a;background:#faebe7}.graphql-functions-response-message.error span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#b30000;content:"";font-family:icons-blank-theme;margin:-14px 0 0;left:0;top:16px;width:40px;position:absolute;text-align:center}.graphql-functions-response-message.warn{background:#fdf0d5;color:#6f4400}.graphql-functions-response-message.warn span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:"";font-family:icons-blank-theme;margin:-14px 0 0;left:0;top:16px;width:40px;position:absolute;text-align:center}.graphql-functions-response-message.success{border-left:5px solid #11b400;background:#eff5ea}.graphql-functions-response-message.success:before{content:"";position:absolute;left:0;top:50%;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #11b400;margin-top:-6px}.graphql-functions-response-message.success span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#006400;content:"";font-family:icons-blank-theme;margin:-14px 0 0;left:0;top:16px;width:40px;position:absolute;text-align:center}.nextJs-loader{width:100vw;height:100vh;background-color:hsla(0,0%,55%,.5);position:fixed;z-index:999;top:0;left:0;padding:0 48px 48px 0;overflow:hidden}.nextJs-loader.inline-loader{width:auto;height:auto;background-color:transparent;position:relative;padding:0;margin:-8px 0 -13px}.nextJs-loader.inline-loader .loading-spinner{width:38px;height:38px;top:0;left:0}.nextJs-loader.inline-loader .loading-spinner:after{height:17px}.nextJs-loader.background_default{background:rgba(0,0,0,.5)}.nextJs-loader.background_white{background:var(--white)}.nextJs-loader.background_white .loading-spinner{border:2px solid #045bad}.nextJs-loader.background_white .loading-spinner:after{background:#343a6c}.nextJs-loader.background_semi_transparent{background:rgba(0,0,0,.2)}.nextJs-loader .loading-spinner{width:48px;height:48px;border:2px solid #fff;border-radius:50%;display:inline-block;position:relative;top:50%;left:50%;box-sizing:border-box;animation:rotation 1s linear infinite}.nextJs-loader .loading-spinner:after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;background:#045bad;width:2px;height:20px;transform:translateX(-50%)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mfp-zoom-out-cur{overflow:hidden}.mfp-gallery button.mfp-arrow,.mfp-gallery button.mfp-close{display:none}@media(max-width:1199px){.mfp-gallery .mfp-container{padding:0 30px}}.mfp-gallery .mfp-content .mfp-figure{margin:0;background:#f9f9f9;border-radius:4px;padding:15px;box-shadow:0 10px 25px rgba(0,0,0,.5);cursor:pointer}.mfp-gallery .mfp-content .mfp-figure .mfp-img{padding:0;height:inherit}.mfp-gallery .mfp-content .mfp-figure figure{height:calc(100vh - 140px)}@media(max-width:767px){.mfp-gallery .mfp-content .mfp-figure figure{height:auto}}.mfp-gallery .mfp-content .mfp-close{position:absolute;top:-22px;right:-22px;width:36px;height:36px;cursor:pointer!important;padding:0;opacity:1;background:url(/_next/static/media/fancybox_sprite.8ed5d4da.png) no-repeat}.mfp-gallery .mfp-content .mfp-bottom-bar{position:relative;bottom:-55px;text-align:center;margin-top:-28px}.mfp-gallery .mfp-content .mfp-bottom-bar .mfp-counter{position:relative;text-align:center;display:inline-block;padding:2px 22px;background:rgba(0,0,0,.8);border-radius:15px;color:#fff;font-weight:700;line-height:24px;font-size:14px}.mfp-gallery .mfp-preloader{background:url(/_next/static/media/fancybox_loading.9d20d715.gif) no-repeat;width:36px;height:36px;margin:0 auto;z-index:9999}.mfp-gallery button.mfp-arrow{display:none;width:36px;height:34px;opacity:1;background-image:url(/_next/static/media/fancybox_sprite@2x.4798dc47.png);background-size:44px 152px;margin:0;transform:scale(1) translateY(-50%)}.mfp-gallery button.mfp-arrow:after,.mfp-gallery button.mfp-arrow:before{display:none}.mfp-gallery button.mfp-arrow.mfp-arrow-left{background-position:0 -36px;left:25px}.mfp-gallery button.mfp-arrow.mfp-arrow-right{background-position:0 -72px;right:25px}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.5){.mfp-gallery button.mfp-arrow{display:block}}