*,*:before,*:after{box-sizing:border-box;margin:0}ul{padding:0;margin-top:0;margin-bottom:1rem}ul li{text-decoration:none;list-style:none}a{text-decoration:none;color:var(--link-color)}a:hover{color:var(--link-hover-color)}img{display:inline-block;width:100%;height:auto}:root{--fs: 16px;--fs-small: 14px;--divider: hsla(0, 0%, 100%, .3);--primary: #121b42;--secondary: #fc8f1b;--secondary-light: rgba(252, 143, 27, .37);--success: #198754;--info: #0dcaf0;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #212529;--link-color: #0d6efd;--link-hover-color: #0a58ca;--accent: #431c8d;--gradient: linear-gradient(310deg, #1b72d9, #290a58);--box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--box-shadow-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--transition-speed: .4s;--ease: cubic-bezier(.4, 0, .2, 1)}@font-face{font-family:feather;src:url("./media/feather-RER7V7D4.ttf")}@font-face{font-family:poppins;src:url("./media/Poppins-Regular-JNHL4IDV.ttf")}.custom-btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:2px solid transparent;background-color:transparent;transition:background-color var(--transition-speed) var(--ease),color var(--transition-speed) var(--ease),border-color var(--transition-speed) var(--ease);border-radius:4px;outline:none}.btn-on-light{background-color:var(--secondary);color:#fff;border-color:var(--secondary);transition:all .3s ease}.btn-on-light:hover{background-color:var(--secondary-light);color:var(--primary)}.btn-on-dark{background-color:#f8fafc;color:#0f172a;border-color:#f8fafc}.btn-on-dark:hover{background-color:transparent;color:#f8fafc}.custom-btn:active{transform:scale(.98)}.parallax-section{background-image:url(/assets/images/parallax-bg1.jpg);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:230px;display:flex;flex-direction:column}.parallax-overlay{background-color:#00000080;color:#fff;padding:70px 0}@media(max-width:1023px){.parallax-overlay{padding:40px 0}}@keyframes fadeInUp{to{opacity:1;transform:translateZ(0)}}@keyframes appear{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@media(prefers-reduced-motion:no-preference){.appear{animation-name:appear;animation-timeline:view();animation-range:entry 20% cover 60%;animation-range:cover;animation-duration:1ms;animation-timing-function:linear}.fade-in-up{opacity:0;transform:translate3d(0,40px,0);animation-name:fadeInUp;animation-timeline:view();animation-range:20% 80%;animation-duration:1ms;animation-timing-function:linear}}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-grid{display:grid}.d-inline-grid{display:inline-grid}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none{display:none}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.mw-100{max-width:100%}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.mh-100{max-height:100%}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.order-first{order:-1}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:.25rem;margin-left:.25rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.mx-3{margin-right:1rem;margin-left:1rem}.mx-4{margin-right:1.5rem;margin-left:1.5rem}.mx-5{margin-right:3rem;margin-left:3rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.me-0{margin-right:0}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.me-3{margin-right:1rem}.me-4{margin-right:1.5rem}.me-5{margin-right:3rem}.me-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ms-0{margin-left:0}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:1rem}.ms-4{margin-left:1.5rem}.ms-5{margin-left:3rem}.ms-auto{margin-left:auto}.m-n1{margin:-.25rem}.m-n2{margin:-.5rem}.m-n3{margin:-1rem}.m-n4{margin:-1.5rem}.m-n5{margin:-3rem}.mx-n1{margin-right:-.25rem;margin-left:-.25rem}.mx-n2{margin-right:-.5rem;margin-left:-.5rem}.mx-n3{margin-right:-1rem;margin-left:-1rem}.mx-n4{margin-right:-1.5rem;margin-left:-1.5rem}.mx-n5{margin-right:-3rem;margin-left:-3rem}.my-n1{margin-top:-.25rem;margin-bottom:-.25rem}.my-n2{margin-top:-.5rem;margin-bottom:-.5rem}.my-n3{margin-top:-1rem;margin-bottom:-1rem}.my-n4{margin-top:-1.5rem;margin-bottom:-1.5rem}.my-n5{margin-top:-3rem;margin-bottom:-3rem}.mt-n1{margin-top:-.25rem}.mt-n2{margin-top:-.5rem}.mt-n3{margin-top:-1rem}.mt-n4{margin-top:-1.5rem}.mt-n5{margin-top:-3rem}.me-n1{margin-right:-.25rem}.me-n2{margin-right:-.5rem}.me-n3{margin-right:-1rem}.me-n4{margin-right:-1.5rem}.me-n5{margin-right:-3rem}.mb-n1{margin-bottom:-.25rem}.mb-n2{margin-bottom:-.5rem}.mb-n3{margin-bottom:-1rem}.mb-n4{margin-bottom:-1.5rem}.mb-n5{margin-bottom:-3rem}.ms-n1{margin-left:-.25rem}.ms-n2{margin-left:-.5rem}.ms-n3{margin-left:-1rem}.ms-n4{margin-left:-1.5rem}.ms-n5{margin-left:-3rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.25rem;padding-left:.25rem}.px-2{padding-right:.5rem;padding-left:.5rem}.px-3{padding-right:1rem;padding-left:1rem}.px-4{padding-right:1.5rem;padding-left:1.5rem}.px-5{padding-right:3rem;padding-left:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pe-0{padding-right:0}.pe-1{padding-right:.25rem}.pe-2{padding-right:.5rem}.pe-3{padding-right:1rem}.pe-4{padding-right:1.5rem}.pe-5{padding-right:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.ps-0{padding-left:0}.ps-1{padding-left:.25rem}.ps-2{padding-left:.5rem}.ps-3{padding-left:1rem}.ps-4{padding-left:1.5rem}.ps-5{padding-left:3rem}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.row-gap-0{row-gap:0}.row-gap-1{row-gap:.25rem}.row-gap-2{row-gap:.5rem}.row-gap-3{row-gap:1rem}.row-gap-4{row-gap:1.5rem}.row-gap-5{row-gap:3rem}.column-gap-0{column-gap:0}.column-gap-1{column-gap:.25rem}.column-gap-2{column-gap:.5rem}.column-gap-3{column-gap:1rem}.column-gap-4{column-gap:1.5rem}.column-gap-5{column-gap:3rem}.service{position:relative;overflow:hidden;background:#ffffff5d;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);padding:15px 20px;height:100%;transition:transform .7s ease,box-shadow .7s ease;z-index:1}.service:before{content:"";position:absolute;top:0;left:0;width:0;height:0;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);opacity:0;transition:width .7s ease,height .7s ease,opacity .7s ease;z-index:-1;border-bottom-right-radius:100%}.service:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0003;cursor:pointer}.service:hover:before{width:150%;height:150%;opacity:.9;border-bottom-right-radius:0}.service:hover h3{color:var(--secondary)}.service:hover p{color:#fff}.service .service-icon,.service h3,.service p{position:relative;z-index:2;transition:color .3s ease,filter .3s ease}.service .service-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.service .service-description{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.service .service-icon{width:60px;height:60px;object-fit:cover;margin-bottom:1rem;border-radius:12px}.service h3{margin-bottom:1rem;color:var(--primary);font-size:20px;font-weight:600}.service-image img{width:100%;height:auto;object-fit:cover;border-radius:32px}@media(min-width:1024px){.service-image{margin:70px}}.project-card{cursor:pointer;transition:transform .2s;border-radius:1rem;background-color:#fff;position:relative;border:1px solid rgba(224,224,224,.4117647059)}.project-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0003}.project-card:hover .project-content h3{color:var(--secondary)}.project-card img{border-top-left-radius:1rem;border-top-right-radius:1rem;height:280px;object-fit:cover}.project-card .status-badge{position:absolute;top:1rem;right:1rem;font-size:.75rem;padding:2px 8px;border-radius:12px;background:#eee;color:#000}.project-card .status-badge[data-status=Completed]{background:#d4edda;color:#155724}.project-card .status-badge[data-status=Published]{background:#fff3cd;color:#856404}.project-card .status-badge[data-status=Ongoing]{background:#fff3cd;color:#f4b700}.project-card .project-content{padding:1.25rem}.project-card .project-content h3{font-size:1.25rem;font-weight:700;margin:0;color:var(--primary);transition:color .3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.project-card .project-content p{color:#475569;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-container{position:relative;height:450px;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;background:#f3f4f6}.card-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.card-container:hover img{transform:scale(1.05)}.card-container:hover .content-hidden{opacity:1;max-height:5.6em}.card-container .card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.3) 50%,transparent 100%);transition:background .3s ease}.card-container .card-overlay .status-badge{position:absolute;top:1rem;right:1rem;font-size:.75rem;padding:2px 8px;border-radius:12px;background:#eee;color:#000}.card-container .card-overlay .status-badge[data-status=Completed]{background:#d4edda;color:#155724}.card-container .card-overlay .status-badge[data-status=ONGOING]{background:#fff3cd;color:#856404}.card-content{transform:translateY(5px);transition:transform .4s cubic-bezier(.25,1,.5,1)}.card-content .content-title{color:#fff;font-weight:700;margin:0 0 12px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;max-height:2.6em;min-height:2.6em;position:relative;top:20px;transition:top .3s ease}.card-content .content-hidden{color:var(--secondary);font-size:.9rem;opacity:0;transition:opacity .3s ease .1s,max-height .3s ease;display:flex;flex-direction:column;gap:8px;text-align:center;display:-webkit-box;-webkit-line-clamp:0;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:0}.card-container:hover .card-content{transform:translateY(0)}.card-container:hover .card-content .content-title{top:0}.card-container:hover .card-content .content-hidden{opacity:1;-webkit-line-clamp:3;max-height:4.2em}@media(max-width:992px){.card-content{transform:translateY(0)!important}.content-hidden{opacity:1!important;-webkit-line-clamp:3!important;max-height:4.2em!important}.card-overlay{background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.5) 70%,transparent 100%)!important}.card-content .content-title{top:0!important;max-height:2.6em;min-height:0}.card-content .content-hidden{max-height:5.6em;min-height:0}}.bg-gray{background-color:gray;border-top-left-radius:16px;border-top-right-radius:16px;height:280px}.form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:10px 40px 10px 15px;font-size:1rem;font-family:inherit;color:#333;background-color:#fff;border:1px solid #ced4da;border-radius:8px;cursor:pointer;transition:border-color .2s,box-shadow .2s;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px}.form-select:hover{border-color:#b1b5b9}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.custom-select,.custom-select::picker(select){appearance:base-select}.custom-select{width:100%;background:#ffffff5d;border:none;border-radius:16px;box-shadow:0 4px 15px #0003;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(5px);padding:0;margin:0 auto;position:relative}.custom-select::picker-icon{display:none}.custom-select button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 10px 10px 15px;border-radius:16px;background:#ffffff5d;box-shadow:0 4px 15px #0003;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(5px);border:1px solid transparent;transition:border .3s ease;color:#000;min-height:50px}.custom-select:open button{border-color:gray}.custom-select selectedcontent{display:flex;align-items:center;gap:10px}.custom-select selectedcontent img,.custom-select option img{width:40px;height:40px;border-radius:50%;object-fit:cover}.custom-select selectedcontent p,.custom-select option p{font-weight:700;font-size:.95rem}.custom-select .arrow{width:10px;height:10px;margin-right:.5rem;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(-45deg);transition:transform .3s ease}.custom-select:open .arrow{transform:rotate(135deg)}.custom-select::picker(select){width:250px;margin:.5rem 0;padding:10px;border:none;border-radius:15px;box-shadow:0 10px 25px #0000001a;background:#ffffffca;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(5px);border:1px solid rgb(222,222,222)}.custom-select option{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px}.custom-select option p{margin:0}.custom-select option p{color:var(--primary)}.custom-select option::checkmark{display:none}.custom-select option:checked{background-color:var(--secondary)}.custom-select option:hover{background-color:#bcbcbc86}.form-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:10px 40px 10px 15px;font-size:1rem;font-family:inherit;color:#333;background-color:#fff;border:1px solid #ced4da;border-radius:8px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.form-input:hover{border-color:#b1b5b9}.form-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.social-icon{position:relative;width:60px;height:60px;padding:15px;border-radius:20px;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px #0003;overflow:hidden}.social-icon.linkedin{background:linear-gradient(45deg,#0077b5,#00a0dc);color:#fff}.social-icon.twitter{background:linear-gradient(45deg,#1da1f2,#1a91da);color:#fff}.social-icon.facebook{background:linear-gradient(45deg,#1877f2,#0d5cb6);color:#fff}.social-icon.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);color:#fff}.social-icon image{width:32px;height:32px;object-fit:cover}.linkedin:hover{animation:pulse-blue 1.5s infinite;transform:translateY(-10px)}@keyframes pulse-blue{0%,to{box-shadow:0 0 3px #0077b5b3}50%{box-shadow:0 0 6px #0077b5e6,0 0 60px #0077b599}}.twitter:hover{animation:pulse-lightblue 1.5s infinite;transform:translateY(-10px)}@keyframes pulse-lightblue{0%,to{box-shadow:0 0 3px #1da1f2b3}50%{box-shadow:0 0 6px #1da1f2e6,0 0 60px #1da1f299}}.facebook:hover{animation:pulse-darkblue 1.5s infinite;transform:translateY(-10px)}@keyframes pulse-darkblue{0%,to{box-shadow:0 0 3px #1877f2b3}50%{box-shadow:0 0 6px #1877f2e6,0 0 60px #1877f299}}.instagram:hover{animation:pulse-gradient 1.5s infinite,rotate 4s linear infinite;transform:translateY(-10px) scale(1.05)}@keyframes pulse-gradient{0%,to{box-shadow:0 0 25px #c13584b3}50%{box-shadow:0 0 45px #c13584e6,0 0 65px #c1358499}}@keyframes rotate{0%{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}to{background:linear-gradient(405deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}}@media(max-width:768px){.social-icon{width:40px;height:40px}.social-icon i{font-size:16px}}.loader{width:fit-content;font-weight:700;font-family:monospace;font-size:30px;background:radial-gradient(circle closest-side,#121b42 94%,#0000) right/ calc(200% - 1em) 100%;animation:l24 1s infinite alternate linear}.loader:before{content:"Loading...";line-height:1em;color:#0000;background:inherit;background-image:radial-gradient(circle closest-side,#fff 94%,#000);-webkit-background-clip:text;background-clip:text}@keyframes l24{to{background-position:left}}.dots-loader{width:12px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate}@keyframes l5{0%{box-shadow:15px 0 #fc8f1b,-15px 0 #0002;background:#fc8f1b}33%{box-shadow:15px 0 #fc8f1b,-15px 0 #0002;background:#0002}66%{box-shadow:15px 0 #0002,-15px 0 #fc8f1b;background:#0002}to{box-shadow:15px 0 #0002,-15px 0 #fc8f1b;background:#fc8f1b}}:root{--image-height: 350px;--primary-color: var(--primary);--secondary-color: var(--secondary)}.pagination-container{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:40px;padding:20px 0;border-top:1px solid #eee}.page-numbers{display:flex;gap:8px}.page-numbers button,.nav-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:600}.page-numbers button:hover:not(.active),.nav-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background:#f8faff}.page-numbers button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.nav-btn:disabled{opacity:.3;cursor:not-allowed;background:#f5f5f5}@media(max-width:600px){.pagination-container{gap:5px}}.typing-animation-wrapper{display:inline-block;width:100%;text-align:inherit;min-height:1.2em}.typing-animation{display:inline-block;overflow:hidden;text-align:inherit;min-height:inherit;white-space:normal;word-wrap:break-word}.letters-fade-in-randomly{opacity:0;display:inline-block;animation:fadeInLetter .5s ease forwards}.letters-slide-down{opacity:0;transform:translateY(-20px);display:inline-block;animation:slideDownLetter .4s ease forwards}.words-slide-right{opacity:0;transform:translate(30px);display:inline-block;animation:slideRightWord .5s ease forwards}.typing-cursor{display:inline-block;animation:blink 1s infinite;font-weight:400;margin-left:2px}@keyframes fadeInLetter{to{opacity:1}}@keyframes slideDownLetter{to{opacity:1;transform:translateY(0)}}@keyframes slideRightWord{to{opacity:1;transform:translate(0)}}.typing-animation{transition:opacity .3s ease}.typing-animation.preserve-layout{display:inline-flex;flex-wrap:wrap;justify-content:inherit}.typing-cursor{display:inline-block;width:3px;background-color:currentColor;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.slide-content{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.slide-content h2{font-size:1.5rem;margin-bottom:.5rem;line-height:1.3}.slide-content a{margin-top:2rem;display:inline-block}@media(min-width:1024px){.slide-content h2{font-size:55px;margin-bottom:.5rem}.slide-content{width:700px}}body{font-family:poppins,Montserrat,sans-serif}.text-small{font-size:var(--fs-small)!important;line-height:15px}.mat-icon.icon-size-24{height:24px!important;width:24px!important}.border-left{border-left:1px solid var(--mat-divider-color)}.mat-mdc-icon-button.mat-mdc-button-base{padding-top:6px!important}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-accent{color:var(--accent)}.text-shadow-light{text-shadow:1px 1px 2px #fff,1.5px 1.5px 3px rgba(0,0,0,.4)}.text-shadow-primary{text-shadow:1px 1px 2px #fff,1.5px 1.5px 2px rgba(0,93,187,.3647058824)}.title{font-size:46px}@media(max-width:1023px){.title{font-size:26px!important}}.sub-title{font-size:38px;margin-bottom:2rem;text-shadow:1px 1px 1px #979797,1px 1px 2px rgba(0,0,0,.4)}.btn{outline:none;border:2px solid transparent;padding:12px 24px;border-radius:999px;min-width:100px;font-size:16px;letter-spacing:1px}.btn.btn-primary{background-color:var(--primary);color:#fff}.rank-image{border-radius:20px;width:100%;height:auto}.filter-card{box-shadow:0 4px 15px #0003;border-radius:10px}.fs-xl{font-size:4rem}.bg-light-brown{background-color:#d0c9c3}.truncate-lines{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word}.truncate-toggle{color:#007bff;cursor:pointer;font-size:.9em;margin-left:4px;text-decoration:underline}.truncate-toggle:hover{color:#0056b3}.page-content p{margin-bottom:1.2rem;line-height:1.5}html,body{height:100%}body{margin:0}
