        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Inter', sans-serif;
        }

        @font-face {
            font-family: 'Aeonik';
            src: url('fonts/Aeonik-Regular.woff2') format('woff2');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'Aeonik';
            src: url('fonts/Aeonik-Medium.woff2') format('woff2');
            font-weight: 500;
            font-style: normal;
        }

        @font-face {
            font-family: 'Aeonik';
            src: url('fonts/Aeonik-Bold.woff2') format('woff2');
            font-weight: 700;
            font-style: normal;
        }

        body {
            margin: 0;
            padding: 0;
            font-size: 16px;
            color: #062d4e;
            background-color: #ffffff;
        }

        .container {
            max-width: 1440px;
            margin: 0 auto;
            position: relative;
        }

        /* Hero Section */
        .hero-section {
            padding: 120px 108px;
            position: relative;
            overflow: hidden;
        }

        .hero-content {
            max-width: 500px;
        }

        .hero-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 74px;
            font-weight: 500;
            line-height: 80px;
            color: #062d4e;
            margin-bottom: 32px;
        }

        .hero-title span {
            color: #1B844A;
            /* font-family: Aeonik;
            font-size: 74px;
            font-style: normal;
            font-weight: 500;
            line-height: 80px; */
        }

        .hero-description {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            color: #062d4e;
            max-width: 416px;
            margin-bottom: 40px;
        }

        .hero-images {
            position: absolute;
            left: 600px;
            top: 50px;
        }

        .product-showcase {
            position: relative;
            z-index: 999;
            left: 148px;
            height: 519px;
            top: 22px;
        }

        .yellow-circle {
            width: 193px;
            height: 193px;
            background-color: #ffca4d;
            border-radius: 96px;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .yellow-circle img {
            width: 163px;
            height: 147px;
            object-fit: contain;
        }

        .person-image {
            position: absolute;
            left: 18px;
            top: 296px;
            width: 526px;
            height: 250px;
            border-radius: 126px;
            object-fit: cover;
        }

        .blue-circle {
            width: 117px;
            height: 117px;
            background-color: #3d5ccf;
            border-radius: 58px;
            position: absolute;
            left: 392px;
            top: 161px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .blue-circle img {
            width: 62px;
            height: 62px;
        }

        .quick-decisions {
            position: absolute;
            left: 306px;
            top: -21px;
            background-color: #f5f5f5;
            border: 1px solid #e5e5e5;
            border-radius: 31px;
            padding: 19px 25px;
            width: 193px;
            height: 63px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .quick-decisions p {
            font-family: 'Aeonik', sans-serif;
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            color: #062d4e;
            text-align: center;
        }

        .easy-application {
            position: absolute;
            left: 0;
            top: 437px;
            background-color: #ffffff;
            border: 1px solid #e5e5e5;
            border-radius: 31px;
            padding: 20px 25px;
            width: 195px;
            height: 63px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .easy-application p {
            font-family: 'Aeonik', sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            color: #062d4e;
            text-align: center;
        }

        /* How Snap Works Section */
        .how-it-works {
            padding: 80px 108px;
            background-color: #ffffff;
        }

        .section-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 60px;
            font-weight: 400;
            line-height: 69px;
            color: #062d4e;
            margin-bottom: 52px;
        }

        .steps-container {
            display: flex;
            gap: 24px;
            justify-content: space-between;
        }

        .step-card {
            background-color: #ffffff;
            border: 4px solid #f5f5f5;
            border-radius: 20px;
            padding: 28px;
            width: 540px;
            height: 580px;
            position: relative;
            overflow: hidden;
        }

        .step-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 34px;
            font-weight: 400;
            line-height: 40px;
            color: #062d4e;
            margin-bottom: 16px;
        }

        .step-description {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #062d4e;
            max-width: 336px;
            margin-bottom: 40px;
        }

        .step-image {
            position: relative;
            /* margin-top: 20px; */
        }

        .step-image img {
            border-radius: 20px;
        }

        /* Apply step specific */
        .apply-image {
            width: 274px;
            margin: 0 auto;
            display: block;
        }

        /* Unlock step specific */
        .unlock-phone {
            position: relative;
            width: 437px;
            height: 214px;
            margin: 0 auto;
        }

        .store-card {
            position: absolute;
            top: -34px;
            left: 0px;
            width: 270px;
            height: 123px;
            background-color: #fafafa;
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            padding: 12px;
        }

        .store-card-icon {
            width: 21px;
            height: 21px;
            display: flex;
        }

        .store-card-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            color: #062d4e;
            margin-left: 30px;
            margin-top: -18px;
            text-align: left;
        }

        .store-card-description {
            font-family: 'Aeonik', sans-serif;
            font-size: 8px;
            font-weight: 400;
            line-height: 12px;
            color: #062d4e;
            margin-top: 24px;
        }

        .store-card-location {
            display: flex;
            align-items: center;
            margin-top: 6px;
        }

        .store-card-location-icon {
            width: 17px;
            height: 17px;
        }

        .store-card-location-text {
            font-family: 'Aeonik', sans-serif;
            font-size: 8px;
            font-weight: 400;
            line-height: 11px;
            color: #737373;
            margin-left: 4px;
        }

        .approval-card {
            position: absolute;
            top: 354px;
            left: 97px;
            width: 421px;
            height: 194px;
            background-color: #ffffff;
            border-radius: 24px;
            overflow: hidden;
        }

        .approval-card-header {
            background-color: #cacde2;
            width: 110px;
            height: 19px;
            border-radius: 2px;
            position: absolute;
            top: 34px;
            left: 41px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .approval-card-header p {
            font-family: 'Aeonik', sans-serif;
            font-size: 9px;
            font-weight: 700;
            line-height: 12px;
            color: #062d4e;
            text-align: center;
        }

        .approval-amount {
            position: absolute;
            top: 44px;
            left: 12px;
            width: 169px;
            height: 126px;
            background-color: #062d4e;
            border-radius: 4px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            padding: 20px 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .approval-amount-text {
            font-family: 'Aeonik', sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: #ffffff;
            text-align: center;
            margin-bottom: 3px;
        }

        .approval-amount-value {
            font-family: 'Aeonik', sans-serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            color: #ffca4d;
            text-align: center;
            margin-top: 10px;
        }

        .approval-expires {
            position: absolute;
            bottom: 12px;
            left: 12px;
            font-family: 'Aeonik', sans-serif;
            font-size: 5px;
            font-weight: 700;
            line-height: 7px;
            color: #ededf2;
            text-transform: uppercase;
        }

        .approval-date {
            position: absolute;
            bottom: 14px;
            right: 12px;
            font-family: 'Aeonik', sans-serif;
            font-size: 8px;
            font-weight: 700;
            line-height: 10px;
            color: #ffffff;
            text-align: right;
        }

        .shopping-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 194px;
            height: 188px;
            background-color: #f4f2ea;
            padding: 16px 12px;
        }

        .shopping-info h4 {
            font-family: 'Aeonik', sans-serif;
            font-size: 9px;
            font-weight: 700;
            line-height: 14px;
            color: #353849;
            margin-bottom: 3px;
        }

        .shopping-info p {
            font-family: 'Aeonik', sans-serif;
            font-size: 8px;
            font-weight: 400;
            line-height: 12px;
            color: #353849;
            margin-bottom: 21px;
        }

        /* Start shopping step specific */
        .shopping-image-container {
            position: relative;
            margin-top: 80px;
        }

        .online-badge {
            position: absolute;
            top: -12px;
            left: 186px;
            background-color: #062d4e;
            border-radius: 16px;
            padding: 6px 12px;
            z-index: 2;
        }

        .online-badge p {
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            color: #ffffff;
        }

        .online-tooltip {
            position: absolute;
            top: 15px;
            left: 209px;
            z-index: 2;
        }

        .instore-badge {
            position: absolute;
            bottom: -278px;
            left: 30px;
            background-color: #3d5ccf;
            border-radius: 16px;
            padding: 6px 12px;
            z-index: 2;
        }

        .instore-badge p {
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            color: #ffffff;
        }

        .instore-tooltip {
            position: absolute;
            top: 245px;
            left: 55px;
            z-index: 2;
        }

        .shopping-image-left {
            position: absolute;
            top: -10px;
            left: -10px;
            width: 140px;
            height: 248px;
            border-radius: 65px;
            z-index: 1;
        }

        .shopping-image-right {
            position: absolute;
            top: 32px;
            left: 150px;
            width: 134px;
            height: 250px;
            background-color: #ffca4d;
            border-radius: 65px;
            overflow: hidden;
            z-index: 0;
        }

        .shopping-image-right img:first-child {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 205px;
            height: 131px;
            border-radius: 65px;
        }

        .shopping-image-right img:last-child {
            position: absolute;
            top: 35px;
            left: 0px;
            width: 139px;
            height: 216px;
        }

        /* Why Choose Snap Section */
        .why-choose-snap {
            padding: 80px 108px;
            background-color: #fafafa;
            border-radius: 40px;
        }

        .benefits-container {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .benefit-card {
            background-color: #ffffff;
            border: 6px solid #f5f5f5;
            border-radius: 32px;
            padding: 46px;
            display: flex;
            justify-content: space-between;
            height: 432px;
        }

        .benefit-content {
            max-width: 444px;
        }

        .benefit-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 48px;
            font-weight: 400;
            line-height: 56px;
            color: #062d4e;
            margin-bottom: 10px;
        }

        .benefit-description {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #062d4e;
        }

        .benefit-image {
            width: 420px;
            height: 420px;
            border-radius: 26px;
            object-fit: cover;
            margin-top: -46px;
            margin-right: -46px;
        }

        /* Application Requirements Section */
        .application-requirements {
            padding: 80px 108px;
            background-color: #080808;
            border-radius: 40px;
            margin-top: 80px;
        }

        .requirements-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 60px;
            font-weight: 400;
            line-height: 72px;
            color: #ffffff;
            margin-bottom: 52px;
        }

        .requirements-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }

        .requirement-card {
            background-color: #ffffff;
            border: 4px solid #f5f5f5;
            border-radius: 20px;
            padding: 14px;
            width: 320px;
            height: 288px;
            position: relative;
        }

        .requirement-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 22px;
            font-weight: 400;
            line-height: 32px;
            color: #062d4e;
            margin-bottom: 80px;
        }

        .requirement-icon {
            position: absolute;
            bottom: 38px;
            left: 40%;
            transform: translateX(-50%);
        }

        /* Age requirement specific */
        .age-icon {
            position: absolute;
            bottom: 0px;
        }

        .age-circle {
            width: 98px;
            height: 98px;
            background-color: #fafafa;
            border: 1px solid #e5e5e5;
            border-radius: 49px;
            box-shadow: 0px 1px 2px rgba(227, 227, 229, 0.25);
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .age-number {
            font-family: 'Aeonik', sans-serif;
            font-size: 32px;
            font-weight: 400;
            line-height: 39px;
            color: #062d4e;
        }

        .age-check {
            position: absolute;
            bottom: 18px;
            left: 18px;
            width: 20px;
            height: 20px;
            background-color: #1b844a;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Income requirement specific */
        .income-icon {
            position: absolute;
            bottom: 10px;
            left: 50%;
        }

        .income-circle {
            width: 78px;
            height: 78px;
            background-color: #fafafa;
            border: 1px solid #e5e5e5;
            border-radius: 39px;
            box-shadow: 0px 1px 2px rgba(227, 227, 229, 0.25);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .income-amount {
            position: absolute;
            top: 29px;
            left: 52px;
            width: 126px;
            height: 62px;
            background-color: #20a05a;
            border-radius: 13px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding-right: 15px;
        }

        .income-amount p {
            font-family: 'Aeonik', sans-serif;
            font-size: 35px;
            font-weight: 400;
            line-height: 44px;
            color: #ffffff;
        }

        /* Bank account requirement specific */
        .bank-icon {
            position: relative;
            left: 50%;
            bottom: 10px;
            text-align: center;
        }

        .bank-check {
            width: 117px;
            height: 181px;
            border-radius: 4px;
            position: relative;
        }

        .bank-check-inner {
            position: absolute;
            top: 8px;
            left: 2px;
            width: 100px;
            height: 177px;
            background-color: #fafafa;
            border: 1px solid #e5e5e5;
            border-radius: 4px;
            padding: 9px;
        }

        .bank-check-header {
            display: flex;
            align-items: center;
        }

        .bank-check-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 17px;
            color: #062d4e;
            margin-left: 11px;
        }

        /* Contact requirement specific */
        .contact-icon {
            position: relative;
            left: 50%;
            bottom: 40px;
            text-align: center;
        }

        .email-icon {
            position: absolute;
            top: -29px;
            left: -45px;
            width: 65px;
            height: 80px;
        }

        .phone-container {
            position: absolute;
            top: 23px;
            left: 0;
            width: 172px;
            height: 67px;
            background-color: #fafafa;
            border: 1px solid #e5e5e5;
            border-radius: 33px;
            box-shadow: 0px 0px 1px rgba(227, 227, 229, 0.25);
            display: flex;
            align-items: center;
            padding-left: 14px;
        }

        .phone-icon {
            width: 24px;
            height: 24px;
        }

        .phone-number {
            font-family: 'Aeonik', sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            color: #062d4e;
            margin-left: 7px;
        }

        .check-circle {
            position: absolute;
            top: 10px;
            right: 0;
            width: 26px;
            height: 26px;
            background-color: #1b844a;
            border-radius: 13px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* FAQ Section */
        .faq-section {
            padding: 40px 108px;
        }

        .faq-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 60px;
            font-weight: 400;
            line-height: 72px;
            color: #062d4e;
            margin-bottom: 52px;
        }

        .faq-item {
            border-top: 1px solid #e5e5e5;
            /* border-bottom: 1px solid #e5e5e5; */
            padding: 27px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .faq-question {
            font-family: 'Aeonik', sans-serif;
            font-size: 20px;
            font-weight: 500;
            line-height: 24px;
            color: #062d4e;
        }

        .faq-icon {
            width: 24px;
            height: 24px;
            border-radius: 12px;
        }

        .faq-content {
            display: none;
            padding: 20px 0;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #062d4e;
        }

        /* Disclosures Section */
        .disclosures {
            padding: 20px 108px;
            background-color: #ffffff;
        }

        .disclosures-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            color: #062d4e;
            margin-bottom: 20px;
        }

        .disclosures-text {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #737373;
            margin-bottom: 44px;
        }

        .divider {
            height: 1px;
            background-color: #e5e5e5;
            margin: 0 0 20px 0;
        }

        /* Footer */
        .footer {
            padding: 0 108px 40px;
        }

        .footer-logo {
            margin-bottom: 22px;
        }

        .footer-copyright {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            color: #737373;
            margin-bottom: 40px;
        }

        .footer-columns {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .footer-column {
            width: 25%;
        }

        .footer-column-title {
            font-family: 'Aeonik', sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            color: #062d4e;
            margin-bottom: 18px;
        }

        .footer-link {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            color: #080808;
            text-decoration: none;
            display: block;
            margin-bottom: 14px;
        }

        .social-icons {
            display: flex;
            gap: 16px;
            margin-bottom: 40px;
            justify-content: center;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: #f5f5f5;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .footer-links {
            display: flex;
            gap: 32px;
        }

        .footer-bottom-link {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            color: #737373;
            text-decoration: none;
        }

        .unlock-phone-image {
            width: 274px;
            margin-top: 102px;
            border-radius: 0px !important;
        }

        .apply_img {
            width: 180px;
        }

        .income_img {
            width: 190px;
        }

        .check_img {
            width: 190px;
        }

        .contact_img {
            width: 190px;
        }

        .approval-card {
            display: none;
        }

        /* Responsive */
        @media (max-width: 1200px) {

            .hero-section,
            .how-it-works,
            .why-choose-snap,
            .application-requirements,
            .faq-section,
            .disclosures,
            .footer {
                padding-left: 40px;
                padding-right: 40px;
            }
            
           .hero-content {max-width:100%}
           .hero-images {
                position: relative;
                right: auto;
                top: auto;
                margin-top: 60px;
                height: 400px;
                left: 0px;
            }
           .hero-description {max-width:100%}

           .step-card {width:48%}

            .steps-container {
                flex-wrap: wrap;
                justify-content: left;
            }

            .step-card {
                width: 48%;
                max-width: 540px;
            }

            .requirements-container {
                flex-wrap: wrap;
                justify-content: center;
            }

            .requirement-card {
                width: 45%;
                min-width: 300px;
            }

            .benefit-card {
                flex-direction: column;
                height: auto;
                padding: 30px;
                border: 0px;
            }

            .benefit-image {
                width: 100%;
                height: auto;
                max-height: 300px;
                margin: 20px 0 0 0;
            }

            .benefit-content {
                max-width: 100%;
            }

        }

       

       
        @media (max-width: 768px) {
            .hero-title {
                font-size: 50px;
                line-height: 60px;
            }

            .section-title,
            .requirements-title,
            .faq-title {
                font-size: 40px;
                line-height: 48px;
            }

            .hero-images {
                position: relative;
                right: auto;
                top: auto;
                margin-top: 40px;
                height: 400px;
                left: 10%;
            }

            .yellow-circle {
                width: 150px;
                height: 150px;
            }

            .yellow-circle img {
                width: 120px;
                height: 108px;
            }

            .person-image {
                width: 200px;
                height: 400px;
                left: 50px;
                top: 150px;
            }

            .blue-circle {
                width: 72px;
                height: 72px;
                left: 310px;
                top: 70px;
            }

            .quick-decisions,
            .easy-application {
                margin: 20px 0;
            }

            .requirement-card {
                width: 48%;
                min-width: 48%;
            }

            .footer-columns {
                flex-wrap: wrap;
            }

            .footer-column {
                width: 50%;
                margin-bottom: 30px;
            }
        }

        /* Responsive */
        @media (max-width: 720px) {
         .step-card {
                width: 100%;
                max-width: 540px;
            }
         .store-card {
            text-align: center;
         } 
         
         .how-it-works, .why-choose-snap {
            padding: 25px 108px;
         }
         

       }

        @media (max-width: 576px) {

            .why-choose-snap {
                background-color: #ffffff;
            }

            .hero-section,
            .how-it-works,
            .why-choose-snap,
            .application-requirements,
            .faq-section,
            .disclosures,
            .footer {
                padding-left: 20px;
                padding-right: 20px;
                border-radius: 0px;
            }

            .application-requirements {
                padding: 30px 30px 0 30px;
            }

            .hero-section {
                display: flex !important;
                flex-direction: column !important;
                padding: 0px 20px;
            }

            .hero-images {
                order: 1;
                width: 100%;
            }
            .step-card {width:100%}


            .benefit-card {
                padding: 0px;
            }

            .hero-content {
                order: 2;
                width: 100%;
                text-align: center;
            }

            .step-image,
            .shopping-image-container {
                order: 1;
            }

            .requirement-card {
                display: flex !important;
                flex-direction: column !important;
                width: 100%;
                min-width: 100%;
            }

            .requirement-card:last-child {
                margin-bottom: 10px;
            }

            .requirement-title {
                order: 2;
                padding-top: 50px;
            }

            .requirement-icon {
                order: 1;
            }

            .hero-title {
                font-size: 44px;
                line-height: 48px;
            }

            .section-title,
            .requirements-title,
            .faq-title {
                font-size: 32px;
                line-height: 40px;
            }

            .requirements-title {
                color:#FFF;
                font-size: 38px;
                font-style: normal;
                font-weight: 500;
                line-height: 44px;
            }

            .blue-circle {
                top: 70px;
                width: 72px;
                height: 72px;
                left: 275px;
            }

            .person-image {
                width: 304px;
                height: 153px;
                top: 150px;
            }

            .quick-decisions {
                width: 130px;
                height: 40px;
                left: 66%;
                position: relative;
                padding: 10px 16px;
            }

            .product-showcase {
                position: relative;
                z-index: 999;
                height: 327px;
                width: 182px;
                top: -104px;
                left: 116px;
            }

            .yellow-circle {
                width: 117px;
                height: 117px;
                margin-top: -30px;
                margin-left: 30px;
            }

            .quick-decisions,
            .easy-application {
                z-index: 9999;
                font-size: 14px;
            }

            .easy-application {
                position: absolute;
                top: 200px;
                width: 150px;
                height: 45px;
            }

            .quick-decisions p, .easy-application p {
                color: #062D4E;
                text-align: center;
                font-family: Aeonik;
                font-size: 14.118px;
                font-style: normal;
                font-weight: 400;
                line-height: 18.824px;
            }

            .yellow-circle img {
                width: 80px;
                height: 90px;
            }

            .age-icon, .income-icon, .bank-icon, .contact-icon {
                position: absolute;
                top: 0px;
                position: relative;
                bottom: 10px;
                display: flex;
                justify-content: center;
                text-align: center;
            }


            .footer-links-container {
                display: none;
            }

            .footer-column.active .footer-links-container {
                display: block;
            }

            .toggle-title {
                cursor: pointer;
                position: relative;
            }

            .toggle-title::after {
                content: '+';
                position: absolute;
                right: 0;
            }

            .footer-column.active .toggle-title::after {
                content: '-';
            }

            .benefit-title {
                font-size: 32px;
                line-height: 40px;
            }

            .footer-column {
                width: 100%;
            }

            .footer-links {
                flex-wrap: wrap;
                gap: 16px;
            }

            .hero-images {
                left: 0px;
            }
        }