.notfound_notFoundWrapper__Bb8Zh{height:90vh;display:flex;align-items:center;text-align:center;justify-content:center}: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)}}.contact_container__vkD1C{padding-left:12.6171875vw;padding-right:12.6171875vw}@media(max-width:1600px){.contact_container__vkD1C{padding-left:8.4114583333vw;padding-right:8.4114583333vw}}@media(max-width:1024px){.contact_container__vkD1C{padding-left:1rem;padding-right:1rem}}.contact_newContactWrapper__UQ5Cg{padding:60px 0}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_{display:flex;border-radius:10px;overflow:hidden;background:#fff;filter:drop-shadow(0 .9765625vw 1.953125vw rgba(0,0,0,.16))}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF{flex:0 0 auto;width:45%;padding:30px 50px;font-size:14px;display:flex;align-items:center}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH{padding:0;margin:0}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li{display:flex;flex-wrap:wrap;margin-bottom:25px}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li:before{flex:0 0 auto;content:"";margin-right:15px;background-repeat:no-repeat;background-position:50% 5px;width:30px}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li .contact_text__14K_9{flex:1 1}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li p{margin-bottom:0;text-wrap:balance}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li h3{margin-bottom:2px;font-size:16px}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li .contact_sub__NN_DP{opacity:.6;margin-bottom:2px}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_map__6e8Vi:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='29' viewBox='0 0 24 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 20.5556 12 27.8889 12 27.8889C12 27.8889 1 20.5556 1 12C1 9.08262 2.15893 6.28473 4.22183 4.22183C6.28473 2.15893 9.08262 1 12 1C14.9174 1 17.7153 2.15893 19.7782 4.22183C21.8411 6.28473 23 9.08262 23 12Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0002 15.6668C14.0252 15.6668 15.6668 14.0252 15.6668 12.0002C15.6668 9.97512 14.0252 8.3335 12.0002 8.3335C9.97512 8.3335 8.3335 9.97512 8.3335 12.0002C8.3335 14.0252 9.97512 15.6668 12.0002 15.6668Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_phone__AzCjz:before{background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8656 5.57143C16.9879 5.78922 18.0192 6.33515 18.8278 7.13935C19.6363 7.94356 20.1851 8.96945 20.4041 10.0857M15.8656 1C18.1972 1.25764 20.3714 2.2962 22.0313 3.94515C23.6912 5.5941 24.738 7.75544 25 10.0743M23.851 19.1943V22.6229C23.8523 22.9411 23.7868 23.2562 23.6586 23.5478C23.5304 23.8395 23.3424 24.1012 23.1066 24.3164C22.8708 24.5316 22.5924 24.6954 22.2893 24.7974C21.9861 24.8993 21.6649 24.9372 21.3462 24.9086C17.8106 24.5264 14.4145 23.3247 11.4306 21.4C8.65443 19.6453 6.30076 17.3042 4.53669 14.5429C2.59489 11.5614 1.38647 8.16685 1.00933 4.63429C0.980614 4.31825 1.01837 3.99973 1.1202 3.699C1.22203 3.39827 1.3857 3.12193 1.60078 2.88757C1.81586 2.6532 2.07765 2.46595 2.36948 2.33774C2.6613 2.20953 2.97677 2.14316 3.29579 2.14286H6.74273C7.30034 2.1374 7.84091 2.3338 8.2637 2.69547C8.68649 3.05713 8.96264 3.55937 9.04069 4.10857C9.18617 5.20579 9.45598 6.28312 9.84497 7.32C9.99956 7.72906 10.033 8.17362 9.94138 8.60101C9.84974 9.02839 9.63685 9.4207 9.32793 9.73143L7.86873 11.1829C9.50436 14.0441 11.8861 16.4131 14.7626 18.04L16.2218 16.5886C16.5342 16.2813 16.9286 16.0695 17.3583 15.9784C17.788 15.8872 18.2349 15.9205 18.6461 16.0743C19.6886 16.4612 20.7717 16.7296 21.8748 16.8743C22.4329 16.9526 22.9426 17.2322 23.307 17.66C23.6714 18.0878 23.865 18.6338 23.851 19.1943Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_email__uMXFX:before{background-image:url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4 1H22.6C23.92 1 25 2.08 25 3.4V17.8C25 19.12 23.92 20.2 22.6 20.2H3.4C2.08 20.2 1 19.12 1 17.8V3.4C1 2.08 2.08 1 3.4 1Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 3.3999L13 11.7999L1 3.3999' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_globe__e8kSe:before{background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 25C19.6274 25 25 19.6274 25 13C25 6.37258 19.6274 1 13 1C6.37258 1 1 6.37258 1 13C1 19.6274 6.37258 25 13 25Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 13H25' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1C16.0015 4.28602 17.7073 8.55044 17.8 13C17.7073 17.4496 16.0015 21.714 13 25C9.99841 21.714 8.29265 17.4496 8.19995 13C8.29265 8.55044 9.99841 4.28602 13 1Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_email__uMXFX a:hover,.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li.contact_globe__e8kSe a:hover{text-decoration:underline}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li:last-child{margin-bottom:0}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_office__78_Fz{display:flex}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_office__78_Fz img{width:100%;object-fit:cover}.contact_newContactWrapper__UQ5Cg iframe{width:100%;border-radius:10px;margin:60px 0;filter:drop-shadow(0 .9765625vw 1.953125vw rgba(0,0,0,.16))}@media(max-width:1024px){.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF{padding:25px 30px;width:50%}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li{margin-bottom:20px!important}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF .contact_addressDetails__Rh5eH li:last-child{margin-bottom:0!important}}@media(max-width:490px){.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_{flex-direction:column;filter:none;box-shadow:0 0 10px rgba(0,0,0,.16)}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_companyInfo__lItuF{width:100%}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_office__78_Fz picture{display:block;width:100%}.contact_newContactWrapper__UQ5Cg .contact_connectwell__w1u4_ .contact_office__78_Fz picture img{height:233px}}.contact_mapWrapper__q79FK{display:flex;justify-content:center}@media(max-width:490px){.contact_mapWrapper__q79FK div{width:100%}.contact_mapWrapper__q79FK .contact_iframe__rNhFn{width:100%;border-radius:0!important;height:260px}}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U{display:flex;flex-wrap:wrap}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_leftCol__vVEkz{width:60%}@media(max-width:490px){.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_leftCol__vVEkz{width:100%}}@media(min-width:580px)and (max-width:1024px){.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_leftCol__vVEkz{width:50%}}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_leftCol__vVEkz iframe{width:100%}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E{width:40%;background-color:#e8e8e8}@media(max-width:490px){.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E{width:100%;padding:15px}}@media(min-width:580px)and (max-width:1024px){.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E{width:50%}}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_addressDetails__Rh5eH{background-color:#fff;padding:20px 35px;box-shadow:-11px 0 16.1px 0 rgba(0,0,0,.251);height:100%;display:flex;flex-direction:column;justify-content:center}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_addressDetails__Rh5eH li{margin-bottom:20px}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_addressDetails__Rh5eH li p{margin-bottom:0}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_icon__xnoMl{background-size:74%;background-position:50%;background-repeat:no-repeat;height:40px;width:40px;display:inline-block}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_map__6e8Vi{background-image:url("data:image/svg+xml,%3Csvg width='32' height='45' viewBox='0 0 32 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8509 43.0801C15.8509 43.0801 3.40312 26.9947 2.69026 25.4759C1.97739 23.9572 -1.12997 17.586 3.45796 9.67759C6.76639 3.96388 11.4274 2.20439 15.3116 1.86176C18.9674 1.86176 26.425 3.1397 29.4684 10.9092C32.0548 17.5212 31.1775 23.4201 28.2437 27.1984L15.6498 43.0801' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8602 25.393C15.8602 25.393 10.2213 25.18 8.86865 19.2533C7.73538 14.2897 11.8755 11.1411 15.2662 10.9281C18.6568 10.7151 22.8518 13.0395 22.934 18.7162C22.9797 21.698 20.5213 23.7168 20.5213 23.7168' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_phone__AzCjz{background-image:url("data:image/svg+xml,%3Csvg width='32' height='34' viewBox='0 0 32 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9609 9.45573C14.9609 9.45573 23.915 9.3622 23.4226 17.8036' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9609 5.39474C14.9609 5.39474 27.6996 5.52725 27.215 17.8113' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9609 1.59911C14.9609 1.59911 30.9997 1.24057 30.9997 17.8037' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9613 21.9038L18.4075 24.3512C18.4075 24.3512 17.3382 25.4113 16.5843 24.624C15.1612 23.8758 10.5919 20.6177 8.32264 16.3152C8.32264 16.3152 7.4534 15.2083 8.59188 14.2184C9.73036 13.2286 10.7304 12.0984 10.7304 12.0984C10.7304 12.0984 11.0227 11.9191 10.6842 10.7655L7.79187 3.72714C7.79187 3.72714 7.43801 3.09579 6.67646 3.27506C5.91491 3.45433 2.75331 4.17921 1.77637 6.52534C0.799425 8.87146 0.307108 12.6206 3.02254 17.8117C5.73798 23.0028 12.2381 30.1737 20.2998 31.8027C28.3615 33.4317 29.3 26.2531 29.3 26.2531C29.3 26.2531 29.5692 24.9436 28.4538 24.8111C27.3384 24.6786 20.9844 21.8804 20.9844 21.8804' stroke='%23ED1C24' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_email__uMXFX{background-image:url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2234 0.143951H2.84549C1.10913 0.143951 0 1.26003 0 3.01166V18.6523C0 20.4039 1.10913 21.52 2.84549 21.52H27.2157C28.8679 21.52 30 20.3807 30 18.7143V2.94966C30 1.28328 28.8679 0.143951 27.2234 0.143951ZM26.9862 1.94208C26.5732 2.34511 26.2137 2.69389 25.8618 3.05041C22.5191 6.44516 19.1688 9.83991 15.8261 13.2347C15.2754 13.8005 14.7323 13.8005 14.1815 13.2347C10.5405 9.53764 6.89954 5.84062 3.25854 2.1436C3.205 2.08934 3.1591 2.03509 3.08261 1.94208H26.9862ZM1.7746 18.3655V3.26743C4.27588 5.77861 6.77715 8.29755 9.29373 10.8242C6.76951 13.3509 4.26058 15.8699 1.7746 18.3655ZM3.15145 19.7141C5.63743 17.2262 8.13106 14.7228 10.6323 12.2116C10.6094 12.1806 10.5864 12.1496 10.5635 12.1186C10.6247 12.1728 10.6935 12.2271 10.7547 12.2891C11.489 13.0331 12.231 13.785 12.9653 14.5368C14.1203 15.7226 15.8491 15.7381 17.0194 14.56C17.8225 13.7539 18.6257 12.9479 19.4059 12.1573C21.9148 14.6685 24.4085 17.1719 26.9327 19.7141H3.15145ZM28.2254 18.4043C25.7241 15.8931 23.2152 13.3819 20.7063 10.863C23.2381 8.32855 25.7471 5.80962 28.2254 3.32943V18.4043Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A")}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_globe__e8kSe{background-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7607 2.18983C12.393 1.57268 14.1557 1.23105 16.0056 1.23105C16.9414 1.23105 17.8554 1.31921 18.7368 1.48452C19.7923 1.68289 20.826 1.99146 21.8054 2.41024H21.8162' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.8164 2.41087C28.4867 5.34369 30.6848 11.3416 31.0003 16.4135C31.0003 20.7135 29.2375 24.5835 26.4193 27.3288C24.3736 29.3465 21.7729 30.7689 18.8676 31.3312C17.9427 31.5076 16.996 31.6068 16.0166 31.6068C15.2658 31.6068 14.5368 31.5517 13.8186 31.4414' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8074 31.4415C13.7965 31.4304 9.78128 30.5374 6.75626 28.3653C5.61371 27.373 5.98368 27.7258 5.61371 27.373C2.77367 24.6166 1 20.7245 1 16.4135C1 13.5138 2.96953 5.70759 10.7497 2.19041' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0059 31.6066V28.4092' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0059 28.7511V22.8965V16.4244V9.89721V1.23105' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.01074 16.4244H30.9999' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7256 1.48449C18.7256 1.48449 32.9149 14.9137 18.8126 31.3861' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9164 31.3856C13.9056 31.3747 13.8947 31.3529 13.8838 31.3421' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9164 31.1103C7.37666 25.1124 7.6487 18.1552 7.62694 16.4131C7.59429 13.2047 8.39951 10.3711 9.42236 8.05568C11.2504 3.93209 13.8184 1.47337 13.8184 1.47337' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4279 22.9184C9.37787 23.172 5.14501 27.1853 5.62379 27.3727' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4285 22.9186C15.6243 22.8965 15.8202 22.8965 16.0161 22.8855C18.8887 22.8414 21.3153 23.7675 23.1216 24.815C24.8082 25.7852 25.9508 26.8547 26.4187 27.3288' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.67871 5.77354C5.82017 5.85072 9.28045 7.9897 9.42191 8.05585C11.7941 9.34585 14.003 9.85303 16.0052 9.88611C18.8887 9.93021 21.3262 9.00406 23.1433 7.93457C23.8724 7.5156 25.6896 5.69636 26.201 5.28841' stroke='%23ED1C24' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.contact_ContactWrapper__Msw19 .contact_wrap__YHk0U .contact_rightCol__I1w7E .contact_tel__dE5FZ{display:block}.contact_formWrapper__qBrwO{background:#fff;filter:drop-shadow(0 .9765625vw 1.953125vw rgba(0,0,0,.16));border-radius:10px}.contact_formWrapper__qBrwO .contact_bnWrap__Q5IUR a{margin-right:15px!important}.contact_enquiryWrapper__lRFy1 .contact_list__pf00b{display:flex;justify-content:center;margin-bottom:60px}.contact_enquiryWrapper__lRFy1 .contact_list__pf00b li{margin:0 32px}@media(max-width:490px){.contact_enquiryWrapper__lRFy1 .contact_list__pf00b li{margin:0 6px}}.contact_enquiryWrapper__lRFy1 .contact_list__pf00b li .contact_tab__aHlPe{padding:30px;border-radius:10px;border:1px solid #000;color:#40505c;font-size:19px;font-weight:800;max-width:250px;display:block;text-align:center}@media(max-width:490px){.contact_enquiryWrapper__lRFy1 .contact_list__pf00b li .contact_tab__aHlPe{padding:15px;font-size:14px}}.contact_enquiryWrapper__lRFy1 .contact_list__pf00b li .contact_tab__aHlPe.contact_active__O2WE6{background-color:#e31f24;color:#fff;border:1px solid #e31f24}.contact_shadow__u19t0{box-shadow:7px 7px 6px 0 rgba(0,0,0,.35);margin:0}.system_systemWrapper__R_p_6{padding:60px 0}@media(max-width:490px){.system_systemWrapper__R_p_6{padding:30px 0}}.system_systemWrapper__R_p_6 .system_sliderWrap__vmTRr{position:relative}.system_systemWrapper__R_p_6 .system_blogCards__28M6c{margin-left:12px;margin-right:12px;position:relative;border-radius:4px;overflow:hidden}.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_image__GhXQc{height:15.9375vw;overflow:hidden;position:relative;width:100%}.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_image__GhXQc img{width:100%;vertical-align:middle;object-fit:cover;transition:all .2s ease-in-out;height:15.9375vw}@media(max-width:490px){.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_image__GhXQc img{height:50.9375vw}}.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_copy__yuz3Y{padding:20px 0;color:#8f8f8f;position:relative}@media(max-width:490px){.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_copy__yuz3Y{padding:10px 0}}.system_systemWrapper__R_p_6 .system_blogCards__28M6c .system_copy__yuz3Y .system_cardTitle__ILpqL{font-weight:600;color:#555;font-size:20px;text-align:center}.system_navigationWrap__DeVe4{top:45%;transform:translateY(-50px)}.system_navigationWrap__DeVe4 .system_slider-prevBtn__fDYPi{left:-75px!important;z-index:1}.system_navigationWrap__DeVe4 .system_slider-nextBtn__T5_IM{right:-75px!important;z-index:1}@media(max-width:1024px){.system_navigationWrap__DeVe4{display:none}}.system_swiperpagination__AdmPz{display:none}@media(max-width:490px){.system_swiperpagination__AdmPz{display:flex}}.softwaretechnology_technologyWrapper__5UvOT{padding:100px 0}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT{padding:30px 0}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB{flex-direction:column;margin-top:0}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD{width:48%}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD{width:100%}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP{border:1px solid #ddd;display:block;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px 0 rgba(0,0,0,.25)}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP{margin-bottom:20px}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP img{width:100%;border-radius:4px;height:auto}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP img{height:auto}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP .softwaretechnology_playButton__IfYaa{position:absolute;right:0;top:auto;left:auto;bottom:0}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP .softwaretechnology_playButton__IfYaa:after{height:2.90625vw;width:2.90625vw}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_leftcol__q2gLD .softwaretechnology_softwareImage__FomiP .softwaretechnology_playButton__IfYaa:after{height:40px;width:40px}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_rightcol__33gYG{width:48%}@media(max-width:490px){.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_rightcol__33gYG{width:100%}}.softwaretechnology_technologyWrapper__5UvOT .softwaretechnology_wrap__A1ToB .softwaretechnology_rightcol__33gYG p{font-size:17px;margin-bottom:2rem}.gettingproduct_large___Bm_8{max-width:62.270833vw!important;margin-left:auto;margin-right:auto}@media(min-width:1600px){.gettingproduct_large___Bm_8{max-width:54.270833vw!important}}.gettingproduct_gettingProduct__jlgzK{padding:60px 0}@media(max-width:490px){.gettingproduct_gettingProduct__jlgzK{padding:30px 0}}.gettingproduct_gettingProduct__jlgzK .gettingproduct_productimage__7GKQQ{display:flex;justify-content:center;margin:0 auto 45px;max-width:80%}@media(max-width:490px){.gettingproduct_gettingProduct__jlgzK .gettingproduct_productimage__7GKQQ{max-width:100%}}.gettingproduct_gettingProduct__jlgzK .gettingproduct_productimage__7GKQQ img{width:100%;height:auto}@media(max-width:490px){.gettingproduct_gettingProduct__jlgzK .gettingproduct_productimage__7GKQQ img{width:100%;height:auto}}@media(max-width:1024px){.gettingproduct_gettingProduct__jlgzK .gettingproduct_productimage__7GKQQ img{width:100%}}.gettingproduct_gettingProduct__jlgzK .gettingproduct_tagline__db89t{font-size:18px;font-weight:700}.prototype_technologyWrapper__8xbVt{display:flex;flex-wrap:wrap}.prototype_technologyWrapper__8xbVt .prototype_leftcol__kSc29{width:50%}.prototype_technologyWrapper__8xbVt .prototype_leftcol__kSc29 .prototype_bgImage__wTz_S{background-size:cover;background-repeat:no-repeat;background-position:50%;display:block;width:100%;height:555px}@media(max-width:490px){.prototype_technologyWrapper__8xbVt .prototype_leftcol__kSc29 .prototype_bgImage__wTz_S{height:56.688vw}.prototype_technologyWrapper__8xbVt .prototype_leftcol__kSc29{width:100%}}.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p{width:50%;padding:60px 8.4114583333vw 60px 50px;color:#fff;display:flex;justify-content:center;flex-direction:column}@media(max-width:490px){.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p{width:100%;padding:1rem!important;text-align:center}}@media(max-width:1600px){.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p{padding:60px 12.6171875vw 60px 50px}}@media(max-width:1024px){.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p{padding:30px 1.6171875vw 30px 21px}}.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p .prototype_smallTitle__ZCVkb{color:#555}@media(max-width:490px){.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p .prototype_smallTitle__ZCVkb{font-size:25px}}.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p p{color:#555}.prototype_technologyWrapper__8xbVt .prototype_rightcol__vAg_p a{max-width:105px}.keepingcheck_keepingWrapper__skG9m{padding:60px 0}@media(max-width:490px){.keepingcheck_keepingWrapper__skG9m{padding:30px 0}}.keepingcheck_keepingWrapper__skG9m .keepingcheck_introHeader__Oaz55 .keepingcheck_intro__GZ50s{margin-bottom:20px}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS{position:relative}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCards__KC46r{margin-left:12px;margin-right:12px;position:relative;border-radius:4px;overflow:hidden}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCards__KC46r .keepingcheck_image__Sl0t8{height:15.9375vw;overflow:hidden;position:relative;width:auto}@media(max-width:490px){.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCards__KC46r .keepingcheck_image__Sl0t8{height:51.9375vw}}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCards__KC46r .keepingcheck_image__Sl0t8 img{width:auto;vertical-align:middle;object-fit:cover;transition:all .2s ease-in-out;height:15.9375vw}@media(max-width:490px){.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCards__KC46r .keepingcheck_image__Sl0t8 img{height:51.9375vw;display:block;margin:0 auto}}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul{display:flex;align-items:center}@media(max-width:490px){.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul{flex-wrap:wrap}}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li{margin-right:15px;overflow:hidden}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li:hover img{transform:scale(1.08)}@media(max-width:490px){.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li{margin:0 0 30px;width:100%}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li:last-child{margin-bottom:0}}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li:last-child{margin-right:0}.keepingcheck_keepingWrapper__skG9m .keepingcheck_autoSlider__VjtfS .keepingcheck_blogCardsWrap__ki94E ul li img{display:block;width:100%;height:auto;transition:all .2s ease-in-out}.keepingcheck_swiperpagination__H3HMg{margin-top:20px}.keepingcheck_swiperSlider__pBEUd{width:auto}.keepingcheck_navigationWrap__qoEsI{top:45%}.keepingcheck_navigationWrap__qoEsI .keepingcheck_slider-prevBtn__BrweR{left:-75px!important;z-index:1}.keepingcheck_navigationWrap__qoEsI .keepingcheck_slider-nextBtn__4KxjQ{right:-75px!important;z-index:1}@media(max-width:1024px){.keepingcheck_navigationWrap__qoEsI{display:none}}.productlaunch_productlunchwrapper__RJ0cv{padding:60px 0}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_introHeader__C_3ET{margin-bottom:60px}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_introHeader__C_3ET{margin-bottom:25px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8{display:flex}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8{flex-direction:column}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_leftcol__RZJq1{width:33.3333333333vw}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_leftcol__RZJq1{width:100%}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_leftcol__RZJq1 img{width:100%;border-radius:4px;height:18.75vw!important}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_leftcol__RZJq1 img{margin-bottom:20px;height:auto!important}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs{flex:1 1;padding-left:2.8125vw;display:flex;flex-direction:column;align-items:flex-start}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs a{margin-top:auto}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs .productlaunch_mediumTitle__WV6Sy{max-width:400px}@media(min-width:1600px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs .productlaunch_mediumTitle__WV6Sy{max-width:inherit!important}}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs{width:100%;padding-left:0}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs .productlaunch_mediumTitle__WV6Sy{max-width:100%}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs p{font-size:18px}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_wrapper__1KEv8 .productlaunch_rightcol__OsBFs p{font-size:14px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:3.90625vw}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul{margin-top:25px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li{display:flex;flex-wrap:wrap;align-items:center;width:48%;border-bottom:1px solid rgba(0,0,0,.102);padding:20px 0}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li{width:100%}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li:last-child{border-bottom:0}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_content__h0_Fl{width:70%}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_content__h0_Fl{width:100%;order:2}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_content__h0_Fl .productlaunch_boxtitle__4mSca{font-size:20px;line-height:29px;letter-spacing:0}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_content__h0_Fl .productlaunch_boxtitle__4mSca{font-size:18px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_productimage__e6xFR{width:30%}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_productimage__e6xFR{width:100%;margin-bottom:15px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_productimage__e6xFR img{width:100%;height:6.146vw;border-radius:4px;object-fit:cover}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_productlist__C1oxy ul li .productlaunch_productimage__e6xFR img{width:100%;height:auto}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_viewwrap__esKnX{margin-top:60px}@media(max-width:490px){.productlaunch_productlunchwrapper__RJ0cv .productlaunch_viewwrap__esKnX{margin-top:10px}}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_viewwrap__esKnX a{color:#e31f24!important}.productlaunch_productlunchwrapper__RJ0cv .productlaunch_viewwrap__esKnX a:hover{color:#fff!important}.download_container__13Q2U{padding-left:12.6171875vw;padding-right:12.6171875vw}@media(max-width:1600px){.download_container__13Q2U{padding-left:8.4114583333vw;padding-right:8.4114583333vw}}@media(max-width:1024px){.download_container__13Q2U{padding-left:1rem;padding-right:1rem}}.download_newCatalogues__ZzHJT{padding:60px 0 40px}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN{display:flex;flex-wrap:wrap;margin:0 -15px}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li{flex:0 0 auto;width:25%;padding:0 15px;margin-bottom:20px}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li .download_brochure__Cd8bv{margin-bottom:10px;display:block;border-radius:8px;overflow:hidden;border:1px solid hsla(0,0%,60%,.3)}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li .download_brochure__Cd8bv img{width:100%;height:auto}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li .download_name__QzvSR{position:relative;display:block;transition:all .4s ease-in-out;padding-right:30px;padding-left:10px}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li .download_name__QzvSR:after{content:"";position:absolute;right:5px;top:0;opacity:.4;transition:all .4s ease-in-out;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13V17C19 17.5304 18.7893 18.0391 18.4142 18.4142C18.0391 18.7893 17.5304 19 17 19H3C2.46957 19 1.96086 18.7893 1.58579 18.4142C1.21071 18.0391 1 17.5304 1 17V13' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8L10 13L15 8' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13V1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:18px;height:22px;background-repeat:no-repeat;background-size:100%;display:block;background-position:50%}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li:hover .download_name__QzvSR{color:#e31f24}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li:hover .download_name__QzvSR:after{opacity:1}@media(max-width:1024px){.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li{width:33.33333%}}@media(max-width:490px){.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li{width:50%}.download_newCatalogues__ZzHJT .download_catalogueslist___oWSN li .download_name__QzvSR{font-size:14px;padding-left:0}}.download_catalogues__nnrUd{padding:60px 0;background:#fff;background:radial-gradient(circle,#fff 0,#dedede 100%)}@media(max-width:490px){.download_catalogues__nnrUd{padding:30px 0 10px}}.download_catalogues__nnrUd .download_catalogueslist___oWSN{display:flex;flex-wrap:wrap}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN{margin:0 -8px}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li{width:28%;margin:0 41px 30px;cursor:pointer}.download_catalogues__nnrUd .download_catalogueslist___oWSN li:nth-child(3n+1){margin-left:0}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li:nth-child(3n+1){margin-left:auto}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li:nth-last-child(3n+1){margin-right:0}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li:nth-last-child(3n+1){margin-right:auto}.download_catalogues__nnrUd .download_catalogueslist___oWSN li{width:45%;margin:0 8px 20px}}@media(min-width:580px)and (max-width:1024px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li{width:29%!important;margin:0 16px 20px}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_brochure__Cd8bv{display:block}.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_brochure__Cd8bv img{width:100%;height:auto}.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 20px;line-height:1}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC{padding:10px}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC .download_smallTitle__pNXXd{font-size:20px;font-weight:500;line-height:26px}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC .download_smallTitle__pNXXd{font-size:15px;line-height:20px;flex:1 1}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC .download_downloadIcon__l3buO{background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 15C5.625 14.5858 5.28921 14.25 4.875 14.25C4.46079 14.25 4.125 14.5858 4.125 15H5.625ZM4.875 16H4.125H4.875ZM19.275 15C19.275 14.5858 18.9392 14.25 18.525 14.25C18.1108 14.25 17.775 14.5858 17.775 15H19.275ZM11.1086 15.5387C10.8539 15.8653 10.9121 16.3366 11.2387 16.5914C11.5653 16.8461 12.0366 16.7879 12.2914 16.4613L11.1086 15.5387ZM16.1914 11.4613C16.4461 11.1347 16.3879 10.6634 16.0613 10.4086C15.7347 10.1539 15.2634 10.2121 15.0086 10.5387L16.1914 11.4613ZM11.1086 16.4613C11.3634 16.7879 11.8347 16.8461 12.1613 16.5914C12.4879 16.3366 12.5461 15.8653 12.2914 15.5387L11.1086 16.4613ZM8.39138 10.5387C8.13662 10.2121 7.66533 10.1539 7.33873 10.4086C7.01212 10.6634 6.95387 11.1347 7.20862 11.4613L8.39138 10.5387ZM10.95 16C10.95 16.4142 11.2858 16.75 11.7 16.75C12.1142 16.75 12.45 16.4142 12.45 16H10.95ZM12.45 5C12.45 4.58579 12.1142 4.25 11.7 4.25C11.2858 4.25 10.95 4.58579 10.95 5H12.45ZM4.125 15V16H5.625V15H4.125ZM4.125 16C4.125 18.0531 5.75257 19.75 7.8 19.75V18.25C6.61657 18.25 5.625 17.2607 5.625 16H4.125ZM7.8 19.75H15.6V18.25H7.8V19.75ZM15.6 19.75C17.6474 19.75 19.275 18.0531 19.275 16H17.775C17.775 17.2607 16.7834 18.25 15.6 18.25V19.75ZM19.275 16V15H17.775V16H19.275ZM12.2914 16.4613L16.1914 11.4613L15.0086 10.5387L11.1086 15.5387L12.2914 16.4613ZM12.2914 15.5387L8.39138 10.5387L7.20862 11.4613L11.1086 16.4613L12.2914 15.5387ZM12.45 16V5H10.95V16H12.45Z' fill='%23B6B6B7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:50%;height:40px;width:40px;display:block;cursor:pointer}@media(max-width:490px){.download_catalogues__nnrUd .download_catalogueslist___oWSN li .download_downloadCaption__LSuLC .download_downloadIcon__l3buO{height:33px;width:31px}}.download_catalogues__nnrUd .download_catalogueslist___oWSN li:hover .download_downloadIcon__l3buO{background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 15C5.625 14.5858 5.28921 14.25 4.875 14.25C4.46079 14.25 4.125 14.5858 4.125 15H5.625ZM4.875 16H4.125H4.875ZM19.275 15C19.275 14.5858 18.9392 14.25 18.525 14.25C18.1108 14.25 17.775 14.5858 17.775 15H19.275ZM11.1086 15.5387C10.8539 15.8653 10.9121 16.3366 11.2387 16.5914C11.5653 16.8461 12.0366 16.7879 12.2914 16.4613L11.1086 15.5387ZM16.1914 11.4613C16.4461 11.1347 16.3879 10.6634 16.0613 10.4086C15.7347 10.1539 15.2634 10.2121 15.0086 10.5387L16.1914 11.4613ZM11.1086 16.4613C11.3634 16.7879 11.8347 16.8461 12.1613 16.5914C12.4879 16.3366 12.5461 15.8653 12.2914 15.5387L11.1086 16.4613ZM8.39138 10.5387C8.13662 10.2121 7.66533 10.1539 7.33873 10.4086C7.01212 10.6634 6.95387 11.1347 7.20862 11.4613L8.39138 10.5387ZM10.95 16C10.95 16.4142 11.2858 16.75 11.7 16.75C12.1142 16.75 12.45 16.4142 12.45 16H10.95ZM12.45 5C12.45 4.58579 12.1142 4.25 11.7 4.25C11.2858 4.25 10.95 4.58579 10.95 5H12.45ZM4.125 15V16H5.625V15H4.125ZM4.125 16C4.125 18.0531 5.75257 19.75 7.8 19.75V18.25C6.61657 18.25 5.625 17.2607 5.625 16H4.125ZM7.8 19.75H15.6V18.25H7.8V19.75ZM15.6 19.75C17.6474 19.75 19.275 18.0531 19.275 16H17.775C17.775 17.2607 16.7834 18.25 15.6 18.25V19.75ZM19.275 16V15H17.775V16H19.275ZM12.2914 16.4613L16.1914 11.4613L15.0086 10.5387L11.1086 15.5387L12.2914 16.4613ZM12.2914 15.5387L8.39138 10.5387L7.20862 11.4613L11.1086 16.4613L12.2914 15.5387ZM12.45 16V5H10.95V16H12.45Z' fill='%23ED1C24'/%3E%3C/svg%3E")}.download_certificationsection___KAuf{padding:60px 0 0;position:relative}@media(max-width:490px){.download_certificationsection___KAuf{padding:10px 0 0}}.download_certificationsection___KAuf .download_mediumTitle__zZaD_{margin-bottom:10px}.download_certificationsection___KAuf .download_certificationslist__pl_YB{display:flex;flex-wrap:wrap;margin-top:40px}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB{margin-top:0;justify-content:space-between}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li{width:100%;margin-bottom:30px;border-bottom:1px solid #d6d6d6;cursor:pointer;transition:all .2s ease-in-out}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li{width:48%;margin-bottom:15px}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r{border-radius:10px;padding:15px 24px;margin-bottom:30px;display:flex;align-items:center}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r{flex-direction:column;padding:0;margin-bottom:15px}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q{flex:1 1;display:flex}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q{text-align:center;width:100%;flex-wrap:wrap}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_Image__kKP_z{display:inline-block}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_Image__kKP_z{width:100%}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_Image__kKP_z img{box-shadow:0 0 4px rgba(0,0,0,.15)}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_Image__kKP_z img{width:100%;height:auto}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf{display:flex;align-items:center;width:100%;justify-content:space-between}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf{align-items:center;justify-content:space-between;padding:0 10px}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf .download_smallTitle__pNXXd{font-size:22px;font-weight:500;padding-left:20px}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf .download_smallTitle__pNXXd{font-size:16px;margin:12px 0;display:block;padding-left:0;text-align:center}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf .download_downloadbtn__8T4Xc{padding:0;background:none;box-shadow:none!important}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_copybox__2Nm6Q .download_pdfWrapper__Mjbvf .download_downloadTxt__atypG{display:none}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_downloadbtn__8T4Xc{background-color:#eaeaea;color:#000;font-weight:500;box-shadow:3px 3px 4px rgba(0,0,0,.25)!important;border-radius:0;display:flex;align-items:center;border:1px solid #eaeaea;padding:10px 35px}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_downloadbtn__8T4Xc a{color:#555!important}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_downloadbtn__8T4Xc{padding:8px 15px}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_downloadbtn__8T4Xc .download_downloadIcon__l3buO{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M15 18H1C0.734784 18 0.48043 18.1054 0.292893 18.2929C0.105357 18.4804 0 18.7348 0 19C0 19.2652 0.105357 19.5196 0.292893 19.7071C0.48043 19.8946 0.734784 20 1 20H15C15.2652 20 15.5196 19.8946 15.7071 19.7071C15.8946 19.5196 16 19.2652 16 19C16 18.7348 15.8946 18.4804 15.7071 18.2929C15.5196 18.1054 15.2652 18 15 18ZM7.29 15.71C7.3851 15.801 7.49725 15.8724 7.62 15.92C7.7397 15.9729 7.86913 16.0002 8 16.0002C8.13087 16.0002 8.2603 15.9729 8.38 15.92C8.50275 15.8724 8.6149 15.801 8.71 15.71L12.71 11.71C12.8983 11.5217 13.0041 11.2663 13.0041 11C13.0041 10.7337 12.8983 10.4783 12.71 10.29C12.5217 10.1017 12.2663 9.99591 12 9.99591C11.7337 9.99591 11.4783 10.1017 11.29 10.29L9 12.59V1C9 0.734784 8.89464 0.48043 8.70711 0.292893C8.51957 0.105357 8.26522 0 8 0C7.73478 0 7.48043 0.105357 7.29289 0.292893C7.10536 0.48043 7 0.734784 7 1V12.59L4.71 10.29C4.61676 10.1968 4.50607 10.1228 4.38425 10.0723C4.26243 10.0219 4.13186 9.99591 4 9.99591C3.86814 9.99591 3.73757 10.0219 3.61575 10.0723C3.49393 10.1228 3.38324 10.1968 3.29 10.29C3.19676 10.3832 3.1228 10.4939 3.07234 10.6158C3.02188 10.7376 2.99591 10.8681 2.99591 11C2.99591 11.1319 3.02188 11.2624 3.07234 11.3842C3.1228 11.5061 3.19676 11.6168 3.29 11.71L7.29 15.71Z' fill='%2300000040'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;height:18px;width:14px;display:block;cursor:pointer;margin-right:8px}@media(max-width:490px){.download_certificationsection___KAuf .download_certificationslist__pl_YB li .download_downloadWrap__kAy7r .download_downloadbtn__8T4Xc .download_downloadIcon__l3buO{height:22px;width:17px}}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover{border-bottom:1px solid #e31f24}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover .download_downloadWrap__kAy7r{box-shadow:2px 2px 80px rgba(0,0,0,.2);background-color:#fff}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover .download_smallTitle__pNXXd{color:#555!important}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover .download_downloadbtn__8T4Xc{background-color:#e31f24;border:1px solid #e31f24;color:#fff!important}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover .download_downloadbtn__8T4Xc a{color:#fff!important}.download_certificationsection___KAuf .download_certificationslist__pl_YB li:hover .download_downloadbtn__8T4Xc .download_downloadIcon__l3buO{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M15 18H1C0.734784 18 0.48043 18.1054 0.292893 18.2929C0.105357 18.4804 0 18.7348 0 19C0 19.2652 0.105357 19.5196 0.292893 19.7071C0.48043 19.8946 0.734784 20 1 20H15C15.2652 20 15.5196 19.8946 15.7071 19.7071C15.8946 19.5196 16 19.2652 16 19C16 18.7348 15.8946 18.4804 15.7071 18.2929C15.5196 18.1054 15.2652 18 15 18ZM7.29 15.71C7.3851 15.801 7.49725 15.8724 7.62 15.92C7.7397 15.9729 7.86913 16.0002 8 16.0002C8.13087 16.0002 8.2603 15.9729 8.38 15.92C8.50275 15.8724 8.6149 15.801 8.71 15.71L12.71 11.71C12.8983 11.5217 13.0041 11.2663 13.0041 11C13.0041 10.7337 12.8983 10.4783 12.71 10.29C12.5217 10.1017 12.2663 9.99591 12 9.99591C11.7337 9.99591 11.4783 10.1017 11.29 10.29L9 12.59V1C9 0.734784 8.89464 0.48043 8.70711 0.292893C8.51957 0.105357 8.26522 0 8 0C7.73478 0 7.48043 0.105357 7.29289 0.292893C7.10536 0.48043 7 0.734784 7 1V12.59L4.71 10.29C4.61676 10.1968 4.50607 10.1228 4.38425 10.0723C4.26243 10.0219 4.13186 9.99591 4 9.99591C3.86814 9.99591 3.73757 10.0219 3.61575 10.0723C3.49393 10.1228 3.38324 10.1968 3.29 10.29C3.19676 10.3832 3.1228 10.4939 3.07234 10.6158C3.02188 10.7376 2.99591 10.8681 2.99591 11C2.99591 11.1319 3.02188 11.2624 3.07234 11.3842C3.1228 11.5061 3.19676 11.6168 3.29 11.71L7.29 15.71Z' fill='%23fff'/%3E%3C/svg%3E")}.qualitySystems_qualityWrapper__wIR8t.qualitySystems_container__HuQ7K{padding-left:15.4114583333vw;padding-right:15.4114583333vw}@media(min-width:580px)and (max-width:1024px){.qualitySystems_qualityWrapper__wIR8t.qualitySystems_container__HuQ7K{padding-left:4rem;padding-right:4rem}}@media(max-width:490px){.qualitySystems_qualityWrapper__wIR8t.qualitySystems_container__HuQ7K{padding-left:1rem;padding-right:1rem}}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_mediumTitle__LyeNR{color:#555}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V{margin-top:80px}@media(max-width:490px){.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V{margin-top:50px}}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li{display:flex;align-items:center;justify-content:left;padding:50px 20px;margin-bottom:80px;background:linear-gradient(90deg,#eaeaea 29.84%,hsla(0,0%,100%,0) 96.11%);position:relative}@media(max-width:490px){.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li{flex-wrap:wrap;background:#f0f0f0;margin-bottom:40px;padding:15px}}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li img{margin:0 35px 0 15px}@media(max-width:490px){.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li img{margin:10px 0 0!important}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li .qualitySystems_rightCol__sC04g{padding-left:0;margin-top:20px;text-align:left}}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li .qualitySystems_rightCol__sC04g h4{color:#555!important;margin-bottom:10px}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li .qualitySystems_rightCol__sC04g p{color:#555!important}.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li:before{content:"";height:100px;width:4px;background-color:#e31f24;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media(max-width:490px){.qualitySystems_qualityWrapper__wIR8t .qualitySystems_listWrapper__OGS5V li:before{display:none}}.footer_footerWrapper__SSxm1{background-color:#f0f0f0;padding-bottom:30px;padding-top:30px;font-size:14px;background-image:url(/images/footerDoodle.svg);background-repeat:repeat-x;background-position:bottom;background-size:auto 60%}@media(max-width:490px){.footer_footerWrapper__SSxm1{background-image:none}}.footer_footerWrapper__SSxm1 .footer_logo__F337I{background-image:url(/_next/static/media/connectwell-logo-darker.3666ccfa.svg);background-repeat:no-repeat;height:40px;background-size:auto 100%;display:block;text-indent:-999px;width:230px;background-position:50%;margin:auto auto 30px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G{display:flex;justify-content:space-between;flex-wrap:wrap}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip{flex:0 0 auto;width:24%}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_title__ZjyQe{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e31f24;font-size:18px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip p{margin-bottom:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG{display:flex}@media(max-width:490px){.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG{justify-content:center}}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_callUs__7wFXB{height:30px;width:30px;border:1px solid #8c8c8c;border-radius:50%;margin-top:5px;display:flex;justify-content:center;align-items:center}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_callUs__7wFXB svg{width:16px;height:17px;fill:#8c8c8c;animation-name:footer_tada__fcdec;animation-duration:1.5s;animation-iteration-count:infinite}@keyframes footer_tada__fcdec{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_contactList___nlB2{display:flex;flex-direction:column;margin-left:10px;flex-wrap:wrap}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_contactList___nlB2 a{flex:0 0 auto;position:relative}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_contactList___nlB2 a:after{content:"/";position:absolute;right:-7px;top:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_contactWrap__XNuUG .footer_contactList___nlB2 a:last-child:after{display:none}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul li{margin-bottom:21px}@media(max-width:490px){.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul li{margin-bottom:8px}}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul li:last-child{margin-bottom:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km{display:flex;flex-wrap:wrap}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li{height:30px;width:30px;background-position:50%;background-repeat:no-repeat;border:1px solid #e31f24;border-radius:50%;margin:0 9px;cursor:pointer;transition:transform .3s ease;box-shadow:0 5px 4px rgba(0,0,0,.3);display:flex}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:hover{transform:translateY(-7%)}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a{width:100%}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_facebook__eYEwZ:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_twitter__GWAOV:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_linkedin__IY_tg:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_youtube__R8p9M:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_instagram__obMr6:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_rss__NfDIq:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_whatsapp__Vm0Ia:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_pinterest__CqfZq:before,.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_telegram__xl2Rl:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_bookmark___BqxB:before,.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li a.footer_google_gmail__B4iC2:before{font-family:FontAwesome;content:""}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:first-child{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M7.31296 2.99002H8.72075V0.605022C8.03913 0.534033 7.35426 0.498984 6.66896 0.500022C4.63215 0.500022 3.23933 1.74502 3.23933 4.02502V5.99002H0.94043V8.66002H3.23933V15.5H5.99502V8.66002H8.28643L8.63089 5.99002H5.99502V4.28752C5.99502 3.50002 6.20469 2.99002 7.31296 2.99002Z' fill='%23ED1C24'/%3E%3C/svg%3E");margin-left:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:nth-child(2){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.3186 0.500105H1.63349C1.4909 0.498121 1.34931 0.524291 1.21682 0.577118C1.08432 0.629945 0.963518 0.708395 0.861299 0.807989C0.759079 0.907582 0.677449 1.02637 0.621071 1.15756C0.564692 1.28876 0.534668 1.42979 0.532715 1.57261V14.4276C0.534668 14.5704 0.564692 14.7115 0.621071 14.8426C0.677449 14.9738 0.759079 15.0926 0.861299 15.1922C0.963518 15.2918 1.08432 15.3703 1.21682 15.4231C1.34931 15.4759 1.4909 15.5021 1.63349 15.5001H14.3186C14.4612 15.5021 14.6028 15.4759 14.7353 15.4231C14.8678 15.3703 14.9886 15.2918 15.0908 15.1922C15.1931 15.0926 15.2747 14.9738 15.3311 14.8426C15.3874 14.7115 15.4175 14.5704 15.4194 14.4276V1.57261C15.4175 1.42979 15.3874 1.28876 15.3311 1.15756C15.2747 1.02637 15.1931 0.907582 15.0908 0.807989C14.9886 0.708395 14.8678 0.629945 14.7353 0.577118C14.6028 0.524291 14.4612 0.498121 14.3186 0.500105ZM5.04815 13.0551H2.80166V6.30511H5.04815V13.0551ZM3.92491 5.36011C3.61509 5.36011 3.31796 5.23684 3.09888 5.01742C2.87981 4.798 2.75673 4.50041 2.75673 4.19011C2.75673 3.8798 2.87981 3.58221 3.09888 3.36279C3.31796 3.14337 3.61509 3.02011 3.92491 3.02011C4.08942 3.00142 4.25602 3.01775 4.4138 3.06802C4.57157 3.11829 4.71697 3.20137 4.84047 3.31183C4.96396 3.42228 5.06277 3.55761 5.13042 3.70897C5.19808 3.86032 5.23305 4.02428 5.23305 4.19011C5.23305 4.35593 5.19808 4.51989 5.13042 4.67124C5.06277 4.8226 4.96396 4.95793 4.84047 5.06838C4.71697 5.17884 4.57157 5.26192 4.4138 5.31219C4.25602 5.36246 4.08942 5.37879 3.92491 5.36011ZM13.1505 13.0551H10.904V9.43261C10.904 8.52511 10.582 7.93261 9.76577 7.93261C9.51316 7.93446 9.26719 8.01382 9.061 8.15998C8.8548 8.30615 8.6983 8.51211 8.61257 8.75011C8.55397 8.92639 8.52858 9.11204 8.53769 9.29761V13.0476H6.2912C6.2912 13.0476 6.2912 6.9126 6.2912 6.29761H8.53769V7.25011C8.74177 6.89543 9.03858 6.60325 9.39617 6.40501C9.75377 6.20677 10.1586 6.10999 10.567 6.12511C12.0647 6.12511 13.1505 7.09261 13.1505 9.17011V13.0551Z' fill='%23ED1C24'/%3E%3C/svg%3E")}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:nth-child(3){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.97656 6.14C7.60926 6.14 7.25021 6.24909 6.94482 6.45347C6.63942 6.65785 6.40139 6.94834 6.26083 7.28821C6.12027 7.62808 6.0835 8.00206 6.15515 8.36287C6.22681 8.72367 6.40368 9.05509 6.6634 9.31522C6.92312 9.57534 7.25402 9.75249 7.61426 9.82426C7.9745 9.89603 8.3479 9.85919 8.68724 9.71842C9.02658 9.57764 9.31662 9.33924 9.52068 9.03336C9.72474 8.72749 9.83366 8.36787 9.83366 8C9.83366 7.75574 9.78562 7.51387 9.69229 7.28821C9.59896 7.06254 9.46217 6.8575 9.28973 6.68478C9.11728 6.51206 8.91255 6.37506 8.68724 6.28158C8.46193 6.18811 8.22044 6.14 7.97656 6.14ZM15.4124 4.3025C15.4085 3.72332 15.302 3.14943 15.0979 2.6075C14.9476 2.21094 14.7151 1.85082 14.4156 1.55089C14.1161 1.25096 13.7566 1.01804 13.3606 0.8675C12.8196 0.663098 12.2466 0.556446 11.6683 0.5525C10.7023 0.5 10.4177 0.5 7.97656 0.5C5.53538 0.5 5.25083 0.5 4.28484 0.5525C3.70656 0.556446 3.13357 0.663098 2.59249 0.8675C2.19655 1.01804 1.83699 1.25096 1.53753 1.55089C1.23807 1.85082 1.00551 2.21094 0.855207 2.6075C0.651124 3.14943 0.544639 3.72332 0.540699 4.3025C0.488281 5.27 0.488281 5.555 0.488281 8C0.488281 10.445 0.488281 10.73 0.540699 11.6975C0.54876 12.2787 0.655101 12.8544 0.855207 13.4C1.00484 13.7947 1.23721 14.1528 1.53664 14.45C1.83482 14.7517 2.19515 14.9846 2.59249 15.1325C3.13357 15.3369 3.70656 15.4436 4.28484 15.4475C5.25083 15.5 5.53538 15.5 7.97656 15.5C10.4177 15.5 10.7023 15.5 11.6683 15.4475C12.2466 15.4436 12.8196 15.3369 13.3606 15.1325C13.758 14.9846 14.1183 14.7517 14.4165 14.45C14.7159 14.1528 14.9483 13.7947 15.0979 13.4C15.3018 12.8554 15.4083 12.2791 15.4124 11.6975C15.4648 10.73 15.4648 10.445 15.4648 8C15.4648 5.555 15.4648 5.27 15.4124 4.3025ZM13.5104 10.3025C13.4864 10.7653 13.3877 11.2212 13.2184 11.6525C13.073 12.0123 12.8569 12.3391 12.5829 12.6135C12.3089 12.8879 11.9826 13.1044 11.6234 13.25C11.1887 13.4102 10.731 13.4988 10.268 13.5125C9.6764 13.5125 9.51915 13.5125 7.97656 13.5125C6.43398 13.5125 6.27672 13.5125 5.68515 13.5125C5.22217 13.4988 4.76445 13.4102 4.32977 13.25C3.95843 13.1118 3.62308 12.8913 3.3488 12.605C3.07748 12.3359 2.86794 12.0109 2.73477 11.6525C2.57418 11.2176 2.48811 10.7586 2.48016 10.295C2.48016 9.7025 2.48016 9.545 2.48016 8C2.48016 6.455 2.48016 6.2975 2.48016 5.705C2.48811 5.24137 2.57418 4.78241 2.73477 4.3475C2.87276 3.97558 3.09291 3.63971 3.37876 3.365C3.64859 3.09472 3.97278 2.88507 4.32977 2.75C4.76445 2.5898 5.22217 2.50116 5.68515 2.4875C6.27672 2.4875 6.43398 2.4875 7.97656 2.4875C9.51915 2.4875 9.6764 2.4875 10.268 2.4875C10.731 2.50116 11.1887 2.5898 11.6234 2.75C11.9947 2.88821 12.33 3.10871 12.6043 3.395C12.8756 3.66406 13.0852 3.9891 13.2184 4.3475C13.3783 4.78287 13.4668 5.2413 13.4804 5.705C13.4804 6.2975 13.4804 6.455 13.4804 8C13.4804 9.545 13.5329 9.7025 13.5104 10.295V10.3025ZM12.3123 4.7225C12.2231 4.48024 12.0825 4.26023 11.9003 4.07766C11.718 3.89509 11.4983 3.7543 11.2564 3.665C10.9243 3.5497 10.5745 3.49384 10.223 3.5C9.63896 3.5 9.47422 3.5 7.97656 3.5C6.47891 3.5 6.31416 3.5 5.73008 3.5C5.37683 3.50346 5.02698 3.56948 4.69669 3.695C4.45851 3.78024 4.24118 3.91528 4.05913 4.09115C3.87708 4.26702 3.7345 4.47968 3.64085 4.715C3.5321 5.04903 3.47897 5.3987 3.48359 5.75C3.48359 6.335 3.48359 6.5 3.48359 8C3.48359 9.5 3.48359 9.665 3.48359 10.25C3.49102 10.6034 3.55681 10.9531 3.67829 11.285C3.76745 11.5273 3.90802 11.7473 4.0903 11.9298C4.27259 12.1124 4.49225 12.2532 4.73414 12.3425C5.05364 12.4602 5.38985 12.526 5.73008 12.5375C6.31416 12.5375 6.47891 12.5375 7.97656 12.5375C9.47422 12.5375 9.63896 12.5375 10.223 12.5375C10.5763 12.534 10.9261 12.468 11.2564 12.3425C11.4983 12.2532 11.718 12.1124 11.9003 11.9298C12.0825 11.7473 12.2231 11.5273 12.3123 11.285C12.4376 10.9542 12.5035 10.6038 12.507 10.25C12.507 9.665 12.507 9.5 12.507 8C12.507 6.5 12.507 6.335 12.507 5.75C12.5072 5.39585 12.4412 5.04479 12.3123 4.715V4.7225ZM7.97656 10.865C7.60126 10.865 7.22966 10.7908 6.88302 10.6468C6.53639 10.5027 6.22154 10.2915 5.95651 10.0254C5.69148 9.75927 5.48149 9.44338 5.33855 9.09582C5.19561 8.74827 5.12254 8.37588 5.12353 8C5.12353 7.43304 5.29149 6.87882 5.60614 6.40751C5.92079 5.93621 6.36798 5.569 6.89111 5.35238C7.41424 5.13575 7.98978 5.07946 8.54487 5.19061C9.09996 5.30177 9.60964 5.57538 10.0094 5.97681C10.4091 6.37823 10.681 6.88943 10.7905 7.44568C10.9 8.00193 10.8423 8.57822 10.6247 9.10159C10.407 9.62497 10.0392 10.0719 9.56782 10.3858C9.09642 10.6997 8.54264 10.8665 7.97656 10.865ZM10.9719 5.6975C10.8063 5.67995 10.6531 5.60167 10.5418 5.47773C10.4305 5.35379 10.3689 5.19297 10.3689 5.02625C10.3689 4.85953 10.4305 4.69871 10.5418 4.57477C10.6531 4.45083 10.8063 4.37255 10.9719 4.355C11.1374 4.37255 11.2906 4.45083 11.4019 4.57477C11.5133 4.69871 11.5749 4.85953 11.5749 5.02625C11.5749 5.19297 11.5133 5.35379 11.4019 5.47773C11.2906 5.60167 11.1374 5.67995 10.9719 5.6975Z' fill='%23ED1C24'/%3E%3C/svg%3E")}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:nth-child(4){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300.251' version='1.1' style='&%2310; fill: %23e31f24;&%2310;'%3E%3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E%3C/svg%3E");background-size:40%}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip ul.footer_social__MZ2km li:nth-child(5){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M17.2132 4.28261C17.2503 3.2091 17.0159 2.14362 16.5318 1.18511C16.2034 0.791809 15.7476 0.526393 15.2438 0.43511C13.1602 0.245754 11.068 0.168143 8.97613 0.20261C6.89188 0.166579 4.80719 0.241685 2.73091 0.42761C2.32041 0.502398 1.94053 0.695242 1.63762 0.98261C0.963672 1.60511 0.888789 2.67011 0.813906 3.57011C0.70526 5.18828 0.70526 6.81194 0.813906 8.43011C0.83557 8.93666 0.910875 9.43948 1.03855 9.93011C1.12884 10.3089 1.31152 10.6594 1.57022 10.9501C1.8752 11.2527 2.26393 11.4565 2.68598 11.5351C4.30039 11.7347 5.92707 11.8174 7.55336 11.7826C10.1743 11.8201 12.4732 11.7826 15.1914 11.5726C15.6238 11.4988 16.0235 11.2948 16.3371 10.9876C16.5468 10.7775 16.7034 10.5204 16.7939 10.2376C17.0617 9.41457 17.1932 8.55319 17.1833 7.68761C17.2132 7.26761 17.2132 4.73261 17.2132 4.28261ZM7.28378 8.13761V3.49511L11.7168 5.82761C10.4738 6.51761 8.83386 7.29761 7.28378 8.13761Z' fill='%23ED1C24'/%3E%3C/svg%3E")}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo{width:auto}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li a{display:flex;align-items:center}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li a:before{content:"";height:29px;width:29px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='24' height='24' fill='url(%23pattern0_554_14)' fill-opacity='0.5'/%3E%3Cdefs%3E%3Cpattern id='pattern0_554_14' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_554_14' transform='scale(0.00195312)'/%3E%3C/pattern%3E%3Cimage id='image0_554_14' width='512' height='512' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;display:block;background-position:50%;background-size:80%;margin-right:6px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li:nth-child(2) a:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='30' viewBox='0 0 24 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0.0581055C6.90563 0.0581055 2.775 4.03123 2.775 8.93248C2.775 10.1981 3.05625 11.4019 3.55125 12.4912L12.1575 26.2181L20.4488 12.4912C20.9456 11.4019 21.2213 10.1962 21.2213 8.93248C21.2213 4.03123 17.0944 0.0581055 12 0.0581055ZM12 15.2269C8.80313 15.2269 6.21563 12.6262 6.21563 9.41811C6.21563 6.21373 8.80313 3.61123 12 3.61123C15.1931 3.61123 17.7863 6.21373 17.7863 9.41811C17.7863 12.6262 15.1931 15.2269 12 15.2269Z' fill='%238C8C8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.93562 22.1686C3.71625 22.8511 2.38078 23.7469 2.38078 24.7537C2.38078 26.1956 5.8125 28.1831 11.9719 28.1831C18.1312 28.1831 21.5652 26.1956 21.5652 24.7537C21.5652 23.7506 20.2369 22.8811 17.0625 22.1686V20.6306C20.5594 21.3169 23.1638 22.695 23.1638 24.7537C23.1638 27.7237 17.3962 29.9492 11.9719 29.9492C6.5475 29.9492 0.779999 27.7237 0.779999 24.7537C0.779999 22.6912 3.40125 21.2869 6.91687 20.625L6.93562 22.1686Z' fill='%238C8C8C'/%3E%3C/svg%3E%0A")}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li:nth-child(3) a:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 50 50' height='50px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='50px' xml:space='preserve'%3E%3Crect fill='none' height='50' width='50'/%3E%3Ccircle cx='25' cy='25' fill='none' r='24' stroke='%238c8c8c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='25' cy='25' fill='none' rx='12' ry='24' stroke='%238c8c8c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6.365,40.438C10.766,37.729,17.479,36,25,36 c7.418,0,14.049,1.682,18.451,4.325' fill='none' stroke='%238c8c8c' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M43.635,9.563C39.234,12.271,32.521,14,25,14 c-7.417,0-14.049-1.682-18.451-4.325' fill='none' stroke='%238c8c8c' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%238c8c8c' stroke-miterlimit='10' stroke-width='2' x1='1' x2='49' y1='25' y2='25'/%3E%3Cline fill='none' stroke='%238c8c8c' stroke-miterlimit='10' stroke-width='2' x1='25' x2='25' y1='1' y2='49'/%3E%3C/svg%3E")}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li:last-child{margin-bottom:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip:first-child p{text-wrap:balance}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_linklist__1_tqc{display:flex;flex-direction:column;justify-content:flex-end}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_linklist__1_tqc ul li:hover a:before{transform:translateY(-7%)}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_linklist__1_tqc ul li a:before{transition:transform .3s ease}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_socialWrap__CaISL{display:flex;flex-direction:column;justify-content:flex-end}@media(max-width:490px){.footer_footerWrapper__SSxm1{padding-left:15px;padding-right:15px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G{text-align:center;flex-direction:column;align-items:center}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip{width:auto;margin-bottom:15px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip p{max-width:300px;margin-left:auto;margin-right:auto}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip .footer_title__ZjyQe{padding-bottom:0;border-bottom:none;margin-bottom:10px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo{order:-1}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul{display:flex;justify-content:center}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li{margin-bottom:0}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li a{height:75px;flex-direction:column;justify-content:center;background-color:#d9d9d9;margin:0 6px;padding:0 15px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li a:before{margin-right:0;margin-bottom:6px}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip.footer_list__UzsPo ul li:first-child{display:none}.footer_footerWrapper__SSxm1 .footer_columnWrapper__rbo5G .footer_column__Qn1ip:first-child{border-bottom:1px solid #e31f24;padding-bottom:10px}}.footer_copyWrapper__iWibp{background-color:#313638;color:#fff}@media(max-width:490px){.footer_copyWrapper__iWibp{padding-bottom:40px}}.footer_copyWrapper__iWibp .footer_copyRights__rPHBx{display:flex;justify-content:space-between;padding:15px 0;font-size:14px}.footer_copyWrapper__iWibp .footer_copyRights__rPHBx a{text-decoration:underline}.footer_copyWrapper__iWibp .footer_copyRights__rPHBx br{display:none!important}@media(max-width:490px){.footer_copyWrapper__iWibp .footer_copyRights__rPHBx{flex-wrap:wrap;justify-content:center;text-align:center}.footer_copyWrapper__iWibp .footer_copyRights__rPHBx br{display:block!important}.footer_copyWrapper__iWibp .footer_copyRights__rPHBx span:first-child{margin-bottom:5px}}@media(min-width:490px){.footer_copyWrapper__iWibp .footer_copyRights__rPHBx span br{display:none}}