:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;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{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.text-center{text-align:center}.text-end{text-align:end}.m-auto{margin:0 auto}.ml-auto{margin-left:auto}.m-0{margin:0}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:2.5em!important}.mb-4{margin-bottom:3.75em!important}.mb-5{margin-bottom:5.5em!important}.mb-6{margin-bottom:3.75em}.mb-0{margin-bottom:0}.pb-0{padding-bottom:0}.p-0{padding:0}.text-lower{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.d-flex{display:flex}.d-inline-block{display:inline-block}.flex-direction-coloum{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-end{justify-content:flex-end!important}.align-item-center{align-items:center}.align-item-end{align-items:flex-end}.h-100{height:100%}@media(min-width:576px){.mobile-only{display:none}}.desktop-only{display:none}@media(min-width:1200px){.desktop-only{display:block}}.img-hack,.img-hack-contain{width:100%;height:100%;object-fit:cover}.img-hack-contain{object-fit:contain}.img-animate{scale:1;transition:.75s}.img-animate:hover{scale:1.1;transition:.75s}.overflow-hidden{overflow:hidden}.position-rel{position:relative}.swiper-pagination{display:none}@media(max-width:991.98px){.swiper-pagination{display:block}}.swiper-pagination-bullet-active{background:var(--color-secondarycol)!important}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-box-orient:vertical;white-space:normal}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-box-orient:vertical;white-space:normal}.line-clamp-4{-webkit-line-clamp:4}.fw-800{font-weight:800}.modal__wrapper{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7);z-index:99}.modal__wrapper .modal__inner{background-color:var(--color-whitecol);position:relative;width:100%;max-width:73.125em}@media(max-width:575.98px){.modal__wrapper .modal__inner{background-color:transparent;height:90%;width:100%}}.modal__wrapper .modal__inner .close-btn-wrapper{position:absolute;top:1.625em;right:6.25em}.modal__wrapper .modal__inner .close-btn-wrapper svg{width:3.125em;aspect-ratio:1}.modal__wrapper .modal__inner .close-btn-wrapper svg path{fill:var(--color-blackcol)}@media(max-width:575.98px){.modal__wrapper .modal__inner .close-btn-wrapper{width:1em;height:1em}}@media(max-width:1199.98px){.modal__wrapper .modal__inner .close-btn-wrapper{right:4.25em}}@media(max-width:575.98px){.modal__wrapper .modal__inner .close-btn-wrapper{right:1em;top:2em}}.Toastify--animate-icon svg path{fill:var(--color-primarycol)}.Toastify__toast--error .Toastify--animate-icon svg path{fill:#e74c3c}.Toastify__progress-bar--success{background:var(--color-primarycol)!important}button{width:auto;border:0;box-shadow:none;background:transparent;outline:0;background:0 0;border-radius:0;cursor:pointer;font-size:1em;font-family:inherit;padding:0;line-height:1}button:disabled{cursor:not-allowed}a{color:var(--color-blackcol)}.uline{position:relative;text-decoration:none}.uline:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:var(--color-primarycol);transform:scaleX(1);transition:transform .5s ease}.uline:hover:after{transition:transform .5s ease;transform:scaleX(0)}.uline.white-col:after{background:var(--color-whitecol)}.uline.black-col:after{background:var(--color-blackcol)}.uline.lg-font{font-size:1.125em}@media(max-width:575.98px){.uline.lg-font{font-size:1em}}.w-uline{position:relative;text-decoration:none}.w-uline:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:var(--color-primarycol);transform:scaleX(0);transition:transform .5s ease}.w-uline.white-col:after{background:var(--color-whitecol)}.w-uline:hover,.w-uline:hover:after{transition:transform .5s ease}.w-uline:hover:after{transform:scaleX(1)}html.no-scroll{overflow:hidden}@media(max-width:1199.98px){html{overflow-x:hidden}html.noScroll{overflow:hidden}}*,:after,:before{margin:0;padding:0;outline:none;box-sizing:border-box}:after:focus,:before:focus,:focus{outline:none}body{margin:0;padding:0;direction:ltr;text-align:left;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden}@media(max-width:1400px)and (min-width:1300px)and (min-height:900px){body{font-size:11.485px}}@media(min-width:1200px){body{font-size:16px}}@media(max-width:1199.98px){body{font-size:14px!important}}img,svg{max-width:100%;height:auto;display:block}ol,ul{list-style:none;margin:0;padding:0;list-style-position:outside}a{text-decoration:none}iframe{border:0}button{-webkit-appearance:button;-moz-appearance:button;appearance:button}button:focus{outline:none}textarea{resize:none}picture{display:block;width:100%;height:100%}.custom-panel{display:none}@media(min-width:1200px){.custom-panel{display:block}}html{scroll-behavior:smooth}.container-fluid{max-width:100%;padding:0}@media(max-width:991.98px){.container-fluid{padding:0 5em;padding:0 3em}}@media(max-width:575.98px){.container-fluid{padding:0 2em}}.container-s{width:100%;padding:0 3.91%}@media(max-width:991.98px){.container-s{padding:0 3em}}@media(max-width:575.98px){.container-s{padding:0 2em}}.container{width:100%;padding:0 4%}@media(max-width:1199.98px){.container{padding:0 5em}}@media(max-width:991.98px){.container{padding:0 3em}}@media(max-width:575.98px){.container{padding:0 2em}}.section{position:relative;padding:2em 0}@media(min-width:576px){.section{padding:2.5em 0}}@media(min-width:1200px){.section{padding:3.125em 0!important}}.w-100{width:100%}.d-none{display:none!important}.cursor-none a{cursor:none}.sidebar{position:absolute;width:22%}.page-wrapper{display:flex;position:relative}@media(min-width:1200px){.page-wrapper{margin-top:6.25em}}.page-wrapper .left-wrapper{border-right:1px solid var(--color-lightgreen);max-width:2em;transition:all .5s ease-in-out;background:var(--color-whitecol);position:relative}@media(max-width:1199.98px){.page-wrapper .left-wrapper{position:absolute;height:100%;top:0;z-index:1;border-right:0}}.page-wrapper .left-wrapper .sidebar-custom{overflow:hidden;opacity:0;visibility:hidden;transition:all .15s ease-in-out;height:100%}@media(max-width:575.98px){.page-wrapper .left-wrapper .sidebar-custom{position:fixed;background:var(--color-whitecol);overflow-y:auto;width:23em;top:0}}.page-wrapper .left-wrapper .toggle-button{position:absolute;right:-1.25em;top:3.75em;background:var(--color-whitecol);border-radius:100%;height:2.5em;width:2.5em;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 9px 0 rgba(0,0,0,.15);z-index:1;transition:all .15s ease-in-out}.page-wrapper .left-wrapper .toggle-button svg{transition:all .5s ease}@media(max-width:1199.98px){.page-wrapper .left-wrapper .toggle-button svg{transform:rotate(180deg)}}@media(max-width:575.98px){.page-wrapper .left-wrapper .toggle-button{position:fixed;left:21.5em;top:5.75em}}.page-wrapper .left-wrapper .toggle-button.active svg{transform:rotate(180deg)}@media(max-width:575.98px){.page-wrapper .left-wrapper .toggle-button.active{left:.3125em}}.page-wrapper .left-wrapper.active{max-width:96%;transition:all .5s ease-in-out}@media(max-width:1199.98px){.page-wrapper .left-wrapper.active{max-width:97%}}@media(min-width:1200px){.page-wrapper .left-wrapper.active{max-width:26.3125em;flex:1 0 26.312em}}.page-wrapper .left-wrapper.active .sidebar-custom{padding:3.125em 2.5em;opacity:1;visibility:visible;transition-delay:.25s}@media(max-width:1199.98px){.page-wrapper .left-wrapper.active .sidebar-custom{padding:3.125em 1.75em}}.page-wrapper .left-wrapper.active .toggle-button svg{transform:rotate(0deg)}.page-wrapper .right-wrapper{position:relative;overflow-y:auto;overflow-x:hidden}@media(min-width:1200px){.page-wrapper .right-wrapper{height:calc(100vh - 6.275em);width:100%}}@media(max-width:1199.98px){.page-wrapper .right-wrapper{height:calc(100vh - 87px)}}@media(max-width:575.98px){.page-wrapper .right-wrapper{height:auto}}.page-wrapper .padding-right-wrapper{position:relative;padding:2.5em 0 0 2.5em;min-height:100%}@media(max-width:1199.98px){.page-wrapper .padding-right-wrapper{padding:2.5em 2em 0 2.5em}}@media(max-width:575.98px){.page-wrapper .padding-right-wrapper{min-height:auto}}@media(max-width:575.98px){.custom-footer-row .footer-o-1{order:3;margin-bottom:1em}.custom-footer-row .footer-o-2{order:2}.custom-footer-row .footer-o-3{order:1}}.h1,h1{font-size:3.75em;font-weight:500;line-height:1}@media(max-width:1199.98px){.h1,h1{font-size:2.5em}}@media(max-width:991.98px){.h1,h1{font-size:2em}}@media(max-width:575.98px){.h1,h1{font-size:1.5em}}.h2,h2{font-size:3.125em;font-weight:500}@media(min-width:1200px){.h2,h2{letter-spacing:-2px}}@media(max-width:1199.98px){.h2,h2{font-size:2.25em}}@media(max-width:991.98px){.h2,h2{font-size:1.75em}}@media(max-width:575.98px){.h2,h2{font-size:1.5em}}.h3,h3{font-size:2.5em;font-weight:500}@media(max-width:1199.98px){.h3,h3{font-size:2em}}@media(max-width:575.98px){.h3,h3{font-size:1.5em}}.h4,h4{font-size:2.25em;font-weight:500}@media(max-width:1199.98px){.h4,h4{font-size:1.5em;margin-bottom:.25em}}.h5,h5{font-size:1.5em;font-weight:500}.h5.regular,h5.regular{font-weight:400}@media(max-width:1199.98px){.h5,h5{font-size:1.25em}}.h6,h6{font-size:1.125em;font-weight:500}@media(max-width:767px){.h6,h6{font-size:1em}}.p,p{font-size:1.375em;font-weight:400;margin:0 0 1.25em;color:var(--color-blackcol)}@media(max-width:1199.98px){.p,p{font-size:1.125em}}@media(max-width:575.98px){.p,p{font-size:1em}}.p.bold-font,p.bold-font{font-weight:600}.p.lg-font,p.lg-font{font-size:var(--fontSize-20)}.p.md-font,p.md-font{font-size:var(--fontSize-16)}@media(max-width:1199.98px){.p.md-font,p.md-font{font-size:1em}}@media(max-width:575.98px){.p.md-font,p.md-font{font-size:1em}}.p.sm-font,p.sm-font{font-size:var(--fontSize-14)}@media(max-width:1199.98px){.p.sm-font,p.sm-font{font-size:1em}}@media(max-width:575.98px){.p.sm-font,p.sm-font{font-size:1em}}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.white-col{color:var(--color-whitecol)}.secondary-col{color:var(--color-secondarycol)}.bg-primary-col{background-color:var(--color-primarycol)}.bg-secondary-col{background-color:var(--color-secondarycol)}.primary-col{color:var(--color-primarycol)}.bg-blackcol{background-color:var(--color-blackcol)}.bg-white{background-color:var(--color-whitecol)}.black-col-2{color:var(--color-blackcol2)}.custom-row{display:flex;flex-wrap:wrap;margin:0 -.9375em}@media(max-width:991.98px){.custom-row.mob__gap{gap:1.25em}}@media(min-width:992px){.col-one-padding{padding-left:3.9375em}}@media(min-width:1200px){.col-one-padding{padding-left:7.9375em}}.no-gutters{margin:0;width:100%}.no-gutters>[class*=col_]{padding:0}.col_offset_0{margin-left:0}.col_1{flex:0 0 8.3333333333%;width:8.3333333333%;padding:0 .9375em}.col_offset_1{margin-left:8.3333333333%}.col_2{flex:0 0 16.6666666667%;width:16.6666666667%;padding:0 .9375em}.col_offset_2{margin-left:16.6666666667%}.col_3{flex:0 0 25%;width:25%;padding:0 .9375em}.col_offset_3{margin-left:25%}.col_4{flex:0 0 33.3333333333%;width:33.3333333333%;padding:0 .9375em}.col_offset_4{margin-left:33.3333333333%}.col_5{flex:0 0 41.6666666667%;width:41.6666666667%;padding:0 .9375em}.col_offset_5{margin-left:41.6666666667%}.col_6{flex:0 0 50%;width:50%;padding:0 .9375em}.col_offset_6{margin-left:50%}.col_7{flex:0 0 58.3333333333%;width:58.3333333333%;padding:0 .9375em}.col_offset_7{margin-left:58.3333333333%}.col_8{flex:0 0 66.6666666667%;width:66.6666666667%;padding:0 .9375em}.col_offset_8{margin-left:66.6666666667%}.col_9{flex:0 0 75%;width:75%;padding:0 .9375em}.col_offset_9{margin-left:75%}.col_10{flex:0 0 83.3333333333%;width:83.3333333333%;padding:0 .9375em}.col_offset_10{margin-left:83.3333333333%}.col_11{flex:0 0 91.6666666667%;width:91.6666666667%;padding:0 .9375em}.col_offset_11{margin-left:91.6666666667%}.col_12{flex:0 0 100%;width:100%;padding:0 .9375em}.col_offset_12{margin-left:100%}@media(min-width:576px){.col_sm_offset_0{margin-left:0}.col_sm_1{flex:0 0 8.3333333333%;width:8.3333333333%;padding:0 .9375em}.col_sm_offset_1{margin-left:8.3333333333%}.col_sm_2{flex:0 0 16.6666666667%;width:16.6666666667%;padding:0 .9375em}.col_sm_offset_2{margin-left:16.6666666667%}.col_sm_3{flex:0 0 25%;width:25%;padding:0 .9375em}.col_sm_offset_3{margin-left:25%}.col_sm_4{flex:0 0 33.3333333333%;width:33.3333333333%;padding:0 .9375em}.col_sm_offset_4{margin-left:33.3333333333%}.col_sm_5{flex:0 0 41.6666666667%;width:41.6666666667%;padding:0 .9375em}.col_sm_offset_5{margin-left:41.6666666667%}.col_sm_6{flex:0 0 50%;width:50%;padding:0 .9375em}.col_sm_offset_6{margin-left:50%}.col_sm_7{flex:0 0 58.3333333333%;width:58.3333333333%;padding:0 .9375em}.col_sm_offset_7{margin-left:58.3333333333%}.col_sm_8{flex:0 0 66.6666666667%;width:66.6666666667%;padding:0 .9375em}.col_sm_offset_8{margin-left:66.6666666667%}.col_sm_9{flex:0 0 75%;width:75%;padding:0 .9375em}.col_sm_offset_9{margin-left:75%}.col_sm_10{flex:0 0 83.3333333333%;width:83.3333333333%;padding:0 .9375em}.col_sm_offset_10{margin-left:83.3333333333%}.col_sm_11{flex:0 0 91.6666666667%;width:91.6666666667%;padding:0 .9375em}.col_sm_offset_11{margin-left:91.6666666667%}.col_sm_12{flex:0 0 100%;width:100%;padding:0 .9375em}.col_sm_offset_12{margin-left:100%}}@media(min-width:768px){.col_md_offset_0{margin-left:0}.col_md_1{flex:0 0 8.3333333333%;width:8.3333333333%;padding:0 .9375em}.col_md_offset_1{margin-left:8.3333333333%}.col_md_2{flex:0 0 16.6666666667%;width:16.6666666667%;padding:0 .9375em}.col_md_offset_2{margin-left:16.6666666667%}.col_md_3{flex:0 0 25%;width:25%;padding:0 .9375em}.col_md_offset_3{margin-left:25%}.col_md_4{flex:0 0 33.3333333333%;width:33.3333333333%;padding:0 .9375em}.col_md_offset_4{margin-left:33.3333333333%}.col_md_5{flex:0 0 41.6666666667%;width:41.6666666667%;padding:0 .9375em}.col_md_offset_5{margin-left:41.6666666667%}.col_md_6{flex:0 0 50%;width:50%;padding:0 .9375em}.col_md_offset_6{margin-left:50%}.col_md_7{flex:0 0 58.3333333333%;width:58.3333333333%;padding:0 .9375em}.col_md_offset_7{margin-left:58.3333333333%}.col_md_8{flex:0 0 66.6666666667%;width:66.6666666667%;padding:0 .9375em}.col_md_offset_8{margin-left:66.6666666667%}.col_md_9{flex:0 0 75%;width:75%;padding:0 .9375em}.col_md_offset_9{margin-left:75%}.col_md_10{flex:0 0 83.3333333333%;width:83.3333333333%;padding:0 .9375em}.col_md_offset_10{margin-left:83.3333333333%}.col_md_11{flex:0 0 91.6666666667%;width:91.6666666667%;padding:0 .9375em}.col_md_offset_11{margin-left:91.6666666667%}.col_md_12{flex:0 0 100%;width:100%;padding:0 .9375em}.col_md_offset_12{margin-left:100%}}@media(min-width:992px){.col_lg_offset_0{margin-left:0}.col_lg_1{flex:0 0 8.3333333333%;width:8.3333333333%;padding:0 .9375em}.col_lg_offset_1{margin-left:8.3333333333%}.col_lg_2{flex:0 0 16.6666666667%;width:16.6666666667%;padding:0 .9375em}.col_lg_offset_2{margin-left:16.6666666667%}.col_lg_3{flex:0 0 25%;width:25%;padding:0 .9375em}.col_lg_offset_3{margin-left:25%}.col_lg_4{flex:0 0 33.3333333333%;width:33.3333333333%;padding:0 .9375em}.col_lg_offset_4{margin-left:33.3333333333%}.col_lg_5{flex:0 0 41.6666666667%;width:41.6666666667%;padding:0 .9375em}.col_lg_offset_5{margin-left:41.6666666667%}.col_lg_6{flex:0 0 50%;width:50%;padding:0 .9375em}.col_lg_offset_6{margin-left:50%}.col_lg_7{flex:0 0 58.3333333333%;width:58.3333333333%;padding:0 .9375em}.col_lg_offset_7{margin-left:58.3333333333%}.col_lg_8{flex:0 0 66.6666666667%;width:66.6666666667%;padding:0 .9375em}.col_lg_offset_8{margin-left:66.6666666667%}.col_lg_9{flex:0 0 75%;width:75%;padding:0 .9375em}.col_lg_offset_9{margin-left:75%}.col_lg_10{flex:0 0 83.3333333333%;width:83.3333333333%;padding:0 .9375em}.col_lg_offset_10{margin-left:83.3333333333%}.col_lg_11{flex:0 0 91.6666666667%;width:91.6666666667%;padding:0 .9375em}.col_lg_offset_11{margin-left:91.6666666667%}.col_lg_12{flex:0 0 100%;width:100%;padding:0 .9375em}.col_lg_offset_12{margin-left:100%}}@media(min-width:1200px){.col_xl_offset_0{margin-left:0}.col_xl_1{flex:0 0 8.3333333333%;width:8.3333333333%;padding:0 .9375em}.col_xl_offset_1{margin-left:8.3333333333%}.col_xl_2{flex:0 0 16.6666666667%;width:16.6666666667%;padding:0 .9375em}.col_xl_offset_2{margin-left:16.6666666667%}.col_xl_3{flex:0 0 25%;width:25%;padding:0 .9375em}.col_xl_offset_3{margin-left:25%}.col_xl_4{flex:0 0 33.3333333333%;width:33.3333333333%;padding:0 .9375em}.col_xl_offset_4{margin-left:33.3333333333%}.col_xl_5{flex:0 0 41.6666666667%;width:41.6666666667%;padding:0 .9375em}.col_xl_offset_5{margin-left:41.6666666667%}.col_xl_6{flex:0 0 50%;width:50%;padding:0 .9375em}.col_xl_offset_6{margin-left:50%}.col_xl_7{flex:0 0 58.3333333333%;width:58.3333333333%;padding:0 .9375em}.col_xl_offset_7{margin-left:58.3333333333%}.col_xl_8{flex:0 0 66.6666666667%;width:66.6666666667%;padding:0 .9375em}.col_xl_offset_8{margin-left:66.6666666667%}.col_xl_9{flex:0 0 75%;width:75%;padding:0 .9375em}.col_xl_offset_9{margin-left:75%}.col_xl_10{flex:0 0 83.3333333333%;width:83.3333333333%;padding:0 .9375em}.col_xl_offset_10{margin-left:83.3333333333%}.col_xl_11{flex:0 0 91.6666666667%;width:91.6666666667%;padding:0 .9375em}.col_xl_offset_11{margin-left:91.6666666667%}.col_xl_12{flex:0 0 100%;width:100%;padding:0 .9375em}.col_xl_offset_12{margin-left:100%}}.auth-section .custom-row-auth{height:80vh;align-items:center}@media(min-width:1200px){.auth-section .custom-row-auth{height:auto;align-items:flex-start}}.auth-section .custom-row-auth2{align-items:center}input{font-family:inherit}.form-group.border-red .custom__select,.form-group.border-red input,.form-group.border-red textarea,.form-group.border-red.upload-input .red-label-upload{border:1px solid red!important}.form-group .error{color:red;margin-top:.5em;display:flex;align-items:center;position:absolute;column-gap:.3125em}.form-group,.input-wrapper{position:relative}.form-group{margin-bottom:2.5em}.form-group.reset-form-group{margin-bottom:3.5em}@media(max-width:575.98px){.form-group.reset-form-group.border-red{margin-bottom:1em}.form-group.reset-form-group .error{position:static}}.form-group.form-group-checkbox{margin:0 0 2.5em}@media(max-width:1199.98px){.form-group{margin-bottom:3em}}.form-group .input{width:100%;background:transparent;border:1px solid rgba(var(--color-blackcolrgb),.1)!important;border-radius:3.75em;padding:.9em 1.15em;font-size:1.25em}@media(max-width:991.98px){.form-group .input{font-size:1em;height:3.25em}}.form-group .input::placeholder{color:var(--color-blackcol);color:var(--color-graycol)}.form-group .react-tel-input .input{font-family:__nextLT_240675;padding:.9em 1em .9em 3.5em}@media(max-width:991.98px){.form-group .react-tel-input .input{padding:.9em 1em .9em 4.5em}}@media(max-width:575.98px){.form-group .react-tel-input .input{padding:.9em 4.5em}}.form-group .react-tel-input .country-list .search-box{width:95%;border:0;border-bottom:1px solid #cacaca}.form-group .react-tel-input .flag-dropdown{left:.9em}.form-group .react-tel-input .selected-flag:before{border:0}.form-group .react-tel-input .selected-flag.open,.form-group .react-tel-input .selected-flag.open:before,.form-group .react-tel-input .selected-flag:focus,.form-group .react-tel-input .selected-flag:focus:before{box-shadow:none;border:0}.form-group .textArea{font-family:inherit;height:9.075em;padding:1.25em 1.15em;border-radius:1.875em}.form-group .custom__select{width:100%;background:transparent;border:1px solid rgba(var(--color-blackcolrgb),.1)!important;border-radius:3.75em;padding:.232em 0;font-size:1.25em}@media(max-width:991.98px){.form-group .custom__select{font-size:1em;height:auto}}.form-group .custom__select .custom__select__control{height:auto;padding:0 1.4375em;border-radius:1.4375em;min-height:2.35em!important}@media(max-width:575.98px){.form-group .custom__select .custom__select__control{min-height:2.1em}}.form-group .custom__select .css-8nd4vx-control{min-height:2.35em}.css-uh6equ-placeholder{color:var(--color-graycol)!important}.asterick{color:red}.password-icon{position:absolute;top:50%;right:1.8125em;width:1.25em;transform:translateY(-50%);cursor:pointer}.css-1ymp0ys-menu{width:100%}.custom-label{margin-bottom:10px;display:block;font-size:1.25em}.custom-label span{margin-left:3px;color:red}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.custom-loggedIn{margin:1.75em 0 2.5em!important}.error__wrapper{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.error__wrapper img{margin-bottom:2em}.error__wrapper p{font-size:1.5em}.error__wrapper button{background-color:#000;padding:1em 3em;color:#fff;border-radius:10px}.review-form .form-group{position:relative}.loading__wrapper{height:100vh;position:fixed;inset:0;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:999}.sc-dFqmTM{padding:1.375em 0;border-radius:1.25em;background:var(--color-graycol)}@media(min-width:1200px){.sc-dFqmTM{height:83vh!important;width:22em!important}}.sc-dFqmTM .sc-glpSfM{position:absolute;right:10px;top:12px;font-size:18px;padding:0 4.17px;line-height:1;border-radius:100%;background:var(--color-lightgreen);cursor:pointer}.sc-dFqmTM .sc-dtOqdk{position:relative;margin-bottom:2.5em}.sc-dFqmTM .sc-dtOqdk svg{width:1.125em;height:1.125em;top:1em}.sc-dFqmTM .sc-dtOqdk input{font-size:1.45em;color:var(--color-blackcol);font-family:__nextLT_829b9e;font-weight:400;left:.9375em;padding:5px 10px .85em 1.5em}.sc-dFqmTM .sc-dtOqdk input::placeholder{color:var(--color-blackcol)}.sc-bAEjGW:hover{background-color:rgba(var(--color-primarycolrgb),.2)!important}.sc-bAEjGW:hover .sc-enMaOJ{color:var(--color-primarycol)}.sc-bAEjGW.active{background-color:rgba(var(--color-primarycolrgb),.2)}.sc-bAEjGW.active .sc-enMaOJ{color:var(--color-primarycol)}.sc-bAEjGW .sc-enMaOJ{font-size:1.25em!important;font-weight:500!important;text-transform:capitalize;color:var(--color-blackcol)}.sc-jdwyG{padding-right:.625em}.sc-fUEImY{width:26.85em!important;bottom:5em!important;left:3.575em!important}.sc-dntaoT{padding:1em 0!important}.sc-gohMHu{display:flex!important;column-gap:.9375em}.sc-hGNhLO{column-gap:1.25em}.sc-jWJSSj{display:flex;align-items:center}.sc-dpBQxM{display:flex;column-gap:2em}.sc-ivxoEo{background-color:rgba(var(--color-graycolrgb),.1)!important;border-radius:1.25em;padding:1.5625em!important}.sc-eEVuZf{background:var(--color-whitecol)!important}.sc-iPHsxv{border-radius:.625em!important}.sc-keTIit{color:var(--color-blackcol)!important;margin:.85em 0 .685em;line-height:1}.react-tabs__tab-list{margin-bottom:2.125em!important}.react-tabs__tab-list .react-tabs__tab{background:rgba(var(--color-secondarycolrgb),.1)!important;border:1px solid var(--color-secondarycol)}.react-tabs__tab-list .tab-success{background:var(--color-lightgreen)!important;border:1px solid var(--color-primarycol);font-size:1.15em}.react-tabs__tab-panel{border-radius:.625em}.api-collection .dFrZq{padding:0}.main__wrapper{position:fixed;inset:0;z-index:999;background-color:var(--color-whitecol)}.main__wrapper .notFound__wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:38.5em;margin:auto;text-align:center}.main__wrapper .notFound__wrapper h6{font-size:2em;font-weight:600}.main__wrapper .notFound__wrapper h2{font-size:5em;color:#0b7433;margin:.3em 0}.main__wrapper .notFound__wrapper a{background-color:#0b7433;padding:.8em 1.5em;border-radius:10px;font-weight:500;transition:all .3s ease-in-out;color:#fff}.main__wrapper .notFound__wrapper a:hover{background-color:#000}.main__wrapper .notFound__wrapper span{margin-bottom:1em}.main__wrapper .notFound__wrapper p{font-weight:400}:root{--color-primarycol:#0b7433;--color-secondarycol:#ed9c09;--color-primarycolrgb:11,116,51;--color-secondarycolrgb:237,156,9;--color-darkgreen:#404728;--color-lightgreen:#d7e3d3;--color-whitecol:#fff;--color-blackcol:#000;--color-blackcol2:#2f2f2f;--color-graycol:#868686;--color-graycolrgb:134,134,134;--color-graycol2rgb:246,246,246;--color-graycol3rgb:226,226,226;--color-whitecolrgb:255,255,255;--color-blackcolrgb:0,0,0;--color-lightgreenrgb:215,227,211;--fontSize-60:3.75em;--fontSize-50:3.125em;--fontSize-40:2.5em;--fontSize-36:2.25em;--fontSize-24:1.5em;--fontSize-22:1.375em;--fontSize-20:1.25em;--fontSize-18:1.125em;--fontSize-16:1em}