.media-header {
    position: relative;
    background: #151515;
}
.media-header .bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 14.23611vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;

    height: 102vw;
}
@media screen and (max-width: 960px) {
    .media-header .bg-img {
        bottom: auto;
        height: 165.33333vw;
    }
}
.media-header .bg-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(#151515));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
}
@media screen and (max-width: 960px) {
    .media-header .bg-img:after {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.01)), to(#151515));
        background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #151515 100%);
        background: -o-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #151515 100%);
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.01) 0%, #151515 100%);
    }
}
.media-header .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.media-header .data {
    position: relative;
    z-index: 2;
}
.media-header .title-h1 {
    padding: 11.11111vw 25vw 3.98889vw;
}
@media screen and (max-width: 960px) {
    .media-header .title-h1 {
        padding: 36.26667vw 4.26667vw 40.26667vw;
    }
}
.media-header .title-h1 h1 {
    text-shadow: 0 0.9375vw 2.6041666666667vw rgba(0, 0, 0, 0.6);
    font-size: 5.69444vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    text-transform: uppercase;
}
@media screen and (max-width: 960px) {
    .media-header .title-h1 h1 {
        font-size: 8.53333vw;
    }
}
.media-header .button-desc {
    padding: 0 29.16667vw;
}
@media screen and (max-width: 960px) {
    .media-header .button-desc {
        padding: 0 4.26667vw;
    }
}
.media-header .button-desc p {
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 3.05556vw;
}
@media screen and (max-width: 960px) {
    .media-header .button-desc p {
        text-align: left;
        font-size: 3.73333vw;
        margin-bottom: 9.33333vw;
    }
    .media-header .button-desc p br {
        display: none;
    }
}
.media-header .button-desc .button-wrap {
    max-width: 18.05556vw;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .media-header .button-desc .button-wrap {
        max-width: 100%;
    }
}
.media-header .info-items {
    padding: 0 4.16667vw 2.98611vw;
}
@media screen and (max-width: 960px) {
    .media-header .info-items {
        padding: 0 4.26667vw 12.26667vw;
    }
}
.media-header .info-items .info-items-header {
    margin-bottom: 5.90278vw;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-header {
        margin-bottom: 5.33333vw;
    }
}
.media-header .info-items .info-items-header h2 {
    font-size: 3.61111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-header h2 {
        text-align: left;
        font-size: 8.53333vw;
    }
    .media-header .info-items .info-items-header h2 br {
        display: none;
    }
}
.media-header .info-items .info-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.06944vw;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list {
        margin: 0;
    }
}
.media-header .info-items .info-items-list .info-items-item {
    width: 25%;
    padding: 0 0.06944vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list .info-items-item {
        width: 100%;
        padding: 0;
        margin-bottom: 1.06667vw;
    }
    .media-header .info-items .info-items-list .info-items-item:last-child {
        margin-bottom: 0;
    }
}
.media-header .info-items .info-items-list .info-items-item .info-items-item-inner {
    position: relative;
    height: 12.63889vw;
    border-radius: 1.38889vw;
    background-color: #202020;
    padding: 1.66667vw 3.75vw 1.66667vw 1.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list .info-items-item .info-items-item-inner {
        height: 37.33333vw;
        border-radius: 5.33333vw;
        padding: 3.73333vw 9.06667vw 3.73333vw 3.73333vw;
    }
}
.media-header .info-items .info-items-list .info-items-item .info-items-item-inner .icon {
    width: 5.97222vw;
    height: 5.97222vw;
    background-color: #4d311f;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -1.38889vw;
    left: 1.38889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list .info-items-item .info-items-item-inner .icon {
        width: 12.8vw;
        height: 12.8vw;
        top: 3.73333vw;
        left: 3.73333vw;
    }
}
.media-header .info-items .info-items-list .info-items-item .info-items-item-inner .icon img {
    display: block;
    width: 2.91667vw;
    height: 2.91667vw;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list .info-items-item .info-items-item-inner .icon img {
        width: 7.46667vw;
        height: 7.46667vw;
    }
}
.media-header .info-items .info-items-list .info-items-item .info-items-item-inner .text {
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 960px) {
    .media-header .info-items .info-items-list .info-items-item .info-items-item-inner .text {
        font-size: 3.73333vw;
    }
}


.slider-info {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: 5.02778vw;
}
@media screen and (max-width: 960px) {
    .slider-info {
        margin-bottom: 24vw;
    }
}
.slider-info .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.73611vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media screen and (max-width: 960px) {
    .slider-info .slick-dots {
        bottom: -6.66667vw;
    }
}
.slider-info .slick-dots li {
    margin-right: 0.83333vw;
}
@media screen and (max-width: 960px) {
    .slider-info .slick-dots li {
        margin-right: 3.2vw;
    }
}
.slider-info .slick-dots li:last-child {
    margin-right: 0;
}
.slider-info .slick-dots li.slick-active button {
    background-color: #f7c614;
}
.slider-info .slick-dots li button {
    font-size: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 1.38889vw;
    background-color: #4d4d4d;
    width: 0.69444vw;
    height: 0.34722vw;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
    cursor: pointer;
}
@media screen and (max-width: 960px) {
    .slider-info .slick-dots li button {
        border-radius: 5.33333vw;
        width: 2.66667vw;
        height: 1.33333vw;
    }
}
.slider-info .slider-item {
    border-radius: 1.66667vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    height: 23.19444vw;
    margin: 0 0.83333vw;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item {
        border-radius: 6.93333vw;
        height: 94.13333vw;
        margin: 0 0.27778vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.slider-info .slider-item .left {
    padding: 2.43056vw 0 2.43056vw 3.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 36.66667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left {
        width: 100%;
        padding: 7.2vw 4.8vw;
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .name-date {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.slider-info .slider-item .left .name {
    text-transform: uppercase;
    font-size: 2.22222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f6f6f6;
    margin-bottom: 0.83333vw;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .name {
        font-size: 5.86667vw;
        margin-bottom: 0;
        max-width: 55%;
    }
}
.slider-info .slider-item .left .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .date {
        margin-left: 5.33333vw;
        display: block;
    }
}
.slider-info .slider-item .left .date .day {
    font-size: 4.02778vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .date .day {
        font-size: 10.13333vw;
        text-align: right;
    }
}
.slider-info .slider-item .left .date .month-year {
    margin-left: 0.97222vw;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .date .month-year {
        margin-left: 0;
        font-size: 3.73333vw;
        text-align: right;
    }
}
.slider-info .slider-item .left .tag {
    padding: 0.34722vw 0.97222vw 0.20833vw;
    border-radius: 1.38889vw;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: inline-block;
    margin-bottom: 1.18056vw;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .tag {
        padding: 1.33333vw 3.73333vw 0.8vw;
        border-radius: 5.33333vw;
        font-size: 3.73333vw;
        margin-bottom: 2.93333vw;
    }
}
.slider-info .slider-item .left .desc {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .left .desc {
        font-size: 4.26667vw;
    }
}
.slider-info .slider-item .right {
    width: 100%;
    position: relative;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .right {
        margin-top: -12.26667vw;
        z-index: 1;
    }
}

.slider-info .slider-item .right .img-wrap {
    width: 100%;
    height: 23.19444vw;
    display: flex;

    justify-content: right;
    overflow: hidden;
    border-radius: 1.66667vw;

    padding: 2.6041666666667vw 3.3854166666667vw;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .right .img-wrap {
        border-radius: 6.93333vw;
        height: 61.6vw;
    }
}
.slider-info .slider-item .right img {
    width: auto;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.slider-info .slider-item .right .button-wrap {
    position: absolute;
    z-index: 2;
    bottom: 2.77778vw;
    right: 3.26389vw;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .right .button-wrap {
        bottom: 5.33333vw;
        left: 4.8vw;
        right: auto;
    }
}
.slider-info .slider-item .right .button-wrap a {
    text-decoration: none;
    display: inline-block;
    padding: 0.55556vw 1.52778vw 0.48611vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #151515;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
}
@media screen and (max-width: 960px) {
    .slider-info .slider-item .right .button-wrap a {
        padding: 2.13333vw 8vw 1.86667vw;
        border-radius: 64vw;
        font-size: 4.8vw;
    }
}
@media screen and (min-width: 960px) {
    .slider-info .slider-item .right .button-wrap a:hover {
        background: #D2D2D2;
    }
}

.slider-info .slider-item .left .name-date.no-date .name {
    max-width: 80%;
}

.learn-more{
    color: #151515;
    font-size: 0.9375vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 400;
    line-height: 25.1.0416666666667vw;
    word-wrap: break-word;

    padding: 0.41666666666667vw 1.1458333333333vw;

    text-decoration: none;

    background: white;
    border-radius: 12.5vw;

    transition: 0.3s;
}
.learn-more:hover{
    opacity: 0.7;
}

.contact-us-new .link-wrap a{
    background-color: #2D2D2D;
}
.contact-us-new .link-wrap a:hover {
    background-color: #FF7820;
    color: black;
}
.contact-us-new .link-wrap a svg{
    transition: 0.3s;
}
.contact-us-new .link-wrap a:hover svg rect{
    fill: black;
}
.contact-us-new .link-wrap a:hover svg path{
    stroke: #FF7820;
}

.media-elements-container{
    margin-top: 12.5vw;

    padding: 7.77778vw 3.83333vw 8.75vw;
    padding-top: 0!important;
    padding-bottom: 0!important;

    z-index: 3;
    position: relative;
}
.media-elements-container > h2{
    color: #F8F8F8;
    font-size: 2.7083333333333vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 400;
    line-height: 57.1.0416666666667vw;
    word-wrap: break-word;

    position: relative;
    z-index: 2;
}
.media-elements-container > p{
    color: white;
    font-size: 1.111vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 400;
    line-height: 130%;
    word-wrap: break-word;

    max-width: 52.25vw;

    margin-top: 1.5104166666667vw;
    margin-bottom: 3.8020833333333vw;
}

.media-elements-container .blog-list{
    padding: 0;
    margin: 0;
}
.media-elements-container .read-article{
    color: white;
    font-size: 0.9375vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 400;
    line-height: 25.1.0416666666667vw;
    word-wrap: break-word;

    background: rgba(255,255,255,0.15);
    border-radius: 12.5vw;

    text-decoration: none;

    padding: 0.41666666666667vw 1.1458333333333vw;

    transition: 0.3s;


}
.blog-item:hover .read-article{
    background: rgba(255, 119, 29, 0.18);
    color: #ff771d;
}
.blog-list .blog-item .blog-item-inner .name-desc {
    text-decoration: none;
    padding: 1.52778vw 0.833vw 3.736vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.blog-list .blog-item .blog-item-inner .author-date .date {
    font-size: 0.725vw;
}
.blog-list .blog-item .blog-item-inner .name-desc .name {
    font-size: 0.9375vw;
}
@media(max-width: 960px){
    .blog-list .blog-item .blog-item-inner .author-date .date {
        font-size: 2.625vw;
    }
    .blog-list .blog-item .blog-item-inner .name-desc .name {
        font-size: 3.9375vw;
    }

}
.blog-list .blog-item .blog-item-inner .top > .img-wrap > a{
    height: 13.667vw;
}
.blog-list .blog-item .blog-item-inner .top > .img-wrap {
    height: 13.667vw;
}

.media-elements-container .pagination-blog{
    margin-top: 3.8541666666667vw;
}
.media-elements-container .pagination-blog .page-numbers.current{
    background: rgba(255,120,32,0.20);
    color: #ff7820;
}
.media-elements-container .pagination-blog .page-numbers {
    opacity: 1 !important;
    color: white;
    padding: 0;
    width: 2.354vw;
    height: 2.354vw;
    font-size: 1.129vw;
    text-align: center;
    line-height: 2.354vw;
}

.media-elements-container .btn-page{
    border-radius: 1.0416666666667vw;
    background: rgba(255,255,255,0.15);

    padding: 1.5625vw 0;
    text-align: center;

    color: #FF771E;
    font-size: 1.0333333333333vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.90416666666667vw;
    word-wrap: break-word;

    text-decoration: none;

    min-width: 16.5vw;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    transition: 0.3s;
}
.media-elements-container .btn-page:hover{
    background:#FF7820;
    color: black;
}
.media-elements-container .btn-page:hover svg rect{
    fill: black;
}
.media-elements-container .btn-page:hover svg path{
    stroke: #FF7820!important;
}

.media-elements-container .prev-page svg{
    margin-right: 1.625vw;
    transition: 0.3s;
}
.media-elements-container .next-page svg{
    margin-left: 1.325vw;
    transition: 0.3s;
}
.media-elements-container .pagination-counter{
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-margins-btn {
    height: 14.58333vw;
    border-radius: 2.22222vw;
    background: #2A2A2A;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 4.16667vw 3.125vw 4.16667vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
}
@media screen and (min-width: 960px) {
    .media-margins-btn:hover {
        background-color: #ff771d;
    }
    .media-margins-btn:hover .bg {
        opacity: 1;
    }
    .media-margins-btn:hover .name {
        color: #030303;
    }
    .media-margins-btn:hover .link {
        color: #030303;
    }
    .media-margins-btn:hover .link .arrow {
        width: 1.52778vw;
        opacity: 1;
        -webkit-transform: translate(0, -0.13889vw);
        -ms-transform: translate(0, -0.13889vw);
        transform: translate(0, -0.13889vw);
    }
    .media-margins-btn:hover .link .arrow svg path {
        stroke: #ff771d;
    }
}
.media-margins-btn .bg {
    position: absolute;
    z-index: 1;
    left: 7.5vw;
    top: 0;
    bottom: 0;
    width: 43.33333vw;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
}
@media screen and (max-width: 960px) {
    .media-margins-btn .bg {
        left: 4.26667vw;
        width: 89.06667vw;
    }
}
.media-margins-btn .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.media-margins-btn .name {
    text-transform: uppercase;
    font-size: 1.94444vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 2.77778vw;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
}
@media screen and (max-width: 960px) {
    .media-margins-btn .name {
        font-size: 5.33333vw;
        margin-bottom: 11.46667vw;
    }
}
.media-margins-btn .link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF771D;
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
}
@media screen and (max-width: 960px) {
    .media-margins-btn .link {
        font-size: 3.73333vw;
    }
}
.media-margins-btn .link .arrow {
    margin-left: 0.69444vw;
    -webkit-transform: translate(-200%, -0.13889vw);
    -ms-transform: translate(-200%, -0.13889vw);
    transform: translate(-200%, -0.13889vw);
    width: 0;
    opacity: 0;
    -webkit-transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform;
    -o-transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform;
    transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform;
}
@media screen and (max-width: 960px) {
    .media-margins-btn .link .arrow {
        margin-left: 2.66667vw;
        -webkit-transform: translate(-200%, -0.53333vw);
        -ms-transform: translate(-200%, -0.53333vw);
        transform: translate(-200%, -0.53333vw);
    }
}
.media-margins-btn .link .arrow svg {
    width: 1.52778vw;
    height: 1.52778vw;
    display: block;
}
@media screen and (max-width: 960px) {
    .media-margins-btn .link .arrow svg {
        width: 5.86667vw;
        height: 5.86667vw;
    }
}
@media screen and (max-width: 960px) {
    .media-margins-btn {
        height: 53.33333vw;
        border-radius: 4.8vw;
        padding: 18.66667vw 3.2vw 4.8vw;
        background-color: #ff771d;
    }
    .media-margins-btn .bg {
        opacity: 1;
    }
    .media-margins-btn .name {
        color: #030303;
    }
    .media-margins-btn .link {
        color: #030303;
    }
    .media-margins-btn .link .arrow {
        width: 1.52778vw;
        opacity: 1;
        -webkit-transform: translate(0, -0.13889vw);
        -ms-transform: translate(0, -0.13889vw);
        transform: translate(0, -0.13889vw);
    }
    .media-margins-btn .link .arrow svg path {
        stroke: #ff771d;
    }
}

.media-margins-btn .bg .bg1{
    visibility: visible;
    transition: opacity 0.3s;
    opacity: 1;

    position: absolute;
}
.media-margins-btn .bg .bg2{
    visibility: hidden;
    transition: opacity 0.3s;
    opacity: 0;
}

.media-margins-btn:hover .bg .bg1{
    visibility: hidden;
    opacity: 0;
}
.media-margins-btn:hover .bg .bg2{
    visibility: visible;
    opacity: 1;
}

.media-margins-btn .btn-content{
    position: relative;
    z-index: 99;

    display: flex;
    flex-direction: row;

    height: 100%;

    align-items: center;
}
.media-margins-btn .ic1{
    visibility: visible;
    position: absolute;
    transition: opacity 0.3s;
    opacity: 1;
}
.media-margins-btn .ic2{
    visibility: hidden;
    transition: opacity 0.3s;
    opacity: 0;
}
.media-margins-btn:hover .ic1{
    visibility: hidden;
    opacity: 0;
}
.media-margins-btn:hover .ic2{
    visibility: visible;
    opacity: 1;
}
.media-margins-btn .btn-content .ic{
    margin-right: 1.88541666666667vw;
}
.media-margins-btn .ttl{
    color: white;
    font-size: 2.11666666666667vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.8125vw;
    word-wrap: break-word;

    width: 75%;
    transition: 0.3s;
}

.media-margins-btn .dwn-lnk{
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
}
.media-margins-btn .dwn-lnk span{
    color: #FF771E;
    font-size: 1.13333333333333vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    /*line-height: 1.5vw;*/
    word-wrap: break-word;

    margin-left: 0.625vw;

    transition: 0.3s;
}
.media-margins-btn:hover .ttl,.media-margins-btn:hover .dwn-lnk span{
    color: #000000;
}
.media-bottom-contacts{
    padding: 7.77778vw 3.83333vw 8.75vw;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.media-bottom-contacts > h2{
    margin-top: 10.9375vw;

    z-index: 3;
    position: relative;

    color: white;
    font-size: 2.51666666666667vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45.3.125vw;
    word-wrap: break-word;

    color: white;
    font-size: 2.51666666666667vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    text-transform: uppercase;

    margin-bottom: 3.3854166666667vw;
}
.media-bottom-contacts > h2 span{
    color: #F7C614;
}

.media-bottom-contacts .media-card-inner{
    padding: 0.88541666666667vw 1.1458333333333vw;
    border-radius: 1.0416666666667vw;

    background: rgba(32,32,32,1);

    width: 50%;

    margin-left: 0.20833333333333vw;
    margin-right: 0.20833333333333vw;

    position: relative;
}
.media-bottom-contacts .media-card-inner a{
    color: #FF7820;
    font-size: 1.60833333333333vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    line-height: 2.3125vw;
    word-wrap: break-word;
    position: absolute;
    top: 0.88541666666667vw;
    left: 1.1458333333333vw;
}
.media-bottom-contacts .media-contacts{
    display: flex;
    flex-direction: row;
}
.media-card-inner .info-container{
    display: flex;
    flex-direction: row;
}
.media-card-inner .info-container .user-info{
    width: 70%;
    display: flex;
    text-align: right;
    justify-content: end;
    align-items: end;
    flex-direction: column;

    box-sizing: border-box;
    padding-right: 1.26041666666667vw;
}
.media-card-inner .info-container .user-avatar{
    width: 30%;
}
.media-card-inner .info-container .user-info .name{
    color: white;
    font-size: 1.6375vw;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    line-height: 2.725vw;
    word-wrap: break-word;
}
.media-card-inner .info-container .user-info .position{
    color: white;
    font-size: 0.925vw;
    font-family: Inter;
    font-weight: 400;
    line-height: 0.9375vw;
    word-wrap: break-word;

    opacity: 0.70;
}

.media-card-inner .info-container .user-avatar img{
    width: 100%; height: 100%; border-radius: 0.625vw; overflow: hidden; justify-content: center; align-items: center; display: inline-flex;
}

@media(max-width: 960px){
    .media-header h1{
        font-size: 10.7083333333333vw!important;
    }

    .media-header .title-h1 {
        padding: 27.26667vw 4.26667vw 15.26667vw!important;
    }

    .media-header .button-desc p{
        text-align: center;
    }
}

.mob-hide{
    display: unset!important;
}
.mob-show{
    display: none!important;
}

@media(max-width: 960px){
    .mob-show{
        display: unset!important;
    }
    .mob-hide{
        display: none!important;
    }

    .slider-info{
        padding-left: 0.15625vw;
        padding-right: 0.15625vw;
    }

    .slider-info .slider-item .right img {
        width: 100%;
        height: 100%;
    }

    .learn-more {
        padding: 1.26041666666667vw 2.1458333333333vw;
        position: absolute;
        bottom: 6.26041666666667vw;
        left: 6.0416666666667vw;
        font-size: 2.7vw;
    }

    .slider-info .slider-item .left .name-date.no-date .name {
        max-width: 100%;

        font-size: 6.3541666666667vw;
    }

    .slider-info .slider-item .right .img-wrap {
        border-radius: 6.93333vw;
        height: 61.6vw;
        padding-top: 0;
    }

    .media-header .bg-img {
        bottom: auto;
        height: 275.333vw;
    }

    .slider-info {
        margin-bottom: 14vw;
    }

    .media-elements-container {
        margin-top: 30.5625vw;
    }
    .media-elements-container > h2{
        font-size: 10.41666666666667vw;
    }
    .media-elements-container > p{
        font-size: 3.729vw;
        line-height: 3.9vw;
        margin-bottom: 10.448vw;
        width: 100%;
        max-width: 100%;
        margin-top: 10.44vw;
    }

    .blog-list .blog-item .blog-item-inner .top > .img-wrap, .blog-list .blog-item .blog-item-inner .top > .img-wrap a{
        height: 50.1666666666667vw;
    }
    .blog-list .blog-item .blog-item-inner .name-desc{
        padding-top: 4.20833333333333vw;

        font-size: 2.9375vw;
        line-height: 2.9vw;

        margin-bottom: 2.3958333333333vw;
    }

    .media-elements-container .read-article{
        font-size: 3.729vw;
        padding-top: 1.513vw;
        padding-bottom: 1.6125vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .media-elements-container .pagination-blog {
        margin-top: 10.20833333333333vw;
    }
    .media-elements-container .pagination-counter{
        flex-direction: column;
    }

    .media-elements-container .btn-page {
        border-radius: 1.0416666666667vw;
        background: rgba(255,255,255,0.15);
        text-align: center;
        color: #FF771E;
        font-size: 3.72916666666667vw;
        font-family: NeueMachina, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        word-wrap: break-word;
        text-decoration: none;
        min-width: 100%;
        padding: 4.72916666666667vw 0;
        border-radius: 3vw;
    }
    .media-elements-container .prev-page{
        margin-bottom: 1.40625vw;
    }

    .media-elements-container .pagination-blog .page-numbers {
        opacity: 1 !important;
        color: white;
        padding: 0;
        width: 7.15625vw;
        height: 7.15625vw;
        font-size: 3.9375vw;
        text-align: center;
        line-height: 7.15625vw;
        margin-right: 3vw;
    }

    .media-margins-btn {
        height: auto !important;
    }
    .media-margins-btn .btn-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .media-margins-btn .ttl{
        color: #030303;
        font-size: 5.0416666666667vw;
        font-family: NeueMachina, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 5.26041666666667vw;
        word-wrap: break-word
    }
    .media-margins-btn .ttl br{
        display: none;
    }

    .media-margins-btn .bg2{
        visibility: visible!important;
        opacity: 1!important;
    }
    .media-margins-btn .bg1{
        display: none!important;
    }
    .media-margins-btn .ic2{
        visibility: visible;
        opacity: 1;
    }
    .media-margins-btn .ic1{
        display: none!important;
    }

    .media-margins-btn {
        padding: 6.20833333333333vw 5.2vw 6.20833333333333vw;
    }

    .media-margins-btn .ttl{
        width: 100%;
        text-align: center;

        margin-bottom: 14.104vw;
        margin-top: 1vw;
    }

    .media-margins-btn .dwn-lnk span{
        color: black!important;

        font-size: 3.32916666666667vw;
    }

    .dwn-lnk .dwn-ic{
        margin-right: 2vw;
    }
    .media-bottom-contacts > h2{
        margin-top: 30.125vw!important;

        font-size: 6.1458333333333vw;
        line-height: 6.8vw;

        margin-bottom: 12.4479166666667vw;
    }
    .media-bottom-contacts > h2 br{
        display: none;
    }
    .media-bottom-contacts > h2 span{
        display: block;
    }

    .media-bottom-contacts .media-contacts{
        flex-direction: column;
    }

    .media-bottom-contacts .media-card-inner{
        width: 100%;
        box-sizing: border-box;

        margin-bottom: 2.41666666666667vw;
    }
    .media-card-inner .info-container .user-info {
        width: 50%;
    }
    .media-card-inner .info-container .user-avatar {
        width: 50%;
    }

    .media-card-inner .info-container {
        flex-direction: row-reverse;
        padding-top: 12.125vw;
    }

    .media-bottom-contacts .media-card-inner a{
        font-size: 5.608vw;

        top: 5.885vw;
        left: 6.146vw;
    }
    .media-bottom-contacts .media-card-inner{
        padding: 6vw;
    }

    .media-card-inner .info-container .user-info .name {
        color: white;
        font-size: 5.638vw;
        font-family: NeueMachina, sans-serif;
        font-weight: 500;
        line-height: 5.725vw;
        word-wrap: break-word;
        margin-bottom: 1vw;
    }

    .media-card-inner .info-container .user-info .position {
        color: white;
        font-size: 2.925vw;
        font-family: Inter;
        font-weight: 400;
        line-height: 3.938vw;
        word-wrap: break-word;
        opacity: 0.70;
    }
}

.bgs-container{
    position: absolute;
    top: 0;
    left: 0;

    z-index: 0;

    width: 100%;
    height: 100%;
}
.bgs-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bgs-container .mob-im{
    display: none;
}
.slider-item{
    position: relative;
}
.slider-item .left{
    z-index: 1;

    position: relative;
}
.slider-item .right{
    z-index: 1;
    position: relative;
}

@media(max-width: 960px){
    .bgs-container .mob-im{
        display: unset;
    }
    .bgs-container .pc-im{
        display: none;
    }
}

.media-card-inner{
    transition: 0.3s;
    cursor: pointer;

    position: relative;
}
.media-card-inner:hover{
    background: #FF771E;
}
.media-card-inner > a{
    transition: 0.3s;
    z-index: 1;
}
.media-card-inner:hover > a{
    color: black;
}
.media-card-inner span{
    transition: 0.3s;
}
.media-card-inner:hover span{
    color: black!important;
}
.media-card-inner .info-container{
    z-index: 1;
    position: relative;
}

.media-card-bg{
    visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    z-index: 0;

    border-radius: 11.0416666666667vw;
    opacity: 0;

    transition: opacity 0.3s;
}

.media-card-inner:hover .media-card-bg{
    visibility: visible;
    opacity: 1;
}

body,html{
    overflow-x: hidden!important;
}
.slider-info .slick-dots li button:hover{
    background: #FF7820;
}
@media(max-width: 960px){
    .media-card-inner .info-container .user-avatar img {
        width: 80%;
        height: 100%;
        border-radius: 4.625vw;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }
}