@keyframes shine{0%{opacity:0;left:0%}50%{opacity:1}to{opacity:0;left:100%}}.form{--inputsize:42px;--labelbefore:#ffffffb2;--labelafter:var(--white);--borderbefore:#ffffff80;--borderafter:var(--primary);--labelfontbefore:16px;--labelfontafter:12px;--font:normal;--color:var(--black);--borderwidth:1px;--labelbackground:none;--textareaheight:86px;--paddingleftright:0px}.form .form-group{--selectheight:var(--inputsize);flex:0 100%;width:100%;max-width:100%;line-height:0;position:relative}.form .form-group.has-icon input{--iconsize:18px;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0px))50%;padding-right:calc(var(--paddingleftright,0px) + var(--iconsize,0px) + var(--paddingleftright,0px))}.form .form-group.active:after{width:100%}.form .form-group:before,.form .form-group:after{content:"";height:var(--borderwidth);transition:all .5s;position:absolute;bottom:0;left:0;right:0}.form .form-group:before{background:var(--borderbefore)}.form .form-group:after{background:var(--borderafter);width:0}.form .form-group label{font-weight:var(--font);top:calc(var(--inputsize)/2 - var(--labelfontbefore)/2);left:var(--paddingleftright);color:var(--labelbefore);line-height:1;font-size:var(--labelfontbefore);background:var(--labelbackground);-webkit-user-select:none;user-select:none;pointer-events:none;transition:all .3s;position:absolute}.form .form-group input,.form .form-group textarea{height:calc(var(--inputsize) - var(--borderwidth));resize:none;width:100%;font-size:inherit;padding:0 var(--paddingleftright);background:0 0;border:none;font-family:inherit;color:var(--white)!important;border-radius:0!important}.form .form-group input:focus,.form .form-group textarea:focus,.form .form-group input.valid,.form .form-group textarea.valid{outline:none}.form .form-group input.valid~label,.form .form-group textarea.valid~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter)/-2)}.form .form-group input:not(.no-focus):focus,.form .form-group textarea:not(.no-focus):focus{outline:none}.form .form-group input:not(.no-focus):focus~label,.form .form-group textarea:not(.no-focus):focus~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter)/-2)}.form .form-group input[readonly],.form .form-group textarea[readonly]{caret-color:#0000}.form .form-group textarea{height:var(--textareaheight);resize:none;width:100%;color:var(--color);font-size:inherit;cursor:initial;padding:0 var(--paddingleftright);background:0 0;border:none;padding-right:15px;font-family:inherit;line-height:1.2;border-radius:0!important}.form .form-group textarea::-webkit-scrollbar{background:0 0;width:2px;height:2px}.form .form-group textarea::-webkit-scrollbar-track{box-shadow:none}.form .form-group textarea::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:15px}.form .form-group textarea:focus,.form .form-group textarea.valid{height:calc(var(--textareaheight) - 13px);outline:none;margin-top:13px}.form .form-group select:focus{outline:none}.form .form-group select~label{top:calc(var(--labelfontafter)/-2);left:var(--paddingleftright);color:var(--labelafter);font-size:var(--labelfontafter);opacity:0;transition:all .6s;position:absolute;translate:0}.form .form-group select.valid{color:var(--color)}.form .form-group select.valid~label{opacity:1}.form .form-group .error{color:red;font-size:12px;line-height:normal;position:absolute;top:calc(100% + 3px);left:0;right:0}.form .form-group.file-input input[type=file]{opacity:0;z-index:4;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.form .form-group.file-input .file-name{pointer-events:none;height:calc(var(--inputsize) - var(--borderwidth));--filename:"Attach Resume*";--filenameinitial:var(--filename);--color:var(--text);--background:none;appearance:none;line-height:calc(var(--inputsize) - var(--borderwidth));position:relative}.form .form-group.file-input .file-name:before,.form .form-group.file-input .file-name:after{position:absolute;inset:0}.form .form-group.file-input .file-name:before{content:var(--filenameinitial);z-index:2;font-family:inherit;font-size:inherit;line-height:calc(var(--inputsize) - var(--borderwidth));padding-left:var(--paddingleftright);color:var(--color);text-overflow:ellipsis;background:0 0;width:80%;overflow:hidden}.form .form-group.file-input .file-name:after{content:"";background:var(--image);z-index:1;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0))50%;background-size:auto 50%;right:0}.form .submit-grp:not(.text-left){text-align:center;margin-top:23px}.custom-select{cursor:pointer;max-width:100%;height:var(--inputsize);-webkit-user-select:none;user-select:none;white-space:nowrap;padding:0 var(--paddingleftright);--arrow:15px;--arrowspace:8px;font-family:inherit;transition:all .2s ease-in-out;display:block;position:relative}.custom-select.has-icon{--iconsize:12px;--iconurl:var(--iconpath);--iconspace:8px}.custom-select.has-icon:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;inset:0;left:var(--paddingleftright,0px);width:var(--iconsize);background:0 0;background-image:var(--iconurl);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute}.custom-select.has-icon .current{padding-left:calc(var(--iconsize) + var(--iconspace));padding-right:calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace))}.custom-select:before{content:"";top:0;right:var(--paddingleftright,0);width:var(--arrow);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute;bottom:0}.custom-select .current{text-overflow:ellipsis;width:100%;line-height:var(--inputsize);color:var(--labelbefore);font-size:var(--labelfontbefore);font-weight:var(--font);padding-right:calc(var(--arrow) + var(--arrowspace));display:block;overflow:hidden}.custom-select .current.selected{color:var(--color)}.custom-select .list{text-align:left;opacity:0;transform-origin:50% 0;z-index:4;pointer-events:none;background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;max-height:180px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 1px 4px #00000029}.custom-select .list::-webkit-scrollbar{background:0 0;width:4px;height:4px}.custom-select .list::-webkit-scrollbar-track{box-shadow:none}.custom-select .list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:5px}.custom-select .list li{white-space:break-spaces;padding:8px 16px;font-size:14px;line-height:1.2;display:block}.custom-select .list li.selected,.custom-select .list li.selected:hover{background:var(--primary);color:var(--white)}.custom-select .list li:hover{background:#e2e2e2}.custom-select.open .list{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.css-b62m3t-container,.css-b62m3t-container input{height:100%!important}.css-b62m3t-container .css-13cymwt-control{background:0 0!important;border:none!important;height:100%!important}.css-b62m3t-container .css-13cymwt-control .css-t3ipsp-control{box-shadow:none!important;border:none!important}.css-b62m3t-container .css-13cymwt-control .css-hlgwow{height:100%!important}.css-b62m3t-container .css-13cymwt-control .css-hlgwow .css-19bb58m input{outline:none!important;height:100%!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0;list-style:none}:root{--headerpadding:35px;--headerheight:93px;--headerfixed:82px;--footerstrip:64px;--primary:#57dde6;--secondary:#3853a3;--gradient-a:linear-gradient(90deg,#3853a3 19.23%,#55a5d9 66.83%,#57dde6 94.23%);--gradient-b:linear-gradient(90deg,#3853a3 0%,#55a5d9 100%);--gradient-c:linear-gradient(270deg,#d8d8d8 0%,#ebebeb 50%,#c5c5c5 100%);--gradient-d:linear-gradient(360deg,#e6e6e6 0%,#c6c6c6 100%);--gradient-e:linear-gradient(180deg,#e5e5e5 0%,#fff 46.5%,#f6f6f6 100%);--arrowsize:15px;--arrow:25px;--space:11px;--text:#666;--green:green;--white:#fff;--black:#000;--black-light:#313131;--gray:#eaeaea;--container:1280px;--containerfluid:2rem}@media only screen and (max-width:768px){:root{--headerfixed:50px}}@media only screen and (max-width:1152px){:root{--containerfluid:1rem}}@media only screen and (max-width:991px){:root{--containerfluid:15px}}@media only screen and (max-width:320px){:root{--containerfluid:10px}}body{background:var(--black)}body::-webkit-scrollbar{background:var(--white);width:8px}body::-webkit-scrollbar-track{box-shadow:none}body::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:7px}body.overflow-hidden{margin-right:10px;overflow:hidden}@media only screen and (max-width:991px){body.overflow-hidden{margin-right:0}}body.overflow-hidden header{width:calc(100% - 10px)}@media only screen and (max-width:991px){body.overflow-hidden header{width:100%}}*{font-family:Roobert}body,html{font-optical-sizing:auto;font-family:Roobert;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}b{font-weight:500}p{color:var(--text)}small{font-size:14px;line-height:22px;display:block}.svg path{transition:none}.svg path[stroke],.svg path[fill=none]{stroke:currentColor}.svg path[fill]{fill:currentColor}.gray-bg{background:#eaeaea}.gray-bg .heading p{color:#000000b2}.primary-bg{background:var(--primary)}.c-primary{color:var(--primary)}.c-text{color:var(--text)}.c-red{color:red}.c-green,.green-color{color:#13bb75!important}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fs-14{font-size:14px}.fs-18{font-size:18px}select{display:none}a[href]{cursor:pointer;text-decoration:none;transition:all .5s}a[href].logo{line-height:0;display:block}svg path{transition:all .5s}.position-relative{position:relative}.lh-normal{line-height:normal}.cursor-pointer{cursor:pointer!important}.container{max-width:var(--container);width:100%;margin:0 auto}@media only screen and (max-width:1300px){.container{padding:0 25px}}@media only screen and (max-width:767px){.container{padding:0 15px}}@media only screen and (max-width:345px){.container{padding:0 13px}}@media only screen and (max-width:320px){.container{padding:0 10px}}@media only screen and (max-width:675px){.container.container2{padding-right:0}.container.container2 .heading{padding-right:15px}}@media only screen and (max-width:345px){.container.container2 .heading{padding-right:13px}}@media only screen and (max-width:320px){.container.container2 .heading{padding-right:10px}}.container-fluid{padding:0 var(--containerfluid);margin:0 auto;display:block}.social-icons{-webkit-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6{color:#000;font-weight:400}h1{font-size:64px;line-height:1.05}@media only screen and (max-width:1024px){h1{font-size:58px}}@media only screen and (max-width:991px){h1{font-size:54px}}@media only screen and (max-width:767px){h1{font-size:48px}}h2{font-size:54px;line-height:1.2}@media only screen and (max-width:768px){h2{font-size:40px}}h3{font-size:48px;line-height:1.2}:is(.heading:has(h2~h6) h3,.heading:has(h2~h6) h2,.heading:has(h3~h6) h3,.heading:has(h3~h6) h2,.heading:has(h2~h5) h3,.heading:has(h2~h5) h2,.heading:has(h3~h5) h3,.heading:has(h3~h5) h2,.heading:has(h2~p) h3,.heading:has(h2~p) h2,.heading:has(h3~p) h3,.heading:has(h3~p) h2){margin-bottom:12px}.heading h2{color:var(--white);text-align:center;max-width:545px;margin:auto;font-size:48px;font-weight:600;line-height:1.1}@media only screen and (max-width:1230px){.heading h2{font-size:42px}}@media only screen and (max-width:1152px){.heading h2{font-size:38px}}@media only screen and (max-width:991px){.heading h2{font-size:34px}}@media only screen and (max-width:767px){.heading h2{font-size:32px}}@media only screen and (max-width:520px){.heading h2{font-size:26px}}@media only screen and (max-width:345px){.heading h2{font-size:24px}}.heading h2 span{color:var(--primary)}.heading h6{font-size:18px;font-weight:500;line-height:1.34}@media only screen and (max-width:520px){.heading h6{font-size:16px}}.heading h5{font-size:20px;font-weight:500;line-height:1.29}@media only screen and (max-width:520px){.heading h5{font-size:16px}.heading p{font-size:14px}}@media only screen and (max-width:345px){.heading p{font-size:13px}}.heading:not(.c-white) h6,.heading:not(.c-white) p{color:var(--text);font-weight:500}.heading.lh-1 h3,.heading.lh-1 h2{line-height:1}.heading.h-medium h2,.heading.h-medium h3{font-size:36px}@media only screen and (max-width:991px){.heading.h-medium h2,.heading.h-medium h3{font-size:34px}}@media only screen and (max-width:767px){.heading.h-medium h2,.heading.h-medium h3{font-size:32px}}@media only screen and (max-width:520px){.heading.h-medium h2,.heading.h-medium h3{font-size:24px}}.heading.h-small h2,.heading.h-small h3{font-size:20px;line-height:25.8px}.heading.c-white>:not(.btn){color:var(--white)}h4{font-size:36px;line-height:1.28}h5{font-size:24px;line-height:1.167}@media only screen and (max-width:1152px){h5{font-size:22px}}@media only screen and (max-width:675px){h5{font-size:20px}}h6{font-size:20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.flex{flex-wrap:wrap;display:flex}.justify-between{justify-content:space-between}.align-center{align-items:center}.inline-flex{--gap:12px;align-items:center;gap:0 var(--gap);display:inline-flex}img{-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%}button,select{font-size:inherit;cursor:pointer}input{font-size:inherit;border-radius:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}video{pointer-events:none;-webkit-user-select:none;user-select:none}button{appearance:none;cursor:pointer;background:0 0;border:none}.tab-nav{cursor:default}.tab-nav [data-tab]{cursor:pointer;caret-color:#0000}.tab-nav-content{position:relative}.tab-nav-content .tabs:not(.active){pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;height:0;position:absolute;inset:0;overflow:hidden}.item-md{display:block;position:relative}.item-md:before,.item-md:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;background:0 0;position:absolute;inset:0}.item-md:after{content:none}.item-md figure,.item-md .figure{height:100%;line-height:0;display:block;overflow:hidden}.item-md figure img,.item-md figure video,.item-md figure iframe,.item-md .figure img,.item-md .figure video,.item-md .figure iframe{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .5s}.item-md figcaption{z-index:2;position:absolute;bottom:0;left:0;right:0}.item-md .link-md{z-index:3;position:absolute;inset:0}.item-md.center-item figcaption{top:50%;bottom:auto;translate:0 -50%}.overlay{z-index:5;opacity:0;cursor:pointer;background:#000000ab;transition:all 0s .5s,opacity .5s;position:fixed;inset:0;transform:translateY(100%)}.overlay.is-open{opacity:1;transition:opacity 1s;transform:translateY(0%)}.btn{background:var(--gradient-b);cursor:pointer;color:var(--white);z-index:1;border:none;border-radius:25px;outline:none;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:14px 20px;font-size:16px;font-weight:600;line-height:1;display:flex;position:relative}.btn:hover:after{opacity:0}.btn:hover figure svg path{fill:var(--white)!important}.btn:before{content:attr(data);color:var(--white);font-size:16px;font-weight:600;line-height:1;transition:all .5s}.btn:after{content:"";background-color:var(--black);z-index:-1;border-radius:25px;transition:all .5s;position:absolute;inset:2px}.btn2{--height:38px;--padding:24px;vertical-align:middle;height:var(--height);line-height:var(--height);padding:0 var(--padding);color:var(--white);appearance:none;caret-color:#0000;-webkit-user-select:none;user-select:none;z-index:1;border-radius:25px;justify-content:center;align-items:center;gap:10px;font-weight:500;transition:all .5s;display:inline-flex;position:relative;overflow:hidden}.btn2:hover{color:#fff!important}@media only screen and (max-width:540px){.btn2{--height:30px;--padding:12px;font-size:14px}}.btn2:not([class*=border-]){background:var(--primary);position:relative}.btn2:not([class*=border-]):after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-b);position:absolute;inset:0}.btn2:not([class*=border-]):before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-a);position:absolute;inset:0}.btn2:not([class*=border-]):before,.btn2:not([class*=border-]):after{z-index:-1;transition:all .5s}.btn2:not([class*=border-]):after,.btn2:not([class*=border-]):hover:before{opacity:0}.btn2:not([class*=border-]):hover:after{opacity:1}.btn2[class*=border-]{border:1px solid}.btn2.solid-white{background:var(--white);color:var(--black)}.btn2.solid-white:before,.btn2.solid-white:after{content:"";display:none}.btn2 svg path[stroke]{stroke:currentColor}.btn2 svg path[fill]{fill:currentColor}.btn2.btn-white{background:var(--white);color:var(--black)}.btn2.btn-white:before,.btn2.btn-white:after{display:none}.btn2.btn-white:hover{background:var(--gradient-a);color:var(--white)}.btn2.border-gray{border-color:var(--text);color:var(--text)}.btn2.border-black{border-color:var(--black);color:var(--black)}.btn2.border-black:hover{background:var(--gradient-a);border-color:var(--primary);color:var(--white)}.btn2.sqr-radius{border-radius:5px}.btn2.border-white{border-color:var(--white);color:var(--white);transition:all .5s}.btn2.border-white:hover{background:var(--gradient-a);border-color:var(--primary);color:var(--white)}.btn2.btn-lrg{--height:48px}@media only screen and (max-width:540px){.btn2.btn-lrg{--height:30px}}.btn2.btn-wide{--padding:36px}.btn2.w-100{width:100%}.btn2.btn-box{width:var(--height);--padding:0px!important}.btn2.btn-btn{border-radius:5px}.white-border{color:var(--white);border:1px solid var(--white);background:0 0;border-radius:5px;padding:5px 15px;transition:all .5s}.white-border:hover{background:var(--white);color:var(--black)}.video-pop{background:initial!important;max-width:initial!important}.model{z-index:7;background:var(--white);background-position:0 80%;background-size:75%;width:100%;max-width:435px;position:fixed;top:0;bottom:0}.model .close{cursor:pointer}.model .close:not(.btn,.close-video,.not-ab){z-index:1;line-height:0;position:absolute;top:25px;right:25px}@media only screen and (max-width:520px){.model .close:not(.btn,.close-video,.not-ab){top:20px;right:20px}}.model .close:not(.btn,.close-video,.not-ab) path{stroke:var(--black)}.form-grid{--item:1;--gaplr:30px;--gaptb:32px;grid-template-columns:repeat(var(--item),calc((100% - var(--gaplr)*(var(--item) - 1))/var(--item)));gap:var(--gaptb)var(--gaplr);display:grid}.form-grid .full{grid-column:span var(--item)}.btn-div-btm>:not(:last-child){margin-right:14px}@media only screen and (max-width:675px){.btn-div-btm>:not(:last-child){margin-right:8px}.btn-div-btm .btn{--padding:12px;font-size:14px}}.swiper-slide{height:auto}.swiper-nav{line-height:0}.swiper-nav.center-full{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:540px){.swiper-nav.center-full{display:none}}.swiper-nav.center-full .swiper-prev,.swiper-nav.center-full .swiper-next{pointer-events:all;-webkit-user-select:auto;user-select:auto}.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled,.swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-nav.swiper-group{align-items:center;gap:10px;display:inline-flex}.swiper-prev svg,.swiper-prev img,.certificate-prev svg,.certificate-prev img{transform:scaleX(-1)}.swiper-prev,.swiper-next{--size:45px;height:var(--size);width:var(--size);background:var(--secondary);border:1px solid var(--secondary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex}.swiper-prev:not(.no-background) path[stroke],.swiper-prev:not(.no-background) path[fill=none],.swiper-next:not(.no-background) path[stroke],.swiper-next:not(.no-background) path[fill=none]{stroke:currentColor}.swiper-prev:not(.no-background) path[fill],.swiper-next:not(.no-background) path[fill]{fill:currentColor}.swiper-prev:hover:not(.swiper-button-disabled,.no-background),.swiper-next:hover:not(.swiper-button-disabled,.no-background){background:var(--primary);border-color:var(--primary);color:var(--white)}.swiper-prev.no-background,.swiper-next.no-background{background:0 0;border:none;width:auto;height:auto;line-height:0;display:block}.swiper-prev.no-background:hover,.swiper-next.no-background:hover{background:0 0}.swiper-prev.white,.swiper-next.white{background:var(--white);border-color:var(--white);color:var(--secondary)}.swiper-prev.white:hover:not(.swiper-button-disabled),.swiper-next.white:hover:not(.swiper-button-disabled){background:var(--secondary);border-color:var(--secondary);color:var(--white)}.swiper-prev.secondary-border,.swiper-next.secondary-border{border-color:var(--secondary);color:var(--secondary);background:0 0}.swiper-prev.secondary-border:hover:not(.swiper-button-disabled),.swiper-next.secondary-border:hover:not(.swiper-button-disabled){background:var(--secondary);color:var(--white)}.swiper-prev.white-border,.swiper-next.white-border{border-color:var(--white);color:var(--white);background:0 0}.swiper-prev.white-border:hover:not(.swiper-button-disabled),.swiper-next.white-border:hover:not(.swiper-button-disabled){background:var(--white);color:var(--secondary)}.swiper-prev.gray-border,.swiper-next.gray-border{border-color:var(--text);color:var(--text);background:0 0}.swiper-prev.gray-border:hover:not(.swiper-button-disabled),.swiper-next.gray-border:hover:not(.swiper-button-disabled){border-color:var(--primary);background:var(--primary);color:var(--white)}.swiper-prev.gray-arrow,.swiper-next.gray-arrow{color:#888}.swiper-prev.black-arrow,.swiper-next.black-arrow{color:var(--black)}.swiper-prev.black-arrow:hover:not(.swiper-button-disabled),.swiper-next.black-arrow:hover:not(.swiper-button-disabled){color:var(--secondary)}.swiper-prev.swiper-button-disabled,.swiper-next.swiper-button-disabled{cursor:no-drop;opacity:.4}.swiper-prev.swiper-button-lock,.swiper-next.swiper-button-lock{display:none!important}.play-btn{--btnsize:51px;--border:1px;--bordercolor:var(--white);--playbtncolor:var(--white);height:var(--btnsize);width:var(--btnsize);border:var(--border)solid var(--bordercolor);background:0 0;border-radius:50%;position:relative}@media only screen and (max-width:1024px){.play-btn{--btnsize:50px}}@media only screen and (max-width:675px){.play-btn{--btnsize:45px;--border:1px}}.play-btn:before{content:"";background:var(--bordercolor);border-radius:50%;width:100%;height:100%;animation:1.5s ease-out infinite pulse-border;display:block;position:absolute;inset:50% 0 0 50%;transform:translate(-50%)translateY(-50%)}@keyframes pulse-border{0%{opacity:.5;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1.5)}}.play-btn:after{content:"";border-top:calc(var(--btnsize)/8)solid transparent;border-bottom:calc(var(--btnsize)/8)solid transparent;border-left:calc(var(--btnsize)/5.6)solid var(--playbtncolor);width:0;height:0;position:absolute;top:50%;left:50%;translate:-50% -50%}.website-content>:first-child{margin-top:0!important}.website-content>:last-child{margin-bottom:0!important}.website-content h1{text-align:center;margin-bottom:45px;font-size:48px;font-weight:400}@media only screen and (max-width:675px){.website-content h1{font-size:34px}}@media only screen and (max-width:520px){.website-content h1{font-size:30px;font-weight:700}}.website-content h2{font-size:34px;font-weight:500}@media only screen and (max-width:675px){.website-content h2{font-size:24px}}.website-content h3{font-size:28px;font-weight:500;line-height:1.21}@media only screen and (max-width:675px){.website-content h3{font-size:22px}}.website-content h4{font-size:24px;font-weight:500}@media only screen and (max-width:675px){.website-content h4{font-size:20px}}.website-content h5{font-size:20px;font-weight:600;line-height:1.3}@media only screen and (max-width:675px){.website-content h5{font-size:18px}}.website-content h6{font-size:18px;font-weight:600;line-height:1.3}.website-content h2,.website-content h3,.website-content h4{margin:40px 0 18px}.website-content h5,.website-content h6{margin:22px 0 18px}.website-content p,.website-content li{color:var(--text);text-align:justify;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width:520px){.website-content p,.website-content li{font-size:14px}}.website-content p b,.website-content li b{color:var(--black);font-weight:600}.website-content a{color:var(--black)}.website-content a:hover{text-decoration:underline}.website-content p,.website-content ul{margin-bottom:30px}.website-content ul{padding-left:18px}@media only screen and (max-width:675px){.website-content ul{padding-left:10px}}.website-content ul li{padding-left:28px;position:relative}@media only screen and (max-width:675px){.website-content ul li{padding-left:20px}}.website-content ul li:not(:last-child){margin-bottom:6px}.website-content ul li:before{content:"";aspect-ratio:1;background:#cfcfcf;border-radius:50%;width:10px;position:absolute;top:8px;left:0}@media only screen and (max-width:520px){.website-content ul li:before{width:6px}}.website-content.website-content-medium h2,.website-content.website-content-medium h3,.website-content.website-content-medium h4{margin:20px 0 18px;font-size:20px;font-weight:500}.website-content.website-content-medium h5,.website-content.website-content-medium h6{font-size:18px;font-weight:500}.website-content.website-content-medium p,.website-content.website-content-medium ul{margin-bottom:20px}[data-video],[data-model],[data-scrollTo]{cursor:pointer}.mt-hdr{margin-top:var(--headerheight)}.mt-hdrfix{margin-top:var(--headerfixed)}.banner{z-index:0;position:relative;overflow:hidden}.banner:not(.banner-banner){position:relative}.banner:not(.banner-banner):before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#0000 0%,#000000d9 100%),linear-gradient(#0003,#0003),linear-gradient(#0000 71.15%,#000 100%);position:absolute;inset:0}.banner .bg{height:100vh;line-height:0}@media only screen and (max-width:1152px){.banner .bg{height:520px}}@media only screen and (max-width:520px){.banner .bg{height:320px}}.banner .bg video,.banner .bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.banner .banner-wrapper{z-index:3;text-align:center;position:absolute;bottom:25%;left:0;right:0}@media only screen and (max-width:520px){.banner .banner-wrapper{bottom:18%}}.banner .banner-wrapper .heading h1{text-align:center;color:var(--white);font-size:100px;font-weight:600;line-height:1.2}.banner .banner-wrapper .heading h3{color:var(--white);font-size:28px;font-weight:600;line-height:1.2}.swiper-pagination-bullets{--swiper-pagination-bullet-size:13px;--swiper-pagination-color:var(--primary)}.btn-div-wrap>:not(:last-child){margin-right:20px}@media only screen and (max-width:675px){.btn-div-wrap>:not(:last-child){margin-right:5px}.btn-div-wrap .btn{--padding:10px}}.common-grid-wrap{grid-gap:30px 25px;grid-template-columns:repeat(3,1fr);display:grid}@media only screen and (max-width:991px){.common-grid-wrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:675px){.common-grid-wrap{grid-template-columns:100%}}.slider-section .upper-sec{margin-bottom:4rem;position:relative}.slider-section .upper-sec .swiper-nav{z-index:2;position:absolute;bottom:0;right:0}@media only screen and (max-width:675px){.slider-section .upper-sec .swiper-nav{display:none}}.news-col{background:var(--white);border-radius:15px;flex-direction:column;display:flex;overflow:hidden}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure:before{animation:.4s linear shine}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure img{transform:scale(1.04)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .ttl{color:var(--primary)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .desc{color:var(--black)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .date{color:var(--text)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .read-more-btn{border-color:var(--primary);background:var(--primary);color:var(--black)}.news-col .figure{line-height:0;display:block;position:relative;overflow:hidden}.news-col .figure:before{content:"";opacity:0;z-index:1;background:#fff;width:0;height:86%;display:block;position:absolute;top:7%;left:0%;transform:skew(-20deg);box-shadow:0 0 55px 12px #fff}.news-col .figure:hover:before{animation:.4s linear shine}.news-col .figure img{aspect-ratio:1.2;width:100%;transition:all .5s}.news-col .figcaption{--pdt:18px;--pdlr:24px;--pdb:35px;--btnsize:40px;--btnmargin:27px;padding:var(--pdt)var(--pdlr)calc(var(--pdb) + var(--btnmargin) + var(--btnsize));flex:1;position:relative}.news-col .figcaption .btn-div{z-index:1;padding:0 var(--pdlr)var(--pdb);position:absolute;bottom:0;left:0;right:0}.news-col .figcaption .ttl{color:var(--black);margin-bottom:10px;font-size:22px;font-weight:600;line-height:1.5;display:block}.news-col .figcaption .desc,.news-col .figcaption .date{font-weight:500;transition:all .5s}.news-col .figcaption .desc{color:#000000b3;margin-bottom:16px}.news-col .figcaption .date{color:var(--primary);line-height:1.375}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figure img{transform:scale(1.04)}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn{background:var(--black);color:var(--white)}.product-item .figure{line-height:0;display:block}.product-item .figure img{width:100%;transition:all 1s}.product-item .figcaption{text-align:center;padding-top:30px}.product-item .figcaption h4{font-size:32px}.product-item .figcaption h5{font-size:24px}.product-item .figcaption h4,.product-item .figcaption h5{margin-bottom:2rem;font-weight:600;line-height:1.167}@media only screen and (max-width:520px){.breadcrumps{white-space:nowrap;width:100%;overflow:hidden}}.breadcrumps li{vertical-align:middle;display:inline-block}.breadcrumps li a{color:var(--text);font-size:14px;font-weight:500}@media only screen and (max-width:520px){.breadcrumps li a{text-overflow:ellipsis;font-size:12px}}.breadcrumps li a.active{color:var(--black)}.breadcrumps li:not(:last-child){padding-right:20px;position:relative}@media only screen and (max-width:520px){.breadcrumps li:not(:last-child){padding-right:8px}}.breadcrumps li:not(:last-child):before{content:">";color:var(--text);font-size:12px;position:absolute;top:50%;left:100%;translate:0 -50%}.breadcrumps li:not(:first-child){padding-left:20px}@media only screen and (max-width:520px){.breadcrumps li:not(:first-child){padding-left:8px}}.sec-pad{padding:60px 0 70px}@media only screen and (max-width:991px){.sec-pad{padding:60px 0 80px}}@media only screen and (max-width:768px){.sec-pad{padding:50px 0 70px}}@media only screen and (max-width:540px){.sec-pad{padding:40px 0 50px}}.bg-circle{--bgcolor:#fff;--bgsize:30%;--top:50%;--right:10%;position:relative}.bg-circle:before{top:var(--top);right:var(--right);content:"";z-index:0;width:var(--bgsize);aspect-ratio:1;background:var(--bgcolor);filter:blur(152.3px);position:absolute}.bg-circle .container{z-index:1;position:relative}.common-slider-1 .swiper{max-width:calc(100% - 45px)}@media only screen and (max-width:540px){.common-slider-1 .swiper{max-width:100%}}.swiper-prev.has-shadow,.swiper-next.has-shadow{box-shadow:0 1px 3px 1px #3c404326,0 1px 2px #3c40434d}.over-hidden{overflow:hidden}@keyframes blink{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.8)}}@keyframes scroll{0%{transform:translateY(10px)}50%{transform:translateY(20px)}to{transform:translateY(10px)}}.sticky{z-index:-1;position:sticky;top:80px}.kmr-select-wrap{--labelheight:45px;--liheight:34px;--boxsize:calc(var(--liheight) - 14px);--arrowsize:16px;--space:11px;display:inline-block;position:relative}.kmr-select-wrap .label{color:var(--black);height:var(--labelheight);line-height:var(--labelheight);background-image:url(/assets/icon/arrow-down-black.svg);background-position:100%;background-repeat:no-repeat;background-size:var(--arrowsize)auto;padding-right:calc(var(--arrowsize) + var(--space));cursor:pointer;caret-color:#0000;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:1px;font-size:12px}.kmr-select-wrap.active{--btn:10px}.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn{display:block}.kmr-select-wrap.slt-rgt .kmr-select-menu{left:auto;right:0}.kmr-select-wrap.color-select .kmr-select-menu li .in-bx{border-color:#ccc;border-radius:50%}.kmr-select-wrap.price_select .kmr-select-menu{width:325px;padding:20px}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec{display:flex}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn{font-size:14px;font-weight:500;display:none}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg{vertical-align:middle;width:15px;height:auto;margin-left:3px;display:inline-block}.kmr-select-wrap.price_select .kmr-select-menu h6{color:var(--black);flex:1;font-size:14px;font-weight:500}.kmr-select-wrap.price_select .product-range-slider-wrap{margin:30px 0 40px}.kmr-select-wrap.price_select .price-range-input-wrap{color:var(--text);align-items:center;gap:18px;display:flex}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input{background:var(--white);height:30px;color:var(--text);border:1px solid #e0e0e0;flex:1;align-items:center;gap:10px;padding:0 10px;display:flex}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input{width:100%;color:var(--text);border:none}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus{outline:none}.kmr-select-wrap .kmr-select-menu{z-index:1;background:var(--white);width:260px;max-height:244px;padding:20px 0;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 2px 8px #63636333}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar{background:0 0;width:6px;height:6px}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track{box-shadow:none}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:10px}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx{border-radius:50%}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx:before{display:none}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]):has(input:checked) li .in-bx{outline:5px solid var(--white);outline-offset:-10px}.kmr-select-wrap .kmr-select-menu li{height:var(--liheight);align-items:center;gap:12px;padding:0 14px;display:flex;position:relative}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx{background:var(--black);transition:all .4s}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before{opacity:1}.kmr-select-wrap .kmr-select-menu li .in-bx{height:var(--boxsize);width:var(--boxsize);border:1px solid var(--black);border-radius:3px;transition:all;position:relative}.kmr-select-wrap .kmr-select-menu li .in-bx:before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;background:url(/assets/icon/tick-white.svg) 50%/48% no-repeat;position:absolute;inset:0}.kmr-select-wrap .kmr-select-menu li span{flex:1;font-size:14px;font-weight:500;line-height:1;display:block}.kmr-select-wrap .kmr-select-menu li input{z-index:1;appearance:none;opacity:0;width:100%;height:100%;position:absolute;inset:0}header{z-index:5;position:fixed;top:0;left:0;right:0}header:before{content:"";z-index:-1;background:#000;height:0;transition:all .7s;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 5px 2px #63636333}header.header-fixed:before,header.header-fill:before{height:100%}header.header-fixed .header-wrapper{padding:25px 0}@media only screen and (max-width:768px){header.header-fixed .header-wrapper{padding:27px 0}}@media only screen and (max-width:540px){header.header-fixed .header-wrapper{padding:10px 0}header.header-fixed .header-wrapper .colA{flex:0 66px}}header .header-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:40px 0;transition:all .7s;display:flex}@media only screen and (max-width:1024px){header .header-wrapper{gap:40px}}@media only screen and (max-width:540px){header .header-wrapper{padding:20px 0}}@media only screen and (max-width:360px){header .header-wrapper{gap:29px}}header .header-wrapper .colA{flex:0 133px;transition:all .7s}@media only screen and (max-width:768px){header .header-wrapper .colA{padding:10px 0}}@media only screen and (max-width:540px){header .header-wrapper .colA{flex:0 123px}}@media only screen and (max-width:991px){header .header-wrapper .colB{display:none}}header .header-wrapper .colB .nav-list{align-items:center;gap:40px;display:flex}header .header-wrapper .colB .nav-list li a{color:#fff;padding:5px 0;font-size:16px;font-weight:600;line-height:100%;transition:all .3s;position:relative}header .header-wrapper .colB .nav-list li a:hover{color:#57dde6}header .header-wrapper .colB .nav-list li a:hover:before{width:90%}header .header-wrapper .colB .nav-list li a:before{content:"";background:linear-gradient(90deg,#ffffff14 0%,#57dde6 55.77%,#ccc0 97.6%);width:0%;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:991px){header .header-wrapper .colC{display:none}}header .header-wrapper a{display:block}header .header-wrapper img{width:100%;height:100%}header .ham-btn{--lineheight:2px;flex-direction:column;flex:0 auto;gap:8px;width:42px;height:24px;margin-left:auto;line-height:0;display:none;position:relative}@media only screen and (max-width:991px){header .ham-btn{display:block}}header .ham-btn span:first-child{position:absolute;top:0;left:0}header .ham-btn span:nth-child(2){position:absolute;top:10px;right:0}header .ham-btn span:nth-child(3){width:30px;position:absolute;top:20px;left:0}header .ham-btn span{height:var(--lineheight);width:inherit;background:var(--white);display:block}.cl-wht-icon{border-left:2px solid #fff;margin:0 0 0 30px;display:inline-block}.cl-wht-icon li{padding:0 0 0 20px}.cl-wht-icon li:nth-child(2){padding-right:35px}.cl-wht-icon li a img{width:25px}@media (max-width:520px){.mobile-nav{padding:90px 40px 40px}}@media (max-width:991px){.mobile-nav.is-open{transform:translate(0)}.mobile-nav .close{display:block}}@media (max-width:520px){.mobile-nav .close{right:25px}}@media (max-width:991px){.mobile-nav ul{text-align:left;display:block}.mobile-nav ul li button,.mobile-nav ul li a{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-image:var(--gradient);color:var(--black);text-transform:uppercase;font-size:42px}}@media only screen and (max-width:365px){.mobile-nav ul li button,.mobile-nav ul li a{font-size:34px}}@media (max-width:991px){.mobile-nav ul.menu-list li{display:block}}@media (max-width:1230px){.mobile-nav ul.menu-list li:not(:last-child){margin-right:20px}}@media (max-width:991px){.mobile-nav ul.menu-list li:not(:last-child){margin-bottom:20px;margin-right:0}}@media (max-width:520px){.mobile-nav ul.menu-list li:not(:last-child){margin-bottom:16px}}@media (max-width:1230px){.mobile-nav ul.enquire-menu{padding-left:20px}}@media (max-width:991px){.mobile-nav ul.enquire-menu{display:none}}@media (max-width:1230px){.mobile-nav ul.enquire-menu li:not(:last-child){margin-right:15px}}footer{z-index:1;border-top:1px solid var(--secondary);background:#000;position:relative}footer:before{content:"";filter:blur(150px);z-index:-1;background:#104af7;border-radius:50%;width:298px;height:283px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:540px){footer{margin-bottom:var(--footerstrip)}}footer .main-footer{gap:60px;padding:80px 25px 50px;display:flex}@media only screen and (max-width:1024px){footer .main-footer{gap:30px}}@media only screen and (max-width:768px){footer .main-footer{flex-direction:column;padding:60px 105px 50px}}@media only screen and (max-width:540px){footer .main-footer{padding:60px 15px 50px}}footer .main-footer .colA{flex-direction:column;flex:0 20%;gap:30px;display:flex}footer .main-footer .colA .bottom-btn{grid-template-columns:max-content;display:grid}@media only screen and (max-width:768px){footer .main-footer .colA .bottom-btn{justify-content:center}}footer .main-footer .colA .bottom-btn button{color:#000;background:#fff;border-radius:25px;justify-content:center;align-items:center;gap:10px;width:fit-content;margin-bottom:13px;padding:10px 26px;font-size:14px;font-weight:600;line-height:1;transition:all .5s;display:flex}@media only screen and (max-width:540px){footer .main-footer .colA .bottom-btn button{padding:6px 25px}}footer .main-footer .colA .bottom-btn button:hover{background:var(--gradient-b);color:#fff}footer .main-footer .colA .bottom-btn button:hover svg path{stroke:#fff}footer .main-footer .colA .bottom-btn button figure{width:24px;height:24px;line-height:0}footer .main-footer .colA .bottom-btn button figure svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .main-footer .colA .bottom-btn a:last-child{color:#fff;background:var(--gradient-b);border-radius:25px;justify-content:center;align-items:center;gap:10px;margin-bottom:0;padding:10px 26px;font-size:14px;font-weight:500;line-height:1;transition:all .5s;display:flex}@media only screen and (max-width:540px){footer .main-footer .colA .bottom-btn a:last-child{padding:6px 25px}}footer .main-footer .colA .bottom-btn a:last-child:hover{color:#000;background:#fff}footer .main-footer .colA .bottom-btn a:last-child:hover svg path{fill:#000}footer .main-footer .colA .bottom-btn a:last-child figure{width:24px;height:24px;line-height:0}footer .main-footer .colA .bottom-btn a:last-child figure svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .main-footer .colA .social-icons{justify-content:start;align-items:center;gap:8px;display:flex}@media only screen and (max-width:768px){footer .main-footer .colA .social-icons{justify-content:center}}@media only screen and (max-width:540px){footer .main-footer .colA .social-icons{gap:19px}}footer .main-footer .colA .social-icons a{justify-content:center;align-items:center;width:43px;height:43px;display:flex}footer .main-footer .colA .social-icons a:hover svg path{fill:var(--primary)}footer .main-footer .colA .social-icons a svg path{fill:#fff}@media only screen and (max-width:768px){footer .main-footer .colA .contact{text-align:center}}footer .main-footer .colA .contact h6{color:#ffffffb2;margin-bottom:10px;font-size:16px;font-weight:500;line-height:1.2}footer .main-footer .colA .contact a{color:#fff;font-size:20px;font-weight:600;line-height:1.2}footer .main-footer .colB{flex:0 36%}footer .main-footer .colB .flex-box{justify-content:space-between;display:flex}@media only screen and (max-width:1024px){footer .main-footer .colB .flex-box{gap:30px}}footer .main-footer .colB .flex-box .flex-box-item:last-child{width:120px}footer .main-footer .colB .flex-box .flex-box-item h6{color:#fff;margin-bottom:15px;font-size:18px;font-weight:600;line-height:1.2}footer .main-footer .colB .flex-box .flex-box-item ul li{margin-bottom:5px}footer .main-footer .colB .flex-box .flex-box-item ul li a{color:#ffffff80;font-size:16px;font-weight:500;line-height:1.1;transition:all .5s}footer .main-footer .colB .flex-box .flex-box-item ul li a:hover{color:var(--primary);padding-left:5px}footer .main-footer .colC .form-grid{--gaptb:10px;margin-bottom:50px}footer .main-footer .colC .form-grid h6{color:#fff;max-width:329px;margin-bottom:10px;font-size:24px;font-weight:500;line-height:1.1}footer .main-footer .colC .form-grid .form-group{justify-content:space-between;align-items:center;display:flex}footer .main-footer .colC .form-grid button{color:var(--secondary);background-image:var(--gradient-b);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;outline:none;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}footer .main-footer .colC .form-grid button figure{width:16px;height:16px;line-height:1}footer .main-footer .colC .form-grid button figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .main-footer .colC figure{width:397px;height:138px;line-height:1}@media only screen and (max-width:768px){footer .main-footer .colC figure{margin:auto}}@media only screen and (max-width:540px){footer .main-footer .colC figure{width:100%;height:40px}}footer .main-footer .colC figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .bottom-footer{border-top:1px solid #ffffff2b;justify-content:space-between;align-items:center;width:100%;padding:30px 25px;display:flex}@media only screen and (max-width:540px){footer .bottom-footer{flex-direction:column;gap:22px;padding:30px 25px 40px}}footer .bottom-footer p,footer .bottom-footer a{color:#fff;align-items:center;font-size:14px;font-weight:500;line-height:24px;display:flex}@media only screen and (max-width:540px){footer .bottom-footer p,footer .bottom-footer a{text-align:center;flex-direction:column;gap:7px}}footer .bottom-footer p .madeby,footer .bottom-footer a .madeby{white-space:nowrap;align-items:center;gap:6px;display:flex}@media only screen and (max-width:540px){footer .bottom-footer p .none,footer .bottom-footer a .none{display:none}}footer .bottom-footer p span,footer .bottom-footer a span{height:23px;display:inline-block}footer .bottom-footer p span img,footer .bottom-footer a span img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .bottom-footer .pret{justify-content:end;gap:50px;display:flex}footer .bottom-footer .pret a{color:#fff;font-size:16px;font-weight:400;line-height:18px}.model.ham-pop{z-index:10;background:#000;max-width:480px;transition:all .5s;right:0;transform:translate(100%)}.model.ham-pop:after{content:"";filter:blur(180px);z-index:-1;background:#3853a3;border-radius:50%;width:351px;height:351px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:540px){.model.ham-pop:after{filter:blur(150px)}}.model.ham-pop nav{flex:1}.model.ham-pop:before{content:"";aspect-ratio:1.22;transitionc:1s ease-in-out;background:#66666614;width:224px;height:300px;line-height:0;position:absolute;top:95%;right:0;transform:translateY(-50%);-webkit-mask-image:url(/assets/images/services/service-bg.png);mask-image:url(/assets/images/services/service-bg.png);-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.model.ham-pop.is-open{transform:translate(0%)}.model.ham-pop .close{top:17px;right:22px}.model.ham-pop .close svg{width:18px}.model.ham-pop .close svg path{stroke:var(--white)!important;stroke-width:2px!important}.model.ham-pop .model-body{flex-direction:column;height:calc(100% - 40px);margin-top:20px;padding:0 40px 30px;display:flex;position:relative;overflow-y:auto}.model.ham-pop .model-body::-webkit-scrollbar{background:var(--black);width:0;height:0}.model.ham-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.model.ham-pop .model-body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:0}@media only screen and (max-width:540px){.model.ham-pop .model-body{padding:0 20px 40px}}.model.ham-pop .model-body .icon{letter-spacing:4px;color:#000;align-items:center;gap:15px;margin-bottom:50px;font-size:30px;font-weight:600;line-height:0;display:flex}.model.ham-pop .model-body .icon img,.model.ham-pop .model-body .icon svg{width:120px;height:auto}.model.ham-pop .model-body .icon img path,.model.ham-pop .model-body .icon svg path{fill:#000}.model.ham-pop .model-body .nav-list{flex:1;width:100%}.model.ham-pop .model-body .nav-list .single-menulist{color:var(--primary);font-size:30px;transition:all .5s}.model.ham-pop .model-body .nav-list .single-menulist:hover{color:var(--white)}.model.ham-pop .model-body .nav-list>li{cursor:pointer}.model.ham-pop .model-body .nav-list>li:not(:last-child){margin-bottom:15px}.model.ham-pop .model-body .nav-list>li.desktop-non{display:none}.model.ham-pop .model-body .nav-list>li>a{color:#000;font-size:20px;font-weight:500;line-height:1.06;display:inline-block}.model.ham-pop .model-body .nav-list>li>a:hover{color:#666}.model.ham-pop .model-body .bottom-list{border-top:1px solid #ccc;align-items:center;gap:1rem;margin-top:4rem;padding-top:1rem;display:flex}.model.ham-pop .model-body .bottom-list .social-icons a{vertical-align:middle;color:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;display:inline-flex;overflow:hidden}.model.ham-pop .model-body .bottom-list .social-icons a:not(:last-child){margin-right:4px}.model.ham-pop .model-body .bottom-list .social-icons a:hover svg path{fill:var(--white)}.model.ham-pop .model-body .bottom-list .social-icons a svg path{fill:var(--primary)}.enquire-pop{z-index:1;border-radius:10px;height:fit-content;max-height:500px;transition:all .5s;position:relative;top:50%;left:50%;right:0;overflow:hidden;transform:translate(-50%,-50%)scale(0);background:#030816!important;max-width:735px!important}.enquire-pop:before{content:"";filter:blur(170px);z-index:-1;background:#57dde6;border-radius:50%;width:251px;height:251px;position:absolute;top:80%;left:30%;transform:translate(-50%,-50%)}.enquire-pop:after{content:"";filter:blur(170px);z-index:-1;background:#3853a3;border-radius:50%;width:251px;height:251px;position:absolute;top:20%;left:80%;transform:translate(-50%,-50%)}.enquire-pop.is-open{top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.enquire-pop .close svg path{stroke:#fff!important}.enquire-pop .model-body{height:calc(100% - 40px);margin-top:40px;padding:0 35px 30px;overflow-y:auto}.enquire-pop .model-body::-webkit-scrollbar{background:var(--white);width:3px;height:3px}.enquire-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.enquire-pop .model-body::-webkit-scrollbar-thumb{background-color:#5e5e5e;border-radius:8px}.enquire-pop .model-body .title{text-align:center;margin-bottom:2rem}.enquire-pop .model-body .title .icon{width:70px;height:70px;margin:0 auto 15px}.enquire-pop .model-body .title .icon img{-o-object-fit:contain;object-fit:contain}.enquire-pop .model-body .title h2{text-align:center;color:var(--primary);font-size:36px;font-weight:700;line-height:40px}.enquire-pop .model-body .title p{color:var(--text);max-width:340px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.2}@media only screen and (max-width:675px){.enquire-pop .model-body .title p{max-width:300px;font-size:14px}}.enquire-pop .model-body .form{--gaptb:15px;--item:1;--borderafter:#57dde6}.enquire-pop .model-body .btn2{color:var(--white);z-index:1;width:fit-content;margin:30px auto auto;font-weight:600;transition:all .5s}.enquire-pop .model-body .btn2:hover{color:var(--secondary);background:0 0}.industrie-detail-pop{z-index:1;border-radius:10px;height:fit-content;max-height:500px;transition:all .5s;position:relative;top:50%;left:50%;right:0;overflow:hidden;transform:translate(-50%,-50%)scale(0);background:#0c1739!important;max-width:735px!important}.industrie-detail-pop:before{content:"";background-color:#0000;background-image:linear-gradient(#0c1739,#0c1739),linear-gradient(90deg,#0bb1d3,#9f2fff);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:border-box;background-clip:padding-box,border-box;border:50px solid #0000;border-radius:50%;width:315px;height:315px;padding:10px;position:absolute;top:90%;left:10%;transform:translate(-50%,-50%)}@media only screen and (max-width:540px){.industrie-detail-pop:before{opacity:.5}}.industrie-detail-pop:after{content:"";filter:blur(140px);z-index:-1;background:#49bac2;border-radius:50%;width:251px;height:251px;position:absolute;top:70%;left:80%;transform:translate(-50%,-50%)}.industrie-detail-pop.is-open{top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.industrie-detail-pop .close svg path{stroke:#fff!important}.industrie-detail-pop .model-body{height:472px;margin-top:60px;padding:0 75px 30px;overflow-y:auto}.industrie-detail-pop .model-body::-webkit-scrollbar{background:var(--white);width:3px;height:3px}.industrie-detail-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.industrie-detail-pop .model-body::-webkit-scrollbar-thumb{background-color:#5e5e5e;border-radius:8px}@media only screen and (max-width:540px){.industrie-detail-pop .model-body{padding:0 20px 30px}}.industrie-detail-pop .model-body:before{content:"";background:url(/assets/logo-white.svg) no-repeat;width:131px;height:45px;padding:50px 0 50px 50px;position:absolute;bottom:0%;right:0%;transform:translate(-50%)}@media only screen and (max-width:540px){.industrie-detail-pop .model-body:before{opacity:.5;padding:0;bottom:10px;right:-40px}}.industrie-detail-pop .model-body .flex-box{justify-content:center;gap:40px;display:flex}@media only screen and (max-width:540px){.industrie-detail-pop .model-body .flex-box{flex-direction:column}}.industrie-detail-pop .model-body .flex-box .flex-box-item:first-child{flex:0 35%}.industrie-detail-pop .model-body .flex-box .flex-box-item:first-child h2{color:#fff;font-size:36px;font-weight:600}.industrie-detail-pop .model-body .flex-box .flex-box-item:last-child{flex:0 65%}.industrie-detail-pop .model-body .flex-box .flex-box-item:last-child ul li{color:#fff;padding-left:35px;position:relative;margin-bottom:26px!important}.industrie-detail-pop .model-body .flex-box .flex-box-item:last-child ul li:not(:last-child){margin-bottom:6px}.industrie-detail-pop .model-body .flex-box .flex-box-item:last-child ul li:before{content:"";aspect-ratio:1;background:linear-gradient(#0bb1d3 0%,#9f2fff 100%);border-radius:50%;width:18px;position:absolute;top:8px;left:0}.industrie-detail-pop .model-body .flex-box .flex-box-item:last-child p{color:#fff}.login-pop,.signUp-pop{background:var(--white);background:var(--white);max-width:511px;transition:all .7s;right:0;transform:translate(100%)}.login-pop.is-open,.signUp-pop.is-open{transform:translate(0%)}.login-pop .close,.signUp-pop .close{top:25px;right:25px}@media only screen and (max-width:675px){.login-pop .close,.signUp-pop .close{top:20px;right:20px}}.login-pop .close path,.signUp-pop .close path{stroke:var(--black)}.login-pop .model-body,.signUp-pop .model-body{height:calc(100% - 40px);margin-top:40px;padding:0 35px 30px;transition:all .5s;overflow-y:auto}@media only screen and (max-width:675px){.login-pop .model-body,.signUp-pop .model-body{padding:40px 25px 50px}}.login-pop .model-body .title,.signUp-pop .model-body .title{margin-bottom:2.5rem}.login-pop .model-body .title .icon,.signUp-pop .model-body .title .icon{width:102px;height:76px;margin:0 auto 25px;line-height:0}.login-pop .model-body .title .icon svg path,.signUp-pop .model-body .title .icon svg path{fill:#000}.login-pop .model-body .title .icon img,.signUp-pop .model-body .title .icon img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.login-pop .model-body .title h2,.signUp-pop .model-body .title h2{text-align:center;color:#000;font-size:24px;font-weight:500}.login-pop .model-body .form,.signUp-pop .model-body .form{--gaptb:15px;--item:1;--labelbefore:var(--text);--labelafter:#000;--borderbefore:var(--text);--borderafter:#000}.login-pop .model-body .form .verify,.signUp-pop .model-body .form .verify{color:red;font-size:14px;font-weight:500;position:absolute;top:calc(100% + 10px);left:0}.login-pop .model-body .sbmt-btn-div,.signUp-pop .model-body .sbmt-btn-div{text-align:center;margin:40px 0 20px}.login-pop .model-body .sbmt-btn-div .btn,.signUp-pop .model-body .sbmt-btn-div .btn{--height:40px;text-transform:uppercase;white-space:nowrap;border-bottom-width:1px;border-radius:5px;width:100%;padding:5px 110px}.login-pop .model-body .split-sec,.signUp-pop .model-body .split-sec{overflow:hidden}.login-pop .model-body .split-sec p,.signUp-pop .model-body .split-sec p{text-align:center;width:fit-content;color:var(--text);margin:0 auto;font-weight:500;position:relative}.login-pop .model-body .split-sec p:before,.login-pop .model-body .split-sec p:after,.signUp-pop .model-body .split-sec p:before,.signUp-pop .model-body .split-sec p:after{content:"";background:#ececec;width:200px;height:1px;position:absolute;top:50%;translate:0 -50%}.login-pop .model-body .split-sec p:before,.signUp-pop .model-body .split-sec p:before{left:calc(100% + 12px)}.login-pop .model-body .split-sec p:after,.signUp-pop .model-body .split-sec p:after{right:calc(100% + 12px)}.login-pop .model-body .btm-social-wrp,.signUp-pop .model-body .btm-social-wrp{align-items:center;gap:0 30px;margin:40px 0;display:flex}.login-pop .model-body .btm-social-wrp>*,.signUp-pop .model-body .btm-social-wrp>*{flex:1}.login-pop .model-body .btm-social-wrp svg,.signUp-pop .model-body .btm-social-wrp svg{width:auto}.login-pop .model-body .btm-social-wrp .google-btn,.login-pop .model-body .btm-social-wrp .facebook-btn,.signUp-pop .model-body .btm-social-wrp .google-btn,.signUp-pop .model-body .btm-social-wrp .facebook-btn{opacity:1;background:#fff;border-width:1px;border-radius:5px;padding:8px 23px}.login-pop .model-body .btm-social-wrp a,.signUp-pop .model-body .btm-social-wrp a{color:#611ba7;letter-spacing:10%;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;font-size:12px;font-weight:500;display:flex}.login-pop .model-body .btm-social-wrp a:hover,.signUp-pop .model-body .btm-social-wrp a:hover{background:var(--primary);color:#fff}.login-pop .model-body .btm-social-wrp a:hover svg path,.signUp-pop .model-body .btm-social-wrp a:hover svg path{fill:var(--white)}.login-pop .model-body .btm-social-wrp a svg path,.signUp-pop .model-body .btm-social-wrp a svg path{fill:#611ba7}.login-pop .model-body .non_member,.signUp-pop .model-body .non_member{text-align:center;color:var(--text)}.login-pop .model-body .non_member .signup,.signUp-pop .model-body .non_member .signup{color:var(--black)}.login-pop .otp-model-body,.signUp-pop .otp-model-body{transition:all .5s}.login-pop .otp-model-body .back-btn,.signUp-pop .otp-model-body .back-btn{align-items:center;gap:10px;display:flex}.login-pop .otp-model-body .back-btn:hover p,.signUp-pop .otp-model-body .back-btn:hover p{margin-left:3px}.login-pop .otp-model-body .back-btn p,.signUp-pop .otp-model-body .back-btn p{color:var(--secondary);font-size:16px;font-weight:400;line-height:1.2;transition:all .3s}.login-pop .otp-model-body .back-btn img,.signUp-pop .otp-model-body .back-btn img{width:fit-content}.login-pop .otp-model-body .title,.signUp-pop .otp-model-body .title{text-align:center;padding-top:100px}.login-pop .otp-model-body .title h4,.signUp-pop .otp-model-body .title h4{color:var(--text);margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.3}.login-pop .otp-model-body .title p,.signUp-pop .otp-model-body .title p{font-size:18px;font-weight:500;line-height:1.2}.login-pop .otp-model-body .form .otp-box,.signUp-pop .otp-model-body .form .otp-box{justify-content:center;gap:10px;display:flex}.login-pop .otp-model-body .form .otp-box input,.signUp-pop .otp-model-body .form .otp-box input{text-align:center;color:#666;border:1px solid #ccc;outline:none;width:59px;height:51px;padding:10px;font-size:24px;transition:all .2s;border-radius:5px!important}.login-pop .otp-model-body .form .otp-box input .otp-box input:focus,.signUp-pop .otp-model-body .form .otp-box input .otp-box input:focus{border-color:#007bff;box-shadow:0 0 4px #007bff66}.login-pop .otp-model-body .resend-otp,.signUp-pop .otp-model-body .resend-otp{text-align:center;margin:40px auto}.login-pop .otp-model-body .resend-otp p,.signUp-pop .otp-model-body .resend-otp p{font-size:15px;font-weight:400;line-height:1.2}.login-pop .otp-model-body .resend-otp p a,.signUp-pop .otp-model-body .resend-otp p a{color:var(--secondary);font-weight:500}.login-pop .hide-model,.signUp-pop .hide-model{display:none}.video-pop{z-index:9;background:#0000007a;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.video-pop.is-open{transform:translateY(0%)}.video-pop .close-video{background:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .5s;display:flex;position:absolute;top:auto;bottom:calc(100% + 20px);right:-40px}@media only screen and (max-width:675px){.video-pop .close-video{right:0}}.video-pop .close-video:hover{background:var(--primary)}.video-pop .close-video svg{width:35%;height:35%}.video-pop .close-video path{stroke-width:2px;stroke:var(--white)}.video-pop .model-body{width:100%;max-width:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:675px){.video-pop .model-body{max-width:95%}}.video-pop .model-body iframe{aspect-ratio:1.9;border:2px solid var(--white);background:var(--white);width:100%}.footer-strip{z-index:4;background:var(--gradient-a);display:none;position:fixed;bottom:0;left:0;right:0}@media only screen and (max-width:768px){.footer-strip{display:block}}.footer-strip ul{flex-wrap:wrap;display:flex}.footer-strip ul li{flex:1}.footer-strip ul li:not(:last-child){border-right:1px solid #ffffff1a}.footer-strip ul li button{width:100%}.footer-strip ul li a,.footer-strip ul li button{color:var(--white);height:var(--footerstrip);flex-direction:column;align-items:center;gap:5px;padding:10px;font-size:14px;display:flex}.footer-strip ul li a svg,.footer-strip ul li button svg{width:20px;height:20px}.footer-strip ul li a svg[stroke],.footer-strip ul li button svg[stroke]{stroke:var(--white)}.footer-strip ul li a svg[fill],.footer-strip ul li button svg[fill]{fill:var(--white)}.footer-strip ul li a svg path[stroke],.footer-strip ul li button svg path[stroke]{stroke:var(--white)}.footer-strip ul li a svg path[fill],.footer-strip ul li button svg path[fill]{fill:var(--white)}
@media (min-width:1007px){.kmr-animate{transition:all 1.5s}[data-animate][data-animate][data-animate-duration="50"],body[data-animate-duration="50"] [data-animate]{transition-duration:50ms}[data-animate][data-animate][data-animate-delay="50"],body[data-animate-delay="50"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="50"].kmr-animate,body[data-animate-delay="50"] [data-animate].kmr-animate{transition-delay:50ms}[data-animate][data-animate][data-animate-duration="100"],body[data-animate-duration="100"] [data-animate]{transition-duration:.1s}[data-animate][data-animate][data-animate-delay="100"],body[data-animate-delay="100"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="100"].kmr-animate,body[data-animate-delay="100"] [data-animate].kmr-animate{transition-delay:.1s}[data-animate][data-animate][data-animate-duration="150"],body[data-animate-duration="150"] [data-animate]{transition-duration:.15s}[data-animate][data-animate][data-animate-delay="150"],body[data-animate-delay="150"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="150"].kmr-animate,body[data-animate-delay="150"] [data-animate].kmr-animate{transition-delay:.15s}[data-animate][data-animate][data-animate-duration="200"],body[data-animate-duration="200"] [data-animate]{transition-duration:.2s}[data-animate][data-animate][data-animate-delay="200"],body[data-animate-delay="200"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="200"].kmr-animate,body[data-animate-delay="200"] [data-animate].kmr-animate{transition-delay:.2s}[data-animate][data-animate][data-animate-duration="250"],body[data-animate-duration="250"] [data-animate]{transition-duration:.25s}[data-animate][data-animate][data-animate-delay="250"],body[data-animate-delay="250"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="250"].kmr-animate,body[data-animate-delay="250"] [data-animate].kmr-animate{transition-delay:.25s}[data-animate][data-animate][data-animate-duration="300"],body[data-animate-duration="300"] [data-animate]{transition-duration:.3s}[data-animate][data-animate][data-animate-delay="300"],body[data-animate-delay="300"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="300"].kmr-animate,body[data-animate-delay="300"] [data-animate].kmr-animate{transition-delay:.3s}[data-animate][data-animate][data-animate-duration="350"],body[data-animate-duration="350"] [data-animate]{transition-duration:.35s}[data-animate][data-animate][data-animate-delay="350"],body[data-animate-delay="350"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="350"].kmr-animate,body[data-animate-delay="350"] [data-animate].kmr-animate{transition-delay:.35s}[data-animate][data-animate][data-animate-duration="400"],body[data-animate-duration="400"] [data-animate]{transition-duration:.4s}[data-animate][data-animate][data-animate-delay="400"],body[data-animate-delay="400"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="400"].kmr-animate,body[data-animate-delay="400"] [data-animate].kmr-animate{transition-delay:.4s}[data-animate][data-animate][data-animate-duration="450"],body[data-animate-duration="450"] [data-animate]{transition-duration:.45s}[data-animate][data-animate][data-animate-delay="450"],body[data-animate-delay="450"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="450"].kmr-animate,body[data-animate-delay="450"] [data-animate].kmr-animate{transition-delay:.45s}[data-animate][data-animate][data-animate-duration="500"],body[data-animate-duration="500"] [data-animate]{transition-duration:.5s}[data-animate][data-animate][data-animate-delay="500"],body[data-animate-delay="500"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="500"].kmr-animate,body[data-animate-delay="500"] [data-animate].kmr-animate{transition-delay:.5s}[data-animate][data-animate][data-animate-duration="550"],body[data-animate-duration="550"] [data-animate]{transition-duration:.55s}[data-animate][data-animate][data-animate-delay="550"],body[data-animate-delay="550"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="550"].kmr-animate,body[data-animate-delay="550"] [data-animate].kmr-animate{transition-delay:.55s}[data-animate][data-animate][data-animate-duration="600"],body[data-animate-duration="600"] [data-animate]{transition-duration:.6s}[data-animate][data-animate][data-animate-delay="600"],body[data-animate-delay="600"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="600"].kmr-animate,body[data-animate-delay="600"] [data-animate].kmr-animate{transition-delay:.6s}[data-animate][data-animate][data-animate-duration="650"],body[data-animate-duration="650"] [data-animate]{transition-duration:.65s}[data-animate][data-animate][data-animate-delay="650"],body[data-animate-delay="650"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="650"].kmr-animate,body[data-animate-delay="650"] [data-animate].kmr-animate{transition-delay:.65s}[data-animate][data-animate][data-animate-duration="700"],body[data-animate-duration="700"] [data-animate]{transition-duration:.7s}[data-animate][data-animate][data-animate-delay="700"],body[data-animate-delay="700"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="700"].kmr-animate,body[data-animate-delay="700"] [data-animate].kmr-animate{transition-delay:.7s}[data-animate][data-animate][data-animate-duration="750"],body[data-animate-duration="750"] [data-animate]{transition-duration:.75s}[data-animate][data-animate][data-animate-delay="750"],body[data-animate-delay="750"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="750"].kmr-animate,body[data-animate-delay="750"] [data-animate].kmr-animate{transition-delay:.75s}[data-animate][data-animate][data-animate-duration="800"],body[data-animate-duration="800"] [data-animate]{transition-duration:.8s}[data-animate][data-animate][data-animate-delay="800"],body[data-animate-delay="800"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="800"].kmr-animate,body[data-animate-delay="800"] [data-animate].kmr-animate{transition-delay:.8s}[data-animate][data-animate][data-animate-duration="850"],body[data-animate-duration="850"] [data-animate]{transition-duration:.85s}[data-animate][data-animate][data-animate-delay="850"],body[data-animate-delay="850"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="850"].kmr-animate,body[data-animate-delay="850"] [data-animate].kmr-animate{transition-delay:.85s}[data-animate][data-animate][data-animate-duration="900"],body[data-animate-duration="900"] [data-animate]{transition-duration:.9s}[data-animate][data-animate][data-animate-delay="900"],body[data-animate-delay="900"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="900"].kmr-animate,body[data-animate-delay="900"] [data-animate].kmr-animate{transition-delay:.9s}[data-animate][data-animate][data-animate-duration="950"],body[data-animate-duration="950"] [data-animate]{transition-duration:.95s}[data-animate][data-animate][data-animate-delay="950"],body[data-animate-delay="950"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="950"].kmr-animate,body[data-animate-delay="950"] [data-animate].kmr-animate{transition-delay:.95s}[data-animate][data-animate][data-animate-duration="1000"],body[data-animate-duration="1000"] [data-animate]{transition-duration:1s}[data-animate][data-animate][data-animate-delay="1000"],body[data-animate-delay="1000"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1000"].kmr-animate,body[data-animate-delay="1000"] [data-animate].kmr-animate{transition-delay:1s}[data-animate][data-animate][data-animate-duration="1050"],body[data-animate-duration="1050"] [data-animate]{transition-duration:1.05s}[data-animate][data-animate][data-animate-delay="1050"],body[data-animate-delay="1050"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1050"].kmr-animate,body[data-animate-delay="1050"] [data-animate].kmr-animate{transition-delay:1.05s}[data-animate][data-animate][data-animate-duration="1100"],body[data-animate-duration="1100"] [data-animate]{transition-duration:1.1s}[data-animate][data-animate][data-animate-delay="1100"],body[data-animate-delay="1100"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1100"].kmr-animate,body[data-animate-delay="1100"] [data-animate].kmr-animate{transition-delay:1.1s}[data-animate][data-animate][data-animate-duration="1150"],body[data-animate-duration="1150"] [data-animate]{transition-duration:1.15s}[data-animate][data-animate][data-animate-delay="1150"],body[data-animate-delay="1150"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1150"].kmr-animate,body[data-animate-delay="1150"] [data-animate].kmr-animate{transition-delay:1.15s}[data-animate][data-animate][data-animate-duration="1200"],body[data-animate-duration="1200"] [data-animate]{transition-duration:1.2s}[data-animate][data-animate][data-animate-delay="1200"],body[data-animate-delay="1200"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1200"].kmr-animate,body[data-animate-delay="1200"] [data-animate].kmr-animate{transition-delay:1.2s}[data-animate][data-animate][data-animate-duration="1250"],body[data-animate-duration="1250"] [data-animate]{transition-duration:1.25s}[data-animate][data-animate][data-animate-delay="1250"],body[data-animate-delay="1250"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1250"].kmr-animate,body[data-animate-delay="1250"] [data-animate].kmr-animate{transition-delay:1.25s}[data-animate][data-animate][data-animate-duration="1300"],body[data-animate-duration="1300"] [data-animate]{transition-duration:1.3s}[data-animate][data-animate][data-animate-delay="1300"],body[data-animate-delay="1300"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1300"].kmr-animate,body[data-animate-delay="1300"] [data-animate].kmr-animate{transition-delay:1.3s}[data-animate][data-animate][data-animate-duration="1350"],body[data-animate-duration="1350"] [data-animate]{transition-duration:1.35s}[data-animate][data-animate][data-animate-delay="1350"],body[data-animate-delay="1350"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1350"].kmr-animate,body[data-animate-delay="1350"] [data-animate].kmr-animate{transition-delay:1.35s}[data-animate][data-animate][data-animate-duration="1400"],body[data-animate-duration="1400"] [data-animate]{transition-duration:1.4s}[data-animate][data-animate][data-animate-delay="1400"],body[data-animate-delay="1400"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1400"].kmr-animate,body[data-animate-delay="1400"] [data-animate].kmr-animate{transition-delay:1.4s}[data-animate][data-animate][data-animate-duration="1450"],body[data-animate-duration="1450"] [data-animate]{transition-duration:1.45s}[data-animate][data-animate][data-animate-delay="1450"],body[data-animate-delay="1450"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1450"].kmr-animate,body[data-animate-delay="1450"] [data-animate].kmr-animate{transition-delay:1.45s}[data-animate][data-animate][data-animate-duration="1500"],body[data-animate-duration="1500"] [data-animate]{transition-duration:1.5s}[data-animate][data-animate][data-animate-delay="1500"],body[data-animate-delay="1500"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1500"].kmr-animate,body[data-animate-delay="1500"] [data-animate].kmr-animate{transition-delay:1.5s}[data-animate][data-animate][data-animate-duration="1550"],body[data-animate-duration="1550"] [data-animate]{transition-duration:1.55s}[data-animate][data-animate][data-animate-delay="1550"],body[data-animate-delay="1550"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1550"].kmr-animate,body[data-animate-delay="1550"] [data-animate].kmr-animate{transition-delay:1.55s}[data-animate][data-animate][data-animate-duration="1600"],body[data-animate-duration="1600"] [data-animate]{transition-duration:1.6s}[data-animate][data-animate][data-animate-delay="1600"],body[data-animate-delay="1600"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1600"].kmr-animate,body[data-animate-delay="1600"] [data-animate].kmr-animate{transition-delay:1.6s}[data-animate][data-animate][data-animate-duration="1650"],body[data-animate-duration="1650"] [data-animate]{transition-duration:1.65s}[data-animate][data-animate][data-animate-delay="1650"],body[data-animate-delay="1650"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1650"].kmr-animate,body[data-animate-delay="1650"] [data-animate].kmr-animate{transition-delay:1.65s}[data-animate][data-animate][data-animate-duration="1700"],body[data-animate-duration="1700"] [data-animate]{transition-duration:1.7s}[data-animate][data-animate][data-animate-delay="1700"],body[data-animate-delay="1700"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1700"].kmr-animate,body[data-animate-delay="1700"] [data-animate].kmr-animate{transition-delay:1.7s}[data-animate][data-animate][data-animate-duration="1750"],body[data-animate-duration="1750"] [data-animate]{transition-duration:1.75s}[data-animate][data-animate][data-animate-delay="1750"],body[data-animate-delay="1750"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1750"].kmr-animate,body[data-animate-delay="1750"] [data-animate].kmr-animate{transition-delay:1.75s}[data-animate][data-animate][data-animate-duration="1800"],body[data-animate-duration="1800"] [data-animate]{transition-duration:1.8s}[data-animate][data-animate][data-animate-delay="1800"],body[data-animate-delay="1800"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1800"].kmr-animate,body[data-animate-delay="1800"] [data-animate].kmr-animate{transition-delay:1.8s}[data-animate][data-animate][data-animate-duration="1850"],body[data-animate-duration="1850"] [data-animate]{transition-duration:1.85s}[data-animate][data-animate][data-animate-delay="1850"],body[data-animate-delay="1850"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1850"].kmr-animate,body[data-animate-delay="1850"] [data-animate].kmr-animate{transition-delay:1.85s}[data-animate][data-animate][data-animate-duration="1900"],body[data-animate-duration="1900"] [data-animate]{transition-duration:1.9s}[data-animate][data-animate][data-animate-delay="1900"],body[data-animate-delay="1900"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1900"].kmr-animate,body[data-animate-delay="1900"] [data-animate].kmr-animate{transition-delay:1.9s}[data-animate][data-animate][data-animate-duration="1950"],body[data-animate-duration="1950"] [data-animate]{transition-duration:1.95s}[data-animate][data-animate][data-animate-delay="1950"],body[data-animate-delay="1950"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="1950"].kmr-animate,body[data-animate-delay="1950"] [data-animate].kmr-animate{transition-delay:1.95s}[data-animate][data-animate][data-animate-duration="2000"],body[data-animate-duration="2000"] [data-animate]{transition-duration:2s}[data-animate][data-animate][data-animate-delay="2000"],body[data-animate-delay="2000"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2000"].kmr-animate,body[data-animate-delay="2000"] [data-animate].kmr-animate{transition-delay:2s}[data-animate][data-animate][data-animate-duration="2050"],body[data-animate-duration="2050"] [data-animate]{transition-duration:2.05s}[data-animate][data-animate][data-animate-delay="2050"],body[data-animate-delay="2050"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2050"].kmr-animate,body[data-animate-delay="2050"] [data-animate].kmr-animate{transition-delay:2.05s}[data-animate][data-animate][data-animate-duration="2100"],body[data-animate-duration="2100"] [data-animate]{transition-duration:2.1s}[data-animate][data-animate][data-animate-delay="2100"],body[data-animate-delay="2100"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2100"].kmr-animate,body[data-animate-delay="2100"] [data-animate].kmr-animate{transition-delay:2.1s}[data-animate][data-animate][data-animate-duration="2150"],body[data-animate-duration="2150"] [data-animate]{transition-duration:2.15s}[data-animate][data-animate][data-animate-delay="2150"],body[data-animate-delay="2150"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2150"].kmr-animate,body[data-animate-delay="2150"] [data-animate].kmr-animate{transition-delay:2.15s}[data-animate][data-animate][data-animate-duration="2200"],body[data-animate-duration="2200"] [data-animate]{transition-duration:2.2s}[data-animate][data-animate][data-animate-delay="2200"],body[data-animate-delay="2200"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2200"].kmr-animate,body[data-animate-delay="2200"] [data-animate].kmr-animate{transition-delay:2.2s}[data-animate][data-animate][data-animate-duration="2250"],body[data-animate-duration="2250"] [data-animate]{transition-duration:2.25s}[data-animate][data-animate][data-animate-delay="2250"],body[data-animate-delay="2250"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2250"].kmr-animate,body[data-animate-delay="2250"] [data-animate].kmr-animate{transition-delay:2.25s}[data-animate][data-animate][data-animate-duration="2300"],body[data-animate-duration="2300"] [data-animate]{transition-duration:2.3s}[data-animate][data-animate][data-animate-delay="2300"],body[data-animate-delay="2300"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2300"].kmr-animate,body[data-animate-delay="2300"] [data-animate].kmr-animate{transition-delay:2.3s}[data-animate][data-animate][data-animate-duration="2350"],body[data-animate-duration="2350"] [data-animate]{transition-duration:2.35s}[data-animate][data-animate][data-animate-delay="2350"],body[data-animate-delay="2350"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2350"].kmr-animate,body[data-animate-delay="2350"] [data-animate].kmr-animate{transition-delay:2.35s}[data-animate][data-animate][data-animate-duration="2400"],body[data-animate-duration="2400"] [data-animate]{transition-duration:2.4s}[data-animate][data-animate][data-animate-delay="2400"],body[data-animate-delay="2400"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2400"].kmr-animate,body[data-animate-delay="2400"] [data-animate].kmr-animate{transition-delay:2.4s}[data-animate][data-animate][data-animate-duration="2450"],body[data-animate-duration="2450"] [data-animate]{transition-duration:2.45s}[data-animate][data-animate][data-animate-delay="2450"],body[data-animate-delay="2450"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2450"].kmr-animate,body[data-animate-delay="2450"] [data-animate].kmr-animate{transition-delay:2.45s}[data-animate][data-animate][data-animate-duration="2500"],body[data-animate-duration="2500"] [data-animate]{transition-duration:2.5s}[data-animate][data-animate][data-animate-delay="2500"],body[data-animate-delay="2500"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2500"].kmr-animate,body[data-animate-delay="2500"] [data-animate].kmr-animate{transition-delay:2.5s}[data-animate][data-animate][data-animate-duration="2550"],body[data-animate-duration="2550"] [data-animate]{transition-duration:2.55s}[data-animate][data-animate][data-animate-delay="2550"],body[data-animate-delay="2550"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2550"].kmr-animate,body[data-animate-delay="2550"] [data-animate].kmr-animate{transition-delay:2.55s}[data-animate][data-animate][data-animate-duration="2600"],body[data-animate-duration="2600"] [data-animate]{transition-duration:2.6s}[data-animate][data-animate][data-animate-delay="2600"],body[data-animate-delay="2600"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2600"].kmr-animate,body[data-animate-delay="2600"] [data-animate].kmr-animate{transition-delay:2.6s}[data-animate][data-animate][data-animate-duration="2650"],body[data-animate-duration="2650"] [data-animate]{transition-duration:2.65s}[data-animate][data-animate][data-animate-delay="2650"],body[data-animate-delay="2650"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2650"].kmr-animate,body[data-animate-delay="2650"] [data-animate].kmr-animate{transition-delay:2.65s}[data-animate][data-animate][data-animate-duration="2700"],body[data-animate-duration="2700"] [data-animate]{transition-duration:2.7s}[data-animate][data-animate][data-animate-delay="2700"],body[data-animate-delay="2700"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2700"].kmr-animate,body[data-animate-delay="2700"] [data-animate].kmr-animate{transition-delay:2.7s}[data-animate][data-animate][data-animate-duration="2750"],body[data-animate-duration="2750"] [data-animate]{transition-duration:2.75s}[data-animate][data-animate][data-animate-delay="2750"],body[data-animate-delay="2750"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2750"].kmr-animate,body[data-animate-delay="2750"] [data-animate].kmr-animate{transition-delay:2.75s}[data-animate][data-animate][data-animate-duration="2800"],body[data-animate-duration="2800"] [data-animate]{transition-duration:2.8s}[data-animate][data-animate][data-animate-delay="2800"],body[data-animate-delay="2800"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2800"].kmr-animate,body[data-animate-delay="2800"] [data-animate].kmr-animate{transition-delay:2.8s}[data-animate][data-animate][data-animate-duration="2850"],body[data-animate-duration="2850"] [data-animate]{transition-duration:2.85s}[data-animate][data-animate][data-animate-delay="2850"],body[data-animate-delay="2850"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2850"].kmr-animate,body[data-animate-delay="2850"] [data-animate].kmr-animate{transition-delay:2.85s}[data-animate][data-animate][data-animate-duration="2900"],body[data-animate-duration="2900"] [data-animate]{transition-duration:2.9s}[data-animate][data-animate][data-animate-delay="2900"],body[data-animate-delay="2900"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2900"].kmr-animate,body[data-animate-delay="2900"] [data-animate].kmr-animate{transition-delay:2.9s}[data-animate][data-animate][data-animate-duration="2950"],body[data-animate-duration="2950"] [data-animate]{transition-duration:2.95s}[data-animate][data-animate][data-animate-delay="2950"],body[data-animate-delay="2950"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="2950"].kmr-animate,body[data-animate-delay="2950"] [data-animate].kmr-animate{transition-delay:2.95s}[data-animate][data-animate][data-animate-duration="3000"],body[data-animate-duration="3000"] [data-animate]{transition-duration:3s}[data-animate][data-animate][data-animate-delay="3000"],body[data-animate-delay="3000"] [data-animate]{transition-delay:0}[data-animate][data-animate][data-animate-delay="3000"].kmr-animate,body[data-animate-delay="3000"] [data-animate].kmr-animate{transition-delay:3s}[data-animate][data-animate][data-animate-easing=linear],body[data-animate-easing=linear] [data-animate]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-animate][data-animate][data-animate-easing=ease],body[data-animate-easing=ease] [data-animate]{transition-timing-function:ease}[data-animate][data-animate][data-animate-easing=ease-in],body[data-animate-easing=ease-in] [data-animate]{transition-timing-function:ease-in}[data-animate][data-animate][data-animate-easing=ease-out],body[data-animate-easing=ease-out] [data-animate]{transition-timing-function:ease-out}[data-animate][data-animate][data-animate-easing=ease-in-out],body[data-animate-easing=ease-in-out] [data-animate]{transition-timing-function:ease-in-out}[data-animate][data-animate][data-animate-easing=ease-in-back],body[data-animate-easing=ease-in-back] [data-animate]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-animate][data-animate][data-animate-easing=ease-out-back],body[data-animate-easing=ease-out-back] [data-animate]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-animate][data-animate][data-animate-easing=ease-in-out-back],body[data-animate-easing=ease-in-out-back] [data-animate]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-animate][data-animate][data-animate-easing=ease-in-sine],body[data-animate-easing=ease-in-sine] [data-animate]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-animate][data-animate][data-animate-easing=ease-out-sine],body[data-animate-easing=ease-out-sine] [data-animate]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-animate][data-animate][data-animate-easing=ease-in-out-sine],body[data-animate-easing=ease-in-out-sine] [data-animate]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-animate][data-animate][data-animate-easing=ease-in-quad],body[data-animate-easing=ease-in-quad] [data-animate]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-animate][data-animate][data-animate-easing=ease-out-quad],body[data-animate-easing=ease-out-quad] [data-animate]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-animate][data-animate][data-animate-easing=ease-in-out-quad],body[data-animate-easing=ease-in-out-quad] [data-animate]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-animate][data-animate][data-animate-easing=ease-in-cubic],body[data-animate-easing=ease-in-cubic] [data-animate]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-animate][data-animate][data-animate-easing=ease-out-cubic],body[data-animate-easing=ease-out-cubic] [data-animate]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-animate][data-animate][data-animate-easing=ease-in-out-cubic],body[data-animate-easing=ease-in-out-cubic] [data-animate]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-animate][data-animate][data-animate-easing=ease-in-quart],body[data-animate-easing=ease-in-quart] [data-animate]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-animate][data-animate][data-animate-easing=ease-out-quart],body[data-animate-easing=ease-out-quart] [data-animate]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-animate][data-animate][data-animate-easing=ease-in-out-quart],body[data-animate-easing=ease-in-out-quart] [data-animate]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-animate^=fade][data-animate^=fade]{opacity:0;transition-property:opacity,transform}[data-animate^=fade][data-animate^=fade].kmr-animate{opacity:1;transform:translateZ(0)}[data-animate=fade-up]{transform:translateY(100px)}[data-animate=fade-down]{transform:translateY(-100px)}[data-animate=fade-right]{transform:translate(-100px)}[data-animate=fade-left]{transform:translate(100px)}[data-animate=fade-up-right]{transform:translate(-100px,100px)}[data-animate=fade-up-left]{transform:translate(100px,100px)}[data-animate=fade-down-right]{transform:translate(-100px,-100px)}[data-animate=fade-down-left]{transform:translate(100px,-100px)}[data-animate^=zoom][data-animate^=zoom]{opacity:0;transition-property:opacity,transform}[data-animate^=zoom][data-animate^=zoom].kmr-animate{opacity:1;transform:translateZ(0)scale(1)}[data-animate=zoom-in]{transform:scale(.6)}[data-animate=zoom-in-up]{transform:translateY(100px)scale(.6)}[data-animate=zoom-in-down]{transform:translateY(-100px)scale(.6)}[data-animate=zoom-in-right]{transform:translate(-100px)scale(.6)}[data-animate=zoom-in-left]{transform:translate(100px)scale(.6)}[data-animate=zoom-out]{transform:scale(1.2)}[data-animate=zoom-out-up]{transform:translateY(100px)scale(1.2)}[data-animate=zoom-out-down]{transform:translateY(-100px)scale(1.2)}[data-animate=zoom-out-right]{transform:translate(-100px)scale(1.2)}[data-animate=zoom-out-left]{transform:translate(100px)scale(1.2)}[data-animate^=slide][data-animate^=slide]{transition-property:transform}[data-animate^=slide][data-animate^=slide].kmr-animate{transform:translateZ(0)}[data-animate=slide-up]{transform:translateY(100%)}[data-animate=slide-down]{transform:translateY(-100%)}[data-animate=slide-right]{transform:translate(-100%)}[data-animate=slide-left]{transform:translate(100%)}[data-animate^=flip][data-animate^=flip]{backface-visibility:hidden;transition-property:transform}[data-animate=flip-left]{transform:perspective(2500px)rotateY(-100deg)}[data-animate=flip-left].kmr-animate{transform:perspective(2500px)rotateY(0)}[data-animate=flip-right]{transform:perspective(2500px)rotateY(100deg)}[data-animate=flip-right].kmr-animate{transform:perspective(2500px)rotateY(0)}[data-animate=flip-up]{transform:perspective(2500px)rotateX(-100deg)}[data-animate=flip-up].kmr-animate{transform:perspective(2500px)rotateX(0)}[data-animate=flip-down]{transform:perspective(2500px)rotateX(100deg)}[data-animate=flip-down].kmr-animate{transform:perspective(2500px)rotateX(0)}}
@font-face{font-family:Roobert;src:url(../media/Roobert-Regular.7d9dd2fd.woff2)format("woff2"),url(../media/Roobert-Regular.1c6eebdf.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(../media/Roobert-Medium.bcc6de43.woff2)format("woff2"),url(../media/Roobert-Medium.16adf091.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(../media/Roobert-SemiBold.caa43a7f.woff2)format("woff2"),url(../media/Roobert-SemiBold.0676388b.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}
