.archive--hero-section {
    background: #132D4B;
    padding: 60px 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.archive--hero-section .section--inner {
    width: 100%;
    max-width: 720px;
}

.archive--hero-section .section--inner .section--header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 40px;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav {
    display: flex;
    flex-flow: column nowrap;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav ol {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav ol li,
.archive--hero-section .section--inner .section--header .breadcrumb-nav ol li a {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.56px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav ol li {
    text-decoration: none;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav ol li .breadcrumb-nav-icon {
    width: 20px;
    height: 20px;
}

.archive--hero-section .section--inner .section--header .breadcrumb-nav ol li .breadcrumb-nav-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.archive--hero-section .section--inner .section--header h1 {
    margin: 0;
    color: #FFF;
    text-align: center;

    /* Mobile/H1 - Mobile */
    font-family: Lora;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 122.222% */
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .archive--hero-section {
        padding: 80px 20px;
    }

    .archive--hero-section .section--inner .section--header h1 {
        font-size: 46px;
        line-height: 60px;
    }
}

@media (min-width: 1280px) {
    .archive--hero-section {
        padding: 100px 20px;
    }
}

.section--media-articles {
    padding: 40px 20px;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.section--media-articles .section--inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}

.section--media-articles .section--inner .section--tab-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.section--media-articles .section--inner .section--tab-nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #000;
}

.section--media-articles .section--inner .section--tab-nav ul li {
    display: flex;
    flex-flow: column nowrap;
}

.section--media-articles .section--inner .section--tab-nav ul li a {
    padding: 18px 20px;
    width: 100%;
    color: #000;
    /* Text Button */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.section--media-articles .section--inner .section--tab-nav ul li a.active {
    background: #CA5B61;
    border-radius: 40px;
    color: #FFF;
}

.section--media-articles .section--inner .section--header {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    align-items: center;
}

.section--media-articles .section--inner .section--header h2 {
    color: #000;
    text-align: center;

    /* Mobile/H2 - Mobile */
    font-family: Lora;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
    text-transform: capitalize;
    margin: 0;
}

.section--media-articles .section--inner .section--header .search--wrap {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.section--media-articles .section--inner .section--header .search--wrap .search--input-wrap {
    width: 100%;
    border-radius: 60px;
    border: 1px solid #C8C8CA;
    background: #FFF;
    overflow: hidden;
}

.section--media-articles .section--inner .section--header .search--wrap .search--input-wrap form {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
}

.section--media-articles .section--inner .section--header .search--wrap .search--input-wrap form input {
    padding: 10px 25px;
    border: 0;
    background: #FFF;
    width: 100%;
    outline: 0 !important;
}

.section--media-articles .section--inner .section--header .search--wrap .search--input-wrap form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    background: transparent;
    border: 0;
    height: 100%;
}

.section--media-articles .section--inner .section--articles-wrap {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    gap: 40px;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--image-wrapper {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.12));
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    align-items: center;
}
.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date .icon {
	display: flex;
}
.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date .article--date-icon {
    width: 20px;
    height: 20px;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date .article--date-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date .meta--text {
    color: #000;

    /* Mobile/Label - Mobile */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--language {
    display: flex;
    padding: 5px 20px;
    border-radius: 60px;
    background: #235289;
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--title {
    margin: 0;
    color: #000;

    /* Mobile/H5 - Mobile */
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--title a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--link-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin-top: auto;
}

.section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--link-wrapper a {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
    color: #1B2540;
    text-align: center;

    /* Button */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.72px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    text-underline-offset: 4px;
}

@media (min-width: 768px) {
    .section--media-articles {
        padding: 80px 20px;
    }

    .section--media-articles .section--inner .section--articles-wrap .articles-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .section--media-articles .section--inner .section--header {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .section--media-articles .section--inner .section--header .search--wrap {
        max-width: 240px;
    }

    .section--media-articles .section--inner .section--header h2 {
        text-align: left;
    }

    .section--media-articles .section--inner .section--tab-nav ul {
        flex-flow: row nowrap;
        width: unset;
    }

    .section--media-articles .section--inner .section--tab-nav ul li a {
        min-width: 240px;
    }

    .section--media-articles .section--inner .section--tab-nav {
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .section--media-articles {
        padding: 80px 20px;
    }

    .section--media-articles .section--inner .section--tab-nav {
        margin-bottom: 20px;
    }

    .section--media-articles .section--inner .section--header h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .section--media-articles .section--inner .section--articles-wrap .articles-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 48px;
    }

    .section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--title {
        font-size: 22px;
        line-height: 30px;
    }

    .section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--date .meta--text,
    .section--media-articles .section--inner .section--articles-wrap .articles-wrap .article-item .article--content-wrapper .article--meta .article--language {
        font-size: 14px;
        line-height: 22px;
    }
}