*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    background-color: #FAF9F6;
}

.t1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 400px;
    color: #05347B;
}

.t2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #05347B;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.h1 {
    font-family: 'Oblata Display', serif;
    font-size: 85px;
    font-weight: 500;
    color: #05347B;
}

h2 {
    font-family: 'Oblata Display', serif;
    font-size: 68px;
    font-weight: 500;
    color: #05347B;
    line-height: 1;
    margin-bottom: 80px;
}


.h3 {
    font-family: 'Oblata Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #05347B;
    line-height: 1.2;
}

.h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    max-width: 400px;
    color: #05347B;
}

h5 {
    font-family: 'Oblata Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: #05347B;
}

.h6 {
    font-family: 'Oblata Display', serif;
    font-size: 68px;
    font-weight: 400;
    color: #05347B;
}

.number {
    font-family: 'Ivy Ora Display', serif;
    src: url(/font/IvyOraDisplay.woff2) fotmat('woff2');
    font-size: 100px;
    font-weight: 500;
    color: #05347B;
}

.white {
    color: #FAF9F6;
}



.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FAF9F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 10px 60px;
    z-index: 2000;
    box-shadow: 0 8px 24px rgba (0, 0, 0, 0.1);
}

.logo {
    height: 50px;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menu-btn {
    height: 46px;
    background-color: #F98A24;
    border: none;
    border-radius: 15px;
    color: #FAF9F6;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    transition: background-color 0.25s ease, text-decoration 0.25s ease;
}

.menu-btn:hover {
    background-color: #E67C1E;
    text-decoration: underline;
}

.menu-btn2 {
    height: 46px;
    background-color: #FAF9F6;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    color: #2E3A59;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    transition: background-color 0.25s ease, border-color 0.25s ease, text-decoration 0.25s ease;
}

.menu-btn2:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
    text-decoration: underline;
}

.burger {
    height: 46px;
    background: none;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 2200;
    cursor: pointer;
     transition: background-color 0.25s ease, border-color 0.25s ease;
}

.burger:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}

.burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #05347B;
    transition: 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.btns-mob {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #FAF9F6;
    padding: 120px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: right 0.4s ease;
    z-index: 1000;
}

.side-menu.active {
    right: 0;
}

.side-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.footer {
    width: 100%;
    padding: 40px 60px;
    background-color: #19316E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}


.footer-logo {
    align-self: center;
    width: auto;
    height: 60px;
}

.footer-content {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 600px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 500px;
}

.footer-column .t1 {
    width: 500px;
}

.media-bttns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.media-bttn {
    width: 40px;
    height: 40px;
    background: none;
    border: 2px solid #FAF9F6;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.block1 {
    padding: 80px 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.slider {
    overflow: hidden;
    width: 100%;
}

.card-container {
    display: flex;
    overflow-x: auto;
    padding: 0;
    gap: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    direction: ltr;
    scroll-snap-type: none;
    scroll-behavior: smooth;
}

.card-container::-webkit-scrollbar {
    display: none;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    background-color: #E6F3FB;
    padding: 20px 20px;
    width: 400px;
    height: auto;
    scroll-snap-align: unset;
}

.article-card-img {
    width: 310px;
}

.toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 30px;
    width: fit-content;
    white-space: nowrap;
    background-color: transparent;
}

.btn-sm {
    height: 40px;
    background-color: #F98A24;
    border: none;
    border-radius: 10px;
    color: #FAF9F6;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 20px;
    transition: background-color 0.25s ease, text-decoration 0.25s ease;
}

.controls {
    display: flex;
    gap: 40px;
    align-self: flex-end;
}

.arrow {
    width: 60px;
    height: 60px;
    background-color: #FAF9F6;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow svg {
    width: 40px;
}

.arrow:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1900;
}

.modal.active {
    display: block;
}


.modal-content {
    position: relative;
    background: #E6F3FB;
    width: 1200px;
    max-width: 90%;
    height: 80vh;
    overflow-y: auto;
    padding: 32px;
    margin: 15vh auto;
    border-radius: 0;
    z-index: 2100;
}

.modal-content a {
    text-decoration: underline;
}

.modal-body {
    column-count: 2;
    column-gap: 40px;
}

.modal-title {
    margin-bottom: 40px;
}

.modal-image {
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 24px;
    object-fit: cover;
}

.article-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.article-list {
    padding-left: 20px;
}

.article-list li {
    margin-bottom: 20px;
}


.modal-close {
    position: fixed;
    top: 120px;
    right: 80px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: white;
    border: 2px #F98A24 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2200; 
}

.modal-close svg {
    pointer-events: none;
}

.modal-close:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}

.modal-toggles {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.toggle--primary {
    background-color: white;
    color: #05347B;
}

.toggle.toggle--year {
    background-color: #E6F3FB;
    border: 2px solid white;
    color: #05347B;
}

.toggle.toggle--secondary {
    background-color: #E6F3FB;
    border: 2px solid #F98A24;
    color: #05347B;
}

.modal-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}


.btn {
    height: 55px;
    background-color: #F98A24;
    border: none;
    border-radius: 15px;
    color: #FAF9F6;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    transition: background-color 0.25s ease, text-decoration 0.25s ease;
}

.btn:hover {
    background-color: #E67C1E;
    text-decoration: underline;
}

@media (min-width: 2881px) {
    .h1 {
        font-size: 200px;
    }

    .t1 {
        font-size: 36px;
        font-weight: 400;
        max-width: 1000px;
        line-height: 1.2;
    }

    .t2 {
        font-size: 32px;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.2;
    }

    h2 {
        font-size: 160px;
        font-weight: 500;
        max-width: 2400px;
    }

    .h3 {
        font-size: 65px;
        font-weight: 400;
    }

    .h4 {
        font-size: 32px;
        font-weight: 600;
        max-width: 400px;
    }

    h5 {
        font-size: 46px;
        font-weight: 400;
    }

    .h6 {
        font-family: 'Oblata Display', serif;
        font-size: 120px;
        font-weight: 400;
        color: #05347B;
        max-width: 1600px;
    }

    .white {
        color: #FAF9F6
    }

    .menu {
        height: 160px;
        padding: 30px 420px;
    }

    .logo {
        height: 120px;
    }

    .btns {
        gap: 60px;
    }

    .menu-btn {
        height: 90px;
        font-size: 36px;
        padding: 0 40px;
    }

    .menu-btn2 {
        height: 90px;
        font-size: 36px;
        padding: 0 40px;
    }

    .burger {
        height: 90px;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 2200;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -1200px;
        width: 1200px;
        height: 100vh;
        padding: 360px 100px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 100px;
    }


    .block1 {
        padding: 160px 420px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 100px;
    }

    .footer {
        margin-top: 80px;
        width: 100%;
        padding: 80px 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 160px;
    }

    .footer-logo {
        align-self: center;
        width: auto;
        height: 120px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1250px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 80px;
        width: 500px;
    }

    .media-bttns {
        gap: 40px;
    }

    .media-bttn {
        width: 80px;
        height: 80px;
        border: 3px solid white;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .media-bttn svg {
        width: 40px;
    }


    .slider {
        overflow: hidden;
        width: 100%;
    }

    .card-container {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 80px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-container::-webkit-scrollbar {
        display: none;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        background-color: #E6F3FB;
        padding: 60px 60px;
        min-width: 675px;
        min-height: 460px;
        height: auto;
    }

    .arrow {
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .arrow svg {
        width: 50px;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
        background-color: #FAF9F6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        border-radius: 30px;
    }

    .btn-sm {
        height: 80px;
        background-color: #F98A24;
        border: none;
        border-radius: 20px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 28px;
        padding: 0 40px;
        margin-top: 20px;
        transition: background-color 0.25s ease, text-decoration 0.25s ease;
    }

    .controls {
        display: flex;
        gap: 40px;
        align-self: flex-end;
    }

    .arrow:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 1900;
    }

    .modal.active {
        display: block;
    }


    .modal-content {
        position: relative;
        background: #E6F3FB;
        width: 2000px;
        max-width: 90%;
        height: 80vh;
        overflow-y: auto;
        padding: 80px 80px 100px;
        margin: 15vh auto;
        border-radius: 0;
        z-index: 2100;
    }

    .modal-body {
        column-count: 2;
        column-gap: 160px;
    }

    .modal-toggles {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .modal-title {
        margin-bottom: 60px;
    }

    .modal-image {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 60px;
    }

    .article-list {
        padding-left: 20px;
    }

    .article-list li {
        margin-bottom: 20px;
    }


    .modal-close {
        position: fixed;
        top: 290px;
        right: 380px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background-color: white;
        border: 2px #F98A24 solid;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2200; 
    }

    .modal-close svg {
        pointer-events: none;
    }

    .modal-close:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }



    .modal-overlay {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .btn {
        height: 120px;
        border: none;
        border-radius: 20px;
        color: white;
        font-family: 'Work Sans', sans-serif;
        font-size: 36px;
        padding: 0 60px;
    }

}


@media (max-width: 2880px) {
    .h1 {
        font-size: 180px;
    }

    .t1 {
        font-size: 32px;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.2;
    }

    .t2 {
        font-size: 28px;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.2;
    }

    h2 {
        font-size: 140px;
        font-weight: 500;
    }

    .h3 {
        font-size: 65px;
        font-weight: 400;
    }

    .h4 {
        font-size: 32px;
        font-weight: 600;
        max-width: 400px;
    }

    h5 {
        font-size: 32px;
        font-weight: 400;
    }

    .h6 {
        font-family: 'Oblata Display', serif;
        font-size: 120px;
        font-weight: 400;
        color: #05347B;
        max-width: 1600px;
    }


    .white {
        color: #FAF9F6;
    }

    .menu {
        height: 140px;
        padding: 30px 320px;
    }

    .logo {
        height: 100px;
    }

    .btns {
        gap: 60px;
    }

    .menu-btn {
        height: 80px;
        font-size: 32px;
        padding: 0 40px;
    }

    .menu-btn2 {
        height: 80px;
        font-size: 32px;
        padding: 0 40px;
    }

    .burger {
        height: 80px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 2200;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -960px;
        width: 960px;
        height: 100vh;
        padding: 260px 80px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 80px;
    }


    .block1 {
        padding: 160px 320px 100px!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 100px;
    }

    .btn {
        height: 100px;
        border: none;
        border-radius: 20px;
        color: white;
        font-family: 'Work Sans', sans-serif;
        font-size: 32px;
        padding: 0 40px;
    }

    .footer {
        margin-top: 80px;
        width: 100%;
        padding: 80px 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 160px;
    }

    .footer-logo {
        align-self: center;
        width: auto;
        height: 100px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1200px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
        width: 500px;
    }

    .media-bttns {
        gap: 40px;
    }

    .media-bttn {
        width: 80px;
        height: 80px;
        border: 3px solid #FAF9F6;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .media-bttn svg {
        width: 40px;
    }


    .slider {
        overflow: hidden;
        width: 100%;
    }

    .card-container {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 80px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-container::-webkit-scrollbar {
        display: none;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        background-color: #E6F3FB;
        padding: 60px 60px;
        min-width: 690px;
        min-height: 460px;
        height: auto;
    }

    .arrow {
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .arrow svg {
        width: 50px;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
        background-color: #FAF9F6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        border-radius: 30px;
    }

    .btn-sm {
        height: 80px;
        background-color: #F98A24;
        border: none;
        border-radius: 20px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 32px;
        padding: 0 40px;
        margin-top: 20px;
        transition: background-color 0.25s ease, text-decoration 0.25s ease;
    }

    .controls {
        display: flex;
        gap: 40px;
        align-self: flex-end;
    }

    .arrow:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 1900;
    }

    .modal.active {
        display: block;
    }


    .modal-content {
        position: relative;
        background: #E6F3FB;
        width: 2000px;
        max-width: 90%;
        height: 80vh;
        overflow-y: auto;
        padding: 60px 60px 80px;
        margin: 15vh auto;
        border-radius: 0;
        z-index: 2100;
    }

    .modal-body {
        column-count: 2;
        column-gap: 120px;
    }

    .modal-toggles {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .modal-title {
        margin-bottom: 60px;
    }

    .modal-image {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .article-list {
        padding-left: 20px;
    }

    .article-list li {
        margin-bottom: 20px;
    }


    .modal-close {
        position: fixed;
        top: 270px;
        right: 320px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background-color: white;
        border: 2px #F98A24 solid;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2200; 
    }

    .modal-close svg {
        pointer-events: none;
    }

    .modal-close:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }



    .modal-overlay {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

}

@media (max-width: 2560px) {
    .t1 {
        font-size: 28px;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.2;
    }

    .t2 {
        font-size: 24px;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.2;
    }

    .h1 {
        font-size: 160px;
        font-weight: 500;
    }

    .h2 {
        font-size: 120px;
        font-weight: 500;
    }


    .h3 {
        font-size: 56px;
        font-weight: 400;
    }

    .h4 {
        font-size: 28px;
        font-weight: 600;
        max-width: 400px;
    }

    h5 {
        font-size: 36px;
        font-weight: 400;
    }

    .h6 {
        font-family: 'Oblata Display', serif;
        font-size: 100px;
        font-weight: 400;
        color: #05347B;
        max-width: 1400px;
    }

    .white {
        color: #FAF9F6;
    }

    .menu {
        height: 120px;
        padding: 30px 240px;
    }

    .logo {
        height: 80px;
    }

    .btns {
        gap: 40px;
    }

    .menu-btn {
        height: 70px;
        font-size: 28px;
        padding: 0 40px;
    }

    .menu-btn2 {
        height: 70px;
        font-size: 28px;
        padding: 0 40px;
    }

    .burger {
        height: 60px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 2200;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -620px;
        width: 620px;
        height: 100vh;
        padding: 160px 40px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }

    .block1 {
        padding: 160px 240px 100px!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 100px;
    }

    .footer {
        margin-top: 80px;
        width: 100%;
        padding: 80px 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 160px;
    }

    .footer-logo {
        align-self: center;
        width: auto;
        height: 100px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1200px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
        width: 500px;
    }

    .media-bttns {
        gap: 40px;
    }

    .media-bttn {
        width: 80px;
        height: 80px;
        border: 3px solid #FAF9F6;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .media-bttn svg {
        width: 40px;
    }

    .btn {
        height: 80px;
        border: none;
        border-radius: 20px;
        font-size: 28px;
        padding: 0 40px;
    }

    .slider {
        overflow: hidden;
        width: 100%;
    }

    .card-container {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 80px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-container::-webkit-scrollbar {
        display: none;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        background-color: #E6F3FB;
        padding: 40px 40px;
        min-width: 640px;
        min-height: 460px;
        height: auto;
    }

    .arrow {
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .arrow svg {
        width: 40px;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
        background-color: #FAF9F6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        border-radius: 30px;
    }

    .btn-sm {
        height: 70px;
        background-color: #F98A24;
        border: none;
        border-radius: 20px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 24px;
        padding: 0 30px;
        margin-top: 20px;
        transition: background-color 0.25s ease, text-decoration 0.25s ease;
    }

    .controls {
        display: flex;
        gap: 40px;
        align-self: flex-end;
    }

    


    .arrow:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 1900;
    }

    .modal.active {
        display: block;
    }


    .modal-content {
        position: relative;
        background: #E6F3FB;
        width: 1800px;
        max-width: 90%;
        height: 80vh;
        overflow-y: auto;
        padding: 60px 60px 80px;
        margin: 15vh auto;
        border-radius: 0;
        z-index: 2100;
    }

    .modal-body {
        column-count: 2;
        column-gap: 120px;
    }

    .modal-toggles {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .modal-title {
        margin-bottom: 60px;
    }

    .modal-image {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .article-list {
        padding-left: 20px;
    }

    .article-list li {
        margin-bottom: 20px;
    }


    .modal-close {
        position: fixed;
        top: 240px;
        right: 260px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background-color: white;
        border: 2px #F98A24 solid;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2200; 
    }

    .modal-close svg {
        pointer-events: none;
    }

    .modal-close:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }



    .modal-overlay {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 1920px) {
    .t1 {
        font-size: 24px;
        font-weight: 400;
        max-width: 600px;
        line-height: 1.2;
    }

    .t2 {
        font-size: 20px;
        font-weight: 400;
        max-width: 600px;
        line-height: 1.2;
    }

    .h1 {
        font-size: 120px;
        font-weight: 500;
    }

    h2 {
        font-size: 95px;
        font-weight: 500;
        max-width: 1250px;
    }

    .h3 {
        font-size: 46px;
        font-weight: 400;
    }

    .h4 {
        font-size: 24px;
        font-weight: 600;
        max-width: 400px;
    }

    h5 {
        font-size: 36px;
        font-weight: 400;
    }

    .h6 {
        font-family: 'Oblata Display', serif;
        font-size: 92px;
        font-weight: 400;
        color: #05347B;
        max-width: 1200px;
    }


    .white {
        color: #FAF9F6;
    }

    .menu {
        height: 100px;
        padding: 30px 120px;
    }

    .logo {
        height: 70px;
    }

    .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .menu-btn {
        height: 60px;
        font-size: 24px;
        padding: 0 30px;
    }

    .menu-btn2 {
        height: 60px;
        font-size: 24px;
        padding: 0 30px;
    }

    .burger {
        height: 60px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 2200;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -420px;
        width: 420px;
        height: 100vh;
        padding: 160px 40px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }

    .block1 {
        padding: 140px 120px 100px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }

    .slider {
        overflow: hidden;
        width: 100%;
    }

    .card-container {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 60px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-container::-webkit-scrollbar {
        display: none;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 18px;
        background-color: #E6F3FB;
        padding: 30px 30px;
        min-width: 520px;
        min-height: 460px;
        height: auto;
    }

    .arrow {
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .arrow svg {
        width: 40px;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
        background-color: #FAF9F6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-radius: 30px;
    }

    .btn-sm {
        height: 60px;
        background-color: #F98A24;
        border: none;
        border-radius: 15px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 22px;
        padding: 0 30px;
        margin-top: 20px;
        transition: background-color 0.25s ease, text-decoration 0.25s ease;
    }

    .controls {
        display: flex;
        gap: 40px;
        align-self: flex-end;
    }

    .arrow {
        width: 60px;
        height: 60px;
        background-color: #FAF9F6;
        border: 2px #F98A24 solid;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow svg {
        width: 40px;
    }

    .arrow:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 1900;
    }

    .modal.active {
        display: block;
    }


    .modal-content {
        position: relative;
        background: #E6F3FB;
        width: 1500px;
        max-width: 90%;
        height: 80vh;
        overflow-y: auto;
        padding: 40px 40px 60px;
        margin: 15vh auto;
        border-radius: 0;
        z-index: 2100;
    }

    .modal-body {
        column-count: 2;
        column-gap: 80px;
    }

    .modal-toggles {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .modal-title {
        margin-bottom: 60px;
    }

    .modal-image {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .article-list {
        padding-left: 20px;
    }

    .article-list li {
        margin-bottom: 20px;
    }


    .modal-close {
        position: fixed;
        top: 160px;
        right: 130px;
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background-color: white;
        border: 2px #F98A24 solid;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2200; 
    }

    .modal-close svg {
        pointer-events: none;
    }

    .modal-close:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }



    .modal-overlay {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .btn {
        height: 60px;
        border: none;
        border-radius: 15px;
        font-family: 'Work Sans', sans-serif;
        font-size: 24px;
        padding: 0 40px;
    }

    .footer {
        margin-top: 80px;
        width: 100%;
        padding: 40px 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 120px;
    }

    .footer-logo {
        align-self: center;
        width: auto;
        height: 80px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 700px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        width: 500px;
    }

    .media-bttns {
        gap: 30px;
    }

    .media-bttn {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .media-bttn svg {
        width: 25px;
    }

}

@media (max-width: 1440px) {
    .h1 {
        font-size: 100px;
        font-weight: 500;
    }

    .t1 {
        font-size: 20px;
        font-weight: 400;
        max-width: 500px;
    }

    h2 {
        font-size: 82px;
        font-weight: 500;
    }

    .h3 {
        font-size: 36px;
        font-weight: 400;
        line-height: 1.2;
    }

    .h4 {
        font-size: 20px;
        font-weight: 600;
        max-width: 400px;
    }

    h5 {
        font-size: 32px;
        font-weight: 400;
    }

    .h6 {
        font-size: 68px;
        font-weight: 400;
        max-width: 1000px;
    }

    .white {
        color: #FAF9F6;
    }

    .menu {
        height: 80px;
        padding: 20px 100px;
    }

    .logo {
        height: 60px;
    }

    .menu-btn {
        height: 50px;
        border: none;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

    .menu-btn2 {
        height: 50px;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

    .burger {
        height: 50px;
        font-size: 20px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        z-index: 2200;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -380px;
        width: 380px;
        height: 100vh;
        padding: 120px 40px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu.active {
        right: 0;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }

    .block1 {
        padding: 100px 100px 80px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .slider {
        overflow: hidden;
        width: 100%;
    }

    .card-container {
        display: flex;
        overflow-x: auto;
        padding: 0;
        gap: 40px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-container::-webkit-scrollbar {
        display: none;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 18px;
        background-color: #E6F3FB;
        padding: 30px 30px;
        min-width: 385px;
        min-height: 460px;
        height: auto;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
        background-color: #FAF9F6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        border-radius: 30px;
    }

    .btn-sm {
        height: 50px;
        background-color: #F98A24;
        border: none;
        border-radius: 10px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 18px;
        padding: 0 25px;
        margin-top: 15px;
        transition: background-color 0.25s ease, text-decoration 0.25s ease;
    }

    .controls {
        display: flex;
        gap: 40px;
        align-self: flex-end;
    }

    .arrow {
        width: 60px;
        height: 60px;
        background-color: #FAF9F6;
        border: 2px #F98A24 solid;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow svg {
        width: 40px;
    }

    .arrow:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 1900;
    }

    .modal.active {
        display: block;
    }


    .modal-content {
        position: relative;
        background: #E6F3FB;
        width: 1200px;
        max-width: 90%;
        height: 80vh;
        overflow-y: auto;
        padding: 40px;
        margin: 15vh auto;
        border-radius: 0;
        z-index: 2100;
    }

    .modal-body {
        column-count: 2;
        column-gap: 40px;
    }

    .modal-image {
        width: 100%;
        height: 200px;
        display: block;
        margin-bottom: 24px;
        object-fit: cover;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .article-list {
        padding-left: 20px;
    }

    .article-list li {
        margin-bottom: 20px;
    }


    .modal-close {
        position: fixed;
        top: 150px;
        right: 130px;
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background-color: white;
        border: 2px #F98A24 solid;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2200; 
    }

    .modal-close svg {
        pointer-events: none;
    }

    .modal-close:hover {
        border-color: #E67C1E;
        background-color: #F6F4EF;
    }



    .modal-overlay {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .footer {
        width: 100%;
        padding: 40px 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 80px;
    }


    .footer-logo {
        align-self: center;
        width: auto;
        height: 70px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 400px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        width: 500px;
    }

    .footer-column .t1 {
        width: 500px;
    }

    .media-bttns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .media-bttn {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    } 

    .media-bttn svg {
        width: 22px;
    }

    .btn {
        height: 60px;
        border: none;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

}

@media (max-width: 1280px) {
    .t1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 400px;
    color: #05347B;
}

.t2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #05347B;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.h1 {
    font-family: 'Oblata Display', serif;
    font-size: 85px;
    font-weight: 500;
    color: #05347B;
}

h2 {
    font-family: 'Oblata Display', serif;
    font-size: 72px;
    font-weight: 500;
    color: #05347B;
    line-height: 1;
    margin-bottom: 24px;
}

.h3 {
    font-family: 'Oblata Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #05347B;
}

.h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    max-width: 400px;
    color: #05347B;
}

h5 {
    font-family: 'Oblata Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: #05347B;
}

.h6 {
    font-family: 'Oblata Display', serif;
    font-size: 68px;
    font-weight: 400;
    color: #05347B;
    max-width: 1000px;
}

.number {
    font-family: 'Ivy Ora Display', serif;
    src: url(/font/IvyOraDisplay.woff2) fotmat('woff2');
    font-size: 100px;
    font-weight: 500;
    color: #05347B;
}

.white {
    color: #FAF9F6;
}



.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FAF9F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 10px 60px;
    z-index: 2000;
    box-shadow: 0 8px 24px rgba (0, 0, 0, 0.1);
}

.logo {
    height: 50px;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menu-btn {
    height: 46px;
    background-color: #F98A24;
    border: none;
    border-radius: 15px;
    color: #FAF9F6;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    transition: background-color 0.25s ease, text-decoration 0.25s ease;
}

.menu-btn:hover {
    background-color: #E67C1E;
    text-decoration: underline;
}

.menu-btn2 {
    height: 46px;
    background-color: #FAF9F6;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    color: #2E3A59;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    transition: background-color 0.25s ease, border-color 0.25s ease, text-decoration 0.25s ease;
}

.menu-btn2:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
    text-decoration: underline;
}

.burger {
    height: 46px;
    background: none;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 2200;
    cursor: pointer;
     transition: background-color 0.25s ease, border-color 0.25s ease;
}

.burger:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}

.burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #05347B;
    transition: 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.btns-mob {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #FAF9F6;
    padding: 120px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: right 0.4s ease;
    z-index: 1000;
}

.side-menu.active {
    right: 0;
}

.side-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.footer {
    width: 100%;
    padding: 40px 60px;
    background-color: #19316E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}


.footer-logo {
    align-self: center;
    width: auto;
    height: 60px;
}

.footer-content {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 600px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 500px;
}

.footer-column .t1 {
    width: 500px;
}

.media-bttns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.media-bttn {
    width: 40px;
    height: 40px;
    background: none;
    border: 2px solid #FAF9F6;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.block1 {
    padding: 80px 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.slider {
    overflow: hidden;
    width: 100%;
}

.card-container {
    display: flex;
    overflow-x: auto;
    padding: 0;
    gap: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.card-container::-webkit-scrollbar {
    display: none;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    background-color: #E6F3FB;
    padding: 20px 20px;
    width: 350px;
    min-width: 350px;
    min-height: 400px;
    height: auto;
}

.article-card-img {
    width: 310px;
}

.toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 30px;
}

.btn-sm {
    height: 40px;
    background-color: #F98A24;
    border: none;
    border-radius: 10px;
    color: #FAF9F6;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 20px;
    transition: background-color 0.25s ease, text-decoration 0.25s ease;
}

.controls {
    display: flex;
    gap: 40px;
    align-self: flex-end;
}

.arrow {
    width: 60px;
    height: 60px;
    background-color: #FAF9F6;
    border: 2px #F98A24 solid;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow svg {
    width: 40px;
}

.arrow:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1900;
}

.modal.active {
    display: block;
}


.modal-content {
    position: relative;
    background: #E6F3FB;
    width: 1200px;
    max-width: 90%;
    height: 80vh;
    overflow-y: auto;
    padding: 32px;
    margin: 15vh auto;
    border-radius: 0;
    z-index: 2100;
}

.modal-body {
    column-count: 2;
    column-gap: 40px;
}

.modal-image {
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 24px;
    object-fit: cover;
}

.article-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.article-list {
    padding-left: 20px;
}

.article-list li {
    margin-bottom: 20px;
}


.modal-close {
    position: fixed;
    top: 120px;
    right: 80px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: white;
    border: 2px #F98A24 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2200; 
}

.modal-close svg {
    pointer-events: none;
}

.modal-close:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}



.modal-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.btn {
        height: 55px;
        border: none;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .h1 {
        font-family: 'Oblata Display', serif;
        font-size: 58px;
        font-weight: 500;
        color: #05347B;
    }
    .t1 {
        font-size: 16px;
        font-weight: 400;
        max-width: 400px;
    }

    .t2 {
        font-size: 12px;
        font-weight: 400;
        max-width: 400px;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    h2 {
        font-size: 50px;
        font-weight: 500;
    }

    .h3 {
        font-size: 28px;
        font-weight: 400;
    }

    .h4 {
        font-size: 20px;
        font-weight: 600;
        max-width: 400px;
    }

    .h5 {
        font-size: 20px;
        font-weight: 400;
    }

    .h6 {
        font-family: 'Oblata Display', serif;
        font-size: 42px;
        font-weight: 500;
        color: #05347B;
    }

    .number {
        font-size: 80px;
        font-weight: 500;
    }

    .white {
        color: #FAF9F6;
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        padding: 10px 20px;
        z-index: 2000;
        box-shadow: 0 8px 24px rgba (0, 0, 0, 0.1);
    }

    .logo {
        height: 50px;
    }

    .btns-mob {
        display: flex;
        flex-direction: column;
        gap: 40px;
        visibility: visible;
        opacity: 1;
    }

    .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .btns .h4 {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .btns { 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }

    .btn {
        margin-top: 80px;
        height: 55px;
        width: 100%;
        border: none;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

    .btn2 {
        height: 55px;
        width: 100%;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
    }

    .menu-btn {
        display: none;
        visibility: hidden;
        opacity: 0;
    }


    .menu-btn2 {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .menu-btn-mob {
        height: 46px;
        background-color: #F98A24;
        border: none;
        border-radius: 15px;
        color: #FAF9F6;
        font-family: 'Work Sans', sans-serif;
        font-size: 20px;
        padding: 0 20px;
    }

    .menu-btn2-mob {
        height: 46px;
        background-color: #FAF9F6;
        border: 2px #F98A24 solid;
        border-radius: 15px;
        color: #2E3A59;
        font-size: 20px;
        padding: 0 20px;
    }

    .burger {
        height: 46px;
        background: none;
        border-radius: 15px;
        font-size: 20px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        z-index: 2200;
        cursor: pointer;
        transition: background-color 0.25s ease, border-color 0.25s ease;
    }

    .burger span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 100vw;
        height: 100vh;
        padding: 120px 20px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .side-menu.active {
        right: 0;
    }

    .side-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .block1 {
        padding: 80px 20px 0!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .card-container {
        gap: 16px;
    }

    .card {
        min-width: 100%;
    }

    .article-card-img {
        width: 100%;
    }

    .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 30px;
}

    .modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1900;
}

.modal.active {
    display: block;
}


.modal-content {
    position: relative;
    background: #E6F3FB;
    width: 1200px;
    max-width: 90%;
    height: 80vh;
    overflow-y: auto;
    padding: 32px;
    margin: 15vh auto;
    border-radius: 0;
    z-index: 2100;
}

.modal-body {
    column-count: 1;
    column-gap: 0;
}

.modal-image {
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 24px;
    object-fit: cover;
}

.article-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.article-list {
    padding-left: 20px;
}

.article-list li {
    margin-bottom: 20px;
}


.modal-close {
    position: fixed;
    top: 125px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: white;
    border: 2px #F98A24 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2200; 
}

.modal-close svg {
    pointer-events: none;
}

.modal-close:hover {
    border-color: #E67C1E;
    background-color: #F6F4EF;
}



.modal-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.footer {
        width: 100%;
        padding: 40px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }


    .footer-logo {
        align-self: flex-start;
        width: auto;
        height: 60px;
    }

    .footer-content {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }

}