:root{color-scheme:dark light;--brandColorGlobal: #adff45;--brandColor: #adff45;--brandColorR: 173, 255, 69;--brandColor2: #d9d9d9;--inputBG: 217, 217, 217;--brandRed: #dc3232;--brandYellow: #ffb900;--white: #fff;--whiteR: 255, 255, 255;--black: #000;--blackR: 0, 0, 0;--bgColor: #232325;--bgColorR: 35, 35, 37;--text: #fff;--fontFamily: "Euclid Square", "DIN Next Arabic", sans-serif;--fontSize: 1rem;--ease: cubic-bezier(.23, .48, .26, .94);--elastic: cubic-bezier(.47, 1.64, .38, .87);--inputBG: #2e2e30;--gfs: 30;--gap: 1.5rem;--sectionPadding: 15vh}@media screen and (min-width: 1600px){:root{--sectionPadding: 8rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){:root{--sectionPadding: 14vh}}@media only screen and (max-width: 1024px){:root{--sectionPadding: 6rem}}@media only screen and (max-width: 980px){:root{--sectionPadding: 70px;--gap: 1.2rem}}@media only screen and (max-width: 767px){:root{--sectionPadding: 50px;--gap: 1rem}}.theme-dark{color-scheme:dark;--bgColor: #232325;--bgColorR: 35, 35, 37;--text: #fff;--textR: 255, 255, 255;--brandColor: #adff45;--inputBG: 217, 217, 217}.theme-light{color-scheme:light;--brandColor: #000;--brandColor2: #adff45;--bgColor: #fff;--bgColorR: 255, 255, 255;--text: #000;--textR: 0, 0, 0;--white: #000;--whiteR: 0, 0, 0;--black: #fff;--blackR: 255, 255, 255;--inputBG: 0, 0, 0}.inner_page header .navWrapper:before{display:none}.breadcrumbWrap{position:relative;transform:translateY(1.5rem);opacity:0;width:100%;z-index:15}.breadcrumbWrap ul{padding:0;margin:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.breadcrumbWrap ul li{--shapeGap: .6rem;position:relative;font-weight:100;display:grid;gap:var(--shapeGap);padding-inline-end:var(--shapeGap);grid-template-columns:auto 10px;align-items:center;font-size:calc(27 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.breadcrumbWrap ul li{font-size:18px}}@media only screen and (max-width: 767px){.breadcrumbWrap ul li{font-size:calc(24 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.breadcrumbWrap ul li{grid-template-columns:auto 9px;--shapeGap: .5rem}}@media only screen and (max-width: 767px){.breadcrumbWrap ul li{padding-inline-end:.5rem}}.breadcrumbWrap ul li:last-child{padding-inline-end:0}.breadcrumbWrap ul li:after{content:"/";position:relative;width:100%;aspect-ratio:1}.breadcrumbWrap ul li:last-child:after{display:none}.breadcrumbWrap ul li.current{max-width:220px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;color:var(--brandColor)}@media only screen and (max-width: 767px){.breadcrumbWrap ul li.current{max-width:130px}}.breadcrumbWrap a{max-width:220px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;transition:transform .3s ease-in-out}@media only screen and (max-width: 767px){.breadcrumbWrap a{max-width:130px}}.breadcrumbWrap a:hover{transform:scale(1.05)}.theme-light .breadcrumbWrap ul li.current{font-weight:500}.dom_loaded .breadcrumbWrap{transform:none;opacity:1;transition:transform 1.4s var(--elastic) 1s,opacity 1.4s var(--elastic) 1s}.pageBanner{position:relative;padding-top:var(--header-height)}.pageBanner .container{position:relative;min-height:25vh;display:flex;gap:1.2rem;flex-direction:column;justify-content:flex-end;padding-bottom:2rem}@media only screen and (min-width: 1600px){.pageBanner .container{min-height:22ch}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.pageBanner .container{gap:.8rem}}@media only screen and (max-width: 1024px){.pageBanner .container{min-height:220px}}@media only screen and (max-width: 980px){.pageBanner .container{min-height:200px;gap:.7rem;padding-bottom:1.5rem}}@media only screen and (max-width: 767px){.pageBanner .container{padding-bottom:1rem;gap:.5rem;min-height:160px}}.pageBanner .container:before{content:"";position:absolute;left:15px;bottom:0;width:calc(100% - 30px);height:1px;background:rgba(var(--whiteR),.2)}.pageBanner .titleBox{display:flex;justify-content:center;position:relative;z-index:10}.pageBanner h1{margin:0;color:var(--white);text-align:center;font-size:calc(100 / var(--gfs) * 1rem);line-height:120%;font-weight:100}@media only screen and (min-width: 1600px){.pageBanner h1{font-size:calc(110 / var(--gfs) * 1rem);font-size:55px}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.pageBanner h1{font-size:calc(95 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.pageBanner h1{font-size:calc(85 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.pageBanner h1{font-size:calc(75 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.pageBanner h1{font-size:calc(60 / var(--gfs) * 1rem)}}[dir=rtl] .pageBanner h1{line-height:145%}.pageBanner h1 span{display:inline-block;transform:translateY(3rem);clip-path:polygon(0 0,100% 0,100% 0,0 0)}.dom_loaded .pageBanner h1 span{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)!important;transform:translateY(0);transition:transform 1.4s var(--elastic),clip-path 1.4s var(--elastic)}.dom_loaded .pageBanner h1 span:nth-child(1){transition-delay:.7s}.dom_loaded .pageBanner h1 span:nth-child(2){transition-delay:1.4s}.dom_loaded .pageBanner h1 span:nth-child(3){transition-delay:2.1s}.dom_loaded .pageBanner h1 span:nth-child(4){transition-delay:2.8s}.dom_loaded .pageBanner h1 span:nth-child(5){transition-delay:3.5s}.pageSection{padding-top:var(--sectionPadding);position:relative;z-index:10}.pageSection.firstSection{padding-top:calc(var(--header-height) + 2rem)}.pageSection .bg{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5;filter:grayscale(1)}.pageSection .bg picture,.pageSection .bg img{width:100%;height:100%;object-fit:cover}.pageSection .bg:after{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:linear-gradient(to bottom,var(--bgColor) 0%,rgba(0,0,0,0) 100%);z-index:1;bottom:0}.pageSection .bg:before{content:"";position:absolute;width:100%;height:100%;inset-inline-start:0;background:linear-gradient(to top,var(--bgColor) 0%,rgba(0,0,0,0) 100%);z-index:1;bottom:0}.pageSection:last-child{padding-bottom:var(--sectionPadding)}.pageSection .paItem{height:auto}.pageSection .paItem .inner{display:flex;flex-direction:column;background:rgba(var(--whiteR),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;--leftOff: 5rem;--topOff: 5rem;padding-inline:1.5rem;padding-block:7rem;clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}[dir=rtl] .pageSection .paItem .inner{clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}@media only screen and (min-width: 1600px){.pageSection .paItem .inner{padding-inline:1rem;padding-block:5.5rem}}@media only screen and (max-width: 1024px){.pageSection .paItem .inner{padding-inline:1rem;padding-block:6rem}}@media only screen and (max-width: 980px){.pageSection .paItem .inner{--leftOff: 3.5rem;--topOff: 3.5rem;padding-block:5rem}}@media only screen and (max-width: 767px){.pageSection .paItem .inner{--leftOff: 1.5rem;--topOff: 1.5rem;padding-block:3.5rem}}@media only screen and (min-width: 1025px){.pageSection .paItem .inner:hover .imgBox img{transform:scale(1.2)}}.pageSection .paItem .imgBox{background:transparent;display:flex;align-items:center;justify-content:center}.pageSection .paItem .imgBox picture{width:60%;height:auto}@media only screen and (max-width: 767px){.pageSection .paItem .imgBox picture{width:80%}}.pageSection .paItem .imgBox img{aspect-ratio:3/1.2;object-fit:contain;transition:all .5s var(--elastic)}.gridListing{display:grid;gap:calc(var(--gap) + .5rem)}@media only screen and (min-width: 1600px){.gridListing{gap:calc(var(--gap))}}@media only screen and (max-width: 980px){.gridListing{gap:calc(var(--gap))}}.gridListing.col2{grid-template-columns:repeat(2,1fr)}@media only screen and (min-width: 1600px){.gridListing.col2{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 1024px){.gridListing.col2{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.gridListing.col2{grid-template-columns:100%}}.gridListing.col3{grid-template-columns:repeat(3,1fr)}@media only screen and (min-width: 1600px){.gridListing.col3{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 1024px){.gridListing.col3{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.gridListing.col3{grid-template-columns:100%}}.gridListing.col4{grid-template-columns:repeat(4,1fr);gap:1.5rem}@media only screen and (max-width: 1024px){.gridListing.col4{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.gridListing.col4{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.gridListing.col4{grid-template-columns:100%}}.soItem .inner{background:rgba(var(--whiteR),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);--leftOff: 5rem;--topOff: 5rem;padding-inline:1.5rem;padding-block:3rem 2.5rem;clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}[dir=rtl] .soItem .inner{clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}@media only screen and (min-width: 1600px){.soItem .inner{padding-inline:1.2rem;padding-block:3rem 2rem}}@media only screen and (max-width: 980px){.soItem .inner{--leftOff: 3.5rem;--topOff: 3.5rem;padding-block:2rem 1.5rem}}@media only screen and (max-width: 767px){.soItem .inner{padding-block:2rem 1.8rem}}.bgGlow{position:fixed;left:0;top:0;width:100%;height:100vh;pointer-events:none;z-index:-1}.bgGlow:before{content:"";position:absolute;width:30vw;aspect-ratio:1;background:var(--brandColor2);pointer-events:none;filter:blur(10rem);border-radius:50%;top:0;transform:translateY(-50%);opacity:.3;right:-15vw}[dir=rtl] .bgGlow:before{right:auto;left:-15vw}@media only screen and (max-width: 1024px){.bgGlow:before{width:50vw;right:-25vw}[dir=rtl] .bgGlow:before{right:auto;left:-25vw}}@media only screen and (max-width: 767px){.bgGlow:before{width:70vw;right:-35vw}[dir=rtl] .bgGlow:before{right:auto;left:-35vw}}.bgGlow:after{content:"";position:absolute;width:30vw;aspect-ratio:1;background:var(--brandColor);pointer-events:none;filter:blur(10rem);border-radius:50%;bottom:0;transform:translateY(50%);opacity:.3;background:var(--brandColorGlobal);left:-15vw}[dir=rtl] .bgGlow:after{left:auto;right:-15vw}@media only screen and (max-width: 1024px){.bgGlow:after{width:50vw;left:-25vw}[dir=rtl] .bgGlow:after{left:auto;right:-25vw}}@media only screen and (max-width: 767px){.bgGlow:after{width:70vw;left:-35vw}[dir=rtl] .bgGlow:after{left:auto;right:-35vw}}.infoGrid{display:grid;align-items:flex-start;grid-template-columns:60% 1fr;gap:7vw}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.infoGrid{gap:5vw}}@media only screen and (max-width: 1024px){.infoGrid{grid-template-columns:1fr auto;gap:4rem}}@media only screen and (max-width: 980px){.infoGrid{gap:3rem}}@media only screen and (max-width: 767px){.infoGrid{grid-template-columns:100%;gap:1.5rem}}.infoGrid.style1{grid-template-columns:55% 1fr;gap:4rem}@media only screen and (min-width: 1600px){.infoGrid.style1{grid-template-columns:60% 1fr;gap:5rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.infoGrid.style1{grid-template-columns:60% 1fr}}@media only screen and (max-width: 1024px){.infoGrid.style1{grid-template-columns:60% 1fr;gap:2rem}}@media only screen and (max-width: 980px){.infoGrid.style1{grid-template-columns:100%}.infoGrid.style1 .contnetBox{order:2}}@media only screen and (max-width: 767px){.infoGrid.style1{gap:1.2rem}}.infoGrid.style2{grid-template-columns:1fr}.infoGrid.style2 .textBox{column-count:2;column-gap:2rem;column-fill:balance;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width: 767px){.infoGrid.style2 .textBox{column-count:1}}@media only screen and (max-width: 767px){.infoGrid .contnetBox{order:2}}.infoGrid .imgBox{--leftOff: 3.5rem;--topOff: 3.5rem}@media screen and (min-width: 1600px){.infoGrid .imgBox{--leftOff: 4.5rem;--topOff: 4.5rem}}@media only screen and (max-width: 980px){.infoGrid .imgBox{--leftOff: 3.5rem;--topOff: 3.5rem}}@media only screen and (max-width: 767px){.infoGrid .imgBox{--leftOff: 2.5rem;--topOff: 2.5rem}}.infoGrid .imgBox.productImg{position:relative;padding-top:90%;background:transparent}@media only screen and (max-width: 1024px){.infoGrid .imgBox.productImg{padding-top:75%}}.infoGrid .imgBox.productImg picture{width:90%;left:5%;top:50%;transform:translateY(-50%);height:auto;aspect-ratio:3/1.15;transition:all .4s var(--ease)}.infoGrid .imgBox.productImg picture:after{content:"";position:absolute;left:10%;bottom:-35%;width:80%;aspect-ratio:3/1.15;background:#000;filter:blur(20px);z-index:-1;border-radius:50%;opacity:.3;transform:scaleY(.6)}.infoGrid .imgBox.productImg picture:before{content:"";position:absolute;width:70%;left:50%;top:50%;transform:translateY(-50%) translate(-50%) scale(0);aspect-ratio:1;background:var(--brandColorGlobal);border-radius:50%;filter:blur(4rem);opacity:.2;z-index:-2;transition:all .4s var(--ease)}.infoGrid .imgBox.productImg img{object-fit:contain;transition:all .4s var(--ease)}.infoGrid .imgBox:not(.iconBox){clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}@media only screen and (min-width: 981px){.infoGrid .imgBox:not(.iconBox){position:sticky;top:var(--header-height)}}[dir=rtl] .infoGrid .imgBox:not(.iconBox){clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}.infoGrid .imgBox.iconBox{position:relative;background:transparent;width:100%;display:flex;align-items:center;justify-content:center;padding-top:5rem}@media only screen and (max-width: 1024px){.infoGrid .imgBox.iconBox{width:calc(70px + 6.4rem)}}@media only screen and (max-width: 980px){.infoGrid .imgBox.iconBox{width:calc(50px + 5rem)}}@media only screen and (max-width: 767px){.infoGrid .imgBox.iconBox{aspect-ratio:1;padding-top:0}}.infoGrid .imgBox.iconBox picture{width:25%;position:relative;max-width:90px}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.infoGrid .imgBox.iconBox picture{width:16%}}@media only screen and (max-width: 1024px){.infoGrid .imgBox.iconBox picture{width:70px}}@media only screen and (max-width: 980px){.infoGrid .imgBox.iconBox picture{width:50px}}.infoGrid .imgBox.iconBox picture:after,.infoGrid .imgBox.iconBox picture:before{content:"";position:absolute;background:var(--white);border-radius:50%;z-index:-1;opacity:.05;transition:all .5s var(--elastic)}.infoGrid .imgBox.iconBox picture:before{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem;transition-delay:.1s}@media only screen and (max-width: 980px){.infoGrid .imgBox.iconBox picture:before{top:-1.8rem;right:-1.8rem;bottom:-1.8rem;left:-1.8rem}}.infoGrid .imgBox.iconBox picture:after{top:-3.2rem;right:-3.2rem;bottom:-3.2rem;left:-3.2rem;transition-delay:.2s}@media only screen and (max-width: 980px){.infoGrid .imgBox.iconBox picture:after{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}}.infoGrid .imgBox.iconBox img{aspect-ratio:1;object-fit:contain;transition:all .5s var(--elastic)}.theme-light .infoGrid .imgBox.iconBox img{filter:invert(1) saturate(.2)}.dom_loaded .inView .infoGrid .imgBox:not(.iconBox){opacity:.7}.solutionInfoList{display:grid;gap:calc(var(--gap) + .5rem);grid-template-columns:repeat(3,1fr)}@media only screen and (min-width: 1600px){.solutionInfoList{gap:calc(var(--gap))}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.solutionInfoList{gap:calc(var(--gap))}}@media only screen and (max-width: 1024px){.solutionInfoList{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 980px){.solutionInfoList{gap:calc(var(--gap));grid-template-columns:100%}}.sInItem{height:100%}.sInItem .inner{background:rgba(var(--whiteR),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);--leftOff: 5rem;--topOff: 5rem;padding-inline:1.5rem;padding-block:3rem 2.5rem;height:100%;clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}[dir=rtl] .sInItem .inner{clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}@media only screen and (min-width: 1600px){.sInItem .inner{padding-inline:2rem;padding-block:4rem 3rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.sInItem .inner{padding-block:2.5rem 1.8rem}}@media only screen and (max-width: 980px){.sInItem .inner{--leftOff: 3.5rem;--topOff: 3.5rem;padding-block:2rem 1.5rem}}@media only screen and (max-width: 767px){.sInItem .inner{padding-block:2rem 1.8rem}}.sInItem .title{font-size:calc(32 / var(--gfs) * 1rem);font-weight:400;line-height:150%;text-transform:uppercase;margin-bottom:1rem;padding-inline-end:10%}@media only screen and (min-width: 1600px){.sInItem .title{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.sInItem .title{font-size:calc(31 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.sInItem .title{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.sInItem .title{font-size:calc(32 / var(--gfs) * 1rem)}}.relatedList{display:grid;gap:calc(var(--gap) + .5rem);grid-template-columns:repeat(3,1fr)}@media only screen and (min-width: 1600px){.relatedList{gap:calc(var(--gap))}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.relatedList{gap:calc(var(--gap))}}@media only screen and (max-width: 1024px){.relatedList{gap:1rem}}@media only screen and (max-width: 980px){.relatedList{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.relatedList{gap:calc(var(--gap));grid-template-columns:100%}}.relatedList.style-2{grid-template-columns:repeat(2,1fr);gap:calc(var(--gap) + 2.5rem)}@media only screen and (max-width: 767px){.relatedList.style-2{grid-template-columns:repeat(1,1fr)}}.relatedList.style-3{margin-top:var(--gap);grid-template-columns:repeat(4,1fr)}@media only screen and (max-width: 767px){.relatedList.style-3{grid-template-columns:repeat(1,1fr)}}.relatedList.style-3.col-3{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width: 767px){.relatedList.style-3.col-3{grid-template-columns:repeat(1,1fr)}}.relatedList.style-3 .contentBox{height:100%;display:flex;flex-direction:column}.relatedList.style-3 .contentBox .textBox{flex:1;display:flex;flex-direction:column}.relatedList.style-3 .contentBox .textBox .icon{flex:1}.relatedList.style-3 .two-col{display:flex;flex-direction:column;gap:2rem}.relatedList.style-3 .reItem .inner{grid-template-columns:100%;clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}.relatedList.style-3 .reItem .inner .title{font-size:calc(29 / var(--gfs) * 1.5rem);margin-top:1.5rem;margin-bottom:1.5rem}.relatedList.style-3 .reItem .inner .icon{display:flex;justify-content:center;align-items:center;margin:2rem 0}.relatedList.style-3 .footerText,.relatedList.style-3 .cBrabd{color:var(--brandColor)}.newsTitleWrap{margin-bottom:calc(var(--gap) + .5rem)}@media only screen and (max-width: 1024px){.newsTitleWrap{margin-bottom:var(--gap)}}.newsTitleWrap h4{font-size:28px;line-height:34px;font-weight:500;margin-top:0;margin-bottom:1rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.newsTitleWrap h4{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.newsTitleWrap h4{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.newsTitleWrap h4{font-size:calc(45 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.newsTitleWrap h4{font-size:calc(38 / var(--gfs) * 1rem)}}[dir=rtl] .newsTitleWrap h4{line-height:145%}@media only screen and (max-width: 767px){.newsTitleWrap h4{margin-bottom:.5rem}}.newsTitleWrap .dateBox{font-weight:400;color:var(--brandColor)}.complianceWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;padding-top:1rem}@media screen and (min-width: 1600px){.complianceWrap{gap:2rem}}@media only screen and (max-width: 1024px){.complianceWrap{gap:.8rem;padding-top:.5rem}}@media only screen and (max-width: 980px){.complianceWrap{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 767px){.complianceWrap{grid-template-columns:100%;gap:1.5rem}}.cmpItem{--leftOff: 4.5rem;--topOff: 4.5rem}@media screen and (min-width: 1600px){.cmpItem{--leftOff: 5rem;--topOff: 5rem}}@media only screen and (max-width: 1024px){.cmpItem{--leftOff: 3.5rem;--topOff: 3.5rem}}@media only screen and (max-width: 980px){.cmpItem{--leftOff: 3.5rem;--topOff: 3.5rem}}.cmpItem .inner{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 1024px){.cmpItem .inner{gap:.5rem}}.cmpItem .inner:hover .imgBox img{opacity:1;scale:1.15}.cmpItem .imgBox{position:relative;width:100%;padding-top:98%;clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}[dir=rtl] .cmpItem .imgBox{clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}.cmpItem .imgBox img{opacity:.7;transition:all .4s var(--ease)}.cmpItem .title{font-size:calc(32 / var(--gfs) * 1rem);text-transform:uppercase;line-height:150%}@media only screen and (min-width: 1600px){.cmpItem .title{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.cmpItem .title{font-size:calc(31 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.cmpItem .title{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.cmpItem .title{font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (min-width: 768px) and (max-width: 1024px){.cmpItem .title{font-size:calc(30 / var(--gfs) * 1rem)}}.productInfoWrap{margin-top:var(--gap);background:rgba(var(--whiteR),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);--leftOff: 5rem;--topOff: 5rem;padding:3rem;height:100%;clip-path:polygon(calc(100% - var(--topOff)) 0,100% var(--leftOff),100% 100%,0 100%,0 0)}[dir=rtl] .productInfoWrap{clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff))}@media only screen and (min-width: 1600px){.productInfoWrap{padding:4rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.productInfoWrap{padding:2.5rem}}@media only screen and (max-width: 980px){.productInfoWrap{--leftOff: 3.5rem;--topOff: 3.5rem;padding:2rem}}@media only screen and (max-width: 767px){.productInfoWrap{padding:1.5rem 1rem}}.productInfoWrap .title{font-weight:400;font-size:calc(45 / var(--gfs) * 1rem);color:var(--brandColor);margin-bottom:.5rem;margin-top:2.5rem}@media only screen and (min-width: 1600px){.productInfoWrap .title{font-size:calc(46 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.productInfoWrap .title{font-size:calc(40 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.productInfoWrap .title{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.productInfoWrap .title{font-size:calc(37 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.productInfoWrap .title{margin-top:1rem;margin-bottom:0}}.productInfoWrap .SpecialTitle,.productInfoWrap .c{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width: 767px){.productInfoWrap .SpecialTitle,.productInfoWrap .c{grid-template-columns:100%;gap:.2rem}}.productInfoWrap .SpecialTitle{margin-top:0}@media only screen and (max-width: 767px){.productInfoWrap .SpecialTitle{display:none}}.productInfoWrap .c{padding-bottom:1rem;border-bottom:1px solid rgba(var(--whiteR),.2)}@media only screen and (max-width: 767px){.productInfoWrap .t{color:var(--brandColor);opacity:.8}}.productInfoWrap .inner{display:grid;gap:1rem}@media only screen and (max-width: 767px){.theme-light .productInfoWrap .title{font-weight:500}.theme-light .productInfoWrap .t{font-weight:700;opacity:1}}.table-wrapper{overflow-x:auto}.table-wrapper table{width:100%;border-collapse:collapse}.table-wrapper table th{padding:15px;text-align:left;font-weight:600;text-transform:uppercase;font-size:14px;letter-spacing:.5px}.table-wrapper table th:nth-child(2),.table-wrapper table th:nth-child(4){background-color:rgba(var(--textR),.05)}.table-wrapper table tr{border-bottom:1px solid var(--bgColor);transition:background .3s ease;background:rgba(var(--whiteR),.1)}.table-wrapper table tbody tr:hover{background:var(--bgColor)}.table-wrapper table tbody tr:last-child{border-bottom:none}.table-wrapper table td{padding:15px}.table-wrapper table td:nth-child(2),.table-wrapper table td:nth-child(4){background-color:rgba(var(--textR),.05)}.table-wrapper table td .icon .icon-dash{width:1rem;height:2px;background-color:var(--white);display:inline-flex;margin:0 .5rem}@media (max-width: 768px){.table-wrapper table .table-wrapper{padding:10px}.table-wrapper table table{min-width:auto}.table-wrapper table thead{display:none}.table-wrapper table tbody tr{display:block;margin-bottom:20px;border-radius:8px;overflow:hidden}.table-wrapper table td{display:flex;justify-content:space-between;padding:12px 15px}.table-wrapper table td:last-child{border-bottom:none}.table-wrapper table td:nth-child(1):before{display:none}.table-wrapper table td:before{content:attr(data-label);font-weight:600}}.locationSection .bg{opacity:.8}.locationSection .bg picture,.locationSection .bg img{object-fit:cover}.locationSection .titleGridWrap{display:flex;justify-content:space-between;gap:2rem}@media only screen and (max-width: 767px){.locationSection .titleGridWrap{flex-direction:column}}.locationSection .titleGridWrap .titleGrid{width:30%}@media only screen and (max-width: 767px){.locationSection .titleGridWrap .titleGrid{width:100%}}.locationSection .titleGridWrap .contact{display:flex;flex-direction:column;background:rgba(var(--whiteR),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:auto;height:auto;--leftOff: 2rem;--topOff: 2rem;padding:1.5rem 2rem;padding-inline-start:2.5rem;clip-path:polygon(var(--leftOff) 0,100% 0,100% 100%,0 100%,0 var(--topOff));justify-content:center}.locationSection .titleGridWrap .contact ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.locationSection .titleGridWrap .contact span:nth-child(2){color:var(--brandColor)}.locationSection .locationList{position:relative;height:80vh;max-height:600px}@media only screen and (max-width: 767px){.locationSection .locationList{height:auto}}@media only screen and (max-width: 767px){.locationSection .locationList .box{margin:2rem 0;display:flex;flex-direction:column;gap:3rem}}.locationSection .locationList .boxContent{position:absolute;display:flex;gap:1rem}@media only screen and (max-width: 767px){.locationSection .locationList .boxContent{position:static}}.locationSection .locationList .boxContent .details h3{margin-top:0;margin-bottom:.5rem}.locationSection .locationList .boxContent .details ul{list-style:none;padding:0;margin:0}.locationSection .locationList .boxContent:nth-child(1){inset-inline-start:44%;top:20%}.locationSection .locationList .boxContent:nth-child(2){inset-inline-start:30%;top:50%;text-align:end;flex-direction:row-reverse}@media only screen and (max-width: 767px){.locationSection .locationList .boxContent:nth-child(2){text-align:start;flex-direction:row}}.locationSection .locationList .boxContent:nth-child(3){inset-inline-start:65%;top:45%}.downloadSection .swiper-slide{display:flex;flex-direction:column}.supportPage .bgGlow{z-index:19}.theme-light .relatedList.style-2 .reItem .inner svg,.theme-light .table-wrapper table tr svg,.theme-light .relatedList.style-3 .reItem .inner .icon svg,.theme-light .pageSection .paItem .imgBox img{filter:invert(1) saturate(.2)}.partners-details h3{text-decoration:underline;font-size:1.3rem}.partners-details .two-list-col ul{column-count:2;column-gap:2rem;column-fill:balance;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width: 767px){.partners-details .two-list-col ul{column-count:1}}.partners-standards{display:flex;flex-direction:column;gap:4rem}.partners-standards h3{text-decoration:underline}.partners-standards h4{color:var(--brandColor);margin:0}.partners-standards .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media only screen and (max-width: 767px){.partners-standards .grid-2{grid-template-columns:100%}}.partners-table table{border-spacing:0}.partners-table table tr{position:relative;vertical-align:top}@media (max-width: 768px){.partners-table table tr{display:block;margin-bottom:20px;border-radius:8px;overflow:hidden}.partners-table table tr:first-child{display:none}}.partners-table table tr:after{position:absolute;width:100%;height:100%;content:"";top:0;left:0;background-color:var(--white);opacity:.02}.partners-table table tr:first-child{vertical-align:middle}.partners-table table tr:first-child:after{opacity:.08}.partners-table table tr td:nth-child(1){width:20%}@media (max-width: 768px){.partners-table table tr td:nth-child(1){width:100%}}.partners-table table tr td:nth-child(2){width:50%}@media (max-width: 768px){.partners-table table tr td:nth-child(2){width:100%}}.partners-table table th{font-weight:100;text-transform:uppercase}.partners-table table th,.partners-table table td{text-align:start;padding:1.5rem 1rem;position:relative}.partners-table table th:after,.partners-table table td:after{position:absolute;width:1px;height:100%;content:"";top:0;left:0;background-color:var(--white);opacity:.05}@media (max-width: 768px){.partners-table table th,.partners-table table td{display:flex;justify-content:space-between;padding:12px 15px;flex-direction:column}.partners-table table th:before,.partners-table table td:before{content:attr(data-label);font-weight:600;margin-bottom:.5rem;margin-top:1.5rem;text-transform:uppercase}}.partners-table table th p:nth-child(1),.partners-table table td p:nth-child(1){padding-top:0;margin-top:0}.partners-table table tr:last-child td{padding-bottom:4rem}@media (max-width: 768px){.partners-table table tr:last-child td{padding-bottom:1rem}}.buttonSection .buttonWrap{display:flex;justify-content:center}.hidden{display:none}.elementor-editor-active .hidden{opacity:.5;display:inline-block}.collaborationWrap{display:grid;grid-template-columns:34% 1fr;gap:calc(var(--gap) + 1.5rem)}@media only screen and (min-width: 1600px){.collaborationWrap{grid-template-columns:30% 1fr}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.collaborationWrap{gap:calc(var(--gap) + .5rem)}}@media only screen and (max-width: 1024px){.collaborationWrap{gap:calc(var(--gap) + .5rem)}}@media only screen and (max-width: 980px){.collaborationWrap{grid-template-columns:100%;gap:3rem}}@media only screen and (max-width: 767px){.collaborationWrap{gap:1.5rem}}.collaborationWrap .imgBox{position:relative;width:100%;overflow:hidden}@media only screen and (max-width: 980px){.collaborationWrap .imgBox{aspect-ratio:1}}.collaborationWrap .imgBox img{height:100%!important}@media only screen and (max-width: 980px){.collaborationWrap .imgBox img{object-position:top}}.contactForm div[class^=sectionTitle]{margin-bottom:3rem}@media only screen and (max-width: 1024px){.contactForm div[class^=sectionTitle]{margin-bottom:2rem}}
