    

        .lsf-content-section .lsf-content-section-header, .lsf-content-section .lsf-content-section-footer {
            max-width: fit-content;
        }
        .lsf-content-section .lsf-content-section-header {
            --header-color: ;
        }
        .lsf-content-section .lsf-content-section-footer {
            --footer-color: ;
        }
        .lsf-content-section .lsf-content-section-header h2,
        .lsf-content-section .lsf-content-section-footer h2 {
            text-wrap: balance;
        }
                .lsf-content-section .lsf-content-section-header.colored-header h2 {
            color: var(--header-color);
        }
        .lsf-content-section .lsf-content-section-footer.colored-footer h2 {
            color: var(--footer-color);
        }
        .lsf-content-section .lsf-content-section-header .colored-text {
            color: var(--header-color);
        }
        .lsf-content-section .lsf-content-section-footer .colored-text {
            color: var(--footer-color);
        }
        .lsf-content-section .lsf-content-section-header sup {
            font-size: 14px;
            position: static;
            color: var(--header-color);
            display: block;
            line-height: 1em;
            font-weight: 500;
        }
        
        a.phone-link, a.email-link {
            text-decoration: underline;
        }
        @media (max-width: 1200px) {
            .lsf-content-section .lsf-content-section-header br {
                display: none;
            }
        }

        /* Two column content section */
        @media (max-width: 991px) {
            .two-column-content-section .testimonial-card, .two-column-content-section .lsf-list, .two-column-content-section .lsf-btn {
                margin: 0 auto;
            }
            .two-column-content-section {
                text-align: center;
            }
        }
        /* Content section 1 */
        .lsf-content-section-1 {
        --swiper-pagination-color: black        }
        .lsf-content-section-1 .swiper-slide {
            margin-bottom: 2.5rem;
        }

        .lsf-content-section-1 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 330px;
            margin: 0 auto;
        }

        .lsf-content-section-1 .content-shape-divider {
            display: none;
        }

        @media (min-width: 370px) {
            .lsf-content-section-1 .content-shape-divider {
                display: block;
                position: absolute;
                top: 75px;
            }

            .lsf-content-section-1 .content-shape-divider:first-of-type {
                left: -5px;
                transform: translate(-50%, -50%);
            }

            .lsf-content-section-1 .content-shape-divider:last-of-type {
                right: -5px;
                transform: translate(50%, -50%);
            }
        }
        /* Content section 2 */

        .lsf-content-section-2 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 570px;
            height: 100%;
            margin: 0 auto;
            padding: 2rem;
            border-radius: 2rem;
        }
        @media (max-width: 991px) {
            .lsf-content-section-2 > div:nth-child(1) .content-card,
            .lsf-content-section-2 > div:nth-child(3) .content-card {
                background-color: black;
                box-shadow: 0px 10px 30px #00000029;
                color: white;
            }
            .lsf-content-section-2 > div:nth-child(2) .content-card,
            .lsf-content-section-2 > div:nth-child(4) .content-card {
                border: 1px solid #C7C7C7;
            }
            .lsf-content-section-2 br {
                display: none;
            }
            .lsf-content-section-2 .content-card {
                height: unset !important;
            }
        }
        @media (min-width: 992px) {
            .lsf-content-section-2 > div:nth-child(1) .content-card,
            .lsf-content-section-2 > div:nth-child(4) .content-card {
                background-color: black;
                box-shadow: 0px 10px 30px #00000029;
                color: white;
            }
            .lsf-content-section-2 > div:nth-child(2) .content-card,
            .lsf-content-section-2 > div:nth-child(3) .content-card {
                border: 1px solid #C7C7C7;
            }
        }

        /* Content section 3 */

        .lsf-content-section-3 .content-card {
            display: flex;
            gap: 1rem;
            font-weight: 500;
        }
        .lsf-content-section-3 .content-card .content-number{
            font-size: 50px;
            line-height: 100%;
            color: black;
            width: 35px;
            flex-shrink: 0;
        }
        @media (min-width: 577px) {
            .lsf-content-section-3 .content-card .content-number{
                font-size: 100px;
                width: 55px;
            }
        }
        /* Content section 4 */

        .lsf-content-section-4 .content-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 440px;
            margin: 0 auto;
        }
        .lsf-content-section-4 h3 {
            color: black;
        }
        .lsf-content-section-4 .content-number {
            font-size: 24px;
            font-weight: 600;
            color: white;
            position: relative;
            isolation: isolate;
        }
        .lsf-content-section-4 .content-number::before {
            position: absolute;
            content: '';
            height: 84px;
            width: 84px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: black;
            z-index: -1;
            border-radius: 100%;
            filter: brightness(1.5) opacity(.8);
        }

        /* Content section 5 */

        .lsf-content-section-5 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 440px;
            margin: 0 auto;
            box-shadow: 0px 3px 15px #0000001F;
            height: 100%;
            border-radius: 2rem;
            overflow: hidden
        }
        .lsf-content-section-5 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 440px;
            margin: 0 auto;
            padding: 1.5rem;
            padding-bottom: 7rem;
            box-shadow: 0px 3px 15px #0000001F;
            height: 100%;
            border-radius: 2rem;
            overflow: hidden
        }
        .lsf-content-section-5 h3 {
            color: black;
        }
        .lsf-content-section-5 .content-svg {
            position: absolute;
            bottom: 0;
            fill: black;
        }
        .lsf-content-section-5 > div:first-child .content-svg {
            left: 0;
        }
        .lsf-content-section-5 > div:last-child .content-svg {
            right: 0;
        }
        @media (min-width: 992px) {
            .lsf-content-section-5 .content-card {
                padding: 2rem;
                padding-bottom: 6rem;
            }
        }

        /* Content section 6 */
        .lsf-content-section-6 .content-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 1.5rem;
            max-width: 400px;
            margin: 0 auto;
        }
        .lsf-content-section-6 ul {
            list-style: none;
            padding-left: 0
        }
        .lsf-content-section-6 li::before {
            content: '✓ '; 
        }
        .lsf-content-section-6 .content-card h3,  .lsf-content-section-6 .content-card ul{
            color: black;
        }

        /* Content section 7 */
        .lsf-content-section-7 .content-card {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            background-color: #F8F8F8;
            max-width: 400px;
            margin: 0 auto;
            padding: 2rem;
            padding-top: 3rem;
            border-radius: 2rem;
        }
        .lsf-content-section-7 .content-card img{
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(.5rem, -40%)
        }
        /* Content section 8 */
        
        .lsf-content-section-8 {
        --swiper-pagination-color: black;
        overflow: visible;
        }
        .lsf-content-section-8 .swiper-slide {
            margin-bottom: 2.5rem;
            height: auto;
        }
        .lsf-content-section-8 .content-card {
            max-width: 360px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 1rem;
            padding: 2rem;
            border-radius: 1rem;
            height: 100%;
            box-shadow: 0px 8px 160px #A7A7A73D;
        }
        .lsf-content-section-8 .lsf-btn {
            width: 100%;
            border-radius: 100vmax;
        }
        .lsf-content-section-8 .swiper-slide:nth-child(even) .content-card {
            background-color: black;
            color: white;
        }
        .lsf-content-section-8 .swiper-slide:nth-child(even) .lsf-btn {
            background-color: white;
            color: black;
        }
        .lsf-content-section-8 .swiper-slide hr {
            border: 0;
            height: 2px;
        }
        .lsf-content-section-8 .swiper-slide:nth-child(even) hr {
            background-color: #FFFFFF;
        }
        .lsf-content-section-8 .swiper-slide:nth-child(odd) hr {
            background-color: #8593A3;
        }
        .lsf-content-section-8 ul {
            list-style: none;
        }
        .lsf-content-section-8 li {
            position: relative;
            margin-bottom: .5rem;
        }
        .lsf-content-section-8 li::before {
            position: absolute;
            content: '';
            left: -29px;
            top: 0;
            background-size: cover;
            background-position: center;
            height: 21px;
            width: 21px;
        }
        .lsf-content-section-8 .swiper-slide:nth-child(even) li::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath d='M0 10.5A10.5 10.5 0 1 1 10.5 21 10.5 10.5 0 0 1 0 10.5Zm14.213-1.28a.75.75 0 0 0-1.061-1.061L9.44 11.871 7.849 10.28a.75.75 0 0 0-1.061 1.061l2.121 2.121a.75.75 0 0 0 1.061 0Z' fill='%23fff'/%3E%3C/svg%3E");
        }
        .lsf-content-section-8 .swiper-slide:nth-child(odd) li::before {
            background-image: url("data:image/svg+xml,%3Csvg id='check-circle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath id='Vector' d='M0,10.5A10.5,10.5,0,1,1,10.5,21,10.5,10.5,0,0,1,0,10.5ZM14.213,9.22a.75.75,0,0,0-1.061-1.061L9.44,11.871,7.849,10.28a.75.75,0,0,0-1.061,1.061l2.121,2.121a.75.75,0,0,0,1.061,0Z' fill=''/%3E%3C/svg%3E%0A");
        }
        /* Content section 9 */
        .lsf-content-section-9 {
            overflow: visible;
            --swiper-pagination-color: black;
        }
        .lsf-content-section-9 .swiper-slide {
            height: auto;
            margin-bottom: 2.5rem;
        }
        .lsf-content-section-9 .content-card {
            text-align: center;
            height: 100%;
            padding: 2rem;
            box-shadow: 0px 3px 15px #00000029;
            border-radius: 2rem;
            transition: .4s ease-in-out;
        }
        @media (min-width: 1201px) {
            .lsf-content-section-9 .content-card {
                box-shadow: unset;
            }
            .lsf-content-section-9 .content-card:hover {
                box-shadow: 0px 3px 15px #00000029;
            }
        }
        .lsf-content-section-9 .content-card h3 {
            margin-bottom: 1.5rem;
            color: black;
        }
        /* Content section 10 */
        .lsf-content-section-10 {
            overflow: visible;
            --swiper-pagination-color: black;
        }
        .lsf-content-section-10 .swiper-slide {
            height: auto;
            margin-bottom: 3.5rem;
        }
        .lsf-content-section-10 .content-card {
            text-align: center;
            height: 100%;
            padding: 2rem;
            font-size: 14px;
            border-radius: 2rem;
            background-color: white;
                box-shadow: 0px 52px 46px #00000012;
            transition: .4s ease-in-out;
        }
        .lsf-content-section-10 .content-card::before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100px;
            border-radius: 30px 0 10px 0;
            background-color: black;
            transform: translate(-1rem, 2rem);
            z-index: -1;
            transition: .4s ease-in-out;
        }
        .lsf-content-section-10 .content-card img {
            transform: translateY(-40%);
        }
        @media (min-width: 1201px) {
            .lsf-content-section-10 .swiper-slide {
                margin-bottom: 0;
            }
            .lsf-content-section-10 .content-card {
                box-shadow: unset;
            }
            .lsf-content-section-10 .content-card:hover {
                box-shadow: 0px 52px 46px #00000012;
            }
            .lsf-content-section-10 .content-card::before {
                transform: translate(2rem, -2rem);
            }
            .lsf-content-section-10 .content-card:hover::before {
                transform: translate(-1rem, 2rem);
            }
        }
        /* Content section 11 */
        .lsf-content-section-11 {
        --swiper-pagination-color: black;
        overflow: visible;
        }
        .lsf-content-section-11 .swiper-slide {
            margin-bottom: 2.5rem;
            height: auto;
        }
        .lsf-content-section-11 .content-card {
            max-width: 360px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 1rem;
            padding: 2rem;
            border-radius: 3rem;
            height: 100%;
            border: 7px solid black;
        }
        .lsf-content-section-11 h3 span {
            font-size: clamp(16px, 22px, .7em);
        }
        .lsf-content-section-11 .swiper-slide:nth-child(even) .content-card {
            background-color: black;
            color: white;
        }
        .lsf-content-section-11 .swiper-slide:nth-child(even) .lsf-btn {
            background-color: white;
            color: black;
        }
        .lsf-content-section-11 li {
            position: relative;
            margin-bottom: .5rem;
        }
        .lsf-content-section-11 li::before {
            position: absolute;
            content: '';
            left: -29px;
            top: 0;
            background-size: cover;
            background-position: center;
            height: 21px;
            width: 21px;
        }
        .lsf-content-section-11 .swiper-slide:nth-child(even) li::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.83' height='27.83' viewBox='0 0 27.83 27.83'%3E%3Cpath data-name='Icon awesome-certificate' d='m24.929 13.911 2.5-2.446a1.3 1.3 0 0 0-.58-2.193L23.443 8.4l.96-3.371a1.317 1.317 0 0 0-1.612-1.613l-3.37.96-.869-3.403a1.3 1.3 0 0 0-2.192-.58l-2.445 2.519L11.47.393a1.3 1.3 0 0 0-2.192.58l-.869 3.406-3.37-.96a1.317 1.317 0 0 0-1.612 1.613l.96 3.368-3.405.872A1.3 1.3 0 0 0 .4 11.464l2.5 2.446-2.5 2.447a1.3 1.3 0 0 0 .58 2.193l3.405.869-.96 3.371a1.317 1.317 0 0 0 1.614 1.61l3.37-.96.869 3.407a1.292 1.292 0 0 0 2.192.58l2.446-2.5 2.445 2.5a1.3 1.3 0 0 0 2.192-.58l.869-3.407 3.37.96a1.317 1.317 0 0 0 1.608-1.61l-.96-3.371 3.405-.869a1.3 1.3 0 0 0 .58-2.193l-2.5-2.446Z' fill='%23fff'/%3E%3Cpath data-name='Icon feather-check' d='m18.029 11.253-5.776 5.774-2.624-2.625' fill='none' stroke='' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/svg%3E");
        }
        .lsf-content-section-11 .swiper-slide:nth-child(odd) li::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.156' height='26.155' viewBox='0 0 26.156 26.155'%3E%3Cpath data-name='Icon awesome-certificate' d='m23.025 13.074 2.258-2.209a1.17 1.17 0 0 0-.524-1.98L21.683 8.1l.867-3.044a1.189 1.189 0 0 0-1.456-1.457l-3.043.867-.785-3.077a1.178 1.178 0 0 0-1.98-.524L13.078 3.14 10.869.865a1.178 1.178 0 0 0-1.98.524l-.784 3.076-3.044-.867A1.189 1.189 0 0 0 3.61 5.055l.867 3.044-3.081.785a1.17 1.17 0 0 0-.524 1.98l2.258 2.21-2.257 2.209a1.17 1.17 0 0 0 .524 1.98l3.076.785-.863 3.045a1.189 1.189 0 0 0 1.451 1.457l3.043-.867.785 3.077a1.167 1.167 0 0 0 1.98.524l2.209-2.258 2.209 2.258a1.172 1.172 0 0 0 1.98-.524l.785-3.077 3.043.867a1.189 1.189 0 0 0 1.456-1.457l-.867-3.044 3.076-.785a1.17 1.17 0 0 0 .524-1.98l-2.257-2.209Z' fill='' stroke='%23fff'/%3E%3Cpath data-name='Icon feather-check' d='m16.792 10.674-5.215 5.215-2.37-2.371' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/svg%3E");
        }
        @media (min-width: 1201px) {
            .lsf-content-section-11 .swiper-slide:nth-child(even) {
                transform: scale(1.05);
            }
        }
        /* Content section 12 */
        .lsf-content-section-12 {
            --swiper-pagination-color: black;
            overflow: visible;
        }
        .lsf-content-section-12 .swiper-slide {
            margin-bottom: 2.5rem;
            height: auto;
        }
        .lsf-content-section-12 .content-card {
            max-width: 400px;
            margin: 0 auto;
            display: flex;
            height: 100%;
            box-shadow: 0px 0px 30px #00000029;
            border-radius: 2rem;
            overflow: hidden;
        }
        .lsf-content-section-12 .title-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 70px;
        }
        .lsf-content-section-12 .swiper-slide:nth-child(odd) .title-wrapper{
            background-color: black;
        }
        .lsf-content-section-12 .swiper-slide:nth-child(even) .title-wrapper{
            background-color: black;
        }
        .lsf-content-section-12 h3 {
            white-space: nowrap;
            color: white;
            transform: rotate(-90deg);
            font-weight: 600 !important;
        }
        .lsf-content-section-12 ul {
            padding-left: 1.25rem;
        }
        .lsf-content-section-12 li {
            margin-bottom: 1rem;
            font-weight: 600;
        }
        .lsf-content-section-12 i {
            font-size: 14px;
            font-weight: 600;
        }

        /* Content section 13 */
        .lsf-content-section-13 {
            margin: 0 auto;
        }
        .lsf-content-section-13 .content-card{
            position: relative;
            text-align: center;
            padding: 1rem;
            padding-top: 0;
            border-radius: 0 0 2rem 2rem;
            background-color: white;
            max-width: 270px;
            height: 100%;
            margin: 0 auto;
            transition: box-shadow .4s ease-in-out;
        }
        .lsf-content-section-13 h3{
            text-align: center;
            font-weight: 600 !important;
        }
        .lsf-content-section-13 img{
            transform: translateY(-1rem);
        }
        @media (max-width: 991px) {
            .lsf-content-section-13 {
                max-width: 600px;
            }
        }
        @media (hover: hover){
            .lsf-content-section-13 .content-card:hover {
                box-shadow: 0px 52px 46px #00000012;
            }
            .lsf-content-section-13 .content-card::before {
                position: absolute;
                content: '';
                bottom: 0;
                left: 0;
                height: 100px;
                width: 100px;
                border-radius: 30px 0 10px 0;
                background-color: black;
                transform: translate(1rem, -1rem);
                z-index: -1;
                transition: .4s ease-in-out;
            }
            .lsf-content-section-13 .content-card:hover::before {
                transform: translate(-1rem, 2rem);
            }
        }
        @media (hover: none){
            .lsf-content-section-13 .content-card {
                box-shadow: 0px 52px 46px #00000012;
            }
        }
        
        /* Content section 14 */

        .lsf-content-section-14 {
            --swiper-pagination-color: black;
            overflow: visible;
        }
        .lsf-content-section-14 .swiper-slide {
            margin-bottom: 2.5rem;
            height: auto;
        }
        .lsf-content-section-14 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-top: 3rem;
            height: 100%;
        }
        .lsf-content-section-14 .content-shape-divider {
            position: absolute;
            top: 5rem;
            left: 100%;
            transform: translateX(calc(-50% + 15px));
        }
        .lsf-content-section-14 .swiper-slide:nth-child(2) .content-shape-divider {
            top: 4rem;
        }
        .lsf-content-section-14 .content-number {
            position: absolute;
            isolation: isolate;
            font-weight: 600;
            top: 0;
            left: 6rem;
        }
        .lsf-content-section-14 .content-number::before {
            position: absolute;
            content: '';
            height: 40px;
            width: 40px;
            background-color: #F6F6F7;
            top: 50%;
            left: 50%;
            border-radius: 100vmax;
            transform: translate(-50%, -50%);
            z-index: -1;
        }
        .lsf-content-section-14 img {
            margin-bottom: 4rem;
        }
        /* Content section 15 */
        .lsf-content-section-15 {
            --swiper-pagination-color: black;
            overflow: visible;
        }
        .lsf-content-section-15 .swiper-slide {
            margin-bottom: 2.5rem;
            height: auto;
        }
        .lsf-content-section-15 .tabs {
            position: relative;
            display: flex;
        }

        .lsf-content-section-15 .tab {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            cursor: pointer;
        }
        .lsf-content-section-15 .underline-wrapper {
            position: absolute;
            bottom: -1rem;
            left: 0;
            background-color: #D2D7E8;
            height: 2px;
            width: 100%;
            border-radius: 100vmax;
        }
        .lsf-content-section-15 .underline {
            position: absolute;
            bottom: -2px;
            height: 6px;
            border-radius: 100vmax;
            left: 0;
            background: black; 
            transition: left 0.3s ease
        }
        .lsf-content-section-15 .content-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            margin: 0 auto;
        }
        @media (max-width: 991px) {
            .lsf-content-section-15 .content-card {
                max-width: 500px;
            }
        }
        @media (min-width: 992px) {
            .lsf-content-section-15 .swiper-slide {
                margin-bottom: 0;
            }
        }
        /* Content section 16 */
        .lsf-content-section-16 .tab {
            border: 4px solid transparent;
            max-width: 350px;
            cursor: pointer;
            border-radius: 1.5rem;
            padding: 1rem;
            text-align: center;
            font-weight: 600;
            transition: border-color .4s ease-in-out;
        }
        .lsf-content-section-16 .tab:hover {
            border: 4px solid black30;
        }
        .lsf-content-section-16 .tab.active {
            border: 4px solid black !important;
        }
        .lsf-content-section-16 .content-sections {
            position: relative;
        }
        .lsf-content-section-16 .section {
            position: absolute;
            display: flex;
            flex-direction: column;
            text-align: center;
            opacity: 0;
            top: 0;
            left: 0;
            width: 100%;
            transition: opacity .4s ease-in-out;
        }
        .lsf-content-section-16 .section.active {
            opacity: 1;
        }
        .lsf-content-section-16 ul {
            list-style: none;
            width: fit-content;
            max-width: 500px;
            margin: 0 auto;
            text-align: start;
        }
        .lsf-content-section-16 li {
            position: relative;
            margin-bottom: .5rem;
            font-weight: 500;
        }
        .lsf-content-section-16 li::before {
            position: absolute;
            content: '';
            left: -29px;
            top: 0;
            background-size: cover;
            background-position: center;
            height: 21px;
            width: 21px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.24' height='14.24' viewBox='0 0 14.24 14.24'%3E%3Cg data-name='Product-Icons'%3E%3Cpath data-name='Color' d='M7.12 0A7.12 7.12 0 1 1 0 7.12 7.12 7.12 0 0 1 7.12 0Zm0 1.187a5.933 5.933 0 1 0 5.934 5.933A5.933 5.933 0 0 0 7.12 1.187Zm-.89 7.17 3.407-3.416a.593.593 0 0 1 .909.756l-.069.082L6.65 9.616a.594.594 0 0 1-.757.069l-.082-.069L3.734 7.54a.593.593 0 0 1 .757-.908l.082.069L6.23 8.357l3.407-3.416Z' fill=''/%3E%3C/g%3E%3C/svg%3E");
        }
        @media (max-width: 991px) {
            .lsf-content-section-16 .tab {
                width: 100% !important;
            }
        }
        /* Content section 17 */
        .lsf-content-section-17 {
            box-shadow: 0px 3px 50px #00000012;
            padding: 2rem;
            border-radius: 1rem;
        }
        .lsf-content-section-17 img {
            margin-bottom: 1rem;
        }
        @media (min-width: 992px) {
            .lsf-content-section-17 {
                padding-top: 0;
            }
            .lsf-content-section-17 img {
                margin-bottom: -1rem;
                transform: translateY(-40%);
            }
        }
        /* Content section 18*/
        .lsf-content-section-18{
            border: 7px solid black;
            padding: 2rem 3rem;
            border-radius: 3rem;
            text-align: center;
        }
        .lsf-content-section-18 h2{
            text-wrap: balance;
        }
        .lsf-content-section-18 .lsf-btn {
            margin: 0 auto;
        }
        @media (min-width: 992px) {
            .lsf-content-section-18 {
                padding: 3rem 5rem;
            }
        }
        /* Content section 19*/
        .lsf-content-section-19 {
            padding: 5rem 2rem;
            background-color: black;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 1rem;
        }
        .lsf-content-section-19 h2{
            text-wrap: balance;
            margin: 0 auto;
            width: fit-content;
            text-align: center;
        }
        /* Content section 19*/
        .lsf-content-section-19 {
            padding: 5rem 2rem;
            background-color: black;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 1rem;
        }
        .lsf-content-section-19 h2{
            text-wrap: balance;
            margin: 0 auto;
            width: fit-content;
            text-align: center;
        }
        /* Content section 20*/
        .lsf-content-section-20 {
            padding: 3rem 2rem;
            background-color: black;
            color: white;
            border-radius: 1rem;
        }
        .lsf-content-section-20 .lsf-btn {
            margin-left: auto;
            margin-right: 1rem;
            background-color: white;
            color: black;
        }
        /* Content section 21*/
        .lsf-content-section-21 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            gap: 2rem;
            padding: 2rem 3rem;
            background-color: black;
            color: white;
            text-align: center;
            border-radius: 1rem;
        }
        .lsf-content-section-21 .lsf-btn {
            flex-shrink: 0;
            margin-right: 1rem;
            background-color: white;
            color: black;
        }
        .lsf-content-section-21 br {
            display: none;
        }
        @media (min-width: 992px) {
            .lsf-content-section-21 {
                text-align: start;
                flex-direction: row   
            }
            .lsf-content-section-21 br {
                display: block;
            }
        }
        /* Content section 22*/
        .lsf-content-section-22 sup{
            font-size: 14px;
            color: black;
        }
        /* Content section 23*/
        .lsf-content-section-23{
            box-shadow: 0px 3px 15px #0000001F;
            padding: 2rem;
            border-radius: 2rem;
        }
        .lsf-content-section-23 h2{
            color: black;
        }
        @media (min-width: 992px) {
            .lsf-content-section-23{
                padding: 3rem 4rem;
            }
        }
        /* Content section 24 */
        .lsf-content-section-24{
            background-color: black;
            border-radius: 2rem;
            color: white;
            padding: 3rem 2rem;
        }
        .lsf-content-section-24 p:last-child{
            margin-bottom: 0 !important;
        }
        /* Content section 25 */
        .lsf-content-section-25 h2{
            text-wrap: balance;
        }
        .lsf-content-section-25 .content-card {
            max-width: 400px;
            box-shadow: 0px 3px 15px #00000029;
            height: 100%;
            border-radius: 2rem;
            padding: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
        }
        /* Content section 26 */
        .lsf-content-section-26 h2{
            text-wrap: balance;
        }
        .lsf-content-section-26 .learn-more{
            color: black;
        }
        .lsf-content-section-26 .content-card {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
            max-width: 470px;
            height: 100%;
            padding: 2rem;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            isolation: isolate;
            border-radius: 2rem;
            box-shadow: 0px 3px 30px #00000029;
            transition: transform .4s ease-in-out;
        }
        .lsf-content-section-26 .content-card > div {
            flex-grow: 1;
        }
        .lsf-content-section-26 .content-card p:not(.learn-more) {
            font-size: 14px;
        }
        .lsf-content-section-26 .content-card .learn-more {
            position: relative;
            width: fit-content;
            color: black;
            font-weight: 500;
            cursor: pointer;
            display: block;
            margin-top: 1rem;
        }
        .lsf-content-section-26 .content-card .learn-more::before{
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            background-color: black;
            height: 3px;
            width: 100%;
            border-radius: 100vmax;
            transform: translateX(-50%);
            opacity: 0;
            transition: .4s ease;
            transition-property: transform, opacity;
        }
        @media (min-width: 992px) {
            .lsf-content-section-26 {
                padding-bottom: 3rem;
            }
            .lsf-content-section-26 > div:nth-child(even) {
                transform: translateY(3rem);
            }
            .lsf-content-section-26 .content-card:hover {
                transform: scale(1.03);
            }
            .lsf-content-section-26 .content-card .learn-more:hover::before{
                transform: translateX(0%);
                opacity: 1;
            }
        }
        /* Content section 27 */
        .lsf-content-section-27 .content-card {
            max-width: 275px;
            margin: 0 auto;
            height: 100%;
            display: flex;
            align-items: center;
            text-align: center;
        }
        .lsf-content-section-27 .colored-text {
            color: black;
            font-weight: 600;
        }
        /* Content section 28 */
        .lsf-content-section-28 .content-card {
            display: flex;
            align-items: start;
            gap: 1rem;
            margin: 0 auto
        }
        .lsf-content-section-28 .colored-text {
            color: black;
            font-weight: 600;
        }
        @media (max-width: 576px) {
            .lsf-content-section-28 img {
                width: 60px;
            }
        }
        @media (min-width: 992px) {
            .lsf-content-section-28 > div:nth-child(even) .content-card {
                flex-direction: row-reverse;
                text-align: end;
            }
        }
        /* Content section 29 */
        
        .lsf-content-section-29 .content-card {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            text-align: center;
            color: black;
        }
        .lsf-content-section-29 .content-card-container {
            max-width: 550px;
            margin-inline: auto;
        }
        @media (min-width: 992px) {
            .lsf-content-section-29 .content-card-wrapper:nth-child(even) {
                transform: translateY(3rem);
            }
        }
        /* Content section 30 */
        
        .lsf-content-section-30 .content-card {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            text-align: center;
            color: black;
        }
        .lsf-content-section-30 .content-card-container {
            max-width: 550px;
            margin-inline: auto;
        }
        .lsf-content-section-30 .content-card-img-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 150px;
            width: 170px;
            box-shadow: 0px 10px 30px #0000001A;
            border-radius: 2rem;
        }

        .lsf-vuk p{
            color: red;
        }

        
    