.atf-filters {
    min-height: 448px;
    padding: 266px 0px 153px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

.atf-filters .filters-container {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.atf-filters .filters-container .filter {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 100%;
    padding-right: 18px;
    padding-left: 5px;
    background: url('../icons/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 6px;
    box-shadow: none;
    outline: none;
}

.atf-filters .filters-container .filter option {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: var(--green);
}

.atf-filters .filters-container .filter {
    background-position: calc(100% - 10px) center;
}

.atf-filters .filters-container .filter .nav-link {
    font-weight: 500 !important;
    font-size: 14px;
}

.atf-filters .filters-container .filter .nav-link:hover {
    background-color: var(--green);
    transition: all 0.2s ease-in-out;
}

.atf-filters .filters-container .filter .dropdown-toggle span {
    font-size: 16px;
    font-weight: 500 !important;
}

.atf-filters .filters-container .filter .dropdown-toggle:hover {
    background-color: transparent !important;
}

.section-tips {
    padding-bottom: 0px;
    position: relative;
}

.tips-listing {
    position: relative;
    top: -60px;
    display: grid;
    justify-content: flex-start;
    align-items: flex-start;
}

.tips-listing .grid-sizer {
    width: calc(33% - 27px);
}

.card-link {
    margin: 0px 0px 95px 0px !important;
    width: 100%;
    max-width: calc(33% - 33px);
    height: fit-content;
    min-height: 450px;
}

.tip-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
}

.tip-card .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 232px;
    overflow: hidden;
    width: 100%;
}

.tip-card .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tip-card .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.tip-card .text-wrapper .title {
    margin: 0px;
    color: var(--body);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.tip-card .text-wrapper .category {
    margin: 0px;
    font-size: 12px;
    font-family: "Poppins", serif;
    color: var(--body);
}

.tip-card:hover.tip-card .arrow-cta::before {
    width: 80px;
}

.section-press {
    padding-bottom: 90px;
}

.section-press .press-listing {
    position: relative;
    top: -60px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 90px;
}

.section-webinars .press-listing {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.section-press .wide-card, .section-webinars .wide-card  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 400px;
    background: white;
}

.section-press .wide-card .image-wrapper, .section-webinars .wide-card .image-wrapper {
    width: 39%;
    height: 100%;
    overflow: hidden;
}

.section-press .wide-card .image-wrapper img, .section-webinars .wide-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-press .wide-card .text-wrapper, .section-webinars .wide-card .text-wrapper  {
    width: 61%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 38px 20px 38px 45px;
}

.section-press .wide-card .text-wrapper h3, .section-webinars .wide-card .text-wrapper h3  {
    font-size: 24px;
    margin-bottom: 16px;
}

.section-press .wide-card .wide-card-cta, .section-webinars .wide-card .wide-card-cta  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-family: Poppins;
    font-size: 16px;
    color: var(--secondary);
    font-weight: 700;
    text-transform: uppercase;
}

.section-press .wide-card .wide-card-cta img, .section-webinars .wide-card .wide-card-cta img {
    position: relative;
    top: -2px;
}

.section-press .wide-card:hover.wide-card .arrow-cta::before, .section-webinars .wide-card:hover.wide-card .arrow-cta::before {
    width: 80px;
}

.section-press .wide-card .press-header, .section-webinars .wide-card .press-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-press .wide-card .press-header p, .section-webinars .wide-card .press-header p {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.hero-post {
    min-height: 488px;
    padding: 224px 0px 38px 0px;
    color: white;
    background-color: var(--green);
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-post .breadcrumb {
    margin-bottom: 44px;
}

.hero-post .category, .hero-post .date {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}

.post-body .img-wrapper {
    width: 100%;
    height: 302px;
    overflow: hidden;
}

.post-body .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.articles-loader {
    /* height: 50px;
    width: 200px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;*/
    overflow: hidden; 
    width: 200px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.articles-loader.show {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.diamond {
    width: 30px;
    height: 30px;
    background-color: #10312B;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin: 0px;
    opacity: 0;
    animation: fade-in-out 1s ease-in-out infinite;
}

.diamond.middle {
    transform: rotateY(180deg);
}

@keyframes fade-in-out {
    0%,
    100% {
    opacity: 0;
    }
    50% {
    opacity: 1;
    }
}

.diamond {
    background: linear-gradient(45deg, #575756, #10312B);
}

.diamond:nth-child(1) {
    animation-delay: 0s;
}

.diamond.middle {
    animation-delay: 0.2s;
}

.diamond:nth-child(3) {
    animation-delay: 0.3s;
}

/* .articles-loader .inner {
    display: none;
    width: 120px;
    height: 22px;
    border-radius: 20px;
    color: var(--secondary);
    border: 2px solid var(--green);
    position: relative;
}
.articles-loader .inner::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: var(--green);
    animation: l6 2s infinite;
}

.articles-loader.show .inner {
    display: block;
} */

@keyframes l6 {
    100% {inset:0}
}

@media screen and (min-width: 1320px) {
    .atf-filters .container, .section-tips .container, .section-press .container {
        max-width: calc(100% - 288px);
    }
}

@media screen and (min-width: 1920px) {
    .atf-filters .container, .section-tips .container, .section-press .container {
        max-width: calc(100% - 500px);
    }

    .card-link {
        width: calc(25% - 40px);
    }

    .post-body .img-wrapper {
        height: 408px;
    }
}

@media screen and (min-width: 1920px) {
    .section-press .wide-card, .section-webinars .wide-card {
        height: 400px;
    }

    .section-press .wide-card .text-wrapper, .section-webinars .wide-card .text-wrapper {
        padding: 80px 60px;
    }
}

@media screen and (max-width: 991px) {
    .section-press .wide-card, .section-webinars .wide-card  {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        height: fit-content;
    }

    .section-press .wide-card .image-wrapper, .section-webinars .wide-card .image-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .section-press .wide-card .text-wrapper, .section-webinars .wide-card .text-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 35px;
        padding: 20px;
    }

    .card-link {
        max-width: calc(50% - 26px);
    }

    .atf-filters .filters-container .filter {
        width: 100%;
        background-position: calc(100% - 16px) center;
    }

    .atf-filters .filters-container .filter .dropdown-toggle:after {
        display: none !important;
    }

    .atf-filters .filters-container .filter .dropdown-menu {
        background: white !important;
        width: 100% !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
        transform: translate(0px, 42px) !important;
    }

    .atf-filters .filters-container .filter .dropdown-menu .nav-link {
        margin: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .section-tips {
        padding-bottom: 30px;
    }

    .card-link {
        margin: 0px 0px 40px 0px !important;
    }

    .section-press .wide-card .text-wrapper, .section-webinars .wide-card .text-wrapper {
        gap: 16px;
    }

    .atf-filters .filters-container .filter {
        width: 100%; 
    }
}

@media screen and (max-width: 500px) {

    .card-link {
        max-width: 100%;
        min-height: 0px;
    }
    
}