@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap);:root{--main-font-family:"Instrument Sans",sans-serif;--main-color:#fff;--primary-color:#b2d1f0;--secondary-color:hsla(0,0%,100%,.5);--tetriary-color:#3c495a;--fifth-color:#0c1d2b;--black-color:#000;--white-color:#fff;--accent-color:#80b1ff;--accent2-color:#0052b4;--accent3-color:#225da5;--accent4-color:#161e57;--accent5-color:red;--main-bg:#010518;--primary-bg:rgba(34,42,62,.7);--secondary-bg:#fff;--tetriary-bg:#000;--fifth-bg:linear-gradient(180deg,#e1eaf6,#b4daff 61.54%,#80b1ff 95.67%);--main-border-color:rgba(105,165,208,.2);--pagination-border-color:#3a3a3a;--form-error-color:red;--button-bg:linear-gradient(90deg,#bed9ed,#80b1ff);--button-bg-hover:#c6ddef;--button-color:#070e32;--button-color-hover:#62686f;--button2-bg:#000;--button2-bg-hover:#222;--button2-color:#fff;--button3-bg:#f1f1f1;--button3-bg-hover:#fff;--button3-color:#000;--main-shahow:0 10px 30px 0 rgba(63,148,184,.12)}.button{align-items:center;background:linear-gradient(90deg,#bed9ed,#80b1ff);background:var(--button-bg);border-radius:15rem;color:#070e32;color:var(--button-color);display:inline-flex;font-family:Instrument Sans,sans-serif;font-family:var(--main-font-family);font-size:1.6rem;font-weight:700;gap:1rem;justify-content:center;line-height:2rem;min-height:4.5rem;padding:1rem 4rem;position:relative;text-align:center;text-decoration:none;transition:none;vertical-align:top}.button:after,.button:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.button:before{border:.1rem solid transparent;border-radius:15rem}.button span{display:inline-block;position:relative;vertical-align:top;z-index:1}.button.active,.button:hover{background:#c6ddef;background:var(--button-bg-hover);color:#62686f;color:var(--button-color-hover);text-decoration:none}.button.bordered{background:transparent;color:linear-gradient(90deg,#bed9ed,#80b1ff);color:var(--button-bg)}.button.bordered:before{border-color:linear-gradient(90deg,#bed9ed,#80b1ff);border-color:var(--button-bg)}.button.bordered.colored{color:#070e32;color:var(--button-color)}.button.bordered.active,.button.bordered:hover{background:#c6ddef;background:var(--button-bg-hover);color:#62686f;color:var(--button-color-hover)}.button.bordered.active:before,.button.bordered:hover:before{border-color:transparent}.button.button2{background:#000;background:var(--button2-bg);color:#fff;color:var(--button2-color)}.button.button2:before{border:1px solid hsla(0,0%,63%,.3)}.button.button2.active,.button.button2:hover{background:#222;background:var(--button2-bg-hover);color:#fff;color:var(--button2-color)}.button.button2.bordered{background:transparent;color:#000;color:var(--button2-bg)}.button.button2.bordered:before{border-color:#000;border-color:var(--button2-bg)}.button.button2.bordered.colored{color:#fff;color:var(--white-color)}.button.button2.bordered.active,.button.button2.bordered:hover{background:#000;background:var(--button2-bg);color:#fff;color:var(--button2-color)}.button.button2.bordered.active:before,.button.button2.bordered:hover:before{border-color:transparent}.button.button3{background:#f1f1f1;background:var(--button3-bg);color:#000;color:var(--button3-color)}.button.button3.active,.button.button3:hover{background:#fff;background:var(--button3-bg-hover);color:#000;color:var(--button3-color)}.button.button3.active:before,.button.button3:hover:before{border-color:#f1f1f1;border-color:var(--button3-bg)}.button.button3.bordered{background:transparent;color:#f1f1f1;color:var(--button3-bg)}.button.button3.bordered:before{border-color:#f1f1f1;border-color:var(--button3-bg)}.button.button3.bordered.colored{color:#000;color:var(--button3-color)}.button.button3.bordered.active,.button.button3.bordered:hover{background:#f1f1f1;background:var(--button3-bg);color:#000;color:var(--button3-color)}.button.button3.bordered.active:before,.button.button3.bordered:hover:before{border-color:transparent}.btn-lg{font-size:2rem;line-height:2.4rem;min-height:5.4rem}.more{align-items:center;color:hsla(0,0%,100%,.5);color:var(--secondary-color);cursor:pointer;display:flex;font-size:1.2rem;font-style:normal;font-weight:300;gap:.6rem;justify-content:center;line-height:2rem;position:relative;text-align:center;text-decoration:none}.more:after{content:"";font-family:icomoon;font-size:.8rem;position:relative;top:.1rem}.more:hover{color:hsla(0,0%,100%,.5);color:var(--secondary-color)}.more.active:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.btn-block{display:flex;width:100%}.centered-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media(max-width:479px){.btn-block-xs{width:100%}}@media(min-width:480px)and (max-width:767px){.btn-block-sm{width:100%}}@media(min-width:768px)and (max-width:991px){.btn-block-md{width:100%}}@media(min-width:992px)and (max-width:1199px){.btn-block-lg{width:100%}}@media(min-width:1200px){.btn-block-xl{width:100%}}::-webkit-scrollbar{height:1rem;width:1rem}::-webkit-scrollbar-track{background-color:rgba(34,42,62,.7);background-color:var(--primary-bg)}::-webkit-scrollbar-thumb{background:#80b1ff;background:var(--accent-color);height:auto;width:1rem}::selection{background-color:#80b1ff;background-color:var(--accent-color);color:#fff;color:var(--white-color)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:initial}html{font-size:10px;scrollbar-color:#80b1ff rgba(34,42,62,.7);scrollbar-color:var(--accent-color) var(--primary-bg);scrollbar-width:thin}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}sub,sup{font-size:65%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}.font-size-16{font-size:1.6rem;line-height:2.6rem}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}#map_canvas img,.google-maps img{max-width:none}embed,iframe,object,video{display:inline-block;max-width:100%;vertical-align:top}*,:after,:before{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#010518;background:var(--main-bg);color:#fff;color:var(--main-color);font-family:Instrument Sans,sans-serif;font-family:var(--main-font-family);font-size:1.6rem;font-weight:400;line-height:2.6rem;min-width:36rem}.with__bannerSidebar__page .sidebar__holder .title{display:none}img{border:0;display:inline-block;height:auto;max-width:100%;opacity:1;transition:opacity .3s;vertical-align:middle}a{text-decoration:none;transition:all .3s ease}a,a:hover{color:#80b1ff;color:var(--accent-color)}a:hover{text-decoration:underline}.tdn{text-decoration:none}.tdn:hover,.tdu{text-decoration:underline}.tdu:hover{text-decoration:none}#wrapper{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.rtl-page #wrapper{direction:rtl}.wrapper__container{display:flex;flex:1 0 auto;flex-direction:column}.main-holder{margin:0 auto;max-width:121rem;padding:0 2rem;width:100%}.main-holder .main-holder{padding-left:0;padding-right:0}main{display:flex;flex:1 1;flex-direction:column;min-height:40rem;position:relative}main .spinner-h{position:absolute}.main__container{display:flex;flex:1 1;flex-direction:column;padding:8rem 0;position:relative}h1,h2,h3,h4,h5,h6{margin:0}.h1,h1{font-size:4.2rem;letter-spacing:-3%;line-height:6.3rem}.h1,.h2,.h3,h1,h2,h3{font-weight:700;margin-bottom:3rem}.h2,.h3,h2,h3{color:#b2d1f0;color:var(--primary-color);font-size:2.4rem;line-height:3.2rem}.h4,h4{font-size:1.8rem;font-weight:700;line-height:2.6rem;margin-bottom:2rem}.text-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(180deg,#dcf0fe,#80b1ff 88%);-webkit-background-clip:text;background-clip:text}.text-style01{font-size:2rem;line-height:3.3rem}.text-style02{font-size:2rem;line-height:3rem}p{margin-bottom:2.6rem}.color01{color:#fff;color:var(--main-color)}.color02{color:#b2d1f0;color:var(--primary-color)}.color03{color:#80b1ff;color:var(--accent-color)}.color04{color:hsla(0,0%,100%,.5);color:var(--secondary-color)}.color05{color:#15b3ea}.fw100{font-weight:100}.fw200{font-weight:200}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.content-holder{display:flex;flex-direction:row-reverse}.content{flex:1 1;min-height:.1rem}#sidebar{-webkit-margin-end:3rem;margin-inline-end:3rem;width:23.1rem}.content-margin{margin-bottom:6rem}.centered{margin-left:auto;margin-right:auto}.chold01{max-width:109rem}.list{list-style:none;margin-bottom:2rem;padding:0}.list li{margin:0 0 2rem;padding:0 0 0 3rem;position:relative}.list li:before{color:#80b1ff;color:var(--accent-color);content:"";font-family:icomoon;font-size:1.4rem;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.list li:last-child{margin-bottom:0}.list li ul{list-style:none;margin:1rem 0 0;padding:0}@media(max-width:1200px){.home__page .wrapper__container{padding:0}.content-holder{display:block}#sidebar{display:none}}@media(max-width:767px){.main__container{padding:6rem 0}.content-margin{margin-bottom:4rem}.h1,h1{font-size:2.6rem;line-height:3.9rem;margin-bottom:2rem}.h2,.h3,h2,h3{font-size:2.2rem;line-height:3.2rem;margin-bottom:2rem}.h2+.list,.h3+.list,h2+.list,h3+.list{margin-top:3rem}.h4,h4{font-size:1.8rem;line-height:2.6rem;margin-bottom:1rem}.list{margin-bottom:2rem}.text-style01{font-size:1.6rem;line-height:2.6rem}.text-style02{font-size:1.8rem;line-height:2.7rem}}@media(min-width:575px){.text-xs-start{text-align:start!important}.text-xs-end{text-align:end!important}}@media(min-width:576px){.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}}@media(min-width:768px){.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}}@media(min-width:992px){.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}}@media(min-width:1200px){.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/static/media/icomoon.265503ebd189afb63848.eot);src:url(/static/media/icomoon.265503ebd189afb63848.eot#iefix) format("embedded-opentype"),url(/static/media/icomoon.4727dd326de7c709dd8b.ttf) format("truetype"),url(/static/media/icomoon.4f90dbb94217e4bd38ac.woff) format("woff"),url(/static/media/icomoon.9142178c3710e6b95124.svg#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}[class*=" icon-"]>span,[class^=icon-]>span{display:none}.icon-brand-fb:before{content:"A"}.icon-brand-x:before{content:"B"}.icon-brand-ig:before{content:"C"}.icon-brand-in:before{content:"D"}.icon-brand-yt:before{content:"E"}.icon-brand-wa:before{content:"F"}.icon-brand-share:before{content:"G"}.icon-angle-l:before{content:""}.icon-angle-r:before{content:""}.icon-angle-t:before{content:""}.icon-angle-b:before{content:""}.icon-angle-dbl-l:before{content:""}.icon-angle-dbl-r:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-tick:before{content:""}.icon-cross:before{content:""}.icon-menu-burger:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-profile:before{content:""}.icon-menu-arrow:before{content:""}.icon-list-bullet:before{content:""}.icon-list-bullet2:before{content:""}.icon-arrow:before{content:""}.rtl-page .icon-arrow:before{display:inline-block;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.spinner-h{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:all .5s;width:100%;z-index:99}.spinner-h:before{background:#010518;background:var(--main-bg);bottom:0;left:0;opacity:.9;position:absolute;right:0;top:0}.spinner-h img{position:relative}.error__page header{background:transparent}.error__page main,.error__page.wrapper__container .main__container{justify-content:center}.error__page .main__container{padding:1rem 0}.error__page .banner-heading .breadcrumbs,.error__page .banner-heading .h1{display:none}.error__page-content,.notfound__page-content{font-size:2.4rem;font-weight:400;line-height:3.6rem;text-align:center}.error__page-content>*,.notfound__page-content>*{position:relative}.error__page-content:before,.notfound__page-content:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.error__page-content h1,.notfound__page-content h1{font-size:4.8rem;font-weight:700;line-height:6.5rem;margin-bottom:2rem;text-transform:uppercase}.error__page-content p,.notfound__page-content p{margin-bottom:2rem}.error__page-content>img,.error__page-content>svg,.notfound__page-content>img,.notfound__page-content>svg{display:inline-block;margin-bottom:3rem;vertical-align:top}.error__page-content>:last-child,.notfound__page-content>:last-child{margin-bottom:0}.notfound__page-content h1{font-size:6.6rem;letter-spacing:0;line-height:7.8rem}@media(max-width:767px){.error__page-content,.notfound__page-content{font-size:1.8rem;font-weight:400;line-height:3rem}.error__page-content h1,.notfound__page-content h1{font-size:3rem;line-height:4.5rem;margin-bottom:2rem}.error__page-content>img,.error__page-content>svg,.notfound__page-content>img,.notfound__page-content>svg{margin-bottom:2rem}.error__page-content{padding-left:2rem;padding-right:2rem}.notfound__page-content h1{font-size:6.6rem;line-height:7.8rem}}.contactus__page h2{margin-bottom:1.6rem}.contactus__details{margin-top:6rem;position:relative}.contactus__details .items{display:flex;gap:4rem;justify-content:space-between;margin-left:auto;margin-right:auto}.contactus__details .item{font-size:1.6rem;line-height:2.6rem;text-align:center;width:34.5rem}.contactus__details .item h3{align-items:center;color:#b2d1f0;color:var(--primary-color);display:flex;font-size:2.8rem;font-weight:700;gap:1.4rem;justify-content:center;letter-spacing:-.84px;line-height:3.4rem;margin-bottom:1rem;text-transform:uppercase}.contactus__details .item>:last-child{margin-bottom:0}@media(max-width:991px){.contactus__details .items{flex-wrap:wrap;justify-content:center}}@media(max-width:767px){.contactus__page h2{margin-top:-1rem}.contactus__details{margin-top:5rem}.contactus__details .item h3{font-size:2.4rem;letter-spacing:-.72px;line-height:2.9rem}}.hidden-area{display:block;height:0;overflow:hidden;text-indent:-999.9rem;width:0}[class*=section]{padding:8rem 0}[class*=section] .text>:last-child{margin-bottom:0}@media(max-width:767px){[class*=section]{padding:5rem 0}}.section01{background:#010518;background:var(--main-bg);color:#fff;color:var(--white-color);padding:3.3rem 0}.section01 .itemsset{display:flex;overflow:hidden;position:relative}.section01 .itemsset:after,.section01 .itemsset:before{background:linear-gradient(90deg,#010518 0,rgba(1,5,24,0));bottom:0;content:"";position:absolute;top:0;width:2rem;z-index:1}.section01 .itemsset:before{left:0}.section01 .itemsset:after{right:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.section01 .itemsset:hover .items{-webkit-animation-play-state:paused;animation-play-state:paused}.section01 .items{-webkit-animation:running-animation 100s linear infinite;animation:running-animation 100s linear infinite;display:flex;font-size:2.4rem;font-weight:500;line-height:2.9rem}.section01 .items:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.section01 .items .item{align-items:center;background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0));border:1px solid transparent;border-radius:5rem;display:inline-flex;gap:1.4rem;justify-content:center;margin:0 1rem;min-width:-webkit-max-content;min-width:max-content;padding:.9rem 2.7rem;position:relative}.section01 .items .item:before{border:1px solid hsla(0,0%,100%,.2);border-radius:5rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.section01 .items .item img{flex:0 0 4.4rem;max-height:4.4rem}@media(max-width:767px){.section01{padding:1.7rem}.section01 .items{font-size:1.8rem;line-height:2.2rem}.section01 .items .item{margin:0 .4rem;padding:.8rem 2.2rem}.section01 .items .item img{flex:0 0 2.8rem;max-height:2.8rem}}.section02{background:#fff;background:var(--secondary-bg);color:#3c495a;color:var(--tetriary-color)}.section02 .hold{align-items:center;display:flex;gap:2rem;justify-content:space-between}.section02 .hold .text{font-size:2.4rem;line-height:3.6rem;max-width:47rem}.section02 .hold .text h2{color:#0c1d2b;color:var(--fifth-color);font-size:4.8rem;letter-spacing:-1.44px;line-height:6.5rem;margin-bottom:2.4rem;text-transform:uppercase}.section02 .hold .text>:last-child{margin-bottom:0}.section02 .hold .items{display:flex;flex-direction:column;width:calc(50% - 1rem)}.section02 .hold .items .item{border-radius:1.5rem;font-size:1.6rem;line-height:2.4rem;padding:3rem 5rem;transition:all .3s}.section02 .hold .items .item.active{background:linear-gradient(90deg,rgba(153,183,225,.3) 0,rgba(153,183,225,.2))}.section02 .hold .items .item h3{color:#225da5;color:var(--accent3-color);font-size:2.8rem;letter-spacing:-.84px;line-height:3.2rem;margin-bottom:1.2rem}.section02 .hold .items .item>:last-child{margin-bottom:0}@media(max-width:1170px){.section02 .hold{flex-direction:column;gap:7.9rem}.section02 .hold .text{max-width:none}.section02 .hold .items{width:auto}}@media(max-width:767px){.section02 .hold .text{font-size:1.8rem;line-height:2.7rem}.section02 .hold .text h2{font-size:3rem;letter-spacing:-.9px;line-height:3.8rem}.section02 .hold .items .item{padding:3rem 2.5rem}.section02 .hold .items .item h3{font-size:2.4rem;letter-spacing:-.72px;line-height:2.9rem}}.section03{background:linear-gradient(99deg,#00051d 25.66%,#07175a 87.25%);overflow:hidden;padding:18.5rem 0}.section03 .hold{position:relative}.section03 .hold:before{background:url(/Media/Image/decor02.svg) no-repeat 50%/cover;content:"";height:71.8rem;left:-52.8rem;opacity:.5;position:absolute;top:-21.7rem;width:63.7rem}.section03 .hold .text{color:#fff;color:var(--white-color);font-size:2.8rem;font-weight:500;line-height:4.2rem;max-width:66.5rem;position:relative}.section03 .hold .text h2{-webkit-margin-end:-5rem;color:#dbdbdb;font-size:4.8rem;font-weight:700;letter-spacing:-1.44px;line-height:6.5rem;margin-bottom:1.8rem;margin-inline-end:-5rem;text-transform:uppercase}.section03 .hold .text h2 img{display:inline-block;height:3.4rem;margin:-1rem .5rem 0;vertical-align:middle}.section03 .hold .text p{margin-bottom:2rem}.section03 .hold .text .btn-hold{margin-top:4.8rem}.section03 .hold .text .btn-hold .button{min-width:25.8rem}.section03 .hold .text>*{position:relative}.section03 .hold .image{position:absolute;right:-42rem;text-align:center;top:50%;-webkit-transform:translateY(calc(-50% - 2rem));transform:translateY(calc(-50% - 2rem))}@media(max-width:991px){.section03{padding:8rem 0}.section03 .hold:before{left:auto;right:-2rem}.section03 .hold .text{max-width:none}.section03 .hold .text h2{-webkit-margin-end:0;margin-inline-end:0}.section03 .hold .image{margin:0 -13.6rem 0 -15.2rem;position:static;-webkit-transform:none;transform:none}}@media(max-width:767px){.section03{padding:5rem 0}.section03 .hold:before{background-image:url(/Media/Image/decor02-sm.svg);height:31.5rem;left:auto;right:-2rem;top:-15rem;width:28.8rem}.section03 .hold .text{font-size:2.4rem;line-height:3.6rem}.section03 .hold .text h2{font-size:3rem;letter-spacing:-.9px;line-height:4.5rem;margin-bottom:.5rem}.section03 .hold .text h2 img{height:2.1rem;margin-top:-.6rem}}.about-section01{margin-top:-8rem}.about-section01 .text{font-size:2rem;font-weight:400;line-height:3rem}.about-section01 .text h2{margin-bottom:2.4rem}.about-section01 .text p{margin-bottom:1.8rem}.about-section01 .text>:last-child{margin-bottom:0}@media(max-width:767px){.about-section01{margin-top:-6rem}.about-section01 .text{font-size:1.8rem;line-height:2.7rem}.about-section01 .text h2{font-size:2.6rem;line-height:3.9rem}}.about-section03{margin-bottom:-8rem;position:relative}.about-section03 .hold{align-items:center;display:flex;justify-content:space-between}.about-section03 .text{-webkit-padding-end:7rem;font-size:2.4rem;font-weight:400;line-height:3.6rem;max-width:57.5rem;padding-inline-end:7rem}.about-section03 .text h2{font-size:4.2rem;line-height:4.6rem;margin-bottom:1.8rem;text-transform:uppercase}.about-section03 .text p{margin-bottom:1.2rem}.about-section03 .text>:last-child{margin-bottom:0}.about-section03 .image{margin:-29.6rem 0 -8rem -11.7rem}@media(max-width:767px){.about-section03 .text{font-size:2rem;line-height:3rem;padding:0}.about-section03 .text h2{font-size:3.2rem;line-height:4.8rem}.about-section03 .image{left:-12rem;margin:0;position:absolute;top:-18.7rem;width:37.9rem}}.ticker-hold{background:#1e222d}@-webkit-keyframes running-animation{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes running-animation{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
/*# sourceMappingURL=main.6d98e57c.css.map*/