.latest-news .title-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .latest-news .title-wrap {
        margin-bottom: 2rem;
    }
}
.latest-news .title-wrap .slider-arrows {
    display: none;
}
@media print, screen and (min-width: 64em) {
    .latest-news .title-wrap .slider-arrows {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media print, screen and (min-width: 40em) {
    .latest-news .title-wrap .slider-arrows.slide-count-2 {
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    .latest-news .title-wrap .slider-arrows.slide-count-3 {
        display: none;
    }
}
.latest-news .title-wrap .slider-arrows .slide-arrow {
    cursor: pointer;
}
.latest-news .title-wrap .slider-arrows .slide-arrow svg {
    height: 0.9375rem;
    width: auto;
    transition: 0.25s;
}
@media print, screen and (min-width: 64em) {
    .latest-news .title-wrap .slider-arrows .slide-arrow svg {
        height: 1.875rem;
    }
}
.latest-news .title-wrap .slider-arrows .slide-arrow svg:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.latest-news .title-wrap .slider-arrows .slide-arrow svg path {
    fill: #9d9d9c;
}
.latest-news .title-wrap .slider-arrows .slide-arrow.prev {
    left: 2rem;
    margin-right: 3rem;
}
.latest-news .title-wrap .slider-arrows .slide-arrow.next {
    right: 2rem;
}
.latest-news .title-wrap .slider-arrows .slide-arrow.active svg path {
    fill: #35383c;
}
.latest-news .post-wrap {
    margin: 0 -0.75rem;
}
@media print, screen and (min-width: 40em) {
    .latest-news .post-wrap {
        margin: 0 -1rem;
    }
}
.latest-news .post-wrap .post-item {
    padding: 0 0.75rem;
    display: block;
}
@media print, screen and (min-width: 40em) {
    .latest-news .post-wrap .post-item {
        padding: 0 1rem;
    }
}
.latest-news .post-wrap .post-item .post-inner {
    display: block;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 25rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner {
        min-height: 34.375rem;
    }
}
.latest-news .post-wrap .post-item .post-inner .pill {
    font-size: 0.75rem;
    background-color: #fff;
    border-radius: 0.75rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 10;
    padding: 0.25rem 0.75rem;
}
.latest-news .post-wrap .post-item .post-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit";
}
.latest-news .post-wrap .post-item .post-inner .post-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    z-index: 10;
    background-color: rgba(53, 56, 60, 0.9);
    border-radius: 1.5rem 1.5rem 0 0;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content {
        min-height: 16.25rem;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content > div:first-child {
    position: relative;
}
.latest-news .post-wrap .post-item .post-inner .post-content > div:first-child:after {
    content: "...";
    position: absolute;
    top: 100%;
    left: 0;
    color: #e9eef5;
    transition: 0.25s;
}
.latest-news .post-wrap .post-item .post-inner .post-content h3 {
    margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content h3 {
        margin-bottom: 1rem;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content p {
    max-height: 3.125rem;
    transition: 0.25s;
    overflow: hidden;
    margin: 0;
    font-weight: 300;
    position: relative;
}
@media print, screen and (max-width: 74.99875em) {
    .latest-news .post-wrap .post-item .post-inner .post-content p {
        font-size: 0.875rem;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content h3 {
    color: #f18a00;
}
.latest-news .post-wrap .post-item .post-inner .post-content p {
    color: #e9eef5;
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2rem;
    margin-right: -1rem;
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap > p {
    transition: 0.25s;
    font-size: 0.75rem;
}
@media print, screen and (max-width: 74.99875em) {
    .latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap > p {
        color: #e9eef5;
    }
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap > p {
        margin-bottom: 0.3125rem;
        font-size: 0.875rem;
        opacity: 0;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 2.5rem;
    transition: 0.25s;
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap:after {
    content: "";
    transition: 0.25s;
    position: absolute;
    height: 0.09375rem;
    width: 0.875rem;
    border-radius: 3.125rem;
    right: 1.0625rem;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e9eef5;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap:after {
        background-color: #e9eef5;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap svg {
    height: 0.7rem;
    width: auto;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap svg {
        height: 0.9375rem;
    }
}
.latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap svg path {
    transition: 0.25s;
    fill: #e9eef5;
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner .post-content .arrow-wrap .icon-wrap svg path {
        fill: #e9eef5;
    }
}
@media print, screen and (min-width: 64em) {
    .latest-news .post-wrap .post-item .post-inner:hover .post-content > div:first-child:after {
        opacity: 0;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .post-content p {
        max-height: 18.75rem;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .post-content p:after {
        opacity: 0;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .arrow-wrap .icon-wrap {
        margin-left: 0.625rem;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .arrow-wrap .icon-wrap:after {
        width: 1.25rem !important;
        background-color: #e9eef5;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .arrow-wrap .icon-wrap svg path {
        fill: #e9eef5;
    }
    .latest-news .post-wrap .post-item .post-inner:hover .arrow-wrap > p {
        opacity: 1;
        color: #e9eef5;
    }
}
.latest-news .link-wrap {
    margin-top: 3rem;
    text-align: center;
}
.latest-news .slick-track {
    margin: 0;
}
.latest-news .slick-list {
    overflow: visible;
}
@media print, screen and (max-width: 63.99875em) {
    .latest-news .slick-list {
        padding: 0 10% 0 0 !important;
    }
}
.latest-news .latest-news-slider {
    margin: 0 auto;
}
.latest-news .latest-news-slider .post-item {
    width: 25rem;
}
