@charset "utf-8";

:root {
  --sf-img-0: url("../css/embedded_css_1.css");
  --sf-img-4: url("../css/embedded_css_2.css");
}

.section-title-container {
  padding: 15px 0px 15px 25px;
}

@media (max-width: 1279px) and (orientation: landscape) {
  .section-title-container {
    padding: 15px 0px 15px 25px;
  }
}

.sub-menu {
  list-style-type: none;
  background-color: rgb(255, 255, 255);
  padding: 8px 0px;
  font-weight: 400;
  font-size: 18px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 5px 15px;
}

.sub-menu.ctg-news {
  border-left: 5px solid rgb(234, 39, 0);
}

.sub-menu.ctg-news li.active a,
.sub-menu.ctg-news li.current-menu-parent a {
  background-color: rgb(234, 39, 0);
  color: rgb(255, 255, 255);
}

.sub-menu.ctg-news a:hover,
.sub-menu.ctg-news a:focus {
  background-color: rgb(234, 39, 0);
}

.sub-menu.ctg-lifestyle {
  border-left: 5px solid rgb(229, 39, 195);
}

.sub-menu.ctg-lifestyle a:hover,
.sub-menu.ctg-lifestyle a:focus {
  background-color: rgb(229, 39, 195);
}

.sub-menu a {
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
}

.sub-menu a:hover,
.sub-menu a:focus {
  background-color: rgb(228, 228, 230);
  color: rgb(255, 255, 255);
}

@media (min-width: 640px) {
  .trigger-button {
    font-size: 20px;
    letter-spacing: -0.3px;
    color: rgb(51, 51, 51);
  }
}

.news-container {
  padding-bottom: 15px;
}

@media (min-width: 640px) {
  .news-container {
    background-color: rgb(255, 255, 255);
  }
}

@media (min-width: 1279px) {
  .news-container:not(.hero) {
    padding-bottom: 20px;
    top: -570px;
    left: 10px;
  }
}

footer {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 300;
}

@media (min-width: 640px) {
  footer {
    padding: 40px 0px;
  }
}

@media (min-width: 640px) {
  footer .controller {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  footer .copyright {
    margin-bottom: 0px;
    margin-top: 6px;
  }
}

.article-wrapper--top {
  margin-bottom: 0px;
}

.article-wrapper .controller {
  display: flex;
  align-items: stretch;
}

.comments-wrapper {
  flex: 1 1 0%;
}

@media (min-width: 640px) {
  .comments-wrapper {
    margin: 0px;
  }
}

.comments-wrapper .text-comments {
  font-size: 24px;
  margin-bottom: 17px;
}

@media (min-width: 640px) {
  .comments-wrapper .text-comments {
    margin-bottom: 27px;
  }
}

.comments-wrapper .text-comments .comments-number {
  font-weight: 300;
}

.comments-wrapper #text-comments-anchor {
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  .comment {
    padding-left: 105px;
  }
}

@media (min-width: 640px) {
  .comment p {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1599px) {
  .comment p {
    font-size: 22px;
  }
}

.comment .thumb {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

@media (min-width: 640px) {
  .comment .thumb {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 0px;
  }
}

.comment-actions {
  padding: 5px 0px 12px;
  margin: 0px;
}

@media (min-width: 640px) {
  .comment-actions {
    padding-top: 0px;
  }
}

.comment-actions li {
  margin-right: 0px;
}

.comment-actions a .counter {
  bottom: 0px;
  right: -4px;
}

.add-comment {
  padding-top: 0px;
  position: relative;
}

.add-comment--logout #comment {
  cursor: pointer;
}

.add-comment textarea {
  font-size: 16px;
  height: 130px;
  margin-bottom: 5px;
}

@media (min-width: 640px) {
  .add-comment textarea {
    font-size: 18px;
  }
}

input.no-select-js:focus-visible {
  background-color: rgb(208, 208, 210);
  color: rgb(255, 255, 255);
  border: 0px;
  cursor: text;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.featured-image-info {
  z-index: 1000;
}

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

body {
  margin: 0px;
  font-weight: normal;
  text-align: left;
  min-height: 100%;
}

p,
li {
  margin-top: 0px;
}

a:hover {
  color: rgb(0, 86, 179);
  text-decoration: underline;
}

a:focus {
  outline: none;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}

a:hover {
  text-decoration: none;
  color: inherit;
  transition: color 0.2ms linear 0s;
}

::selection {
  background: rgb(234, 39, 0);
  color: white;
  text-shadow: none;
}

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

body {
  font-family: "Nunito Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  overflow: hidden scroll;
}

@media (min-width: 1279px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .controller {
    width: 100%;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: 1.4;
  margin: 0px;
}

@media (min-width: 640px) {
  .section-title-container {
    border-top: 2px solid rgb(234, 39, 0);
  }
}

.section-title-container .widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: normal;
}

@media (max-width: 639px) {
  .section-title-container .widget-title {
    flex: 1 1 0%;
  }
}

p,
li {
  font-weight: 350;
}

@media (max-width: 1279px) {
  p,
  li {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1279px) {
  p,
  li {
    font-size: 22px;
    line-height: 29px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid rgba(51, 51, 51, 0.5);
  background-color: rgb(255, 255, 255);
}

input[type="submit"]:hover {
  outline: none;
  transition: background-color 0.2ms linear 0s;
}

header,
footer,
section {
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
}

.justify-center {
  justify-content: center;
}

.breadcrumbs {
  padding-bottom: 10px;
  margin-top: 2px;
  align-items: center;
  column-gap: 5px;
}

@media (min-width: 640px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

.breadcrumbs img {
  margin-top: 2px;
}

@media (max-width: 639px) {
  .breadcrumbs img {
    width: 14px;
  }
}

.breadcrumbs * {
  color: rgb(234, 39, 0);
}

.header-top {
  width: 100%;
  z-index: 9998;
  height: 70px;
  background-color: rgb(234, 39, 0);
}

@media (min-width: 640px) {
  .header-top {
    background-image: none;
    height: 98px;
  }
}

@media (min-width: 1279px) {
  .header-top {
    background-color: rgb(255, 255, 255);
    height: 113px;
  }
}

.header-top .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (min-width: 640px) {
  .header-top .controller {
    align-items: center;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1599px) {
  .header-top .controller {
    max-width: fit-content;
  }
  .main-right-menu {
    padding-right: 50px;
  }
}

.header-top .logo {
  margin-right: auto;
}

.header-top .user-trigger {
  font-size: 18px;
  position: relative;
  color: rgb(51, 51, 51);
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 1279px) {
  .header-section {
    position: fixed;
    top: 0px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .height-header {
    display: block;
    height: 149px;
  }
}

@media (max-width: 639px) {
  .height-header {
    height: 113px;
  }
}

@media (min-width: 1279px) {
  .height-header {
    display: none;
  }
}

.main-menu {
  display: none;
  list-style-type: none;
  letter-spacing: -0.3px;
  padding: 0px 30px;
  margin: 0px;
  flex: 1 1 0%;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 1279px) {
  .main-menu {
    display: flex;
  }
}

.main-menu > li {
  position: relative;
}

.main-menu > li:hover .sub-menu-wrapper,
.main-menu > li:focus .sub-menu-wrapper {
  padding: 15px;
  height: auto;
  opacity: 1;
}

.main-menu > li:hover .sub-menu-wrapper .sub-menu,
.main-menu > li:focus .sub-menu-wrapper .sub-menu {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  list-style-type: none;
  background-color: white;
  border-radius: 8px;
  padding: 5px 0px;
}

.main-menu > li:hover .sub-menu-wrapper .sub-menu a,
.main-menu > li:focus .sub-menu-wrapper .sub-menu a {
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}

.main-menu > li > a {
  padding: 0px 10px;
  display: block;
  line-height: 1;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.main-menu > li > a:hover {
  color: rgb(234, 39, 0);
  transition: color 0.2ms linear 0s;
}

.logo img {
  max-width: unset;
}

.thumb img {
  height: 100%;
}

.main-right-menu .btn-menu-mobile {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-right: 20px;
  justify-content: flex-end;
  transition: filter 0.3s ease-in-out 0s;
}

@media (max-width: 1279px) {
  .main-right-menu .btn-menu-mobile:not(.has_avatar) {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(200%) contrast(200%);
  }
}

@media (max-width: 1279px) {
  .main-right-menu .btn-menu-mobile:not(.user-trigger) {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(200%) contrast(200%);
  }
}

.main-right-menu .btn-menu-mobile:last-child {
  margin-right: 0px;
}

.main-right-menu .btn-menu-mobile span {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 600;
}

@media (min-width: 1279px) {
  .main-right-menu .btn-menu-mobile:not(.logged-in):hover {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(30%) contrast(100%);
  }
}

.special-sections {
  border-top: 1px solid rgb(234, 39, 0);
  border-bottom: 1px solid rgb(229, 229, 229);
  padding: 8px 0px;
  background-color: rgb(255, 255, 255);
}

@media (min-width: 640px) {
  .special-sections {
    padding: 12px 0px;
  }
}

.special-sections .special-sections__in {
  position: relative;
}

.special-sections .special-sections__in .scroll-menu {
  height: 24px;
  width: 60px;
  position: absolute;
  top: -1px;
  cursor: pointer;
  display: flex;
}

.special-sections .special-sections__in #scrollRight {
  right: 0px;
  justify-content: right;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 38%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 639px) {
  .special-sections .special-sections__in #scrollRight {
    right: 0px;
  }
}

.special-sections .special-sections__in #scrollLeft {
  z-index: 1;
  left: 0px;
  transform: rotate(-180deg);
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 38%,
    rgba(255, 255, 255, 0) 100%
  );
  justify-content: right;
}

@media (max-width: 639px) {
  .special-sections .special-sections__in #scrollLeft {
    left: 0px;
  }
}

.special-sections .special-sections__in .parteners-menu {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 640px) {
  .special-sections .special-sections__in .parteners-menu {
    gap: 20px;
  }
}

.special-sections .special-sections__in .parteners-menu::-webkit-scrollbar {
  display: none;
}

.special-sections .special-sections__in .parteners-menu .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 639px) {
  .special-sections .special-sections__in .parteners-menu .menu-item {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid rgb(229, 229, 229);
  }
}

.special-sections .special-sections__in .parteners-menu .menu-item:last-child {
  padding-right: 0px;
  border-right: none;
}

.special-sections .special-sections__in .parteners-menu .menu-item:first-child {
  padding-left: 0px;
}

.special-sections .special-sections__in .parteners-menu .menu-item a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

@media (min-width: 640px) {
  .special-sections .special-sections__in .parteners-menu .menu-item a {
    font-weight: 500;
    font-size: 18px;
  }
}

.special-sections .special-sections__in .parteners-menu .menu-item a:hover {
  border-bottom: 2px solid rgb(234, 39, 0);
  transition: border-bottom-color 0.2ms linear 0s;
}

@media (min-width: 1279px) {
  .tmp-sidebar-without-img {
    width: 300px;
  }
}

@media (max-width: 639px) {
  .time-and-comments {
    margin-top: 30px;
  }
}

footer div.copyright {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid rgb(229, 229, 229);
  margin-bottom: 5px;
}

@media (max-width: 639px) {
  .artC1 .news-item-info,
  .article-body,
  .controller--menu-top,
  .special-sections .special-sections__in {
    margin-top: 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  figure .img-info {
    display: block;
    width: 100vw;
    height: auto;
  }
  .time-and-comments .time-article-wrap {
    color: rgb(16, 24, 40) !important;
  }
}

@media (min-width: 640px) {
  footer div.copyright {
    align-self: center;
    text-align: center;
  }
}

.article-body #article-content > h2 a:hover,
.article-body #article-content > h2 a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body #article-content p a:hover,
.article-body #article-content p a:focus,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  a:hover,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  a:focus,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  a:hover,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body #article-content p .external-link:hover,
.article-body #article-content p .external-link:focus,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  .external-link:hover,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  .external-link:focus,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:hover,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:focus {
  border-bottom: none;
}

.article-body #article-content table a:hover,
.article-body #article-content table a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body .zodiac-container::before {
  display: none;
}

.article-body .zodiac-container a:hover,
.article-body .zodiac-container a:focus {
  border-bottom: none;
}

.section-share-comm > a::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-position: center center;
  vertical-align: middle;
  margin-bottom: 2px;
}

.section-share-comm .share-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid rgb(208, 213, 221);
}

.section-share-comm .share-btn:hover::after {
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%) brightness(30%)
    contrast(100%);
}

.section-share-comm .comments-btn::after {
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%) brightness(30%)
    contrast(100%);
}

.section-share-comm .comments-btn:hover {
  color: rgb(234, 39, 0);
  border: 1px solid rgb(234, 39, 0);
  filter: none;
}

.section-share-comm .comments-btn:hover::after {
  filter: none;
}

.btn-google-news.d-flex:hover {
  border: 1px solid rgb(234, 39, 0);
  color: rgb(234, 39, 0);
}

.whatsapp-banner::before {
  content: "";
  display: inline-block;
  height: 49px;
  width: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: center center;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px;
}

@media (max-width: 639px) {
  .whatsapp-banner::before {
    margin-left: 0px;
  }
}

.whatsapp-banner:hover {
  background-color: rgb(68, 157, 72);
  transition: background-color 0.2ms linear 0s;
}

.comment .comment-actions li:hover {
  filter: brightness(10);
  background-color: black;
}

.comment .comment-actions li .comment-action-trigger:hover {
  filter: brightness(0.8);
}

.comment .comment-actions a:hover .svg-fill,
.comment .comment-actions a:focus .svg-fill {
  fill: rgb(155, 155, 155);
}

.comments .more:hover,
.comments .more:focus {
  background-color: rgb(234, 39, 0);
  color: rgb(255, 255, 255);
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(234, 39, 0);
}

@media (min-width: 640px) {
  div#ez-toc-container .ez-toc-list.ez-toc-list-level-1::before {
    top: 6px;
  }
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li a:hover {
  color: rgb(234, 39, 0);
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  width: 16px;
  height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li::before {
    top: 7px;
  }
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li ul li a:hover {
  color: rgb(234, 39, 0);
}

.live-sidebar-widget__item:hover {
  background: rgb(226, 226, 226);
}

.thumb-main .photo-icon::after {
  height: 37px;
  width: 40px;
}

.wp-block-rro-number-block .number-block__h2::before,
.wp-block-rro-number-block h2:not(.article-title)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: -50px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 640px) {
  .wp-block-rro-number-block .number-block__h2::before,
  .wp-block-rro-number-block h2:not(.article-title)::before {
    left: -65px;
    height: 65px;
    width: 65px;
  }
}

.wp-block-rro-number-block p a:hover,
.wp-block-rro-number-block p a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.special-paragraph::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

@media (min-width: 640px) {
  .special-paragraph::before {
    height: 65px;
    width: 65px;
  }
}

.special-paragraph::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 61px;
  bottom: 0px;
  border-left: 1px solid rgb(229, 229, 229);
}

@media (min-width: 640px) {
  .special-paragraph::after {
    left: 75px;
  }
}

.featured-image-info div.icon:hover,
.featured-image-info div.icon:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.featured-image-info .tooltip::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -12px;
  right: 12px;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.75);
}

.featured-image-info:hover .tooltip,
.featured-image-info:focus .tooltip {
  display: block;
}

.box-ev-article__link:hover {
  background-color: rgb(191, 32, 0);
  color: rgb(255, 255, 255);
}

.report-error-hr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.5em;
  height: 20px;
  background: radial-gradient(
    at center center,
    rgba(0, 0, 0, 0.1) 0%,
    transparent 80%
  );
}

@media (min-width: 640px) {
  .report-error-hr::before {
    height: 18px;
  }
}

.report-error-hr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5em;
  top: calc(-0.6em + 1px);
  background: rgb(255, 255, 255);
}

.btn-colectiile-libertatea.share-button:hover {
  color: rgb(255, 255, 255);
}

.latest-video .news-item .news-item-info::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 8px;
  background-position: center center;
  vertical-align: middle;
}

.category-170296 .category-header .controller::before {
  background-color: rgb(51, 51, 51);
}

.tp-modal .tp-close:hover,
.tp-modal .tp-close:focus {
  box-shadow: rgba(28, 37, 68, 0.15) 0px 0px 10px 2px;
}

.tp-modal .tp-close:focus {
  border: 1px solid;
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:hover,
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:focus,
.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  border-left: 1px solid rgba(15, 15, 21, 0.06);
  opacity: 1;
  box-shadow: none;
}

.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgb(59, 103, 178);
  position: absolute;
  top: 19px;
  left: 18px;
  display: inline-block;
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir="rtl"] .tp-close:hover,
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir="rtl"] .tp-close:focus {
  border-left: none;
  border-right: 1px solid rgba(15, 15, 21, 0.06);
}

.tp-widget-placeholder > div::after {
  display: block;
  content: "";
  clear: both;
}

.pn-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(255, 255, 255);
}

@keyframes pn-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
  color: rgb(31, 150, 219);
}

#onetrust-banner-sdk:focus {
  outline: rgb(0, 0, 0) solid 2px;
  outline-offset: -2px;
}

#onetrust-banner-sdk a:focus {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
  color: rgb(86, 86, 86);
}

#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy button.ot-link-btn:hover {
  text-decoration: underline;
  opacity: 1;
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}

#onetrust-pc-sdk [type="checkbox"]:disabled + label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled + label::after,
#onetrust-pc-sdk [type="checkbox"]:disabled + label {
  pointer-events: none;
  opacity: 0.8;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(44, 100, 21);
}

#ot-sdk-btn.ot-sdk-show-settings:active,
#ot-sdk-btn.optanon-show-settings:active {
  color: rgb(255, 255, 255);
  background-color: rgb(44, 100, 21);
  border: 1px solid rgba(162, 192, 169, 0.5);
}

@keyframes onetrust-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#onetrust-banner-sdk .banner-option-input:focus + label {
  outline: rgb(0, 0, 0) auto 1px;
}

.category-vendors-list-handler + a:focus,
.category-vendors-list-handler + a:focus-visible {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
  box-sizing: content-box;
}

#onetrust-banner-sdk label::before,
#onetrust-banner-sdk label::after,
#onetrust-banner-sdk .checkbox::after,
#onetrust-banner-sdk .checkbox::before,
#onetrust-pc-sdk label::before,
#onetrust-pc-sdk label::after,
#onetrust-pc-sdk .checkbox::after,
#onetrust-pc-sdk .checkbox::before,
#ot-sdk-cookie-policy label::before,
#ot-sdk-cookie-policy label::after,
#ot-sdk-cookie-policy .checkbox::after,
#ot-sdk-cookie-policy .checkbox::before,
#ot-sync-ntfy label::before,
#ot-sync-ntfy label::after,
#ot-sync-ntfy .checkbox::after,
#ot-sync-ntfy .checkbox::before {
  content: none;
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
  color: rgb(86, 86, 86);
  text-decoration: none;
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):focus {
  color: rgb(51, 51, 51);
  border-color: rgb(136, 136, 136);
  opacity: 0.9;
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:focus {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(30, 174, 219);
  border-color: rgb(30, 174, 219);
}

#onetrust-banner-sdk input[type="text"]:focus,
#onetrust-pc-sdk input[type="text"]:focus,
#ot-sdk-cookie-policy input[type="text"]:focus {
  border: 1px solid rgb(0, 0, 0);
  outline: 0px;
}

#onetrust-banner-sdk .ot-sdk-container::after,
#onetrust-banner-sdk .ot-sdk-row::after,
#onetrust-pc-sdk .ot-sdk-container::after,
#onetrust-pc-sdk .ot-sdk-row::after,
#ot-sdk-cookie-policy .ot-sdk-container::after,
#ot-sdk-cookie-policy .ot-sdk-row::after {
  content: "";
  display: table;
  clear: both;
}

#onetrust-banner-sdk::-webkit-scrollbar {
  width: 11px;
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(193, 193, 193);
}

#onetrust-consent-sdk #onetrust-banner-sdk :focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: rgb(0, 0, 0);
  outline-width: 1px;
}

.ot-sdk-cookie-policy a:hover {
  background: rgb(255, 255, 255);
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 530px) {
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td::before {
    position: absolute;
    height: 100%;
    left: 6px;
    width: 40%;
    padding-right: 10px;
  }
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td::before {
    height: 100%;
    width: 40%;
    padding-right: 10px;
  }
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td::before {
    content: attr(data-label);
    font-weight: bold;
  }
}

.article-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}

@media (max-width: 639px) {
  .article-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.news-item {
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  box-shadow: rgba(16, 24, 40, 0.1) 0px 4px 8px -2px;
}

@media (max-width: 639px) {
  .news-item {
    border-radius: 0px;
  }
}

.news-item .cat-and-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
}

.news-item .news-item__metadata__time {
  font-weight: 300;
  font-size: 14px;
}

.news-item .category-label {
  font-weight: 500;
}

.news-item .news-item-info {
  padding: 12px 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1279px) {
  .news-item .news-item-info {
    padding: 13px 15px 15px;
  }
}

.section-title-container {
  width: 100%;
}

@media (max-width: 639px) {
  .widget-title {
    padding: 15px 15px 10px;
    background-color: white;
    width: 100%;
    display: block;
  }
}

.list-scroll-js::-webkit-scrollbar {
  display: none;
}

.video-art .thumb-clr .time-video::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-left: 2px;
}

.video-art .news-item-video .article-title:hover {
  color: rgb(234, 39, 0);
  transition: color 0.2ms linear 0s;
}

.photo-icon::after {
  content: "";
  background-image: var(--sf-img-0);
  background-repeat: no-repeat;
  background-size: contain;
}

.news-item .photo-icon::after {
  height: 20px;
  width: 24px;
}

@media (min-width: 640px) {
  .news-item .photo-icon::after {
    height: 27px;
    width: 30px;
  }
}

.news-item.large .photo-icon::after {
  height: 40px;
  width: 44px;
}

@media (max-width: 639px) {
  .news-item.large .photo-icon::after {
    max-width: 35px;
    max-height: 29px;
  }
}

.tmp-sidebar-without-img {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

.tmp-sidebar-without-img .section-title-container {
  background-color: rgb(234, 39, 0);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0px 0px;
  border-top: 0px;
}

@media (min-width: 640px) {
  .tmp-sidebar-without-img .section-title-container {
    padding: 8px 10px;
    max-height: 41px;
  }
}

.tmp-sidebar-without-img .section-title-container .widget-title {
  color: rgb(255, 255, 255);
  background-color: rgb(234, 39, 0);
}

@media (max-width: 639px) {
  .tmp-sidebar-without-img .section-title-container .widget-title {
    padding-bottom: 15px;
  }
}

.tmp-sidebar-without-img .container-in {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0%;
}

.tmp-sidebar-without-img .container-in .news-item {
  width: 100%;
}

.tmp-sidebar-without-img .container-in .news-item:first-child {
  border-radius: 0px 0px 8px 8px;
}

.tmp-sidebar-without-img .btn:hover {
  background-color: rgb(234, 39, 0);
  color: white;
}

.type-art-list__item:nth-child(n + 2)::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 100%;
}

h1 {
  padding: 10px 0px 15px;
}

@media (max-width: 639px) {
  h1 {
    font-weight: 600;
    padding: 5px 0px 10px;
  }
}

@media (min-width: 640px) {
  .signature-and-time {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .article-signature .box-authors {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.article-signature .box-authors .item-author .thumb-author {
  height: 45px;
  width: 45px;
}

.article-signature .box-authors .item-author .thumb-author img:not(.no-image) {
  border-radius: 50%;
}

@media (min-width: 640px) {
  .article-signature .box-authors .item-author .info-author .author-name {
    font-size: 18px;
  }
}

.article-signature .thumb-author {
  margin-right: 5px;
}

.article-signature .thumb-author img {
  margin-top: -1px;
}

.time-and-comments {
  display: flex;
}

@media (max-width: 639px) {
  .time-and-comments {
    flex-direction: row;
    align-items: start;
    font-size: 13px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 640px) {
  .time-and-comments {
    flex-direction: column;
    align-items: end;
  }
}

.time-and-comments .time-article-wrap {
  font-size: 18px;
  color: rgb(71, 84, 103);
}

@media (max-width: 639px) {
  .time-and-comments .time-article-wrap {
    font-size: 13px;
    margin-right: 4px;
  }
}

@media (min-width: 640px) {
  .time-and-comments .time-article-wrap .time-content {
    font-size: 14px;
    color: rgb(71, 84, 103);
  }
}

@media (min-width: 1279px) {
  .time-and-comments .comments-btn {
    margin-bottom: 6px;
  }
}

.article-wrapper .controller {
  justify-content: space-between;
}

@media (max-width: 1279px) {
  .article-wrapper .controller {
    display: block;
  }
}

@media (min-width: 1279px) {
  .artC1 {
    max-width: calc(100% - 325px);
  }
}

@media (max-width: 639px) {
  .artC1 .news-item-info {
    margin-top: 0px;
  }
}

.title-container .intro a:hover {
  border-bottom: 1px solid rgb(234, 39, 0);
}

@media (min-width: 920px) {
  .article-body {
    padding-right: 5px;
  }
}

.article-body #article-content > h2 a:hover,
.article-body #article-content > h2 a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body #article-content p a:hover,
.article-body #article-content p a:focus,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  a:hover,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  a:focus,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  a:hover,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body #article-content p .external-link:hover,
.article-body #article-content p .external-link:focus,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  .external-link:hover,
.article-body
  #article-content
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.tags)
  .external-link:focus,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:hover,
.article-body
  #article-content
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:focus {
  border-bottom: none;
}

.article-body #article-content table a:hover,
.article-body #article-content table a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body .zodiac-container::before {
  display: none;
}

.article-body .zodiac-container a:hover,
.article-body .zodiac-container a:focus {
  border-bottom: none;
}

.section-share-comm > a::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-position: center center;
  vertical-align: middle;
  margin-bottom: 2px;
}

.section-share-comm .share-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid rgb(208, 213, 221);
}

.section-share-comm .share-btn:hover::after {
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%) brightness(30%)
    contrast(100%);
}

.section-share-comm .share-btn::after {
  background-image: var(--sf-img-0);
}

.section-share-comm .comments-btn::after {
  background-image: var(--sf-img-0);
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%) brightness(30%)
    contrast(100%);
}

.section-share-comm .comments-btn:hover {
  color: rgb(234, 39, 0);
  border: 1px solid rgb(234, 39, 0);
  filter: none;
}

.section-share-comm .comments-btn:hover::after {
  filter: none;
}

.btn-google-news.d-flex:hover {
  border: 1px solid rgb(234, 39, 0);
  color: rgb(234, 39, 0);
}

.whatsapp-banner::before {
  content: "";
  background-image: var(--sf-img-0);
  display: inline-block;
  height: 49px;
  width: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: center center;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px;
}

@media (max-width: 639px) {
  .whatsapp-banner::before {
    margin-left: 0px;
  }
}

.whatsapp-banner:hover {
  background-color: rgb(68, 157, 72);
  transition: background-color 0.2ms linear 0s;
}

.comment {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}

.comment .thumb {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  padding-bottom: 30px;
  background-color: transparent;
}

.comment .thumb img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.comment .comm-body {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 1px solid rgb(234, 236, 240);
  font-size: 16px;
  margin-bottom: 5px;
}

.comment .comm-body p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(45, 45, 45);
  line-height: normal;
  margin-bottom: 0px;
}

.comment .comm-body .comm-info {
  font-size: 14px;
  color: rgb(45, 45, 45);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: 300;
}

.comment .comm-body .comm-info span {
  font-weight: 300;
}

.comment .comment-actions {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2px;
}

.comment .comment-actions li {
  padding: 3px 6px;
  background-color: rgb(249, 250, 251);
  border-radius: 20px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment .comment-actions li:hover {
  filter: brightness(10);
  background-color: black;
}

.comment .comment-actions li .comment-action-trigger {
  display: flex;
  position: relative;
  align-items: center;
}

.comment .comment-actions li .comment-action-trigger:hover {
  filter: brightness(0.8);
}

.comment .comment-actions li .comment-action-trigger svg {
  margin-right: 3px;
}

.comment .comment-actions li .comment-action-trigger .counter {
  font-size: 15px;
  position: relative;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

.comment .comment-actions a {
  display: block;
  position: relative;
  border-bottom: none !important;
}

.comment .comment-actions a:hover .svg-fill,
.comment .comment-actions a:focus .svg-fill {
  fill: rgb(155, 155, 155);
}

.comments .more:hover,
.comments .more:focus {
  background-color: rgb(234, 39, 0);
  color: rgb(255, 255, 255);
}

#comment-form-container .text-form {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

#text-comments-anchor {
  font-size: 20px;
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(234, 39, 0);
}

@media (min-width: 640px) {
  div#ez-toc-container .ez-toc-list.ez-toc-list-level-1::before {
    top: 6px;
  }
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li a:hover {
  color: rgb(234, 39, 0);
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  width: 16px;
  height: 19px;
  background-image: var(--sf-img-0);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li::before {
    top: 7px;
  }
}

div#ez-toc-container .ez-toc-list.ez-toc-list-level-1 li ul li a:hover {
  color: rgb(234, 39, 0);
}

.live-sidebar-widget__item:hover {
  background: rgb(226, 226, 226);
}

.thumb-main .photo-icon::after {
  height: 37px;
  width: 40px;
}

@media (min-width: 1599px) {
  body:not(.si_ronod) .header-top .controller,
  body:not(.si_ronod) .special-sections .controller,
  body:not(.si_ronod) .article-wrapper .controller,
  body:not(.si_ronod) footer .controller {
    padding-left: 10px;
    padding-right: 0px;
  }
}

.wp-block-rro-number-block .number-block__h2::before,
.wp-block-rro-number-block h2:not(.article-title)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: -50px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 640px) {
  .wp-block-rro-number-block .number-block__h2::before,
  .wp-block-rro-number-block h2:not(.article-title)::before {
    left: -65px;
    height: 65px;
    width: 65px;
  }
}

.wp-block-rro-number-block p a:hover,
.wp-block-rro-number-block p a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.special-paragraph::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

@media (min-width: 640px) {
  .special-paragraph::before {
    height: 65px;
    width: 65px;
  }
}

.special-paragraph::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 61px;
  bottom: 0px;
  border-left: 1px solid rgb(229, 229, 229);
}

@media (min-width: 640px) {
  .special-paragraph::after {
    left: 75px;
  }
}

.featured-image-info {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.featured-image-info div.icon:hover,
.featured-image-info div.icon:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.featured-image-info .tooltip::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  bottom: -12px;
  right: 12px;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.75);
}

.featured-image-info:hover .tooltip,
.featured-image-info:focus .tooltip {
  display: block;
}

@media (min-width: 1279px) {
  .sticky-container {
    flex: 1 1 0%;
    padding-right: 0px;
  }
}

.box-ev-article__link:hover {
  background-color: rgb(191, 32, 0);
  color: rgb(255, 255, 255);
}

.report-error-hr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.5em;
  height: 20px;
  background: radial-gradient(
    at center center,
    rgba(0, 0, 0, 0.1) 0%,
    transparent 80%
  );
}

@media (min-width: 640px) {
  .report-error-hr::before {
    height: 18px;
  }
}

.report-error-hr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5em;
  top: calc(-0.6em + 1px);
  background: rgb(255, 255, 255);
}

.btn-colectiile-libertatea.share-button:hover {
  color: rgb(255, 255, 255);
}

.latest-video .news-item .news-item-info::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 8px;
  background-position: center center;
  vertical-align: middle;
  background-image: var(--sf-img-0);
}

@media (max-width: 639px) {
  .tmp-sidebar-without-img {
    margin-top: 15px;
  }
}

@media (max-width: 639px) {
  .tmp-sidebar-without-img .section-title-container {
    border-radius: 8px 8px 0px 0px;
  }
}

@media (max-width: 639px) {
  .tmp-sidebar-without-img .section-title-container .widget-title {
    border-radius: 8px 8px 0px 0px;
  }
}

.login-card--blocker.popup-over::before {
  position: absolute;
  content: "";
  display: block;
  height: 400px;
  left: -25px;
  right: -25px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  bottom: 102%;
}

@media (hover: hover) {
  .login-card__buton:hover {
    color: rgb(234, 39, 0);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(234, 39, 0);
  }
}

.login-card__buton.login-card__buton--secondary:hover {
  color: white;
  background-color: rgb(234, 39, 0);
  border: 1px solid rgb(234, 39, 0);
}

@media (width <= 1250px) {
  .tmp-sidebar-without-img {
    display: none;
  }
}

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

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease 0s;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

aside,
figure,
footer,
header,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

ul ul {
  margin-bottom: 0px;
}

b,
strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86, 179);
  text-decoration: underline;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0px;
}

a:focus {
  outline: none;
}

figure {
  margin: 0px 0px 1rem;
}

img {
  border-style: none;
}

a,
button,
input:not([type="range"]),
label,
textarea {
  touch-action: manipulation;
}

label {
  margin-bottom: 0.5rem;
}

input,
button,
textarea {
  margin: 0px;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
html [type="button"],
[type="submit"] {
  appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.group::before,
.group::after {
  content: "";
  display: table;
}

.group::after {
  clear: both;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0px;
  overflow: visible;
  position: static;
  width: auto;
}

::selection {
  background: rgb(234, 39, 0);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

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

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

html {
  font-size: 100%;
  text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  body {
    width: 100vw;
    overflow: hidden scroll;
  }
}

.controller {
  max-width: 1260px;
  margin: 0px auto;
}

@media (min-width: 640px) {
  .controller {
    width: 88vw;
    min-width: 600px;
    max-width: 800px;
  }
}

@media (min-width: 1279px) {
  .controller {
    max-width: 1260px;
    width: 100%;
  }
}

@media (min-width: 1599px) {
  .controller {
    max-width: 1300px;
  }
}

img {
  vertical-align: top;
}

strong {
  font-weight: 500;
}

@media (min-width: 640px) {
  h1 {
    font-size: 36px;
    line-height: 1.15;
  }
}

@media (min-width: 1279px) {
  h1 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 1599px) {
  h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }
}

.font-bold {
  font-weight: 700 !important;
}

.color-red {
  color: rgb(234, 39, 0);
}

.widget-title {
  padding: 1px 35px 0px 10px;
  border-radius: 1px;
  letter-spacing: -0.3px;
  width: 100%;
}

@media (min-width: 640px) {
  .widget-title {
    margin: -3px 0px 28px;
  }
}

@media (min-width: 640px) {
  p {
    margin-bottom: 22px;
    letter-spacing: -0.2px;
  }
}

input,
textarea {
  font-family: SignikaRO, "Segoe UI", "Helvetica Neue", Roboto, Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  font-weight: 300;
  border-radius: 0px;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: none;
  width: 100%;
  margin: 0px 0px 10px;
  padding: 16px 17px 14px;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
}

button,
input[type="submit"] {
  display: inline-block;
  background-color: rgb(234, 39, 0);
  appearance: none;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
  padding: 16px 35px;
  margin-top: 15px;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
  outline: none;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-bottom-15 {
  margin-bottom: 15px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.type-none {
  list-style-type: none;
}

.news-item-info {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  transition: transform 0.5s ease 0s;
}

.news-item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .news-item {
    flex-direction: column;
  }
}

.breadcrumbs {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.breadcrumbs a {
  border-bottom: 1px solid rgba(155, 155, 155, 0);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  border-bottom: 1px solid rgb(155, 155, 155);
}

@media (min-width: 1279px) and (max-width: 1599px) {
  .clearfix::after {
    display: table;
    content: "";
    clear: both;
  }
}

.newsletter input::placeholder,
.notifications input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.notifications button:hover,
.notifications button:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

.news-item__metadata__comm:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 639px) {
  .news-item.small .news-item__metadata__comm:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}

.secondary-news-item .news-item__metadata__comm:hover {
  color: rgba(0, 0, 0, 0.5);
}

header {
  width: 100%;
  z-index: 9998;
  background-color: rgb(255, 255, 255);
  height: 60px;
}

@media (min-width: 640px) {
  header {
    background-color: rgb(255, 255, 255);
    background-image: none;
    height: 98px;
  }
}

@media (min-width: 1279px) {
  header {
    height: 113px;
  }
}

header .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 640px) {
  header .controller {
    align-items: center;
  }
}

header .controller > * {
  pointer-events: auto;
}

@media (min-width: 640px) {
  .logo {
    padding: 15px 0px;
    flex: 1 1 0%;
  }
}

@media (min-width: 1279px) {
  .logo {
    padding: 20px 0px;
    flex: 0 0 auto;
  }
}

.logo img {
  width: 55px;
  height: 50px;
}

@media (min-width: 1279px) {
  .logo img {
    width: 74px;
    height: 68px;
  }
}

@media (min-width: 640px) {
  .logo img {
    width: 80px;
    height: 73.5px;
  }
}

.thumb {
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
}

@media (max-width: 1279px) and (orientation: landscape) {
  .thumb {
    padding-bottom: 56.25%;
  }
}

.thumb img {
  position: absolute;
  inset: 0px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.sub-menu-wrapper {
  position: absolute;
  height: 0px;
  overflow: hidden;
  padding: 0px 20px;
  opacity: 0;
  left: -20px;
  width: 250px;
  z-index: 100000;
}

@media (max-width: 1279px) {
  .btn-menu-mobile {
    padding: 0px !important;
  }
}

@media (min-width: 640px) {
  .btn-menu-mobile {
    margin-right: 20px;
  }
}

.btn-menu-mobile span {
  margin-left: 5px;
}

@media (max-width: 639px) {
  .btn-menu-mobile span {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .btn-menu-mobile span {
    font-size: 14px;
  }
}

@keyframes shake-btn {
  1.42%,
  12.84% {
    transform: translate3d(-1px, 0px, 0px);
  }
  2.85%,
  11.42% {
    transform: translate3d(2px, 0px, 0px);
  }
  4.28%,
  7.14%,
  10% {
    transform: translate3d(-4px, 0px, 0px);
  }
  5.71%,
  8.57% {
    transform: translate3d(4px, 0px, 0px);
  }
}

.btn-menu-mobile--concurs:hover {
  animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s 1 normal both running
    shake-btn-hover;
  transform: translate3d(0px, 0px, 0px);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake-btn-hover {
  10%,
  90% {
    transform: translate3d(-1px, 0px, 0px);
  }
  20%,
  80% {
    transform: translate3d(2px, 0px, 0px);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0px, 0px);
  }
  40%,
  60% {
    transform: translate3d(4px, 0px, 0px);
  }
}

.trigger-button.user-trigger.logged-in::before {
  display: none;
}

.wp-polls-ans ul li::before,
#sidebar ul ul li::before {
  content: "";
}

.wp-polls h2::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: -50px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 640px) {
  .wp-polls h2::before {
    left: -65px;
    height: 65px;
    width: 65px;
  }
}

.wp-polls .poll-option:hover,
.wp-polls .poll-option:focus {
  background-color: rgb(239, 239, 239);
}

.wp-polls.voted .poll-option:hover,
.wp-polls.voted .poll-option:focus {
  background-color: rgb(247, 247, 247);
}

@media (min-width: 1279px) {
  .article-hero .controller {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 55px;
  }
}

.article-hero .thumb {
  padding-bottom: 58.8%;
}

@media (min-width: 640px) {
  .article-hero .thumb {
    padding-bottom: 58.8%;
  }
}

@media (min-width: 1279px) {
  .article-hero .thumb {
    padding-bottom: 548px;
  }
}

@media (min-width: 1599px) {
  .article-hero .thumb {
    padding-bottom: 58.8%;
  }
}

.article-hero .thumb img {
  object-position: center center;
}

.sticky-container {
  padding-bottom: 20px;
}

.artC1 {
  width: 100%;
}

@media (min-width: 1279px) {
  .artC1 {
    width: 940px;
  }
}

@media (min-width: 1599px) {
  .artC1 {
    width: 1260px;
  }
}

@media (max-width: 639px) {
  .artC1 {
    padding: 0px;
  }
}

@media (min-width: 640px) {
  .title-container h1 {
    padding: 12px 0px 3px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1599px) {
  .title-container h1 {
    padding-right: 50px;
  }
}

.title-container .intro a:hover,
.title-container .intro a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-container {
  width: 100%;
  position: relative;
}

.article-signature {
  font-size: 16px;
  line-height: 1.4;
}

.article-signature a:not(.signature-comments-cta) {
  border-bottom: 1px solid rgba(234, 39, 0, 0);
}

.article-signature .box-authors {
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
}

.article-signature .box-authors .item-author {
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (min-width: 640px) {
  .article-signature .box-authors .item-author {
    margin-top: 10px;
  }
}

.article-signature .box-authors .item-author:last-child {
  margin-right: 0px;
}

.article-signature .box-authors .item-author .info-author {
  flex-direction: column;
  justify-content: center;
  line-height: normal;
}

.article-signature .box-authors .item-author .info-author .author-name {
  color: rgb(51, 51, 51);
  font-size: 18px;
}

.article-signature .box-authors .item-author .info-author .job-author {
  color: rgb(138, 134, 147);
  font-size: 14px;
}

.article-wrapper .news-item-info .breadcrumbs {
  color: rgb(51, 51, 51);
}

.article-wrapper .news-item-info h1 {
  margin-bottom: 0px;
}

@media (max-width: 1279px) {
  .article-wrapper .news-item-info h1 {
    min-height: 116px;
  }
}

.article-wrapper .news-item-info .signature-and-time {
  width: 100%;
  justify-content: space-between;
}

.article-wrapper .news-item-info .article-signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  color: rgb(121, 121, 121);
  margin-bottom: 10px;
}

@media (max-width: 639px) {
  .article-wrapper .news-item-info .article-signature {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: -30px;
  }
}

@media (min-width: 640px) {
  .article-wrapper .news-item-info .article-signature {
    margin-right: 50px;
  }
}

@media (max-width: 639px) {
  .article-wrapper .comment-and-share-wrap {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media (min-width: 640px) {
  .article-wrapper p {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.article-body {
  width: 100%;
  position: relative;
}

@media (min-width: 640px) {
  .article-body {
    margin-top: 40px;
  }
}

@media (min-width: 1599px) {
  .article-body {
    padding-right: 19px;
    padding-left: 0px;
  }
}

.article-body p a,
.article-body
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
    .comment-action-trigger
  )
  a,
.article-body
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
    .comment-action-trigger
  )
  a {
  color: rgb(225, 18, 41);
  border-bottom: 1px solid rgb(225, 18, 41);
}

.article-body p a:hover,
.article-body p a:focus,
.article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:hover,
.article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:focus,
.article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:hover,
.article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:focus {
  color: rgb(0, 127, 255);
}

.article-body p .external-link:hover,
.article-body p .external-link:focus,
.article-body
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:hover,
.article-body
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:focus,
.article-body
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:hover,
.article-body
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs)
  .external-link:focus {
  border-bottom: none;
}

.article-body
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
    .comment-actions
  ):not(.children),
.article-body
  ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.children) {
  margin: -9px 0px 18px;
  font-weight: 300;
  padding: 0px;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.2px;
}

@media (min-width: 640px) {
  .article-body
    ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
      .comment-actions
    ):not(.children),
  .article-body
    ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.children) {
    margin: -11px 0px 22px;
    padding: 0px;
  }
}

@media (min-width: 1599px) {
  .article-body
    ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
      .comment-actions
    ):not(.children),
  .article-body
    ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(.children) {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

@media (hover: hover) {
  .article-body #tags a:hover {
    border-bottom: 1px solid rgb(229, 229, 229);
  }
}

@media (min-width: 640px) {
  .article-body figure {
    margin: 38px 0px 22px;
  }
}

.article-body #content-wrapper > h2 a:hover,
.article-body #content-wrapper > h2 a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body table a:hover,
.article-body table a:focus {
  border-bottom: 1px solid rgb(234, 39, 0);
}

.article-body .zodiac-container::before {
  display: none;
}

.article-body .zodiac-container a:hover,
.article-body .zodiac-container a:focus {
  border-bottom: none;
}

.tags a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: var(--sf-img-4);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -1px 5px 0px 0px;
}

.tags a:hover {
  color: rgb(79, 79, 79);
}

.article-body .featured-video::before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  padding: 0px 0px 0px 30px;
  line-height: 40px;
  content: "VIDEO Libertatea";
  color: rgb(234, 39, 0);
  font-weight: 900;
  background: left center / 34px no-repeat;
}

.article-body .onnetworkplayercontainer::before {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0px;
  height: 40px;
  padding: 0px 0px 0px 35px;
  line-height: 40px;
  content: "VIDEO Libertatea";
  color: rgb(234, 39, 0);
  font-weight: 900;
  background: left center / 34px no-repeat;
}

.job-card__btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(211, 89, 3);
}

.login-card--blocker.popup-over::before {
  position: absolute;
  content: "";
  display: block;
  height: 400px;
  left: -25px;
  right: -25px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  bottom: 102%;
}

@media (hover: hover) {
  .login-card__buton:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(209, 35, 0);
  }
}

@media (hover: hover) {
  .login-card__buton--secondary:hover {
    color: rgb(234, 39, 0);
    background-color: rgba(234, 39, 0, 0.05);
  }
}

.save-article:hover {
  color: rgb(234, 39, 0);
}

.report-error-hr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.5em;
  height: 20px;
  background: radial-gradient(
    at center center,
    rgba(0, 0, 0, 0.1) 0%,
    transparent 80%
  );
}

@media (min-width: 640px) {
  .report-error-hr::before {
    height: 18px;
  }
}

.report-error-hr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5em;
  top: calc(-0.6em + 1px);
  background: rgb(255, 255, 255);
}

.box-ev-article__link:hover {
  background-color: rgb(191, 32, 0);
  color: rgb(255, 255, 255);
}

.share-buttons-above a:hover {
  filter: none;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.comments-wrapper {
  min-height: auto;
}

@media (max-width: 375px) {
  header .header-search {
    padding: 17px 6px;
    font-size: 16px;
  }
  header .user-trigger {
    padding-right: 10px;
  }
}

footer {
  padding: 20px;
}

@media (min-width: 1279px) and (max-width: 1599px) {
  .main-menu > li > a {
    padding: 0px 15px 0px 5px;
    margin-right: 5px;
  }
  .btn-menu-mobile span {
    font-size: 14px;
  }
  .btn-menu-mobile {
    margin-right: 15px;
  }
}

.term-financial-coaching .category-header.ctg-search .controller::before {
  background-color: rgb(40, 112, 237);
}

.term-financial-coaching .category-header.ctg-search .controller::after {
  background-color: rgb(40, 112, 237);
}

.term-financial-coaching .js-cat-title-and-description.is-collapsed::after {
  background: rgb(40, 112, 237);
}

.d-flex {
  display: flex;
}

body #side-menu .ctg--custom-gsp a:hover {
  color: rgba(255, 255, 255, 0);

  background-size: 60px;
}

.category-170296 .category-header .controller::before {
  background-color: rgb(51, 51, 51);
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
  color: rgb(31, 150, 219);
}

#onetrust-banner-sdk:focus {
  outline: rgb(0, 0, 0) solid 2px;
  outline-offset: -2px;
}

#onetrust-banner-sdk a:focus {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
  color: rgb(86, 86, 86);
}

#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy button.ot-link-btn:hover {
  text-decoration: underline;
  opacity: 1;
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}

#onetrust-pc-sdk [type="checkbox"]:disabled + label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled + label::after,
#onetrust-pc-sdk [type="checkbox"]:disabled + label {
  pointer-events: none;
  opacity: 0.7;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(104, 182, 49);
}

@keyframes onetrust-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#onetrust-banner-sdk .banner-option-input:focus + label {
  outline: rgb(0, 0, 0) auto 1px;
}

.category-vendors-list-handler + a:focus,
.category-vendors-list-handler + a:focus-visible {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
  box-sizing: content-box;
}

#onetrust-banner-sdk label::before,
#onetrust-banner-sdk label::after,
#onetrust-banner-sdk .checkbox::after,
#onetrust-banner-sdk .checkbox::before,
#onetrust-pc-sdk label::before,
#onetrust-pc-sdk label::after,
#onetrust-pc-sdk .checkbox::after,
#onetrust-pc-sdk .checkbox::before,
#ot-sdk-cookie-policy label::before,
#ot-sdk-cookie-policy label::after,
#ot-sdk-cookie-policy .checkbox::after,
#ot-sdk-cookie-policy .checkbox::before,
#ot-sync-ntfy label::before,
#ot-sync-ntfy label::after,
#ot-sync-ntfy .checkbox::after,
#ot-sync-ntfy .checkbox::before {
  content: none;
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
  color: rgb(86, 86, 86);
  text-decoration: none;
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):hover,
#onetrust-banner-sdk
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):focus {
  color: rgb(51, 51, 51);
  border-color: rgb(136, 136, 136);
  opacity: 0.7;
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:focus {
  outline: rgb(0, 0, 0) solid 2px;
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(30, 174, 219);
  border-color: rgb(30, 174, 219);
}

#onetrust-banner-sdk input[type="text"]:focus,
#onetrust-pc-sdk input[type="text"]:focus,
#ot-sdk-cookie-policy input[type="text"]:focus {
  border: 1px solid rgb(0, 0, 0);
  outline: 0px;
}

#onetrust-banner-sdk .ot-sdk-container::after,
#onetrust-banner-sdk .ot-sdk-row::after,
#onetrust-pc-sdk .ot-sdk-container::after,
#onetrust-pc-sdk .ot-sdk-row::after,
#ot-sdk-cookie-policy .ot-sdk-container::after,
#ot-sdk-cookie-policy .ot-sdk-row::after {
  content: "";
  display: table;
  clear: both;
}

.ot-sdk-cookie-policy a:hover {
  background: rgb(255, 255, 255);
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 530px) {
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td::before {
    position: absolute;
    height: 100%;
    left: 6px;
    width: 40%;
    padding-right: 10px;
  }
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td::before {
    height: 100%;
    width: 40%;
    padding-right: 10px;
  }
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td::before {
    content: attr(data-label);
    font-weight: bold;
  }
}

div#aureus-alternating-below-article-pl1::before {
  height: 11px;
  width: 100%;
  display: inline-block;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: 100% 0px;
  background-size: contain;
  content: "";
}

.videoCube:hover .trc_user_exclude_btn,
.trc_user_excluded.videoCube:hover .trc_exclude_undo_btn {
  visibility: visible;
}

.videoCube.trc_user_excluded:hover a .video-label-box .video-title {
  text-decoration: none;
}

.videoCube.trc_user_excluded:hover a .video-label-box * {
  color: rgb(0, 0, 0);
  overflow: hidden;
  transition: color 500ms ease 0s;
}

.trc_popover.trc_bottom .trc_popover_arrow::after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: rgb(255, 255, 255);
  border-top-width: 0px;
}

.trc_popover .trc_popover_arrow::after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: solid rgba(0, 0, 0, 0);
}

.trc_popover .trc_popover_arrow::after {
  border-width: 10px;
  content: "";
}

div.videoCube:hover {
  cursor: pointer;
}

.videoCube span.video-title:hover {
  text-decoration: underline;
}

.videoCube a:hover,
.videoCube a:link {
  outline: none;
  text-decoration: none !important;
}

div.videoCube:hover {
  background-color: rgb(235, 240, 255);
  color: black;
}

.videoCube:hover .thumbnail-overlay {
  position: absolute;
  background: 0% 0% / contain no-repeat transparent;
  z-index: 50;
}

.logoDiv a span:hover {
  text-decoration: underline;
}

.trc_tl .videoCube:hover span.branding {
  text-decoration: none;
}

.videoCube:hover .trc_user_adChoice_btn {
  visibility: visible;
}

.trc_related_container .trc-widget-footer:hover a span,
.trc_related_container .trc_header_ext:hover a span {
  text-decoration: underline !important;
}

.trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
.trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
.trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
.trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
  text-decoration: none !important;
}

.rbox-only-video div.syndicatedItem:hover {
  background-color: transparent;
}

.rbox-only-video .playerCube div.videoCube:hover {
  background-color: transparent;
}

.rbox-only-video .trc_pager_prev:hover,
.rbox-only-video .trc_pager_next:hover {
  color: rgb(100, 151, 237);
}

.rbox-only-video .tbl-cta-style .cta-button:hover {
  color: inherit;
  border-color: rgb(153, 153, 144);
}

.rbox-only-video .videoCube:hover .thumbnail-overlay {
}

.rbox-only-video .playerCube:hover .thumbnail-overlay {
}

.rbox-only-video div.videoCube:hover {
  background-color: transparent;
}

.rbox-only-video div.trc_pager_pages div:hover {
  color: rgb(100, 151, 237);
}

.rbox-only-video div.sponsored-default:hover {
  background-color: inherit;
}

.rbox-only-video div.syndicatedItem:hover .thumbBlock {
  border-color: inherit;
}

.rbox-only-video div.videoCube:hover .thumbBlock {
  border-color: inherit;
}

.img-info {
  width: 100%;
}

.parteners-menu li {
  margin-bottom: 0px;
}

#checkbox_comments:checked {
  background: red;
}

.comment:last-of-type {
  border-bottom: none;
}

.imp-block::before {
  content: "!";
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}

.header-top .main-menu > li > a,
.header-top .main-menu > li > a:visited,
.special-sections .parteners-menu .menu-item a,
.special-sections .parteners-menu .menu-item a:visited {
  color: rgb(47, 53, 59) !important;
}

.text-form span {
  border-bottom: 1px solid rgb(225, 18, 41);
  color: rgb(225, 18, 41);
}

.img-info {
  margin-bottom: 20px;
}

.button-link:hover {
  background-color: rgb(0, 127, 255);
}

.button-link:hover {
  background-color: rgb(0, 127, 255) !important;
}

ol {
  list-style: disc;
}

a:visited {
  color: rgb(0, 127, 255);
  border-bottom: 1px solid rgb(0, 127, 255);
}

.f1t-form {
  width: 100%;
  color: black;
}

.f1t-form label {
  width: 100%;
}

.iti__selected-dial-code {
  color: black;
}

.f1t-form-field input {
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  padding-left: 15px;
  margin-bottom: 0.5rem;
}

.email-suggestions {
  list-style: none;
  border: 1px solid rgb(221, 221, 221);
  background: rgb(255, 255, 255);
  position: absolute;
  width: calc(100% - 19px);
  z-index: 9999;
  border-radius: 2px;
  max-height: 200px;
  overflow-y: auto;
}

.email-suggestions li:hover {
  background-color: rgb(231, 231, 231);
}

.f1t-form-loader::before {
  opacity: 1;
}

.congratulations {
  background: rgb(255, 255, 255);
  height: 295px;
}

.iti {
  width: 100%;
}

.f1t-form-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-top: 45px;
  margin-left: -45px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204);
  border-image: initial;
  animation: 1s linear 0s infinite normal none running spin;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.f1t-form {
  padding: 0px 10px 10px;
}

.f1t-form {
  text-align: left;
}

.f1t-form-field__label {
  color: rgb(255, 255, 255);
}

.f1t-form-field label {
  display: block;
}

.f1t-form-field input {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  margin: 0px;
  transition: all 0.3s ease 0s;
}

.f1t-form-field input:focus,
.f1t-form-field textarea:focus,
.f1t-form-field select:focus,
.f1t-form-field input:hover,
.f1t-form-field textarea:hover,
.f1t-form-field select:hover {
  border-color: rgb(248, 155, 8);
}

.f1t-form-field--password .f1t-form-field__generate:hover {
  opacity: 0.8;
}

.f1t-form-field--password .f1t-form-field__generate:active {
  opacity: 1;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
  --iti-path-flags-1x: url(\.\.\/img\/css_photo_11\.png);
  --iti-path-flags-2x: url(\.\.\/img\/css_photo_12\.png);
  --iti-path-globe-1x: url(\.\.\/img\/css_photo_13\.png);
  --iti-path-globe-2x: url(\.\.\/img\/css_photo_14\.png);
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"] {
  position: relative;
  z-index: 0;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.iti__country-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  background: none;
  border: 0px;
  margin: 0px;
  font-size: inherit;
  color: inherit;
  border-radius: 0px;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0px;
  height: 0px;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type="text"],
.iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type="text"] {
  padding-right: var(--iti-input-padding);
  margin-left: 0px;
}

.iti--allow-dropdown .iti__country-container,
.iti--show-selected-dial-code .iti__country-container {
  right: auto;
  left: 0px;
}

.iti--allow-dropdown .iti__country-container:hover,
.iti--allow-dropdown .iti__country-container:hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:hover .iti__selected-country {
  background-color: var(--iti-hover-color);
}

.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown
  .iti__country-container:has(+ input[disabled]):hover
  .iti__selected-country,
.iti--allow-dropdown
  .iti__country-container:has(+ input[readonly]):hover
  .iti__selected-country {
  background-color: transparent;
}

.iti--show-selected-dial-code .iti__selected-country {
  background-color: var(--iti-hover-color);
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: var(--iti-arrow-padding);
}

.iti--container:hover {
  cursor: pointer;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: rgb(136, 136, 136) 0px 0px 1px 0px;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

@media (min-resolution: 2dppx) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
}

img {
  height: auto;
  max-width: 100%;
}

*,
::after,
::before {
  border: 0px solid rgb(226, 232, 240);
  box-sizing: border-box;
}

::after,
::before {
  --tw-content: "";
}

.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid rgb(211, 46, 33);
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
  margin-top: -15px;
}

.beyond_form p {
  font-weight: normal !important;
}

.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}

form {
  padding: 0px 10px;
  position: relative;
  top: auto;
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.reg-box-style {
  border-radius: 5px 5px 0px 0px;
  padding: 20px 24px 10px;
  word-break: break-word;
  font-size: 1.875rem;
  background: rgb(15, 33, 102);
  color: white;
  text-align: center;
}

.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: rgb(15, 33, 102);
}

.f1t-form-field {
  padding-bottom: 15px;
}

.f1t-form-field__label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.f1t-form-field input {
  border: 1px solid rgb(156, 163, 175);
  border-radius: 0.5rem;
  color: rgb(17, 24, 39);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 0;
  padding: 0.75rem;
  width: 100%;
}

.f1t-form-field input:focus,
.f1t-form-field input:hover,
.f1t-form-field select:focus,
.f1t-form-field select:hover,
.f1t-form-field textarea:focus,
.f1t-form-field textarea:hover {
  border-color: rgb(102, 175, 233);
}

.f1t-form-field--password .f1t-form-field__generate:hover {
  opacity: 0.8;
}

.f1t-form-field--password .f1t-form-field__generate:active {
  opacity: 1;
}

.f1t-form__submit {
  background: rgb(15, 33, 102);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-family: Oswald, sans-serif;
  height: 52px;
  padding: 8px 25px;
  text-align: center;
  text-shadow: rgba(1, 198, 0, 0.35) 0.5px 0.866px 0px;
  text-transform: uppercase;
  transition: opacity 0.3s linear 0s;
  white-space: normal;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  pointer-events: all;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0px 0px 0px 15px;
  }
}

.f1t-form__submit:hover {
  opacity: 0.7;
}

.f1t-form__checkbox__wrapper .f1t-form-field__label::before,
.f1t-form__radio__wrapper .f1t-form-field__label::before {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.f1t-form__checkbox__wrapper .f1t-form-field__label::before {
  align-items: center;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  left: -18px;
  transition: background-color 0.3s ease-in-out 0s;
  width: 18px;
}

.f1t-form__checkbox__wrapper input:checked ~ .f1t-form-field__label::before {
  background-color: rgb(21, 218, 110);
  content: "✔";
}

.f1t-form__radio__wrapper .f1t-form-field__label::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: -16px;
  width: 16px;
}

.f1t-form__radio__wrapper .f1t-form-field__label::after {
  background-color: rgb(21, 218, 110);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: -13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-in-out 0s;
  width: 10px;
}

.f1t-form__radio__wrapper input:checked ~ .f1t-form-field__label::after {
  transform: translateY(-50%) scale(1);
}

.f1t-form-field--phone label .iti--allow-dropdown input {
  padding-left: 106px !important;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  div#form {
    padding: 0px;
  }
  .px-6 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-66 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #trustedsite {
    margin-left: 20px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0px;
  }
}

.sf-hidden {
  display: none !important;
}
