/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

button {
  font-family: inherit;
}

div,
h1,
h2,
h3,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.12;
  text-rendering: optimizeLegibility;
}

i {
  font-style: italic;
}

i,
strong {
  line-height: inherit;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.5rem;
}

h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.1875rem;
}

h3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.9375rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #1468a0;
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ul {
  margin-left: 1.25rem;
}

.text-center {
  text-align: center;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #0f7fff;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-1,
  .grid-x > .medium-11 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-2,
  .grid-x > .large-4,
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex-basis: auto;
  }
}

.grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-1,
  .grid-x > .medium-11 {
    flex: 0 0 auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-2,
  .grid-x > .large-4,
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex: 0 0 auto;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: #1779ba;
  color: #fefefe;
}

.button:focus,
.button:hover {
  background-color: #14679e;
  color: #fefefe;
}

.hide {
  display: none !important;
}

.main-bar:after,
.secondary-bar:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.article__label .maintheme:before,
[class^="icon-"]:before {
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\65";
}

.icon-facebook:before {
  content: "\67";
}

.icon-feed-rss:before {
  content: "\68";
}

.icon-twitter:before {
  content: "\6f";
}

.icon-nav:before {
  content: "\76";
}

.icon-logo-rai:before {
  content: "\41";
}

.icon-arrow-right:before {
  content: "\43";
}

.icon-instagram:before {
  content: "\4a";
}

.icon-logo-rainews:before {
  content: "\e903";
}

* {
  outline: none;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  color: var(--color01, #212335);
  background-color: var(--colorBackground01, #fff);
  height: 100%;
}

body,
html {
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  font-size: var(--global-size, 20px);
  line-height: var(--global-lineheight, 32px);
}

html body {
  height: auto;
  min-height: 100vh;
}

.sr-only {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media only screen and (min-width: 768px) {
  .sr-only:focus {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 14px;
  }
}

@media only screen and (min-width: 0) {
  main {
    padding-top: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: var(--header-fixed-height, 101px);
  }
}

@media only screen and (min-width: 1024px) {
  main {
    padding-top: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  main {
    padding-top: var(--header-fixed-height, 149px);
  }
}

h1,
h2,
h3 {
  font-family: var(--font02, "Merriweather", serif);
  font-weight: 700;
  margin-top: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
}

body main {
  flex: 1 0 auto;
}

@supports (-webkit-touch-callout: none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .header-fixed,
body .header-fixed #menu-open,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-fixed {
  border-top: 2px solid var(--launch__label-color, #009);
  position: fixed;
  top: 0;
  left: 0;
  right: 16px;
  z-index: 200;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 50px hsla(0, 0%, 55.3%, 0.3);
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media only screen and (min-width: 0) {
  .header-fixed {
    height: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    height: var(--header-fixed-height, 108px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed {
    height: var(--header-fixed-height, 124px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed {
    height: var(--header-fixed-height, 149px);
  }
}

header.header {
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  background-color: white;
}

@media only screen and (min-width: 0) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    border-bottom: 0;
  }
}

header.header a:hover,
header.header button:hover {
  color: var(--launch__label-color, #009);
}

header.header:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cdcdd6;
  left: 20px;
  right: 20px;
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0;
  position: relative;
}

#logo-rainews,
#menu-open,
.corporate-menu-toggler {
  border: 0;
  height: 40px;
  position: relative;
}

#menu-open {
  width: 20px;
  height: 40px;
  padding: 10px 0;
  margin: 0;
  color: #5e5e6e;
  background: none;
}

@media (max-width: 767px) {
  #menu-open {
    margin-right: 5px;
  }
}

#menu-open i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}

#menu-open i:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-open:focus,
#menu-open:hover {
  color: var(--launch__label-color, #009);
  background: none;
}

#menu-open {
  float: left;
}

#logo-rainews {
  width: 98px;
  height: 40px;
  padding: 0;
  margin-left: -10px;
  display: inline-block;
  justify-content: end;
  position: relative;
  color: var(--launch__label-color, #009);
}

#logo-rainews i {
  width: 98px;
  height: 40px;
  position: absolute;
  left: 0;
  overflow: hidden;
}

#logo-rainews i:before {
  font-size: 98px;
  position: absolute;
  top: -29px;
  left: 0;
}

.corporate-menu-toggler {
  display: none;
  float: right;
  border: 0;
  background: none;
  margin: 5px 0;
  padding: 0;
  color: #5e5e6e;
  position: relative;
  width: 30px;
  height: 30px;
}

.corporate-menu-toggler i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.corporate-menu-toggler i:before {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #5e5e6e;
}

.corporate-menu-toggler:hover i:before {
  content: "\76";
}

.corporate-menu-toggler:hover i:before {
  background-color: #5e5e6e;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 1024px) {
  .corporate-menu-toggler:hover i:before {
    padding: 9px;
  }
}

@media only screen and (min-width: 1296px) {
  .corporate-menu-toggler:hover i:before {
    font-size: 25px;
    padding: 12px;
  }
}

.secondary-bar {
  height: 0;
  overflow: visible;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #212335;
}

.secondary-bar__inner {
  position: relative;
  border: 0;
  height: 100%;
}

.secondary-bar .topics {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  position: absolute;
  left: 0;
  right: 200px;
}

.secondary-bar .topics .icon-arrow-right {
  font-size: 10px;
  padding-left: 10px;
  color: var(--launch__label-color, #009);
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: visible;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0;
}

.secondary-bar .topics__nav__list.visible-list {
  margin: 0;
  line-height: 18px;
  width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .social {
  font-size: 16px;
  height: 24px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0;
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 16px;
  line-height: 16px;
}

.secondary-bar .social__list__item {
  color: #5e5e6e;
  display: inline-block;
  height: 16px;
  padding-right: 8px;
}

.social__list__item:nth-of-type(1) {
  color: #4267b2;
}

.social__list__item:nth-of-type(3) {
  background-image: radial-gradient(
      circle at 33% 100%,
      #f7d047,
      rgba(247, 208, 71, 0) 68%
    ),
    radial-gradient(circle at 97% 86%, #ea3b5a, rgba(234, 59, 90, 0) 71%),
    radial-gradient(circle at 17% 0, #6b22f5, rgba(107, 34, 245, 0) 59%),
    radial-gradient(circle at 94% 14%, #d42ec9, rgba(212, 46, 201, 0) 65%),
    radial-gradient(circle at -3% 50%, #ea3b5a, rgba(234, 59, 90, 0) 75%),
    linear-gradient(180deg, #ea3697, #ea3697);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social__list__item:nth-of-type(4) {
  color: #ee802f;
}

.secondary-bar .social__list__item:last-child {
  padding-right: 0;
}

.secondary-bar .social__list__item .link {
  display: block;
  height: 23px;
}

.secondary-bar .social__list__item .link i {
  display: block;
  padding-top: 0;
  height: 16px;
}

.secondary-bar .social__list__item .link i:before {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .secondary-bar .social {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header.header:after {
    display: none;
  }

  .main-bar {
    text-align: left;
    height: 30px;
    margin: 16px 0;
  }

  #menu-open {
    height: 30px;
    padding: 0;
  }

  #menu-open i {
    top: 5px;
  }

  #logo-rainews {
    height: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 40px;
  }

  #logo-rainews i:before {
    top: -34px;
  }

  .corporate-menu-toggler {
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .secondary-bar {
    height: 37px;
    overflow: hidden;
  }

  .secondary-bar__inner {
    border-top: 1px solid #cdcdd6;
  }

  .secondary-bar .topics {
    display: block;
  }

  .secondary-bar .social {
    margin-top: 0;
    top: 10px;
  }

  .secondary-bar .social__list__item {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0;
  }

  #menu-open,
  .main-bar {
    height: 38px;
  }

  #menu-open i {
    top: 9px;
  }

  #logo-rainews {
    top: 0;
  }

  #logo-rainews,
  #logo-rainews i {
    width: 122px;
    height: 38px;
  }

  #logo-rainews i:before {
    font-size: 123px;
    top: -42px;
  }

  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 38px;
    height: 38px;
  }

  .corporate-menu-toggler i:before {
    font-size: 38px;
  }

  .secondary-bar {
    height: 41px;
  }

  .secondary-bar__inner .topics {
    left: 190px;
  }

  .secondary-bar__inner .social {
    top: 12px;
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0;
  }

  #menu-open,
  .main-bar {
    height: 48px;
  }

  #menu-open {
    width: 25px;
  }

  #menu-open i {
    top: 12.5px;
    width: 24px;
    height: 24px;
  }

  #menu-open i:before {
    font-size: 25px;
  }

  #logo-rainews {
    top: 0;
    left: 44px;
  }

  #logo-rainews,
  #logo-rainews i {
    width: 155px;
    height: 48px;
  }

  #logo-rainews i:before {
    font-size: 155px;
    top: -53px;
  }

  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 48px;
    height: 48px;
  }

  .corporate-menu-toggler i:before {
    font-size: 48px;
  }

  .secondary-bar {
    height: 49px;
  }

  .secondary-bar__inner .social {
    top: 13px;
    height: 20px;
    line-height: 20px;
  }

  .secondary-bar__inner .social__list {
    height: 20px;
    line-height: 20px;
  }

  .secondary-bar__inner .social__list__item,
  .secondary-bar__inner .social__list__item .link,
  .secondary-bar__inner .social__list__item .link i {
    height: 24px;
  }

  .secondary-bar__inner .social__list__item .link i:before {
    font-size: 20px;
  }
}

.header-menu {
  font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #212335;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px;
}

.header-menu__nav {
  display: none;
  top: 0;
  left: 0;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0;
  padding: 0 16px 0 0;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0;
  height: 20px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    top: 5px;
    left: 160px;
    right: 190px;
    bottom: auto;
    min-width: 300px;
    height: 20px;
    line-height: 20px;
  }

  .header-menu__nav {
    overflow-x: scroll;
    margin-right: 75px;
    display: block;
    right: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    top: 9px;
    left: 170px;
    right: 0px;
    font-size: 16px;
  }

  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 260px;
    right: 221px;
  }

  .header-menu__nav {
    height: 100px;
    line-height: 24px;
    right: 319px;
  }
}

.tag-container {
  margin-top: 2rem;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.tag__list {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .tag__list {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .tag__list {
    padding-left: 0;
  }
}

.tag__list:before {
  font-family: var(--font02, "Merriweather", serif);
  content: "Tag";
  font-size: 19px;
  line-height: 24px;
  padding-right: 24px;
  font-weight: 900;
  color: var(--tags-before-color, #009);
}

.tag__list__item {
  display: inline-block;
  padding: 0 16px 16px 0;
}

.tag__list__item .link {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 4px 12px;
  color: var(--tags-color, #6680ff);
  background-color: var(--tags-backgroundcolor, #eef1fc);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tag__list__item .link:hover {
  color: var(--tags-colorhover, #eef1fc);
  background-color: var(--tags-backgroundcolorhover, #6680ff);
}

@media only screen and (max-width: 767px) {
  .tag-container {
    position: relative;
  }

  .tag-container:after {
    content: "";
    width: 40px;
    height: 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, transparent, #fff);
    background: -webkit-linear-gradient(left, transparent, #fff);
    background: linear-gradient(90deg, transparent, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
  }

  .tag__list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    scrollbar-width: none;
  }

  .tag__list::-webkit-scrollbar {
    width: 0;
  }
}

.leaf {
  overflow: hidden;
  overflow-wrap: break-word;
  border-bottom: 20px solid var(--launch__label-color, #009);
}

.sidegutterright {
  position: relative;
  margin-bottom: 28px;
}

@media only screen and (min-width: 0) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 41px);
  }
}

@media only screen and (min-width: 1296px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 44px);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterright {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterright {
    margin-bottom: 0px;
  }
}

.sidegutterleft {
  position: relative;
}

@media only screen and (min-width: 0) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterleft {
    margin-bottom: 52px;
  }
}

.fullmedium {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.fullmedium-article {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (min-width: 1024px) {
  .fullmedium {
    margin-left: 0;
    margin-right: 0;
  }
}

.article {
  margin: 0 auto;
  padding-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 0) {
  .article {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .article {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

.article__preheader {
  border-bottom: var(--border, 1px solid #cdcdd6);
  padding-bottom: 10px;
  position: relative;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.article__header {
  margin-bottom: 28px;
  padding-top: 26px;
}

.article__label {
  float: left;
  font-weight: 700;
  color: #3d5eff;
}

@media only screen and (min-width: 0) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}

@media only screen and (min-width: 768px) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}

@media only screen and (min-width: 0) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}

.article__title {
  color: var(--article__title-color, #212335);
  font-weight: 900;
  margin: 12px 0;
}

.article__figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: normal;
  opacity: 0.7;
  font-style: italic;
}

@media only screen and (min-width: 0) {
  .article__title {
    font-size: var(--leaf__title-size, 28px);
  }
}

@media only screen and (min-width: 768px) {
  .article__title {
    font-size: var(--leaf__title-size, 32px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    font-size: var(--leaf__title-size, 40px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    font-size: var(--leaf__title-size, 48px);
  }
}

@media only screen and (min-width: 0) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 36px);
  }
}

@media only screen and (min-width: 768px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 52px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 60px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    margin: 16px 0;
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    margin: 20px 0;
  }
}

.article__subheading {
  margin: 16px 0 0;
  font-weight: 600;
  color: var(--article__subheading-color, #5e5e6e);
}

@media only screen and (min-width: 0) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 16px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 18px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}

@media only screen and (min-width: 0) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

.article__subtitle {
  font-family: var(--font02, "Merriweather", serif);
  font-weight: 700;
  color: var(--article__subtitle-color, #212335);
  margin-bottom: 16px;
}

@media only screen and (min-width: 0) {
  .article__subtitle,
  h3 {
    font-size: var(--leaf__subtitle-size, 22px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 28px);
  }
}

@media only screen and (min-width: 0) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 28px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    margin-bottom: 24px;
  }
}

.article__date,
.article__date-author {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

.article__date {
  display: inline-block;
  color: var(--leaf__date-color, #5e5e6e);
  font-weight: 600;
  vertical-align: top;
  padding-right: 8px;
}

.article__date i {
  padding-right: 5px;
  vertical-align: middle;
}

.icon-2024-calendar:before {
  content: "\e931";
}

.article__media {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.article__media-wrapper {
  aspect-ratio: 806/453;
  position: relative;
  background-color: #ebebeb;
  overflow: hidden;
}

.share-toggler {
  display: none;
}

@media only screen and (min-width: 768px) {
  .share-toggler {
    display: block;
  }

  .icon-share:before {
    content: "\74";
    border: 0;
    background: none;
    font-size: 24px;
    color: #3d5eff;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
  }

  .share-toggler .share-button .label {
    color: #212335;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    width: auto;
    height: auto;
  }

  .share-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}

@supports (-webkit-hyphens: none) {
  .article__media-wrapper.normal-wrapper {
    padding-bottom: 56.25%;
  }
}

@media only screen and (min-width: 1024px) {
  @supports (-webkit-hyphens: none) {
  }
}

.leaf:not(.leaf--multimedia) .article__media-wrapper picture img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.article__media-credits {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--image-credits-color, #fff);
  font-weight: 400;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 24px;
}

.article__media-caption {
  padding-top: 8px;
  color: var(--article__media-caption-color, #5e5e6e);
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (min-width: 0) {
  .article__media-caption {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__media-caption {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__media-caption {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .article__media-caption {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__media-caption {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__media-caption {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-left: 0;
    padding-right: 0;
  }
}

.article__content {
  padding-top: 28px;
}

@media only screen and (min-width: 1024px) {
  .article__content {
    padding-top: 32px;
  }
}

.article__content__unit {
  margin-bottom: 28px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article__content__unit--text {
    padding-left: unset;
  }
}

@media only screen and (min-width: 768px) {
  .article .tag-container .tag__list {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .article .tag-container .tag__list {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article__right-column {
    border-left: var(--border, 1px solid #cdcdd6);
  }
}

.article .aside {
  position: relative;
  z-index: 6;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

@media (max-width: 1024px) {
  .article .aside {
    display: none;
  }
}

.article .aside .greycell:before {
  content: "";
  background-color: #f6f7f9;
  opacity: 1;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -20px;
  right: -20px;
}

.article .aside-box {
  position: relative;
  z-index: 1;
}

.article .aside-box:first-child {
  padding-top: 40px;
}

.article .aside-box:last-child {
  padding-bottom: 40px;
}

.article .aside-box--insights {
  font-weight: 600;
  position: relative;
  padding: 0;
}

.article .aside-box--insights .aside__list__item .insights-link {
  display: inline;
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  font-weight: 600;
  color: #212335;
}

.article .aside__title {
  position: relative;
  z-index: 1;
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 0;
  color: var(--leaf__aside__list__title-color, #009);
}

.article .aside__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
}

.article .aside__list__item {
  font-size: 20px;
  line-height: 24px;
}

.article .aside__list__item:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .article .aside .greycell:before {
    left: -30px;
    right: -30px;
  }

  .article .aside-box {
    border-color: #e3e3e8;
  }

  .article .aside__title {
    padding-bottom: 16px;
  }

  .article .aside__list__item:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .article .aside .greycell:before {
    display: none;
  }

  .article .aside-box:first-child {
    padding-top: 0;
  }

  .article .aside-box:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article .aside__list__item:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
  }
}

.article__label .maintheme:before {
  content: "\44";
  font-size: 10px;
  position: relative;
  padding-right: 6px;
  color: #9192a1;
}

@media only screen and (min-width: 768px) {
  .article__label .maintheme:before {
    display: inline-block;
    content: "\64";
    padding-left: 4px;
  }

  .article__label .ancestor,
  .article__label .maintheme:nth-child(2) {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .article__label .maintheme:before {
    bottom: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .article.normal_width .buttons-wrapper {
    padding-top: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .article.normal_width .buttons-wrapper {
    padding-top: 32px;
  }
}

.leaf--multimedia .article__content__unit--text p:first-of-type:first-letter {
  color: var(--leaf--multimedia-defaultcolor, #cdcdd6);
}

.leaf--multimedia .article__content__unit--text p a {
  color: #fff;
  text-decoration: underline;
}

/*.article__content__unit--text p{
    font-size:inherit;
    line-height:inherit
}*/

.article__content__unit--text p a:active,
.article__content__unit--text p a:hover {
  text-decoration: underline;
}

.article__content__unit--text .article__text:first-of-type:first-letter {
  color: var(--leaf__content__unit__firstletter-color, #009);
  font-family: var(--font02, "Merriweather", serif);
  font-size: 64px;
  line-height: 49px;
  font-weight: 900;
  padding: 7px 10px 0 0;
  float: left;
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  line-height: 0;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: middle;
  right: 140px;
}

@media only screen and (min-width: 1296px) {
  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1296px) {
  .secondary-bar {
    height: 49px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-bar {
    height: 44px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1296px) {
  .secondary-bar__inner .topics {
    left: 50px;
    right: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar__inner .topics {
    left: 45px;
    right: 148px;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-bar .topics {
    display: block;
  }
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.swiper {
  --swiper-theme-color: var(--color-secondary-base);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.un-article__image-wrapper {
  margin-bottom: var(--space-5);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  align-self: center;
}
.un-article__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: auto; */
  clear: both;
  width: 960px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  background: lightgray;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  align-self: center;
}
.un-article__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: auto; */
  clear: both;
  width: 960px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  align-self: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

a.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url('../index/lupa.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.lightbox-img__image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-drag: none;
}
.fslightbox-source {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.fslightbox-container * {
  box-sizing: border-box;
}

.fslightbox-opacity-1 {
  opacity: 1 !important;
}
@media (max-width: 390px) {
  .button-link {
    width: 85%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #007fff !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007fff !important;
}

.big-img {
  max-height: 500px;
  object-fit: cover;
  background-color: #eee;
}

/* .article__media-container picture > figcaption, */
.article__media + figcaption {
  font-size: 14px;
  margin-top: 8px;
  line-height: normal;
  opacity: 0.7;
}

.article__accent {
  color: #007fff; 
  font-style: italic;
}

.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0;
}
.info-box h2 {
  font-size: 22px;
}
.info-box a {
  color: #0059b3; 
  text-decoration: underline;
}
.info-box ul {
  margin: 0;
  list-style: disc inside;
}

.reg-title {
  margin: 30px 0 0 0;
}

.reg-note {
  text-transform: uppercase;
  color: #e11229;
}

.swiper-pagination {
  bottom: -3px !important;
}

.fb-comment__like a {
  height: 22px;
  width: 22px;
}

@media screen and (max-width: 600px) {
  .fb-comment__text {
    pointer-events: auto;
  }
}

@media screen and (max-width: 500px) {
  .post-header {
    display: block;
  }

  .post-author__second {
    display: block;
  }

  .post-dots {
    display: none;
  }

  .post-info .post-email {
    max-height: none;
  }
}

.exp__block {
  display: none;
}

#exp-1 .exp__block:nth-child(1) {
  display: block;
}

.custom-dropdown-wrapper {
  position: relative;
  width: 100%;
}

img,
.zoom-image {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  transform: none !important;
}

.custom-dropdown-selected {
  padding-right: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  font-size: 17px !important;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
  line-height: 1;
  height: 1em;
  display: flex;
  align-items: center;
}

.custom-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 4px;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  list-style: none;
}

.custom-dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.custom-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-dropdown-option:hover {
  background: #f2f2f2;
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;

  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
}

input.custom-dropdown-selected::placeholder {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 13px !important;
  }

  .custom-dropdown-selected {
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 12px !important;
  }

  .custom-dropdown-selected {
    font-size: 12px !important;
  }
}

p a {
  white-space: nowrap;
}

a.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.comm__link {
  color: #007fff !important;
  text-decoration: underline !important;
}

.comm__link:hover {
  color: #e11229 !important;
  text-decoration: underline;
}

.expert-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f7f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
}
.expert-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #d9d9d9;
}
.expert-info {
  flex: 1;
}
.expert-info h4 {
  font-size: 18px;
  font-weight: 900;
  color: #001a3a;
  margin-block: 0 2px;
}
.expert-info>span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.expert-info p {
  font-size: 16px;
  line-height: 1.6;
  color: #1b1b1b;;
  margin-bottom: 0;
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  5% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  12% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  28% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}