@charset "utf-8";
body {
  scroll-behavior: smooth;
}
header.header {
  border-bottom: 1px solid #cccccc;
}
.nav-bar_logo img {
  width: 108px;
}
#btnSearch {
  border: none;
  background: transparent;
}
section.integrimi-section .a-card .a-head {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.nav-bar-right .nav-bar_link a {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: #0d0f16;
  border-radius: 33px;
  padding: 10px 16px;
}
.nav-bar-navigation {
  border-top: solid 5px #ffda03;
  background-color: #003398;
  padding: 10px 0;
}
.nav-bar-right .nav-bar_link.nav-bar_lang a {
  color: #0d0f16;
  background: #efefef;
  margin-right: 10px;
}
.nav-main-links {
  display: flex;
  list-style: none;
}
.nav-main-links li {
  margin-right: 10px;
}
.nav-main-links li a {
  display: block;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  padding: 11px 16px;
  font-size: 1.0625rem;
}
#search-open-btn {
  width: 254px;
  display: flex;
  justify-content: space-between;
  height: 36px;
  align-items: center;
  border-radius: 36px;
  background-color: rgba(0, 57, 120, 0.08);
  overflow: hidden;
  border: none;
  color: rgba(0, 57, 120, 1);
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0 15px 0 20px;
}
@media (min-width: 1140px) {
  .nav-main-links li a:hover,
  .nav-main-links li.active a {
    border-radius: 5px;
    background-color: #003978;
    color: #fff;
  }
}
.nav-main-links li a img {
  margin-right: 5px;
}
.nav-bar-top {
  padding: 11px 0 11px;
  background-color: #fff;
}
.nav-bar-top .grid,
.mobile-header .grid {
  display: grid;
  grid-template-columns: 20rem auto 20rem;
}
.nav-bar-middle {
  justify-content: center;
}
.nav-bar-right {
  justify-content: flex-end;
}
.nav-bar-top .d-flex {
  align-items: center;
}
.d-flex {
  display: flex;
}
.nav-bar_contribute {
  padding: 15px 0;
}
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.a-card {
  position: relative;
}
.a-card .a-media {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #f0f4f8;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.a-card .a-media .a-media_img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s ease !important;
}
.a-card .a-meta {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  display: block;
}
.a-card_content a:before {
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}
.a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 400;
  color: #0d0f16;
}
.a-card .a-timedate {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #383838;
}
.a-card .a-ex {
  display: none;
}
.a-card .a-author {
  display: none;
}
.a-card:hover .a-media img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.a-card .a-card_content a:hover .a-head {
  text-decoration: underline;
  color: #003978;
}
.flash-news {
  overflow: hidden;
  padding-left: 90px;
  position: relative;
}
.marquee3k__wrapper {
  display: flex;
  height: auto;
  align-items: flex-end;
}
.flash-marquee {
  display: flex;
}
.flash-marquee .a-card {
  position: relative;
  flex-shrink: 0;
}
.flash-marquee .a-card:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #dfdfdf;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 16px;
}
.flash-marquee .a-card .a-card_image {
  display: none;
}
.flash-marquee .a-card .a-meta {
  display: none;
}
.flash-marquee .a-card .a-card_content {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.flash-marquee .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.featured-column-grid .main-slider-col {
  grid-column: 1;
  grid-row: 1 / 3;
}
.flash-news .fn-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.flash-news .fn-title {
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #fff;
  z-index: 10;
  transform: translateY(-50%);
  padding: 10px 7px;
  padding-left: 14px;
}
.flash-news .fn-title span {
  font-family: "Playfair Display";
  font-weight: 400;
  color: #003978;
  font-size: 17px;
}
.fn-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 40px;
    right: -6px;
    top: -3px;
    background: linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.flash-section {
  background-color: #ffcc02;
  position: relative;
  border-bottom: 1px solid rgba(0, 57, 120, 0.13);
  padding: 15px 0;
}

.wide-left-grid {
  display: grid;
  grid-template-columns: 1fr 300px 300px;
  column-gap: 40px;
}
.main-slider .a-card .a-card_content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.main-slider .a-card .a-date,
.main-slider .a-card .a-author {
  display: none;
}
.main-slider .a-card .a-meta {
  display: block;
  margin-bottom: 10px;
  order: 1;
}
.main-slider .a-card .a-card_content > a {
  order: 2;
}
.main-slider .a-card .a-head {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 900;
}
.main-slider .a-card .a-ex {
  display: block !important;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  order: 2;
  color: #5b5b5b;
}
.main-slider .a-card .a-media {
  padding-bottom: 56.31%;
}
.main-slider .swiper-pagination {
  top: 0;
  margin-top: calc(56.31% - 35px);
  left: 28px !important;
  bottom: auto !important;
  width: auto !important;
  text-align: left !important;
}
.main-slider .swiper-button-prev {
  display: block !important;
  top: 0;
  right: 63px;
  left: auto;
  margin-top: calc(56.31% - 45px);
  width: 16px !important;
  height: 26px !important;
}
.main-slider .swiper-button-next {
  top: 0;
  right: 30px;
  margin-top: calc(56.31% - 45px);
  width: 16px !important;
  height: 26px !important;
}
.main-slider .swiper-button-prev img,
.main-slider .swiper-button-next img {
  width: 100%;
  opacity: 0.7;
}
.main-slider .swiper-button-prev:hover img,
.main-slider .swiper-button-next:hover img {
  opacity: 1;
}
.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  display: none;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 0 !important;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #003978 !important;
}
.wide-left-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) 300px 300px;
  column-gap: 25px;
}
.one-four-grid {
  display: grid;
  grid-template-columns: 1fr 300px 300px;
  grid-template-rows: auto auto;
  gap: 25px 40px;
  grid-template-rows: masonry;
}

.four-one-grid {
  display: grid;
  grid-template-columns: 300px 300px 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
}
.one-four-grid article:first-of-type {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.equal-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.bonded .grid-item:first-of-type {
  grid-column: span 2;
}
.equal-4-2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 34px;
}
.sports-grid {
  grid-template-rows: repeat(1, 375px);
}
.equal-4-2-grid article {
  border-radius: 4px;
  overflow: hidden;
}
.equal-4-2-grid article:first-of-type {
  grid-column: span 2;
}
.four-one-grid article:last-of-type {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.equal-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.slider-section {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 57, 120, 0.13);
}
.col-title {
  margin-bottom: 15px;
}
.slider-section .col-center .col-title {
  margin-bottom: 15px;
}
.col-title h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
}
.latest-col .col-title h2 {
  color: #c45c00;
}
.latest-section {
  padding: 40px 0 100px;
}
.latest-wrap .a-wrap {
  border-bottom: 1px solid rgba(0, 57, 120, 0.13);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.latest-wrap .a-wrap .a-card {
  display: flex;
}
.latest-wrap .a-wrap:nth-of-type(3) .a-card,
.latest-wrap .a-wrap:nth-of-type(7) .a-card {
  display: block;
}
.latest-wrap .a-card .a-card_image {
  width: 240px;
  flex-shrink: 0;
}
.latest-wrap .a-wrap:nth-of-type(3) .a-card .a-card_image,
.latest-wrap .a-wrap:nth-of-type(7) .a-card .a-card_image {
  width: 100%;
}

.latest-wrap .a-wrap .a-card .a-media {
  width: 100%;
  padding-bottom: 63.33%;
}
.latest-wrap .a-wrap .a-card .a-card_content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.latest-wrap .a-wrap:nth-of-type(3) .a-card .a-card_content,
.latest-wrap .a-wrap:nth-of-type(7) .a-card .a-card_content {
  padding-left: 0px;
  padding-top: 20px;
}

.latest-wrap .a-wrap .a-card .a-card_content .a-meta {
  order: 1;
  margin-top: 10px;
}
.latest-wrap .a-card .a-card_content .a-meta:empty {
  display: none;
}
.latest-wrap .a-card .a-ex {
  display: block !important;
  order: 2;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.357;
  color: #8b8b8b;
  margin-top: 8px;
}
.latest-wrap .a-wrap:nth-of-type(3) .a-card .a-ex,
.latest-wrap .a-wrap:nth-of-type(7) .a-card .a-ex {
  display: none !important;
}
.latest-wrap .a-wrap .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 21px;
  line-height: 1.238;
}
.latest-wrap .a-wrap:nth-of-type(3) .a-head,
.latest-wrap .a-wrap:nth-of-type(7) .a-head {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.32;
}
.related-art {
  padding-top: 20px;
}
.rel-art {
  margin-bottom: 15px;
  display: flex;
  padding-right: 10%;
}
.rel-art:last-of-type {
  margin-bottom: 0;
}
.rel-art a {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.rel-art:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTguNSAwTDcuMDAxODcgMS40OTgxMkwxMi45MzA2IDcuNDM3NUgwVjkuNTYyNUgxMi45MzA2TDcuMDAxODcgMTUuNTAxOUw4LjUgMTdMMTcgOC41TDguNSAwWiIgZmlsbD0iI0M0NUMwMCIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}
.col-title h3 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.col-center .col-title h3 {
  color: #003978;
}
.numbered-wrap .a-card:not(:first-of-type) {
  display: flex;
}
.numbered-wrap .a-card {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.numbered-wrap .a-card:not(:first-of-type) .a-card_image {
  width: 90px;
  flex-shrink: 0;
}
.numbered-wrap .a-card .a-media {
  width: 100%;
  padding-bottom: 63.33%;
}
.numbered-wrap .a-card:not(:first-of-type) .a-card_content {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.numbered-wrap .a-card .a-card_content .a-meta {
  display: none;
}
.numbered-wrap .a-card:not(:first-of-type) .a-head {
  font-family: "Source Sans 3";
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
}
.numbered-wrap .a-card:first-of-type .a-head {
  font-family: "Source Sans 3";
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
}
.numbered-wrap .a-card:first-of-type .a-card_content {
  padding-top: 15px;
}
.numbered-wrap {
  counter-reset: article-num;
  margin-bottom: 30px;
}
.numbered-wrap .a-card .a-card_image {
  position: relative;
}
.numbered-wrap .a-card .a-card_image:before {
    color: #000;
    counter-increment: article-num;
    content: counter(article-num);
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 21px;
    word-wrap: normal;
    display: block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    background-color: #ffd900;
    text-align: center;
    bottom: -10px;
    left: -10px;
    line-height: 1;
}
.promo-wrap .a-card .a-meta {
  display: none;
}
.promo-wrap .a-card .a-media {
  width: 100%;
  padding-bottom: 63.33%;
}
.promo-wrap .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
.promo-wrap .a-card_content {
  padding-top: 15px;
}
.promo-wrap .a-card:before {
  content: "PROMO";
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  border-radius: 36px;
  background-color: #000;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
}
.latest-section .col-right {
  padding-top: 40px;
}
.videos-section {
  background-color: rgba(0, 57, 120, 0.1);
  padding: 40px 0 80px;
  margin-bottom: 40px;
}
.section-title h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 30px;
}
.videos-section .section-title {
  margin-bottom: 30px;
}
.videos-section .section-title h2 {
  color: #003978;
}
.videos-section .section-title h2 span {
  vertical-align: middle;
}
.videos-section .section-title h2 img {
  vertical-align: middle;
  margin-right: 15px;
}
.one-four-grid .a-card .a-media,
.l-art .a-card .a-media,
.videos-flex .a-card .a-media {
  padding-bottom: 56.3%;
}

.one-four-grid .a-card:first-of-type .a-card_image,
.videos-flex .b-wrap .a-card .a-card_image,
.l-art .a-card .a-card_image {
  box-shadow: 13px 16px 15px 0px #00000024;
}
.one-four-grid .a-card .a-card_content,
.videos-flex .a-card .a-card_content,
.l-art .a-card .a-card_content {
  padding-top: 15px;
}
.one-four-grid .a-card:first-of-type .a-card_content,
.videos-flex .b-wrap .a-card .a-card_content,
.l-art .a-card .a-card_content {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}
.one-four-grid .a-card:first-of-type .a-card_content > a,
.videos-flex .b-wrap .a-card .a-card_content > a,
.l-art .a-card .a-card_content > a {
  order: 2;
}
.one-four-grid .a-card:first-of-type .a-card_content .a-meta,
.videos-flex .b-wrap .a-card .a-card_content .a-meta,
.l-art .a-card .a-card_content .a-meta {
  order: 1;
  margin-bottom: 10px;
}
.one-four-grid .a-card .a-head,
.videos-flex .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.175;
  margin-bottom: 10px;
}
.one-four-grid .a-card:first-of-type .a-head,
.videos-flex .b-wrap .a-card .a-head,
.l-art .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 900;
  font-size: 27px;
  line-height: 1.2;
}
.one-four-grid .a-card:first-of-type .a-ex,
.videos-flex .b-wrap .a-card .a-ex,
.l-art .a-card .a-ex {
  display: block;
  order: 3;
  font-family: "Source Sans 3";
  font-weight: 900;
  font-size: 17px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}
.four-one-grid .a-card .a-media {
  padding-bottom: 56.3%;
}
.four-one-grid .a-card:last-of-type .a-card_image {
  box-shadow: 13px 16px 15px 0px #00000024;
}
.four-one-grid .a-card .a-card_content {
  padding-top: 15px;
}
.four-one-grid .a-card:last-of-type .a-card_content {
  padding-top: 25px;
}
.four-one-grid .a-card:last-of-type .a-card_content {
  display: flex;
  flex-direction: column;
}
.four-one-grid .a-card:last-of-type .a-card_content > a {
  order: 2;
}
.four-one-grid .a-card:last-of-type .a-card_content .a-meta {
  order: 1;
  margin-bottom: 10px;
}
.four-one-grid .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 900;
  font-size: 18px;
  line-height: 1.175;
  margin-bottom: 8px;
}
.four-one-grid .a-card:last-of-type .a-head {
  font-family: "Source Sans 3";
  font-weight: 900;
  font-size: 27px;
  line-height: 1.1;
}
.four-one-grid .a-card:last-of-type .a-ex {
  display: block;
  order: 3;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.7);
}
.section-title {
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.section-title h2 {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 40px;
  line-height: 0.9;
  position: relative;
}
.highlight-title h2 span {
  position: relative;
  z-index: 1;
}
.highlight-title h2:before {
  content: "";
  display: block;
  height: 33px;
  width: auto;
  border-radius: 4px;
  position: absolute;
  bottom: -7px;
  left: -8px;
  right: -8px;
  background-color: #eee;
  z-index: 0;
}
.highlight-title.shorter h2 {
  display: inline-block;
}
.highlight-title.shorter h2:before {
  width: calc(100% + 16px);
}
.sport-section {
  margin-bottom: 50px;
}
.sport-section .highlight-title.shorter h2:before {
  background-color: #ffd900;
}
.sports-grid .a-card:first-of-type .a-card_image {
  width: 100%;
  height: 100%;
}
.sports-grid .a-card:not(:first-of-type) .a-media {
  height: 260px;
}
.sports-grid .a-card .a-media {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.sports-grid .a-card .a-card_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.88%, #000000 77.77%);
  z-index: 100;
  padding: 30px;
  justify-content: flex-end;
  min-height: 70%;
  width: 100%;
}
.sports-grid .a-card:not(:first-of-type) .a-card_content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 32.21%);
}
.sports-grid .a-card .a-card_content .a-meta {
  margin-bottom: 10px;
}
.sports-grid .a-card .a-card_content .a-timedate {
  order: 1;
  color: #ffd900;
}
.sports-grid .a-card .a-card_content > a {
  order: 2;
}
.sports-grid .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: #fff !important;
  text-decoration: none !important;
}
.sports-grid .a-card:first-of-type .a-head {
  font-size: 24px;
  line-height: 1.2;
}
.politike {
  margin-bottom: 50px;
}
.two-col-grid {
  columns: 2;
  gap: 25px;
  column-gap: 40px;
}
.two-col-grid article {
  width: 300px;
  break-inside: avoid;
  margin-bottom: 25px;
}
.b-wrap {
  width: calc(100% - 680px);
}
.politike .highlight-title h2:before {
  background-color: #ffd900;
}
.title-right {
  text-align: right;
}
.overlined-title h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffd900;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.overlined-title h2 span {
  background: #ffd900;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  left: -8px;
}
.planet-section {
  margin-bottom: 60px;
}
.integrimi-section {
  background-image: url(https://eunews.al/wp-content/themes/eunews/images/post-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
.equal-3-grid .a-card .a-media {
  width: 100%;
  padding-bottom: 56.34%;
}
.equal-3-grid .a-card .a-card_content {
  padding-top: 10px;
}
.equal-3-grid .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.planet-section .highlight-title h2:before {
  background-color: #ffd900;
}
.blog-section {
  margin-bottom: 80px;
}
.blog-section .highlight-title h2:before {
  background-color: #ffd900;
}
.blog-section .a-card .a-media {
  width: 100%;
  padding-bottom: 56.33%;
}
.blog-section .a-card .a-head {
  font-family: "Playfair Display" !important;
}
.blog-section .equal-4-grid:not(.bonded) .a-media_img {
  filter: grayscale(1);
}
.grid-item .d-flex {
  justify-content: space-between;
}
.grid-item .d-flex .a-card {
  width: calc(50% - 17px);
}
.equal-4-grid {
  margin-bottom: 60px;
}
.equal-4-grid:not(.bonded) .a-card .a-head {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
}
.equal-4-grid.bonded .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 800;
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 8px;
}
.equal-4-grid .a-card .a-card_content {
  padding-top: 15px;
}
.equal-4-grid:not(.bonded) .a-card .a-card_content {
  display: flex;
  flex-direction: column;
}
.equal-4-grid:not(.bonded) .a-card_content > a {
  order: 2;
}
.equal-4-grid:not(.bonded) .a-card_content .a-meta {
  order: 1;
  margin-bottom: 10px;
}
.equal-4-grid:not(.bonded) .a-card_content .a-author {
  display: block;
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 12px;
  color: #003978;
}
.equal-4-grid:not(.bonded) .a-card_content .a-timedate {
  display: none;
}
.grid-item-title {
  border-top: 2px solid transparent;
  padding: 15px 0;
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 28px;
}
[data-clr="#000"] {
  color: #000;
  border-color: #000;
}
[data-clr="#ffda03"] {
  color: #000;
  border-color: #ffda03;
}
[data-clr="#4C00B5"] {
  color: #4c00b5;
  border-color: #4c00b5;
}
[data-clr="#D36900"] {
  color: #d36900;
  border-color: #d36900;
}
.section-title.d-flex {
  justify-content: space-between;
  align-items: flex-end;
}
.more {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}
.more img {
  margin-right: 11px;
}
.col-title.lowercase {
  padding-bottom: 12px;
  border-bottom: 1px solid #003978;
}
.col-title.lowercase h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
}
[data-clr="#C45C00"] {
  color: #c45c00 !important;
}
[data-clr="#003978"] {
  color: #003978 !important;
}
.authors-wrap {
  margin-bottom: 30px;
}
.authors-wrap .a-card {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 57, 120, 0.13);
}
.authors-wrap .a-card:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.authors-wrap .a-card .a-card_image {
  width: 77px;
  flex-shrink: 0;
  margin-right: 20px;
}
.authors-wrap .a-card .a-media {
  border-radius: 50%;
}
.authors-wrap .a-card .a-media_img {
  filter: grayscale(100%);
  transform: none !important;
}
.authors-wrap .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 16px;
  color: #003978;
  margin-bottom: 7px;
}
.authors-wrap .a-card .a-timedate {
  display: none;
}
.authors-wrap .a-card .a-author {
  display: block;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
}
.authors-wrap .a-card .a-card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noimg-wrap {
  margin-bottom: 20px;
}
.noimg-wrap .a-card:first-of-type {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 57, 120, 0.1);
}

.noimg-wrap .a-card .a-card_image {
  display: none;
}
.noimg-wrap .a-card .a-card_content {
  display: flex;
  flex-direction: column;
}
.noimg-wrap .a-card .a-card_content > a {
  order: 2;
}
.noimg-wrap .a-card .a-card_content .a-meta {
  order: 1;
  margin-bottom: 7px;
}
.noimg-wrap .a-card .a-card_content .a-head {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 20px;
  color: #003978;
}
.noimg-wrap .a-card:nth-of-type(2) {
  display: flex;
  padding-top: 20px;
}
.noimg-wrap .a-card:nth-of-type(2) .a-card_image {
  display: block;
  width: 90px;
  flex-shrink: 0;
  margin-right: 15px;
}
.noimg-wrap .a-card:nth-of-type(2) .a-media {
  padding-bottom: 63.33%;
}
.noimg-wrap .a-card:nth-of-type(2) .a-meta {
  position: absolute;
  top: 0;
  left: 0;
}
.noimg-wrap .a-card:nth-of-type(2) .a-head {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.37;
  color: #003978;
  margin-top: -3px;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.footer {
  border-top: 1px solid rgba(0, 57, 120, 0.66);
  padding: 80px 0;
}
.f-logo {
  margin-right: 25px;
}
.f-main-links {
  display: flex;
  list-style: none;
}
.f-main-links li {
  margin-right: 20px;
}
.f-main-links li a {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 15px;
  color: #003978;
}
footer .row {
  margin-bottom: 30px;
}
footer p {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
  color: #003978;
}
.row.bordered {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 30px 0;
}
.sociale {
  display: flex;
  align-items: center;
  list-style: none;
}
.sociale li {
  margin-left: 10px;
}
.f-social span {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.f-links a {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
  color: #535353;
  margin-right: 15px;
}
.nl-form {
  display: flex;
  padding: 11px 15px 11px 15px;
  border: 1px solid #bababa;
  overflow: hidden;
  width: 340px;
  justify-content: space-between;
}
.nl-form input {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
  color: #000;
  outline: none;
}
.nl-form input::placeholder {
  color: #a8a8a8;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
}
.nl-form input,
.nl-form button {
  background: transparent;
  border: none;
  color: #003978;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 15px;
}
.f-newsletter span {
  color: #535353;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
  margin-right: 18px;
}
.layout {
  padding-top: 50px;
}
.layout-form_body_left {
  max-width: 840px;
  padding-right: 40px;
  flex: 1 1 auto;
}
.layout-form_body_right {
  width: 300px;
  flex-shrink: 0;
}
.article_header {
  margin-bottom: 25px;
}
.article_header .d-flex {
  max-width: 840px;
  padding-right: 40px;
}
.article_header_title {
  margin-bottom: 25px;
}
.article_header .extract {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #797979;
}
.article_header_title h1 {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 56px;
  line-height: 1.07;
  margin-bottom: 15px;
}
.article_header_meta {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.article_header_meta .author-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
  flex-shrink: 0;
}
.article_header_meta .author-img img {
  width: 100%;
}
.article_header_meta .article_header_date {
  color: #383838;
}
.article_header_meta .article_header_author {
  color: #003978;
  padding-right: 30px;
  position: relative;
}
.article_header_meta .article_header_author:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
}
.shareBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.layout-form_article-body {
  border-top: 1px solid #c5c5c5;
  width: 100%;
  padding: 0 36px;
}
.layout-form_article-body > *:first-child:has(img) {
  width: calc(100% + 72px);
  margin-left: -36px;
}
.layout-form_article-body img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.layout-form_article-body > img {
  margin-bottom: 10px;
}
.layout-form_article-body > p img {
  width: 100% !important;
}
.layout-form_article-body .imazhiim {
  margin-bottom: 20px;
}
.layout-form_article-body > p:first-child:has(img) {
  margin-top: 0;
  padding-top: 0;
}
.layout-form_article-body.vjeter {
  padding-top: 25px;
}
.layout-form_article-body.vjeter > p:first-child:has(img) {
  margin-top: -25px;
  padding-top: 0;
}
.captionposhte {
  position: relative;
  width: 100%;
  padding: 15px 0 15px;
}
.tit,
.tit strong {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #848484;
}

.layout-form_article-body > p {
  color: #000;
  font-family: "Source Sans 3";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.layout-form_article-body > p span {
  font-family: "Source Sans 3" !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
}
.content-inner figure {
  max-width: 100%;
}
.content-inner figcaption {
  margin-top: 15px;
}
.layout-form_article-body h3 {
  font-family: "Source Sans 3";
  font-weight: 600;
  line-height: 1.625;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.layout-form_article-body {
  padding-bottom: 30px;
  color: #000;
  font-family: "Source Sans 3";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
.layout-form_article-body a {
  color: #000;
  font-family: "Source Sans 3";
  font-weight: 700;
}
.layout-form_article-body.vjeter p span:not(:has(em)) > a,
.layout-form_article-body.vjeter h4 > a {
  display: block;
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.23;
  position: relative;
}
.layout-form_article-body.vjeter p span:not(:has(em)) > a:before,
.layout-form_article-body.vjeter h4 > a:before {
  content: "Lexo më tej";
  display: block;
  color: #c45c00;
  font-family: "Playfair Display";
  font-size: 1rem;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 10px;
}
.layout-form_article-body.vjeter p span:not(:has(em)) > a:after,
.layout-form_article-body.vjeter h4 > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHJlY3Qgd2lkdGg9IjE4LjA3ODYiIGhlaWdodD0iMTguMDc4NiIgZmlsbD0iI0M0NUMwMCIvPg0KPHBhdGggZD0iTTUuNTU2NjQgMTEuMzAzM1YxMC40ODk1SDYuOTM5NDJWMy41NTI4N0g1LjU1NjY0VjIuNzM5MTRIOS41ODU0OFYzLjU1Mjg3SDguMjgyMzdWMTAuNDg5NUgxMS40OTc1VjcuNzQ2NzNIMTIuNTYxNlYxMS4zMDMzSDUuNTU2NjRaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTYuNDEyNzggMTIuNDY4OEM2LjYwMDEgMTIuNzU2MSA2LjkyNDI4IDEyLjk0NjIgNy4yOTI4MSAxMi45NDYyQzcuNjQ3OTggMTIuOTQ2MiA3Ljk2MTgxIDEyLjc2OTQgOC4xNTE3OCAxMi40OTk1QzguMzQxNzUgMTIuNzY5NCA4LjY1NTU5IDEyLjk0NjIgOS4wMTA3NSAxMi45NDYyQzkuMzY1ODYgMTIuOTQ2MiA5LjY3OTQ3IDEyLjc2OTMgOS44Njk0NCAxMi40OTk1QzEwLjA1OTQgMTIuNzY5NSAxMC4zNzM1IDEyLjk0NjIgMTAuNzI4NyAxMi45NDYyQzExLjA5NzEgMTIuOTQ2MiAxMS40MjExIDEyLjc1NiAxMS42MDg0IDEyLjQ2ODhIMTEuNzc4Nkw5LjAxMDc1IDE1LjgwOUw2LjI0MjkyIDEyLjQ2ODhINi40MTI3OFoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==);
  background-size: cover;
  top: 0;
  left: 0;
}
.related-list,
.suggested-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.related-list:before {
  content: "Lexo më tej";
  display: inline-block;
  margin-bottom: 10px;
  color: #c45c00;
  font-family: "Playfair Display";
  font-size: 1rem;
  font-weight: 400;
}
.related-list ul {
  list-style: none;
}
.related-list ul li {
  margin-bottom: 30px;
}
.related-list article {
  display: flex;
  width: 100%;
}
.related-list .a-card_image {
  width: 134px;
  flex-shrink: 0;
}
.related-list .a-media {
  padding-bottom: 63.43%;
  height: 0;
}
.related-list .a-media_img {
  position: absolute;
  top: 0;
  bottom: 0;
}
.related-list .a-card_content {
  flex-grow: 1;
  margin-left: 20px;
  padding-right: 50px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.related-list a {
  text-decoration: none !important;
}
.related-list .a-card .a-head {
  color: #000;
  font-family: "Source Sans 3";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.24;
  margin-top: 0;
  padding-top: 0;
}
.related-list .a-head a {
  color: #000;
}
.related-list .a-time {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.suggested-list:before {
  content: "Lexo gjithashtu";
  display: inline-block;
  margin-bottom: 10px;
  color: #c45c00;
  font-family: "Playfair Display";
  font-size: 1rem;
  font-weight: 400;
}
.suggested-list ul {
  list-style: none;
}
.suggested-list ul li {
  margin-bottom: 30px;
}
.suggested-list article {
  display: flex;
  width: 100%;
}
.suggested-list .a-card_image {
  width: 134px;
  flex-shrink: 0;
}
.suggested-list .a-media {
  padding-bottom: 63.43%;
  height: 0;
}
.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;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.suggested-list a {
  text-decoration: none !important;
}
.suggested-list .a-card .a-head {
  color: #000;
  font-family: "Source Sans 3";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.24;
  margin-top: 0;
  padding-top: 0;
}
.suggested-list .a-head a {
  color: #000;
}
.suggested-list .a-time {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
blockquote {
  color: #003978;
  font-family: "Source Sans 3";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625;
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
.layout-form_article-body blockquote p {
  font-family: "Source Sans 3";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625;
  padding: 0;
  margin: 0;
  color: #003978;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  background: #d9d9d9;
}
.layout-form_body_left .latest-col {
  max-width: 728px;
  margin: auto;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 57, 120, 0.13);
}
.layout-form_body_left .latest-col .a-wrap:last-of-type {
  border-bottom: none;
}
.layout-form_gallery {
  margin-top: 20px;
}
.layout-form_gallery .swiper-pagination-wrap {
  margin-bottom: 15px;
}
.layout-form_gallery .swiper-pagination {
  position: static !important;
  text-align: left !important;
  display: inline;
}
.layout-form_gallery .swiper-pagination-wrap span {
  font-family: "Source Sans 3";
  font-size: 1rem !important;
  color: #000;
  line-height: 1.5em !important;
  font-weight: 600 !important;
}
.layout-form_gallery img {
  width: 100%;
}
.gallerySwiper .swiper-slide {
  overflow: hidden;
  border-radius: 4px;
}
.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
  color: #003978 !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  top: calc(50% + 20px);
}
.gallerySwiper .swiper-button-next:after,
.gallerySwiper .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 800;
}
.search-bar {
  width: 254px;
}
.search-bar form input[type="submit"] {
  width: 74px;
  height: 36px;
  background-color: transparent;
  border: none;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEwLjcyMDQgOS40MzM5NkgxMC4wNDI5TDkuODAyNzQgOS4yMDI0QzEwLjY0MzIgOC4yMjQ3IDExLjE0OTIgNi45NTU0IDExLjE0OTIgNS41NzQ2MUMxMS4xNDkyIDIuNDk1NzEgOC42NTM1MiAwIDUuNTc0NjEgMEMyLjQ5NTcxIDAgMCAyLjQ5NTcxIDAgNS41NzQ2MUMwIDguNjUzNTIgMi40OTU3MSAxMS4xNDkyIDUuNTc0NjEgMTEuMTQ5MkM2Ljk1NTQgMTEuMTQ5MiA4LjIyNDcgMTAuNjQzMiA5LjIwMjQgOS44MDI3NEw5LjQzMzk2IDEwLjA0MjlWMTAuNzIwNEwxMy43MjIxIDE1TDE1IDEzLjcyMjFMMTAuNzIwNCA5LjQzMzk2Wk01LjU3NDYxIDkuNDMzOTZDMy40MzkxMSA5LjQzMzk2IDEuNzE1MjcgNy43MTAxMiAxLjcxNTI3IDUuNTc0NjFDMS43MTUyNyAzLjQzOTExIDMuNDM5MTEgMS43MTUyNyA1LjU3NDYxIDEuNzE1MjdDNy43MTAxMiAxLjcxNTI3IDkuNDMzOTYgMy40MzkxMSA5LjQzMzk2IDUuNTc0NjFDOS40MzM5NiA3LjcxMDEyIDcuNzEwMTIgOS40MzM5NiA1LjU3NDYxIDkuNDMzOTZaIiBmaWxsPSIjMDAzOTc4Ii8+DQo8L3N2Zz4NCg==);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 35px center;
}
.search-bar form {
  display: flex;
  justify-content: space-between;
  height: 36px;
  align-items: center;
  border-radius: 36px;
  background-color: rgba(0, 57, 120, 0.08);
  overflow: hidden;
  border: none;
}

.search-bar form input {
  border: none;
}

.search-bar form input[type="text"] {
  width: calc(100% - 40px);
  outline: none;
  background: transparent !important;
  padding-left: 20px;
  color: rgba(0, 57, 120, 1);
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-bar form input[type="text"]::-ms-input-placeholder {

  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 57, 120, 0.76);
}

.search-bar form input[type="text"]::placeholder {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 57, 120, 0.76);
}
.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: 0;
  background-color: transparent !important;
}

.gsib_a {
  padding: 0 !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;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  padding: 7px 0 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: 0;
}

.gsc-input-box {
  border: none !important;
  border-right: 0;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}
.flash-section .flash-marquee {
  animation-duration: 120s !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: 0;
  border: none !important;
  border-bottom: none !important;
}

.gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
}

.gsc-input {
  background: 0 0 !important;
}
.v-link img {
  vertical-align: middle;
  margin-right: 12px;
}
.v-link span {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  vertical-align: middle;
}
.nav-bar-app p {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 14px;
  color: #003978;
  margin-right: 5px;
}
.app-link {
  border: solid 1px #ffcb03;
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-left: 10px;
}
.app-link img {
  vertical-align: middle;
  margin-right: 8px;
}
.app-link span {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.layout-form_body_right .col-title.lowercase {
  border-bottom: none;
  margin-bottom: 10px;
}
.layout-form_body_right .col,
.layout-form_body_right .promo-wrap {
  margin-bottom: 40px;
}
.mobile-header {
  display: none;
}
.menuBtn {
  border: none;
  background-color: transparent;
  margin-right: 10px;
}
.f-app-links {
  margin-right: 25px;
}
.f-app-links .app-link {
  margin-left: 0;
  margin-right: 5px;
}
.layout-balanced-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.layout-balanced-3 .section-title {
  padding-left: 0;
}
.l-art {
  display: none;
}
#closeBtn {
  display: none;
}
.noscroll {
  overflow-y: hidden;
}
.mediadesk span {
  display: block;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 9px;
  color: #797979;
  margin-bottom: 7px;
}
.main-slider .a-card .a-card_image:before {
  content: "THEKS";
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  border-radius: 36px;
  background-color: #c45c00;
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 30px;
  padding: 10px 17px;
}

.inset {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.insetDouble .inset {
  margin-bottom: 20px;
}
.col-right .inset {
  margin-bottom: 20px;
}
.toolsApp {
  width: 100%;
  display: flex;
  border-top: 1px solid #003978;
  padding-top: 22px;
}
.layout-form_body_right .toolsApp {
  border-bottom: 1px solid #003978;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.app-wrap {
  width: 50%;
  text-align: center;
}
.line-between {
  display: block;
  width: 1px;
  height: auto;
  background-color: rgba(0, 57, 120, 0.2);
  flex-shrink: 0;
}
.app-wrap h3 {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #003978;
}
.app-wrap h2 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 31px;
  color: #969696;
}
.col-center .flex-a-wrap {
  margin-bottom: 20px;
}
.latest-flex .col-wrap {

}
.latest-flex .col-wrap .col {
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
.latest-flex .latest-col {
  flex-grow: 1;
}
.sociale-wrap {
  margin: 30px 0;
}
.layout-form_body_right .sociale-wrap {
  margin: 40px 0;
}
.sociale-wrap span {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 12px;
  color: #797979;
}
.sociale-wrap ul {
  display: flex;
  list-style: none;
}
.sociale-wrap ul li {
  margin-left: 8px;
}
.videos-grid .a-card:first-of-type .a-media:after,
.l-art .a-card:first-of-type .a-media:after {
  content: "";
  display: block;
  width: 69px;
  height: 69px;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSI2OSIgaGVpZ2h0PSI2OSIgdmlld0JveD0iMCAwIDY5IDY5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTM0LjUgMEMxNS40NTYgMCAwIDE1LjQ1NiAwIDM0LjVDMCA1My41NDQgMTUuNDU2IDY5IDM0LjUgNjlDNTMuNTQ0IDY5IDY5IDUzLjU0NCA2OSAzNC41QzY5IDE1LjQ1NiA1My41NDQgMCAzNC41IDBaTTI1Ljg3NSA1MC4wMjVWMTguOTc1TDUwLjAyNSAzNC41TDI1Ljg3NSA1MC4wMjVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4NCjwvc3ZnPg0K);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34.5px;
  margin-left: -34.5px;
}
.videos-grid .a-card:not(:first-of-type) .a-media:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTExLjA1IDExLjVMMTUuMiA4Ljg1QzE1LjUxNjcgOC42NSAxNS42NzUgOC4zNjY2NyAxNS42NzUgOEMxNS42NzUgNy42MzMzMyAxNS41MTY3IDcuMzUgMTUuMiA3LjE1TDExLjA1IDQuNUMxMC43MTY3IDQuMjY2NjcgMTAuMzc1IDQuMjUgMTAuMDI1IDQuNDVDOS42NzUgNC42NSA5LjUgNC45NDE2NyA5LjUgNS4zMjVWMTAuNjc1QzkuNSAxMS4wNTgzIDkuNjc1IDExLjM1IDEwLjAyNSAxMS41NUMxMC4zNzUgMTEuNzUgMTAuNzE2NyAxMS43MzMzIDExLjA1IDExLjVaTTYgMTZDNS40NSAxNiA0Ljk3OTMzIDE1LjgwNDMgNC41ODggMTUuNDEzQzQuMTk2IDE1LjAyMSA0IDE0LjU1IDQgMTRWMkM0IDEuNDUgNC4xOTYgMC45NzkgNC41ODggMC41ODdDNC45NzkzMyAwLjE5NTY2NyA1LjQ1IDAgNiAwSDE4QzE4LjU1IDAgMTkuMDIxIDAuMTk1NjY3IDE5LjQxMyAwLjU4N0MxOS44MDQzIDAuOTc5IDIwIDEuNDUgMjAgMlYxNEMyMCAxNC41NSAxOS44MDQzIDE1LjAyMSAxOS40MTMgMTUuNDEzQzE5LjAyMSAxNS44MDQzIDE4LjU1IDE2IDE4IDE2SDZaTTIgMjBDMS40NSAyMCAwLjk3OTMzMyAxOS44MDQzIDAuNTg4IDE5LjQxM0MwLjE5NiAxOS4wMjEgMCAxOC41NSAwIDE4VjVDMCA0LjcxNjY3IDAuMDk2MDAwMSA0LjQ3OSAwLjI4OCA0LjI4N0MwLjQ3OTMzMyA0LjA5NTY3IDAuNzE2NjY3IDQgMSA0QzEuMjgzMzMgNCAxLjUyMSA0LjA5NTY3IDEuNzEzIDQuMjg3QzEuOTA0MzMgNC40NzkgMiA0LjcxNjY3IDIgNVYxOEgxNUMxNS4yODMzIDE4IDE1LjUyMDcgMTguMDk2IDE1LjcxMiAxOC4yODhDMTUuOTA0IDE4LjQ3OTMgMTYgMTguNzE2NyAxNiAxOUMxNiAxOS4yODMzIDE1LjkwNCAxOS41MjA3IDE1LjcxMiAxOS43MTJDMTUuNTIwNyAxOS45MDQgMTUuMjgzMyAyMCAxNSAyMEgyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K);
  background-size: cover;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.col .inset {
  margin-bottom: 20px;
}
.layout-form_body_right .inset {
  margin-bottom: 20px;
}
.ngec {
  position: sticky;
  top: 20px;
  z-index: 999;
  background: #fff;
}
.layout-form_article-body > *:not(:first-child) {
  max-width: 728px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.framiim iframe,
.kodiim iframe {
  max-width: 100%;
}
.instaEmbed iframe {
  max-width: 100%;
}
.layout-form_article-body > video,
.layout-form_article-body > p > video {
  width: 100%;
  min-height: 500px;
}
.article_socialize {
  display: flex;
  list-style: none;
}
.article_socialize li {
  margin-left: 10px;
}
.equal-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.equal-2-col .a-card .a-media {
  width: 100%;
  padding-bottom: 56.34%;
}
.equal-2-col .a-card .a-card_content {
  padding-top: 10px;
}
.equal-2-col .a-card .a-head {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.layout-form_body_left .section-title {
  padding: 0;
}
@media (min-width: 660px) {
  .insetDouble {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .insetDouble .inset {
    margin: 0;
  }
}
@media (max-width: 1330px) {
  .mobile-header {
    display: block;
    background-color: rgb(0 57 120 / 0%);
    padding: 14px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
  }
  .nav-bar-top {
    background: #002e60;
    padding: 14px 0;
  }
  .mobile-header .nav-bar_logo img {
    width: 145px;
  }
  .nav-bar-top .nav-bar_logo {
    display: none;
  }
  .nav-bar-navigation .d-flex {
    text-align: center;
    flex-wrap: wrap;
  }
  .nav-bar-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #003978;
    bottom: 0;
    padding-top: 60px;
    z-index: 99999;
  }
  .open-nav {
    display: block;
  }
  .nav-main-links {
    display: block;
  }
  #closeBtn {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4NCiAgPHBhdGggaWQ9Ikljb25fbWF0ZXJpYWwtY2xvc2UiIGRhdGEtbmFtZT0iSWNvbiBtYXRlcmlhbC1jbG9zZSIgZD0iTTI4LjUsOS42MTUsMjYuMzg1LDcuNSwxOCwxNS44ODUsOS42MTUsNy41LDcuNSw5LjYxNSwxNS44ODUsMTgsNy41LDI2LjM4NSw5LjYxNSwyOC41LDE4LDIwLjExNSwyNi4zODUsMjguNSwyOC41LDI2LjM4NSwyMC4xMTUsMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IC03LjUpIi8+DQo8L3N2Zz4NCg==);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 15px;
  }
  .navigation {
    order: 2;
    width: 100%;
  }
  .nav-main-links li {
    margin-right: 0px;
  }
  .nav-bar_search-wrapper {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }
  .search-bar {
    width: 100%;
    height: 42px;
    background: #fff;
  }
  .search-bar form {
    height: 48px;
  }
  .nav-bar-app p {
    display: none;
  }
  .nav-bar-top .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .grid {
    grid-template-columns: 7rem auto 7rem;
  }
}
@media (max-width: 1139px) {
  .latest-wrap .a-wrap .a-card {
    display: block;
  }
  .latest-wrap .a-wrap .a-card .a-card_image {
    width: 100%;
  }
  .latest-wrap .a-wrap .a-card .a-card_content {
    padding-left: 0;
    padding-top: 15px;
  }
  .latest-wrap .a-wrap {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .latest-wrap .a-wrap .a-card .a-head {
    font-family: "Source Sans 3";
    font-weight: 700;
    font-size: 21px;
    line-height: 1.238;
  }
  .f-main-links {
    display: none;
  }
  .latest-flex .col-wrap .col {
    margin-left: 30px;
  }
}
@media (max-width: 970px) {
  .wide-left-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wide-left-grid .col-left {
    grid-column: span 2;
    padding-bottom: 30px;
  }
  .one-four-grid,
  .four-one-grid {
    grid-template-columns: 1fr 1fr;
  }
  .one-four-grid article:first-of-type,
  .four-one-grid article:last-of-type {
    grid-column: span 2;
    grid-row: 1;
  }

  .sports-grid {
    display: block;
  }
  .sports-grid article {
    height: 0;
    padding-bottom: 84.54%;
    position: relative;
    margin-bottom: 15px;
  }
  .sport-section .a-card .a-media {
    position: absolute;
    top: 0;
  }
  .sport-section:not(.ekonomi-section) .equal-4-2-grid article:nth-last-child(-n + 3) {
    display: none;
  }
  .equal-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos-section > .container {
    padding-right: 0;
  }
  .videos-flex {
    flex-wrap: wrap;
  }
  .b-wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .two-col-grid article {
    width: 100%;
  }
  .videos-section .one-four-grid article:first-of-type {
    display: none;
  }
  .videos-grid,
  .two-col-grid {
    display: flex;
    overflow-x: scroll;
    gap: 25px;
    padding-right: 20px;
  }
  .videos-grid article,
  .two-col-grid article {
    width: 280px;
    flex-shrink: 0;
  }
  .l-art {
    display: block;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .l-art .a-card:first-of-type .a-media:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSI2OSIgaGVpZ2h0PSI2OSIgdmlld0JveD0iMCAwIDY5IDY5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTM0LjUgMEMxNS40NTYgMCAwIDE1LjQ1NiAwIDM0LjVDMCA1My41NDQgMTUuNDU2IDY5IDM0LjUgNjlDNTMuNTQ0IDY5IDY5IDUzLjU0NCA2OSAzNC41QzY5IDE1LjQ1NiA1My41NDQgMCAzNC41IDBaTTI1Ljg3NSA1MC4wMjVWMTguOTc1TDUwLjAyNSAzNC41TDI1Ljg3NSA1MC4wMjVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4NCjwvc3ZnPg0K);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
  }
  .layout-form_body {
    flex-wrap: wrap;
  }
  .layout-form_body_left {
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .layout-form_body_left .latest-col {
    max-width: 100%;
  }
  .layout-form_article-body > *:not(:first-child) {
    max-width: 100%;
  }
  .grid-item .d-flex {
    flex-wrap: wrap;
  }
  .grid-item .d-flex .a-card {
    width: 100%;
  }
  .grid-item .d-flex .a-card:first-of-type {
    margin-bottom: 30px;
  }
  .blog-section .equal-4-grid:not(.bonded) {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
  }
  .blog-section .equal-4-grid:not(.bonded) article {
    width: 280px;
    flex-shrink: 0;
  }
  .politike {
    margin-bottom: 50px;
  }
  .article_header {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-section .col-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-bottom: 20px !important;
  }
  .article_header_title {
    margin-bottom: 20px;
  }
  .article_header_title h1 {
    font-size: 33px;
  }
  .layout {
    padding-top: 30px;
  }
  .layout-form_article-body {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-form_article-body > *:first-child:has(img) {
    width: 100%;
    margin-left: 0;
  }
  .layout-form_body_right {
    width: 100%;
    border-top: 1px solid #003978;
    padding-top: 20px;
  }
  .sports-grid .a-card .a-card_content {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 18.88%,
      #000000 62.17%
    ) !important;
  }
  .sports-grid .a-card .a-head {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.35 !important;
  }
  .flash-section {
    border-top: 1px solid rgba(0, 57, 120, 0.13);
  }
  header.header {
    border-bottom: none;
  }
  .main-slider {
    margin-bottom: 15px;
  }
  .slider-section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .main-slider .a-card .a-media,
  .latest-wrap .a-wrap:nth-of-type(3) .a-card .a-media,
  .latest-wrap .a-wrap:nth-of-type(7) .a-card .a-media {
    border-radius: 0;
  }
  .latest-flex {
    flex-wrap: wrap;
  }
  .latest-flex .col-wrap {
    position: static;
    margin: auto;
    justify-content: space-between;
  }
  .latest-flex .col-wrap .col {
    margin-left: 0;
    width: calc(50% - 15px);
    min-width: 300px;
  }
  .latest-section .col-right {
    padding-top: 20px;
  }
  .article_header .d-flex {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 780px) {
  section .grid > div,
  section .grid > article {
    grid-column: 1 / -1;
  }

  .wide-left-grid {
    display: block;
  }
  .wide-left-grid .col-left {
    max-width: none;
  }
  .main-slider .a-card .a-card_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wide-left-grid .col-center {
    padding: 5px;
    margin-bottom: 40px;
  }
  .latest-wrap .a-wrap:nth-of-type(3) .a-card,
  .latest-wrap .a-wrap:nth-of-type(7) .a-card {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .latest-wrap .a-wrap:nth-of-type(3) .a-card .a-card_content,
  .latest-wrap .a-wrap:nth-of-type(7) .a-card .a-card_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.d-flex {
    flex-wrap: wrap;
  }
  .f-social {
    width: 100%;
    margin-top: 40px;
  }
  .nl-form {
    width: 100%;
  }
  .f-app-links {
    margin-right: 0;
  }
  .nl-form input {
    width: 100%;
  }
  .f-links {
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 0;
  }
  .f-logo img {
    width: 80px;
  }
  .sport-section .equal-4-2-grid {
    gap: 20px 0px;
  }
  .sport-section .container {
    padding: 0;
  }
  .sport-section .section-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sport-section .a-card,
  .sport-section .a-card .a-media {
    border-radius: 0;
  }
  .videos-section {
    padding: 40px 0 20px;
    margin-bottom: 40px;
  }
  .two-col-grid article {
    margin-bottom: 0;
  }
  .videos-flex .a-card:not(:first-of-type) .a-card_content,
  .videos-grid article .a-card_content {
    padding-bottom: 20px;
  }
  .blog-section > .container {
    padding-right: 0;
  }
  .blog-section .section-title {
    padding-right: 20px;
  }
  .blog-section .grid:not(.bonded) article .a-card_content {
    padding-bottom: 30px;
  }
  .latest-flex .col-wrap {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .latest-flex .col-wrap .col {
    width: 100%;
  }
  .bonded {
    padding-right: 0px;
  }
  .sports-grid .a-card:not(:first-of-type) .a-media {
    height: 100%;
  }
}
@media (max-width: 550px) {
  .v-link img {
    margin-right: 10px;
    width: 15px;
  }
  .v-link span {
    font-size: 3.5vw;
  }
  .app-link img {
    width: 15px;
  }
  .mobile-header .nav-bar_logo img {
    width: 145px;
  }
  .mobile-header {
    border-bottom: solid 1px #00339829;
    padding: 15px 0;
  }
  .main-slider .a-card:before {
    font-size: 7px;
    padding: 7px 12px;
  }
  .inset {
    max-width: 300px;
  }
  .latest-section {
    padding-bottom: 60px;
  }
  .blog-section .equal-4-grid {
    margin-bottom: 0;
  }
  .blog-section {
    margin-bottom: 40px;
  }
  .main-slider .swiper-pagination {
    margin-top: calc(56.31% - 55px);
    left: 20px !important;
  }
  .main-slider .a-card .a-card_image:before {
    top: 20px;
    left: 20px;
  }
  .nav-bar-top {
    display: none;
  }
  .mobile-header .nav-bar-right {
    flex-shrink: 0;
    align-items: center;
  }
  .mobile-header .nav-bar-middle {
    align-items: flex-end;
  }
  .mobile-header .nav-bar-middle a {
    display: flex;
    align-items: center;
  }
  .mobile-header .app-link {
    background-color: #ffc000;
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 12px;
    color: #003978;
    padding: 9px 15px;
  }
  .main-slider .a-card .a-ex {
    display: none !important;
  }
  .main-slider .a-card .a-head {
    font-size: 22px;
  }
  .main-slider .a-card .a-meta {
    order: 2;
  }
  .latest-wrap .a-card .a-ex {
    display: none !important;
  }
  main {
    display: flex;
    flex-direction: column;
  }
  main > section:nth-of-type(1) {
    order: 1;
  }
  main > section:nth-of-type(2) {
    order: 2;
  }
  main > section:nth-of-type(3) {
    order: 3;
  }
  main > section:nth-of-type(4) {
    order: 5;
    margin-bottom: 50px;
  }
  main > section:nth-of-type(5) {
    order: 4;
    margin-bottom: 0px;
  }
  main > section:nth-of-type(6) {
    order: 6;
  }
  main > section:nth-of-type(7) {
    order: 7;
  }
  main > section:nth-of-type(8) {
    order: 8;
  }
  main > section:nth-of-type(9) {
    order: 9;
  }
  .sociale-wrap {
    display: none;
  }
  .latest-col .col-right .col-title.lowercase {
    padding-bottom: 0 !important;
    border-top: 3px solid #003978;
    border-bottom: none !important;
    padding-top: 13px;
  }
  .latest-col .col-title h2 {
  }
  .main-slider .swiper-button-prev {
    right: 45px;
    margin-top: calc(56.31% - 37px);
    width: 13px !important;
    height: 22px !important;
  }
  .main-slider .swiper-button-next {
    right: 20px;
    margin-top: calc(56.31% - 37px);
    width: 13px !important;
    height: 22px !important;
  }
  .gallerySwiper .swiper-button-next,
  .gallerySwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  .gallerySwiper .swiper-button-next:after,
  .gallerySwiper .swiper-button-prev:after {
    font-size: 0.875rem;
  }
  .related-list .a-card_content,
  .suggested-list .a-card_content {
    margin-left: 12px;
    padding-right: 0;
  }
  .related-list .a-card .a-head,
  .suggested-list .a-card .a-head {
    font-size: 1.125rem;
  }
  #search-open-btn {
    width: 100%;
    height: 46px;
  }
  .layout-form_body_left {
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .highlight-title h2:before {
    height: 1.64rem;
  }
  .col-title.lowercase h2 {
    font-size: 1.85rem;
  }
  .videos-section .section-title h2 img {
    margin-right: 8px;
  }
  .integrimi-section {
    margin-bottom: 50px;
  }
  .nav-main-links li a {
    padding: 7px 16px;
    font-size: 1.25rem;
  }
  .flash-section > .container {
    padding-right: 0;
  }
  .gallerySwiper .swiper-button-next,
  .gallerySwiper .swiper-button-prev {
    top: calc(50% + 10px);
  }
  .wide-left-grid .col-center {
    padding: 5px;
    margin-bottom: 10px;
  }
  .layout-form_article-body > video,
  .layout-form_article-body > p > video {
    width: 100%;
    min-height: 250px;
  }
}

img,
video,
iframe {
  max-width: 100%;
}
img {
  height: auto;
}
body img {
  max-width: 100% !important;
}
@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.wex-ad-wrap,
.wex-ad-slot,
.wex-ad-inner,
.banner-ad,
.ad-slot,
.ad-slot-inner,
.ad-slot-header {
  max-width: 100% !important;
  box-sizing: border-box;
  text-align: center;
}
.wex-ad-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner-ad img {
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 1024px) {
  .wex-ad-wrap:has([data-wex-ad^="hp-mob"]),
  .wex-ad-wrap:has([data-wex-ad^="art-mob"]),
  .wex-ad-wrap:has([data-wex-ad="mob-masthead"]),
  .wex-ad-wrap:has([data-wex-ad="mob-sticky"]) {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .wex-ad-wrap:has([data-wex-ad^="hp-dsk"]),
  .wex-ad-wrap:has([data-wex-ad^="art-dsk"]),
  .wex-ad-wrap:has([data-wex-ad="dsk-masthead"]),
  .wex-ad-wrap:has([data-wex-ad="dsk-sticky"]) {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .wex-wing-left,
  .wex-wing-right {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-main .col-md-8,
  .news-main .col-md-4,
  .col-md-9.post-main,
  .col-md-3.sidebar,
  .col-md-3.sidebar.mt-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .col-md-3.sidebar,
  .col-md-3.sidebar.mt-2 {
    border-left: 0 !important;
    margin-top: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-news img,
  .news-main .col-md-8 .news-item img,
  .news-item img,
  .col-md-3.post-small img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .debates-mini-blogs,
  .Opinion-b .d-grid,
  .small-blog-posts,
  .cat-post {
    grid-template-columns: 1fr 1fr !important;
  }
  .trending-label {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .news-main .col-md-8,
  .news-main .col-md-4,
  .col-md-9.post-main,
  .col-md-3.post-small,
  .col-md-3.sidebar,
  .col-md-3.sidebar.mt-2,
  .col-md-4,
  .col-md-6,
  .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-news img,
  .news-main .col-md-8 .news-item img,
  .news-item img,
  .col-md-3.post-small img,
  .debates.category-posts img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .entry-title.module-title.mb-0 a,
  .news-item .content h3,
  h3.news-title-three {
    font-size: 21px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.4px !important;
  }
  .main-news .entry-title {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }
  .debates-mini-blogs,
  .Opinion-b .d-grid,
  .small-blog-posts,
  .cat-post {
    grid-template-columns: 1fr !important;
  }
  .alert-banner {
    min-width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
  }
  .alert-banner.head_line,
  .alert-banner.head_line.red a {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }
  .trending-label {
    padding-left: 0 !important;
  }
  .trending-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .footer-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 430px) {
  .entry-title.module-title.mb-0 a,
  .news-item .content h3,
  h3.news-title-three {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }
  .main-news .entry-title {
    font-size: 22px !important;
  }
  .shorts-card {
    width: 72vw !important;
  }
  .wex-ad-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.eunews-single-page {
  background: #fff;
  padding: 18px 0 58px;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: #20242b;
}
.eunews-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 38px;
  align-items: start;
}
.eunews-single-main {
  min-width: 0;
}
.eunews-single-header {
  margin-bottom: 24px;
}
.eunews-single-title {
  margin: 0 0 22px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: clamp(34px, 3.15vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: rgb(0 51 152);
}
.single-title-drop {
  float: left;
  width: 96px;
  height: 96px;
  margin: 2px 18px 4px 0;
  border: 1.5px solid #ffd900;
  border-radius: 0 16px 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 118px;
  line-height: 0.7;
  color: rgb(0 51 152);
  font-weight: 400;
  letter-spacing: -5px;
}
.eunews-single-meta-row {
  display: grid;
  grid-template-columns: minmax(190px, 330px) 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 10px 0 10px;
}
.eunews-single-category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid #1d2025;
  border-radius: 5px;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  color: #22252a;
  text-decoration: none;
}
.eunews-single-date {
  text-align: center;
  font-size: 15px;
  color: #1f2227;
  font-weight: 500;
}
.eunews-single-share {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 34px;
}
.eunews-single-share a {
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.eunews-single-featured {
  margin: 0;
  width: 100%;
  background: #f3f3f3;
}
.eunews-single-featured img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 660px;
  object-fit: cover;
}
.eunews-single-content {
  max-width: 930px;
  margin-top: 30px;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #262a30;
}
.eunews-single-content p {
  margin: 0 0 28px;
}
.eunews-single-content > p:first-of-type::first-letter {
  float: left;
  width: 66px;
  height: 66px;
  margin: 8px 16px 2px 0;
  border: 1.5px solid #ffda03;
  border-radius: 0 15px 0 15px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 80px;
  line-height: 0.72;
  color: #003398;
  padding: 15px 15px 15px;
}
.eunews-single-content h2,
.eunews-single-content h3,
.eunews-single-content h4 {
  margin: 32px 0 16px;
  font-weight: 850;
  line-height: 1.15;
  color: #20242b;
}
.eunews-single-content img {
  max-width: 100%;
  height: auto;
}
.eunews-post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 58px auto 55px;
  max-width: 1040px;
}
.eunews-post-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 8px;
  background: #ffd900;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}
.eunews-post-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 28px;
  border-radius: 8px;
  border: 1.5px solid #ffd900;
  color: #25282d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  background: #fff;
}
.sidebar-title-red,
.related-title-red {
  margin: 0 0 0px;
  padding-bottom: 6px;
  border-bottom: 3px solid #ffd900;
  font-size: 18px;
  line-height: 1;
  font-weight: 850;
  color: #111;
}
.eunews-most-read-list {
  display: flex;
  flex-direction: column;
}
.eunews-most-read-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 14px 0 18px;
  border-bottom: 1.5px solid #ffd900;
}
.most-read-image {
  display: block;
  width: 110px;
  height: 74px;
  overflow: hidden;
}
.most-read-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.most-read-title {
  color: #111;
  text-decoration: none;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.eunews-related-section {
  margin-top: 28px;
}
.eunews-related-section .related-title-red {
  font-size: 32px;
  margin-bottom: 12px;
}
.eunews-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.eunews-related-card .related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
}
.eunews-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eunews-related-card h3 {
  margin: 13px 0 0;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: -0.45px;
}
.eunews-related-card h3 a {
  color: #111;
  text-decoration: none;
}
.eunews-page-links {
  margin: 24px 0;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .eunews-single-layout {
    grid-template-columns: 1fr;
  }
  .eunews-single-sidebar {
    max-width: 100%;
  }
  .eunews-most-read-item {
    grid-template-columns: 140px 1fr;
  }
  .most-read-image {
    width: 140px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .eunews-single-page {
    padding-top: 10px;
  }
  .eunews-single-title {
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.6px;
  }
  .single-title-drop {
    width: 66px;
    height: 66px;
    font-size: 82px;
    margin-right: 12px;
  }
  .eunews-single-meta-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .eunews-single-category,
  .eunews-single-date {
    width: 100%;
  }
  .eunews-single-share {
    justify-content: center;
    font-size: 28px;
  }
  .eunews-single-content {
    font-size: 20px;
    line-height: 1.55;
    margin-top: 22px;
  }
  .eunews-single-content > p:first-of-type::first-letter {
    width: 58px;
    height: 58px;
    font-size: 74px;
    margin: 5px 12px 0 0;
    padding: 8px 9px 0;
  }
  .eunews-post-tags {
    margin: 36px 0;
    gap: 10px;
  }
  .eunews-post-tags span,
  .eunews-post-tags a {
    min-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }
  .eunews-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .eunews-related-card h3 {
    font-size: 21px;
  }
  .sidebar-title-red,
  .related-title-red {
    font-size: 26px;
  }
}

.flash-section {
  overflow: hidden;
}
.flash-news {
  overflow: hidden !important;
}
.flash-news .marquee3k {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.flash-marquee {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.flash-marquee.is-ready {
  animation: eunewsFlashTicker 42s linear infinite;
}
.flash-news:hover .flash-marquee.is-ready {
  animation-play-state: paused;
}
.flash-marquee .a-card,
.flash-marquee .flash-item {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}
.flash-marquee .a-card_content {
  display: flex !important;
  align-items: center;
  padding: 0 40px 0 0 !important;
}
.flash-marquee .a-card .a-head {
  margin: 0 !important;
  white-space: nowrap !important;
}
.flash-marquee .a-card_image,
.flash-marquee .a-meta,
.flash-marquee .a-ex {
  display: none !important;
}
@keyframes eunewsFlashTicker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 768px) {
  .flash-news {
    padding-left: 95px !important;
  }
  .flash-marquee.is-ready {
    animation-duration: 34s;
  }
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body,
  main,
  header,
  footer,
  section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .container,
  .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .flash-section,
  .flash-section > .container,
  .flash-news,
  .flash-news .marquee3k {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .flash-section > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .flash-marquee {
    max-width: none !important;
    overflow: visible !important;
  }

  .slider-section,
  .slider-section > .container,
  .slider-section .wide-left-grid,
  .slider-section .col-left,
  .main-slider,
  .main-slider .swiper,
  .main-slider .swiper-wrapper,
  .main-slider .swiper-slide,
  .main-slider .a-card,
  .main-slider .a-card_image,
  .main-slider .a-media {
    min-height: 275px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slider-section > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .slider-section .col-left {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 20px !important;
  }

  .main-slider .a-media {
    display: block !important;
    height: 0 !important;
    padding-bottom: 56.31% !important;
    border-radius: 0 !important;
  }

  .main-slider .a-media .a-media_img,
  .main-slider .a-card_image img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .main-slider .a-card_content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .main-slider .swiper-pagination {
    left: 12px !important;
  }

  .politike,
  .planet-section,
  .sport-section,
  .blog-section,
  .integrimi-section,
  .politike > .container,
  .planet-section > .container,
  .sport-section > .container,
  .blog-section > .container,
  .integrimi-section > .container,
  .grid,
  .a-card,
  .a-card_image,
  .a-media {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .a-card .a-media .a-media_img,
  .a-card img {
    max-width: none !important;
  }

  .politike > .container,
  .planet-section > .container,
  .sport-section > .container,
  .blog-section > .container,
  .integrimi-section > .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: hidden !important;
  }

  .blog-section .equal-4-grid:not(.bonded) {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-width: 100% !important;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .blog-section .equal-4-grid:not(.bonded) article {
    max-width: 280px !important;
  }
}

.site-footer {
  position: relative;
  isolation: isolate;
  margin-top: 55px;
  overflow: hidden;
  color: #fff;
  background: #212121 url("../images/footer-background.jpg") center center /
    cover no-repeat;
  font-family: "Source Sans 3", sans-serif;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(27, 27, 27, 0.96) 0%,
    rgba(31, 31, 31, 0.94) 48%,
    rgba(28, 28, 28, 0.88) 100%
  );
}
.site-footer__inner {
  position: relative;
  z-index: 1;
}
.site-footer__top {
  min-height: 258px;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 80px;
  padding: 32px 0 28px;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-footer__logo {
  display: inline-flex;
  max-width: 390px;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  max-height: 115px;
  object-fit: contain;
}
.site-footer__tagline {
  max-width: 390px;
  margin: 17px 0 0;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.site-footer__about {
  max-width: 850px;
}
.site-footer__about h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.site-footer__about p {
  margin: 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.93);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.site-footer__more,
.site-footer__contact {
  display: inline-block;
  margin-top: 16px;
  color: #ffd400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  text-decoration: none;
}
.site-footer__more {
  margin-right: 24px;
  font-weight: 700;
}
.site-footer__more:hover,
.site-footer__contact:hover {
  color: #fff;
  text-decoration: none;
}
.site-footer__contact {
  color: rgba(255, 255, 255, 0.92);
}
.site-footer__contact strong {
  color: #fff;
  font-weight: 600;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
.site-footer__credit {
  color: rgba(255, 255, 255, 0.78);
}

.flash-section {
  border-bottom: 0 !important;
  background: #ffd000 !important;
  padding: 12px 0 !important;
}
.flash-news {
  min-height: 42px;
  display: flex;
  align-items: center;
}
.flash-news .fn-title {
  padding: 7px 12px 7px 18px;
  background: #fff;
  box-shadow: 14px 0 18px rgba(255, 208, 0, 0.9);
}
.flash-news .fn-title:before {
  left: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff2020;
  box-shadow: 0 0 0 0 rgba(255, 32, 32, 0.7);
  animation: eunews-alert-pulse 1.25s infinite;
}
.flash-news .fn-title span {
  margin-left: 10px;
  color: #003978;
  font-size: 18px;
  line-height: 1;
}
.flash-marquee .a-card:after {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  right: 18px;
  background: rgba(255, 255, 255, 0.78);
}
.flash-marquee .a-card .a-card_content {
  padding-right: 44px;
}
.flash-marquee .a-card .a-head {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.flash-marquee .a-card .a-card_content a:hover .a-head {
  color: #003978 !important;
}
@keyframes eunews-alert-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 32, 32, 0.75);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 32, 32, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 32, 32, 0);
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 35px;
    background-position: 58% center;
  }
  .site-footer__top {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 18px 28px;
    text-align: center;
  }
  .site-footer__logo {
    max-width: 275px;
  }
  .site-footer__logo img {
    max-height: 82px;
  }
  .site-footer__tagline {
    font-size: 13px;
  }
  .site-footer__about {
    max-width: 100%;
  }
  .site-footer__about h2 {
    font-size: 20px;
  }
  .site-footer__about p {
    font-size: 14px;
  }
  .site-footer__more,
  .site-footer__contact {
    display: block;
    margin: 15px 0 0;
  }
  .site-footer__bottom {
    margin: 0 18px;
    padding: 14px 0 16px;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
  }
  .flash-section {
    padding: 10px 0 !important;
  }
  .flash-news {
    min-height: 40px;
    padding-left: 100px !important;
  }
  .flash-news .fn-title {
    padding: 7px 9px 7px 16px;
  }
  .flash-news .fn-title span {
    font-size: 16px;
  }
  .flash-marquee .a-card .a-head {
    font-size: 14px;
  }
}
.numbered-wrap .a-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.integrimi-section .a-card .a-timedate {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffda03;
}
