/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,28): run-time error CSS1039: Token not allowed after unary operator: '-background-4'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-text-4'
(143,28): run-time error CSS1039: Token not allowed after unary operator: '-purple-background'
(144,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-colour'
(372,17): run-time error CSS1039: Token not allowed after unary operator: '-text-1'
(382,17): run-time error CSS1039: Token not allowed after unary operator: '-text-3'
 */
:root {
    --background-1: white;
    --text-1: #0f172a;
    --text-3: #455366;
    --purple-background: #f6f5ff;
    --text-4: #64748b;
    --background-4: #ebebeb;
    --background-2: #f7f7f7;
    --background-3: #f0f0f0;
    --primary-colour: #463fa6;
    --text-2: #263142
}

.blog .blogcontainer {
    z-index: 0;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 128px 80px
}

.header-content {
    max-width: 620px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex
}


.spacer {
    height: 48px;
    background-color: var(--background-4)
}

.post-details-wrapper {
    grid-column-gap: 8px;
    color: var(--text-4);
    font-weight: 400;
    display: flex;
}

.spacer._48 {
    width: 48px;
    background-color: transparent;
    border-radius: 6px
}

.spacer._128 {
    width: 128px;
    height: 128px;
    background-color: transparent
}

.spacer._96 {
    width: 96px;
    height: 96px;
    background-color: transparent
}

.spacer._32 {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 6px
}

.spacer._80 {
    width: 80px;
    height: 80px;
    background-color: transparent
}

.spacer._24 {
    width: 24px;
    height: 24px;
    text-transform: uppercase;
    background-color: transparent
}

.spacer._16 {
    width: 16px;
    height: 16px;
    background-color: transparent;
    display: block
}

.spacer._64 {
    width: 64px;
    height: 64px;
    background-color: transparent
}

.spacer._8 {
    width: 8px;
    height: 8px;
    background-color: transparent
}

.spacer._4 {
    width: 4px;
    height: 4px;
    background-color: transparent
}

.spacer._40 {
    width: 40px;
    height: 40px;
    background-color: transparent
}


.blog-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.blog-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.blog-category-tag {
    background-color: var(--purple-background);
    color: var(--primary-colour);
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block
}

.blog-list {
    grid-column-gap: 40px;
    grid-row-gap: 96px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: start;
    display: grid
}

.heading.regular {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


@media screen and (max-width: 991px) {
    h2 {
        font-size:56px
    }
    
    .paragraph.extra-large {
        font-size: 24px
    }

    .blog .blogcontainer {
        padding: 96px 64px;
        overflow: hidden
    }

    .blog-header-image-wrapper {
        border-radius: 24px
    }

    .blog-list {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size:52px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 32px
    }

    h4 {
        font-size: 28px
    }

    .spacer {
        height: 40px
    }

    .spacer._96 {
        width: 72px;
        height: 72px
    }

    .spacer._80,.spacer._64 {
        width: 56px;
        height: 56px
    }


    .heading.medium {
        font-size: 32px
    }

    .heading.regular {
        font-size: 28px
    }

    .heading.extra-large {
        font-size: 52px
    }

    .heading.large {
        font-size: 40px
    }

    .section.banner {
        display: block
    }

    .blog .blogcontainer {
        width: 100%
    }

    .blog-list {
        grid-row-gap: 72px;
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size:42px
    }

    h2 {
        font-size: 36px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

    p {
        font-size: 15px
    }

    li {
        padding-left: 12px
    }
    
    .spacer._96 {
        width: 56px;
        height: 56px
    }

    .spacer._80,.spacer._64 {
        width: 48px;
        height: 48px
    }

    .text-input {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px
    }

    .paragraph {
        font-size: 14px
    }

    .paragraph.extra-large {
        font-size: 22px
    }

    .paragraph.large {
        font-size: 17px
    }
    
    .heading.medium {
        font-size: 32px
    }

    .heading.extra-small {
        font-size: 18px
    }

    .heading.small {
        font-size: 20px
    }

    .heading.regular {
        font-size: 22px
    }

    .heading.extra-large {
        font-size: 40px
    }

    .heading.large {
        font-size: 34px
    }

    .blog .blogcontainer {
        padding: 56px 40px
    }

    .blog .blogcontainer.banner {
        text-align: center;
        font-size: 12px
    }
    
    .blog-header-image-wrapper {
        border-radius: 12px
    }

    .blog-image-wrapper {
        border-radius: 8px
    }

    .blog-list {
        grid-row-gap: 64px;
        grid-template-columns: 1fr
    }
}

.blog a {
    color: var(--text-1);
    letter-spacing: -.01em;
    font-weight: 500;
    text-decoration: none;
    transition: transform .25s, opacity .25s;
    display: inline-block;
    opacity: unset;
}

.blog p {
    color: var(--text-3);
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.blog h2 {
    text-transform: unset;
}

.blog a:hover {
    opacity: .84
}

.blog a:active {
    transform: scale(.98)
}
