.home #hero {
	padding-bottom: 250px;
}

#features {
    --column-gap: 3rem;
    --row-items: 3;
    position: relative;
    padding: 0 0 6rem 0;
    background-color: var(--bs-light);
    .items {
        list-style: none;
        padding: 0;
        margin: -6rem 0 8rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--column-gap);
        .item {
            flex: 1 0 calc(100% / var(--row-items));
            max-width: calc((100% / var(--row-items)) - (var(--column-gap) / var(--row-items)) * (var(--row-items) - 1));
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: var(--bs-white);
            border-radius: var(--bs-border-radius-xl);
            /* overflow: hidden; */
            padding: 1.5rem 2rem;
            text-align: center;
            .icon {
                margin-bottom: .75rem;
                opacity: .5;
            }
            .button {
                margin-top: auto;
                margin-bottom: -3rem;
                .btn {
                    display: flex;
                    align-items: center;
                    &::after {
                        content: "";
                        display: inline-block;
                        width: 10px;
                        height: 14px;
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M56.3 66.3c-4.9-3-11.1-3.1-16.2-.3s-8.2 8.2-8.2 14l0 352c0 5.8 3.1 11.1 8.2 14s11.2 2.7 16.2-.3l288-176c4.8-2.9 7.7-8.1 7.7-13.7s-2.9-10.7-7.7-13.7l-288-176zM24.5 38.1C39.7 29.6 58.2 30 73 39L361 215c14.3 8.7 23 24.2 23 41s-8.7 32.2-23 41L73 473c-14.8 9.1-33.4 9.4-48.5 .9S0 449.4 0 432L0 80C0 62.6 9.4 46.6 24.5 38.1z' fill='%23FFF'/%3E%3C/svg%3E");
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: contain;
                        margin-left: .5rem;
                    }
                }
            }
        }
    }
    .buttons {
        justify-content: center;
        .btn:nth-child(2n) {
            --bs-btn-color: var(--bs-white);
            --bs-btn-bg: var(--bs-secondary);
            --bs-btn-border-color: var(--bs-secondary);
            --bs-btn-hover-color: var(--bs-white);
            --bs-btn-hover-bg: var(--bs-secondary);
            --bs-btn-hover-border-color: var(--bs-secondary);
            --bs-btn-focus-shadow-rgb: 49,132,253;
            --bs-btn-active-color: var(--bs-white);
            --bs-btn-active-bg: var(--bs-secondary);
            --bs-btn-active-border-color: var(--bs-secondary);
            --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            --bs-btn-disabled-color: var(--bs-white);
            --bs-btn-disabled-bg: var(--bs-secondary);
            --bs-btn-disabled-border-color: var(--bs-secondary);
        }
    }
}

#program {
    --column-gap: 3rem;
    --row-items: 3;
    counter-reset: items;
    position: relative;
    padding: 8rem 0;
    background-color: var(--bs-white);
    .title {
        text-align: center;
    }
    .items {
        list-style: none;
        padding: 0;
        margin: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--column-gap);
        .item {
            flex: 1 0 calc(100% / var(--row-items));
            max-width: calc((100% / var(--row-items)) - (var(--column-gap) / var(--row-items)) * (var(--row-items) - 1));
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: var(--bs-light);
            border-radius: var(--bs-border-radius-xl);
            /* overflow: hidden; */
            padding: 1.5rem 2rem;
            text-align: center;
            .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 4.5rem;
                height: 4.5rem;
                border-radius: 50%;
                background-color: var(--bs-white);
                margin-bottom: .75rem;
                &::before {
                    counter-increment: items;
                    content: counter(items);
                    font-size: 2.5rem;
                    line-height: 1;
                    font-weight: 600;
                    color: var(--bs-primary);
                }
            }
        }
    }
    .buttons {
        justify-content: center;
    }
}
#content-1 {
    position: relative;
    padding: 8rem 0 0;
    background-color: var(--bs-white);
    .title {
        margin-bottom: 1.5rem;
    }
    ul > li:not(:last-child) {
        margin-bottom: 5px;
    }
    .graphic {
        position: relative;
        padding: 3rem;
        .embed-container {
            border-radius: var(--bs-border-radius-xl);
            overflow: hidden;
        }
        &::after {
            content: "";
            width: 600px;
            height: 600px;
            position: absolute;
            z-index: 1;
            pointer-events: none;
            top: -5%;
            left: 50%;
            transform: translateX(-50%);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("data:image/svg+xml,%3Csvg width='621' height='697' viewBox='0 0 621 697' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M145.916 696.637L129.2 692.101L141.486 679.892L145.916 696.637ZM618.698 71.4541C616.593 70.307 614.49 69.1755 612.39 68.0596L613.797 65.4103C615.907 66.5311 618.019 67.6676 620.134 68.8198L618.698 71.4541ZM599.816 61.5504C595.635 59.4425 591.464 57.3962 587.304 55.4108L588.596 52.7033C592.776 54.6981 596.967 56.754 601.167 58.8716L599.816 61.5504ZM574.855 49.6368C570.491 47.6709 566.138 45.772 561.799 43.9393L562.966 41.1757C567.328 43.0176 571.701 44.926 576.087 46.9015L574.855 49.6368ZM548.815 38.637C544.5 36.9353 540.198 35.2989 535.91 33.7272L536.942 30.9104C541.253 32.4906 545.578 34.1356 549.915 35.8462L548.815 38.637ZM522.644 29.0549C518.164 27.5413 513.7 26.0983 509.252 24.7249L510.137 21.8584C514.61 23.2397 519.099 24.6908 523.604 26.2127L522.644 29.0549ZM495.958 20.8124C491.435 19.5469 486.93 18.3534 482.443 17.231L483.171 14.3206C487.685 15.4499 492.217 16.6504 496.766 17.9234L495.958 20.8124ZM468.729 14.0079C464.177 13.0071 459.646 12.0796 455.134 11.2243L455.693 8.27679C460.233 9.13756 464.793 10.0709 469.373 11.0778L468.729 14.0079ZM441.371 8.82729C436.705 8.08706 432.062 7.4243 427.443 6.83775L427.821 3.86165C432.471 4.45213 437.144 5.11928 441.841 5.86434L441.371 8.82729ZM413.659 5.30554C408.978 4.85976 404.324 4.4926 399.695 4.20274L399.883 1.20862C404.544 1.50051 409.231 1.87022 413.943 2.31906L413.659 5.30554ZM385.683 3.55759C381.04 3.42129 376.425 3.36327 371.839 3.38214L371.826 0.382168C376.446 0.363156 381.094 0.421593 385.771 0.558884L385.683 3.55759ZM357.776 3.6831C353.093 3.86487 348.442 4.12746 343.824 4.46934L343.602 1.47751C348.256 1.13304 352.942 0.868479 357.66 0.685352L357.776 3.6831ZM330.009 5.73778C325.321 6.25233 320.669 6.84936 316.054 7.5272L315.618 4.55906C320.269 3.87589 324.958 3.27421 329.682 2.75569L330.009 5.73778ZM302.32 9.8015C297.718 10.6506 293.154 11.581 288.631 12.591L287.977 9.66312C292.537 8.64502 297.137 7.70718 301.775 6.8513L302.32 9.8015ZM275.029 15.898C270.536 17.0806 266.086 18.3427 261.678 19.6827L260.805 16.8124C265.249 15.4614 269.736 14.189 274.265 12.9969L275.029 15.898ZM248.32 24.0257C243.912 25.5532 239.551 27.1599 235.236 28.8438L234.145 26.0491C238.496 24.3512 242.894 22.7313 247.337 21.1911L248.32 24.0257ZM222.33 34.1703C218.043 36.0378 213.806 37.983 209.619 40.004L208.315 37.3023C212.537 35.2644 216.809 33.3029 221.132 31.4199L222.33 34.1703ZM197.206 46.2964C193.073 48.4937 188.993 50.7666 184.967 53.113L183.457 50.5212C187.516 48.1551 191.63 45.8632 195.798 43.6475L197.206 46.2964ZM173.057 60.3708C169.12 62.876 165.241 65.4535 161.419 68.1012L159.71 65.6351C163.564 62.9653 167.477 60.3661 171.446 57.8399L173.057 60.3708ZM150.092 76.2795C146.37 79.0785 142.709 81.9462 139.108 84.8804L137.213 82.5547C140.844 79.596 144.536 76.7044 148.289 73.882L150.092 76.2795ZM128.444 93.9211C124.951 97.0004 121.522 100.145 118.157 103.352L116.087 101.18C119.48 97.9463 122.938 94.7759 126.46 91.6709L128.444 93.9211ZM108.229 113.185C104.984 116.526 101.804 119.929 98.692 123.39L96.4613 121.384C99.5992 117.894 102.805 114.464 106.077 111.095L108.229 113.185ZM89.555 133.951C86.5763 137.53 83.6663 141.166 80.8262 144.857L78.4487 143.027C81.312 139.306 84.2459 135.64 87.2491 132.032L89.555 133.951ZM72.5182 156.089C69.8229 159.882 67.1988 163.727 64.6472 167.622L62.1377 165.978C64.7101 162.051 67.3556 158.175 70.0728 154.351L72.5182 156.089ZM57.211 179.455C54.8111 183.439 52.4846 187.47 50.2329 191.547L47.6068 190.097C49.8766 185.987 52.2219 181.923 54.6412 177.907L57.211 179.455ZM43.7097 203.902C41.6142 208.057 39.5944 212.256 37.6517 216.495L34.9244 215.245C36.8827 210.972 38.9187 206.74 41.0311 202.551L43.7097 203.902ZM32.0745 229.29C30.2928 233.594 28.589 237.937 26.9643 242.317L24.1516 241.273C25.7892 236.859 27.5066 232.481 29.3025 228.143L32.0745 229.29ZM22.3565 255.478C20.9005 259.897 19.5238 264.35 18.2277 268.835L15.3456 268.002C16.652 263.482 18.0396 258.993 19.5072 254.539L22.3565 255.478ZM14.5973 282.323C13.473 286.829 12.4291 291.364 11.4669 295.926L8.53152 295.307C9.50128 290.709 10.5534 286.138 11.6866 281.597L14.5973 282.323ZM8.82809 309.684C8.03913 314.248 7.33133 318.836 6.70579 323.447L3.73302 323.044C4.36343 318.397 5.07679 313.773 5.87194 309.173L8.82809 309.684ZM5.07735 337.347C4.62129 341.965 4.24738 346.603 3.95691 351.259L0.962741 351.072C1.25547 346.38 1.63226 341.706 2.09186 337.052L5.07735 337.347ZM3.33873 365.205C3.21612 369.863 3.17682 374.538 3.22208 379.228L0.222218 379.257C0.176643 374.531 0.216184 369.82 0.339782 365.126L3.33873 365.205ZM3.60316 393.131C3.81297 397.778 4.10598 402.438 4.48323 407.108L1.49296 407.349C1.11286 402.644 0.817624 397.949 0.606184 393.266L3.60316 393.131ZM5.85184 421C6.38662 425.6 7.00359 430.208 7.70375 434.823L4.73769 435.273C4.03232 430.623 3.41073 425.981 2.87191 421.346L5.85184 421ZM10.0548 448.686C10.9039 453.213 11.8337 457.746 12.8451 462.282L9.91701 462.934C8.89819 458.366 7.96159 453.8 7.10625 449.239L10.0548 448.686ZM16.1222 475.885C17.2873 480.385 18.5336 484.886 19.862 489.388L16.9847 490.237C15.6468 485.703 14.3915 481.169 13.218 476.637L16.1222 475.885ZM24.0153 502.652C25.4796 507.073 27.024 511.492 28.6495 515.908L25.8341 516.944C24.1973 512.497 22.6421 508.047 21.1675 503.595L24.0153 502.652ZM33.6765 528.915C35.41 533.196 37.2207 537.472 39.1095 541.743L36.3658 542.956C34.4643 538.657 32.6413 534.351 30.8959 530.042L33.6765 528.915ZM45.0109 554.538C47.003 558.685 49.07 562.825 51.2126 566.958L48.5492 568.339C46.3926 564.179 44.312 560.011 42.3067 555.837L45.0109 554.538ZM57.8206 579.249C60.0984 583.338 62.4515 587.417 64.8806 591.487L62.3046 593.025C59.8602 588.929 57.4922 584.824 55.1999 580.709L57.8206 579.249ZM72.1423 603.266C74.6253 607.168 77.1797 611.059 79.8059 614.939L77.3215 616.621C74.6794 612.718 72.1096 608.802 69.6113 604.877L72.1423 603.266ZM87.9014 626.544C90.5729 630.262 93.312 633.969 96.1192 637.662L93.7307 639.478C90.9074 635.763 88.1524 632.035 85.4651 628.295L87.9014 626.544ZM104.709 648.659C107.64 652.311 110.639 655.95 113.707 659.574L111.418 661.513C108.333 657.868 105.317 654.209 102.369 650.536L104.709 648.659ZM122.799 670.045C125.863 673.486 128.99 676.913 132.181 680.324L129.99 682.374C126.782 678.944 123.639 675.499 120.559 672.04L122.799 670.045Z' fill='%23034D82' fill-opacity='0.19'/%3E%3C/svg%3E%0A");
        }
        > * {
            position: relative;
            z-index: 2;
        }
    }
}
#content-2 {
    --column-gap: 1rem;
    --row-items: 2;
    position: relative;
    padding: 8rem 0;
    background-color: var(--bs-white);
    .title {
        margin-bottom: 1.5rem;
    }
    .items {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
        display: flex;
        flex-wrap: wrap;
        gap: var(--column-gap);
        .item {
            flex: 1 0 calc(100% / var(--row-items));
            max-width: calc((100% / var(--row-items)) - (var(--column-gap) / var(--row-items)) * (var(--row-items) - 1));
            display: flex;
            gap: .75rem;
            > svg {
                transform: translateY(4px);
            }
            .title {
                margin-bottom: 0
            }
        }
    }
    .btn {
        --bs-btn-padding-x: 0;
        display: flex;
        align-items: center;
        text-decoration: none;
        &::after {
            content: "→";
            display: inline-block;
            margin-left: .5rem;
        }
    }
    .image {
        border-radius: var(--bs-border-radius-xl);
        overflow: hidden;
    }
}
