@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-posts-section{position:relative;background-color:var(--section-background);padding:0 0 4rem;z-index:1}.tb-posts-section::before{content:"";width:100%;aspect-ratio:1600/654;display:block;position:absolute;top:15.1875rem;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-posts-section__wrapper{width:100%;height:100%;position:relative;z-index:2}.tb-posts-section__content{width:100%;max-width:48rem;margin:0 auto;position:relative;z-index:2;color:var(--grey);display:flex;flex-wrap:wrap;text-align:center;gap:1.5rem 0;padding:3.5rem 0 1.5rem}.tb-posts-section__content h1{font-weight:800;margin-bottom:0;background:var(--primary-btn-bg);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.tb-posts-section__content h4{margin-bottom:0}.tb-posts-section__content p{font-weight:500;margin-bottom:0}.tb-posts-section__grid{padding:5.25rem 0 0}.tb-posts-section__grid .row{margin-left:-1rem;margin-right:-1rem}.tb-posts-section__grid .row>*{padding-left:1rem;padding-right:1rem}@media(max-width: 991.98px){.tb-posts-section{padding:0 0 1.5rem}.tb-posts-section__content{padding:3rem 0 1.5rem}.tb-posts-section__grid{padding:2.5rem 0 0}}