:root{--brandColor: #c74933;--brandColorR: 199, 73, 51;--brandColor2: #e8c190;--brandColor2R: 232, 193, 144;--brandColor3: #f9f5eb;--brandColor3R: 249, 245, 235;--brandGray: #485468;--brandGrayR: 72, 84, 104;--inputBG: 245, 245, 245;--brandRed: #c74933;--white: #fff;--whiteR: 255, 255, 255;--black: #000;--blackR: 0, 0, 0;--bgColor: #f7f7f7;--bgColorR: 255, 255, 255;--text: #101820;--fontFamily: "Manrope", sans-serif;--fontSize: 1rem;--ease: cubic-bezier(.23, .48, .26, .94);--elastic: cubic-bezier(.47, 1.64, .38, .87);--gfs: 32;--gap: 1.5rem;--gapBig: 4rem;interpolate-size:allow-keywords}@media only screen and (min-width: 1600px){:root{--gapBig: 5vw}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){:root{--gapBig: 3rem}}@media only screen and (max-width: 1024px){:root{--gapBig: 2.5rem}}@media only screen and (max-width: 980px){:root{--gap: 1.2rem;--gapBig: 1.5rem}}@media only screen and (max-width: 767px){:root{--gap: 1rem;--gapBig: 1.2rem}}.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;justify-content:center;flex-wrap:wrap}.breadcrumbWrap ul li{--shapeGap: 1rem;position:relative;font-weight:500;display:grid;gap:var(--shapeGap);padding-inline-end:var(--shapeGap);grid-template-columns:auto 6px;align-items:center;font-size:calc(26 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.breadcrumbWrap ul li{font-size:calc(27 / var(--gfs) * 1rem)}}@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 5px;--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;border-radius:50%;background:var(--white);transform:scale(1)}[dir=rtl] .breadcrumbWrap ul li:after{transform:scaleX(-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(--white)}@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,opacity .3s ease-in-out;color:var(--white);opacity:.5}@media only screen and (max-width: 767px){.breadcrumbWrap a{max-width:130px}}.breadcrumbWrap a:hover{opacity:1;transform:scale(1.05)}.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);color:var(--white)}.pageBanner .bgImg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pageBanner .bgImg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(112deg,rgba(1,152,132,.4) 10.11%,rgba(199,73,51,.4) 94.82%),rgba(0,0,0,.3)}.pageBanner .container{position:relative;min-height:50vh;display:flex;gap:1.2rem;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding-bottom:10vh}@media only screen and (min-width: 1921px){.pageBanner .container{min-height:35ch}}@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:35ch;padding-bottom:4rem}}@media only screen and (max-width: 980px){.pageBanner .container{min-height:28ch;gap:.7rem;padding-bottom:2.5rem}}@media only screen and (max-width: 767px){.pageBanner .container{padding-bottom:1rem;gap:.5rem;min-height:22ch}}.pageBanner .container:before{content:"";position:absolute;left:15px;bottom:0;width:calc(100% - 30px);height:1px;background:rgba(var(--brandGrayR),.2)}.pageBanner .titleBox{display:flex;position:relative;z-index:10}.pageBanner h1{margin:0;text-align:center;font-size:4.5vw;font-weight:700;line-height:115%}[dir=rtl] .pageBanner h1{line-height:145%}@media screen and (min-width: 1600px){.pageBanner h1{font-size:4vw}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.pageBanner h1{font-size:4.2vw}}@media only screen and (max-width: 1024px){.pageBanner h1{font-size:5.5vw}}@media only screen and (max-width: 980px){.pageBanner h1{font-size:6.2vw}}@media only screen and (max-width: 767px){.pageBanner h1{font-size:9.5vw}}.pageBanner h1 span{display:inline-block;transform:translateY(3rem);opacity:0}.dom_loaded .pageBanner h1 span{opacity:1;transform:translateY(0);transition:transform 1.4s var(--elastic),opacity 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:13vh 0;position:relative;z-index:10}@media only screen and (min-width: 1600px){.pageSection{padding:7.5rem 0}}@media only screen and (max-width: 1024px){.pageSection{padding:5vh 0}}@media only screen and (max-width: 980px){.pageSection{padding:70px 0}}@media only screen and (max-width: 767px){.pageSection{padding:50px 0}}.aboutwrap{display:grid;align-items:start;grid-template-columns:1fr calc(50% - var(--gapBig));gap:var(--gapBig)}@media only screen and (max-width: 1024px){.aboutwrap{grid-template-columns:1fr calc(45% - var(--gapBig))}}@media only screen and (max-width: 980px){.aboutwrap{grid-template-columns:100%}}.aboutwrap.v2{display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width: 980px){.aboutwrap.v2{gap:2.5rem;align-items:start}}.aboutwrap.v2 .contentBox{flex:1}@media only screen and (max-width: 767px){.aboutwrap.v2 .contentBox{width:100%;flex:inherit}}.aboutwrap.v2 .imgBox{width:35%}@media only screen and (min-width: 1600px){.aboutwrap.v2 .imgBox{width:30%}}@media only screen and (max-width: 980px){.aboutwrap.v2 .imgBox{width:28%}}@media only screen and (max-width: 767px){.aboutwrap.v2 .imgBox{width:100%}}.aboutwrap.v2 div[class^=sectionTitle]{padding-bottom:1rem;position:relative;display:flex;align-items:start}.aboutwrap.v2 div[class^=sectionTitle]>*:before{content:"";position:absolute;left:0rem;bottom:0;width:100px;height:2px;background:var(--brandColor);max-width:100%}[dir=rtl] .aboutwrap.v2 div[class^=sectionTitle]>*:before{left:auto;right:0rem}@media only screen and (max-width: 980px){.aboutwrap .contentBox{order:2}}@media only screen and (min-width: 981px){.aboutwrap .imgBox{position:sticky!important;top:var(--header-height)}}.aboutwrap .imgBox.shapeIn:after{content:"";position:absolute;left:-1rem;bottom:-1rem;width:25%;aspect-ratio:1;border-radius:10px;background:var(--brandColor);opacity:.4;z-index:-1}[dir=rtl] .aboutwrap .imgBox.shapeIn:after{left:auto;right:-1rem}@media only screen and (max-width: 767px){.aboutwrap .imgBox.shapeIn:after{left:-.6rem;bottom:-.6rem}[dir=rtl] .aboutwrap .imgBox.shapeIn:after{left:auto;right:-.6rem}}@media only screen and (max-width: 980px){.aboutwrap .imgBox{order:1}}.aboutwrap .imgBox.twoImages{position:relative;padding-inline-start:10%;padding-bottom:10%}.aboutwrap .imgBox img{border-radius:10px}.aboutwrap .imgBox picture{position:relative;border-radius:10px;overflow:hidden}.aboutwrap .imgBox picture:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--blackR),.1)}.aboutwrap .imgBox .smallImg{--rd: 5px;position:absolute;bottom:0;left:0;width:45%;z-index:10;border:.8rem solid var(--bgColor);border-radius:calc(var(--rd) + 5px);background:var(--bgColor)}[dir=rtl] .aboutwrap .imgBox .smallImg{left:auto;right:0}@media only screen and (max-width: 1024px){.aboutwrap .imgBox .smallImg{border-width:.5rem}}@media only screen and (max-width: 980px){.aboutwrap .imgBox .smallImg{border-width:1rem}}@media only screen and (max-width: 767px){.aboutwrap .imgBox .smallImg{border-width:.5rem}}.aboutwrap .imgBox .smallImg img{border-radius:var(--rd)}.bgColorSection{background:rgba(217,217,217,.5)}.bgColorSection .aboutwrap.v2 .imgBox{order:1}.bgColorSection .aboutwrap.v2 .imgBox.shapeIn:after{left:auto;right:-1rem}[dir=rtl] .bgColorSection .aboutwrap.v2 .imgBox.shapeIn:after{left:auto;right:auto}[dir=rtl] .bgColorSection .aboutwrap.v2 .imgBox.shapeIn:after{right:auto;left:-1rem}@media only screen and (max-width: 767px){.bgColorSection .aboutwrap.v2 .imgBox.shapeIn:after{right:-.6rem}[dir=rtl] .bgColorSection .aboutwrap.v2 .imgBox.shapeIn:after{right:auto;left:-.6rem}}.bgColorSection .aboutwrap.v2 .contentBox{order:2}.serviceList{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 1rem;margin-top:3rem}@media only screen and (min-width: 1600px){.serviceList{grid-template-columns:repeat(5,1fr)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.serviceList{gap:2rem .8rem}}@media only screen and (max-width: 1024px){.serviceList{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.serviceList{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.serviceList{gap:1rem;grid-template-columns:100%}.serviceList .sItem .inner:before{border:1px solid rgba(var(--blackR),.1)}}.messageSection{position:relative;background:#ebebeb}.messageSection .inner{padding-inline-start:18%}@media only screen and (max-width: 980px){.messageSection .inner{padding-inline-start:0}}.messageSection .popBg{position:absolute;left:0;top:0;height:100%;display:flex;pointer-events:none}@media only screen and (min-width: 981px){.messageSection .popBg{width:25%}}@media only screen and (max-width: 980px){.messageSection .popBg{overflow:hidden;width:100%}}.messageSection .popBg img{width:auto;height:100%;object-fit:cover;object-position:left;opacity:.2}@media only screen and (max-width: 980px){.messageSection .popBg img{opacity:.1}}.messageSection .popBg:after{content:"";position:absolute;left:0;bottom:0;width:80vw;height:15%;background:linear-gradient(0deg,#ebebeb 0%,transparent 100%)}.messageSection .textBox{max-height:50vh;overflow-y:auto}@media only screen and (max-width: 1024px){.messageSection .textBox{max-height:30vh}}@media only screen and (max-width: 767px){.messageSection .textBox{max-height:62vh}}.messageSection .decBox{position:relative;display:grid;gap:.2rem;margin-top:1.5rem}.messageSection .name{font-size:calc(42 / var(--gfs) * 1rem);font-weight:700}@media only screen and (min-width: 1600px){.messageSection .name{font-size:calc(44 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.messageSection .name{font-size:calc(39 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.messageSection .name{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.messageSection .name{font-size:calc(33 / var(--gfs) * 1rem)}}.messageSection .dec{font-size:calc(26 / var(--gfs) * 1rem);font-weight:500}@media only screen and (min-width: 1600px){.messageSection .dec{font-size:calc(27 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.messageSection .dec{font-size:calc(24 / var(--gfs) * 1rem)}}
