@charset "utf-8";
body {
    background-color: #F9F8F8;
}
.multipackage-container > * {
    width: 100%;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.grid-temp-1 {
    display: grid;
    gap: 1rem;
    margin: 0px auto;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-template-columns: initial;
    grid-auto-flow: row;
}
.grid-temp-1 .grid-item {
    grid-column: auto / auto;
}
.a-card {
    position: relative;
}
.a-card .a-card_image .a-media {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.a-card .a-card_image .a-media {
    background-color: #eee;
}
.a-card .a-card_image .a-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.a-card .a-card_content .a-cat {
    color: #00905C;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
}
.a-card .a-card_content .a-date {
    font-family: "Poppins";
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    color: #363636;
}
.a-card .a-date:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDQzNTIgMEMzLjE3NzUxIDAgMC4wNDY4NzUgMy4xMzYgMC4wNDY4NzUgN0MwLjA0Njg3NSAxMC44NjQgMy4xNzc1MSAxNCA3LjA0MzUyIDE0QzEwLjkxNjUgMTQgMTQuMDU0MiAxMC44NjQgMTQuMDU0MiA3QzE0LjA1NDIgMy4xMzYgMTAuOTE2NSAwIDcuMDQzNTIgMFpNNy4wNTA1MiAxMi42QzMuOTU0OTEgMTIuNiAxLjQ0NzYgMTAuMDk0IDEuNDQ3NiA3QzEuNDQ3NiAzLjkwNiAzLjk1NDkxIDEuNCA3LjA1MDUyIDEuNEMxMC4xNDYxIDEuNCAxMi42NTM0IDMuOTA2IDEyLjY1MzQgN0MxMi42NTM0IDEwLjA5NCAxMC4xNDYxIDEyLjYgNy4wNTA1MiAxMi42WiIgZmlsbD0iIzAwOTA1QyIvPgo8cGF0aCBkPSJNNy4wNTAzMyA0SDYuMDQ5OFY3LjkzNDQzTDkuNTUxNjMgMTBMMTAuMDUxOSA5LjE5MzQ0TDcuMDUwMzMgNy40NDI2MlY0WiIgZmlsbD0iIzAwOTA1QyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -2px;
}
.a-card .a-card_content .a-head {
    font-family: "Poppins";
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    margin-bottom: 13px;
}
.a-card .a-head:hover {
    text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration-thickness: 1px;
}
.grid-temp-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 0px;
    width: 100%;
}
.grid-temp-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 0px;
    width: 100%;
}
.grid-temp-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 0px;
    width: 100%;
}
.grid-temp-balanced-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0rem;
    row-gap: 1rem;
    width: 100%;
}
.header {
    width: 100%;
    background-color: #000;
    z-index: 1000;
    border-bottom: 1px solid #C9C9C9;
}
.nav-flexy {
    display: flex;
    align-items: center;
}
.nav-bar-top {
    width: 100%;
    display: grid;
    grid-area: 1 / 1 / 2 / -1;
    grid-template-columns: 17rem auto 17rem;
    padding: 30px 0;
}
.nav-bar_logo_wrapper img {
    transition: all 0.3s ease-in-out 0s;
    width: 279px;
}
.nav-flexy {
    display: flex;
    align-items: center;
}
.nav-bar-middle {
    justify-content: center;
}
.nav-bar-right {
    justify-content: flex-end;
}
.nav-bar-navigation {
    padding: 20px 0;
    background-color: #323232;
}
.nav-bar-navigation .nav-flexy {
    justify-content: space-between; 
}
.navigation {
    justify-content: flex-start;
}
.nav-main-links {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
.nav-main-links li {
    padding-right: 30px;
}
.nav-main-links a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    position: relative;
}
.nav-main-links a:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #00905C;
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}
.nav-main-links li.active a:after {
    width: 100%;
}
.nav-main-links li:first-of-type a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSIjMDA5MDVDIi8+CjxwYXRoIGQ9Ik05LjggMTZWMTIuNDcwNkgxMi4yVjE2SDE1LjJWMTEuMjk0MUgxN0wxMSA2TDUgMTEuMjk0MUg2LjhWMTZIOS44WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 12px;
    vertical-align: middle;
}
.nav-main-links a:hover:after {
    width: 100%;
}
.nav-bar_magazine {
    display: flex;
    align-items: center;
    position: relative;
}
.nav-bar_button button {
    border: none;
    background: 0 0;
}
.magazine-number {
  margin-left: 15px;  
}
.magazine-number p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.magazine-number a {
    color: #00905C;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    background: linear-gradient(90deg, #37FF57, #00905C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.magazine-number a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.magazine-number a:hover {
    text-decoration: underline;
}
.nav-mag-sub_btn {
    border-radius: 7px;
    background: #00905C;
    cursor: pointer;
    border: 1px solid #00905C;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 9px 13px;
}
.nav-mag-sub_btn:hover {
    opacity: 0.9;
}
.nav-bar_button {
    display: none;
}
.nav-bar_search-wrapper {
   position: relative; 
   z-index: 1000;
}
#btnSearch {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjE1NjEgMTAuNjkxOEgxMS4zODc5TDExLjExNTYgMTAuNDI5NEMxMi4wNjg2IDkuMzIxMzMgMTIuNjQyNCA3Ljg4Mjc5IDEyLjY0MjQgNi4zMTc5QzEyLjY0MjQgMi44Mjg0NyA5LjgxMjQzIDAgNi4zMjExOSAwQzIuODI5OTUgMCAwIDIuODI4NDcgMCA2LjMxNzlDMCA5LjgwNzMyIDIuODI5OTUgMTIuNjM1OCA2LjMyMTE5IDEyLjYzNThDNy44ODY5IDEyLjYzNTggOS4zMjYxOCAxMi4wNjIzIDEwLjQzNDggMTEuMTA5OEwxMC42OTc0IDExLjM4MTlWMTIuMTQ5OEwxNS41NTk4IDE3TDE3LjAwODkgMTUuNTUxN0wxMi4xNTYxIDEwLjY5MThaTTYuMzIxMTkgMTAuNjkxOEMzLjg5OTY5IDEwLjY5MTggMS45NDQ5OCA4LjczODE0IDEuOTQ0OTggNi4zMTc5QzEuOTQ0OTggMy44OTc2NiAzLjg5OTY5IDEuOTQzOTcgNi4zMjExOSAxLjk0Mzk3QzguNzQyNjkgMS45NDM5NyAxMC42OTc0IDMuODk3NjYgMTAuNjk3NCA2LjMxNzlDMTAuNjk3NCA4LjczODE0IDguNzQyNjkgMTAuNjkxOCA2LjMyMTE5IDEwLjY5MThaIiBmaWxsPSIjMDA5MDVDIi8+Cjwvc3ZnPgo=);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border: none;
    outline: none;
}
.iksi {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzXzIpIj4KPHBhdGggZD0iTTIxIDIuMTE1TDE4Ljg4NSAwTDEwLjUgOC4zODVMMi4xMTUgMEwwIDIuMTE1TDguMzg1IDEwLjVMMCAxOC44ODVMMi4xMTUgMjFMMTAuNSAxMi42MTVMMTguODg1IDIxTDIxIDE4Ljg4NUwxMi42MTUgMTAuNUwyMSAyLjExNVoiIGZpbGw9IiMwMDkwNUMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zM18yIj4KPHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) !important;
    background-size: 10px!important;
}
.nav-search {
    display: flex;
    justify-content: flex-end;
}
.search-block {
    display: none;
    position: absolute;
    top: -7px;
    right: 30px;
    width: 240px;
    background-color: #fff;
}
.open-search {
    display: block;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 1px 0!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    text-indent: 0!important;
    outline: none;
    color: #000;
    padding-left: 10px;
    background-color: transparent!important;
}
.gsib_a {
    padding: 0px!important;
}
.gsc-search-button-v2 {
	border-radius: 0!important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: transparent!important;
    background-color: transparent!important;
    outline: none;
}
.gsc-search-button {
    margin-left: 0!important;
    padding: 0 7px!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding:  7px 0px 6px!important;
}
.gsc-input::-webkit-input-placeholder { 
	color: transparent;
}
.gsc-search-button-v2 svg {
    fill: #000!important;
}
.gsc-input:-ms-input-placeholder { 
  color: transparent;
}

.gsc-input::placeholder {
  color: transparent;
}
.cse .gsc-control-cse, .gsc-control-cse {
    border: none;
}
table.gsc-search-box {
    margin-bottom: 0px;
}
.gsc-input-box {
    border: none!important;
    border-right: 0;
}
form.gsc-search-box {
    margin-bottom: 0!important;
}
.gsc-input-box {
    background-color: transparent!important;
}
table.gsc-search-box {
    margin-bottom: 0!important;
}
.gsc-control-cse {
    background-color: transparent!important;
    border-radius: 0px;
    border: none!important;
    border-bottom: 1px solid #000!important;
}
.gsc-search-button-v2 svg {
    fill: #fff;
}
.gsc-search-button-v2  svg {
    width: 20px;
    height: 20px;
}
.gsc-input {
    background: none!important;
}

.top-articles-section {
    background-color: #F5F5F5;
    padding: 40px 0 20px;
    margin-bottom: 30px;
    display: none;
}
.top-articles-section .section-title {
    width: auto;
    flex-shrink: 0;
    padding-right: 64px;
    border-right: 1px solid #00905C;
    margin-bottom: 0;
}
.top-articles-section .section-title h3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
.top-articles-section .section-title h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #00905C;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 15px;
}
.top-articles-section .a-card {
    padding: 0 15px;
}
.top-articles-section .a-card:not(:last-of-type) {
    border-right: 1px solid #C1C1C1;
}
.top-articles-section .a-card .a-card_image, .top-articles-section .a-card .a-cat, .top-articles-section .a-card .a-meta {
    display: none;
}
.top-articles-section .a-card .a-head {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px; 
}
.top-articles-section .a-card:hover .a-head {
    color: #000;
}
.multipackage-container {
    padding-bottom: 60px;
    padding-top: 30px;
}
.main-slider {
    margin-bottom: 30px;
    width: 100%;
}
.main-slider .a-card {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 30px;
}
.main-slider .a-card_image .a-media {
    padding-bottom: 62.5%;
}
.main-slider .a-card_content {
    display: flex;
    flex-direction: column;
    padding-top: 23px;
    padding-right: 15px;
}
.main-slider .a-card_content .a-meta {
    order: 1;
    display: block;
    margin-bottom: 15px;
}
.main-slider .a-card_content > a {
    order: 2;
}
.main-slider .a-card:before {
    content: attr(data-cat);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1em;
    color: #fff;
    padding: 8px 12px 6px;
    box-sizing: border-box;
    z-index: 1111;
    background-color: #00905C;
    border-radius: 10px;
}
.main-slider .a-card .a-cat {
    display: none;
}
.main-slider .a-card .dayofweek {
    display: none;
}
.main-slider .a-card .a-card_content .a-date {
    font-size: 14px;
    font-weight: 600;
}
.main-slider .a-card .a-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px; 
}
.main-slider .swiper-pagination {
    text-align: left;
    top: 0;
    margin-top: calc(62.5% - 40px);
    padding-left: 30px;
    bottom: auto!important;
    width: auto!important;
}
.main-slider .swiper-pagination-bullet {
    margin-left: 0!important;
    margin-right: 11px!important;
    background: #fff!important;
    opacity: 1;
}
.main-slider .swiper-pagination-bullet-active {
    background: #00905C!important;
}
.main-slider .swiper-button-next {
    top: 0;
    right: 30px;
    margin-top: calc(62.5% - 50px);
    width: 11px!important;
    height: 19px!important;
}
.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
    display: none;
}
.column-title {
    margin-bottom: 30px;
}
.column-title h3 {
    color: #00905C;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
}
.art-grid-temp {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.art-grid-temp .a-card {
    margin-bottom: 10px;
}
.art-grid-temp .a-media {
    padding-bottom: 58.33%;
}
.art-grid-temp .a-card_content {
    padding-top: 15px;
}
.single-article {
    margin-bottom: 30px;
}
.single-article .a-card {
    display: flex;
}
.single-article .a-card .a-card_content .a-cat, .single-article .a-card .a-card_content .a-meta {
    display: none;
}
.single-article .a-card .a-head {
    font-weight: 700;
    line-height: 26px;
    max-width: 370px;
}
.single-article .a-card .a-card_image {
    width: 120px;
    flex-shrink: 0;
    margin-right: 20px;
}
.single-article .a-card .a-media {
    height: 75px;
}
.art-column-rail .a-card {
    margin-bottom: 30px;
}
.art-column-rail .a-card_content {
    padding-top: 15px;
}
.art-column-rail .a-media {
    padding-bottom: 58.62%;
}
.art-column-rail {
    display: flex;
    flex-direction: column;
}
.art-column-rail .a-card:first-of-type {
    order: 1;
}
.art-column-rail .a-card:nth-of-type(2) {
    order: 3;
}
.art-column-rail .a-card:nth-of-type(3) {
    order: 5;
}
.art-column-rail .inset:first-of-type {
    order: 2;
}
.art-column-rail .inset:nth-of-type(2) {
    order: 4;
}
.mag-col-wrapper {
    background-color: #969696;
    width: 100%;
    border-radius: 10px;
    padding: 28px 20px;
    margin-bottom: 35px;
}
.mag-col-wrapper .column-title {
    margin-bottom: 15px;
}
.mag-col-wrapper .column-title h4 {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
}
.mag-cover {
    text-align: center;
    margin-bottom: 20px;
}
.mag-cover img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.mag-actions {
    text-align: center;
    margin-bottom: 30px;
}
.title-header {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.mag-pud_date {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mag-sub_btn {
    background-color: transparent;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
.mag-sub_btn img {
    width: 6px;
    margin-left: 20px;
    transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-property: all;
}
.mag-sub_btn:hover img {
    margin-left: 10px;
}
.art-listing {
    margin-top: -20px;
}
.art-listing .a-card {
    display: flex;  
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C1C1C1;
}
.art-listing .a-card_image {
    width: 70px;
    flex-shrink: 0;
    margin-right: 13px;
}
.art-listing .a-card .a-media {
    height: 70px;
}
.art-listing .a-card .a-meta {
    display: none;
}
.art-listing .a-card .a-head {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}
.art-listing .a-card .a-cat {
    color: #000;
}
.mag-col-wrapper .art-listing {
    margin-bottom: 25px;
}
.mag-col-wrapper .art-listing .a-card {
    border-color: #fff;
}
.mag-col-wrapper .art-listing .a-card .a-head, 
.mag-col-wrapper .art-listing .a-card .a-cat {
    color: #fff;
}
.mag-col-wrapper::after {
  content: "";
  clear: both;
  display: table;
}
.show-more {
    color: #000;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}
.mag-col-wrapper .show-more {
    float: right;
    color: #FFF;
}
.mag-col-wrapper .art-listing-wrap {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.show-more img {
    width: 7px;
    vertical-align: middle;
    margin-left: 12px;
}
.show-more:hover {
    text-decoration: underline;
}
.bordered-card-rail .art-listing .a-card:last-of-type {
    border-bottom: none;
}
.bordered-card-rail .art-listing {
    margin-bottom: 10px;
}
.section-title {
    margin-bottom: 30px;
    width: 100%;
}
.section-title h2 {
    color: #000;
    font-family: 'Poppins';font-weight: 900!important;
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
}
.video-section .section-title h2:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #00905C;
    border-radius: 20px;
    vertical-align: top;
}
.flexy-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yt-link {
    color: #00905C;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.yt-link img {
    vertical-align: middle;
    margin-left: 10px;
}
.photd-item .a-card {
    width: 100%;
}
.photd-item .a-card_image {
    width: 100%;
}
.video-section {
    margin-bottom: 60px;
}
.bordered-title {
    border-top: 1px solid #D9D9D9;
}
.c-flexy {
    display: flex;
}
.oped-section .section-title {
    width: auto;
}
.bigleft-wrapper > .grid {
    display: block;
}
.video-section .grid .a-card .a-media {
    padding-bottom: 56.2%;
}
.video-section .grid .a-card .a-media:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF85XzM1KSI+CjxwYXRoIGQ9Ik0yNCAwQzEyLjk2IDAgNCA4Ljk2IDQgMjBDNCAzMS4wNCAxMi45NiA0MCAyNCA0MEMzNS4wNCA0MCA0NCAzMS4wNCA0NCAyMEM0NCA4Ljk2IDM1LjA0IDAgMjQgMFpNMjAgMjlWMTFMMzIgMjBMMjAgMjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfOV8zNSIgeD0iMCIgeT0iMCIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd185XzM1Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzlfMzUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 10;
}
.video-section .grid .a-card .a-card_content {
    padding-top: 20px;
}
.video-section .grid .a-card .a-cat, .video-section .grid .a-card .a-meta {
    display: none;
}
.video-section .grid .a-card .a-head {
    font-weight: 700;
}
.photd-section {
    margin-bottom: 40px;
    display: none;
}
.bordered-title h3 {
    color: #1E1E1E;
    font-family: 'Poppins';font-weight: 900!important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    display: inline-block;
    width: auto;
    padding-top: 15px;
}
.bordered-title h3:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00905C;
}
.photd-item .a-card {
    position: relative;
    width: 100%;
}
.photd-item .a-card .a-media {
    padding-bottom: 68.85%;
}
.photd-item .a-card .a-card_content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(232, 58, 15, 0.80);
    border-radius: 10px;
    padding: 20px;
    padding-right: 25%;
}
.photd-item .a-card .a-cat {
    display: none;
}
.photd-item .a-card .a-date:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDQzNTIgMEMzLjE3NzUxIDAgMC4wNDY4NzUgMy4xMzYgMC4wNDY4NzUgN0MwLjA0Njg3NSAxMC44NjQgMy4xNzc1MSAxNCA3LjA0MzUyIDE0QzEwLjkxNjUgMTQgMTQuMDU0MiAxMC44NjQgMTQuMDU0MiA3QzE0LjA1NDIgMy4xMzYgMTAuOTE2NSAwIDcuMDQzNTIgMFpNNy4wNTA1MiAxMi42QzMuOTU0OTEgMTIuNiAxLjQ0NzYgMTAuMDk0IDEuNDQ3NiA3QzEuNDQ3NiAzLjkwNiAzLjk1NDkxIDEuNCA3LjA1MDUyIDEuNEMxMC4xNDYxIDEuNCAxMi42NTM0IDMuOTA2IDEyLjY1MzQgN0MxMi42NTM0IDEwLjA5NCAxMC4xNDYxIDEyLjYgNy4wNTA1MiAxMi42WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcuMDUwNTEgNEg2LjA0OTk5VjcuOTM0NDNMOS41NTE4MSAxMEwxMC4wNTIxIDkuMTkzNDRMNy4wNTA1MSA3LjQ0MjYyVjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.photd-item .a-card .a-date {
    color: #fff;
}
.photd-item .a-card .a-head {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.photd-item .a-card .a-card_content:after {
    content: "";
    display: block;
    width: 14px;
    height: 25px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzQwMjcxIDE2Ljc2NzVMNy4xNDI3MyA5LjVMMC4zNDAyNzEgMi4yMzI1TDIuNDM0NDggMEwxMS4zNDYgOS41TDIuNDM0NDggMTlMMC4zNDAyNzEgMTYuNzY3NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.newspapers-slider {
    height: 100%!important;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.newspaper-card {
    padding: 15px;
    display: flex;
}
.newspaper-card .a-card_image {
    height: inherit;
}
.newspaper-card .a-card_image .a-media {
    height: inherit;
}
.newspapers-slider .swiper-pagination {
    left: auto!important;
    right: 47px!important;
    bottom: 35px!important;
    text-align: right;
}
.newspapers-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-right: 0 !important;
    margin-left: 11px !important;
    background: #5B5B5B !important;
    opacity: 1;
}
.newspapers-slider .swiper-pagination-bullet-active {
    background: #00905C !important;
}
.newspaper-card .a-card_content {
    padding: 25px 30px;
}
.newspaper-card .a-date:before {
    display: none;
}
.newspaper-card .a-card_content .a-date {
    color: #00905C;
    font-weight: 600;
}
.newspaper-card .a-card_content .a-head {
    color: #3C3737;
    font-weight: 700;
}
.oped-section {
    background-color: #000;
    padding: 85px 0;
}
.oped-section .section-title {
    margin-right: 65px;
    margin-bottom: 0;
}
.oped-section .section-title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #00905C;
    margin-top: 25px;
}
.oped-section .section-title h1 {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 75px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px;
    letter-spacing: -4.5px;
}
.oped-section .c-flexy {
    align-items: center;
}
.brightred {
   color: #00905C!important; 
}
.oped-section .grid .a-card {
    display: flex;
    align-items: center;
}
.oped-section .grid .a-card .a-card_image {
    width: 175px;
    height: 175px;
    flex-shrink: 0;
}
.oped-section .grid .a-card .a-media {
    height: 100%;
}
.oped-section .grid .a-card .a-date, .oped-section .grid .a-card .a-cat {
    display: none;
}
.oped-section .grid .a-card .a-card_content {
    padding-left: 30px;
    padding-right: 20px;
}
.oped-section .grid .a-card .a-head {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.oped-section .grid .a-card .a-author {
    color: #00905C;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.feed-section .column-title h3 {
    color: #00905C;
    font-family: 'Poppins';font-weight: 900!important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
}
.feed-section .column-title h4 {
    color: #484848;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.bordered-item .column-title h3 {
    font-family: 'Poppins';font-weight: 400!important;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}
.bordered-item .a-card {
    padding-bottom: 25px;
    border-bottom: 1px solid #C1C1C1;
}
.bordered-item .a-card:not(:first-of-type) {
    padding-top: 25px;
}
.bordered-item .a-card .a-card_image {
    display: none;
}
.bordered-item .a-card .a-head {
    font-weight: 700;
    color: #303030;
}
.no-image-articles {
    margin-bottom: 100px;  
}
.big-three-rail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.big-three-rail .a-card {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.big-three-rail .a-card:nth-child(3n+1) {
    width: 100%;
}
.big-three-rail .a-card .a-media {
    padding-bottom: 58.62%;
}
.big-three-rail .a-card:nth-child(3n+1) .a-media {
    padding-bottom: 59.88%;
}
.big-three-rail .a-card .a-card_content {
    padding-top: 20px;
}
.big-three-rail .a-card:nth-child(3n+1) .a-cat {
    display: none;
}
.big-three-rail .a-card:nth-child(3n+1) .a-card_content {
    display: flex;
    flex-direction: column;
    padding-top: 23px;
    padding-right: 15px
}
.big-three-rail .a-card:nth-child(3n+1) .a-card_content > a {
    order: 2;
}
.big-three-rail .a-card:nth-child(3n+1) .a-card_content .a-meta {
    order: 1;
    display: block;
    margin-bottom: 15px;
}
.big-three-rail .a-card:nth-child(3n+1) .a-card_content .a-date {
    font-size: 14px;
    font-weight: 600;
}
.big-three-rail .a-card:nth-child(3n+1) .a-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
.big-three-rail .a-card:nth-child(3n+1):before {
    content: attr(data-cat);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1em;
    color: #fff;
    padding: 8px 12px 6px;
    box-sizing: border-box;
    z-index: 1111;
    background-color: #00905C;
    border-radius: 10px;
}
.feed-section {
    padding-top: 40px;
    margin-bottom: 30px;
}
.top-articles-section .grid-temp-3 {
    gap: 0;
}
.photd-section .grid-temp-1 {
    display: block;
}
.feed-section .grid-item {
    margin-top: 50px;
    position: relative;
    margin-bottom: 30px;
}
.feed-section .float-top-title {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
    margin-bottom: 0;
    height: 30px;
    display: flex;
    align-items: flex-end;
}
.feed-section .float-top-title h4 {
    margin-bottom: -10px;
}
.inset {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.item-column .inset {
    margin-bottom: 20px;
}
.footer-wrapper {
    background-color: #000;
}
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter-blck {
    width: 100%;
    margin-bottom: 35px;
}
.newsletter-blck .blck-title h2 {
    font-family: 'MontBold';
    font-size: 0.875rem;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.newsletter-blck .blck-body {
    padding-top: 5px;
    margin-bottom: 15px;
}
.newsletter-blck p {
    font-family: 'MontRegular';
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.1rem;
    color: #9E9C9C;
    margin-bottom: 15px;
}
.nl-input {
    width: calc(100% - 188px);
    flex-shrink: 0;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #8E8E8E;
    padding-left: 18px;
    background-color: transparent;
    color: #BDBDBD;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.16px;
}
.nl-btn {
    width: 170px;
    height: 50px;
    flex-shrink: 0;
    line-height: 50px;
    border: 1px solid #00905C;
    background-color: #00905C;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    margin-left: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.16px;
}
.nl-btn:hover {
    opacity: 0.9;
}
.desc {
    color: #D4D4D4;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 20px;
    max-width: 377px;
}
.f-col {
    flex-shrink: 0;
}
.f-col .nav-logo {
    margin-right: 25px;
}
footer > .row > .c-flexy {
    justify-content: space-between;
}
.social-blck {
    display: flex;
    align-items: center;
}
.social-blck ul {
    display: flex;
    list-style: none;
}
.social-blck ul li  {
    margin-right: 10px;
}
.social-blck ul li img {
    height: 19px;
    display: block;
}
.social-blck ul li a:hover {
    opacity: 0.8;
}
.social-blck span {
    color: #818181;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    margin-right: 10px;
}
.f-col .c-list {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.f-col .c-list li  {
    margin-left: 17px;
}
.f-col .c-list li a {
    color: #EBEBEB;
    text-align: center;
    font-family: Poppins;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
}
.mediadesk-link span {
    color: #EBEBEB;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.16px;
}
.mediadesk-link img {
    vertical-align: middle;
    margin-left: 10px;
}
.nav-list li {
    margin-bottom: 15px;
}
.nav-list li a {
    color: #EBEBEB;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.16px;
}
.f-col h4 {
    font-family: 'MontBold';
    font-size: 0.875rem;
    font-weight: normal;
    color: #FF0000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.f-col:first-of-type {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
.f-col:first-of-type .mediadesk-link {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.c-list {
    display: flex;
    justify-content: flex-end;
}
.c-list li {
    margin-left: 20px;
}
.c-list li a {
    color: #EBEBEB;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.16px;
}
.c-list li a:hover, .nav-list li a:hover {
    color: #00905C;
}
.centering {
    align-items: center;
    margin-bottom: 20px;
}
.nav-list {
    list-style: none;
    margin-right: 50px;
}
.nl-form {
    display: flex;
    width: 100%;
}
.showM {
    display: none;  
}
.f-right {
    flex-grow: 1;
}
/* Article */

.layout-form_article-body {
    max-width: 100%;
    padding-bottom: 50px;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
.layout-form_body {
    justify-content: space-between;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.layout-form_body_right-rail .inset {
    margin-bottom: 20px;
}
.layout-form_body_left {
    width: calc(100% - 300px);
    padding-right: 60px;
}
.layout-form_body_left .h-col-articles-wrapper {
    max-width: 640px;
    margin: 60px auto;
}
.imazhiim img {
    width: 100%;
}
.layout-form_article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.layout-form_article-body .imazhiim {
    margin-bottom: 20px;
}
.tit {
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #333;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 7px 0 0;
}
.captionposhte:after {
    content: "";
    width: 300px;
    display: block;
    height: 1px;
    background-color: #00905C;
    margin-top: 7px;
}
.layout-form_body_right {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.layout-form_body_right-rail {
    width: 100%;
}
.layout-form_article-body > p {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layout-form_article-body > h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 33px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.layout-form_article-body p a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 700;
}
blockquote {
    color: #E83A0F;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    width: 6px;
    height: 100%;
    background: #D9D9D9;
}
.layout-form_article-body blockquote p {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.related-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}
.related-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #00905C;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 20px;
}
.related-list article {
    display: flex;
    width: 100%;
}
.related-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.related-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.related-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 25%;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-card .a-head {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.related-list .a-head a {
    color: #000;
}
.related-list .a-time {
    display: none;
}
.related-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.suggested-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.suggested-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #00905C;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.suggested-list ul {
    list-style: none;
}
.suggested-list ul li {
    margin-bottom: 20px;
}
.suggested-list article {
    display: flex;
    width: 100%;
}
.suggested-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.suggested-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.suggested-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.suggested-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 50px;
}
.suggested-list a {
    text-decoration: none!important;
}
.suggested-list .a-card .a-head {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.suggested-list .a-head a {
    color: #000;
}
.suggested-list .a-time {
    display: none;
}
.suggested-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.article_header_title {
    margin-bottom: 30px;
}
.article_header_title h1 {
    color: #000;
    font-family: 'Poppins';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
}
.title-section {
    margin-bottom: 24px;
}
.title-section h2 {
    font-family: "Poppins";
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

.article_header-media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: calc(100% - 360px);
    justify-content: space-between;
}

.article_header_author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.author_meta {
    margin-left: 10px;
    color: #00905C;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.author_meta-name {
    display: block;
    color: #363636;
}
.layout-form_body_right-rail .mag-col-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.layout-form_body_right-rail .art-listing-wrap {
    margin-bottom: 20px;
}
.article_header_rubric_label {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1em;
    color: #fff;
    padding: 8px 12px 6px;
    box-sizing: border-box;
    z-index: 1111;
    background-color: #00905C;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.article_header_datebar-date {
    color: #363636;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}
.article_header_datebar-date:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDQzNTIgMEMzLjE3NzUxIDAgMC4wNDY4NzUgMy4xMzYgMC4wNDY4NzUgN0MwLjA0Njg3NSAxMC44NjQgMy4xNzc1MSAxNCA3LjA0MzUyIDE0QzEwLjkxNjUgMTQgMTQuMDU0MiAxMC44NjQgMTQuMDU0MiA3QzE0LjA1NDIgMy4xMzYgMTAuOTE2NSAwIDcuMDQzNTIgMFpNNy4wNTA1MiAxMi42QzMuOTU0OTEgMTIuNiAxLjQ0NzYgMTAuMDk0IDEuNDQ3NiA3QzEuNDQ3NiAzLjkwNiAzLjk1NDkxIDEuNCA3LjA1MDUyIDEuNEMxMC4xNDYxIDEuNCAxMi42NTM0IDMuOTA2IDEyLjY1MzQgN0MxMi42NTM0IDEwLjA5NCAxMC4xNDYxIDEyLjYgNy4wNTA1MiAxMi42WiIgZmlsbD0iIzAwOTA1QyIvPgo8cGF0aCBkPSJNNy4wNTAzMyA0SDYuMDQ5OFY3LjkzNDQzTDkuNTUxNjMgMTBMMTAuMDUxOSA5LjE5MzQ0TDcuMDUwMzMgNy40NDI2MlY0WiIgZmlsbD0iIzAwOTA1QyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 9px;
}
.btn-wrap {
    margin-top: 15px;
    margin-bottom: 55px;
}
.logo-mobile {
    display: none;
}
#btnclose {
    display: none;
}
.article_header_label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.article_header_label:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #c33;
    animation: puls 2s infinite;
    margin-right: 6px;
}
.sticky-column {
    position: sticky;
    top: 0;
}
@keyframes puls {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.article_header_label a {
    font-weight: 700;
    font-family: "Poppins";
    line-height: 10px;
    font-size: 10px;
    color: #c33;
}

.posts_header_dek {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 24px 24px 30px;
    margin-bottom: 24px;
    position: relative;
}

.posts_header_dek:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #CB2026;
    position: absolute;
    top: -4px;
    left: 0;
}

.posts_wrapper {
    max-width: 800px;
}

.posts_header_dek h2 {
    font-weight: 700;
    font-family: "Poppins";
    line-height: 32px;
    font-size: 30px;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.posts_header_dek p {
    font-weight: 400;
    font-family: "Poppins";
    line-height: 22px;
    font-size: 16px;
    color: #0c0c0c;
}

.posts-number {
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1em;
    font-size: 24px;
    color: #CB2026;
    padding-bottom: 24px;
}

.post-card {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 4px;
    margin: 0px 0px 32px;
}

.post-time {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 10px;
    color: #c33;
    display: block;
    line-height: 1.25em;
    margin-bottom: 8px;
}

.post-title h1 {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 30px;
    color: #0c0c0c;
    display: block;
    line-height: 1.25em;
    margin-bottom: 8px;
}

.post-contributor {
    font-family: "Poppins";
    color: rgb(140, 140, 140);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0px;
}

.post-contributor span {
    text-decoration: underline;
}

.post-card-header {
    padding: 24px;
}

.post-body {
    padding: 0 24px;
}

.post-body figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-body figure img {
    width: 100%;
}

.post-body p {
    font-family: "Poppins";
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 20px;
}

.post-footer {
    width: 100%;
    border-top: 1px solid rgb(230, 230, 230);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-footer a {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 10px;
    line-height: 12px;
    color: #c33;
}
.article_header_socialize {
    padding-bottom: 24px;
}

.article_socialize {
    display: inline-block;
}

.article_socialize ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.article_socialize li {
    display: inline-block;
    margin-right: 10px;
}
.addpadd50 {
    padding-top: 50px;
}
.columns-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.layout-wide-center .columns-container>div:first-child, .layout-wide-center .columns-container>div:nth-child(3) {
    width: 300px;
    flex-shrink: 0;
}
.layout-wide-left .columns-container>div:first-child, .layout-wide-center .columns-container>div:nth-child(2) {
    width: calc(100% - 660px);
}

.column-content .inset {
    margin-bottom: 20px;
}
.bordered-card-first .a-card:first-child {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
}
.column-inner-rail .a-card {
    padding: 0 0 12px;
}
.plain-card .a-card {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 12px;
    margin: 0 0 12px;
}
.column-inner-rail .a-card {
    width: 100%;
}
.column-inner-rail .a-card .a-card_image {
    margin-bottom: 15px;
}
.column-inner-rail .a-card .a-media {
    width: 100%;
    height: 0;
    padding-top: 60.25%;
    background-color: #e6e6e6;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.plain-card .a-card .a-card_image {
    display: block;
    width: 120px;
    flex-shrink: 0;
    margin-right: 12px;
}
.column-inner-rail .a-card .a-head {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.column-inner-rail .a-card .a-cat, .column-inner-rail .a-card .a-meta {
    display: none;
}
.lead-card-first .a-card:first-child {
    display: block;
    margin-left: 0;
    padding-top: 0;
    border-top: none;
}
.lead-card-first .a-card:first-child .a-card_image {
    width: 100%;
}
.lead-card-first .a-card:first-child .a-card_content {
    display: block;
}
.lead-card-first .a-card:first-child .a-head {
    font-size: 20px;
    font-weight: 700;
}
.lead-card-first .a-card:not(:first-child) .a-card_image {
    display: none;
}
.layout .grid {
    margin-bottom: 60px;
}
.layout .grid .a-card .a-media {
    padding-bottom: 56.2%;
}
.layout .grid .a-card .a-card_content {
    padding-top: 20px;
}
.layout .grid .a-card .a-cat, .layout .grid .a-card .a-meta {
    display: none;
}
.gallery-image {
    position: static!important;
}
.inset-wrapper {
    margin-bottom: 60px;
}
.inset-wrapper .inset-above-txt, .inset-top-wrapper .inset-above-txt {
    color: #484848;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 15px;
}
.inset-wrapper .container {
    background-color: #F2F2F2;
    text-align: center;
    padding-top: 15px;
}
.photd-item {
    margin-bottom: 40px;
}
.feed-section .grid-temp-4 .grid-item:last-of-type {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.poll-header {
    color: #000;
    font-family: 'Poppins';font-weight: 900!important;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}
.oped-section .grid .a-card {
    margin-bottom: 20px;
}
.inset-top-wrapper {
    padding-top: 10px;
}
.inset-top-wrapper > p {
    text-align: center;
}
.inset-top-wrapper iframe {
    border-radius: 10px!important;
}
.layout-form_gallery {
    margin-top: 30px;
}
.gallerySwiper .swiper-slide {
    border-radius: 10px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.gallerySwiper .swiper-slide img {
    display: block;
    border-radius: 10px;
    height: 440px!important;
    max-width: none!important;
}
.gallerySwiper .swiper-pagination {
    position: static!important;
    text-align: left!important;
    width: auto!important;
}
.gallerySwiper .swiper-button-next, .gallerySwiper .swiper-button-prev {
    width: 35px!important;
    height: 35px!important;
    margin-top: 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.gallerySwiper .swiper-button-next:after, .gallerySwiper .swiper-button-prev:after {
   color: #DE2631;
   font-weight: bolder;
   font-size: 15px;
}
.swiper-pagination-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.swiper-pagination-wrap, .swiper-pagination-wrap span {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.noscroll {
    overflow-y: hidden;
}
nav .social-blck, nav .mediadesk-link {
    display: none;
}
.oped-section .grid .a-card {
    margin-bottom: 20px;
}
.gsc-control-cse {
    border-bottom: none!important;
}
.f-logo {
    width: 172px;
    margin-right: 25px;
}
.f-logo img {
    width: 100%;
}
.main-slider .swiper-button-prev {
    display: none;
}
.klasifikim-wrap {
    margin-bottom: 20px;
}
.klasifikim-header {
    color: #000;
    font-family: 'Poppins';font-weight: 900!important;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}
nav .social-blck, nav .mediadesk-link {
    display: none;
}
@media (min-width: 868px){
    .nav-bar-top {
        grid-template-columns: 20rem auto 20rem;
    }
    .grid-temp-3 {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        gap: 20px 30px;
    }
   
   .art-grid-temp .grid-temp-1 {
        grid-auto-flow: row;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .oped-section .grid .a-card {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .bigleft-wrapper > .grid {
        display: grid;
    }
    .photd-section .grid-temp-1 {
        display: grid;
    }
    .grid-temp-1 {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
        gap: 30px;
    }
    .bigleft-wrapper > .grid-temp-1 {
        grid-template-columns: minmax(0px, 1fr) 65%;
        
    }
    
    .grid-temp-2 {
        grid-template-columns: minmax(0px, 1fr) 300px;
        grid-auto-flow: column;
        gap: 30px;
    }
    
    .oped-section .grid-temp-2 {
        grid-template-columns: 50% 50%;
        grid-auto-flow: column;
        gap: 30px;
    }
    
    .grid-temp-4 {
        grid-template-columns: 300px minmax(0px, 1fr) 300px;
        grid-auto-flow: column;
        gap: 30px;
    }
    .photd-section .grid-temp-1 {
        grid-template-columns: repeat(2, calc(50% - 10px));
        gap: 20px;
    }
    .photd-item .a-card {
        width: calc(100% - 10px);
    }
     .grid-temp-balanced-4 {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-flow: row;
        gap: 20px 30px;
    }
    .bigleft-wrapper .grid-item:nth-of-type(2) .item-column {
        max-width: 300px;
    }
    .photd-item {
        margin-bottom: 0px;
    }
    .bordered-item {
        border-right: 1px solid #D9D9D9;
        padding-right: 30px;
    }
}
@media (min-width: 1100px) {
     .bigleft-wrapper > .grid-temp-1 {
        grid-template-columns: minmax(0px, 1fr) 50%;
        
    }
}

@media(max-width:1070px){
    .nav-bar-top {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    .nav-bar_button {
        display: block;
        width: 4rem;
    }
    .nav-bar_search-wrapper {
        width: 4rem;
    }
    .f-left {
        width: 100%;
        order: 2;
    }
    .f-right {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
    }
    .c-flexy {
        flex-wrap: wrap;
    }
    .c-list {
        justify-content: flex-start;
    }
    .c-list li {
        margin-left: 0px;
        margin-right: 20px;
    }
    .newsletter-blck {
        width: 70%;
    }
    .nav-bar_logo_wrapper img {
        width: 200px;
    }
    .top-articles-section .section-title {
        margin-bottom: 30px;
        border-right: none;
    }
    .navigation {
        position: fixed;
        display: block;
        width: 320px;
        left: 0;
        top: 0;
        bottom: 0;
        padding-right: 40px;
        height: 100%;
        background-color: #fff;
        color: #000;
        z-index: 99999;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        overflow-y: scroll;
        padding-top: 60px;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    
    .is-active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }
    
    .navigation {
        margin-bottom: 30px
    }
    
    .navigation ul {
        display: block;
        margin-bottom: 30px;
    }
    
    .navigation ul li {
        margin-bottom: 15px
    }
    
    .navigation ul li a {
        font-family: 'Poppins';
        font-size: 1.55rem;
        font-weight: 600;
        color: #000;
    }
    .nav-main-links a:after {
        display: none;
    }
    #btnclose {
        display: inline-block;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4NCiAgPHBhdGggaWQ9Ikljb25fbWF0ZXJpYWwtY2xvc2UiIGRhdGEtbmFtZT0iSWNvbiBtYXRlcmlhbC1jbG9zZSIgZD0iTTI4LjUsOS42MTUsMjYuMzg1LDcuNSwxOCwxNS44ODUsOS42MTUsNy41LDcuNSw5LjYxNSwxNS44ODUsMTgsNy41LDI2LjM4NSw5LjYxNSwyOC41LDE4LDIwLjExNSwyNi4zODUsMjguNSwyOC41LDI2LjM4NSwyMC4xMTUsMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IC03LjUpIi8+DQo8L3N2Zz4NCg==);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: 15px;
    }
    .layout-wide-center .columns-container {
        flex-wrap: wrap;
    }
    .layout-wide-center .columns-container>div {
        width: 100%!important;
    }
    .oped-section .section-title {
        margin-bottom: 30px;
    }
    .yt-link {
        display: none;
    }
    .newspapers-slider {
        height: auto!important;
    }
    nav .social-blck ul {
        display: flex;
        list-style: none;
        align-items: center;
        margin-bottom: 40px;
    }
    nav .social-blck ul li {
         margin-right: 20px;
     }
     nav .social-blck ul li img {
         height: 30px;
     }
     nav .mediadesk-link {
         position: absolute;
         bottom: 20px;
     }
     nav .mediadesk-link span {
         color: #000;
     }
     nav .social-blck {
        display: block;
    }
    nav .mediadesk-link {
        display: flex;
    }
}
@media(max-width:900px){
    .search-block {
        position: absolute;
        top: calc(100% + 23px);
        right: -20px;
        width: 100vw;
        padding-left: 0;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #323232;
    }
    .gsc-search-button-v2 {
        padding-right: 20px!important;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-left: 7px!important;
    }
    .layout-form_body {
        flex-wrap: wrap;
    }
    .layout-form_body_left {
        width: 100%;
        padding-right: 0;
    }
    .related-list .a-card_content {
        padding-right: 0;
    }
    .layout-form_body_right {
        width: 100%;
    }
    .oped-section .grid .a-card .a-card_image {
        width: 130px;
        height: 130px;
    }
    .nav-list {
        display: none;
    }
    .gsc-search-button {
        padding: 0!important;
    }
    .gsc-search-button-v2 {
            padding: 7px 20px !important;
        }
    .article_header-media {
        width: 100%;
    }
    
}
@media(max-width: 550px){
    .newsletter-blck {
        width: 100%;
        margin-bottom: 20px;
    }
    .nl-btn {
        width: 125px;
        height: 40px;
        flex-shrink: 0;
        line-height: 50px;
        border-radius: 8px;
        cursor: pointer;
        text-align: left;
        margin-left: 10px;
        text-align: center;
        font-size: 3vw;
        font-style: normal;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.16px;
    }
    .nl-input {
        width: calc(100% - 135px);
        flex-shrink: 0;
        height: 40px;
        border-radius: 8px;
        border: 1px solid #8E8E8E;
        padding-left: 18px;
        background-color: transparent;
        color: #BDBDBD;
        font-family: 'Poppins';
        font-size: 3vw;
        font-style: normal;
        font-weight: 600;
        line-height: 19.2px;
        letter-spacing: 0.16px;
    }
    .c-list li a {
        font-size: 3.3vw;
    }
    .f-col {
        width: 100%;
    }
    .desc {
        font-size: 3.5vw;
        max-width: 100%;
    }
    
    .big-three-rail .a-card {
        width: calc(50% - 8px);
        margin-bottom: 30px;
    }
    .big-three-rail .a-card:nth-child(3n+1) {
        width: 100%;
    }
    .oped-section {
        padding: 35px 0;
    }
    .feed-section {
        padding-top: 0;
    }
    .article_header_title h1 {
        font-size: 8vw;
        line-height: 1.2em;
    }
    .navigation {
        position: fixed;
        display: block;
        width: 100%;
    }
    .gallerySwiper .swiper-slide img {
        height: 300px !important;
    }
    .top-articles-section {
        position: relative;
    }
    .top-articles-section .grid {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px;
        
    }
    .top-articles-section {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .top-articles-section .grid .a-card {
        width: 70%;
        flex-shrink: 0;
    }
    .top-articles-section .a-card:first-of-type {
        padding-left: 0;
    }
    .top-articles-section .section-title {
        margin-bottom: 20px;
    }
    .top-articles-section .grid:before {
        content: "";
        display: block;
        position: absolute;
        width: 30%;
        top: 0;
        bottom: 0;
        right: 0px;
        z-index: 10;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
        pointer-events: none;
    }
    .top-articles-section .grid:after {
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 13px;
        bottom: 23px;
        right: 1rem;
        z-index: 20;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMi42NjgiIHZpZXdCb3g9IjAgMCAxMyAxMi42NjgiPg0KICA8cGF0aCBpZD0iSWNvbl9hd2Vzb21lLWFycm93LXVwIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1hcnJvdy11cCIgZD0iTTEuMjQ2LDkuNzE5LjYsOS4wNzVhLjY5My42OTMsMCwwLDEsMC0uOTg0bDUuNjM4LTUuNjRhLjY5My42OTMsMCwwLDEsLjk4NCwwbDUuNjM4LDUuNjM4YS42OTMuNjkzLDAsMCwxLDAsLjk4NGwtLjY0NC42NDRhLjcuNywwLDAsMS0xLS4wMTJMNy44OTMsNi4yMTFWMTQuNTVhLjcuNywwLDAsMS0uNy43SDYuMjY4YS43LjcsMCwwLDEtLjctLjdWNi4yMTFsLTMuMzMxLDMuNUEuNjkyLjY5MiwwLDAsMSwxLjI0Niw5LjcxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjI0NyAtMC4zOTcpIHJvdGF0ZSg5MCkiIGZpbGw9IiM5YTlhOWEiLz4NCjwvc3ZnPg0K);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .main-slider .a-card_image .a-media {
        padding-bottom: 70%;
    }
    .main-slider .a-card .a-head {
        margin-bottom: 23px;
    }
    .main-slider .swiper-pagination {
        top: auto;
        margin-top: 0;
        padding-left: 0px;
        bottom: 20px !important;
        width: 100% !important;
    }
    .main-slider .a-card_content .a-meta {
        order: 1;
        display: block;
        margin-bottom: 10px;
    }
    .main-slider .a-card_content {
        padding-top: 17px;
    }
    .photd-item .a-card .a-media {
        padding-bottom: 73%;
    }
    .photd-item .a-card .a-card_content {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
    .photd-item .a-card .a-media {
        padding-bottom: 73%;
    }
    .main-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background-color: #ddd!important;
    }
    .main-slider .swiper-button-prev {
        display: block;
        top: 0;
        right: 30px;
        left: auto;
        margin-top: calc(62.5% - 10px);
    }
    .main-slider .swiper-button-next {
        top: 0;
        right: 20px;
        margin-top: calc(62.5% - 10px);
    }
    .photd-item .a-card .a-card_content {
        padding-right: 15px;
    }
    .newspapers-slider .swiper-wrapper {
        padding-bottom: 30px;
    }
    .newspapers-slider .swiper-pagination {
        left: 5px !important;
        right: 0 !important;
        bottom: 1rem !important;
        text-align: left;
    }
    .f-col .nav-logo {
        margin-bottom: 20px;
        width: 100%;
    }
    .feed-section .grid-temp-4 > .grid-item:first-child {
        order: 3;
        margin-bottom: 0;
        margin-top: 0;
    }
    .feed-section .grid-temp-4 > .grid-item:nth-child(2) {
        order: 2;
    }
    .feed-section .grid-temp-4 > .grid-item:nth-child(3) {
        order: 1;
    }
    .video-section {
        margin-bottom: 20px;
    }
    .photd-item {
        margin-bottom: 10px;
    }
   .author_meta-name {
        display: block;
    }
    .layout-form_article-body iframe {
        max-width: 100%;
    }
    .title-section h2 {
        font-size: 7vw;
    }
    .main-slider .swiper-button-prev {
        display: block;
        top: 0;
        right: 30px;
        left: auto;
        margin-top: calc(62.5% - 10px);
    }
    .f-col .social-blck {
        width: 100%;
        margin-top: 20px;
    }
    .oped-section .grid .a-card .a-card_content {
        padding-left: 18px;
        padding-right: 0;
    }
    .oped-section .grid .a-card .a-head {
        font-size: 16px;
        line-height: 23px;
    }
    .single-article .a-card .a-head {
        line-height: 23px;
    }
    .addpadd50 {
        padding-top: 40px;
    }
    .article_header_title {
        margin-bottom: 20px;
    }
    .layout .grid {
        margin-bottom: 30px;
    }
}