:root {
    --clr-main: #1d4a99;
    --clr-second: #4c79c8;
    --clr-black: #000;
    --clr-white: #fff;
    --clr-IB-gray: #eee;
    --clr-IB-color: #1d4a99;
    --clr-img-caption: #555;
    --clr-art-suptitle: #555;
    --clr-art-head: #000;
    --clr-art-subhead: #000;
    --clr-art-date: #555;
    --clr-art-author: #000;
    --clr-art-text: #000;
    --clr-art-tag: #fff;
    --clr-art-tag-backg: #14933e;
    --clr-SectionColor: #f8d71a;
    --clr-mod-head: #969696;
    --clr-mod-head-border: #969696;
    --clr-card-suptitle: #1d4a99;
    --clr-card-head: #000;
    --font-main: Roboto, sans-serif;
    --font-second: Roboto, sans-serif;
    --font-third: Roboto, sans-serif;
    --font-art-imginfo: Roboto, sans-serif;
    --font-art-suptitle: Roboto, sans-serif;
    --font-art-head: Roboto, sans-serif;
    --font-art-date: Roboto, sans-serif;
    --font-art-author: Roboto, sans-serif;
    --font-art-text: Roboto, sans-serif;
    --font-art-tag: Roboto, sans-serif;
    --font-card-suptitle: Roboto, sans-serif;
    --font-card-head: Roboto, sans-serif;
    --font-card-author: Roboto, sans-serif;
    --font-card-date: Roboto, sans-serif;
    --font-IB-title: Roboto, sans-serif;
    --font-IBquote-title: Roboto, sans-serif;
    --font-IBquote-text: Roboto, sans-serif;
  }
  @use "sass:map";
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    font-family: "Roboto", sans-serif;
  }
  picture {
    line-height: 0;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  li,
  button,
  figure {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: var(--clr-black);
    transition: all 0.3s ease-in-out;
  }
  a:hover,
  a:focus,
  a:active {
    opacity: 0.9;
    text-decoration: none;
  }
  ul {
    list-style: none;
  }
  ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .se-figure--card,
  .se-figure--article {
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .se-figure--card picture,
  .se-figure--article picture {
    display: block;
  }
  .se-figure--card img,
  .se-figure--article img {
    width: 100%;
  }
  .load-more--button {
    margin: 2rem auto;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background-color: #1d4a99;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .load-more--button:hover,
  .load-more--button:focus,
  .load-more--button:active {
    opacity: 0.8;
    transition: all 0.3s;
    cursor: pointer;
  }
  .subscribe2 {
    display: flex;
    justify-content: center;
  }
  .subscribe2 button {
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #14933e;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .subscribe2 button:hover {
    background-color: #f8d71a;
    color: #000;
  }
  .subscribe > button,
  .readnow > button {
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #f8d71a;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
  }
  .arrow {
    cursor: pointer;
    width: 5px;
    margin-top: 5px;
  }
  .se-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .se-header {
      flex-direction: row-reverse;
      justify-content: flex-end;
      margin: 0 2.4rem;
      width: auto;
    }
  }
  .se-header-container--1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1236px;
    height: 108px;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .se-header-container--1 {
      margin: 0.4rem auto;
      height: auto;
    }
  }
  .se-header-container--2 {
    background-color: #f5f5f5;
    height: 60px;
    font-size: 1.6rem;
    width: 100%;
    position: relative;
  }
  @media (max-width: 767.98px) {
    .se-header-container--2 {
      height: 100%;
      margin-right: 4.6rem;
      width: auto;
      background-color: transparent;
    }
  }
  .se-header-container--2 .se-input--hamburger {
    display: none;
  }
  .se-header-container--2 .se-input--hamburger:checked ~ .se-header-nav {
    left: -2.4rem;
  }
  .se-header-container--2 .se-button--hamburger {
    display: none;
    width: 24px;
    height: 24px;
    background: url("/themes/efm/graphics/hamburger.svg") center;
    background-size: cover;
  }
  @media (max-width: 767.98px) {
    .se-header-container--2 .se-button--hamburger {
      display: block;
    }
  }
  .se-header-nav {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 1.6rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .se-header-nav {
      position: absolute;
      flex-direction: column;
      left: -2500px;
      z-index: 9;
      width: 100vw;
      top: 45px;
      background-color: #fff;
    }
  }
  .se-header-dropdown {
    position: absolute;
    left: -12px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    width: clamp(100%, 230px, 300px);
    display: flex;
    flex-direction: column;
    top: 5rem;
  }
  .se-header-dropdown li {
    padding: 1.2rem 1.6rem;
    font-weight: 600;
  }
  .se-header-dropdown li:hover {
    background-color: #757575;
  }
  .se-header-dropdown li:hover a {
    color: #fff;
  }
  .se-header-dropdown li:not(:last-child) {
    border-bottom: 1px solid;
  }
  .se-header-dropdown-container {
    margin: 0 40px;
    padding: 2.4rem 0;
    position: relative;
  }
  .se-header-dropdown-container:hover .se-header-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .se-header .language {
    position: relative;
    height: 24px;
    width: 24px;
  }
  .se-header .language img {
    width: 20px;
    border-radius: 50%;
  }
  .se-header .language-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: absolute;
  }
  .se-header .language-list li {
    transition: opacity 0.2s, visibility 0.1s 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  .se-header .language-list li:first-child {
    opacity: 1;
    visibility: visible;
  }
  .se-header .language .li-arrow::after {
    top: -2px;
    right: -12px;
  }
  .se-header .language:hover .language-list li {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0.1s;
  }
  .se-header .subscribe > button {
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #f8d71a;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .se-header .subscribe > button:hover {
    background-color: #14933e;
    color: #fff;
  }
  @media (max-width: 767.98px) {
    .se-header .subscribe > button {
      display: none;
    }
  }
  .se-header-group {
    display: flex;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .se-header-group--1 {
      width: 100%;
      justify-content: space-between;
    }
  }
  .se-header-search {
    display: flex;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .se-header-search {
      margin-right: 1rem;
    }
  }
  .se-header-search input {
    border: none;
    border-bottom: 1px solid #000;
    width: 250px;
    padding-left: 10px;
    margin: 0 10px 0 30px;
  }
  .se-header-search input:focus-visible {
    outline: none;
  }
  
  .se-header-search button{
      border: none;
      background: none;
      cursor: pointer;
  }
  
  @media (max-width: 767.98px) {
    .se-header-search input {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .se-header-search img {
      width: 24px;
      height: 24px;
    }
  }
  .se-header .li-arrow::after {
    content: "";
    background: url(/themes/efm/graphics/strelica.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -20px;
  }
  @media (max-width: 767.98px) {
    .se-header .login span {
      display: none;
    }
  }
  .se-header .login > button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 48px;
    padding: 1rem;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #eee;
    border-radius: 4px;
    margin-right: 26px;
    cursor: pointer;
  }
  .se-header .login > button:hover {
    background-color: #b8b8b8;
  }
  @media (max-width: 767.98px) {
    .se-header .login > button {
      padding: 0.8rem;
      height: auto;
      margin-right: 1rem;
    }
  }
  #module_90,
  #module_99,
  #module_106 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    background-color: #fff;
  }
  @media (max-width: 767.98px) {
    #module_90,
    #module_99,
    #module_106 {
      border-top: 1px solid #f5f5f5;
      border-bottom: 1px solid #f5f5f5;
    }
  }
  #module_90 ~ .se-page,
  #module_99 ~ .se-page,
  #module_106 ~ .se-page {
    margin-top:  16.8rem;
  }
  @media (max-width: 767.98px) {
    #module_90 ~ .se-page,
    #module_99 ~ .se-page,
    #module_106 ~ .se-page {
      margin-top: 7.8rem;
    }
  }
  #module_90 ~ .se-page--profile,
  #module_99 ~ .se-page--profile,
  #module_106 ~ .se-page--profile {
    margin-top: 20rem;
  }

  #module_90 ~ .se-page--article,
  #module_99 ~ .se-page--article,
  #module_106 ~ .se-page--article {
    margin-top: 22.8rem;
  }
  @media (max-width: 768px) {
  #module_90 ~ .se-page--article,
  #module_99 ~ .se-page--article,
  #module_106 ~ .se-page--article {
    margin-top: 10.8rem;
  }
    
  }
  #module_90:has(~ .se-page--article),
  #module_99:has(~ .se-page--article),
  #module_106:has(~ .se-page--article),
  #module_90:has(~ .se-page--homepage),
  #module_99:has(~ .se-page--homepage),
  #module_106:has(~ .se-page--homepage),
  #module_90:has(~ .se-page--section),
  #module_99:has(~ .se-page--section),
  #module_106:has(~ .se-page--section),
  #module_90:has(~ .se-page--staticarticle),
  #module_99:has(~ .se-page--staticarticle),
  #module_106:has(~ .se-page--staticarticle)
{
    top: 26rem;
  }
  @media (max-width: 767.98px) {
    #module_90:has(~ .se-page--article),
    #module_99:has(~ .se-page--article),
    #module_106:has(~ .se-page--article),
  #module_90:has(~ .se-page--homepage),
  #module_99:has(~ .se-page--homepage),
  #module_106:has(~ .se-page--homepage),
  #module_90:has(~ .se-page--section),
  #module_99:has(~ .se-page--section),
  #module_106:has(~ .se-page--section),
  #module_90:has(~ .se-page--staticarticle),
  #module_99:has(~ .se-page--staticarticle),
  #module_106:has(~ .se-page--staticarticle)
    {
      top: 16rem;
    }
  }
  
  #module_90 ~ .se-page--search,
  #module_99 ~ .se-page--search,
  #module_106 ~ .se-page--search {
    margin-top: 20.8rem;
  }
  @media (max-width: 767.98px) {
    #module_90 ~ .se-page--search,
    #module_99 ~ .se-page--search,
    #module_106 ~ .se-page--search {
      margin-top: 9.8rem;
    }
  }
  
  .se-footer {
    padding: 4rem 0 2rem 0;
  }
  .se-footer-container--1 {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 1fr);
    gap: 15rem;
  }
  @media (max-width: 767.98px) {
    .se-footer-container--1 {
      grid-template-columns: minmax(1rem, 1fr);
      margin: 0 2rem 4rem 2rem;
      gap: 3rem;
    }
  }
  .se-footer-container--1 h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 18px;
    border-left: 8px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .se-footer-container--2 {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .se-footer-container--2 {
      display: block;
    }
  }
  .se-footer-social-media {
    position: relative;
    justify-items: flex-end;
  }
  @media (max-width: 767.98px) {
    .se-footer-social-media {
      justify-items: flex-start;
    }
  }
  .se-footer-social-media ul {
    display: flex;
    gap: 1rem;
    padding-right: 3.5rem;
  }
  @media (max-width: 767.98px) {
    .se-footer-social-media ul {
      gap: 2rem;
    }
  }
  .se-footer-social-media ul li a {
    line-height: 0;
    display: block;
  }
  .se-footer-logos {
    margin: 0rem 1rem;
    position: relative;
  }
  .se-footer-logos .scroll-overlay {
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
    height: 100%;
    position: absolute;
    z-index: 9;
  }
  @media (min-width: 768px) {
    .se-footer-logos .scroll-overlay {
      display: none;
    }
  }
  .se-footer-logos .scroll-overlay--left {
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.631373) 50%,
      #fff
    );
    left: 0;
  }
  .se-footer-logos .scroll-overlay--right {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.631373) 50%,
      #fff
    );
    right: 0px;
  }
  .se-footer-logos .scroll-overlay--right.hidden,
  .se-footer-logos .scroll-overlay--left.hidden {
    opacity: 0;
  }
  .se-footer-logos .scroll-arrow {
    position: absolute;
    background-size: cover;
    width: 16px;
    height: 28px;
    z-index: 10;
    top: calc(50% - 16px);
    background: url("/themes/efm/graphics/arrow-left.svg") center no-repeat;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .se-footer-logos .scroll-arrow {
      display: none;
    }
  }
  .se-footer-logos .scroll-arrow--left {
    left: -0.8rem;
  }
  .se-footer-logos .scroll-arrow--right {
    right: -0.8rem;
    transform: rotate(180deg);
  }
  .se-footer-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (max-width: 767.98px) {
    .se-footer-logos ul {
      flex-wrap: nowrap;
      overflow-x: auto;
      scrollbar-width: none;
      justify-content: flex-start;
      margin: 0 1.6rem;
    }
  }
  .se-footer-text {
    max-width: 800px;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
  }
  @media (max-width: 767.98px) {
    .se-footer-text {
      margin: 0 2rem;
    }
  }
  .se-footer-subscribe > * {
    margin-bottom: 2rem;
  }
  .se-footer-subscribe p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #555;
  }
  .se-footer-subscribe button {
    padding: 1.6rem 2.4rem;
    background-color: #e94272;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 4px;
    border-color: transparent;
    font-family: "Roboto", sans-serif;
  }
  @media (max-width: 767.98px) {
    .se-footer-subscribe button {
      width: 100%;
    }
  }
  .se-footer-useful-links ul {
    display: grid;
    grid-template-rows: repeat(2, minmax(1rem, 1fr));
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 1fr) minmax(1rem, 2fr);
    gap: 0rem 4rem;
  }
  @media (max-width: 767.98px) {
    .se-footer-useful-links ul {
      grid-template-rows: minmax(1rem, 1fr);
      grid-template-columns: minmax(1rem, 1fr);
      gap: 0rem 4rem;
    }
  }
  .se-footer-useful-links ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .se-footer-useful-links ul li a {
    color: #555;
  }
  .se-footer-useful-links ul li a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #f8d71a;
    text-decoration-color: #f8d71a;
    text-decoration-thickness: 2px;
  }
  @media (max-width: 767.98px) {
    .se-footer-useful-links ul li:nth-child(3n + 1) {
      margin-bottom: 2rem;
    }
  }
  .footer-line {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 28px;
    margin-bottom: 25px;
  }
  .se-article--path {
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
  }
  .se-article--head {
    font-size: 4rem;
    line-height: 4.2rem;
    font-weight: 600;
    border-left: 24px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .se-article--text {
    padding: 4rem 2rem 2rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
  }

  .se-article--tags {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
  }

  .se_article_web_tags {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .se_article_tag {
    display: inline-block;
    height: 4rem;
    background-color: #14933e;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px;
  }
  .se-container--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .se-article--text a {
    text-decoration: underline;
    color: #14933e;
  }
  
  .se-article--text ul {
    list-style: disc;
    margin: 0;
    padding-left: 40px;
  }
  
  .se-article--text ul li:last-child {
    margin-bottom: 10px;
  }
  
  .se-article--text ol {
    list-style: auto;
    margin: 0;
    padding-left: 40px;
  }
  
  .se-article--text ol li:last-child {
    margin-bottom: 10px;
  }
  
  .se-staticarticle--head {
    margin: 4rem 0;
    padding-top: 60px;
  }
  .issue-container {
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
  }
  @media (max-width: 767.98px) {
    .issue-container {
      flex-direction: column;
    }
  }
  .issue-container button {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #14933e;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    padding: 10px;
  }
  .issue-container button a {
    color: #fff;
  }
  .issue-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .issue-cover img {
    width: 175px;
  }
  .download-link {
    color: #fff;
  }
  .contact-background {
    position: relative;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 16px;
    padding: 30px;
  }
  @media (max-width: 767.98px) {
    .contact-background {
      padding: 30px 20px;
      margin: 1rem;
    }
  }
  .contact-item {
    height: 4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
    padding-left: 5rem;
    position: relative;
  }
  .contact-item::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0rem;
  }
  .contact-item--map::before {
    background: url("/themes/efm/graphics/location.svg") no-repeat;
  }
  .contact-item--phone::before {
    background: url("/themes/efm/graphics/phone.svg") no-repeat;
  }
  .contact-item--web::before {
    background: url("/themes/efm/graphics/web.svg") no-repeat;
  }
  .contact-item--mail::before {
    background: url("/themes/efm/graphics/mail.svg") no-repeat;
  }
  .advertisers-wrapper {
    display: grid;
    grid-template-columns: minmax(1rem, 2fr) minmax(1rem, 1fr);
    gap: 8rem;
  }
  @media (max-width: 767.98px) {
    .advertisers-wrapper {
      grid-template-columns: minmax(1rem, 1fr);
    }
  }
  .advertisers-wrapper .contact-item--map {
    height: 9rem;
  }
  .contact-background h2 {
    margin: 0 0 2rem 0;
  }
  .price-download button {
    height: 48px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #f8d71a;
    border-radius: 4px;
    margin: 30px 0 11px 0;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .price-download button:hover {
    background-color: #14933e;
  }
  .price-download button:hover a {
    color: #fff;
  }
  .price-download p a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #f8d71a;
    text-decoration-color: #f8d71a;
    text-decoration-thickness: 2px;
  }
  .download-link {
    color: #000;
  }
  .prices-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prices-wrapper h2 {
    margin: 10rem 0 2rem 0;
  }
  @media (max-width: 767.98px) {
    .efm-subscription img {
      width: 100%;
    }
  }
  table {
    max-width: 500px;
    font-size: 16px;
    line-height: 20px;
  }
  @media (max-width: 767.98px) {
    table thead tr th {
      padding: 0.8rem;
    }
  }
  table th {
    background-color: #f8d71a;
  }
  table tr:nth-child(even) {
    background: #ddd;
  }
  table tr:nth-child(odd) {
    background: #b8b8b8;
  }
  table th,
  table td {
    padding: 20px;
  }
  .se-ad {
    background-color: #fff;
    position: relative;
  }
  .se-ad::before {
    content: "reklama";
    text-transform: uppercase;
    color: #b8b8b8;
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.5rem;
    top: -1.8rem;
  }
  .se-ad::after {
    content: "";
    text-transform: uppercase;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #666;
  }
  .se-ad--article#ad_article_above_headline {
    grid-column: 1/2;
  }
  @media (min-width: 768px) {
    .se-ad--article#ad_article_above_headline {
      grid-column: 1/3;
      display: none;
    }
  }
  .se-ad--article#ad_article_above_header {
    margin: 4rem auto 2rem auto;
    width: 940px;
    height: 200px;
  }
  .se-ad--article#ad_article_above_header::after {
    content: "940x200";
  }
  @media (max-width: 767.98px) {
    .se-ad--article#ad_article_above_header {
      width: 300px;
      height: 100px;
    }
    .se-ad--article#ad_article_above_header::after {
      content: "300x100";
    }
  }
  @media (max-width: 767.98px) {
    .se-ad--article#ad_article_above_headline {
      margin: 1rem auto 4rem auto;
      width: 300px;
      height: 300px;
    }
    .se-ad--article#ad_article_above_headline::after {
      content: "300x300";
    }
  }
  .se-ad--article#ad_article_side {
    margin: 4rem auto;
    width: 300px;
    height: 600px;
    /* hide ad */
    display:none;
  }
  .se-ad--article#ad_article_side::after {
    content: "300x600";
  }
  .se-ad--section#ad_section_side {
    margin: 4rem auto;
    width: 300px;
    height: 600px;
  }
  .se-ad--section#ad_section_side::after {
    content: "300x600";
  }
  .se-ad--section#ad_section_pagebreak_1 {
    margin: 4rem auto;
    width: 750px;
    height: 200px;
  }
  .se-ad--section#ad_section_pagebreak_1::after {
    content: "750x200";
  }
  @media (max-width: 767.98px) {
    .se-ad--section#ad_section_pagebreak_1 {
      width: 300px;
      height: 300px;
    }
    .se-ad--section#ad_section_pagebreak_1::after {
      content: "300x300";
    }
  }
  .se-page {
    max-width: 1240px;
    margin: 0 auto;
  }
  .se-page--homepage {
    max-width: none;
  }
  .se-page--article {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(1rem, 46fr) minmax(1rem, 15fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 4.2rem;
  }
  @media (max-width: 767.98px) {
    .se-page--article {
      grid-template-columns: minmax(1rem, 1fr);
      margin-top: 5.6rem;
    }
  }
  .se-page--staticarticle {
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .se-page--staticarticle {
      margin: 1rem;
    }
  }
  .se-page--staticarticle p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .se-page--staticarticle h1 p {
    font-size: 4rem;
    line-height: 3.2rem;
    font-weight: 600;
    border-left: 24px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .se-page--staticarticle h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin: 4rem 0;
  }
  .se-page--subscription .subscription-top {
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 1fr);
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
  @media (max-width: 767.98px) {
    .se-page--subscription .subscription-top {
      grid-template-columns: minmax(1rem, 1fr);
      margin: 0 2rem 5rem 2rem;
    }
  }
  .se-page--subscription img {
    width: 100%;
  }
  .se-page--reset-password
    .se-sso-page-container.se-sso-page-container--reset-password {
    margin: 0 20%;
  }
  .se-page--reset-password
    .se-sso-page-container.se-sso-page-container--reset-password
    .se-sso-form-container
    .se-sso-form-line {
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 3fr);
  }
  @media (max-width: 767.98px) {
    .se-page--reset-password
      .se-sso-page-container.se-sso-page-container--reset-password
      .se-sso-form-container
      .se-sso-form-line {
      grid-template-columns: minmax(1rem, 1fr);
    }
  }
  .se-page--profile .se-sso-page-container--profile {
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0.7rem;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .se-page--profile .se-sso-page-container--profile h3 {
    padding: 1.2rem 0;
    border-bottom: 1px solid #dddddd;
    font-size: 2.6rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  .se-page--profile .se-sso-page-container--profile #se-sso-profile {
    display: flex;
    flex-direction: column;
  }
  .se-page--profile
    .se-sso-page-container--profile
    #se-sso-profile
    .se-sso-submit {
    background-color: #2f8d4e;
    border: none;
    color: white;
    border-radius: 0.6rem;
    padding: 1rem 1.8rem;
    cursor: pointer;
    width: 100%;
    margin-top: 2rem;
    transition: background-color 0.2s ease-in;
  }
  .se-page--profile
    .se-sso-page-container--profile
    #se-sso-profile
    .se-sso-submit:hover {
    background-color: #1a592f;
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-profile-tab {
    display: none;
  }
  @media (max-width: 767.98px) {
    .se-page--profile
      .se-sso-page-container--profile
      .se-sso-profile-tab--subscription
      .se-sso-display-control-container {
      display: flex;
      padding-bottom: 0;
    }
    .se-page--profile
      .se-sso-page-container--profile
      .se-sso-profile-tab--subscription
      .se-sso-label {
      position: relative;
      bottom: -1px;
    }
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-subtab {
    display: none;
  }
  .se-page--profile
    .se-sso-page-container--profile:has(#se-sso-display-control-profile:checked)
    .se-sso-profile-tab--profile {
    display: block;
  }
  .se-page--profile
    .se-sso-page-container--profile:has(
      #se-sso-display-control-subscription:checked
    )
    .se-sso-profile-tab--subscription {
    display: block;
  }
  .se-page--profile
    .se-sso-page-container--profile:has(#se-sso-display-control-payments:checked)
    .se-sso-profile-tab--payments {
    display: block;
  }
  .se-page--profile
    .se-sso-page-container--profile:has(#se-sso-display-control-active:checked)
    .se-sso-subtab--active {
    display: block;
  }
  .se-page--profile
    .se-sso-page-container--profile:has(#se-sso-display-control-expired:checked)
    .se-sso-subtab--expired {
    display: block;
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-form-line {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 30rem);
    gap: 2rem;
  }
  @media (max-width: 767.98px) {
    .se-page--profile .se-sso-page-container--profile .se-sso-form-line {
      grid-template-columns: minmax(1rem, 1fr);
      gap: 1rem;
    }
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-form-line input,
  .se-page--profile .se-sso-page-container--profile .se-sso-form-line select {
    border: 1px solid #969696;
    background: #fff;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 0.7rem;
    padding-right: 0.8rem;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-form-line
    input::-moz-placeholder,
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-form-line
    select::-moz-placeholder {
    color: #555;
    opacity: 1;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-form-line
    input::placeholder,
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-form-line
    select::placeholder {
    color: #555;
    opacity: 1;
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-form-line input:focus,
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-form-line
    select:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-form-line--tos {
    display: none;
  }
  .se-page--profile .se-sso-page-container--profile .se-sso-label {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding-right: 0.8rem;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-profile-radio.se-sso-profile-radio--gender {
    display: flex;
    align-items: center;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container {
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container
    .se-sso-label {
    padding: 1rem 2rem;
  }
  @media (max-width: 767.98px) {
    .se-page--profile
      .se-sso-page-container--profile
      .se-sso-display-control-container
      .se-sso-label {
      padding: 1rem 0.8rem;
    }
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container:has(#se-sso-display-control-profile:checked)
    .se-sso-label--profile {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #bc2d1e;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container:has(
      #se-sso-display-control-subscription:checked
    )
    .se-sso-label--subscription {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #bc2d1e;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container:has(
      #se-sso-display-control-payments:checked
    )
    .se-sso-label--payments {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #bc2d1e;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container:has(#se-sso-display-control-active:checked)
    .se-sso-label--active {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #bc2d1e;
  }
  .se-page--profile
    .se-sso-page-container--profile
    .se-sso-display-control-container:has(#se-sso-display-control-expired:checked)
    .se-sso-label--expired {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #bc2d1e;
  }
  .se-subsription-container h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 20px 0 30px 0;
  }
  .se-subsription-container h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 30px 0 10px 0;
  }
  .se-subsription-container p {
    font-size: 20px;
    line-height: 24px;
  }
  .se-subsription-container label {
    font-size: 14px;
    line-height: 18px;
  }
  .se-subsription-container #subscribe {
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    border: none;
    background-color: #f8d71a;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .subscription-bottom {
    margin-bottom: 50px;
  }
  @media (max-width: 767.98px) {
    .subscription-bottom {
      margin: 0 2rem 5rem 2rem;
    }
  }
  .subscription-bottom .subscription-bottom--title-wrapper {
    margin-bottom: 20px;
  }
  @media (max-width: 767.98px) {
    .subscription-bottom .subscription-bottom--title-wrapper {
      display: flex;
      justify-content: space-between;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .se-tab--additional-info-content,
  .se-tab--description-content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .se-tab--description-content ul {
    list-style-type: circle;
  }
  .se-tab--additional-info-content ul {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  @media (max-width: 767.98px) {
    .se-tab--additional-info-content ul > :nth-child(2n + 1) {
      padding-right: 1.6rem;
    }
  }
  .se-tab--additional-info-content ul li {
    position: relative;
    margin-top: 30px;
  }
  .se-tab--additional-info-content ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(20px);
  }
  .se-tab--additional-info-content ul li:nth-child(1),
  .se-tab--additional-info-content ul li:nth-child(3) {
    font-weight: 600;
  }
  .se-tab-content {
    display: none;
  }
  #description-tab:checked ~ .se-tab--description-content {
    display: block;
  }
  #additional-info-tab:checked ~ .se-tab--additional-info-content {
    display: block;
  }
  .subscription-bottom .se-tab {
    cursor: pointer;
    padding: 10px;
    margin-right: 50px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  @media (max-width: 767.98px) {
    .subscription-bottom .se-tab {
      margin-right: 0;
      font-size: 16px;
    }
  }
  .subscription-bottom .se-tab:hover {
    color: #ddd;
  }
  .tab-input {
    display: none;
  }
  form .se-form-container--prices .se-prices--digital,
  form .se-form-container--prices .se-prices--print-digital {
    display: none;
  }
  form:has(.language input:checked):has(.subscription-type #digital-radio:checked)
    .se-prices--digital {
    display: block;
  }
  form:has(.language input:checked):has(.subscription-type #digital-radio:checked)
    .se-prices--digital
    p {
    margin-top: 20px;
  }
  form:has(.language input:checked):has(
      .subscription-type #print-digital-radio:checked
    )
    .se-prices--print-digital {
    display: block;
  }
  form:has(.language input:checked):has(
      .subscription-type #print-digital-radio:checked
    )
    .se-prices--print-digital
    p {
    margin-top: 20px;
  }
  .subscription-bottom:has(#description-tab:checked)
    .se-tab--description-content {
    display: block;
  }
  .subscription-bottom:has(#description-tab:checked) .se-tab--description-title {
    color: #14933e;
    border-bottom: 3px solid #14933e;
  }
  .subscription-bottom:has(#description-tab:checked)
    .se-tab--additional-info-content {
    display: none;
  }
  .subscription-bottom:has(#additional-info-tab:checked)
    .se-tab--description-content {
    display: none;
  }
  .subscription-bottom:has(#additional-info-tab:checked)
    .se-tab--additional-info-content {
    display: block;
  }
  .subscription-bottom:has(#additional-info-tab:checked)
    .se-tab--additional-info-title {
    color: #14933e;
    border-bottom: 3px solid #14933e;
  }
  h1 {
    color: black;
  }
  .se-sso-popup-container {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 6;
  }
.se-sso-popup-container #registerErrorBox,  .se-sso-popup-container #errorBox,
.se-sso-popup-container #forgottenPasswordErrorBox, 
.se-sso-container--reset-password #resetPasswordErrorBox,
.se-page--confirm-registration #confirmRegistrationErrorBox,
.registration-thank-you-page {
    padding: 1rem;
    font-size: 2rem;
  }
.se-sso-popup-container #registerSuccess,
.se-sso-popup-container #forgottenPasswordSuccess,
.se-sso-container--reset-password #resetPasswordSuccess, 
.se-page--confirm-registration #confirmRegistrationSuccess {
    padding: 1rem;
    font-size: 1.8rem;
  }
  .se-sso-popup-container:has(
      #se-sso-popup-control-login-1:checked,
      #se-sso-popup-control-login-2:checked
    )
    .se-sso-container--login {
    display: flex;
  }
  .se-sso-popup-container:not(
      :has(
          #se-sso-popup-control-login-1:checked,
          #se-sso-popup-control-login-2:checked
        )
    )
    .se-sso-container--login {
    display: none;
  }
  .se-sso-popup-container:has(
      #se-sso-popup-control-forgot-password-1:checked,
      #se-sso-popup-control-forgot-password-2:checked
    )
    .se-sso-container--forgot-password {
    display: flex;
  }
  .se-sso-popup-container:not(
      :has(
          #se-sso-popup-control-forgot-password-1:checked,
          #se-sso-popup-control-forgot-password-2:checked
        )
    )
    .se-sso-container--forgot-password {
    display: none;
  }
  .se-sso-popup-container:has(
      #se-sso-popup-control-register-1:checked,
      #se-sso-popup-control-register-2:checked
    )
    .se-sso-container--register {
    display: flex;
  }
  .se-sso-popup-container:not(
      :has(
          #se-sso-popup-control-register-1:checked,
          #se-sso-popup-control-register-2:checked
        )
    )
    .se-sso-container--register {
    display: none;
  }
  .se-sso-container {
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-radius: 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    margin-top: 4rem;
  }
  @media (max-width: 767.98px) {
    .se-sso-container {
      width: 100%;
    }
  }
  .se-sso-container h3 {
    padding: 1.2rem;
    border-bottom: 1px solid #ddd;
    font-size: 2.6rem;
    width: 100%;
  }
  .se-sso-form-container {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2.2rem 1.2rem 1.5rem 1.2rem;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 1fr);
    gap: 0 3rem;
  }
  @media (max-width: 767.98px) {
    .se-sso-form-container {
      gap: 0 2rem;
    }
  }
  .se-sso-form-container form {
    grid-column: 1/3;
  }
  .se-sso-form-container .se-sso-label {
    line-height: 1.6;
    padding-left: 0.7rem;
    padding-right: 0.8rem;
  }
  @media (max-width: 767.98px) {
    .se-sso-form-container .se-sso-label {
      padding-left: 0;
    }
  }
  .se-sso-form-container > label.se-sso-label {
    /*! width: 50%; */
    background: transparent;
    padding: 1rem;
    color: #000;
    font-size: 1.5rem;
    border-width: 0.2rem;
    border-radius: 0.4rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
    margin: 0.8rem 0;
    transition: 0.3s;
  }
  .se-sso-form-container > label.se-sso-label:hover {
    background-color: #ddd;
    opacity: 0.7;
  }
  .se-sso-form-container .se-sso-form-line {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, 30rem);
    gap: 2rem;
  }
  @media (max-width: 767.98px) {
    .se-sso-form-container .se-sso-form-line {
      grid-template-columns: minmax(1rem, 1fr);
      gap: 1rem;
    }
  }
  .se-sso-form-container .se-sso-form-line input {
    border: 1px solid #969696;
    background: #fff;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 0.7rem;
    padding-right: 0.8rem;
  }
  .se-sso-form-container .se-sso-form-line input::-moz-placeholder {
    color: #555;
    opacity: 1;
  }
  .se-sso-form-container .se-sso-form-line input::placeholder {
    color: #555;
    opacity: 1;
  }
  .se-sso-form-container .se-sso-form-line input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .se-sso-form-container .se-sso-form-line--tos {
    grid-template-columns: minmax(1rem, 1fr) minmax(1rem, auto);
  }
  .se-sso-form-container .se-sso-form-line--tos #se-sso-tos {
    margin: 0 1rem 0 0;
  }
  .se-sso-button-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding: 2.7rem 1.2rem 1.4rem 1.2rem;
    gap: 3rem;
    width: 100%;
  }
  .se-sso-button-group > * {
    margin: 0.25rem;
  }
  .se-sso-button-group .se-sso-button {
    background: transparent;
    padding: 1rem;
    width: 100%;
    color: #000;
    font-size: 1.5rem;
    border-width: 0.2rem;
    border-radius: 0.4rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: 0.3s;
  }
  .se-sso-button-group .se-sso-button:hover {
    opacity: 0.7;
    color: #fff;
  }
  .se-sso-button-group .se-sso-button--cancel {
    border-color: #bc2d1e;
  }
  .se-sso-button-group .se-sso-button--cancel:hover {
    background-color: #bc2d1e;
  }
  .se-sso-button-group .se-sso-button--login {
    border-color: #2f8d4e;
  }
  .se-sso-button-group .se-sso-button--login:hover {
    background-color: #2f8d4e;
  }
  .se-sso-button-group .se-sso-button--register {
    border-color: #2f8d4e;
  }
  .se-sso-button-group .se-sso-button--register:hover {
    background-color: #2f8d4e;
  }
  .se-sso-button-group .se-sso-button--send {
    border-color: #2f8d4e;
  }
  .se-sso-button-group .se-sso-button--send:hover {
    background-color: #2f8d4e;
  }
  .se-sso-screen-wipe {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: -1;
    top: 0;
  }
  .se-card a {
    text-decoration: none;
  }
  .se-card--xl {
    position: relative;
  }
  .se-card--xl .se-card__content {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    width: 100%;
    padding: 40px 20px 15px 20px;
  }
  .se-card--xl .se-card__head {
    max-width: 58rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
  }
  .se-card--m {
    position: relative;
  }
  .se-card--m .se-card__content {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    width: 100%;
    padding: 40px 20px 15px 20px;
  }
  .se-card--m .se-card__head {
    max-width: 58rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
  }
  .se-card--l {
    position: relative;
  }
  .se-card--l .se-card__content {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    width: 100%;
    padding: 40px 20px 15px 20px;
  }
  .se-card--l .se-card__head {
    max-width: 58rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
  }
  .se-card--xs .se-card__content {
    padding: 10px 20px 10px 20px;
  }
  .se-card--xs .se-card__head {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #000;
    font-weight: 600;
  }
  .se-card--s .se-card__content {
    padding: 10px 20px 10px 20px;
  }
  .se-card--s .se-card__supertitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #1d4a99;
    margin-bottom: 0.5rem;
  }
  .se-card--s .se-card__head {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #000;
    font-weight: 600;
  }
  .se-card--s_NI .se-card__content {
    padding: 10px 20px 10px 20px;
  }
  .se-card--s_NI .se-card__supertitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #1d4a99;
    margin-bottom: 0.5rem;
  }
  .se-card--s_NI .se-card__head {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #000;
    font-weight: 600;
  }
  .se-module-group-container--main {
    background: linear-gradient(#4c79c8, #1d4a99);
    padding: 0.4rem 0;
  }
  .se-module-group-container--news,
  .se-module-group-container--law-and-advice,
  .se-module-group-container--other {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .se-module-group-container--news h2,
  .se-module-group-container--law-and-advice h2,
  .se-module-group-container--other h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-weight: 600;
    border-left: 20px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  @media (max-width: 767.98px) {
    .se-module-group-container--news h2,
    .se-module-group-container--law-and-advice h2,
    .se-module-group-container--other h2 {
      font-size: 2.4;
    }
  }
  @media (max-width: 767.98px) {
    .se-module-group-container--law-and-advice,
    .se-module-group-container--other {
      margin: 4rem 2rem;
    }
  }
  .se-module--related h2 {
    font-size: 2.4rem;
    line-height: 3.1rem;
    font-weight: 600;
    border-left: 20px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
    margin-top: 3.5rem;
  }
  .se-module--2XL-3M {
    display: grid;
    grid-template-columns: repeat(6, minmax(1rem, 1fr));
    grid-template-areas: "C1 C1 C1 C2 C2 C2" "C3 C3 C4 C4 C5 C5";
    gap: 0.4rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  .se-module--2XL-3M .se-card:nth-child(1) {
    grid-area: C1;
  }
  .se-module--2XL-3M .se-card:nth-child(2) {
    grid-area: C2;
  }
  .se-module--2XL-3M .se-card:nth-child(3) {
    grid-area: C3;
  }
  .se-module--2XL-3M .se-card:nth-child(4) {
    grid-area: C4;
  }
  .se-module--2XL-3M .se-card:nth-child(5) {
    grid-area: C5;
  }
  .se-module--2XL-3M .se-card:nth-child(6) {
    grid-area: C6;
  }
  .se-module--2XL-3M .se-card:nth-child(7) {
    grid-area: C7;
  }
  .se-module--2XL-3M .se-card:nth-child(8) {
    grid-area: C8;
  }
  .se-module--2XL-3M .se-card:nth-child(9) {
    grid-area: C9;
  }
  .se-module--2XL-3M .se-card:nth-child(10) {
    grid-area: C10;
  }
  @media (max-width: 767.98px) {
    .se-module--2XL-3M {
      grid-template-columns: minmax(1rem, 1fr);
      grid-template-areas: "C1" "C2" "C3" "C4" "C5";
      gap: 0;
    }
    .se-module--2XL-3M .se-card:not(:first-child) {
      padding: 1rem;
    }
    .se-module--2XL-3M .se-card:not(:first-child) .se-card__wrap {
      display: grid;
      grid-template-columns: minmax(1rem, 16fr) minmax(1rem, 25fr);
      gap: 1rem;
    }
    .se-module--2XL-3M .se-card:not(:first-child) .se-card__content {
      position: static;
      background: none;
      padding: 0;
    }
    .se-module--2XL-3M .se-card:not(:first-child) .se-card__head {
      font-size: 1.4rem;
    }
  }
  .se-module--1L-6XS {
    display: grid;
    grid-template-areas: initial;
    grid-gap: 2rem;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .se-module--1L-6XS {
      grid-template-columns: repeat(4, minmax(1rem, 1fr));
      max-width: 1220px;
    }
    .se-module--1L-6XS .se-card--l {
      grid-column: 1 / 3 !important;
    }
    .se-module--1L-6XS .se-card-xs {
      grid-area: initial !important;
    }
  }
  @media (max-width: 767.98px) {
    .se-module--1L-6XS {
      grid-template-columns: 1fr;
    }
    .se-module--1L-6XS .se-card--xs {
      margin: 0 1rem;
    }
    .se-module--1L-6XS .se-card--xs .se-card__wrap {
      display: grid;
      gap: 1rem;
      grid-template-columns: 2fr 3fr;
    }
    .se-module--1L-6XS .se-card--xs .se-card__wrap .se-card__content {
      padding: 0;
    }
  }
  .se-module--6S {
    display: grid;
    grid-template-columns: repeat(3, minmax(1rem, 1fr));
    grid-template-areas: "C1 C2 C3" "C4 C5 C6";
    grid-gap: 2rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  .se-module--6S .se-card:nth-child(1) {
    grid-area: C1;
  }
  .se-module--6S .se-card:nth-child(2) {
    grid-area: C2;
  }
  .se-module--6S .se-card:nth-child(3) {
    grid-area: C3;
  }
  .se-module--6S .se-card:nth-child(4) {
    grid-area: C4;
  }
  .se-module--6S .se-card:nth-child(5) {
    grid-area: C5;
  }
  .se-module--6S .se-card:nth-child(6) {
    grid-area: C6;
  }
  .se-module--6S .se-card:nth-child(7) {
    grid-area: C7;
  }
  .se-module--6S .se-card:nth-child(8) {
    grid-area: C8;
  }
  .se-module--6S .se-card:nth-child(9) {
    grid-area: C9;
  }
  .se-module--6S .se-card:nth-child(10) {
    grid-area: C10;
  }
  @media (max-width: 767.98px) {
    .se-module--6S {
      grid-template-columns: minmax(1rem, 1fr);
      grid-template-areas: "C1" "C2" "C3" "C4" "C5" "C6";
    }
    .se-module--6S .se-card {
      margin: 0 2rem;
    }
  }
  .se-module--9XS {
    display: grid;
    grid-template-columns: repeat(4, minmax(1rem, 1fr));
    grid-template-areas: "C1 C2 C3 C4" "C5 C6 C7 C4" "C8 C9 C10 C4";
    grid-gap: 2rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  .se-module--9XS .se-card:nth-child(1) {
    grid-area: C1;
  }
  .se-module--9XS .se-card:nth-child(2) {
    grid-area: C2;
  }
  .se-module--9XS .se-card:nth-child(3) {
    grid-area: C3;
  }
  .se-module--9XS .se-card:nth-child(4) {
    grid-area: C4;
  }
  .se-module--9XS .se-card:nth-child(5) {
    grid-area: C5;
  }
  .se-module--9XS .se-card:nth-child(6) {
    grid-area: C6;
  }
  .se-module--9XS .se-card:nth-child(7) {
    grid-area: C7;
  }
  .se-module--9XS .se-card:nth-child(8) {
    grid-area: C8;
  }
  .se-module--9XS .se-card:nth-child(9) {
    grid-area: C9;
  }
  .se-module--9XS .se-card:nth-child(10) {
    grid-area: C10;
  }
  @media (max-width: 767.98px) {
    .se-module--9XS {
      grid-template-columns: minmax(1rem, 1fr);
      grid-template-areas: "C1" "C2" "C3" "C4" "C5" "C6" "C7" "C8" "C9" "C10";
    }
    .se-module--9XS .se-card.container--subcsribe2 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .se-module--9XS .se-card {
      margin: 0 2rem;
    }
  }
  .subscribe-homepage {
    display: grid;
    grid-template-columns: minmax(1rem, 2fr) minmax(1rem, 3fr);
    max-width: 1080px;
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .subscribe-homepage {
      grid-template-columns: minmax(1rem, 1fr);
    }
  }
  .subscribe-homepage .subscribe {
    display: flex;
    justify-content: center;
    margin: 4rem 1rem;
  }
  .subscribe-image img {
    width: 400px;
  }
  @media (max-width: 767.98px) {
    .subscribe-image img {
      width: 100%;
    }
  }
  .subscribe-text {
    padding-top: 8rem;
  }
  @media (max-width: 767.98px) {
    .subscribe-text {
      padding-top: 2rem;
      margin: 0 0.8rem;
    }
  }
  .subscribe-text h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 600;
    margin-bottom: 4.2rem;
  }
  @media (max-width: 767.98px) {
    .subscribe-text h3 {
      font-size: 2.4rem;
      line-height: 3.2rem;
    }
  }
  .subscribe-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .se-module--1XS-2S-NI--related article:nth-of-type(2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .se-module--1XS-2S-NI--related article:nth-of-type(3) {
    border-bottom: 1px solid #ddd;
  }
  .se-module--section {
    margin: 0 auto;
    display: grid;
    /*grid-template-columns: minmax(1rem, 3fr) minmax(1rem, 1fr);*/
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
 .se-module--tag-section {
   grid-template-columns: minmax(1rem, 1fr);
 }
  @media (max-width: 767.98px) {
    .se-module--section {
      grid-template-columns: minmax(1rem, 1fr);
    }
  }
  .se-module--articles-group1,
  .se-module--articles-group2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(1rem, 1fr));
    grid-gap: 2rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .se-module--articles-group1,
    .se-module--articles-group2{
      grid-template-columns: minmax(1rem, 1fr);
      margin: 0 2rem;
    }
  }
  .se-module-container--search {
    display: grid;
    grid-template-columns: repeat(4, minmax(1rem, 1fr));
    grid-gap: 2rem;
    max-width: 1220px;
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .se-module--section-left {
      margin: 1rem 2rem;
    }
  }
  .se-module--section-left h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-weight: 600;
    border-left: 20px solid #f8d71a;
    padding-left: 1rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .se-module--section-left--section-right {
    margin-top: 4rem;
  }
  .modal-dialog {
    padding-top: 3rem;
  }
  @media (min-width: 480px) {
    .modal-dialog {
      max-width: 50rem;
      margin: 1.75rem auto;
    }
  }
  .modal-dialog .modal-content {
    padding: 2rem;
    border-radius: 0.7rem;
    border: 0.1rem solid #eee;
  }
  .modal-dialog .modal-content .modal-title {
    font-weight: bold;
    font-size: 2.5rem;
  }
  .modal-dialog .modal-content .modal-header {
    padding: 1.2rem;
    border-bottom: 1px solid #d8d8d8;
  }
  .modal-dialog .modal-content .modal-header .close {
    background: #fff;
    border: none;
    font-size: 4.5rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    font-weight: 300;
  }
  .modal-dialog .modal-content .modal-header .close:hover {
    opacity: 0.8;
  }
  .modal-dialog .modal-content .modal-body {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  }
  .modal-dialog .modal-content .col-form-label {
    font-size: 1.3rem;
    line-height: 1.4;
    padding-right: 0;
    color: #000;
  }
  .modal-dialog .modal-content .form-control {
    font-size: 1.3rem;
    border: 1px solid #909090;
    background: #fff;
  }
  .modal-dialog .modal-content .form-select {
    font-size: 1.3rem;
    border: 1px solid #909090;
  }
  .modal-dialog .modal-content .btn-login {
    margin-right: 1.5rem;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .modal-dialog .modal-content .btn-login:hover,
  .modal-dialog .modal-content .btn-login:focus,
  .modal-dialog .modal-content .btn-login:active {
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.5s;
  }
  .modal-dialog .modal-content .form-group {
    margin-bottom: 1rem;
  }
  .modal-dialog .modal-content #loginForm .row-fluid {
    padding-right: 0;
    padding-left: 11.2rem;
    margin-top: 1.7rem;
  }
  .modal-dialog .modal-content .modal-footer {
    padding: 2.7rem 0 1.4rem 0;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .modal-dialog .modal-content .modal-footer .btn {
    color: #000;
    font-size: 1.5rem;
    border-width: 0.2rem;
    border-radius: 0.4rem;
    transition: 0.3s all ease-in-out;
  }
  .modal-dialog .modal-content .modal-footer .btn:hover {
    cursor: pointer;
    color: #fff;
  }
  .modal-dialog .modal-content .modal-footer .btn-danger {
    border-color: #7b7b7b;
    background: transparent;
    padding: 1rem;
    width: 100%;
  }
  .modal-dialog .modal-content .modal-footer .btn-danger:hover {
    background-color: #7b7b7b;
  }
  .modal-dialog .modal-content .modal-footer .btn-primary {
    border-color: red;
    background: transparent;
    padding: 1rem;
    width: 100%;
  }
  .modal-dialog .modal-content .modal-footer .btn-primary:hover {
    background-color: red;
  }
  .modal-dialog .modal-content .send-confirmation-link {
    text-align: center;
  }
  .modal-dialog .modal-content #btn-send-confirmation-link {
    color: #000;
    font-size: 1.5rem;
    border-width: 0.2rem;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    max-width: 25rem;
    border-color: red;
  }
  .modal-dialog .modal-content #btn-send-confirmation-link:hover {
    color: #fff;
  }
  .modal-dialog .modal-content #btn-send-confirmation-link:hover {
    background-color: red;
  }
  .modal-dialog .modal-content #btn-profile-activate,
  .modal-dialog .modal-content #btn-profile-confirm {
    color: #000;
    font-size: 1.5rem;
    border-width: 0.2rem;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    max-width: 25rem;
    border-color: red;
  }
  .modal-dialog .modal-content #btn-profile-activate:hover,
  .modal-dialog .modal-content #btn-profile-confirm:hover {
    color: #fff;
  }
  .modal-dialog .modal-content #btn-profile-activate:hover,
  .modal-dialog .modal-content #btn-profile-confirm:hover {
    background-color: red;
  }
  .modal-dialog .required {
    justify-self: start;
    position: relative;
  }
  .modal-dialog .required::after {
    content: "*";
    color: red;
    position: absolute;
    top: -0.2rem;
    right: -0.8rem;
  }
  .dropdown.user-logout:hover {
    cursor: pointer;
  }
  .dropdown.user-logout .dropdown-menu {
    top: 5.5rem;
    margin: 0;
    padding: 2rem;
    font-size: 1.6rem;
    left: unset;
    right: 0;
  }
  .dropdown.user-logout .dropdown-menu.show::before {
    content: "hi!";
  }
  .dropdown.user-logout .dropdown-menu.show .btn {
    font-size: 1.3rem;
    border: 1px solid red;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .dropdown.user-logout .dropdown-menu.show .btn:hover,
  .dropdown.user-logout .dropdown-menu.show .btn:focus,
  .dropdown.user-logout .dropdown-menu.show .btn:active {
    background-color: red;
    color: #fff;
    transition: 0.5s;
  }
  #profileForm input,
  #profileForm label {
    font-size: 1.4rem;
  }
  .user-actions {
    display: grid;
    grid-gap: 0rem;
    position: absolute;
    min-width: 8rem;
    padding: 0;
    border: 1px solid lightgray;
    background-color: white;
    z-index: 1;
  }
  .user-actions .btn {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }
  .user-actions .btn:hover {
    background-color: #eee;
  }
  .premium-widget .premium__subtitle {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .se-page--confirmation .modal-content {
    position: relative;
  }
  .se-page--confirmation .modal-content .modal-sso-steps {
    position: absolute;
    right: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .se-page--confirmation .modal-header {
    margin: 1.2rem;
    padding: 1.2rem 0 !important;
  }
  .se-page--confirmation .order-summary {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  .se-page--confirmation .order-summary > div {
    padding: 1rem 1.5rem;
    border: 0.1rem solid #ddd;
  }
  .se-page--confirmation .modal-sso-intro {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  .se-page--sso-login .modal-content {
    position: relative;
  }
  .se-page--sso-login .modal-content .modal-sso-steps {
    position: absolute;
    right: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .se-page--sso-login .modal-header {
    margin: 1.2rem;
    padding: 1.2rem 0 !important;
  }
  .se-page--sso-login #userdataForm {
    margin: 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .se-page--sso-login #userdataForm label {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .se-page--sso-login #userdataForm fieldset {
    border-width: 0;
    margin: 0;
    padding: 1rem 0;
  }
  .se-page--sso-login #userdataForm fieldset legend {
    margin-top: 1rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .se-page--sso-login #userdataForm .form-group--email {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 1.5rem;
    align-items: center;
  }
  .se-page--sso-login #userdataForm .form-group--email input {
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .se-page--sso-login #userdataForm fieldset .form-group {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 1.5rem;
    align-items: center;
  }
  .se-page--sso-login #userdataForm fieldset .form-group input {
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .se-page--sso-login #userdataForm .checkbox-no-wrap {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .se-page--sso-login #userdataForm .checkbox-no-wrap input {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0.3rem 0 0 0;
  }
  .se-page--sso-login #userdataForm a {
    text-decoration: none;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .se-page--sso-login #userdataForm a:hover {
    text-decoration: underline;
  }
  .se-page--sso-login .modal-sso-intro {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  .se-page--sso-login .modal-sso-information {
    margin-top: 3rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #888;
  }
  
  .se-page.se-page--search {
    margin-top:20.8rem;
  }
  @media (max-width: 767.98px) {
  .se-page.se-page--search {
            margin-top: 9.8rem;
  
      }
  }

  .se-caption--wrapper{
    margin-top: 12px;
  }

  .main-gallery-image-credit{
    font-size: 12px;
    margin-bottom: 12px;
  }

  .main-gallery-image-caption{
    font-size: 14px;
    text-align: center;
  }

.se-embed--image img {
  width: 100%;
  height: 100%
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px)  {
  .se-embed--image_original img {
      width: 100%;
  }
}
.se-embed--image--orig .se-card__img-caption p{
  font-weight: 400;
  text-align: center;
}

.se-embed--image--orig .se-card__img-credit{
  font-size: 14px;
  font-weight: 300;
}

.se-embed--infobox-simple {
    width: 100%;
    position: relative;
    background-color: #E5E4E2;
    padding: 25px;
  margin: 35px 0 25px 0
}

.se-embed--infobox-simple .se__title > p {
    margin-bottom: 20px;
    font-size: 21px;
}

.se-article--text h3{
  font-size: 23px;
  font-weight: 600;
  margin: 30px 0 12px 0;
}

/* Miran EFM TODO */ 

.se-ad--article#ad_article_side {
    /* hide ad */
    display:none;
}

.se-article__side {
  display:none;
}

/* Miran EFM TODO  END*/ 

.se-page--newsletter {
  margin-top: 0 !important;
}
.se-page--newsletter .se-card__head {
    font-size: 23px;
  font-weight: 600;
  margin: 30px 0 12px 0;
}
.se-page--newsletter_header {
  position: sticky !important;

}
.se-page--newsletter_header.de {
    top: 0 !important;
}