@font-face {
    font-family: "Helvetica-Neue";
    src: url("../assets/font/HelveticaNeue-Medium.otf") format("ots");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica-Neue", sans-serif;
}

body {
    background-color: #000;
    color: #fff;
}

::selection {
    background: #ff3c00;
    color: #fff;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ff3c00;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(230, 87, 44, 0.74);
}

/*active media*/
#investors a {
    color: #fff !important;
}

/* news */
#news-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 100px;
    /*margin-top: 180px;*/
    margin-top: 180px;
    /*margin-bottom: 90px;*/
}

.news-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    height: 740px;
    padding-right: 120px;
}

.news-header h1 {
    color: #f5f5f5;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*.slider-container {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/

/*    overflow-x: scroll;*/
/*    overflow-y: hidden;*/
/*    scrollbar-width: none; !* For Firefox *!*/
/*    -ms-overflow-style: none; !* For Internet Explorer and Edge *!*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/

/*.slider-container::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.slider-wrapper {*/
/*    display: flex;*/
/*    transition: transform 0.3s ease-out;*/
/*}*/
/*swiper*/

.swiper {
    width: 100% !important;
}

.swiper-slide {
    /*width: max-content!important;*/
    border: none;
    outline: none;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0;
}

.card {
    display: inline-block;
    margin-right: 30px;
    height: 740px;
    min-width: 25.2vw;
    max-width: 25.2vw;
    border: none;
    border-radius: 10px;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 30px 30px 30px;
    border: 1px solid #6a6a6a;
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.card-bg {
    width: 100%;
    /*height: 575px;*/
    height: 450px;
    object-fit: cover;
    z-index: 1;
    border: none;
    border-radius: 10px;
}

.card-header,
.card-footer {
    z-index: 2;
}

.card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.card-header span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-header h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    height: 4.739vw;
}

.card-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.card-footer p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*.card-footer a {*/
/*    opacity: 0.8;*/
/*    border: 1px solid #737373;*/
/*    border-radius: 60px;*/

/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    text-decoration: none;*/
/*    padding: 4px 12px 7px 13px;*/
/*}*/

.card-footer a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.news-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-right: 70px;
}

.nav-btn {
    background-color: transparent;
    border: none;
    outline: none;

    fill: #fff;
    cursor: pointer;
}

.nav-btn.disabled svg path {
    fill: #555555;
    cursor: default;
}

.news-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.news-footer p {
    color: #989898;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-filters {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border: 1px solid #5a5a5a;
    border-radius: 10px;
    padding: 10px 15px;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.underline {
    position: absolute;
    bottom: 4px;
    height: 31px;
    width: 55px;
    background-color: white;
    transition: all 0.8s ease;
    z-index: 1;
    border: 1px solid #5a5a5a;
    border-radius: 10px;
}

.filter {
    cursor: pointer;
}

.news-filters span {
    color: #a1a1a1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    transition: all 0.8s ease;
}

.news-filters span.active {
    color: #000;
    z-index: 3;
    transition: all 0.8s ease;
}

.card-footer_reports {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.card-footer_reports .pdf {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.card-footer_reports .pdf p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
}

.card-footer_reports .desktop_version {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.card-footer_reports .desktop_version p {
    color: #6a6a6a;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
}

/*identifiers for changing styles regardin year filter  */
.card.y_2023 .card-content {
    background-color: #ffffff;
    color: #000;
}

.card.y_2022 .card-content {
    background-color: #121212;
    color: white;
}

.card.y_2023 .card-content .card-header span svg circle {
    fill: #000;
}

.card.y_2022 .card-content .card-header span svg circle {
    fill: #fff;
}

.card .card-content .card-footer .card-footer_reports .pdf p {
    color: #fff;
}

.card.y_2023 .card-content .card-footer .card-footer_reports .pdf p {
    color: #000;
}

.card.y_2022 .card-content .card-footer .card-footer_reports .pdf p {
    color: #fff;
}

.card.y_2023 .card-content .card-footer .card-footer_reports .pdf svg path {
    fill: #000;
}

.card.y_2022 .card-content .card-footer .card-footer_reports .pdf svg path {
    fill: #fff;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.slider-wrapper {
    animation: slideInFromRight 1s ease-out forwards;
}

@media (min-width: 2240px) {
    .card {
        height: 780px;
    }

    .news-header {
        height: 780px;
    }

    .news-header h1 {
        font-size: 1.875vw;
    }

    .news-footer p {
        font-size: 0.6vw;
    }

    .news-filters span {
        font-size: 0.65vw;
    }

    .card-header span {
        font-size: 0.625vw;
    }

    .card-header h3 {
        font-size: 1.25vw;
    }

    .card-footer p {
        font-size: 0.75vw;
    }

    .card-footer_reports .pdf p {
        font-size: 0.65vw;
    }

    .card-footer_reports .desktop_version p {
        font-size: 0.65vw;
    }
}

@media (max-width: 1920px) {
    /*#news-wrapper {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: flex-start;*/
    /*    padding-left: 5.2vw;*/
    /*    margin-top: 9.3vw;*/
    /*    margin-bottom: 4.6vw;*/
    /*}*/
    #news-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 5.2vw;
        margin-top: 7vw;
        margin-bottom: 0;
    }

    .news-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        /* height: 44.2vw; */
        height: 38.4vw;
        padding-right: 5.25vw;
    }

    .swiper-wrapper {
        justify-content: center;
    }

    .news-header h1 {
        color: #f5f5f5;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: .5px;
    }

    /*.slider-container {*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*    overflow-x: scroll;*/
    /*    overflow-y: hidden;*/
    /*    scrollbar-width: none; !* For Firefox *!*/
    /*    -ms-overflow-style: none; !* For Internet Explorer and Edge *!*/
    /*}*/
    /*.slider-wrapper {*/
    /*    display: flex;*/
    /*    transition: transform 0.3s ease-out;*/
    /*}*/
    .swiper {
        width: 100% !important;
    }

    .swiper-slide {
        width: max-content;
        border: none;
        outline: none;
        border-radius: 0.5vw;
        overflow: hidden;
        margin-right: 0;
    }

    .card {
        display: inline-block;
        margin-right: 0;
        /* height: 44.2vw; */
        height: max-content;
        min-width: 100%;
        max-width: 100%;
        border: none;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: transparent;
    }
    .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1.3vw 1.5vw 1.5vw 1.5vw;
        border: 1px solid #6a6a6a;
        border-radius: 10px;
        /* height: 100%; */
        height: auto;
        width: 60%;
        margin: auto;
    }
    .card-bg {
        width: 100%;
        /* height: 29.9vw; */
        height: auto;
        object-fit: cover;
        z-index: 1;
        border: none;
        border-radius: 10px;
    }

    .card-header,
    .card-footer {
        z-index: 2;
    }

    .card-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.7812vw;
    }

    .card-header span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;

        font-size: 0.8vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .card-header h3 {
        font-size: 1.6vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 0;
        height: auto;
    }

    .card-header svg {
        width: 0.6vw;
        height: 0.6vw;
    }

    .card-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5vw;
    }

    .card-footer p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        padding-top: 0;
        letter-spacing: .5px;
        line-height: 20px;
        color: #fffffff2;
    }

    .card-footer a {
        display: flex;
        gap: 0.5vw;
        align-items: flex-end;
        color: white;
    }

    .pdf svg {
        width: 0.7vw;
        height: 0.7vw;
    }

    .desktop_version svg {
        width: 0.8vw;
        height: 0.7vw;
    }

    .news-buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin-right: 3.6vw;
    }

    .nav-btn {
        background-color: transparent;
        border: none;
        outline: none;

        fill: #fff;
        cursor: pointer;
    }

    .nav-btn.disabled svg path {
        fill: #555555;
        cursor: default;
    }

    .news-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }

    .news-footer p {
        color: #989898;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .news-filters {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        border: 1px solid #5a5a5a;
        border-radius: 10px;
        padding: 10px 15px;

        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    .underline {
        position: absolute;
        bottom: 4px;
        height: 31px;
        width: 55px;
        background-color: white;
        transition: all 0.8s ease;
        z-index: 1;
        border: 1px solid #5a5a5a;
        border-radius: 10px;
    }

    .filter {
        cursor: pointer;
    }

    .news-filters span {
        color: #a1a1a1;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        z-index: 2;
        transition: all 0.8s ease;
    }

    .news-filters span.active {
        color: #000;
        z-index: 3;
        transition: all 0.8s ease;
    }

    .card-footer_reports {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .card-footer_reports .pdf {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .card-footer_reports .pdf p {
        font-size: 0.7vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: underline;
    }

    .card-footer_reports .desktop_version {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
    }

    .card-footer_reports .desktop_version p {
        color: #6a6a6a;
        font-size: 0.7vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: underline;
    }
}

.news-footer_mobile {
    display: none;
}

.news-header_mobile {
    display: none;
}

@media (orientation: portrait) and (min-width: 744px) and (max-width: 1024px) {
    .news-filters span {
        font-size: 1.4vw;
    }

    .news-footer p {
        font-size: 1vw;
    }
}

@media (min-width: 744px) and (max-width: 835px) and (min-height: 1024px) and (max-height: 1195px) {
    .underline {
        height: 25px;
        width: 45px;
    }
}

@media (max-width: 743px) {
    .news-footer {
        display: none;
    }

    .news-header {
        display: none;
    }

    .news-footer_mobile {
        display: flex;
        margin-top: 3vh;
    }

    .news-header_mobile {
        display: flex;
    }

    #news-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 4.8vw;
        margin: 27.2vw 0 16.9vw 0;
    }

    .news-header_mobile {
        color: #f5f5f5;
        font-size: 6.3vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin-bottom: 4.8vw;
    }

    /*.slider-container {*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*    overflow-x: scroll;*/
    /*    overflow-y: hidden;*/
    /*    scrollbar-width: none; !* For Firefox *!*/
    /*    -ms-overflow-style: none; !* For Internet Explorer and Edge *!*/
    /*}*/
    /*.slider-wrapper {*/
    /*    display: flex;*/
    /*    transition: transform 0.3s ease-out;*/
    /*}*/
    /*swiper*/
    .swiper {
        width: 100% !important;
    }

    .swiper-slide {
        border: none;
        outline: none;
        border-radius: 2.4vw;
        overflow: hidden;
        margin-right: 4.8vw;
    }

    .card {
        display: inline-block;
        margin-right: 0;
        /* height: 118.6vw; */
        min-width: 78.7vw;
        /* max-height: 118.6vw; */
        border: none;
        border-radius: 2.4vw;

        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 4.8vw;
        border: 1px solid #6a6a6a;
        border-radius: 2.4vw;
        height: 100%;
        width: 100%;
    }

    .card-bg {
        width: 69vw;
        height: 54.9vw;
        object-fit: cover;
        z-index: 1;
        border: none;
        border-radius: 10px;
    }

    .card-header,
    .card-footer {
        z-index: 2;
    }

    .card-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .card-header span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;

        font-size: 3.8vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin-bottom: 2.4vw;
    }

    .card-header span svg{
        margin-right: 1.2vw;
    }

    .card-header h3 {
        font-size: 4.7vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 1vw;
        height: 18vw;
    }

    .card-header svg {
        width: 2.4vw;
        height: 2.4vw;
    }

    .card-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .card-footer p {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-top: 1vw;
    }

    .card-footer a {
        display: flex;
        gap: 0;
        -webkit-align-items: flex-end; /* Prefix for older Safari versions */
        align-items: flex-end;
        color: white;
    }

    .pdf svg {
        width: 2.8vw;
        height: 2.8vw;

        margin-left: 1.4vw;
    }

    .desktop_version svg {
        width: 2.8vw;
        height: 2.8vw;
    }

    .news-buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin-right: 3.6vw;
    }

    .nav-btn {
        background-color: transparent;
        border: none;
        outline: none;

        fill: #fff;
        cursor: pointer;
    }

    .nav-btn.disabled svg path {
        fill: #555555;
        cursor: default;
    }

    .news-footer_mobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .news-footer_mobile p {
        color: #989898;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .news-filters {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        border: 1px solid #5a5a5a;
        border-radius: 10px;
        padding: 10px 15px;

        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;

        width: 130px;

        margin-bottom: 12px; 
    }

    .underline {
        position: absolute;
        bottom: 4px;
        height: 31px;
        width: 55px;
        background-color: white;
        transition: all 0.8s ease;
        z-index: 1;
        border: 1px solid #5a5a5a;
        border-radius: 10px;
    }

    .filter {
        cursor: pointer;
        margin-left: 0;
    }

    .filter:first-child{
        margin-left: 0;
    }

    .news-filters span {
        color: #989898;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        z-index: 2;
        transition: all 0.8s ease;
    }

    .news-filters span.active {
        color: #000;
        z-index: 3;
        transition: all 0.8s ease;
    }

    .card-footer_reports {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;

        margin-top: 2.4vw;
    }

    .card-footer_reports .pdf {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;

        margin-right: 10px;
    }

    .card-footer_reports .pdf p {
        font-size: 2.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: underline;
    }

    .card-footer_reports .desktop_version {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
    }

    .card-footer_reports .desktop_version p {
        color: #6a6a6a;
        font-size: 2.8vw;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: underline;

        margin-right: 1.4vw;
    }

    .news-filters {
        width: auto;
    }
}


@media screen and (min-width:320px) and (max-width:720px) {
    section {
        height: auto;
        max-height: 100%;
    }

    .right {
        padding: 85px 10px;
    }

    .left {
        padding: 10px 20px;
    }

    .card-footer p {
        text-align: center;
    }

    
}