@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap";:root{--primary-font: "Libre Franklin", sans-serif;--secondary-font: "DM Sans", sans-serif;--btn-font: "Inter", sans-serif;--testimonial-font: "Manrope", sans-serif;--black: #000;--white: #fff;--header-background: #F7F7F7;--section-background: #F8F8F8;--light-gray: #F8F8F8;--yellow: #FFD500;--yellow-dot: #FFE245;--grey: #3F3D3C;--footer-line: #E0E5E4;--line-background: #D4D2E3;--row-background: #D3D3D3;--position-color: #727272;--primary-btn-bg: linear-gradient(359deg, #31343F 0.48%, #3E4354 99.44%);--eyebrow-bg: #FCCD0A;--number-yellow: #F7B719;--border-color: #ECB606;--box-yellow: linear-gradient(180deg, #F7B719 0%, #FFC533 100%);--testimonials-color: #BFBFBF;--rectangle-background: #EFEFEF;--orange: #EA580C}.tb-benefits-section{padding:3.3125rem 0 4.5rem;background-color:var(--section-background);overflow:hidden;position:relative;z-index:1}.tb-benefits-section::before{content:"";width:100%;aspect-ratio:1600/654;display:block;position:absolute;top:14.4375rem;left:0;pointer-events:none;background-position:center;background-size:cover;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="654" viewBox="0 0 1600 654" fill="none"><path d="M0 321.886L1600 0.378784V321.886L0 653.379V321.886Z" fill="%23EFEFEF"/></svg>');z-index:-1}.tb-benefits-section .tb-section-title{position:relative;z-index:2;margin-bottom:3rem}.tb-benefits-section .tb-section-title h2{margin-bottom:1.1875rem}.tb-benefits-section .tb-section-title h4{line-height:130%}.tb-benefits-section__blocks{display:flex;flex-wrap:wrap;gap:2rem}.tb-benefits-section__blocks-item{width:calc(33.333% - 1.333125rem);background-color:var(--white);border-radius:1rem;padding:1.5rem 1rem;flex:0 0 auto;box-shadow:0px 114px 32px 0px rgba(0,0,0,0),0px 73px 29px 0px rgba(0,0,0,.01),0px 41px 25px 0px rgba(0,0,0,.02),0px 18px 18px 0px rgba(0,0,0,.04),0px 5px 10px 0px rgba(0,0,0,.04)}.tb-benefits-section__blocks-item .title{margin-bottom:1.875rem}.tb-benefits-section__blocks-item .title h4{font-weight:700;line-height:120%;color:var(--black);margin-bottom:0}.tb-benefits-section__blocks-item .number{width:100%;display:flex;align-items:baseline;gap:0 1.25rem}.tb-benefits-section__blocks-item .number h5{display:inline-flex;color:var(--yellow);font-size:6rem;font-weight:700;line-height:120%;margin-bottom:0}.tb-benefits-section__blocks-item .number span{display:inline-flex;color:var(--yellow);font-size:1.25rem;font-weight:700;line-height:120%}.tb-benefits-section__blocks-item .text p{margin-bottom:0;text-transform:capitalize}@media(max-width: 991.98px){.tb-benefits-section{padding:3rem 0 4rem}.tb-benefits-section__blocks-item{width:calc(50% - 1rem)}.tb-benefits-section__blocks-item .number h5{font-size:3rem}}@media(max-width: 767.98px){.tb-benefits-section__blocks-item{width:100%}}