:root{--primary-col:#2B449D;--secondary-col:#E2FF54;--white-col:#ffffff;--black-col:#2A2A2A;--lite-black-col:#615E5B;--btn-black-col:#040F36;--lite-gray:#F7F8FA;--lite-bg:#F2F2FF;--border-col:#D8D8D8;--pricing-black:#181818;--dark-black:#000000;--color-border:#E1E1E1;--color-icon:#D3D3D3}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),url("../fonts/SFProDisplay-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),url("../fonts/SFProDisplay-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),url("../fonts/SFProDisplay-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-BlackItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-BlackItalic.woff") format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-HeavyItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-HeavyItalic.woff") format("woff");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-LightItalic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-ThinItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-ThinItalic.woff") format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"SF Pro Display";src:url("../fonts/SFProDisplay-UltralightItalic.woff2") format("woff2"),url("../fonts/SFProDisplay-UltralightItalic.woff") format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Petrona";src:url("../fonts/Petrona-SemiBold.woff2") format("woff2"),url("../fonts/Petrona-SemiBold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}body{font-family:"SF Pro Display",sans-serif}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media only screen and (max-width: 90em){html{font-size:62.5%}}@media only screen and (max-width: 75em){html{font-size:55%}}@media only screen and (max-width: 62.3125em){html{font-size:54%}}@media only screen and (max-width: 64em){html{font-size:53%}}@media only screen and (max-width: 37.5em){html{font-size:53%}}body{box-sizing:border-box;font-size:1.5rem}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm{max-width:540px}.container{max-width:540px}}@media(min-width: 768px){.container-md{max-width:720px}.container{max-width:720px}}@media(min-width: 992px){.container-lg{max-width:960px}.container{max-width:960px}}@media(min-width: 1200px){.container-xl{max-width:1140px}.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl{max-width:1320px}.container{max-width:1320px}}@media(min-width: 1600px){.container-xxxl{max-width:1500px}.container{max-width:1500px}}.flex-center{display:flex;align-items:center;justify-content:center}.mr-0{margin-right:0}.mr-1{margin-right:.4rem}.mr-2{margin-right:.8rem}.mr-3{margin-right:1.2rem}.mr-4{margin-right:1.6rem}.mr-5{margin-right:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.4rem}.mb-2{margin-bottom:.8rem}.mb-3{margin-bottom:1.2rem}.mb-4{margin-bottom:1.6rem}.mb-5{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.4rem}.ml-2{margin-left:.8rem}.ml-3{margin-left:1.2rem}.ml-4{margin-left:1.6rem}.ml-5{margin-left:2rem}.gap-1{gap:.4rem}.gap-2{gap:.8rem}.gap-3{gap:1.2rem}.gap-4{gap:1.6rem}.gap-5{gap:2rem}.primary-button{border-radius:.8rem;border:1px solid var(--white-col);color:var(--white-col);background-color:rgba(0,0,0,0);width:18.7rem;height:4.7rem;display:flex;justify-content:center;align-items:center;text-decoration:none;font-weight:700;font-size:1.8rem;line-height:2.2rem;position:relative;overflow:hidden;transition:color .3s ease,transform .2s ease}@media only screen and (max-width: 37.5em){.primary-button{width:100%}}.primary-button::after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:var(--white-col);z-index:-1;transition:all .4s ease-in-out;transform:skewX(0)}.primary-button:hover::after{left:0}.primary-button:hover{color:var(--black-col);transform:translateY(0)}.primary-button.blue{border:1px solid var(--primary-col);color:var(--primary-col)}.primary-button.blue::after{background-color:var(--primary-col);left:-100%}.primary-button.blue:hover{color:#fff}.primary-button.blue:hover::after{left:0}.secondary-button{width:18.7rem;height:4.7rem;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-col);border-radius:.8rem;text-decoration:none;color:var(--btn-black-col);font-size:1.8rem;font-weight:700;line-height:2.2rem;position:relative;overflow:hidden;transition:color .3s ease,background-color .3s ease;z-index:1}@media only screen and (max-width: 37.5em){.secondary-button{width:100%}}.secondary-button::after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#bfe407;z-index:-1;transition:width .3s ease}.secondary-button:hover::after{width:100%}.secondary-button:hover{color:var(--btn-black-col)}.section-head{color:var(--black-col);font-size:4rem;font-style:normal;font-weight:700;text-transform:capitalize}@media only screen and (max-width: 64em){.section-head{font-size:3rem}}@media only screen and (max-width: 48em){.section-head{font-size:2.6rem}}.section-sm-head{color:var(--lite-black-col);font-size:1.7rem;font-style:normal;font-weight:400}.text-center{text-align:center}.d-flex{display:flex}.justify-content-center{justify-content:center}.justify-content-start{justify-content:flex-start}.align-items-center{align-items:center}.testimonial__slider .swiper-pagination-bullet{width:1rem !important;height:.6rem !important;border-radius:2rem !important;background-color:#7e7e7e !important}.testimonial__slider .swiper-pagination-bullet.swiper-pagination-bullet-active{width:3rem !important;height:.6rem !important;border-radius:2rem !important;background-color:var(--primary-col) !important}.testimonial__slider .swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-4rem}@keyframes floatUpDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-1rem)}}@keyframes floatLeftRight{0%,100%{scale:.97}50%{scale:1}}.w-100{width:100%}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.section-sm-head-blue{color:var(--primary-col);font-size:2.2rem;font-style:normal;font-weight:500;line-height:140%}@media only screen and (max-width: 48em){.section-sm-head-blue{font-size:1.8rem}}.book-demo-btn{border-radius:3rem;background:#e2ff54;color:#040f36;font-size:1.6rem;font-style:normal;font-weight:590;line-height:24px;text-transform:uppercase;padding:.9rem 2rem;text-decoration:none;display:inline-block}body{font-family:"SF Pro Display",sans-serif}.about-section__counter::after{content:"+"}.blog__section{padding:5rem 0}.blog__section--head{display:flex;justify-content:space-between;align-items:center;margin-bottom:5rem}.blog__section--view-more-btn{padding:.7rem 2rem;color:var(--primary-col);font-size:1.6rem;font-style:normal;font-weight:500;line-height:125%;border:1px solid var(--primary-col);text-decoration:none;border-radius:3rem;display:flex;align-items:center}.blog__section--view-more-btn svg{transition:transform .3s ease}.blog__section--view-more-btn:hover svg{transform:translateX(5px)}.blog__slider{padding:.5rem !important;padding-bottom:2rem !important}.blog__slider--content{padding:1.5rem}.blog__card{border-radius:2rem;background:var(--white-col);box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;overflow:hidden;text-decoration:none;padding-bottom:1rem;height:48rem;position:relative}.blog__card--img-box{height:23rem;width:100%;overflow:hidden}.blog__card--head{color:var(--black-col);font-size:2rem;font-style:normal;font-weight:700;line-height:140%;text-decoration:none;margin-bottom:1.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog__card--img{height:23rem;width:100%;object-fit:cover;transition:.4s ease-in all}.blog__card--excerpt{color:#615e5b;font-size:1.6rem;font-style:normal;font-weight:400;line-height:180%;height:9rem;overflow:hidden;margin-bottom:1rem}.blog__card--excerpt p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.blog__card--time{font-size:1.3rem;color:#8d8b8a;margin-bottom:1rem;display:block}.blog__card--link{color:var(--primary-col);font-size:1.6rem;font-style:normal;font-weight:500;line-height:122%;position:absolute;bottom:3rem;left:1.5rem}.blog__card:hover .blog__card--img{transform:scale(1.1)}.blog__banner{height:43rem;background-image:url("../images/blogs/blog-banner.png");background-size:cover;margin-top:7.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.blog__banner--head{color:var(--white-col);text-align:center;font-size:5rem;font-style:normal;font-weight:1000;line-height:normal;letter-spacing:.5px;text-transform:uppercase;width:105rem;margin-bottom:2rem}@media only screen and (max-width: 64em){.blog__banner--head{font-size:4rem;width:80rem}}@media only screen and (max-width: 48em){.blog__banner--head{font-size:3.4rem;width:auto;padding:0 1.5rem}}@media only screen and (max-width: 37.5em){.blog__banner--head{font-size:2.8rem;width:auto;padding:0 1.5rem}}.blog__breadcrumb{width:18rem;border-radius:30rem;background:rgba(33,64,173,.5);color:var(--white-col);font-size:2rem;font-style:normal;font-weight:500;line-height:normal;padding:1.2rem 2.4rem;display:flex;justify-content:center;align-items:center}.blog__breadcrumb a{color:var(--white-col);text-decoration:none;margin-right:.5rem}.blog__breadcrumb span{opacity:.5}.blog__page--container{padding:10rem 0}.blog__page--img-box{height:52rem;width:100%;overflow:hidden;border-radius:2rem;position:relative;margin-bottom:4rem}.blog__page--img{width:100%;height:100%;object-fit:cover}.blog__page--head{background:rgba(0,0,0,.1);backdrop-filter:blur(19.6875px);position:absolute;left:0;bottom:0;width:100%;padding:4rem 2rem}.blog__page--head h1{color:var(--white-col);font-size:3rem;font-style:normal;font-weight:700;line-height:normal;margin-bottom:1rem}.blog__page--date{color:var(--white-col);font-size:1.6rem;font-style:normal;font-weight:300;line-height:normal}.blog__page--grid{display:grid;grid-template-columns:2fr 1fr}@media only screen and (max-width: 62.3125em){.blog__page--grid{grid-template-columns:1fr}}.blog-content{padding:10px}.blog-listing__container{padding:10rem 0}.blog-listing__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem}@media only screen and (max-width: 64em){.blog-listing__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 37.5em){.blog-listing__grid{grid-template-columns:1fr;gap:2rem}}.blog-listing__latest{padding:10rem 0}.blog-listing__latest .section-head{margin-bottom:4rem}.navbar{position:fixed;top:0;z-index:111;width:100%;transition:background-color .4s ease,box-shadow .4s ease,padding .3s ease;background-color:var(--primary-col)}.navbar__container{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.navbar__container--ul{list-style:none;display:flex;align-items:center;gap:3.5rem;margin-right:3.5rem}.navbar__link{color:var(--white-col);font-size:1.6rem;font-weight:400;line-height:2.4rem;text-decoration:none;transition:color .3s ease}.navbar__link.active{color:#e2ff54;font-weight:600}.navbar__link:hover{color:var(--secondary-col)}.navbar__button{padding:8px 20px;color:var(--btn-black-col);background-color:var(--secondary-col);border-radius:2rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;text-decoration:none}.navbar.sticky-navbar{background-color:var(--white-col);box-shadow:rgba(0,0,0,.04) 0px 3px 5px}.navbar.sticky-navbar .navbar__link{color:var(--black-col)}.navbar.sticky-navbar .navbar__link.active{color:var(--black-col);font-weight:600}.navbar.sticky-navbar .navbar__hamburger span{background-color:var(--black-col)}.navbar.sticky-navbar .navbar__dropdown-arrow-icon{stroke:var(--black-col)}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer}.navbar__hamburger span{display:block;width:25px;height:3px;background-color:var(--white-col);transition:all .3s ease}.navbar__hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.navbar__hamburger.active span:nth-child(2){opacity:0}.navbar__hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.navbar__dropdown{position:relative;cursor:pointer}.navbar__dropdown-toggle{border-style:none;background-color:rgba(0,0,0,0);cursor:pointer;position:relative;padding-right:2rem}.navbar__dropdown-arrow{position:absolute;right:0;top:-2px}.navbar__dropdown-arrow-icon{stroke:var(--white-col)}.navbar__dropdown-menu{display:none;opacity:0;transition:opacity .3s ease;position:absolute;top:30px;left:0;list-style:none;background-color:var(--white-col);border-radius:.6rem;box-shadow:rgba(17,17,26,.1) 0px 0px 16px;overflow:hidden;width:34rem;padding:1rem .6rem}.navbar__dropdown-menu li a{text-decoration:none;color:var(--black-col);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize;white-space:nowrap;display:inline-block;width:100%;padding:1rem;border-bottom:1px solid #efefef}.navbar__dropdown-menu li a:hover{background-color:#f5f7fa;color:var(--primary-col)}.navbar__dropdown-menu li:last-child a{border-bottom:none}.navbar__dropdown.open .navbar__dropdown-menu{display:block;opacity:1}.navbar__dropdown.active .navbar__link{color:var(--black-col);font-weight:600}.mobile-menu{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:#fff;box-shadow:2px 0 8px rgba(0,0,0,.1);transition:right .3s ease;padding:3rem 2rem;z-index:130;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu .close-btn{font-size:2.5rem;border:none;background:none;margin-bottom:2rem;cursor:pointer}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:2rem}.mobile-menu ul a{color:#000;font-size:1.8rem;text-decoration:none}.mobile-menu ul a:hover{color:var(--primary-col)}.mobile-menu ul a.active{color:var(--black-col);font-weight:600}.mobile-menu__dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;color:#000;font-size:1.8rem;text-decoration:none;cursor:pointer;padding:0;text-align:left}.mobile-menu__dropdown-arrow{display:inline-flex;transition:transform .3s ease}.mobile-menu__dropdown-arrow.open{transform:rotate(180deg)}.mobile-menu__dropdown-arrow svg{width:13px;height:7px}.mobile-menu__dropdown-list{list-style:none;padding-left:1.5rem;margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu__dropdown-list li a{font-size:1.6rem;color:#333}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:50;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-overlay.open{opacity:1;pointer-events:auto}@media only screen and (max-width: 48em){.navbar__container{padding:1.5rem 0}.navbar__container--ul,.navbar__actions{display:none}.navbar__hamburger{display:flex}}.hero__section{min-height:110vh;background-color:var(--primary-col);background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}@media only screen and (max-width: 75em){.hero__section{min-height:auto}}.hero__left-shadow{position:absolute;left:0;top:0;height:100%}.hero__right-shadow{position:absolute;right:0;top:0;height:100%}.hero__content{display:flex;flex-direction:column;align-items:center;padding-top:20rem}@media(min-width: 80.0625em)and (max-width: 90em){.hero__content{padding-top:15rem}}@media only screen and (max-width: 31.25em){.hero__content{padding-top:15rem}}.hero__content--head{background:linear-gradient(101deg, #FFF 11.72%, #FFF 45.17%, rgba(255, 255, 255, 0) 105.87%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:5.2rem;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-align:center;width:110rem;margin-bottom:1rem}.hero__content--head span{color:var(--secondary-col);-webkit-text-fill-color:var(--secondary-col);display:inline-block}@media only screen and (max-width: 90em){.hero__content--head{font-size:5rem;width:110rem}}@media(min-width: 80.0625em)and (max-width: 90em){.hero__content--head{font-size:4.2rem;width:86rem}}@media only screen and (max-width: 62.3125em){.hero__content--head{width:90rem;font-size:3.8rem}}@media only screen and (max-width: 48em){.hero__content--head{width:66rem}}@media only screen and (max-width: 37.5em){.hero__content--head{width:50rem;font-size:3.4rem}}@media only screen and (max-width: 31.25em){.hero__content--head{font-size:2.8rem;width:39rem}}@media only screen and (max-width: 31.25em){.hero__content--head{margin-bottom:2rem}}.hero__content--text{color:#f5f5f5;text-align:center;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:1px;width:87rem}@media only screen and (max-width: 48em){.hero__content--text{width:auto}}@media only screen and (max-width: 37.5em){.hero__content--text{font-size:1.6rem;letter-spacing:unset;line-height:2.4rem}}.hero__content--buttons{display:flex;align-items:center;justify-content:center;gap:2.4rem;margin-top:4rem}@media only screen and (max-width: 37.5em){.hero__content--buttons{flex-direction:column;width:100%;gap:1rem}}.hero__content--sm-head{border-radius:5rem;border:.5px solid #8ca2ee;color:#e2ff54;text-align:center;font-size:24px;font-style:normal;font-weight:500;letter-spacing:.48px;text-transform:capitalize;padding:.7rem 2rem;margin-bottom:2rem;background:hsla(0,0%,100%,.07);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}@media(min-width: 80.0625em)and (max-width: 90em){.hero__content--sm-head{font-size:18px;padding:.7rem 1.6rem}}@media only screen and (max-width: 62.3125em){.hero__content--sm-head{font-size:16px;padding:.7rem 1.6rem}}@media only screen and (max-width: 48em){.hero__content--sm-head{font-size:14px;padding:.5rem 1rem;margin-bottom:1rem}}@media only screen and (max-width: 37.5em){.hero__content--sm-head{font-size:12px;padding:.5rem 1rem}}.hero__images{display:flex;justify-content:space-between;position:relative;height:50rem;margin-top:6rem}.hero__images--right{position:relative}@media only screen and (max-width: 100em){.hero__images{height:45rem}}@media(min-width: 80.0625em)and (max-width: 90em){.hero__images{height:45rem;margin-top:3rem}}@media only screen and (max-width: 75em){.hero__images{height:36rem}}@media only screen and (max-width: 48em){.hero__images{height:26rem;margin-top:0}}@media only screen and (max-width: 31.25em){.hero__images{height:23rem}}.hero__laptop{position:absolute;left:0;bottom:-1rem;height:50rem}.hero__laptop.conversion{animation:floatLeftRight 3s ease-in-out infinite}.hero__laptop.campaign{animation:floatUpDown 3s ease-in-out infinite}@media only screen and (max-width: 100em){.hero__laptop{height:45rem}}@media only screen and (max-width: 90em){.hero__laptop{height:42rem}}@media(min-width: 80.0625em)and (max-width: 90em){.hero__laptop{height:38rem}}@media only screen and (min-width: 87.5em)and (max-width: 90em){.hero__laptop{height:44rem}}@media only screen and (max-width: 75em){.hero__laptop{height:36rem}}@media only screen and (max-width: 62.3125em){.hero__laptop{height:30rem}}@media only screen and (max-width: 48em){.hero__laptop{height:22rem}}@media only screen and (max-width: 37.5em){.hero__laptop{height:21rem}}@media only screen and (max-width: 31.25em){.hero__laptop{height:17rem}}@media only screen and (max-width: 25em){.hero__laptop{height:15rem}}.hero__mobile{position:absolute;right:0;top:10rem;height:41rem}@media only screen and (max-width: 100em){.hero__mobile{height:35rem}}@media only screen and (max-width: 90em){.hero__mobile{height:31rem}}@media only screen and (min-width: 87.5em)and (max-width: 90em){.hero__mobile{height:36rem}}@media only screen and (max-width: 75em){.hero__mobile{height:27rem}}@media only screen and (max-width: 64em){.hero__mobile{height:27rem}}@media only screen and (max-width: 62.3125em){.hero__mobile{height:23rem}}@media only screen and (max-width: 48em){.hero__mobile{height:16rem}}@media only screen and (max-width: 37.5em){.hero__mobile{height:16rem}}@media only screen and (max-width: 31.25em){.hero__mobile{height:11rem}}@media only screen and (max-width: 25em){.hero__mobile{height:11rem}}.trusted__section{background-color:var(--lite-gray);padding:3.5rem 0}@media only screen and (max-width: 48em){.trusted__section{padding:2.5rem 0}}.trusted__section .container{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 48em){.trusted__section .container{display:block;width:100%}}.trusted__text{color:#667085;font-size:2rem;font-style:normal;font-weight:400;line-height:3rem;letter-spacing:.12px;min-width:20rem}@media only screen and (max-width: 48em){.trusted__text{text-align:center;font-size:1.8rem}.trusted__text br{display:none}}@media only screen and (max-width: 62.3125em){.trusted__logo img{width:16rem;height:auto}}.about-section{padding:80px 0 0;position:relative}@media only screen and (max-width: 90em){.about-section{padding:50px 0}}@media only screen and (max-width: 64em){.about-section{padding:30px 0}}.about-section__background{position:absolute;top:6.8rem;right:0}.about-section__content{display:flex;align-items:center;justify-content:space-between;gap:20rem}@media only screen and (max-width: 90em){.about-section__content{gap:11rem}}@media only screen and (max-width: 64em){.about-section__content{flex-direction:column;gap:6rem}}@media only screen and (max-width: 37.5em){.about-section__content{gap:4rem}}.about-section__anniversary-img{height:60.9rem;width:auto;display:block}@media only screen and (max-width: 90em){.about-section__anniversary-img{height:50rem}}@media only screen and (max-width: 37.5em){.about-section__anniversary-img{height:30rem}}.about-section__left-img{position:relative}.about-section__counter-main{border-radius:1.2rem;background:#fff;padding:2rem;position:absolute;width:15rem;right:-5.2rem;top:8.4rem;box-shadow:0 31px 80px 0 rgba(0,0,0,.06),0 18.253px 41.728px 0 rgba(0,0,0,.04),0 9.374px 19.584px 0 rgba(0,0,0,.03),0 3.77px 8.576px 0 rgba(0,0,0,.03),0 .843px 3.712px 0 rgba(0,0,0,.02);animation:floatUpDown 3s ease-in-out infinite}@media only screen and (max-width: 37.5em){.about-section__counter-main{width:10rem;right:-4rem;padding:1.5rem}}@keyframes floatUpDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-1rem)}}.about-section__counter-main p{color:#47566d;text-align:center;font-size:1.3rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:1.2rem}@media only screen and (max-width: 37.5em){.about-section__counter-main p{padding-bottom:.8rem;font-size:1rem;white-space:nowrap}}.about-section__counter{color:#1c2d49;text-align:center;font-size:3.4rem;font-style:normal;font-weight:590;line-height:normal;position:relative}@media only screen and (max-width: 90em){.about-section__counter{font-size:3rem}}@media only screen and (max-width: 37.5em){.about-section__counter{font-size:1.2rem}}.about-section__reviews-main{border-radius:1.2rem;background:#fff;padding:2rem;position:absolute;bottom:.9rem;left:5.9rem;width:auto;box-shadow:0 31px 80px 0 rgba(0,0,0,.06),0 18.253px 41.728px 0 rgba(0,0,0,.04),0 9.374px 19.584px 0 rgba(0,0,0,.03),0 3.77px 8.576px 0 rgba(0,0,0,.03),0 .843px 3.712px 0 rgba(0,0,0,.02);animation:floatUpDown 3s ease-in-out infinite}@keyframes floatUpDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-1rem)}}@media only screen and (max-width: 90em){.about-section__reviews-main{bottom:-2.1rem}}@media only screen and (max-width: 37.5em){.about-section__reviews-main{width:10rem;bottom:-2.5rem;padding:1rem}}.about-section__reviews-inner{display:flex;align-items:center;justify-content:center;margin-left:.5rem}.about-section__reviews-inner img{margin-left:-0.7rem;width:3.2rem;height:3.1rem;border-radius:50%}.about-section__reviews-inner img:first-child{margin-left:0}@media only screen and (max-width: 37.5em){.about-section__reviews-inner img{width:2.2rem;height:2.2rem}}.about-section__plus-img{width:3.8rem !important;height:3.8rem !important}@media only screen and (max-width: 37.5em){.about-section__plus-img{width:2.6rem !important;height:2.6rem !important}}.about-section__heading{color:#1c2d49;text-align:center;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;margin-top:.6rem;white-space:nowrap}@media only screen and (max-width: 37.5em){.about-section__heading{font-size:1rem}}.about-section__right-heading{color:#2a2a2a;font-size:4rem;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;padding-bottom:5rem}@media only screen and (max-width: 90em){.about-section__right-heading{padding-bottom:2rem;font-size:3.5rem}}@media only screen and (max-width: 64em){.about-section__right-heading{text-align:center}}@media only screen and (max-width: 37.5em){.about-section__right-heading{font-size:2.6rem}}.about-section__paragraph{color:#615e5b;text-align:justify;font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.9rem}@media only screen and (max-width: 90em){.about-section__paragraph{font-size:1.6rem}}@media only screen and (max-width: 37.5em){.about-section__paragraph{font-size:1.6rem;line-height:2}}.about-section__explore-btn{display:inline-block;background-color:#2b449d;color:var(--white-col);text-align:center;font-size:1.8rem;padding:1.8rem 5.3rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.2rem;text-transform:uppercase;border:none;cursor:pointer;clip-path:polygon(0 0, 100% 0, 95% 100%, 0% 100%);transition:background-color .3s ease,transform .3s ease;margin-top:3.2rem;text-decoration:none}@media only screen and (max-width: 90em){.about-section__explore-btn{padding:1.6rem 5.3rem;font-size:1.6rem}}@media only screen and (max-width: 64em){.about-section__explore-btn{margin-left:auto;margin-right:auto;display:block;max-width:max-content}}@media only screen and (max-width: 37.5em){.about-section__explore-btn{font-size:1.3rem}}.about-section__explore-btn:hover{background-color:#11256c}.benefits__section{position:relative;padding:10rem 0}.benefits__background{position:absolute;top:0;right:0}.benefits__slider{padding-top:6rem !important;padding-bottom:4.5rem !important}.benefits__slider--item{border-radius:1.5rem;border:1px solid #eaeaea;background:var(--white-col);padding:3rem;min-height:33rem;transition:.3s ease-in;cursor:pointer}.benefits__slider--item:hover{border:1px solid var(--primary-col)}.benefits__slider--item:hover .benefits__slider--img-box{background-color:#fff;border:1px solid var(--primary-col)}.benefits__slider--item:hover .benefits__slider--link{font-size:1.8rem}.benefits__slider--img-box{width:6.4rem;height:6.4rem;display:flex;justify-content:center;align-items:center;border-radius:1.5rem;background:var(--lite-bg);border:1px solid var(--lite-bg);transition:.3s ease-in}.benefits__slider--img-box img{width:4rem;height:auto}.benefits__slider--head{color:var(--black-col);font-size:2.2rem;font-style:normal;font-weight:600;line-height:150%;margin:2rem 0 1.2rem}.benefits__slider--description{color:#615e5b;font-size:1.6rem;font-style:normal;font-weight:400;line-height:170%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-align:justify}.benefits__slider--link{color:var(--primary-col);font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;margin-top:1.6rem;display:inline-block;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transition:.3s ease-in}.benefits__slider--container{position:relative}.benefits__navigation{position:absolute;top:0;right:2rem;display:flex;align-items:center;gap:1rem;z-index:11}.benefits__navigation button{border-radius:50%;border:1px solid rgba(0,0,0,.4);width:4.5rem;height:4.5rem;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0)}.benefits__navigation button.swiper-button-disabled{opacity:.5}.features-main{overflow:hidden}.features-main__inner{display:flex;align-items:flex-start;gap:10rem;padding:5rem 0 5rem;position:relative}@media only screen and (max-width: 90em){.features-main__inner{padding:5rem 0 5rem}}@media only screen and (max-width: 64em){.features-main__inner{padding:4rem 0}}@media only screen and (max-width: 48em){.features-main__inner{flex-direction:column;gap:1rem;padding:3rem 0}}@media only screen and (max-width: 48em){.features-main__inner.reverse-column{flex-direction:column-reverse}}.features-main__feature-image{position:relative}@media only screen and (max-width: 48em){.features-main__feature-image.phone-position img{margin-left:unset;margin-right:unset}}@media only screen and (max-width: 48em){.features-main__feature-image{width:100%}}.features-main__feature-image.right-arrow::before{display:none}.features-main__feature-image.right-arrow::after{content:"";position:absolute;background-image:url("../images/left-arrow.png");background-size:contain;background-repeat:no-repeat;background-position:center;width:14.5rem;height:24.9rem;position:absolute;top:30%;left:-6.8rem;transform:translateY(-50%)}@media only screen and (max-width: 48em){.features-main__feature-image.right-arrow::after{display:none}}.features-main__feature-image img{width:65rem;height:auto;display:block;z-index:1;position:relative}@media only screen and (max-width: 90em){.features-main__feature-image img{width:55rem}}@media only screen and (max-width: 64em){.features-main__feature-image img{width:35rem}}@media only screen and (max-width: 48em){.features-main__feature-image img{margin-left:auto;margin-right:auto;display:block;width:30rem}}.features-main__feature-image::before{content:"";position:absolute;background-image:url("../images/arrow-right.png");background-size:contain;background-repeat:no-repeat;background-position:center;width:14.5rem;height:24.9rem;position:absolute;top:38%;right:-6.7rem;transform:translateY(-50%)}@media only screen and (max-width: 48em){.features-main__feature-image::before{display:none}}.features-main__heading{color:#2b449d;font-size:3.6rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:.03rem;position:relative}@media only screen and (max-width: 90em){.features-main__heading{font-size:3rem}}@media only screen and (max-width: 64em){.features-main__heading{font-size:2.5rem}}@media only screen and (max-width: 48em){.features-main__heading{text-align:center;font-size:2.6rem}}.features-main__heading::before{content:"";position:absolute;background-image:url("../images/underline.png");background-size:contain;background-repeat:no-repeat;background-position:center;width:26rem;height:.7rem;position:absolute;bottom:-0.8rem;left:-4.5rem}@media only screen and (max-width: 48em){.features-main__heading::before{left:50%;transform:translateX(-50%)}}.features-main__paragraph{color:#615e5b;font-size:1.8rem;font-style:normal;font-weight:400;line-height:3.2rem;letter-spacing:.03rem;padding:1.5rem 0 0 0}@media only screen and (max-width: 90em){.features-main__paragraph{font-size:1.6rem;line-height:1.7}}@media only screen and (max-width: 48em){.features-main__paragraph{font-size:1.6rem}}.features-main__mobile-app{width:60%;display:flex;gap:10rem}@media only screen and (max-width: 48em){.features-main__mobile-app.reverse-column{flex-direction:column-reverse}}@media only screen and (max-width: 64em){.features-main__mobile-app{width:100%}}@media only screen and (max-width: 48em){.features-main__mobile-app{flex-direction:column;gap:2rem}}.features-main__mobile-app img{width:16.6rem;height:auto}@media only screen and (max-width: 37.5em){.features-main__mobile-app img{width:10.6rem;height:16.2rem;object-fit:contain}}.features-main__list{list-style:none}@media only screen and (max-width: 64em){.features-main__list{display:grid;grid-template-columns:repeat(2, 1fr);margin-top:1rem}}.features-main__list img{width:1.6rem;height:1.6rem}@media only screen and (max-width: 90em){.features-main__list img{width:1.4rem;height:1.4rem}}@media only screen and (max-width: 37.5em){.features-main__list img{width:1.2rem;height:1.2rem}}.features-main__item{display:flex;align-items:center;gap:.5rem;margin:1.5rem 0;color:#615e5b;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.03rem}@media only screen and (max-width: 90em){.features-main__item{font-size:1.6rem}}@media only screen and (max-width: 64em){.features-main__item{margin:.5rem 0}}@media only screen and (max-width: 48em){.features-main__item{display:flex;align-items:center;gap:.8rem;margin:.5rem 0;font-size:1.6rem}}.features-main__primary-button-main{margin-top:2rem !important;justify-content:center}@media only screen and (max-width: 37.5em){.features-main__primary-button-main{flex-direction:column}}.features-main__link{margin-top:6rem}@media only screen and (max-width: 48em){.features-main__link{justify-content:center;margin-top:2rem}}@media only screen and (max-width: 37.5em){.features-main__link{flex-direction:column}}.features-main__store-links{display:flex;align-items:center;gap:2rem;margin-top:2rem}.features-main__store-links img{width:15rem}.why-choose__section{padding:6rem 0;background-color:var(--lite-bg)}.why-choose__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-row:2;margin-top:2.5rem}@media only screen and (max-width: 62.3125em){.why-choose__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 37.5em){.why-choose__grid{grid-template-columns:repeat(1, 1fr)}}.why-choose__item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 2rem 5rem;gap:2rem}@media only screen and (max-width: 62.3125em){.why-choose__item:last-child{border-bottom:unset}}@media only screen and (max-width: 62.3125em){.why-choose__item{border-bottom:1px solid var(--border-col)}}@media only screen and (max-width: 37.5em){.why-choose__item{padding:2.5rem 2rem;border-bottom:1px solid var(--border-col)}}.why-choose__item.btm-border{border-bottom:1px solid var(--border-col)}@media only screen and (max-width: 62.3125em){.why-choose__item.btm-border{border-right:1px solid var(--border-col) !important}}@media only screen and (max-width: 37.5em){.why-choose__item.btm-border{border-right:unset !important}}.why-choose__item.right-border{border-right:1px solid var(--border-col)}@media only screen and (max-width: 62.3125em){.why-choose__item.right-border{border-bottom:1px solid var(--border-col)}}@media only screen and (max-width: 37.5em){.why-choose__item.right-border{border-right:unset;border-bottom:1px solid var(--border-col)}}@media only screen and (max-width: 62.3125em){.why-choose__item.responsive-border{border-right:unset !important}}@media only screen and (max-width: 62.3125em){.why-choose__item.border-bottom-none{border-bottom:unset}}@media only screen and (max-width: 37.5em){.why-choose__item.border-bottom-none{border-bottom:1px solid var(--border-col)}}.why-choose__item--icon{width:7rem;height:auto}@media only screen and (max-width: 75em){.why-choose__item--icon{width:5rem}}.why-choose__item--head{color:var(--black-col);text-align:center;font-size:2.2rem;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width: 62.3125em){.why-choose__item--head{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:22rem}}@media only screen and (max-width: 37.5em){.why-choose__item--head{white-space:unset;overflow:unset;text-overflow:unset;width:auto}}.why-choose__item--desc{color:var(--lite-black-col);text-align:center;font-size:1.6rem;font-style:normal;font-weight:400;line-height:25.2px;height:8rem;overflow:hidden}.our-services__section{padding-top:8rem}.our-services__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.2rem;margin-top:4rem}@media only screen and (max-width: 62.3125em){.our-services__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 37.5em){.our-services__grid{grid-template-columns:repeat(1, 1fr)}}.our-services__card{border-radius:1rem;background:#f5f8fe;padding:3rem 2rem;text-align:left;transition:all .3s ease;min-height:30rem}@media only screen and (max-width: 37.5em){.our-services__card{min-height:24rem}}.our-services__card:hover{transform:translateY(-6px);box-shadow:0 4px 15px rgba(0,0,0,.08)}.our-services__icon{margin-bottom:1.2rem}.our-services__icon img{width:32px;height:32px}.our-services__title{color:#2a2a2a;font-size:2.3rem;font-style:normal;font-weight:500;line-height:150%;text-transform:capitalize;margin-bottom:1rem}@media only screen and (max-width: 37.5em){.our-services__title{font-size:2rem}}.our-services__desc{color:#1c1c1c;font-size:1.8rem;font-style:normal;font-weight:400;line-height:28px}@media only screen and (max-width: 37.5em){.our-services__desc{font-size:1.7rem}}.testimonial__section{padding:8rem 0}.testimonial__slider{margin-top:4rem;padding:.5rem !important;padding-bottom:5rem !important}.testimonial__item{padding-top:7rem}.testimonial__item--inner{overflow:hidden;border-radius:1rem;background:var(--white-col);box-shadow:0 2px 12px 0 rgba(31,45,61,.1)}.testimonial__item--head{position:relative;height:6rem;background-color:var(--primary-col);border-top-left-radius:1rem;border-top-right-radius:1rem}.testimonial__item--content{background-color:var(--white-col);padding:3rem}.testimonial__item--title{color:var(--black-col);font-size:2.4rem;font-style:normal;font-weight:600;line-height:3rem;margin-bottom:3rem}.testimonial__item--desc{color:var(--lite-black-col);font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;min-height:15rem;text-align:justify}.testimonial__item--name{color:var(--black-col);font-size:1.8rem;font-style:normal;font-weight:700;line-height:2.4rem}.testimonial__item--role{color:rgba(30,30,30,.6);font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.4rem}.testimonial__item--img{width:10rem;height:10rem;border-radius:50%;overflow:hidden;position:absolute;bottom:0%;left:50%;transform:translate(-50%, 0%);object-fit:cover}.pricing__section{padding:7rem 0 10rem;background-color:var(--lite-bg)}@media only screen and (max-width: 62.3125em){.pricing__section{padding:3rem 0 3rem}}.pricing__section--container{margin-top:3rem;padding:0 15%}@media only screen and (max-width: 90em){.pricing__section--container{padding:0 10%}}@media only screen and (max-width: 75em){.pricing__section--container{padding:0 5%}}@media only screen and (max-width: 48em){.pricing__section--container{padding:0}}.pricing__button{flex-grow:1;z-index:10;border:none;background:rgba(0,0,0,0);cursor:pointer;text-transform:uppercase;transition:color .3s ease;font-size:1.4rem;font-style:normal;font-weight:400;line-height:155%;cursor:pointer}.pricing__button--container{display:flex;position:relative;width:22rem;height:4.4rem;border-radius:2.2rem;overflow:hidden;background-color:#dadaf8}.pricing__button--slider{position:absolute;top:0;left:0;width:50%;height:100%;border-radius:2.2rem;background-color:var(--primary-col);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 5px 7px 0 rgba(82,67,194,.23)}.pricing__button.inactive{color:#494747}.pricing__button.active{color:var(--white-col)}.pricing__plans--container{border-radius:3.2rem;background:#fbfbfb;box-shadow:0 0 20.69px 0 rgba(0,0,0,.08);padding:0 0 4rem;margin-top:9rem;display:flex;justify-content:space-around}@media only screen and (max-width: 48em){.pricing__plans--container{flex-direction:column;gap:1.5rem;padding-bottom:0;background-color:unset;box-shadow:unset;margin-top:3rem}}.pricing__card{padding:5rem 3rem 0;position:relative;overflow:hidden;width:30rem}@media only screen and (max-width: 48em){.pricing__card{width:100%;padding:3rem;border-radius:3.2rem;background:#fbfbfb;box-shadow:0 0 20.69px 0 rgba(0,0,0,.08)}}.pricing__card.pro{padding:5rem 3rem 4rem;background-color:var(--primary-col);color:var(--white-col);border-radius:2.5rem;margin-top:-3rem}@media only screen and (max-width: 48em){.pricing__card.pro{margin-top:0}}.pricing__card.pro .pricing__card--price{color:var(--white-col)}.pricing__card.pro .pricing__card--plan{color:var(--white-col)}.pricing__card.pro .pricing__card--description{color:var(--white-col)}.pricing__card.pro .pricing__card--features span{color:var(--white-col)}.pricing__card.pro .pricing__card--button{background-color:#a0cc16}.pricing__card--badge{border-radius:1.3rem;background:#1b2d6c;position:absolute;top:1.5rem;right:2rem;color:var(--white-col);text-align:center;font-size:1rem;font-style:normal;font-weight:900;line-height:normal;padding:.7rem 1.8rem}.pricing__card--price{color:var(--pricing-black);font-size:3.6rem;font-style:normal;font-weight:600;line-height:4.6rem}@media only screen and (max-width: 75em){.pricing__card--price{font-size:3rem}}.pricing__card--plan{color:var(--pricing-black);font-size:2.8rem;font-style:normal;font-weight:590;line-height:normal;margin:2rem 0 1.5rem}@media only screen and (max-width: 75em){.pricing__card--plan{margin:.8rem 0;font-size:2.2rem}}.pricing__card--description{color:#494747;font-size:1.6rem;font-style:normal;font-weight:400;line-height:125%;margin-bottom:3rem}.pricing__card--features{list-style:none;margin-bottom:2.4rem}.pricing__card--features li{display:flex;align-items:flex-start;margin-bottom:1rem}.pricing__card--features li svg{min-height:20px;min-width:20px}.pricing__card--features span{color:#494747;font-size:1.6rem;font-style:normal;font-weight:400;line-height:125%;margin-left:1rem}.pricing__card--button{border-radius:24px;background:#e7e7e7;width:100%;height:4.5rem;display:flex;align-items:center;justify-content:center;color:var(--primary-col);text-align:center;font-size:1.6rem;font-weight:600;line-height:normal;border-style:none;font-family:"SF Pro Display";cursor:pointer;text-decoration:none}.pricing__card--bg{position:absolute;top:0;right:-4rem}.integration__section{padding:10rem 0;background-color:var(--white-col)}@media only screen and (max-width: 62.3125em){.integration__section{padding:3rem 0}}.integration__grid{display:grid;grid-template-columns:2fr 3fr;gap:3rem;padding:0 5rem}@media only screen and (max-width: 62.3125em){.integration__grid{padding:0}}.integration__grid--left .section-head{width:90%;margin-top:2rem}.integration__grid--left .section-sm-head{width:80%}@media only screen and (max-width: 62.3125em){.integration__grid{grid-template-columns:1fr}.integration__grid>:first-child{order:2}.integration__grid>:last-child{order:1}}.integration__box--top{border-radius:1.5rem 1.5rem 0 0;background:var(--primary-col);box-shadow:0 0 20px 10px rgba(80,78,228,.1);color:var(--white-col);text-align:center;font-size:1.8rem;font-style:normal;font-weight:500;line-height:30px;padding:1.3rem;margin-bottom:.8rem}@media only screen and (max-width: 37.5em){.integration__box--top{font-size:1.4rem}}.integration__box--middle{display:flex;align-items:center;gap:.8rem}.integration__box--inner-box{display:flex;flex-direction:column;align-items:center;width:50%;padding:1.5rem 2.5rem;border-radius:.6rem;background:var(--white-col);box-shadow:0 0 20px 10px rgba(80,78,228,.1)}.integration__box--inner-box p{color:#05034e;font-size:1.8rem;font-style:normal;font-weight:400;line-height:30px;text-align:center;margin-bottom:1rem}@media only screen and (max-width: 37.5em){.integration__box--inner-box p{font-size:1.4rem;white-space:nowrap}}.integration__box--inner-box img{height:7rem}@media only screen and (max-width: 37.5em){.integration__box--inner-box img{height:5rem}}.accordion-section{padding-top:3rem}.accordion-container{width:100%}.accordion-section__header{color:#2a2a2a;text-transform:capitalize;padding-bottom:3rem;font-size:4rem;font-style:normal;font-weight:700;line-height:normal}.accordion-item{border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;margin-bottom:.75rem;overflow:hidden;transition:all .25s ease}.accordion-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;font-size:1.8rem;color:#111827;background-color:#f9fafb;border:none;outline:none;cursor:pointer;text-align:left;transition:background-color .25s ease,color .25s ease}.accordion-header:hover{background-color:rgba(165,165,165,.3764705882)}.accordion-header svg{color:#6b7280;transition:transform .25s ease}.accordion-header[aria-expanded=true] svg{transform:rotate(180deg);color:#bebebe}.accordion-content{padding:1rem 1.25rem;font-size:1.6rem;line-height:2.2rem;color:#4b5563;background-color:#fff;border-top:1px solid #e5e7eb;animation:slideDown .35s ease-out}@keyframes slideDown{from{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-top:1rem;padding-bottom:1rem}}.accordian-main{padding:5rem 0}.accordion{width:100%;margin:0 auto;padding-top:5rem;font-family:"SF Pro Display",sans-serif}.accordion__item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;overflow:hidden;background-color:#fff;transition:background-color .3s cubic-bezier(0.4, 0, 0.2, 1),border-color .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)}.accordion__item--active{border-color:#d3d3d3;background:#f2f2ff}.accordion__item--active .accordion__question{color:#2a2a2a;font-weight:700}.accordion__item--active .accordion__answer{opacity:1;max-height:500px;margin:0 0 2rem;transition:max-height .35s cubic-bezier(0.4, 0, 0.2, 1),opacity .35s cubic-bezier(0.4, 0, 0.2, 1),padding .35s cubic-bezier(0.4, 0, 0.2, 1)}.accordion__item--active .accordion__question-icon svg{transform:rotate(-180deg);stroke:#2a2a2a}.accordion__question{width:100%;text-align:left;background:none;border:none;padding:2.2rem;color:#615e5b;font-size:1.8rem;font-weight:700;display:flex;justify-content:space-between;align-items:flex-start;font-family:SF Pro Display,sans-serif;cursor:pointer;transition:color .2s cubic-bezier(0.4, 0, 0.2, 1),background-color .2s cubic-bezier(0.4, 0, 0.2, 1)}.accordion__question-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.accordion__question-icon svg{width:2.5rem;stroke:#d3d3d3;transform:rotate(0deg);transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),stroke .3s cubic-bezier(0.4, 0, 0.2, 1);transform-origin:center}@media only screen and (max-width: 48em){.accordion__question-icon svg{width:2rem;height:2rem}}.accordion__answer{overflow:hidden;max-height:0;opacity:0;padding:0 2rem;transition:max-height .35s cubic-bezier(0.4, 0, 0.2, 1),opacity .35s cubic-bezier(0.4, 0, 0.2, 1),padding .35s cubic-bezier(0.4, 0, 0.2, 1)}.accordion__answer p{margin:0;color:#606267;font-size:1.6rem;font-weight:400;line-height:1.6;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.booking-main{padding:10rem 0 5rem}@media only screen and (max-width: 48em){.booking-main{padding:3rem 0 3rem}}.booking-main__flexbox{display:flex;gap:7rem}@media only screen and (max-width: 48em){.booking-main__flexbox{flex-direction:column;gap:2rem}}.booking-main__inner{width:60%}@media only screen and (max-width: 75em){.booking-main__inner{width:50%}}@media only screen and (max-width: 48em){.booking-main__inner{width:100%}}.booking-main__inner--head{color:#2a2a2a;font-size:4rem;font-style:normal;font-weight:700;line-height:150%;text-transform:capitalize;margin-bottom:3rem}@media only screen and (max-width: 90em){.booking-main__inner--head{margin-bottom:2rem;font-size:3rem}}@media only screen and (max-width: 48em){.booking-main__inner--head{font-size:2.6rem}}.booking-main__list{display:flex;align-items:flex-start;gap:1rem;margin-bottom:3rem}@media only screen and (max-width: 48em){.booking-main__list{font-size:1.4rem}}.booking-main__list img{width:auto;height:auto;margin-top:3px}.booking-main__list h4{color:#2a2a2a;font-size:1.8rem;font-style:normal;font-weight:600;line-height:150%;padding-bottom:.3rem}.booking-main__list p{color:#615e5b;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%}.booking-main__booking-form{border-radius:1rem;border:.1rem solid #d3d3d3;padding:3rem;width:40%}@media only screen and (max-width: 75em){.booking-main__booking-form{width:50%}}@media only screen and (max-width: 48em){.booking-main__booking-form{width:100%}}.booking-main__booking-form p{color:#000;text-align:center;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem}@media only screen and (max-width: 48em){.booking-main__booking-form p{font-size:1.4rem;line-height:2rem;margin-top:2.4rem}}.booking-main__booking-form p span{color:#2544ae}.booking-main__booking-form h3{color:#2a2a2a;font-size:2.6rem;font-style:normal;font-weight:700;line-height:150%;text-align:center;padding-bottom:3rem}.booking-main__input-main{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem;padding-bottom:1.4rem;position:relative}.booking-main__label{color:#2a2a2a;font-size:1.6rem;font-style:normal;font-weight:500}@media only screen and (max-width: 48em){.booking-main__label{font-size:1.4rem}}.booking-main__input{border-radius:.5rem;border:.1rem solid #d3d3d3;background:rgba(248,248,248,.5);width:100%;padding:1rem;font-size:1.6rem;font-style:normal;font-weight:400;color:#2a2a2a;outline:none}@media only screen and (max-width: 48em){.booking-main__input{font-size:1.6rem}}.booking-main__input::placeholder{color:#505050}@media only screen and (max-width: 48em){.booking-main__input::placeholder{font-size:1.6rem}}.booking-main__input .PhoneInputInput{border-style:none;background:rgba(0,0,0,0);outline:none;font-size:1.6rem;font-style:normal;font-weight:400;color:#2a2a2a}.booking-main__input .PhoneInputInput::placeholder{color:#505050}@media only screen and (max-width: 48em){.booking-main__input .PhoneInputInput::placeholder{font-size:1.6rem}}.booking-main__button{border-radius:.8rem;background:#2544ae;width:100%;border:none;padding:1.2rem;text-align:center;color:#fff;font-size:1.8rem;font-style:normal;font-weight:700;line-height:2.2rem;cursor:pointer;margin-top:3rem;transition:background-color .3s,transform .3s;font-family:"SF Pro Display"}.booking-main__button:hover{background-color:#11256c}@media only screen and (max-width: 48em){.booking-main__button{margin-top:1rem}}.booking-main__phone-wrapper{display:flex;align-items:center;gap:.5rem;position:relative}.booking-main__country-dropdown{position:relative;width:8rem}.booking-main__selected{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;border:.1rem solid #dcdcdc;border-radius:.5rem;padding:1rem;color:#505050;font-size:1.6rem;font-style:normal;font-weight:700;cursor:pointer;gap:.5rem}@media only screen and (max-width: 48em){.booking-main__selected{font-size:1.4rem}}.booking-main__arrow{margin-left:.6rem}.booking-main__dropdown{position:absolute;top:110%;left:0;width:100%;background:#fff;border:.1rem solid #dcdcdc;border-radius:.5rem;box-shadow:0 .2rem .6rem rgba(0,0,0,.1);z-index:10;list-style:none}.booking-main__dropdown li{padding:.8rem 1rem;cursor:pointer;color:#505050;font-size:1.5rem;font-style:normal;font-weight:600}.booking-main__dropdown li:hover{background:#f2f2f2}.booking-main__error{color:#b60c0c;font-weight:400;position:absolute;bottom:-3px;font-size:1.4rem}.oppurtunities{padding:5rem 0 10rem;position:relative}@media only screen and (max-width: 64em){.oppurtunities{padding:0 0 50px}}.oppurtunities__background{position:absolute;bottom:0;right:0}@media only screen and (max-width: 48em){.oppurtunities__background{display:none}}.oppurtunities__heading{text-align:center;color:#000;text-align:center;font-family:"Segoe Print";font-size:6rem;font-style:normal;font-weight:400;line-height:normal;position:relative}@media only screen and (max-width: 90em){.oppurtunities__heading{font-size:5rem}}@media only screen and (max-width: 64em){.oppurtunities__heading{font-size:4rem}}@media only screen and (max-width: 48em){.oppurtunities__heading{font-size:2.5rem}}.oppurtunities__heading::before{content:"";background-image:url("../images/oppurtunities-line.png");background-position:center;background-repeat:no-repeat;background-size:contain;width:50rem;height:.5rem;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media only screen and (max-width: 37.5em){.oppurtunities__heading::before{width:30rem}}.footer{background:#030a20}@media only screen and (max-width: 48em){.footer__section.address-section{display:flex;gap:2rem}}@media only screen and (max-width: 64em){.footer__section{width:50%;padding:2rem 0}}@media only screen and (max-width: 37.5em){.footer__section{width:100%;border-bottom:1px solid #464646}}.footer__main{display:flex;justify-content:space-between;padding:7rem 0;flex-wrap:wrap}@media only screen and (max-width: 64em){.footer__main{padding:4rem 0}}.footer__logo{width:15.4rem;height:auto}.footer__section-head{padding-bottom:2.6rem}.footer__section-head h3{color:#fff;font-size:2.8rem;font-style:normal;font-weight:500;line-height:150%}@media only screen and (max-width: 90em){.footer__section-head h3{font-size:2rem}}.footer__subhead{padding-bottom:1.4rem}.footer__subhead:last-child{padding-bottom:0}.footer__subhead h5{color:#fff;font-size:1.6rem;font-style:normal;font-weight:700;line-height:150%;margin-bottom:.8rem}@media only screen and (max-width: 90em){.footer__subhead h5{font-size:1.6rem}}@media only screen and (max-width: 48em){.footer__subhead h5{font-size:1.4rem}}.footer__list{list-style:none}.footer__list.address{display:unset}@media only screen and (max-width: 37.5em){.footer__list{display:grid;grid-template-columns:2fr 3fr}}@media only screen and (max-width: 37.5em){.footer__list.email{grid-template-columns:1fr}}.footer__item{color:#f2f2f2;font-size:1.6rem;font-style:normal;font-weight:400;line-height:3rem}.footer__item a{color:var(--white-col);text-decoration:none;cursor:pointer}.footer__item a:hover{opacity:.8}.footer__payment-systems{display:flex;align-items:center;gap:2rem}@media only screen and (max-width: 64em){.footer__payment-systems{justify-content:unset}}.footer__payment-systems-img{width:auto;height:auto}@media only screen and (max-width: 48em){.footer__payment-systems-img{width:3rem;height:3rem;object-fit:contain}}.footer__payment-system-main{border-radius:.7rem;background:rgba(224,224,224,.05);width:8.5rem;height:5.4rem;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 90em){.footer__payment-system-main{width:7.5rem;height:4.4rem}}.footer__socialmedia{display:flex;align-items:center;gap:3rem}@media only screen and (max-width: 48em){.footer__socialmedia{margin-bottom:2rem}}.footer__socialmedia svg{cursor:pointer;fill:#fff;transition:.3s}.footer__socialmedia svg:hover{fill:#a3a5aa}.footer__paragraph{color:#fff;font-size:1.4rem;font-style:normal;font-weight:500;text-align:center;line-height:normal}@media only screen and (max-width: 48em){.footer__paragraph{order:2}}@media only screen and (max-width: 37.5em){.footer__paragraph{font-size:1.2rem}}.footer__paragraph span{font-weight:500;display:inline}.footer__company-link{color:#fff;font-size:1.4rem;font-style:normal;font-weight:500;text-align:center;line-height:normal;text-decoration:none;padding-left:2px}@media only screen and (max-width: 37.5em){.footer__company-link{font-size:1.2rem}}.footer__copyright{display:flex;align-items:center;justify-content:space-between;padding-bottom:2rem}@media only screen and (max-width: 48em){.footer__copyright{flex-direction:column}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999;transition:opacity .4s ease,visibility .4s ease}.loader-container__spinner{width:4.5rem;padding:7px;aspect-ratio:1;border-radius:50%;background:#2544ae;--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}@keyframes l3{to{transform:rotate(1turn)}}.loader-container.hidden{opacity:0;visibility:hidden}.sticky-contact{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:center;padding:10px 8px;background:#fff;border-radius:6rem;animation:float 3s ease-in-out infinite;z-index:9999;box-shadow:0 0 20px rgba(64,123,255,.4)}.sticky-contact__btn{width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);margin:6px 0;transition:transform .3s ease,box-shadow .3s ease}.sticky-contact__btn-icon{width:24px;height:24px}.sticky-contact__btn--whatsapp{background-color:#25d366;box-shadow:none}.sticky-contact__btn--whatsapp .sticky-contact__btn-icon{filter:brightness(0) invert(1)}.sticky-contact__btn:hover{transform:scale(1.1);box-shadow:0 4px 10px rgba(0,0,0,.2)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}.our-story__section{padding:15rem 0 8rem;position:relative}@media only screen and (max-width: 48em){.our-story__section{padding:10rem 0 8rem}}.our-story__head{color:var(--black-col);text-align:center;font-size:5rem;font-style:normal;font-weight:600;line-height:6rem;margin-bottom:2rem}@media only screen and (max-width: 48em){.our-story__head{margin-bottom:1rem;font-size:3.6rem}}.our-story__desc{color:#615e5b;font-size:1.8rem;font-style:normal;font-weight:400;line-height:170%;padding:0 18%;margin-bottom:5.5rem}@media only screen and (max-width: 75em){.our-story__desc{padding:0 10%}}@media only screen and (max-width: 62.3125em){.our-story__desc{padding:0 5%}}@media only screen and (max-width: 48em){.our-story__desc{padding:0 2%;margin-bottom:3rem}}.our-story__img{max-width:100%;height:auto}.our-story__content{grid-template-columns:2fr 3fr;gap:2rem;margin-top:8rem;display:grid}@media only screen and (max-width: 64em){.our-story__content{gap:3rem}}@media only screen and (max-width: 48em){.our-story__content{margin-top:4rem;grid-template-columns:1fr}}.our-story__left img{max-width:100%;height:auto;border-radius:1.2rem}.our-story__right{display:flex;flex-direction:column;gap:1.6rem}.our-story__right p{color:var(--lite-black-col);font-size:1.6rem;line-height:170%}.our-story__content-desc{color:#615e5b;text-align:justify;font-size:1.8rem;font-style:normal;font-weight:400;line-height:170%}.our-story__content-left{display:flex;align-items:center}.our-story__content-head{color:#000;font-size:4.5rem;font-style:normal;font-weight:500;line-height:120%;opacity:1}@media only screen and (max-width: 48em){.our-story__content-head{font-size:3.6rem}}.our-story__content-head .char{display:inline-block;opacity:.5;transform:translateY(0);will-change:opacity,transform}.our-story__content-head .char--space{width:.5rem;display:inline-block}@media only screen and (max-width: 48em){.our-story__content br{display:none}}.stats-section{background:#f4f7fa;padding:4rem 0}.stats-section .container{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 48em){.stats-section .container{display:grid;grid-template-columns:1fr 1fr}}.stats-section__count{color:#161c2d;text-align:center;font-family:"Petrona";font-size:4.8rem;font-style:normal;font-weight:600;line-height:58px}.stats-section__text{color:#161c2d;text-align:center;font-size:1.9rem;font-style:normal;font-weight:400;line-height:32px}.who-we-are__section{padding:8rem 0}.who-we-are__desc{color:#676767;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:28px;padding:0 23%}@media only screen and (max-width: 62.3125em){.who-we-are__desc{padding:0 5%}}.who-we-are__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:10rem;margin-top:6rem}@media only screen and (max-width: 75em){.who-we-are__grid{gap:6rem}}@media only screen and (max-width: 62.3125em){.who-we-are__grid{gap:3rem}}@media only screen and (max-width: 48em){.who-we-are__grid{grid-template-columns:1fr}}.who-we-are__card{padding:6rem 4rem;border-radius:12px}@media only screen and (max-width: 62.3125em){.who-we-are__card{padding:4rem 2rem}}.who-we-are__card.middle{box-shadow:0 54px 80px -16px rgba(219,222,229,.8)}.who-we-are__card-num{color:var(--dark-black);font-size:40px;font-style:normal;font-weight:700;line-height:40px;position:relative;margin-bottom:2rem}.who-we-are__card-num.second::after{background-color:#ee2a52}.who-we-are__card-num.third::after{background-color:#fab33f}.who-we-are__card-num::after{content:"";width:5rem;height:5rem;position:absolute;left:20px;top:-6px;background-color:#4d46c7;opacity:.1;border-radius:50%}.who-we-are__card-head{color:var(--dark-black);font-size:2.6rem;font-style:normal;font-weight:500;margin-bottom:2rem}.who-we-are__card-desc{color:#676767;font-size:18px;font-style:normal;font-weight:400;line-height:170%}.who-we-are__card-list{list-style:none;color:#676767;font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-left:.2rem}.who-we-are__card-list li::before{content:"";width:1.1rem;height:1.1rem;background-color:#676767;border-radius:50%;margin-right:.7rem;display:inline-block}.team__section{padding:10rem 0;background:#f4f7fa}.team__section .container{display:grid;grid-template-columns:3fr 2fr}@media only screen and (max-width: 62.3125em){.team__section .container{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 48em){.team__section .container{grid-template-columns:1fr}}.team__section-right{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 90em){.team__section-right{padding-left:2rem}}@media only screen and (max-width: 62.3125em){.team__section-right{padding-left:4rem}}.team__desc{color:#505050;font-size:18px;font-style:normal;font-weight:400;line-height:32px}.team__img{position:relative;display:flex;justify-content:center}@media only screen and (max-width: 62.3125em){.team__img{align-items:center;height:100%}}@media only screen and (max-width: 75em){.team__img-relative{width:75%}}@media only screen and (max-width: 62.3125em){.team__img-relative{width:100%}}.team__img-absolute{position:absolute;animation:3s ease-in-out infinite floatUpDown}@media only screen and (max-width: 75em){.team__img-absolute{width:75%}}@media only screen and (max-width: 62.3125em){.team__img-absolute{width:100%}}.team__img-absolute-1{position:absolute}@media only screen and (max-width: 75em){.team__img-absolute-1{width:75%}}@media only screen and (max-width: 62.3125em){.team__img-absolute-1{width:100%}}.visit-us__section{padding:10rem 0}.visit-us__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;margin-top:4rem;align-items:start}@media only screen and (max-width: 64em){.visit-us__grid{gap:3rem}}@media only screen and (max-width: 48em){.visit-us__grid{grid-template-columns:1fr}}.visit-us__info{display:flex;flex-direction:column;gap:2.4rem}.visit-us__info h4{color:var(--black-col);font-size:1.8rem;font-weight:600;margin-bottom:.4rem}.visit-us__info p{color:var(--lite-black-col);font-size:1.6rem;line-height:170%}.visit-us__info a{color:var(--primary-col);text-decoration:none}.visit-us__info a:hover{text-decoration:underline}.visit-us__map iframe{width:100%;border-radius:1.2rem;display:block}.visit-us__desc{color:#615e5b;text-align:center;font-size:1.8rem;font-style:normal;font-weight:400;line-height:28px;padding:0 25%;margin-bottom:2rem}@media only screen and (max-width: 64em){.visit-us__desc{padding:0 5%}}@media only screen and (max-width: 48em){.visit-us__desc{padding:0 2%}}.visit-us__container{margin-top:4rem;padding:0 10%;display:grid;grid-template-columns:repeat(2, 1fr)}@media only screen and (max-width: 64em){.visit-us__container{padding:0 3%}}@media only screen and (max-width: 48em){.visit-us__container{grid-template-columns:1fr}}.visit-us__container-right{padding-left:20%;display:flex;flex-direction:column;justify-content:center;gap:3rem}@media only screen and (max-width: 64em){.visit-us__container-right{padding-left:5%}}@media only screen and (max-width: 48em){.visit-us__container-right{padding-left:0;margin-top:2rem}}.visit-us__image-wrapper{position:relative;width:100%;max-width:55rem;height:auto;overflow:hidden}.visit-us__address{color:var(--lite-black-col);font-size:1.8rem;font-style:normal;font-weight:400;line-height:140%}.visit-us__address-box{display:flex}.visit-us__address-box .count{width:4.2rem;height:4.2rem;color:#473bf0;font-size:1.7rem;font-style:normal;font-weight:400;line-height:32px;background-color:#edebfd;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:2rem}.visit-us__address-head{color:#0c0c0c;font-size:22px;font-style:normal;font-weight:700;line-height:150%}.visit-us__play-link{display:block;position:relative}.visit-us__image{width:100%;height:auto;object-fit:cover;display:block}.visit-us__play-btn{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.4);cursor:pointer;transition:background .3s ease}.visit-us__play-btn:hover{background:rgba(0,0,0,.55)}.visit-us__play-btn::before{content:"";width:100px;height:100px;background:#fff;border-radius:50%;position:absolute}@media only screen and (max-width: 48em){.visit-us__play-btn::before{width:60px;height:60px}}.visit-us__play-icon{position:relative;width:36px;height:36px;color:#3b82f6;z-index:1}@media only screen and (max-width: 48em){.visit-us__play-icon{width:20px;height:20px}}.visit-us__content{display:flex;flex-direction:column;gap:3rem;color:#222;max-width:500px}.visit-us__block{display:flex;align-items:flex-start;gap:1rem}.visit-us__dot{width:16px;height:16px;background:#3b82f6;border-radius:50%;margin-top:4px;flex-shrink:0}.visit-us__title{font-weight:700;font-size:1.1rem;color:#111;margin-bottom:.6rem}.call-to-action{position:relative;background:linear-gradient(0deg, #1134A5 0%, #1134A5 100%)}.call-to-action .container{padding:6rem 0;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 64em){.call-to-action .container{grid-template-columns:1fr}}@media only screen and (max-width: 48em){.call-to-action .container{padding:6rem 2rem}}.call-to-action__head{color:var(--white-col);font-size:5rem;font-style:normal;font-weight:500;line-height:140%;position:relative;z-index:1}@media only screen and (max-width: 85.37em){.call-to-action__head{font-size:4rem;line-height:5rem}}@media only screen and (max-width: 64em){.call-to-action__head{font-size:3.4rem;line-height:4.2rem}}.call-to-action__img{position:absolute;right:0;bottom:0;z-index:0}@media only screen and (max-width: 64em){.call-to-action__img{width:30%}}@media only screen and (max-width: 37.5em){.call-to-action__img{width:50%}}.service__banner{height:43rem;background-image:url("../images/service-banner.png");background-size:cover;margin-top:7.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.service__banner--head{color:var(--white-col);text-align:center;font-size:5rem;font-style:normal;font-weight:1000;line-height:normal;letter-spacing:.5px;text-transform:uppercase;width:105rem;margin-bottom:2rem}@media only screen and (max-width: 64em){.service__banner--head{font-size:4rem;width:80rem}}@media only screen and (max-width: 48em){.service__banner--head{font-size:3.4rem;width:auto;padding:0 1.5rem}}@media only screen and (max-width: 37.5em){.service__banner--head{font-size:2.8rem;width:auto;padding:0 1.5rem}}.service__breadcrumb{width:19rem;border-radius:30rem;background:rgba(33,64,173,.5);color:var(--white-col);font-size:2rem;font-style:normal;font-weight:500;line-height:normal;padding:1.2rem 2.4rem;display:flex;justify-content:center;align-items:center}.service__breadcrumb a{color:var(--white-col);text-decoration:none;margin-right:.5rem}.service__breadcrumb span{opacity:.5}.all-service-main{padding:8rem 0}@media only screen and (max-width: 48em){.all-service-main{padding-bottom:0}}.all-service-main__section{display:grid;grid-template-columns:repeat(16, 1fr)}.all-service-main__section-left{grid-column:1/7}@media only screen and (max-width: 62.3125em){.all-service-main__section-left{display:none}}.all-service-main__section-right{grid-column:8/17}@media only screen and (max-width: 62.3125em){.all-service-main__section-right{grid-column:1/17}}.all-service-main__section-right-img{height:auto;width:100%;border-radius:1rem}.all-service-main__section-right-heading{color:var(--black-col);font-size:3rem;font-style:normal;font-weight:590;line-height:normal;padding-top:5rem}@media only screen and (max-width: 48em){.all-service-main__section-right-heading{padding-top:4rem;font-size:2.5rem}}.all-service-main__section-right-para{color:var(--lite-black-col);text-align:justify;font-size:1.8rem;font-style:normal;font-weight:400;line-height:1.8;padding-top:2.2rem}.all-service-main__service-section{border-radius:1rem;background:var(--white-col);box-shadow:5px 3px 16px 0 rgba(198,198,198,.31),0 1px 2px 0 rgba(0,0,0,.1);padding:2rem}.all-service-main__section-left-head{color:var(--dark-black);font-size:2.8rem;font-style:normal;font-weight:590;text-transform:capitalize;text-align:center;position:relative;margin-bottom:2.9rem}.all-service-main__section-left-head::before{content:"";background-image:url("../images/service-underline.png");background-position:center;background-repeat:no-repeat;background-size:contain;width:13.5rem;height:20px;display:block;position:absolute;bottom:-1.3rem;left:50%;transform:translateX(-50%)}.all-service-main__section-left-list{display:flex;flex-direction:column;gap:2.1rem;list-style:none}.all-service-main__section-left-item{border-radius:.8rem;border:1px solid var(--color-border);padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center;color:var(--black-col);font-size:1.6rem;font-style:normal;font-weight:590;line-height:normal;text-decoration:none;transition:.3s}.all-service-main__section-left-item:hover{border:1px solid var(--primary-col)}.all-service-main__section-left-item:hover svg{stroke:var(--primary-col)}.all-service-main__section-left-item.active{border:1px solid var(--primary-col)}.all-service-main__section-left-item.active svg{stroke:var(--primary-col)}.all-service-main__section-left-item svg{width:.8rem;height:1.4rem;stroke:var(--color-icon)}.all-service-main__section-left-link{text-decoration:none}.all-service-main__help{background-image:url("../images/service/service-help.png");background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:19rem;border-radius:1rem;margin-top:3.1rem;position:relative}.all-service-main__help p{color:var(--white-col);font-size:2.6rem;font-style:normal;font-weight:590;line-height:normal;text-align:center;white-space:nowrap;padding-bottom:2rem}.all-service-main__help a{color:var(--white-col);font-size:2.6rem;font-style:normal;font-weight:590;line-height:normal;text-align:center;white-space:nowrap;text-decoration:none;display:block}.all-service-main__help-contact{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.persuite-service-main{padding:8rem 0;background-color:#f4f7fa}.persuite-service-main__services{margin-top:8rem;display:grid;grid-template-columns:repeat(9, 1fr);gap:4rem}@media only screen and (max-width: 64em){.persuite-service-main__services{grid-template-columns:repeat(12, 1fr)}}@media only screen and (max-width: 48em){.persuite-service-main__services{grid-template-columns:1fr}}.persuite-service-main__services-inner{grid-column:span 3}@media only screen and (max-width: 64em){.persuite-service-main__services-inner{grid-column:span 6}}@media only screen and (max-width: 48em){.persuite-service-main__services-inner{grid-column:span 1}}.persuite-service-main__services-content-wrapper{position:relative}.persuite-service-main__services-content{background-color:var(--white-col);padding:2.5rem;padding-top:5rem;border:1px solid #e9e9e9;clip-path:polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);position:relative;min-height:23rem}@media only screen and (max-width: 64em){.persuite-service-main__services-content{min-height:20rem}}.persuite-service-main__services-content h4{color:var(--black-col);font-size:2rem;font-style:normal;font-weight:590;line-height:1.3}.persuite-service-main__services-content p{color:var(--lite-black-col);font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.8;letter-spacing:-0.32px;padding-top:2rem}.persuite-service-main__services-content-img{background-color:#e2e1ff;padding:1.4rem 1.2rem;clip-path:polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 10px) 100%, 0 100%);position:absolute;top:-2.5rem;left:2.5rem;z-index:2;display:flex;align-items:center;justify-content:center}.persuite-service-main__services-content-img.orenge{background-color:#ffede8}.persuite-service-main__services-content-img.blue{background-color:#d3fcff}.persuite-service-main__services-content-img svg{width:2.9rem;height:3rem}/*# sourceMappingURL=main.css.map */
