@charset "UTF-8";: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}}.homeSection{padding:13vh 0;position:relative;z-index:10;overflow:hidden}@media only screen and (min-width: 1600px){.homeSection{padding:7.5rem 0}}@media only screen and (max-width: 1024px){.homeSection{padding:5vh 0}}@media only screen and (max-width: 980px){.homeSection{padding:70px 0}}@media only screen and (max-width: 767px){.homeSection{padding:50px 0}}main{overflow:hidden}.homeBanner{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:end;padding-bottom:2vh;color:var(--white)}@media only screen and (max-width: 1024px){.homeBanner{min-height:55svh;padding-bottom:2rem}}@media only screen and (max-width: 980px){.homeBanner{min-height:75svh}}@media only screen and (max-width: 767px){.homeBanner{min-height:100svh;padding-bottom:1.5rem}}.homeBanner .swiper-pagination{justify-content:center}.homeBanner h2{margin:0;font-weight:400;letter-spacing:1px;font-size:calc(33 / var(--gfs) * 1rem);transform:rotate(-5deg) rotateX(10deg) translateY(80px) translateZ(0) skew(20deg);opacity:0}@media screen and (min-width: 1600px){.homeBanner h2{font-size:calc(38 / var(--gfs) * 1rem);padding-bottom:1rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.homeBanner h2{font-size:calc(30 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.homeBanner h2{font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.homeBanner h2{font-size:calc(27 / var(--gfs) * 1rem);border-bottom:none}}.homeBanner h1{font-weight:400;font-size:5vw;font-weight:800;margin:0;line-height:100%;transform:rotate(-5deg) rotateX(10deg) translateY(80px) translateZ(0) skew(20deg);opacity:0}@media screen and (min-width: 1600px){.homeBanner h1{font-size:4.7vw}}@media only screen and (max-width: 980px){.homeBanner h1{font-size:7.5vw}}@media only screen and (max-width: 767px){.homeBanner h1{font-size:12vw}}.homeBanner .videoBox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.homeBanner .videoBox .videoItem{position:relative}.homeBanner .videoBox .videoItem:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(112deg,rgba(1,152,132,0) 10.11%,rgba(199,73,51,0) 94.82%),rgba(0,0,0,.3);z-index:2}.homeBanner .videoBox video{width:100%;height:100%;object-fit:cover}.homeBanner .videoBox .contentBox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;padding-bottom:15vh}.homeBanner .contentBox{position:relative;padding-top:2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.8rem;padding-top:var(--header-height)}@media screen and (min-width: 1600px){.homeBanner .contentBox{gap:2rem}}@media only screen and (max-width: 980px){.homeBanner .contentBox{gap:1.5rem}}@media only screen and (max-width: 767px){.homeBanner .contentBox{gap:1rem}}.homeBanner .bannerSlider{transform-origin:0 0;transform:scaleY(1.5) translateY(0);opacity:0;position:relative;z-index:15}.homeBanner .bannerSlider .swiper{overflow:visible;width:100%;padding-top:2rem}.homeBanner .swiper-pagination{margin:0;gap:.6rem;transform:translateY(2rem);opacity:0}.homeBanner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;max-width:10px;min-width:10px;background:rgba(var(--whiteR),.4)}@media only screen and (max-width: 767px){.homeBanner .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;max-width:8px;min-width:8px}}.homeBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(var(--whiteR),1)}.servicelItem{height:auto;transition:opacity .3s var(--ease)}.servicelItem .inner{display:grid;grid-template-columns:60px 1fr;gap:.7rem;align-items:center;border-radius:1rem 1rem 0 0;color:var(--white);font-size:calc(28 / var(--gfs) * 1rem);line-height:140%;transition:all .8s var(--elastic);height:100%;padding-block:1.5rem}@media only screen and (min-width: 1600px){.servicelItem .inner{grid-template-columns:70px 1fr;font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.servicelItem .inner{grid-template-columns:70px 1fr;font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.servicelItem .inner{grid-template-columns:100%;grid-template-rows:auto 1fr;text-align:center;place-items:start;justify-items:center;gap:.5rem;font-size:calc(24 / var(--gfs) * 1rem);padding:0}}.servicelItem .inner:hover{transform:translateY(-.5rem)}.servicelItem .inner:hover .title{transform:translate(.5rem)}[dir=rtl] .servicelItem .inner:hover .title{transform:translate(-.5rem)}@media only screen and (max-width: 767px){.servicelItem .inner:hover .title,[dir=rtl] .servicelItem .inner:hover .title{transform:translateY(.5rem)}}.servicelItem .inner:hover .smallIcon{transform:scale(1.1);opacity:1;border-radius:.5rem}.servicelItem .inner:hover .iconBox{border-radius:.5rem}.servicelItem .inner:hover .iconBox img{scale:1.1}.servicelItem .inner:hover .iconBox .dote,.servicelItem .inner:hover .iconBox:before{scale:1;filter:blur(0px);opacity:1;border-radius:.5rem}.servicelItem .inner:hover .iconBox picture,.servicelItem .inner:hover .iconBox img{border-radius:.5rem}.servicelItem .dote{position:absolute;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;z-index:20;filter:blur(2px);opacity:0;scale:1.1;transition:all .4s var(--ease)}@media only screen and (max-width: 767px){.servicelItem .dote{top:-.4rem;right:-.4rem;bottom:-.4rem;left:-.4rem}}.servicelItem .dote svg{width:100%;height:100%;stroke-dasharray:8;stroke-dashoffset:24;animation:rotateAnimStroke 1s linear infinite}.servicelItem .iconBox{aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s var(--ease)}@media only screen and (max-width: 767px){.servicelItem .iconBox{width:3rem}}.servicelItem .iconBox picture{border-radius:.5rem;transition:all .4s var(--ease)}.servicelItem .iconBox img{border-radius:.5rem;transition:all .4s ease-in-out;border:1px solid var(--white)}.servicelItem .smallIcon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--blackR),.3);border-radius:50%;transition:all .4s ease-in-out;opacity:0;transform:scale(1.5)}.servicelItem .smallIcon img{width:50%;aspect-ratio:3/2.7;object-fit:contain;height:auto;border-radius:0;border:none}.servicelItem .title{transition:all .4s var(--ease)}@media only screen and (min-width: 768px){.servicelItem .title span{display:block}}@keyframes rotateAnimStroke{to{stroke-dashoffset:8}}@keyframes rotateAnim{to{transform:rotate(360deg)}}.dom_loaded .homeBanner .bannerSlider{transform:scaleY(1) translateY(0);opacity:1;transition:opacity .2s linear 1.7s,transform 2.8s cubic-bezier(.19,1,.22,1) 1.7s,-webkit-transform 2.8s cubic-bezier(.19,1,.22,1) 1.7s}.dom_loaded .homeBanner .swiper-slide-active h2,.dom_loaded .homeBanner .swiper-slide-active h1{transform:rotate(0) rotateX(0) translate(0) translateY(0) translateZ(0) skew(0);opacity:1}.dom_loaded .homeBanner .swiper-pagination{transition:transform 2.8s cubic-bezier(.075,.82,.165,1) 1.7s,opacity .6s cubic-bezier(.075,.82,.165,1) 1.7s,-webkit-transform 2.8s cubic-bezier(.075,.82,.165,1) 1.7s;transform:none;opacity:1}.dom_loaded .homeBanner h1{transition:transform 2.8s cubic-bezier(.075,.82,.165,1) 1s,opacity .6s cubic-bezier(.075,.82,.165,1) 1s,-webkit-transform 2.8s cubic-bezier(.075,.82,.165,1) 1s}.dom_loaded .homeBanner h2{transition:transform 2.8s cubic-bezier(.075,.82,.165,1) 1.2s,opacity .6s cubic-bezier(.075,.82,.165,1) 1.2s,-webkit-transform 2.8s cubic-bezier(.075,.82,.165,1) 1.2s}.aboutwrap{display:grid;align-items:center;grid-template-columns:1fr 17% 28%;gap:1rem}@media only screen and (max-width: 1024px){.aboutwrap{grid-template-columns:1fr 14% 28%}}@media only screen and (max-width: 980px){.aboutwrap{grid-template-columns:1fr 40%}}@media only screen and (max-width: 767px){.aboutwrap{grid-template-columns:100%;gap:2rem}}.aboutwrap .shape{display:flex;clip-path:polygon(0 50%,100% 50%,100% 50%,0 50%)}@media only screen and (max-width: 980px){.aboutwrap .shape{display:none}}.aboutwrap .shape svg{height:100%;width:auto}.dom_loaded .inView .aboutwrap .shape{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);transition:all .8s var(--ease) .2s}@media only screen and (max-width: 767px){.keyWrap{border:1px solid rgba(var(--blackR),.2);padding:2rem;border-radius:1.5rem}}.keyWrap .swiper-pagination{max-width:150px;margin-inline:auto;gap:.5rem}@media only screen and (min-width: 1600px){.keyWrap .swiper-pagination{margin-top:2.5rem}}.keyWrap .swiper-pagination .swiper-pagination-bullet{flex:1;max-width:inherit;border-radius:0;height:4px}.kelItem{text-align:center}.kelItem .numbox{color:var(--brandColor);font-weight:400;font-size:11vw;line-height:110%}@media only screen and (min-width: 1600px){.kelItem .numbox{font-size:10vw}}@media only screen and (max-width: 1024px){.kelItem .numbox{font-size:10vw}}@media only screen and (min-width: 767px) and (max-width: 980px){.kelItem .numbox{font-size:13vw}}@media only screen and (max-width: 767px){.kelItem .numbox{font-size:25vw}}.kelItem .title{font-size:calc(45 / var(--gfs) * 1rem);line-height:110%;font-weight:700}@media only screen and (min-width: 1600px){.kelItem .title{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.kelItem .title{font-size:calc(46 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.kelItem .title{font-size:calc(45 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.kelItem .title{font-size:calc(40 / var(--gfs) * 1rem)}}@media only screen and (min-width: 767px) and (max-width: 980px){.kelItem .title{font-size:calc(35 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.kelItem .title{margin-top:.5rem}}.serviceWrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media only screen and (min-width: 1600px){.serviceWrap{gap:2vw}}@media only screen and (max-width: 1024px){.serviceWrap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 980px){.serviceWrap{gap:1rem}}@media only screen and (max-width: 767px){.serviceWrap{grid-template-columns:100%}}.seritem .inner{height:100%;display:grid;align-items:start;grid-template-columns:15% 1fr;gap:1.8rem;padding:1.8rem;border-radius:.8rem;border:1px solid rgba(var(--blackR),.1);color:var(--text);transition:all .4s var(--ease)}@media only screen and (min-width: 1600px){.seritem .inner{padding:2.5rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.seritem .inner{padding:1.5rem;gap:1.5rem}}@media only screen and (max-width: 980px){.seritem .inner{padding:1.2rem;gap:1.5rem}}@media (hover: hover) and (pointer: fine){.seritem .inner:hover{background:rgba(var(--brandColorR),.04);transform:translateY(-1rem)}.seritem .inner:hover .moreWrap{transform:none;opacity:1}.seritem .inner:hover .iconBox{transform:rotate(-5deg) scale(1.1)}}.seritem .iconBox{transition:all .8s var(--elastic)}.seritem .title{font-size:calc(38 / var(--gfs) * 1rem);line-height:120%;font-weight:800;margin-bottom:.6rem}@media only screen and (min-width: 1600px){.seritem .title{font-size:calc(42 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.seritem .title{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.seritem .title{font-size:calc(37 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.seritem .title{font-size:calc(37 / var(--gfs) * 1rem)}}.seritem .title span{display:block}.seritem .moreWrap{margin-top:1rem;transition:all .8s var(--elastic)}@media (hover: hover) and (pointer: fine){.seritem .moreWrap{transform:translateY(1.5rem);opacity:0}}.sectionColor{background:var(--brandColor);color:var(--white)}.shippingSection{background:#020711;color:var(--white)}@media only screen and (min-width: 981px){.shippingSection{padding-block:0}}.shippingSection .map{position:relative}@media only screen and (max-width: 980px){.shippingSection .map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.45}.shippingSection .map .mInner{height:100%}.shippingSection .map .mInner video{height:100%;object-position:center}}.shippingSection .map .mInner{position:relative;width:100%}.shippingSection .map .mInner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(2,7,17,.8) .78%,rgba(2,7,17,0) 57.84%),linear-gradient(0deg,rgba(2,7,17,.2) 0%,rgba(2,7,17,.2) 100%);z-index:15}@media only screen and (max-width: 980px){.shippingSection .map .mInner:after{opacity:0}}.shippingSection .map video{width:100%;height:auto;object-fit:cover}.shippingSection div[class^=sectionTitle]{margin:0}@media only screen and (min-width: 981px){.shippingSection .overContent{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto 1fr;align-items:center}}@media only screen and (min-width: 1025px){.shippingSection div[class^=sectionTitle]{align-self:flex-end;padding-bottom:13vh}}@media only screen and (min-width: 1025px) and (min-width: 1600px){.shippingSection div[class^=sectionTitle]{padding-bottom:7.5rem}}@media only screen and (max-width: 980px){.shippingSection div[class^=sectionTitle]{margin-bottom:2rem}.shippingSection div[class^=sectionTitle]>*{text-align:center;align-items:center;font-size:calc(90 / var(--gfs) * 1rem);line-height:100%}}@media only screen and (max-width: 980px) and (min-width: 1600px){.shippingSection div[class^=sectionTitle]>*{font-size:calc(100 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px) and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.shippingSection div[class^=sectionTitle]>*{font-size:calc(80 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px) and (max-width: 1024px){.shippingSection div[class^=sectionTitle]>*{font-size:calc(80 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px) and (max-width: 980px){.shippingSection div[class^=sectionTitle]>*{font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px) and (max-width: 767px){.shippingSection div[class^=sectionTitle]>*{font-size:calc(65 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){[dir=rtl] .shippingSection div[class^=sectionTitle]>*{line-height:130%}}@media only screen and (max-width: 767px){.shippingSection div[class^=sectionTitle]{margin-bottom:1.5rem}}@media only screen and (min-width: 981px){.shippingSection .container{position:absolute;top:0;height:100%;left:50%;transform:translate(-50%);z-index:15}}.shippingLocations{position:relative;height:100%}@media only screen and (max-width: 980px){.shippingLocations{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:1rem}}@media only screen and (max-width: 767px){.shippingLocations{gap:.5rem}}@media only screen and (min-width: 981px){.shippingLocations .locItem{position:absolute}.shippingLocations .locItem .more{width:max-content}.shippingLocations .locItem.l1{left:11%;top:14%;transform:translate(-4rem)}}@media only screen and (min-width: 981px) and (min-width: 1600px){.shippingLocations .locItem.l1{left:14%}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l1{left:0}}@media only screen and (min-width: 981px){.shippingLocations .locItem.l2{right:42%;top:50%;transform:translateY(-4rem)}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l2{right:43%}}@media only screen and (min-width: 981px){.shippingLocations .locItem.l3{right:0%;top:23%;transform:translate(4rem)}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l3{right:6%}}@media only screen and (min-width: 981px){.shippingLocations .locItem.l4{left:2%;bottom:33%;transform:translate(-4rem)}}@media only screen and (min-width: 981px) and (min-width: 1600px){.shippingLocations .locItem.l4{left:5%}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l4{right:80%;bottom:25%}}@media only screen and (min-width: 981px){.shippingLocations .locItem.l5{bottom:25%;right:55%;transform:translateY(-4rem)}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l5{right:53%}}@media only screen and (min-width: 981px){.shippingLocations .locItem.l6{right:14%;bottom:23%;transform:translateY(4rem)}.shippingLocations .locItem.l7{right:14%;bottom:59%;transform:translate(4rem)}}@media only screen and (min-width: 981px) and (min-width: 1600px){.shippingLocations .locItem.l7{bottom:60%;right:20%}}@media only screen and (min-width: 981px) and (max-width: 1024px){.shippingLocations .locItem.l7{right:22%}}.locItem{display:flex;text-align:center;filter:blur(8px);transform-origin:center;opacity:0}.locItem .link{color:var(--white);font-size:calc(31 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.locItem .link{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){.locItem .link{font-size:calc(31 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.locItem .link{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.locItem .link{font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.locItem .link{border:1px solid rgba(var(--whiteR),.2);padding:.5rem 1.2rem;border-radius:1.5rem;font-size:calc(26 / var(--gfs) * 1rem);line-height:110%}}@media only screen and (max-width: 980px) and (min-width: 1600px){.locItem .link{font-size:calc(30 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){[dir=rtl] .locItem .link{line-height:135%}}.locItem:has(svg){gap:.4rem;flex-direction:column;align-items:center}@media only screen and (min-width: 981px){.locItem:has(svg)>*{animation:pinPluse 1s ease-in-out infinite alternate}}@media only screen and (max-width: 980px){.locItem:has(svg){grid-template-columns:100%}}.locItem:has(svg) .link{order:2}.locItem:has(svg) svg{aspect-ratio:1;width:100%;height:100%;max-width:23px;order:1}@media only screen and (max-width: 980px){.locItem:has(svg) svg{display:none}}@media only screen and (max-width: 980px){.locItem{transform:scale(1.5)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.locItem{gap:calc(10px + .2rem)}}@media only screen and (min-width: 981px) and (max-width: 1024px){.locItem{gap:.5rem;font-size:calc(28 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.locItem{font-size:calc(26 / var(--gfs) * 1rem);line-height:110%;gap:1rem}}.locItem:hover .iconBox{transform:scale(1.1)}.locItem .title{color:#fff}.locItem .iconBox{width:4vw;aspect-ratio:1;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px rgba(var(--whiteR),.2);animation:pulse-animation 2s infinite;transition:all .3s ease}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.locItem .iconBox{width:4.2vw}}@media only screen and (max-width: 1024px){.locItem .iconBox{width:4.8vw}}@media only screen and (max-width: 980px){.locItem .iconBox{width:4rem}}@media only screen and (max-width: 767px){.locItem .iconBox{width:3.5rem}}.locItem .iconBox img{width:100%;height:100%;border-radius:50%;overflow:hidden}@keyframes pinPluse{to{transform:translateY(-.5rem)}}.dom_loaded .inView .locItem{transform:none;opacity:1;filter:blur(0px);transition:transform 1.4s cubic-bezier(.34,1.56,.64,1),filter 1.4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}@media only screen and (min-width: 981px){.dom_loaded .inView .locItem.l1{transition-delay:1.4s}.dom_loaded .inView .locItem.l2{transition-delay:1.6s}.dom_loaded .inView .locItem.l3{transition-delay:1.8s}.dom_loaded .inView .locItem.l4{transition-delay:1.4s}.dom_loaded .inView .locItem.l5{transition-delay:1.6s}.dom_loaded .inView .locItem.l6{transition-delay:1.8s}.dom_loaded .inView .locItem.l7{transition-delay:1.4s}}@media only screen and (max-width: 980px){.dom_loaded .inView .locItem.l1{transition-delay:.4s}.dom_loaded .inView .locItem.l2{transition-delay:.6s}.dom_loaded .inView .locItem.l3{transition-delay:.8s}.dom_loaded .inView .locItem.l4{transition-delay:.4s}.dom_loaded .inView .locItem.l5{transition-delay:.6s}.dom_loaded .inView .locItem.l6{transition-delay:.8s}.dom_loaded .inView .locItem.l7{transition-delay:.4s}}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(var(--whiteR),.2)}60%{box-shadow:0 0 0 10px rgba(var(--whiteR),.2)}to{box-shadow:0 0 0 15px rgba(var(--whiteR),0)}}.quotesWrap{display:grid;grid-template-columns:60% 40%;position:relative;border-radius:.5rem;overflow:hidden}@media only screen and (min-width: 1600px){.quotesWrap{grid-template-columns:minmax(0,1fr) 42%}}@media only screen and (max-width: 1024px){.quotesWrap{grid-template-columns:100%}}.quotesWrap .sideBox{display:flex;flex-direction:column}.quotesWrap .quoteSlider{flex:1;position:relative;padding:2rem;padding-inline-start:1rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.quotesWrap .quoteSlider{padding:1.5rem;padding-inline-start:.5rem}}@media only screen and (max-width: 767px){.quotesWrap .quoteSlider{padding:1rem}}.quotesWrap .quoteSlider:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;z-index:-1;background:var(--Red-and-green, linear-gradient(180deg, #e42627 0%, #01985a 100%))}.quotesWrap .swiper-pagination{gap:.5rem;justify-content:center}@media only screen and (min-width: 1600px){.quotesWrap .swiper-pagination{margin-top:2.5rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.quotesWrap .swiper-pagination{margin-top:1rem}}@media only screen and (max-width: 767px){.quotesWrap .swiper-pagination{margin-top:1.5rem}}.quotesWrap .swiper-pagination .swiper-pagination-bullet{width:50px;max-width:inherit;border-radius:0;height:4px;flex:inherit}.smallSlider,.mainSlider{position:relative}.smallSlider:before,.mainSlider:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;z-index:-1;background:var(--Red-and-green, linear-gradient(180deg, #e42627 0%, #01985a 100%))}.smallSlider .swiper,.mainSlider .swiper,.quoteImglItem{height:100%}.quoteImglItem .imgBox{width:100%}.quoteImglItem .inner{height:100%;display:flex}.quoteImglItem .inner picture,.quoteImglItem .inner img{height:100%;object-fit:cover}.quotelItem .inner{position:relative;display:grid;gap:0;grid-template-columns:auto 1fr;align-items:start}.quotelItem .inner:before{content:"“";position:relative;color:var(--brandColor);font-size:18rem;line-height:.8}@media only screen and (min-width: 1600px){.quotelItem .inner:before{font-size:22rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.quotelItem .inner:before{font-size:15rem}}@media only screen and (max-width: 767px){.quotelItem .inner:before{font-size:10rem}}.quotelItem .textBox{font-weight:500;padding-top:4rem}@media only screen and (min-width: 1600px){.quotelItem .textBox{padding-top:5rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){.quotelItem .textBox{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.quotelItem .textBox{padding-top:2rem}}.bigQuotesSection{--topn: -3rem;margin-top:var(--topn);z-index:-1}@media only screen and (max-width: 767px){.bigQuotesSection{--topn: -1.5rem}}.bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bg .imgBox{mix-blend-mode:luminosity;opacity:.05}.bigQuotesWrap{display:grid;gap:5vw;grid-template-columns:24% 1px 1fr;padding-inline:8vw 10vw;padding-top:calc(var(--topn) * -1)}@media only screen and (min-width: 1600px){.bigQuotesWrap{padding-inline:10vw 14vw}}@media only screen and (max-width: 1024px){.bigQuotesWrap{padding-inline:5vw}}@media only screen and (max-width: 980px){.bigQuotesWrap{padding-inline:0;gap:1.8rem}}@media only screen and (max-width: 767px){.bigQuotesWrap{grid-template-columns:100%;place-items:center;gap:1rem;text-align:center}}.bigQuotesWrap .iconBox{margin-block:2rem;position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--whiteR),.05)}@media only screen and (max-width: 767px){.bigQuotesWrap .iconBox{width:50%;margin:0}}.bigQuotesWrap .iconBox svg{width:32%;height:auto}.bigQuotesWrap .line{background:rgba(var(--whiteR),.1)}@media only screen and (max-width: 767px){.bigQuotesWrap .line{display:none}}.bigQuotesWrap .contentBox{align-self:center;display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width: 980px){.bigQuotesWrap .contentBox{gap:.3rem}}.bigQuotesWrap .textBox{line-height:150%;letter-spacing:1px;font-size:calc(60 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.bigQuotesWrap .textBox{font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.bigQuotesWrap .textBox{font-size:calc(52 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.bigQuotesWrap .textBox{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.bigQuotesWrap .textBox{font-size:calc(44 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.bigQuotesWrap .textBox{font-size:calc(42 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.bigQuotesWrap .moreWrap{justify-content:center}}.bigQuotesWrap .name{margin-top:1rem;font-weight:400;letter-spacing:1px;font-size:calc(31 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.bigQuotesWrap .name{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){.bigQuotesWrap .name{font-size:calc(31 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.bigQuotesWrap .name{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.bigQuotesWrap .name{font-size:calc(32 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.bigQuotesWrap .name{font-size:calc(29 / var(--gfs) * 1rem)}}.bigQuotesWrap .dec{opacity:.8;font-size:calc(26 / var(--gfs) * 1rem)}@media only screen and (min-width: 1600px){.bigQuotesWrap .dec{font-size:calc(27 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.bigQuotesWrap .dec{font-size:calc(24 / var(--gfs) * 1rem)}}.serviceSection{overflow:hidden}.serviceSlider{padding-inline-end:10vw}@media only screen and (max-width: 1024px){.serviceSlider{padding-inline-end:20vw}.serviceSlider .navBox.boxCenter{width:calc(100% + 20vw)}}@media only screen and (max-width: 980px){.serviceSlider .navBox.boxCenter{display:none}}@media only screen and (max-width: 767px){.serviceSlider{padding-inline-end:0}}.serviceSlider .swiper{overflow:visible}.mapImgBox{display:flex;position:relative;border-radius:.5rem;overflow:hidden}@media only screen and (max-width: 980px){.mapImgBox{border-radius:.5rem .5rem 0 0}}.mapImgBox .pin{position:absolute;top:56%;left:65%;z-index:10;width:1rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--white)}@media only screen and (max-width: 1024px){.mapImgBox .pin{width:.8rem}}@media only screen and (max-width: 767px){.mapImgBox .pin{width:.5rem}}.mapImgBox .pin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--brandColor);transition:all .4s var(--ease)}.mapImgBox .pin:before{content:"";position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border-radius:50%;background:rgba(var(--brandColorR),.58);transition:all .4s var(--ease)}@media only screen and (max-width: 1024px){.mapImgBox .pin:before{top:-20px;right:-20px;bottom:-20px;left:-20px}}@media only screen and (max-width: 767px){.mapImgBox .pin:before{top:-12px;right:-12px;bottom:-12px;left:-12px}}.mapImgBox .pin:hover:after{top:-20px;right:-20px;bottom:-20px;left:-20px}@media only screen and (max-width: 1024px){.mapImgBox .pin:hover:after{top:-10px;right:-10px;bottom:-10px;left:-10px}}.mapImgBox .pin:hover:before{top:0;right:0;bottom:0;left:0}.contactWrap{position:relative}.contactWrap .contentBox{background:var(--white);padding:1.8rem;display:grid;gap:1.5rem;grid-template-columns:14.5vw 1fr;align-items:start;max-width:45%;border-radius:.5rem;box-shadow:0 0 21px #0000001a}@media only screen and (min-width: 1600px){.contactWrap .contentBox{padding:2rem;gap:2rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.contactWrap .contentBox{max-width:50%}}@media only screen and (max-width: 1024px){.contactWrap .contentBox{max-width:50%}}@media only screen and (min-width: 981px){.contactWrap .contentBox{position:absolute;left:1.5rem;bottom:1.5rem}[dir=rtl] .contactWrap .contentBox{left:auto;right:1.5rem}}@media only screen and (max-width: 980px){.contactWrap .contentBox{max-width:100%;grid-template-columns:20vw 1fr;border-radius:0 0 .5rem}}@media only screen and (max-width: 767px){.contactWrap .contentBox{grid-template-columns:100%;gap:3rem}}.contactWrap .imgBox{display:flex;align-items:center;position:relative;z-index:5}@media only screen and (max-width: 767px){.contactWrap .imgBox{max-width:70%;margin-inline:auto}}.contactWrap .imgBox picture:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#acd8e4;border-radius:50%;z-index:-1}.contactWrap .imgBox img{aspect-ratio:1;border-radius:50%}.contactWrap .imgBox .iconBox{position:absolute;left:50%;bottom:0;transform:translateY(50%) translate(-50%);background:var(--brandColor);width:25%;aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s var(--ease)}.contactWrap .imgBox .iconBox svg{width:45%;height:auto}.contactWrap .imgBox .iconBox:hover{transform:translateY(50%) translate(-50%) scale(1.2)}.contactWrap .metaWrap{display:grid;gap:1.3rem;border-inline-start:1px solid rgba(var(--blackR),.05);padding-inline-start:1.5rem}@media only screen and (min-width: 1600px){.contactWrap .metaWrap{padding-inline-start:2rem}}@media only screen and (max-width: 1024px){.contactWrap .metaWrap{gap:1rem}}@media only screen and (max-width: 767px){.contactWrap .metaWrap{padding-inline-start:0;border-inline-start:none;padding-top:1.5rem;border-top:1px solid rgba(var(--blackR),.05)}}.contactWrap .m{display:grid;gap:.2rem;place-items:start}.contactWrap .v{font-weight:600}.contactWrap a.v{transition:all .4s var(--ease)}.contactWrap a.v:hover{color:var(--brandColor)}.contactWrap .t{color:var(--brandColor);font-size:calc(24 / var(--gfs) * 1rem);font-weight:500}@media only screen and (max-width: 767px){.contactWrap .t{font-size:calc(20 / var(--gfs) * 1rem)}}.videoSlider{height:100%;z-index:-1}@keyframes stroke_array_anim{to{stroke-dashoffset:-5px}}@keyframes circleActive{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes circleWave{0%{transform:scale(.25);opacity:1}50%{opacity:.85}to{transform:scale(2.25);opacity:0}}@keyframes map_path_animation{to{stroke-dashoffset:0px}}
