@charset "UTF-8";
@import url(reboot.css);
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap");
.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

::-moz-selection {
  background: #F94F04;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #F94F04;
  color: #FFF;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-wrap: pretty;
}

body {
  background-color: #EDEEF0;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #252525;
}
@media (hover: hover) {
  body.body--jo .news-item:hover .news-item__title {
    color: #00afaf;
  }
}
body.body--jo .news-item__desc a {
  color: #00afaf;
}
body.body--jo .news-item__desc a:hover {
  border-color: #00afaf;
}
body.body--jo .thumb::before {
  box-shadow: inset 0 4px 0 #00afaf, inset 4px 0 0 #00afaf, inset 0 -1px 0 rgba(0, 175, 175, 0.25), inset -1px 0 0 rgba(0, 175, 175, 0.25);
}
body.body--jo .thumb::after {
  box-shadow: inset 0 -4px 0 #00afaf, inset -4px 0 0 #00afaf, inset 0 1px 0 rgba(0, 175, 175, 0.25), inset 1px 0 0 rgba(0, 175, 175, 0.25);
}
body.body--jo .news-item__label {
  background-color: #00afaf;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  background-color: #FFF;
  min-height: 100vh;
  padding-top: 54px;
}
h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

input[type=text],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=url],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid rgba(37, 37, 37, 0.25);
  padding: 12px 15px 10px;
}
@media all and (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=file],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=password] {
    padding: 17px 20px 15px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus {
  border-color: #252525;
}

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-color: #FFF;
  border: 1px solid rgba(37, 37, 37, 0.25);
  padding: 12px 15px 10px;
}
@media all and (min-width: 640px) {
  select {
    padding: 17px 20px 15px;
  }
}
select:focus {
  border-color: #252525;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
}

.btn {
  background-color: #F94F04;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
.btn span {
  flex: 1;
  text-align: center;
}
@media (hover: hover) {
  .btn:hover {
    color: #FFF;
    background-color: rgb(188.7675889328, 59.8901185771, 3.0324110672);
  }
}

.rc-wrapper {
  position: relative;
}
.rc-wrapper input {
  position: absolute;
  top: 12px;
  left: 0;
}
.rc-wrapper label {
  font-weight: 400 !important;
  padding: 5px 0 5px 22px;
  margin-bottom: 0 !important;
}

.banner {
  text-align: center;
  margin: 24px 0;
}
@media all and (min-width: 640px) {
  .banner {
    margin: 48px 0;
  }
}
.banner--leaderboard-articol {
  background-color: #F2F3F5;
  max-width: 1212px;
  margin: 0 auto;
}
@media all and (min-width: 640px) {
  .banner--leaderboard-articol {
    padding: 30px;
  }
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe {
  transition: none !important;
}

strong,
b {
  font-weight: 600;
}

.controller {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 640px) {
  .controller {
    max-width: calc(100% - 120px);
  }
}
@media all and (min-width: 900px) {
  .controller {
    max-width: calc(100% - 120px);
  }
}
@media all and (min-width: 1190px) {
  .controller {
    max-width: 1212px;
  }
}

.fader {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
}
.fader--active {
  opacity: 1;
  pointer-events: auto;
}

.thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  background-color: #000;
}
.thumb::before, .thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 5;
}
.thumb::before {
  top: 0;
  left: 0;
  box-shadow: inset 0 4px 0 #F94F04, inset 4px 0 0 #F94F04, inset 0 -1px 0 rgba(249, 79, 4, 0.25), inset -1px 0 0 rgba(249, 79, 4, 0.25);
}
.thumb::after {
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -4px 0 #F94F04, inset -4px 0 0 #F94F04, inset 0 1px 0 rgba(249, 79, 4, 0.25), inset 1px 0 0 rgba(249, 79, 4, 0.25);
}
.thumb img,
.thumb iframe {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.thumb--autor {
  width: 110px;
  padding-bottom: 110px;
  border-radius: 50%;
}
.thumb--autor img {
  border-radius: 50%;
}

.thumb--main-foto-articol {
  margin-bottom: 24px;
  width: 100vw;
  padding-bottom: 66.66vw;
  margin-left: -18px;
}
@media all and (min-width: 640px) {
  .thumb--main-foto-articol {
    width: 100%;
    padding-bottom: 66.66%;
    margin-left: 0;
  }
}
.thumb--main-foto-articol .galerie-slide__prev-next {
  display: flex;
  justify-content: space-between;
  position: absolute;
  border: none;
  pointer-events: none;
  padding: 0 2px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  bottom: auto;
}
.thumb--main-foto-articol .galerie-slide__button {
  flex: none;
  width: 50px;
  height: 54px;
  background-color: rgba(242, 243, 245, 0.75);
  border: 2px solid #252525;
  pointer-events: auto;
}
@media all and (min-width: 640px) {
  .thumb--main-foto-articol .galerie-slide__button {
    width: 60px;
    height: 60px;
  }
}
.thumb--main-foto-articol .galerie-slide__button--prev {
  background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
  border-left: none;
}
.thumb--main-foto-articol .galerie-slide__button--next {
  background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
  border-right: none;
}

.thumb__more {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background-color: #F94F04;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-image: url(../images/icon-camera-26px-white.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 12px 15px 12px 46px;
  box-shadow: 0 0 0 1px transparent;
  z-index: 11;
  gap: 6px;
}
.thumb__more span {
  display: none;
}
@media all and (min-width: 640px) {
  .thumb__more span {
    display: inline;
  }
}
@media (hover: hover) {
  .thumb__more:hover {
    background-color: rgb(249, 58.5833333333, 4);
    box-shadow: 0 0 0 1px #000;
    color: #FFF;
  }
}

.thumb__info {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 15;
}
@media (hover: hover) {
  .thumb__info:hover .thumb__info__trigger {
    background-color: rgba(0, 0, 0, 0.85);
  }
}

.thumb__info__trigger {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumb__info__trigger img {
  position: static;
  width: 26px;
  height: auto;
}

.thumb__info__caption {
  position: absolute;
  display: block;
  color: #FFF;
  width: calc(100vw - 42px);
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 100%;
  right: 24px;
  font-size: 14px;
  padding: 12px 18px;
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .thumb__info__caption {
    width: 400px;
  }
}
.thumb__info__caption::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
}
.thumb__info__caption a {
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .thumb__info__caption a:hover {
    border-bottom: 1px solid #FFF;
  }
}
.thumb__info__caption--active {
  opacity: 1;
  pointer-events: auto;
}

.header {
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
}
.header .controller {
  background-color: #252525;
  border: 2px solid #000;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 640px) {
  .header .controller {
    max-width: 100%;
  }
}
@media all and (min-width: 1190px) {
  .header .controller {
    max-width: 1212px;
  }
}
.header + .iamvideo {
  margin-top: -2px;
}
@media all and (min-width: 640px) {
  .header + .iamvideo {
    margin-top: 42px;
  }
}
@media all and (min-width: 1190px) {
  .header + .iamvideo {
    margin-top: 0;
  }
}

.logo {
  position: relative;
  overflow: hidden;
  display: block;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
@media all and (min-width: 1190px) {
  .logo {
    border-left: none;
  }
}
.logo h1 {
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
}
.logo img {
  height: 50px;
  width: auto;
}
.header__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .header__btn {
    flex: none;
    width: 60px;
  }
}
@media all and (min-width: 1190px) {
  .header__btn {
    width: 66px;
    order: 3;
    box-shadow: -2px 0 0 transparent, 2px 0 0 transparent;
  }
}
@media all and (min-width: 1190px) {
  .header__btn:last-child {
    order: 2;
  }
}
@media (hover: hover) {
  .header__btn:hover {
    background-color: #F94F04;
    box-shadow: -2px 0 0 #000, 2px 0 0 #000;
  }
}

.header__btn--desktop {
  display: none;
}
@media all and (min-width: 1190px) {
  .header__btn--desktop {
    display: flex;
    order: 1;
  }
}

@media all and (min-width: 1190px) {
  .header__btn--mobile {
    display: none;
  }
}

.main-menu {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 52px 0 0 calc((100vw - 246px) / 2);
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .main-menu {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 52px 33vw 0 60px;
  }
}
@media all and (min-width: 900px) {
  .main-menu {
    padding-right: 33vw;
  }
}
@media all and (min-width: 1190px) {
  .main-menu {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    background-color: transparent;
    padding-right: 0;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    overflow: visible;
  }
}
.main-menu .close {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100vw - 246px) / 2 + 2px);
  z-index: 10;
  height: 54px;
  border: 2px solid #252525;
  background-color: #FFF;
}
@media all and (min-width: 640px) {
  .main-menu .close {
    width: 62px;
  }
}
@media all and (min-width: 1190px) {
  .main-menu .close {
    display: none;
  }
}
.main-menu .fader {
  z-index: 0;
  background-color: transparent;
}
@media all and (min-width: 1190px) {
  .main-menu .fader {
    display: none;
  }
}
.main-menu--active {
  opacity: 1;
  pointer-events: auto;
}
.main-menu--active .fader {
  pointer-events: auto;
}
.main-menu--active .main-menu__item {
  transform: none;
}

.main-menu__item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  position: relative;
  box-shadow: -2px 0 0 transparent, 2px 0 0 transparent;
  line-height: 1.2;
  transform: translateY(30px);
}
@media all and (min-width: 1190px) {
  .main-menu__item {
    align-items: center;
    justify-content: center;
    transform: none;
  }
}
@media (hover: hover) {
  .main-menu__item:hover {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: -2px 0 0 #000, 2px 0 0 #000;
  }
  .main-menu__item:hover .main-menu__sub {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-menu__item + .main-menu__item {
  margin-top: -2px;
}
.main-menu__item + .main-menu__item--account {
  margin-top: 24px;
}
@media all and (min-width: 1190px) {
  .main-menu__item + .main-menu__item {
    margin-top: 0;
  }
}
@media all and (min-width: 1190px) {
  .main-menu__item--account {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 36px;
    background-color: #FFF;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    width: 316px;
    border: 2px solid #252525;
  }
}
.main-menu__item--account .main-menu__link {
  background-color: #252525;
}
@media all and (min-width: 1190px) {
  .main-menu__item--account .main-menu__link {
    height: auto;
    padding: 12px 0 10px;
    pointer-events: none;
    z-index: 10;
    position: relative;
    background-color: transparent;
    font-size: 28px;
    justify-content: flex-start;
    color: #252525;
    text-transform: none;
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1190px) {
  .main-menu__item--account .main-menu__sub {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
}
.main-menu__item--account .close {
  display: none;
}
@media all and (min-width: 1190px) {
  .main-menu__item--account .close {
    display: block;
    left: auto;
    top: 6px;
    right: 2px;
    border: none;
    height: 52px;
    width: 52px;
  }
}
.main-menu__item--account .fader {
  display: none;
}
@media all and (min-width: 1190px) {
  .main-menu__item--account .fader {
    display: block;
    right: 316px;
  }
}
@media (hover: hover) {
  .main-menu__item--account:hover {
    background-color: #FFF;
    box-shadow: none;
  }
}
.main-menu__item--account--active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
@media all and (min-width: 1190px) {
  .main-menu__item--account--active .fader {
    pointer-events: auto;
    opacity: 1;
  }
}

.main-menu__link {
  display: flex;
  align-items: center;
  padding: 1px 21px 0;
  height: 52px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F94F04;
  border: 2px solid #252525;
}
@media all and (min-width: 1190px) {
  .main-menu__link {
    height: 100%;
    background-color: transparent;
    justify-content: center;
    border: none;
  }
}
@media (hover: hover) {
  .main-menu__link:hover {
    background-color: #F94F04;
  }
}
.main-menu__link + .main-menu__sub {
  margin-top: -2px;
}
@media all and (min-width: 1190px) {
  .main-menu__link + .main-menu__sub {
    margin-top: 0;
  }
}

.main-menu__sub {
  display: flex;
  flex-direction: column;
  background-color: #252525;
  border: 2px solid #000;
  padding: 9px 0;
  background-color: #FFF;
}
@media all and (min-width: 640px) {
  .main-menu__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 900px) {
  .main-menu__sub {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1190px) {
  .main-menu__sub {
    display: flex;
    width: 240px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -2px;
  }
}
@media all and (min-width: 1190px) {
  .main-menu__sub--2cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 360px;
  }
}

.main-menu__sublink {
  padding: 9px 19px;
  font-weight: 600;
  color: #252525;
}
@media (hover: hover) {
  .main-menu__sublink:hover {
    background-color: #F94F04;
    color: #FFF;
  }
}

.link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .news-item:hover .thumb::before, .news-item:hover .thumb::after {
    width: 100%;
    height: 100%;
  }
  .news-item:hover .news-item__title {
    color: #F94F04;
  }
}

@media all and (min-width: 1190px) {
  .news-item--orizontal {
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 1190px) {
  .news-item--orizontal .thumb {
    width: 227px;
    padding-bottom: 151px;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1190px) {
  .news-item--orizontal .news-item__info {
    margin-top: 0;
    padding-right: 12px;
  }
}

.news-item__label {
  position: absolute;
  left: 2px;
  bottom: 2px;
  background-color: #F94F04;
  display: flex;
  padding: 0 10px 0 8px;
  height: 30px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
.news-item__label img {
  width: 18px;
  height: auto;
  position: static;
  margin-right: 6px;
}
.news-item__label span {
  margin-top: 1px;
}

.news-item__info {
  margin-top: 18px;
}

.news-item__title {
  font-weight: 600;
  line-height: 1.3;
  text-wrap: balance;
}

.news-item__desc {
  font-size: 14px;
  margin-top: 6px;
  text-wrap: balance;
}
.news-item__desc a {
  position: relative;
  z-index: 12;
  color: #F94F04;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .news-item__desc a:hover {
    border-color: #F94F04;
  }
}

.related {
  width: 100vw;
  background-color: #F2F3F5;
  padding: 24px 18px;
  box-shadow: 0 0 0 1px rgba(37, 37, 37, 0.1);
  display: flex;
  flex-direction: column;
  margin: 24px 0 24px -18px;
  gap: 24px;
}
@media all and (min-width: 640px) {
  .related {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
    box-shadow: inset 0 0 0 1px rgba(37, 37, 37, 0.1);
  }
}
.related .news-item {
  flex-direction: row;
  align-items: center;
}
.related .news-item .thumb {
  width: 80px;
  height: 80px;
  padding-bottom: 0;
}
@media all and (min-width: 640px) {
  .related .news-item .thumb {
    width: 120px;
  }
}
.related .news-item__info {
  flex: 1;
  margin: 0 6px 0 18px;
}
@media all and (min-width: 900px) {
  .related .news-item__info {
    margin: 0 24px;
  }
}
.related .news-item__title {
  font-size: 16px;
}
@media all and (min-width: 900px) {
  .related .news-item__title {
    font-size: 18px;
  }
}
.related .label {
  font-size: 11px;
  padding: 2px 4px;
}
@media all and (min-width: 900px) {
  .related .label {
    font-size: 12px;
    padding: 2px 5px;
  }
}

.related__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: -6px 0 -12px;
}

.articol {
  margin-top: 24px;
}
@media all and (min-width: 640px) {
  .articol {
    margin-top: 42px;
  }
}
@media all and (max-width: 639px) {
  .articol .controller {
    padding: 0 18px;
  }
}
@media all and (min-width: 1190px) {
  .articol .controller {
    padding-right: 360px;
  }
}
.articol h1 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 21px;
  font-weight: 600;
  letter-spacing: -0.25px;
  text-wrap: balance;
}
@media all and (min-width: 640px) {
  .articol h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
  }
}
.articol h2 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 18px;
  margin-top: 30px;
  text-wrap: balance;
}
@media all and (min-width: 640px) {
  .articol h2 {
    font-size: 28px;
    margin-top: 36px;
  }
}
.articol p {
  margin-bottom: 18px;
}
.articol p u {
  text-decoration: none;
}
.articol p a {
  color: #F94F04;
  border-bottom: 1px dashed #F94F04;
}
@media (hover: hover) {
  .articol p a:hover {
    border-bottom: 1px solid #F94F04;
  }
}
.articol p.sapou {
  font-weight: 600;
}
.articol p.subcategorii__titlu {
  margin-bottom: 6px;
  font-size: 14px;
}
.articol ul:not(.subcategorii),
.articol ol:not(.subcategorii) {
  margin-bottom: 18px;
  padding-left: 18px;
}
.articol ul:not(.subcategorii) li,
.articol ol:not(.subcategorii) li {
  padding-left: 12px;
  margin-bottom: 12px;
}
.articol ul:not(.subcategorii) a,
.articol ol:not(.subcategorii) a {
  color: #F94F04;
  border-bottom: 1px dashed #F94F04;
}
@media (hover: hover) {
  .articol ul:not(.subcategorii) a:hover,
  .articol ol:not(.subcategorii) a:hover {
    border-bottom: 1px solid #F94F04;
  }
}
.articol .galerie-slide__thumbs {
  margin-left: -18px;
  width: 100vw;
}
@media all and (min-width: 640px) {
  .articol .galerie-slide__thumbs {
    width: calc(100% + 2px);
    margin-left: -2px;
    padding: 0 0 18px 0;
  }
}
@media all and (min-width: 900px) {
  .articol .galerie-slide__thumbs {
    margin-left: 0;
    width: 100%;
  }
}
.articol + .cele-mai {
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .articol + .cele-mai {
    margin-top: 60px;
  }
}
@media all and (min-width: 1190px) {
  .articol:has(.descriere-categorie) .controller {
    padding-right: 0;
  }
}

.autor-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 6px;
}
@media all and (min-width: 640px) {
  .autor-wrapper {
    padding-bottom: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 138px;
    text-align: left;
  }
}
.autor-wrapper .thumb--autor {
  margin: 6px 0 18px;
}
@media all and (min-width: 1190px) {
  .autor-wrapper .thumb--autor {
    position: absolute;
    left: 0;
    top: 0;
    margin: 3px 0 0;
  }
}
.autor-wrapper .breadcrumbs::after {
  display: none;
}

.page-title {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 21px;
  font-weight: 600;
  letter-spacing: -0.25px;
  text-wrap: balance;
}
@media all and (min-width: 640px) {
  .page-title {
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
  }
}
.page-title .label {
  font-size: 14px;
  padding: 5px 8px;
  margin-right: 10px;
  transform: translateY(-5px);
}
@media all and (min-width: 640px) {
  .page-title .label {
    font-size: 16px;
    padding: 7px 10px;
    margin-right: 12px;
    transform: translateY(-7.5px);
  }
}

mark {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(249, 79, 4, 0.2) 0%, rgba(249, 79, 4, 0) 100%);
}

.breadcrumbs {
  display: flex;
  font-size: 14px;
  margin-bottom: 12px;
  overflow-x: hidden;
  position: relative;
  line-height: 1.2;
}
@media all and (min-width: 640px) {
  .breadcrumbs {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.breadcrumbs::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 30px;
  background-image: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs a,
.breadcrumbs span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-weight: 600;
  flex-shrink: 0;
}
.breadcrumbs a + a::before,
.breadcrumbs a + span::before,
.breadcrumbs span + a::before,
.breadcrumbs span + span::before {
  content: "»";
  padding: 0 8px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  box-shadow: 0 2px 0 #FFF;
}
.breadcrumbs a {
  color: #F94F04;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #F94F04;
  }
}
.breadcrumbs span {
  font-weight: 400;
}

@media all and (min-width: 640px) {
  .articol__inner {
    padding-left: 140px;
    padding-top: 24px;
    position: relative;
    border-top: 1px solid #E0E0E0;
    margin-top: 24px;
  }
}

.social {
  position: sticky;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #E0E0E0;
  box-shadow: 0 1px 0 #E0E0E0;
  margin-top: 30px;
  z-index: 99;
}
@media all and (min-width: 640px) {
  .social {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 98px;
    border: none;
    box-shadow: none;
    margin: 0;
  }
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid transparent;
  flex: 1;
}
@media all and (min-width: 640px) {
  .social a {
    padding: 24px 0;
    flex: none;
  }
}
@media (hover: hover) {
  .social a:hover {
    border-color: #000;
  }
}
@media (hover: hover) and (min-width: 640px) {
  .social a:hover + a {
    border-top-color: transparent;
  }
}
@media all and (min-width: 640px) {
  .social a + a {
    border-top-color: #E0E0E0;
  }
}
.social img {
  width: 36px;
  height: auto;
}
@media all and (min-width: 640px) {
  .social img {
    width: 48px;
  }
}

.social__sticky {
  display: flex;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.97), -18px 0 0 rgba(255, 255, 255, 0.97);
}
@media all and (min-width: 640px) {
  .social__sticky {
    flex-direction: column;
    position: sticky;
    top: 76px;
    box-shadow: none;
  }
}

.sidebar-bannere {
  display: none;
}
@media all and (min-width: 1190px) {
  .sidebar-bannere {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    gap: 60px;
  }
}
.sidebar-bannere .banner {
  flex: 1;
  position: relative;
  margin: 0;
}
.sidebar-bannere .banner__sticky {
  position: sticky;
  top: 100px;
}

.semnatura {
  font-size: 14px;
}
.semnatura a {
  border-bottom: 1px solid transparent;
}
.articol .semnatura {
  margin-bottom: 12px;
}
.articol .semnatura a {
  border-bottom: 1px solid transparent;
}

.galerie-in-articol {
  position: relative;
  padding: 48px 0 0 48px;
  margin: 24px 0 36px;
}
@media all and (min-width: 640px) {
  .galerie-in-articol {
    padding: 58px 0 0 58px;
    margin: 36px 0 48px;
  }
}
.galerie-in-articol::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #F94F04;
  background-image: url(../images/icon-camera-32px-white.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media all and (min-width: 640px) {
  .galerie-in-articol::before {
    width: 60px;
    height: 60px;
  }
}
.galerie-in-articol .thumb {
  padding-bottom: 0;
  height: auto;
}
.galerie-in-articol .thumb:first-child {
  grid-column: 1/span 2;
  grid-row: -1/0;
}
@media all and (min-width: 640px) {
  .galerie-in-articol .thumb:first-child {
    grid-column: 1/span 1;
    grid-row: -1/1;
  }
}
.galerie-in-articol .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .galerie-in-articol .thumb:hover img {
    opacity: 0.9;
  }
}
.galerie-in-articol .thumb:has(.thumb__more) {
  background-color: #F94F04;
}
.galerie-in-articol .thumb:has(.thumb__more) img {
  mix-blend-mode: luminosity;
}
.galerie-in-articol .thumb__more {
  background-image: none;
  background-color: rgba(249, 79, 4, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 36px;
  padding: 0 6px 0 0;
}
@media (hover: hover) {
  .galerie-in-articol .thumb__more:hover {
    background-color: rgba(249, 79, 4, 0.7);
  }
}

.galerie-in-articol__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px calc((100vw - 36px - 50px) / 2);
  gap: 2px;
  padding: 2px;
  background-color: #000;
}
@media all and (min-width: 640px) {
  .galerie-in-articol__inner {
    grid-template-columns: 1fr 163px;
    grid-template-rows: 163px 163px;
  }
}

.cifra {
  position: relative;
  padding: 48px 0 0 48px;
  margin: 24px 0 36px;
}
@media all and (min-width: 640px) {
  .cifra {
    padding: 58px 0 0 58px;
    margin: 36px 0 48px;
  }
}
.cifra::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #F94F04;
  background-image: url(../images/icon-cifra-32px-white.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media all and (min-width: 640px) {
  .cifra::before {
    width: 60px;
    height: 60px;
  }
}

.cifra__inner {
  border: 2px solid #000;
  padding: 24px;
  background-color: #252525;
  color: #FFF;
}
@media all and (min-width: 640px) {
  .cifra__inner {
    padding: 36px 42px;
  }
}

.cifra__no {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #FFF;
}
@media all and (min-width: 640px) {
  .cifra__no {
    font-size: 36px;
  }
}

.cifra__desc {
  margin-top: 12px;
  opacity: 0.7;
  text-wrap: balance;
}
.cifra__desc + .cifra__no {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 24px;
  padding-top: 24px;
}
@media all and (min-width: 640px) {
  .cifra__desc + .cifra__no {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.cifra--light .cifra__inner {
  background-color: #FFF;
  color: #252525;
}
.cifra--light .cifra__no {
  color: #F94F04;
}
.cifra--light .cifra__desc {
  opacity: 1;
}
.cifra--light .cifra__desc + .cifra__no {
  border-color: #E0E0E0;
}

.citat {
  position: relative;
  padding: 48px 0 0 48px;
  margin: 24px 0 36px;
}
@media all and (min-width: 640px) {
  .citat {
    padding: 58px 0 0 58px;
    margin: 36px 0 48px;
  }
}
.citat::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #F94F04;
  background-image: url(../images/icon-citat-32px-white.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media all and (min-width: 640px) {
  .citat::before {
    width: 60px;
    height: 60px;
  }
}

.citat__inner {
  border: 2px solid #000;
  padding: 24px;
}
@media all and (min-width: 640px) {
  .citat__inner {
    padding: 36px 42px;
  }
}

.citat__main {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  text-wrap: balance;
}
@media all and (min-width: 640px) {
  .citat__main {
    font-size: 28px;
  }
}

.citat__semnatura {
  display: block;
  color: #F94F04;
  font-weight: 600;
  margin-top: 12px;
  text-wrap: balance;
}

.foto-in-articol {
  margin: 30px 0 24px;
}
@media all and (min-width: 640px) {
  .foto-in-articol {
    margin: 48px 0 36px;
  }
}
.foto-in-articol .thumb {
  width: 100vw;
  margin-left: -18px;
  padding-bottom: 0;
  height: auto;
  padding: 2px;
}
@media all and (min-width: 640px) {
  .foto-in-articol .thumb {
    width: 100%;
    margin-left: 0;
  }
}
.foto-in-articol img {
  width: 100%;
  height: auto;
  position: static;
}
.foto-in-articol figcaption {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #E0E0E0;
}
.foto-in-articol figcaption a {
  color: #F94F04;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .foto-in-articol figcaption a:hover {
    border-bottom: 1px solid #F94F04;
  }
}
.foto-in-articol .galerie-slide__prev-next {
  display: flex;
  justify-content: space-between;
  position: absolute;
  border: none;
  pointer-events: none;
  padding: 0 2px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  bottom: auto;
}
.foto-in-articol .galerie-slide__button {
  flex: none;
  width: 50px;
  height: 54px;
  background-color: rgba(242, 243, 245, 0.75);
  border: 2px solid #252525;
  pointer-events: auto;
}
@media all and (min-width: 640px) {
  .foto-in-articol .galerie-slide__button {
    width: 60px;
    height: 60px;
  }
}
.foto-in-articol .galerie-slide__button--prev {
  background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
  border-left: none;
}
.foto-in-articol .galerie-slide__button--next {
  background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
  border-right: none;
}
.foto-in-articol + .galerie-slide__thumbs {
  margin-bottom: 18px;
  margin-top: -6px;
}
@media all and (min-width: 640px) {
  .foto-in-articol + .galerie-slide__thumbs {
    margin-bottom: 30px;
    margin-top: -18px;
  }
}

.footer {
  text-align: center;
  font-size: 14px;
  margin-top: 48px;
  line-height: 1.2;
}
.footer .controller {
  padding: 24px;
  border-top: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 640px) {
  .footer .controller {
    padding: 30px;
  }
}
.footer span {
  display: block;
  margin: 6px 0 18px;
  font-size: 18px;
}
@media all and (min-width: 640px) {
  .footer span {
    margin: 6px 0 12px;
  }
}
.footer ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
@media all and (min-width: 640px) {
  .footer ul {
    gap: 12px;
    flex-direction: row;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 640px) {
  .footer li + li::before {
    content: "•";
    display: inline;
    margin-right: 12px;
  }
}
.footer a {
  display: inline-block;
  padding: 6px 0;
}
@media (hover: hover) {
  .footer a {
    box-shadow: inset 0 -4px 0 #FFF, inset 0 -5px 0 #FFF;
  }
  .footer a:hover {
    color: #F94F04;
    box-shadow: inset 0 -4px 0 #FFF, inset 0 -5px 0 #F94F04;
  }
}

.cele-mai .controller {
  background-color: #F2F3F5;
  box-shadow: 0 0 0 1px rgba(37, 37, 37, 0.1);
  padding: 24px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .cele-mai .controller {
    box-shadow: inset 0 0 0 1px rgba(37, 37, 37, 0.1);
    padding: 42px;
    gap: 36px;
  }
}
@media all and (min-width: 900px) {
  .cele-mai .controller {
    flex-direction: row;
  }
}
@media all and (min-width: 640px) {
  .cele-mai + .calup-stiri {
    margin-top: 60px;
  }
}

.calup-stiri__titlu {
  font-weight: 700;
  width: 100%;
  font-size: 30px;
  margin-bottom: -9px;
  line-height: 1.15;
}
@media all and (min-width: 640px) {
  .calup-stiri__titlu {
    margin-bottom: -18px;
    margin-top: -6px;
  }
}

.cele-mai__c1 {
  flex: 1;
}
@media all and (min-width: 1190px) {
  .cele-mai__c1 .news-item {
    padding-right: 60px;
  }
}
.cele-mai__c1 .news-item__info {
  padding-left: 66px;
  position: relative;
}
.cele-mai__c1 .cele-mai__no {
  top: -6px;
}

.cele-mai__c2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (min-width: 640px) {
  .cele-mai__c2 {
    gap: 54px;
  }
}
.cele-mai__c2 .cele-mai__no {
  top: -6px;
}
@media all and (min-width: 1190px) {
  .cele-mai__c2 .cele-mai__no {
    left: -60px;
  }
}
.cele-mai__c2 .news-item {
  flex-direction: row;
  align-items: center;
}
.cele-mai__c2 .news-item .thumb {
  display: none;
}
@media all and (min-width: 1190px) {
  .cele-mai__c2 .news-item .thumb {
    display: block;
    width: 228px;
    height: 152px;
    padding-bottom: 0;
  }
}
.cele-mai__c2 .news-item__info {
  flex: 1;
  margin: 0;
  padding-left: 66px;
}
@media all and (min-width: 1190px) {
  .cele-mai__c2 .news-item__info {
    padding-left: 0;
    margin: 0 6px 0 30px;
  }
}

.cele-mai__no {
  line-height: 1;
  position: absolute;
  color: #F94F04;
  font-size: 60px;
  letter-spacing: -2.5px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.cele-mai__toate {
  font-size: 14px;
  align-self: center;
  font-weight: 600;
  color: #F94F04;
  border-bottom: 1px dashed #F94F04;
  margin: auto 0 0;
}
@media all and (min-width: 900px) {
  .cele-mai__toate {
    align-self: flex-end;
  }
}
@media (hover: hover) {
  .cele-mai__toate:hover {
    color: #F94F04;
    border-bottom: 1px solid #F94F04;
  }
}

.calup-stiri {
  margin: 24px 0;
}
@media all and (min-width: 640px) {
  .calup-stiri {
    margin: 42px 0;
  }
}
.calup-stiri .controller {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media all and (min-width: 640px) {
  .calup-stiri .controller {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
.calup-stiri .section-title {
  grid-column: 1/-1;
}
.calup-stiri .news-item {
  flex: 1;
}
@media all and (max-width: 639px) {
  .calup-stiri .news-item__info {
    padding: 0 18px;
  }
}
@media all and (min-width: 640px) {
  .calup-stiri + .calup-stiri:not(:has(.section-title)) {
    margin-top: -6px;
  }
}
@media all and (min-width: 640px) {
  .calup-stiri + .calup-stiri--parteneri {
    margin-top: 42px !important;
  }
}

@media all and (min-width: 1190px) {
  .calup-stiri--1plus3 .news-item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--1plus3--right .news-item:first-child {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

@media all and (min-width: 640px) {
  .calup-stiri--1plus4 .news-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--1plus4 .news-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--1plus4 .news-item:first-child .thumb {
    padding-bottom: 66.66%;
  }
}
@media all and (min-width: 900px) {
  .calup-stiri--1plus4 .news-item:first-child .news-item__title {
    font-size: 28px;
  }
}
@media all and (min-width: 900px) {
  .calup-stiri--1plus4 .news-item:first-child .label {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 10px;
    transform: translateY(-4px);
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--1plus4--right .news-item:first-child {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}

@media all and (min-width: 1190px) {
  .calup-stiri--3 .controller {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 640px) {
  .calup-stiri--3 .news-item:nth-child(3) {
    display: none;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--3 .news-item:nth-child(3) {
    display: flex;
  }
}

@media all and (min-width: 1190px) {
  .calup-stiri--4 .controller {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.calup-stiri--parteneri .controller {
  background-color: #F2F3F5;
  box-shadow: 0 0 0 1px rgba(37, 37, 37, 0.1);
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .calup-stiri--parteneri .controller {
    box-shadow: inset 0 0 0 1px rgba(37, 37, 37, 0.1);
    padding: 42px 0;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--parteneri .controller {
    padding: 42px;
    gap: 30px;
    flex-direction: row;
  }
}
.calup-stiri--parteneri .news-item {
  width: 40vw;
  flex-shrink: 0;
  flex: none;
}
@media all and (min-width: 640px) {
  .calup-stiri--parteneri .news-item {
    width: 240px;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--parteneri .news-item {
    width: auto;
    flex: 1;
  }
}
.calup-stiri--parteneri .calup-stiri__titlu {
  margin-bottom: -6px;
  padding: 0 18px;
}
@media all and (min-width: 640px) {
  .calup-stiri--parteneri .calup-stiri__titlu {
    padding: 0 42px;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri--parteneri .calup-stiri__titlu {
    padding: 0;
  }
}
@media all and (max-width: 639px) {
  .calup-stiri--parteneri .news-item__info {
    padding: 0;
    margin-top: 9px;
  }
}
.calup-stiri--parteneri .news-item__title {
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .calup-stiri--parteneri .news-item__title {
    font-size: 16px;
  }
}
.calup-stiri--parteneri .news-item__desc {
  color: #F94F04;
}
.calup-stiri--parteneri + .calup-stiri {
  margin-top: 42px;
}

.calup-stiri__scroller {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 0 18px;
}
@media all and (min-width: 640px) {
  .calup-stiri__scroller {
    padding: 0 42px;
    gap: 24px;
  }
}
@media all and (min-width: 1190px) {
  .calup-stiri__scroller {
    padding: 0;
  }
}

.hero {
  margin-top: -2px;
  position: relative;
}
@media all and (min-width: 640px) {
  .hero {
    margin-top: 36px;
  }
}
@media all and (min-width: 1190px) {
  .hero {
    margin-top: -2px;
  }
}
.hero .controller {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1190px) {
  .hero .controller {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.hero .news-item__info {
  color: #FFF;
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .hero .banner {
    display: none;
  }
}
@media all and (min-width: 640px) {
  .news-item--hero {
    flex: 1;
  }
}
@media all and (min-width: 1190px) {
  .news-item--hero .thumb {
    padding-bottom: 0;
    flex: 1;
  }
}
.news-item--hero .news-item__info {
  background-color: #000;
  padding: 18px;
}
@media all and (min-width: 640px) {
  .news-item--hero .news-item__info {
    padding: 24px 30px 30px;
  }
}
@media all and (min-width: 640px) {
  .news-item--hero .news-item__title {
    font-size: 28px;
  }
}
@media all and (min-width: 640px) {
  .news-item--hero .news-item__desc {
    margin-top: 15px;
  }
}
@media all and (min-width: 640px) {
  .news-item--hero .label {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 10px;
    transform: translateY(-4px);
  }
}

@media all and (min-width: 640px) {
  .hero__sidebar {
    display: flex;
  }
}
@media all and (min-width: 1190px) {
  .hero__sidebar {
    display: block;
    width: 33.33%;
    margin-left: -2px;
  }
}
@media all and (min-width: 640px) {
  .hero__sidebar .news-item {
    width: calc(50% + 2px);
  }
}
@media all and (min-width: 1190px) {
  .hero__sidebar .news-item {
    width: auto;
  }
}
@media all and (min-width: 640px) {
  .hero__sidebar .news-item + .news-item {
    margin-left: -2px;
  }
}
@media all and (min-width: 1190px) {
  .hero__sidebar .news-item + .news-item {
    margin-left: 0;
  }
}
.hero__sidebar .news-item__info {
  background-color: #252525;
  padding: 18px;
}
@media all and (min-width: 640px) {
  .hero__sidebar .news-item__info {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media all and (min-width: 640px) {
  .hero__sidebar .news-item__title {
    flex: 1;
  }
}

.hero--news .news-item__info {
  background-color: #FFF;
  color: #252525;
}
@media all and (min-width: 1190px) {
  .hero--news .news-item--hero .thumb {
    height: auto;
    min-height: 456px;
  }
}
.hero--news .news-item--hero .news-item__info {
  border: 2px solid #252525;
  border-top: none;
}
@media all and (min-width: 640px) {
  .hero--news .news-item--hero .news-item__info {
    border-bottom: none;
  }
}
@media all and (min-width: 1190px) {
  .hero--news .news-item--hero .news-item__info {
    border-bottom: 2px solid #252525;
  }
}
.hero--news .hero__sidebar .news-item .news-item__info {
  border-bottom: none;
}
@media all and (min-width: 640px) {
  .hero--news .hero__sidebar .news-item .news-item__info {
    border-bottom: 2px solid #252525;
  }
}
@media all and (min-width: 1190px) {
  .hero--news .hero__sidebar .news-item .news-item__info {
    border-bottom: none;
  }
}
.hero--news .hero__sidebar .news-item:last-child .news-item__info {
  border-bottom: 2px solid #252525;
}
.hero--news .hero__sidebar .news-item__info {
  background-color: #FFF;
  color: #252525;
  border: 2px solid #252525;
  border-top: none;
}
.hero--news .cele-mai-stats {
  border: 2px solid #252525;
}
@media all and (min-width: 640px) {
  .hero--news .cele-mai-stats {
    padding: 6px 30px 30px;
  }
}
@media all and (min-width: 1190px) {
  .hero--news .cele-mai-stats {
    width: 33.33%;
    margin-left: -2px;
  }
}
.hero--news .cele-mai-stats .column {
  width: 100%;
}
.hero--news .cele-mai-stats .section-title {
  font-size: 24px;
  letter-spacing: 0;
  padding-top: 24px;
}
@media all and (min-width: 640px) {
  .hero--news .cele-mai-stats .section-title {
    font-size: 28px;
  }
}
.hero--news .cele-mai-stats .calup-stiri {
  gap: 24px;
}
@media all and (min-width: 1190px) {
  .hero--news .cele-mai-stats .calup-stiri {
    padding-right: 0;
  }
}
@media all and (min-width: 1190px) {
  .hero--news .cele-mai-stats .news-item__info {
    padding-right: 0;
  }
}
.hero--news .cele-mai-stats .news-item__title {
  font-size: 16px;
  text-wrap: pretty;
}
.hero--news .cele-mai-stats .link-all__button {
  margin: 0 18px 24px;
  font-size: 14px;
  padding: 12px;
  border: none;
  background-color: #F2F3F5;
}
@media all and (min-width: 640px) {
  .hero--news .cele-mai-stats .link-all__button {
    margin: -12px 0 0;
  }
}
@media all and (min-width: 1190px) {
  .hero--news .cele-mai-stats .link-all__button {
    margin: 24px 0 0;
  }
}
@media (hover: hover) {
  .hero--news .cele-mai-stats .link-all__button:hover {
    background-color: #F94F04;
  }
}
.hero--news .cele-mai-stats .label {
  font-size: 11px;
  padding: 2px 4px;
}

.sigle {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 6px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media all and (min-width: 640px) {
  .sigle {
    border: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 1190px) {
  .sigle {
    justify-content: space-around;
    border-top: none;
  }
}

.sigle__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 10px;
  flex-shrink: 0;
}
@media all and (min-width: 1190px) {
  .sigle__item {
    padding: 15px;
    flex-shrink: 1;
  }
}
.sigle__item img {
  width: 36px;
  height: auto;
}
@media all and (min-width: 640px) {
  .sigle__item img {
    width: 39px;
  }
}
@media all and (min-width: 1190px) {
  .sigle__item img {
    width: 100%;
    height: auto;
  }
}
@media (hover: hover) {
  .sigle__item:hover {
    box-shadow: inset 0 -4px 0 #F94F04;
  }
}

.sigle--text {
  background-color: #EA050A;
  color: #FFF;
  font-weight: 700;
  border: none;
}
@media all and (min-width: 640px) {
  .sigle--text {
    padding: 0 10%;
  }
}
@media all and (min-width: 1190px) {
  .sigle--text {
    padding: 0 20%;
  }
}
.sigle--text .sigle__item {
  flex: 1;
}
@media (hover: hover) {
  .sigle--text .sigle__item:hover {
    box-shadow: inset 0 -4px 0 #FFF;
  }
}

@keyframes section-title {
  to {
    background-position-x: -100%;
  }
}
.section-title {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #F94F04;
  margin-bottom: 18px;
  line-height: 1;
  padding: 18px 18px 0;
}
@media all and (min-width: 640px) {
  .section-title {
    font-size: 42px;
    padding: 0;
    margin-bottom: 24px;
  }
}
.section-title a {
  display: inline-block;
  position: relative;
}
.section-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 105%;
  height: 5px;
  left: 0;
  right: 0;
  background-image: url(../images/squiggle.svg);
  background-repeat: repeat-x;
  opacity: 0;
  animation: 25s section-title linear infinite;
}
@media (hover: hover) {
  .section-title a:hover::after {
    opacity: 1;
  }
}

.editorial {
  margin: 24px 0;
}
@media all and (min-width: 1190px) {
  .editorial {
    margin: 42px 0;
  }
}
@media all and (min-width: 640px) {
  .editorial + .cele-mai-stats {
    margin-top: 42px;
  }
}

.editorial__inner {
  display: flex;
  position: relative;
}

.editorial__slider {
  display: flex;
  width: 100vw;
  overflow-y: hidden;
  overflow-x: auto;
}
@media all and (min-width: 1190px) {
  .editorial__slider {
    overflow: hidden;
    width: 100%;
  }
}

.editorial__slider__container {
  display: flex;
}
.editorial__slider__container--scrolled {
  transform: translateX(-1212px);
}

.news-item--editorial {
  background-color: #F2F3F5;
  align-items: center;
  text-align: center;
  padding: 24px 18px 18px;
  box-shadow: inset 1px 0 0 rgba(37, 37, 37, 0.15);
  width: 60vw;
  flex-shrink: 0;
}
@media all and (min-width: 640px) {
  .news-item--editorial {
    width: 240px;
  }
}
@media all and (min-width: 1190px) {
  .news-item--editorial {
    width: 303px;
    padding: 36px;
  }
}
.news-item--editorial:first-child {
  box-shadow: none;
}
@media all and (min-width: 1190px) {
  .news-item--editorial:nth-child(4n-3) {
    box-shadow: none;
  }
}
.news-item--editorial .thumb {
  width: 110px;
  height: 110px;
  padding-bottom: 0;
  border-radius: 500px;
  background-color: #F2F3F5;
  border: 1px solid transparent;
}
@media all and (min-width: 1190px) {
  .news-item--editorial .thumb {
    width: 130px;
    height: 130px;
  }
}
.news-item--editorial .thumb img {
  border-radius: 500px;
}
.news-item--editorial .thumb::before {
  border-radius: 500px;
}
.news-item--editorial .thumb::before {
  top: 50%;
  left: 50%;
  box-shadow: inset 0 0 0 4px #F94F04;
  opacity: 0;
}
.news-item--editorial .thumb::after {
  display: none;
}
.news-item--editorial .news-item__info {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 6px;
}
@media all and (min-width: 1190px) {
  .news-item--editorial .news-item__info {
    margin-top: 12px;
  }
}
@media all and (min-width: 1190px) {
  .news-item--editorial .news-item__title {
    margin-top: 6px;
  }
}
.news-item--editorial .news-item__desc {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media all and (min-width: 1190px) {
  .news-item--editorial .news-item__desc {
    margin-bottom: 0;
  }
}
.news-item--editorial .news-item__desc a {
  padding-top: 2px;
  padding-bottom: 1px;
}
@media (hover: hover) {
  .news-item--editorial:hover .thumb {
    border: 1px solid transparent;
  }
  .news-item--editorial:hover .thumb::before {
    top: 0;
    left: 0;
    opacity: 1;
  }
  .news-item--editorial:hover .news-item__desc a {
    color: #252525;
  }
  .news-item--editorial:hover .news-item__desc a:hover {
    border-color: #252525;
  }
}

.news-item--editorial--guest .thumb {
  border: 3px solid #F94F04;
}
.news-item--editorial--guest .news-item__desc a {
  background-color: #F94F04;
  color: #FFF;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 20px;
}
@media (hover: hover) {
  .news-item--editorial--guest:hover .thumb {
    border: 3px solid transparent;
  }
  .news-item--editorial--guest:hover .news-item__desc a {
    color: #FFF;
  }
  .news-item--editorial--guest:hover .news-item__desc a:hover {
    border-color: transparent;
    background-color: rgb(188.7675889328, 59.8901185771, 3.0324110672);
  }
}

.news-item--editorial--guest__title {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 6;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 1190px) {
  .news-item--editorial--guest__title {
    bottom: -8px;
  }
}
.news-item--editorial--guest__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  color: #FFF;
  font-size: 10px;
  line-height: 1.1;
  padding: 4px 8px;
  border-radius: 20px;
}

.editorial__nav {
  display: none;
}
@media all and (min-width: 1190px) {
  .editorial__nav {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    border-radius: 50%;
    top: calc(50% - 24px);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    cursor: pointer;
  }
}

@media all and (min-width: 1190px) {
  .editorial__nav--left {
    left: -24px;
    background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
  }
}
@media (hover: hover) {
  .editorial__nav--left:hover {
    transform: translateX(-3px);
  }
}

@media all and (min-width: 1190px) {
  .editorial__nav--right {
    right: -24px;
    background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
  }
}
@media (hover: hover) {
  .editorial__nav--right:hover {
    transform: translateX(3px);
  }
}

.iamvideo {
  margin: 24px 0;
}
@media all and (min-width: 640px) {
  .iamvideo {
    margin: 42px 0;
  }
}
.iamvideo .controller {
  background-color: #252525;
  display: grid;
  gap: 24px;
  padding-bottom: 24px;
}
@media all and (min-width: 640px) {
  .iamvideo .controller {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 36px 42px 42px;
  }
}
@media all and (min-width: 900px) {
  .iamvideo .controller {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.iamvideo .banner {
  margin: 12px 0;
}
@media all and (min-width: 640px) {
  .iamvideo .banner {
    display: none;
  }
}
.iamvideo .thumb {
  padding-bottom: 56.25%;
}
.iamvideo .section-title {
  grid-column: 1/-1;
  margin-bottom: -6px;
}
@media all and (min-width: 640px) {
  .iamvideo .section-title {
    margin-bottom: -12px;
  }
}
.iamvideo .section-title span {
  color: #FFF;
}
.iamvideo .section-title a::after {
  background-image: url(../images/squiggle-white.svg);
}
.iamvideo .news-item {
  color: #FFF;
}
@media all and (min-width: 640px) {
  .iamvideo .news-item:last-child {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .iamvideo .news-item:last-child {
    display: flex;
  }
}
.iamvideo .news-item--orizontal {
  grid-column: 1/-1;
}
@media all and (min-width: 1190px) {
  .iamvideo .news-item--orizontal {
    align-items: stretch;
  }
}
@media all and (min-width: 1190px) {
  .iamvideo .news-item--orizontal .thumb {
    width: 776px;
    padding-bottom: 436px;
    margin-right: 0;
  }
}
@media all and (min-width: 1190px) {
  .iamvideo .news-item--orizontal .news-item__info {
    background-color: #000;
    padding: 30px;
  }
}
@media all and (min-width: 640px) {
  .iamvideo .news-item--orizontal .news-item__title {
    font-size: 28px;
  }
}
@media all and (min-width: 1190px) {
  .iamvideo .news-item--orizontal .news-item__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media all and (min-width: 640px) {
  .iamvideo .news-item--orizontal .news-item__desc {
    margin-top: 15px;
  }
}
@media all and (min-width: 640px) {
  .iamvideo .news-item--orizontal .label {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 10px;
    transform: translateY(-4px);
  }
}
@media all and (max-width: 639px) {
  .iamvideo .news-item__info {
    padding: 0 18px;
  }
}

.banner-euro {
  overflow: clip;
  background-color: #FFF;
}
.banner-euro img {
  max-width: none;
}
.banner-euro * {
  max-width: 100% !important;
}
.banner-euro--mobile {
  width: calc(100dvw - 24px);
  aspect-ratio: 375/100;
}
@media all and (min-width: 640px) {
  .banner-euro--mobile {
    display: none;
  }
}
.banner-euro--desktop {
  display: none;
}
@media all and (min-width: 640px) {
  .banner-euro--desktop {
    display: block;
    width: 1128px;
    height: 125px;
  }
}

.iameuro .wff_widget {
  width: 100%;
  max-width: calc(100dvw - 24px);
}
@media all and (min-width: 1190px) {
  .iameuro .wff_widget {
    max-width: 100%;
  }
}
.iameuro .wff_compound_body_container {
  min-height: 0 !important;
}
.iameuro .controller {
  background-color: #F8E71C;
  color: #252525;
}
.iameuro .news-item--orizontal {
  margin-left: 12px;
  margin-right: 12px;
  box-shadow: 0 1px 10px rgba(37, 37, 37, 0.15);
  flex-direction: column;
}
@media all and (min-width: 1190px) {
  .iameuro .news-item--orizontal {
    margin-left: 0;
    margin-right: 0;
  }
}
.iameuro .section-title {
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iameuro .section-title span {
  color: #ee312e;
}
.iameuro .section-title a {
  display: flex;
  align-items: center;
}
.iameuro .section-title a::after {
  background-image: url(../images/squiggle.svg);
}
.iameuro .section-title img {
  width: 100px;
  transform: translateY(2px);
}
@media all and (min-width: 1190px) {
  .iameuro .section-title img {
    width: 140px;
  }
}
.iameuro .news-item {
  color: #252525;
}
@media (hover: hover) {
  .iameuro .news-item:hover .news-item__title {
    color: #ee312e;
  }
}
.iameuro .news-item__desc a {
  color: #ee312e;
}
.iameuro .thumb {
  padding-bottom: 66.66%;
}
.iameuro .thumb::before {
  top: 0;
  left: 0;
  box-shadow: inset 0 4px 0 #ee312e, inset 4px 0 0 #ee312e, inset 0 -1px 0 rgba(238, 49, 46, 0.25), inset -1px 0 0 rgba(238, 49, 46, 0.25);
}
.iameuro .thumb::after {
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -4px 0 #ee312e, inset -4px 0 0 #ee312e, inset 0 1px 0 rgba(238, 49, 46, 0.25), inset 1px 0 0 rgba(238, 49, 46, 0.25);
}
.iameuro .link-all__button {
  grid-column: 1/-1;
  border: 2px solid #FFF;
  margin: 0 18px;
  font-size: 14px;
  padding: 12px;
  color: #252525;
  border-color: #252525;
}
@media all and (min-width: 1190px) {
  .iameuro .link-all__button {
    margin: 0;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .iameuro .link-all__button:hover {
    background-color: #ee312e;
    color: #fff;
    border-color: #ee312e;
  }
}

.iamjo .controller {
  background-color: #01395C;
  background-image: linear-gradient(270deg, #01708B 0%, #01395C 100%);
}
.iamjo .section-title {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iamjo .section-title a {
  display: flex;
  align-items: center;
}
.iamjo .section-title a::after {
  background-image: url(../images/squiggle-white.svg);
}
.iamjo .section-title a:last-child {
  flex-shrink: 0;
}
.iamjo .section-title span {
  margin: 0 8px 0 auto;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  max-width: 100px;
  padding-left: 20px;
  line-height: 1.3;
}
@media all and (min-width: 1190px) {
  .iamjo .section-title span {
    margin: 0 12px 0 auto;
    font-size: 14px;
    max-width: 1000px;
  }
}
.iamjo .section-title img {
  width: 80px;
}
@media all and (min-width: 1190px) {
  .iamjo .section-title img {
    width: 100px;
  }
}
@media (hover: hover) {
  .iamjo .news-item:hover .news-item__title {
    color: #00CBCB;
  }
}
.iamjo .news-item__desc a {
  color: #00CBCB;
}
.iamjo .news-item__desc a:hover {
  border-color: #00CBCB;
}
.iamjo .thumb {
  padding-bottom: 66.66%;
}
.iamjo .thumb::before {
  top: 0;
  left: 0;
  box-shadow: inset 0 4px 0 #00CBCB, inset 4px 0 0 #00CBCB, inset 0 -1px 0 rgba(0, 203, 203, 0.25), inset -1px 0 0 rgba(0, 203, 203, 0.25);
}
.iamjo .thumb::after {
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -4px 0 #00CBCB, inset -4px 0 0 #00CBCB, inset 0 1px 0 rgba(0, 203, 203, 0.25), inset 1px 0 0 rgba(0, 203, 203, 0.25);
}
.iamjo .link-all__button {
  grid-column: 1/-1;
  border: 2px solid #FFF;
  margin: 0 18px;
  font-size: 14px;
  padding: 12px;
  color: #00CBCB;
  border-color: #00CBCB;
}
@media all and (min-width: 1190px) {
  .iamjo .link-all__button {
    margin: 0;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .iamjo .link-all__button:hover {
    background-color: #00CBCB;
    color: #fff;
    border-color: #00CBCB;
  }
}

.iamjo--articol {
  width: 100vw;
  margin-left: -18px;
  margin-top: -24px;
}
@media all and (min-width: 640px) {
  .iamjo--articol {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 640px) {
  .iamjo--articol .controller {
    display: flex;
    justify-content: flex-end;
    padding: 36px 42px;
    margin: 0;
    max-width: 100%;
  }
}
@media all and (min-width: 640px) {
  .iamjo--articol .section-title {
    margin-bottom: 0;
  }
}
.iamjo--articol .section-title span {
  max-width: 120px;
  font-size: 14px;
}

.iamfete .wff_widget {
  width: 100%;
  max-width: calc(100dvw - 24px);
}
@media all and (min-width: 1190px) {
  .iamfete .wff_widget {
    max-width: 100%;
  }
}
.iamfete .wff_compound_body_container {
  min-height: 0 !important;
}
.iamfete .controller {
  background-color: #FFF;
  color: #252525;
  box-shadow: inset 0 0 0 2px #252525;
}
.iamfete .news-item--orizontal {
  margin-left: 12px;
  margin-right: 12px;
  box-shadow: 0 1px 10px rgba(37, 37, 37, 0.15);
  flex-direction: column;
}
@media all and (min-width: 1190px) {
  .iamfete .news-item--orizontal {
    margin-left: 0;
    margin-right: 0;
  }
}
.iamfete .section-title {
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iamfete .section-title span {
  color: #FD0104;
}
.iamfete .section-title a {
  display: flex;
  align-items: center;
}
.iamfete .section-title a::after {
  background-image: url(../images/squiggle.svg);
}
.iamfete .section-title img {
  width: 100px;
  transform: translateY(2px);
}
@media all and (min-width: 1190px) {
  .iamfete .section-title img {
    width: 140px;
  }
}
@media all and (min-width: 640px) {
  .iamfete .section-title__img {
    padding: 8px 0;
  }
}
.iamfete .section-title__img img {
  width: 184px;
}
@media all and (min-width: 640px) {
  .iamfete .section-title__img img {
    width: 240px;
  }
}
.iamfete .news-item {
  color: #252525;
}
@media (hover: hover) {
  .iamfete .news-item:hover .news-item__title {
    color: #FD0104;
  }
}
.iamfete .news-item__desc a {
  color: #FD0104;
}
.iamfete .thumb {
  padding-bottom: 66.66%;
}
.iamfete .thumb::before {
  top: 0;
  left: 0;
  box-shadow: inset 0 4px 0 #FD0104, inset 4px 0 0 #FD0104, inset 0 -1px 0 rgba(253, 1, 4, 0.25), inset -1px 0 0 rgba(253, 1, 4, 0.25);
}
.iamfete .thumb::after {
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -4px 0 #FD0104, inset -4px 0 0 #FD0104, inset 0 1px 0 rgba(253, 1, 4, 0.25), inset 1px 0 0 rgba(253, 1, 4, 0.25);
}
.iamfete .link-all__button {
  grid-column: 1/-1;
  border: 2px solid #FD0104;
  margin: 0 18px;
  font-size: 14px;
  padding: 12px;
  color: #FFF;
  background-color: #FD0104;
}
@media all and (min-width: 640px) {
  .iamfete .link-all__button {
    margin: 0;
  }
}
@media all and (min-width: 1190px) {
  .iamfete .link-all__button {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .iamfete .link-all__button:hover {
    background-color: #FD0104;
    border-color: #252525;
  }
}

@media all and (min-width: 1190px) {
  .cele-mai-stats .controller {
    display: flex;
    gap: 36px;
  }
}
.cele-mai-stats .calup-stiri {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .cele-mai-stats .calup-stiri {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media all and (min-width: 1190px) {
  .cele-mai-stats .calup-stiri {
    grid-template-columns: 1fr;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 640px) {
  .cele-mai-stats .calup-stiri .news-item:nth-child(n+5) {
    display: none;
  }
}
@media all and (min-width: 1190px) {
  .cele-mai-stats .calup-stiri .news-item:nth-child(n+5) {
    display: flex;
  }
}
.cele-mai-stats .column {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1190px) {
  .cele-mai-stats .column {
    width: calc(50% - 18px);
  }
}
.cele-mai-stats + .cele-mai {
  margin-top: 30px;
}

.column {
  flex: 1;
}
.column.calup-stiri--orizontale {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (min-width: 1190px) {
  .column.calup-stiri--orizontale {
    gap: 36px;
  }
}

.link-all {
  margin: 24px 0;
  padding: 0 18px;
}
@media all and (min-width: 640px) {
  .link-all {
    margin: 48px 0;
    padding: 0;
  }
}

.link-all__button {
  border: 2px solid #F94F04;
  color: #F94F04;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 18px;
  text-align: center;
}
@media (hover: hover) {
  .link-all__button:hover {
    color: #FFF;
    background-color: #F94F04;
  }
}

.iframe-clasamente {
  border: none;
  height: calc(45vh + 107px);
}
@media all and (min-width: 588px) {
  .iframe-clasamente {
    height: 525px;
  }
}

.body--iframe-clasamente {
  background-color: #FFF;
}
.body--iframe-clasamente *, .body--iframe-clasamente *:before, .body--iframe-clasamente *:after {
  transition: none;
}
.body--iframe-clasamente .stats__inner {
  flex: 1;
  position: relative;
  padding: 0;
}
.body--iframe-clasamente .stats__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  top: 0;
  background-image: linear-gradient(180deg, rgba(37, 37, 37, 0.1) 0%, rgba(37, 37, 37, 0) 100%);
  z-index: 1;
}
.body--iframe-clasamente .stats__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.1) 100%);
}
.body--iframe-clasamente .stats__inner__scroller {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 107px);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}
@media all and (min-width: 588px) {
  .body--iframe-clasamente .stats__inner__scroller {
    padding: 0;
    height: calc(525px - 107px);
  }
}
.body--iframe-clasamente .stats__inner__scroller::before {
  content: "";
  display: block;
  position: relative;
  height: 6px;
  background-color: #FFF;
  z-index: 2;
  flex-shrink: 0;
  margin-left: -18px;
  margin-right: -18px;
}
@media all and (min-width: 588px) {
  .body--iframe-clasamente .stats__inner__scroller::before {
    margin-left: 0;
    margin-right: 0;
  }
}
.body--iframe-clasamente .stats__inner__scroller::after {
  content: "";
  display: block;
  position: relative;
  height: 6px;
  background-color: #FFF;
  z-index: 2;
  margin-top: auto;
  flex-shrink: 0;
  margin-left: -18px;
  margin-right: -18px;
}
@media all and (min-width: 588px) {
  .body--iframe-clasamente .stats__inner__scroller::after {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 588px) {
  .body--iframe-clasamente .stats-selectors {
    margin-left: -12px;
  }
}
@media all and (min-width: 588px) {
  .body--iframe-clasamente .stats-selectors__line {
    padding: 0;
  }
}

.stats__inner {
  padding: 0 18px;
}
@media all and (min-width: 640px) {
  .stats__inner {
    padding: 0;
  }
}
@media all and (min-width: 1190px) {
  .stats__inner {
    flex: 1;
    position: relative;
  }
}
@media all and (min-width: 1190px) {
  .stats__inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    top: 0;
    background-image: linear-gradient(180deg, rgba(37, 37, 37, 0.1) 0%, rgba(37, 37, 37, 0) 100%);
    z-index: 1;
  }
}
@media all and (min-width: 1190px) {
  .stats__inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.1) 100%);
  }
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 *, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 DIV, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 SPAN, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_calendar_root .wff_container_light {
  font-family: "Figtree", sans-serif !important;
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_afcchampionsleague, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_championship_playoff, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_championsleague, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_championsleague_final, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_concacafchampionsleague, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_copalibertadores, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_promotion, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_conference_championship_playoff, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_division_championship_playoff, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_ofcchampionsleague, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_world_cup {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_relegationplayoff {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_europaconfleaguequal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_europaconfleaguequalfinal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_europaconfleaguefinal {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_uefaqualplayoff, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_uefaqualplayoff_final, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_europaconfleague, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_europaconfleagueplayoff {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_afcchampionsleaguequal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_afcchampionsleaguequalification, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_cafchampionsleaguequal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_championsleaguequal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_championsleaguequal_final, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_copalibertadoresqual, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_ofcchampionsleaguequal, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_promotionplayoff {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_afccup, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_copasudamericana, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_uefacup, .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_uefacup_final {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.stats__inner .wff_standings_table_body .wff_standings_table_row[data-v-aedf309c] .wff_participant_name {
  padding-left: 6px;
  font-weight: 600;
}
.stats__inner .wff_standings_table_header .wff_standings_table_header_row .wff_table_header_cell .wff_group_name[data-v-aedf309c] {
  padding-left: 6px;
}
.stats__inner DIV.wff_widget .wff_standings_generic_container .wff_standings_position .wff_standings_position_marker {
  font-weight: 600;
}
.stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_standings_table_row .wff_standings_live_result {
  padding: 6px;
  box-shadow: inset 0 0 0 1px #252525;
  line-height: 1;
  font-weight: 600;
  color: #252525 !important;
}
@media all and (min-width: 588px) {
  .stats__inner .wff_widget.wff_widget_FWF3A05E04942EE738 .wff_standings_table_row .wff_standings_live_result {
    padding: 6px 9px;
  }
}
.stats__inner .wff_standings_live_result_dash {
  margin: 0 -4px;
}

@media all and (min-width: 1190px) {
  .stats__inner__scroller {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(525px - 107px);
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 1190px) {
  .stats__inner__scroller::before {
    content: "";
    display: block;
    position: relative;
    height: 6px;
    background-color: #FFF;
    z-index: 2;
    margin-top: auto;
    flex-shrink: 0;
  }
}
@media all and (min-width: 1190px) {
  .stats__inner__scroller::after {
    content: "";
    display: block;
    position: relative;
    height: 6px;
    background-color: #FFF;
    z-index: 2;
    margin-top: auto;
    flex-shrink: 0;
  }
}

.stats-selectors {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  margin-top: -6px;
}
@media all and (min-width: 640px) {
  .stats-selectors {
    margin-left: -12px;
  }
}

.stats-selectors__line {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 6px;
}
@media all and (min-width: 640px) {
  .stats-selectors__line {
    padding: 0;
  }
}
.stats-selectors__line a {
  display: block;
  padding: 6px 12px;
  white-space: nowrap;
}
.stats-selectors__line a.active {
  color: #F94F04;
}
@media (hover: hover) {
  .stats-selectors__line a:hover {
    text-decoration: underline;
  }
}
.stats-selectors__line a + a {
  border-left: 1px solid #E0E0E0;
}

.standings__wrapper {
  display: grid;
  gap: 0 3px;
  grid-template-columns: 30px 20px 1fr 24px 24px 24px 24px 56px 24px;
  text-align: center;
  align-self: center;
  background: repeating-linear-gradient(transparent 0 40px, #F2F3F5 40px calc(40px * 2));
  line-height: 1.2;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  margin-top: -6px;
  border-top: 1px solid rgba(37, 37, 37, 0.5);
  border-bottom: 1px solid rgba(37, 37, 37, 0.5);
  padding: 0 12px 0 9px;
}
@media all and (min-width: 640px) {
  .standings__wrapper {
    grid-template-columns: 42px 24px 1fr 36px 36px 36px 36px 66px 48px;
    gap: 0 6px;
    padding: 0;
    background: repeating-linear-gradient(transparent 0 calc(40px + 4px), #F2F3F5 calc(40px + 4px) calc((40px + 4px) * 2));
  }
}
.standings__wrapper > * {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
@media all and (min-width: 640px) {
  .standings__wrapper > * {
    height: calc(40px + 4px);
  }
}
.articol__inner .standings__wrapper {
  width: 100vw;
  margin-left: -18px;
}
@media all and (min-width: 640px) {
  .articol__inner .standings__wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.standings__header-line {
  color: rgba(37, 37, 37, 0.5);
  font-size: 14px !important;
  font-weight: 400 !important;
}

.standings__no {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.standings__no::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.standings__no span {
  display: block;
  position: relative;
}
.standings__no.standings__header-line::before {
  display: none;
}
.standings__no--qualify1 {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.standings__no--qualify1::before {
  background-color: #F94F04;
}
.standings__no--qualify2 {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.standings__no--qualify2::before {
  background-color: #00B1A8;
}
.standings__no--qualify3 {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(37, 37, 37, 0.25);
}
.standings__no--qualify3::before {
  background-color: #345ACC;
}
.standings__no--relegate1 {
  color: #FFF;
}
.standings__no--relegate1::before {
  border-color: #252525;
  background-color: #252525;
}
.standings__no--relegate2::before {
  border: 1.5px dashed #252525;
}

.standings__team {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  min-width: 0;
  font-weight: 600;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .standings__team {
    font-size: 18px;
  }
}
.standings__team a {
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (hover: hover) {
  .standings__team a:hover {
    color: #F94F04;
  }
}

.standings__points {
  font-weight: 600;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .standings__points {
    font-size: 18px;
  }
}

.standings__legend {
  display: block;
  text-wrap: balance;
  padding: 12px 18px 0 18px;
}
@media all and (min-width: 640px) {
  .standings__legend {
    padding: 12px 9px 0 9px;
  }
}
.articol__inner .standings__legend {
  margin-bottom: 30px;
  width: 100vw;
  margin-left: -18px;
}
@media all and (min-width: 640px) {
  .articol__inner .standings__legend {
    width: 100%;
    margin-left: 0;
  }
}

.standings__legend__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
}
@media all and (min-width: 640px) {
  .standings__legend__item {
    margin-right: 12px;
  }
}

.standings__legend__color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.standings__legend__color--qualify1 {
  background-color: #F94F04;
}
.standings__legend__color--qualify2 {
  background-color: #00B1A8;
}
.standings__legend__color--qualify3 {
  background-color: #345ACC;
}
.standings__legend__color--relegate1 {
  background-color: #252525;
}
.standings__legend__color--relegate2 {
  border: 1.5px dashed #252525;
}

.standings__legend__text {
  font-size: 14px;
  line-height: 1;
}

.results__wrapper {
  width: 100%;
}
.results__wrapper select {
  width: 100%;
  font-size: 14px;
  padding: 12px 36px 11px 18px;
  margin: 0;
  border-left: none;
  border-right: none;
  color: #252525;
}
@media all and (min-width: 640px) {
  .results__wrapper select {
    margin: 0 0 30px;
    border: 1px solid rgba(37, 37, 37, 0.25);
  }
}
.articol__inner .results__wrapper {
  margin-bottom: 30px;
  width: 100vw;
  margin-left: -18px;
}
@media all and (min-width: 640px) {
  .articol__inner .results__wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.results__wrapper + hr {
  display: none;
}

.results__inner {
  margin-top: -1px;
  position: relative;
}
@media all and (min-width: 640px) {
  .results__inner {
    margin-top: 0;
  }
}
.results__inner .result:first-child {
  box-shadow: inset 0 1px 0 #252525;
}
@media (hover: hover) {
  .results__inner .result:first-child:hover {
    box-shadow: inset 0 0 0 1px #252525;
  }
}
.results__inner .result:last-child {
  box-shadow: inset 0 -1px 0 #252525;
}
@media (hover: hover) {
  .results__inner .result:last-child:hover {
    box-shadow: inset 0 0 0 1px #252525;
  }
}

.result {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  position: relative;
}
@media all and (min-width: 640px) {
  .result {
    padding: 18px 18px 18px 12px;
    gap: 18px;
  }
}
.result:nth-child(odd) {
  background-color: #F2F3F5;
}
.result:nth-child(odd) .result__score span {
  background-color: #FFF;
}
.result--live .result__score span {
  background-color: #F94F04 !important;
  color: #FFF !important;
}
.result--live .result__time {
  background-color: #F94F04;
  color: #FFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 4px 6px 3px;
  box-shadow: 0 0 0 1px #252525;
}
@media (hover: hover) {
  .result:hover {
    box-shadow: inset 0 0 0 1px #252525;
  }
  .result:hover .result__score span {
    box-shadow: inset 0 0 0 1px #252525;
  }
}

.result__time {
  font-size: 10px;
  line-height: 1.1;
  flex-shrink: 0;
  width: 50px;
}
@media all and (min-width: 640px) {
  .result__time {
    width: 70px;
    font-size: 11px;
  }
}

.result__team {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 6px;
  min-width: 0;
}
@media all and (min-width: 640px) {
  .result__team {
    gap: 9px;
  }
}
.result__team--home {
  flex-direction: row-reverse;
  text-align: right;
}
.result__team--away {
  flex-direction: row;
  text-align: left;
}

.result__team__logo {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
@media all and (min-width: 640px) {
  .result__team__logo {
    width: 30px;
    height: 30px;
  }
}
.result__team__logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.result__team__name {
  font-weight: 600;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .result__team__name {
    font-size: 18px;
  }
}

.result__score {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
@media all and (min-width: 640px) {
  .result__score {
    gap: 6px;
  }
}
.result__score span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #F2F3F5;
  border-radius: 50%;
  font-weight: 600;
  padding-top: 1px;
  box-shadow: inset 0 0 0 1px rgba(37, 37, 37, 0.05);
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .result__score span {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

.categorie .controller {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
}
@media all and (min-width: 640px) {
  .categorie .controller {
    gap: 36px;
  }
}
.categorie .news-item__info {
  padding: 0 18px;
}
@media all and (min-width: 640px) {
  .categorie .news-item__info {
    padding: 0;
  }
}
.categorie .pagination {
  grid-column: 1/-1;
}
.categorie + .banner--leaderboard-articol {
  margin: 24px 0;
  padding: 24px 0;
}
@media all and (min-width: 640px) {
  .categorie + .banner--leaderboard-articol {
    padding: 30px;
    margin: 48px auto;
  }
}

.pagination {
  display: flex;
  list-style-type: none;
  padding: 0 12px;
  width: 100%;
  margin-top: 12px;
  gap: 6px;
}
@media all and (min-width: 640px) {
  .pagination {
    padding: 0;
  }
}
@media all and (min-width: 1190px) {
  .pagination {
    padding: 0;
  }
}
.pagination li {
  display: none;
}
@media all and (min-width: 640px) {
  .pagination li {
    display: block;
  }
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.mobile {
  display: block;
}
.pagination li.mobile a {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
@media (hover: hover) {
  .pagination li.mobile a:hover {
    border: none;
    background-color: #F94F04;
  }
}
.pagination li.mobile:first-child a {
  background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
}
@media (hover: hover) {
  .pagination li.mobile:first-child a:hover {
    background-image: url(../images/icon-arrowleftcircle-white-60px.svg);
  }
}
.pagination li.mobile:last-child a {
  background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
}
@media (hover: hover) {
  .pagination li.mobile:last-child a:hover {
    background-image: url(../images/icon-arrowrightcircle-white-60px.svg);
  }
}
.pagination li.page-selector {
  flex: 1;
  display: block;
}
@media all and (min-width: 640px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination a, .pagination div {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F3F5;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
  padding-top: 1px;
}
.pagination a {
  color: #252525;
  border: 1px solid #F2F3F5;
}
@media (hover: hover) {
  .pagination a:hover {
    box-shadow: inset 0 0 0 1px #F94F04;
  }
  .pagination a:hover span {
    color: #F94F04;
  }
}
.pagination a.selected {
  background-color: #F94F04;
  border: 1px solid #F94F04;
  color: #FFF;
}
.pagination a.selected:hover span {
  color: #FFF;
}
.pagination img {
  width: 30px;
  height: 30px;
}
.pagination div {
  background-color: transparent;
  font-weight: 400;
  pointer-events: none;
}
.pagination select {
  height: 42px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  width: 100%;
  background-color: #F2F3F5;
  border: 1px solid #F2F3F5;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  color: #252525;
}
.pagination select:focus {
  border: 1px solid #252525;
}

@media all and (min-width: 1190px) {
  .articol--galerie .controller {
    display: flex;
    gap: 60px;
    padding-right: 0;
  }
}
.articol--galerie .page-title {
  margin-bottom: 12px;
}
@media all and (min-width: 640px) {
  .articol--galerie .page-title {
    margin-bottom: 18px;
  }
}
.articol--galerie .page-title span {
  display: block;
  margin-bottom: 6px;
}
@media all and (min-width: 640px) {
  .articol--galerie .page-title span {
    margin-bottom: 12px;
  }
}
.articol--galerie .page-title span.label {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 5px;
  margin-right: 7px;
  font-size: 12px;
  transform: translateY(-2px);
}
@media all and (min-width: 640px) {
  .articol--galerie .page-title span.label {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 10px;
    transform: translateY(-4px);
  }
}
.articol--galerie .page-title a {
  display: block;
  font-size: 18px;
  color: #F94F04;
  line-height: 1.3;
}
@media all and (min-width: 640px) {
  .articol--galerie .page-title a {
    font-size: 28px;
    line-height: 1.25;
  }
}
.articol--galerie p.sapou {
  display: none;
}
@media all and (min-width: 1190px) {
  .articol--galerie p.sapou {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.back-to-article {
  font-weight: 700;
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: center;
  border: 1px solid #252525;
  padding: 0 30px 0 12px;
  gap: 6px;
}
.back-to-article img {
  width: 32px;
  height: auto;
}
@media (hover: hover) {
  .back-to-article:hover {
    box-shadow: inset 0 0 0 1px #252525;
  }
}

@media all and (min-width: 1190px) {
  .galerie-c1 {
    width: 300px;
  }
}
.galerie-c1 .back-to-article {
  display: none;
}
@media all and (min-width: 1190px) {
  .galerie-c1 .back-to-article {
    display: flex;
  }
}

@media all and (min-width: 1190px) {
  .galerie-c1--sticky {
    position: sticky;
    top: 90px;
    margin-bottom: 36px;
  }
}

@media all and (min-width: 1190px) {
  .galerie-c2 {
    flex: 1;
  }
}
.galerie-c2 .foto-in-articol:first-child {
  margin-top: 24px;
}
@media all and (min-width: 640px) {
  .galerie-c2 .foto-in-articol:first-child {
    margin-top: 36px;
  }
}
@media all and (min-width: 1190px) {
  .galerie-c2 .foto-in-articol:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1190px) {
  .galerie-c2 .back-to-article {
    display: none;
  }
}

.descriere-categorie {
  font-size: 14px;
  margin-top: -12px;
}
@media all and (min-width: 640px) {
  .descriere-categorie {
    margin-top: -24px;
  }
}

.subcategorii {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  color: #F94F04;
  font-weight: 600;
  font-size: 14px;
  margin-left: -9px;
  margin-right: -9px;
}
@media all and (min-width: 640px) {
  .subcategorii {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.subcategorii a {
  display: block;
  padding: 3px 9px;
  position: relative;
}
.subcategorii a::after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  right: 9px;
  background-color: #F94F04;
  height: 1px;
  bottom: 4px;
  opacity: 0;
}
@media (hover: hover) {
  .subcategorii a:hover::after {
    opacity: 1;
  }
}

.popup-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .popup-search {
    padding-top: 108px;
  }
}
.popup-search .fader {
  pointer-events: none;
}
.popup-search--active .fader {
  opacity: 1;
  pointer-events: auto;
}
.popup-search--active .popup-search__inner {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.popup-search__inner {
  background-color: #FFF;
  width: 100%;
  position: relative;
  z-index: 10000;
  padding: 50px 37px 60px;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  border: 2px solid #252525;
}
@media all and (min-width: 640px) {
  .popup-search__inner {
    max-width: 480px;
    transform: translateY(calc(-100% - 50px));
    padding: 45px 50px 55px;
  }
}

.popup-search__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media all and (min-width: 640px) {
  .popup-search__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-search__form {
  display: flex;
  width: 100%;
}
.popup-search__form input[type=search] {
  font-size: 16px;
  border: 1px solid #252525;
  flex: 1;
  padding: 12px 15px 10px;
  border-radius: 0;
}
@media all and (min-width: 640px) {
  .popup-search__form input[type=search] {
    font-size: 18px;
  }
}
.popup-search__form input[type=search]:focus {
  border-color: black;
  box-shadow: inset 0 0 0 1px #252525;
}
.popup-search__form button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #F94F04;
  color: #FFF;
  font-weight: 700;
  padding: 12px 15px 10px;
  border: 2px solid transparent;
  border-left: none;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .popup-search__form button {
    font-size: 18px;
    padding: 12px 20px 10px;
  }
}
@media (hover: hover) {
  .popup-search__form button:hover {
    border-color: #252525;
  }
}
.popup-search__form button:focus {
  border-color: #252525;
}

.close {
  position: absolute;
  top: 16px;
  right: 11px;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/icon-close-32px-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
@media all and (min-width: 640px) {
  .close {
    background-size: 30px;
    top: 16px;
    right: 12px;
  }
}
.close::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 9px;
  bottom: 10px;
  left: 9px;
  border-radius: 100px;
  border: 2px solid transparent;
  z-index: 1;
}
@media all and (min-width: 640px) {
  .close::after {
    top: 4px;
    right: 5px;
    bottom: 6px;
    left: 5px;
  }
}
@media (hover: hover) {
  .close:hover::after {
    border-color: rgba(37, 37, 37, 0.75);
  }
}

.label {
  background-color: #F94F04;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 5px;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-2px);
}

@media all and (min-width: 1190px) {
  .user-wrapper .controller {
    padding: 48px 0;
  }
}
@media all and (min-width: 1190px) {
  .user-wrapper .controller::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/squiggle.svg);
    z-index: 1;
    opacity: 0.15;
  }
}
.user-wrapper + .footer {
  margin-top: 0;
}
.user-wrapper + .footer .controller {
  border-top: none;
}

.user-zone {
  margin: -2px auto 0;
  border: 2px solid #252525;
  padding: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
@media all and (min-width: 640px) {
  .user-zone {
    margin: 40px auto 0;
    padding: 40px 100px;
  }
}
@media all and (min-width: 1190px) {
  .user-zone {
    max-width: 850px;
    margin: 0 auto;
  }
}
.user-zone input[type=text],
.user-zone input[type=email],
.user-zone input[type=file],
.user-zone input[type=number],
.user-zone input[type=tel],
.user-zone input[type=url],
.user-zone input[type=password],
.user-zone select {
  margin-bottom: 20px;
}
.user-zone label {
  font-weight: 700;
}
.user-zone input[type=submit] {
  background-color: #F94F04;
  color: #FFF;
  margin-top: 25px;
  font-weight: 700;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #F94F04;
}
@media all and (min-width: 640px) {
  .user-zone input[type=submit] {
    align-self: flex-start;
    padding: 17px 40px 15px;
    margin-top: 15px;
  }
}
.user-zone input[type=submit]:focus, .user-zone input[type=submit]:hover {
  border-color: #252525;
  box-shadow: inset 0 0 0 1px #252525;
  cursor: pointer;
}
.user-zone a:not(.social-login__button) {
  color: #F94F04;
  border-bottom: 1px solid transparent;
}
.user-zone a:not(.social-login__button):focus, .user-zone a:not(.social-login__button):hover {
  border-color: #F94F04;
}
@media all and (min-width: 640px) {
  .user-zone .rc-wrapper {
    margin-bottom: 15px;
  }
}

.social-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 6px;
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
@media all and (min-width: 640px) {
  .social-login {
    margin-top: 36px;
    margin-bottom: 18px;
    padding-top: 36px;
  }
}
@media all and (min-width: 900px) {
  .social-login {
    flex-direction: row;
  }
}

.social-login__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px 14px 9px;
  background-color: #F2F3F5;
  border: 1px solid rgba(37, 37, 37, 0.25);
  font-weight: 700;
  line-height: 1.1;
}
@media all and (min-width: 900px) {
  .social-login__button {
    flex: 1;
  }
}
.social-login__button img {
  height: 27px;
  width: auto;
}
.social-login__button:focus, .social-login__button:hover {
  border-color: #252525;
  box-shadow: inset 0 0 0 1px #252525;
}

.forgot-pass {
  text-align: right;
}

.user-zone__title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
}
@media all and (min-width: 640px) {
  .user-zone__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.user-zone__message {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -15px;
}

.main-error {
  color: #1508D1;
  background-color: #1508D1;
  color: #FFF;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.field-error {
  font-size: 14px;
  margin-top: -5px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #1508D1;
}
.field-error + input {
  border-color: #1508D1;
}

.clipboard-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: calc(100% + 1px);
  z-index: 98;
  padding: 180px 18px 18px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 100%);
  pointer-events: none;
  opacity: 0;
}
@media all and (min-width: 640px) {
  .clipboard-copy {
    background-image: none;
    bottom: 35px;
    left: 104px;
    width: 50vw;
    padding: 0;
    justify-content: flex-start;
  }
}
.clipboard-copy span {
  display: block;
  line-height: 1.2;
  padding: 6px 18px;
  background-color: #252525;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
}
@media all and (min-width: 640px) {
  .clipboard-copy span {
    box-shadow: 0 0 0 1px #FFF;
  }
}
.clipboard-copy--active {
  opacity: 1;
}

.comentarii {
  border: 2px solid #252525;
  padding: 1px 18px 1px;
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .comentarii {
    padding: 1px 30px 12px;
    margin-top: 48px;
  }
}
@media all and (min-width: 1190px) {
  .comentarii {
    padding: 1px 30px 30px;
    margin-top: 54px;
    transform: translateY(-5px);
  }
}
.comentarii h2 {
  margin-top: 24px;
}
@media all and (min-width: 640px) {
  .comentarii h2 {
    margin-top: 30px;
  }
}

.comentariu + .comentariu {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
}
@media all and (min-width: 640px) {
  .comentariu + .comentariu {
    padding-top: 30px;
  }
}

.comentariu__nume-data {
  margin-bottom: 5px;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .comentariu__nume-data {
    margin-bottom: 10px;
  }
}

.comentariu__text {
  font-size: 16px !important;
}
@media all and (min-width: 640px) {
  .comentariu__text {
    font-size: 18px !important;
    margin-bottom: 26px !important;
  }
}

.comentariu-nou {
  padding-bottom: 20px;
}
@media all and (min-width: 1190px) {
  .comentariu-nou {
    padding-bottom: 0;
  }
}
.comentariu-nou textarea {
  width: 100%;
  border: 1px solid rgba(37, 37, 37, 0.25);
  border-radius: 0;
  padding: 20px;
  height: 150px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media all and (min-width: 640px) {
  .comentariu-nou textarea {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.comentariu-nou textarea:focus {
  outline: none;
  border-color: #252525;
}
.comentariu-nou button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #F94F04;
  color: #FFF;
  font-weight: 700;
  padding: 12px 25px 10px;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .comentariu-nou button {
    font-size: 18px;
    padding: 12px 30px 10px;
  }
}
@media (hover: hover) {
  .comentariu-nou button:hover {
    background-color: rgb(188.7675889328, 59.8901185771, 3.0324110672);
  }
}
.comentariu-nou button:focus {
  background-color: rgb(188.7675889328, 59.8901185771, 3.0324110672);
}

.mesaj-logare-comentarii {
  background-color: #F2F3F5;
  padding: 25px;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
@media all and (min-width: 640px) {
  .mesaj-logare-comentarii {
    font-size: 18px !important;
    padding: 40px;
  }
}
@media all and (min-width: 1190px) {
  .mesaj-logare-comentarii {
    margin-bottom: 0 !important;
  }
}

.comentariu--moderare .comentariu__nume-data {
  opacity: 0.4;
}
.comentariu--moderare .comentariu__text {
  opacity: 0.4;
}

.comentariu__text__moderare {
  font-size: 14px !important;
  color: #F94F04;
  margin-top: -10px;
}
@media all and (min-width: 640px) {
  .comentariu__text__moderare {
    font-size: 16px !important;
    margin-top: -16px;
    margin-bottom: 26px !important;
  }
}

.main--galerie-slide {
  max-width: 100%;
  padding-bottom: 54px;
}
@media all and (min-width: 1190px) {
  .main--galerie-slide .header .controller {
    max-width: 100%;
  }
}
.main--galerie-slide .banner {
  margin: 0;
}
@media all and (min-width: 900px) {
  .main--galerie-slide .banner {
    position: fixed;
    top: 54px;
    bottom: 0;
    right: 0;
    width: 336px;
    padding: 18px;
    background-color: #F2F3F5;
  }
}
@media all and (min-width: 900px) {
  .main--galerie-slide .banner--mobile {
    display: none;
  }
}
.main--galerie-slide .banner--desktop {
  display: none;
}
@media all and (min-width: 900px) {
  .main--galerie-slide .banner--desktop {
    display: block;
  }
}
@media all and (min-width: 900px) {
  .main--galerie-slide .galerie-slide--banner .banner {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }
}

.galerie-slide {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 900px) {
  .galerie-slide {
    position: fixed;
    top: 54px;
    left: 0;
    bottom: 0;
    right: 336px;
    padding: 18px;
    gap: 6px;
  }
}

.galerie-slide__text {
  padding: 18px;
}
@media all and (min-width: 900px) {
  .galerie-slide__text {
    padding: 0;
    height: 52px;
    min-width: 0;
    width: 100%;
  }
}
.galerie-slide__text p {
  font-size: 14px;
  margin-top: 6px;
}
@media all and (min-width: 900px) {
  .galerie-slide__text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
  }
}

.galerie-slide__titlu {
  font-size: 14px;
  font-weight: 600;
}
@media all and (min-width: 900px) {
  .galerie-slide__titlu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.galerie-slide__img-wrapper {
  position: relative;
  padding-top: 66px;
}
@media all and (min-width: 900px) {
  .galerie-slide__img-wrapper {
    padding-top: 0;
    flex: 1;
    background-color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.galerie-slide__img-wrapper .thumb {
  width: 100%;
  padding-bottom: 0;
  height: auto;
  border: 2px solid #252525;
}
@media all and (min-width: 900px) {
  .galerie-slide__img-wrapper .thumb {
    height: 100%;
  }
}
.galerie-slide__img-wrapper .thumb img {
  position: static;
  width: 100%;
  height: auto;
}
@media all and (min-width: 900px) {
  .galerie-slide__img-wrapper .thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.galerie-slide__prev-next {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  display: flex;
  border: 2px solid #000;
}
@media all and (min-width: 900px) {
  .galerie-slide__prev-next {
    z-index: 10;
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    transform: translateY(-50%);
    pointer-events: none;
    height: 60px;
  }
}
.galerie-slide__prev-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  font-size: 18px;
  font-weight: 600;
  background-color: #252525;
  color: #FFF;
  width: 246px;
}
@media all and (min-width: 640px) {
  .galerie-slide__prev-next span {
    width: auto;
    flex: 1;
  }
}
@media all and (min-width: 900px) {
  .galerie-slide__prev-next span {
    opacity: 0;
    pointer-events: none;
  }
}
.galerie-slide__prev-next.mobile {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  width: auto;
  transform: translateY(-50%);
  border: none;
  justify-content: space-between;
  pointer-events: none;
}
@media all and (min-width: 900px) {
  .galerie-slide__prev-next.mobile {
    display: none;
  }
}
.galerie-slide__prev-next.mobile .galerie-slide__button {
  width: 50px;
  flex: none;
  background-color: rgba(242, 243, 245, 0.75);
  border: 2px solid #252525;
  pointer-events: auto;
}
.galerie-slide__prev-next.mobile .galerie-slide__button--prev {
  background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
  border-left: none;
}
.galerie-slide__prev-next.mobile .galerie-slide__button--next {
  background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
  border-right: none;
}

.galerie-slide__button {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  background-color: #000;
  flex: 1;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .galerie-slide__button {
    flex: none;
    width: 60px;
  }
}
@media all and (min-width: 900px) {
  .galerie-slide__button {
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #252525;
  }
}
.galerie-slide__button--prev {
  background-image: url(../images/icon-arrowleftcircle-white-60px.svg);
}
@media all and (min-width: 900px) {
  .galerie-slide__button--prev {
    background-image: url(../images/icon-arrowleftcircle-black-60px.svg);
  }
}
.galerie-slide__button--next {
  background-image: url(../images/icon-arrowrightcircle-white-60px.svg);
}
@media all and (min-width: 900px) {
  .galerie-slide__button--next {
    background-image: url(../images/icon-arrowrightcircle-black-60px.svg);
  }
}
@media (hover: hover) {
  .galerie-slide__button:hover {
    background-color: #F94F04;
  }
}

.galerie-slide__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  height: 54px;
  width: 174px;
  border: 2px solid #252525;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 10;
  background-image: url(../images/icon-close-32px-black.svg);
  background-position: 15px center;
  cursor: pointer;
}
@media all and (min-width: 900px) {
  .galerie-slide__close {
    background-size: 26px;
    width: 60px;
    overflow: hidden;
    padding: 0 0 0 54px;
    height: 60px;
    top: 0;
    background-position: 15px 15px;
  }
}
.galerie-slide__close span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-right: 24px;
  overflow: hidden;
  position: absolute;
  left: 48px;
  white-space: nowrap;
}
@media all and (min-width: 900px) {
  .galerie-slide__close span {
    font-size: 18px;
    left: 54px;
  }
}
@media all and (min-width: 900px) {
  .galerie-slide__close span {
    opacity: 0;
  }
}
@media (hover: hover) {
  .galerie-slide__close:hover {
    background-color: #F94F04;
  }
}
@media (hover: hover) and (min-width: 900px) {
  .galerie-slide__close:hover {
    width: 207px;
  }
}
@media (hover: hover) and (min-width: 900px) {
  .galerie-slide__close:hover span {
    opacity: 1;
  }
}

.galerie-slide__thumbs {
  order: 3;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 2px;
  padding: 0 16px 18px;
}
@media all and (min-width: 900px) {
  .galerie-slide__thumbs {
    padding: 0;
    transform: translateX(-2px);
  }
}
.galerie-slide__thumbs .thumb {
  flex-shrink: 0;
  width: 100px;
  padding-bottom: 67px;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
}
.galerie-slide__thumbs .thumb--active {
  background-color: #F94F04;
  margin: 0 2px;
  opacity: 1;
}
@media (hover: hover) {
  .galerie-slide__thumbs .thumb:hover {
    opacity: 1;
  }
}

.galerie-slide--banner .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media all and (min-width: 900px) {
  .galerie-slide--banner .thumb {
    max-height: none;
  }
}
.galerie-slide--banner .thumb .banner img {
  position: static;
  width: auto;
  height: auto;
}
.galerie-slide--banner .galerie-slide__img-wrapper .thumb {
  height: calc(100vh - 267px);
  height: calc(100dvh - 267px);
}
@media all and (min-width: 900px) {
  .galerie-slide--banner .galerie-slide__img-wrapper .thumb {
    height: 100%;
  }
}
.galerie-slide--banner .galerie-slide__thumbs {
  margin-top: 18px;
}

.live-block {
  border: 1px solid rgba(37, 37, 37, 0.25);
  padding: 18px;
  margin: 18px 0;
}
@media all and (min-width: 640px) {
  .live-block {
    padding: 30px;
    margin: 36px 0;
  }
}
.live-block:first-child {
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .live-block:first-child {
    margin-top: 12px;
  }
}
.live-block .semnatura {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media all and (min-width: 640px) {
  .live-block .semnatura {
    margin-bottom: 24px;
  }
}
.live-block .semnatura .thumb {
  width: 30px;
  padding-bottom: 30px;
  border-radius: 500px;
  margin-right: 12px;
  overflow: hidden;
}
.live-block .semnatura .thumb img {
  border-radius: 500px;
}
.live-block .semnatura + h2 {
  margin-top: 24px;
}
.live-block .related {
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  box-shadow: none;
}
@media all and (min-width: 640px) {
  .live-block .related {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.live-block .related .news-item__info {
  margin-right: 0;
}
.live-block .related:first-child {
  margin-top: -18px;
}
@media all and (min-width: 640px) {
  .live-block .related:first-child {
    margin-top: -30px;
  }
}
.live-block .related:last-child {
  margin-bottom: -18px;
}
@media all and (min-width: 640px) {
  .live-block .related:last-child {
    margin-bottom: -30px;
  }
}
.live-block .foto-in-articol {
  margin-top: 24px;
}
.live-block .foto-in-articol .thumb {
  width: auto;
  margin-left: -19px;
  margin-right: -19px;
}
@media all and (min-width: 640px) {
  .live-block .foto-in-articol .thumb {
    margin-left: -31px;
    margin-right: -31px;
  }
}
.live-block .foto-in-articol:first-child {
  margin-top: -19px;
}
@media all and (min-width: 640px) {
  .live-block .foto-in-articol:first-child {
    margin-top: -31px;
  }
}
.live-block .galerie-slide__thumbs {
  width: auto;
  margin-right: -18px;
  padding-bottom: 0;
}
.live-block > *:first-child {
  margin-top: 0;
}
.live-block > *:last-child {
  margin-bottom: 0;
}

.taguri {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 3px;
  margin-top: 36px;
  font-weight: 600;
}
.taguri a {
  display: block;
  border-radius: 100px;
  background-color: #F2F3F5;
  font-size: 14px;
  line-height: 1.1;
  padding: 6px 12px;
}
@media (hover: hover) {
  .taguri a:hover {
    color: #F94F04;
    box-shadow: inset 0 0 0 1px #F94F04;
    background-color: #FFF;
  }
}

@media all and (max-width: 639px) {
  .news-item--small-on-mobile {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 18px;
  }
  .news-item--small-on-mobile .thumb {
    width: 114px;
    padding-bottom: 76px;
    margin-top: 3px;
  }
  .news-item--small-on-mobile .news-item__info {
    flex: 1;
    margin-top: 0;
  }
  .news-item--small-on-mobile .news-item__title {
    font-size: 16px;
  }
}
.news-item--small-on-mobile .label {
  font-size: 11px;
  padding: 2px 4px;
}
@media all and (min-width: 640px) {
  .news-item--small-on-mobile .label {
    font-size: 12px;
    padding: 2px 5px;
  }
}

.--ads_inarticle {
  margin: 30px 0;
}

@media all and (min-width: 640px) {
  .branding-mobile__top {
    display: none;
  }
}
.branding-mobile__top img {
  width: 100%;
}

@media all and (min-width: 640px) {
  .branding-mobile__bottom {
    display: none;
  }
}
.branding-mobile__bottom img {
  width: 100%;
}

.branding-desktop__top {
  display: none;
}
@media all and (min-width: 1190px) {
  .branding-desktop__top {
    display: block;
    width: 1212px;
    height: 162px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
  }
}

.branding-desktop__left,
.branding-desktop__right {
  display: none;
}
@media all and (min-width: 1190px) {
  .branding-desktop__left,
  .branding-desktop__right {
    display: block;
    position: absolute;
    top: -52px;
    bottom: 0;
    width: 114px;
  }
}

.branding-desktop__left {
  left: 0;
}

.branding-desktop__right {
  right: 0;
}

.branding-desktop__bottom {
  display: none;
}
@media all and (min-width: 1190px) {
  .branding-desktop__bottom {
    display: block;
    width: 1212px;
    height: 48px;
    margin: 0 auto;
  }
}

.tiktok-embed {
  max-width: 100%;
  margin: 30px auto !important;
}

.__fbpost {
  max-width: 100%;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #000 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
  background-color: #F2F3F5 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #F94F04 !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #F94F04 !important;
  border-color: #F94F04 !important;
  position: static !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
  order: 1 !important;
}

#onetrust-banner-sdk #onetrust-reject-all-handler {
  border-color: #FFF !important;
  background-color: transparent !important;
  display: block !important;
  order: 3 !important;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  text-decoration: none !important;
  border: 1px solid #FFF !important;
  background-color: transparent !important;
  padding: 12px 10px !important;
  display: block !important;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler {
  margin-left: auto !important;
  margin-right: auto !important;
  order: 2 !important;
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
  position: static !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #F94F04 !important;
  border-color: #F94F04 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
  background-color: rgba(249, 79, 4, 0.25) !important;
  border-color: #F94F04 !important;
  color: #FFF !important;
}

#onetrust-pc-sdk .ot-always-active {
  color: #F94F04 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .vendor-privacy-notice, #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .host-title a, #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-header .host-view-cookies, #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .vendor-host a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-content #pc-policy-text .ot-link-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
  color: #F94F04 !important;
  font-size: 12px !important;
}

#onetrust-pc-sdk .ot-toggle .checkbox input:checked + label:after {
  background: #F94F04 !important;
}

#onetrust-pc-sdk .ot-toggle .checkbox input:checked + label {
  background-color: rgba(249, 79, 4, 0.25) !important;
}

#onetrust-pc-sdk .category-vendors-list-handler + a::after {
  background-image: url(../images/cookies-icon-1.svg) !important;
}

#onetrust-banner-sdk #onetrust-button-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding-bottom: 20px !important;
}

@media print {
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: 0.25pt solid #666;
      content: "A1";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img, table, figure {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=default.css.map */