.font-light, ul.attributes, ul.attributes label, .link-back {
  font-weight: 300;
  font-style: normal;
}

.font-regular, html,
body, a, p {
  font-weight: 400;
  font-style: normal;
}

.font-medium, header .sub-nav ul li a {
  font-weight: 500;
  font-style: normal;
}

.font-semibold, h3 {
  font-weight: 600;
  font-style: normal;
}

.font-bold, h1,
h2.seofix, h2, header .upper h2 {
  font-weight: 700;
  font-style: normal;
}

/* Common styles declaration:
 * Global  */
html,
body {
  font-family: "Euclid Circular B", sans-serif;
  color: #252525;
  width: 100%;
  height: 100%;
}

html .fixed-navbar,
body .fixed-navbar {
  padding-top: 4.5rem;
}

html .content .content-wrapper,
body .content .content-wrapper {
  padding: 2.2rem;
}

@media only screen and (max-width: 767px) {
  html .content .content-wrapper,
  body .content .content-wrapper {
    padding: 1rem;
  }
}

html .content-infographics,
body .content-infographics {
  background-color: #f1f5f9;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.h-100 {
  height: 100% !important;
}

.header-navbar .navbar-wrapper {
  width: 100%;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

::selection {
  color: #ffffff;
  background: #0069E8;
}

sup {
  top: -.7em;
}

cite,
figcaption {
  padding-bottom: 2rem;
  display: block;
  font-weight: 100;
  font-size: .9rem !important;
  opacity: .6;
}

cite.wp-element-caption a,
figcaption.wp-element-caption a {
  padding-bottom: 0;
}

.ui-helper-hidden-accessible {
  display: none;
}

section,
footer {
  position: relative;
  padding: 1.5rem 0;
}

.hide-in-mob {
  display: none;
}

@media only screen and (min-width: 992px) {
  .hide-in-mob {
    display: block;
  }
}

.show-in-mob {
  display: block;
}

@media only screen and (min-width: 992px) {
  .show-in-mob {
    display: none;
  }
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  text-decoration: none;
}

video {
  outline: none;
}

.shadow {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05) !important;
}

h1,
h2,
h3,
h4,
h5,
button,
input,
textarea,
select {
  font-family: "Euclid Circular B", sans-serif;
  color: #252525;
  margin: 0;
}

h1,
h2.seofix {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h1,
  h2.seofix {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

h1.large,
h2.seofix.large {
  color: #ffffff;
  text-transform: unset;
}

@media only screen and (min-width: 768px) {
  h1.large,
  h2.seofix.large {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

h1:after,
h2.seofix:after {
  content: none;
}

h1.document-title,
h2.seofix.document-title {
  font-size: 0;
  line-height: 0;
  padding: 0;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3rem;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 2rem;
  z-index: 1000;
  width: 10%;
  height: 4px;
  background: linear-gradient(109.56deg, #1C95ED 0%, #3E32C7 100%);
  left: 0;
}

h2.center {
  text-align: center;
}

h2.center::after {
  left: 50%;
  transform: translateX(-50%);
}

h2.page-title {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  border: 3px solid;
  border-image-slice: 3;
  border-width: 3px;
  padding-bottom: 1rem;
}

h2.page-title.border-gradient {
  border-image-source: linear-gradient(to right, #1C95ED, #3E32C7);
}

h2.page-title.only-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

h2.page-title::after {
  content: none;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 1rem;
}

h4 {
  font-size: 1rem;
  font-weight: 100;
}

h4.page-title-sub {
  color: #ffffff;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

a {
  font-family: "Euclid Circular B", sans-serif;
  color: #0069E8;
  text-decoration: none;
}

a:hover {
  color: #0054BA;
}

a:hover h3 {
  color: #0069E8;
}

a:visited, a:focus {
  text-decoration: none;
}

a.sublink-top {
  text-decoration: underline;
}

a.sublink-top:hover {
  text-decoration: none;
}

p {
  color: #252525;
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 1.7rem;
  padding-bottom: 1rem;
  margin: 0;
}

ul.attributes {
  display: flex;
  column-gap: .5rem;
  color: #252525;
}

ul.attributes label {
  font-size: .8rem;
  padding: 0;
  margin-bottom: .5rem;
  opacity: .8;
}

ul.attributes label.cat {
  color: #0069E8;
  font-weight: normal;
  opacity: 1;
  font-size: .9rem;
}

ul.attributes label.cat.typo-default {
  color: #252525;
}

ul.attributes label.cat.bg-on {
  border: 0;
  color: #ffffff;
  font-weight: 100;
}

ul.attributes label.cat.bg-on.tiny {
  font-size: .8rem;
}

ul.attributes label.lvl2 {
  font-size: 1rem;
}

ul.attributes.white {
  color: #ffffff;
}

ul.attributes.white .cat {
  color: #ffffff;
  background-color: transparent;
}

ul.attributes.white .cat.blue {
  color: #0069E8;
}

ul.attributes li:nth-child(2) {
  line-height: 1rem;
  font-size: 1.4rem;
  opacity: .6;
}

ul.attributes li.connected-articles {
  opacity: .6;
  font-size: .9rem;
  line-height: 100%;
  position: absolute;
  margin-top: .3rem;
  right: 0;
}

.tag-series {
  position: absolute;
  z-index: 1;
  right: .8rem;
  bottom: .8rem;
  border-radius: 10rem;
  padding: .3rem 1rem;
  background-color: #0069E8;
  border: 1px solid #AEAEAE;
  color: #ffffff;
  font-weight: normal;
  opacity: 1;
  font-size: .8rem;
  line-height: 100%;
  display: flex;
  column-gap: .2rem;
}

.tag-series.upper {
  top: .8rem;
  bottom: auto;
  right: .8rem;
}

.tag-series.upper.detail-view {
  top: 2rem;
  right: 1rem;
}

.tag-series.inner {
  position: static;
}

.published-date {
  font-size: .8rem;
  line-height: 100%;
  opacity: .6;
  color: #252525;
}

.tl-dr {
  background-color: rgba(141, 141, 141, 0.12);
  padding: 2rem;
  margin-bottom: 2rem;
}

.tl-dr h3 {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.tl-dr ol li, .tl-dr ul li {
  border-bottom: 1px solid #D4D4D4;
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 100;
}

.tl-dr ol li:first-child, .tl-dr ul li:first-child {
  padding-top: 0;
}

.tl-dr ol li:last-child, .tl-dr ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tl-dr ol li, .tl-dr ul li {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .cat-menu-wrap {
    width: 100%;
    display: flex;
    overflow-x: auto;
  }
}

ul.sub-links {
  display: inline-flex;
  padding-right: .2rem;
  margin-right: .2rem;
  margin-bottom: 2rem;
  line-height: 0;
  text-transform: uppercase;
}

ul.sub-links:last-child {
  border-right: 0;
  padding-right: 0;
}

ul.sub-links a {
  font-size: .95rem;
  line-height: .95rem;
  font-weight: bold;
  padding: .2rem .5rem;
  border-radius: .2rem;
  white-space: nowrap;
}

ul.sub-links a:hover {
  color: #0054BA;
}

@media only screen and (max-width: 767px) {
  ul.sub-links a {
    display: block;
  }
}

header {
  background-color: #111111;
}

header .upper {
  padding: 0 !important;
}

header .upper a.logo {
  width: 14rem;
  margin-right: 0;
  padding: 1rem 0 1rem 1rem;
}

@media only screen and (min-width: 992px) {
  header .upper a.logo {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  header .upper a.logo {
    width: 10rem;
    padding-left: 0;
  }
}

header .upper a.logo img {
  width: 100%;
  height: auto;
}

header .upper h2 {
  padding-bottom: 0;
  padding-left: 1rem;
  margin-left: 1rem;
  font-size: 1.4rem;
  border-left: 1px solid #252525;
  text-transform: uppercase;
}

header .sub-nav {
  background-color: #000000;
  border-bottom: 1px solid #1D1D1D;
  padding: .6rem 1rem;
}

@media only screen and (max-width: 767px) {
  header .sub-nav {
    padding: .6rem;
  }
}

header .sub-nav ul {
  display: flex;
}

header .sub-nav ul li {
  flex: 1 0;
}

header .sub-nav ul li a {
  color: #ffffff;
  font-size: .8rem;
  opacity: .6;
  padding-right: .8rem;
}

header .sub-nav ul li a:hover {
  opacity: .8;
}

header .sub-nav ul li a:last-child {
  padding-right: 0;
}

header .sub-nav ul li.subnav-right {
  text-align: right;
}

header .sub-nav ul li.subnav-right a {
  font-size: .9rem;
}

header .sub-nav ul li.subnav-right a.link-login {
  padding-left: 1rem;
  border-left: 1px solid #AEAEAE;
  font-size: .8rem;
}

header .sub-nav ul li.subnav-right a.icon-lg {
  font-size: 1rem;
}

header .sub-nav ul li.subnav-right a.icon-sm {
  font-size: .8rem;
}

header .navbar .navbar-toggler {
  border: 0;
}

header .navbar .navbar-toggler .bi {
  color: #ffffff;
}

header .navbar .navbar-toggler .bi.bi-filter-right {
  display: block;
}

header .navbar .navbar-toggler .bi.bi-x {
  display: none;
}

@media only screen and (max-width: 767px) {
  header .navbar .navbar-toggler {
    padding-right: 0;
  }
}

header .navbar .navbar-toggler[aria-expanded=true] .bi-filter-right {
  display: none;
}

header .navbar .navbar-toggler[aria-expanded=true] .bi-x {
  display: block;
}

.navbar {
  justify-content: normal;
}

.navbar a.nav-link {
  font-size: 1.2rem;
  color: #ffffff !important;
  padding: 0;
  margin-right: 1rem;
  cursor: pointer;
}

.navbar a.nav-link.mobile-only {
  display: none;
}

.navbar a.nav-link.active {
  color: #0069E8 !important;
}

@media only screen and (max-width: 991px) {
  .navbar a.nav-link {
    margin: 1rem;
  }
  .navbar a.nav-link.mobile-only {
    display: block;
    position: absolute;
    right: 4rem;
    top: .2rem;
  }
  .navbar a.nav-link.desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .navbar a.nav-link {
    margin: 1rem 0;
  }
}

.navbar .navbar-nav {
  align-items: center;
}

.navbar .nav-item {
  margin-right: .8rem;
  padding-bottom: 0;
}

.navbar .form-control {
  border-radius: 0;
}

.navbar .search {
  width: 22rem;
}

.navbar .search input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
}

.navbar .search button {
  padding: 0 1rem;
}

button.btn,
a.btn {
  border: 1px solid #0069E8;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0;
  transition: all ease .5s;
}

button.btn.primary,
a.btn.primary {
  background-color: #0069E8;
  color: #ffffff;
}

button.btn.outline,
a.btn.outline {
  background-color: transparent;
  color: #0069E8;
}

button.btn.lg,
a.btn.lg {
  padding: 1rem 2rem;
}

button.btn.btn-icon,
a.btn.btn-icon {
  padding-right: 1rem;
}

button.btn.btn-default,
a.btn.btn-default {
  color: #0069E8;
}

button.btn:hover,
a.btn:hover {
  border: 1px solid #0069E8;
  background-color: #0069E8;
  color: #ffffff;
}

button.btn.white,
a.btn.white {
  border-color: #ffffff;
  color: #ffffff;
}

button.btn.white:hover,
a.btn.white:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

button.btn.show-more,
a.btn.show-more {
  border: 0;
  padding: 0;
}

button.btn.show-more:hover,
a.btn.show-more:hover {
  background-color: transparent;
  font-weight: 400;
}

input[type="text"] {
  padding: .5rem 1rem;
  border: 1px solid #252525;
  border-radius: 0;
}

main {
  margin: 1rem 0;
}

@media only screen and (min-width: 768px) {
  main {
    margin: 2rem 0;
  }
}

footer {
  background-color: #111111;
  color: #ffffff;
  padding-bottom: 2rem;
  margin: 1rem 0;
}

footer h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ffffff;
  padding-bottom: 1rem;
}

footer h2:after {
  content: none;
}

footer .opac {
  opacity: .6;
  font-size: .9rem;
}

footer ul.d-flex.ul-holder {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer ul.d-flex.ul-holder {
    flex-direction: row;
    align-items: unset;
    text-align: left;
    margin-top: 2rem;
  }
}

footer ul.d-flex.ul-holder li.col {
  flex: 1;
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 90%;
}

footer ul.d-flex.ul-holder li.col:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  footer ul.d-flex.ul-holder li.col {
    width: auto;
    flex: 1 1 auto;
    border: 0;
  }
}

footer ul.d-flex.ul-holder a {
  color: #ffffff;
  font-weight: normal;
}

footer ul.d-flex.ul-holder a:hover {
  color: #0069E8;
}

footer ul.d-flex.ul-holder p {
  color: #ffffff;
  padding-bottom: 0;
}

footer ul.d-flex.ul-holder img {
  width: 14rem;
}

footer ul.d-flex.ul-holder ul {
  flex-direction: column;
  row-gap: 1rem;
}

footer ul.d-flex.ul-holder ul li {
  flex: none;
}

@media only screen and (min-width: 576px) {
  footer ul.d-flex.ul-holder ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  footer ul.d-flex.ul-holder ul.mid-row {
    row-gap: 1rem;
  }
}

footer ul.d-flex.ul-holder ul.last-row {
  margin-top: 2rem;
  column-gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: left;
}

@media only screen and (max-width: 767px) {
  footer ul.d-flex.ul-holder ul.last-row {
    row-gap: 1rem;
    justify-content: center;
  }
}

footer ul.d-flex.ul-holder ul.last-row li {
  border-right: 1px solid #ffffff;
  padding-right: 1rem;
  line-height: .8rem;
}

footer ul.d-flex.ul-holder ul.last-row li:last-child {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  footer .ml-embedded {
    margin: 0 auto;
    display: inline-block;
  }
}

footer .ml-form-embedContent p {
  font-size: .9rem !important;
  line-height: 1.2rem !important;
  opacity: .6;
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  footer .ml-form-embedContent p {
    text-align: center;
  }
}

footer .follow-us ul {
  display: flex;
  flex-direction: row !important;
  justify-content: left !important;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  footer .follow-us ul {
    justify-content: center !important;
  }
}

footer .follow-us ul a {
  border-radius: 50%;
  display: inline-block;
  background-color: #252525;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

footer .ml-form-embedBody {
  padding: 0 !important;
}

footer .ml-form-embedContent h4 {
  display: none !important;
}

.page-home .breadcrumb,
.page-news .breadcrumb {
  display: none;
}

.menu-header {
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
}

.menu-header ul {
  line-height: 65px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .menu-header ul {
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }
}

.menu-header ul li {
  display: inline;
  list-style: url(none) none;
  float: left;
  position: relative;
}

.menu-header ul li a {
  display: flex;
  flex: 1 1 0px;
  padding: 0 1.5rem;
  font-size: .95rem;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .menu-header ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.menu-header ul li ul {
  height: auto;
  left: -999em;
  line-height: 30px;
  margin: 0;
  padding: 0;
  padding-top: 0;
  position: absolute;
  width: 222px;
}

@media only screen and (max-width: 991px) {
  .menu-header ul li ul {
    left: auto;
    position: static;
    width: 100%;
  }
}

.menu-header ul li ul li {
  width: 220px;
}

@media only screen and (max-width: 991px) {
  .menu-header ul li ul li {
    width: 100%;
  }
}

.menu-header ul li ul li a {
  background: #ffffff;
  color: #252525 !important;
  padding: .5rem 1rem;
  font-size: .95rem;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eaeaea;
  font-weight: normal;
}

.menu-header ul li ul li a:hover {
  color: #0069E8 !important;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .menu-header ul li ul li a {
    background-color: #282828;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    padding-left: 3rem;
    box-shadow: none;
    font-weight: normal;
  }
}

.menu-header ul li ul li:last-child a {
  border-bottom: 0;
}

.menu-header ul li ul li.menu-item {
  border-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
  .menu-header ul li.menu-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background-color: #111111;
  }
  .menu-header ul li.menu-item:hover {
    color: #0069E8;
  }
  .menu-header ul li.menu-item:hover:after {
    background-color: #0069E8;
  }
  .menu-header ul li.menu-item .sub-menu li:after {
    content: none;
  }
}

.menu-header ul li.current-menu-item a {
  color: #0069E8;
}

.menu-header ul li.menu-item-has-children ul li a:after {
  content: '';
}

.menu-header ul li#menu-item-10006 a:before {
  background-color: #0069E8;
  padding: .2rem .5rem;
  color: white;
  font-size: .7rem;
  border-radius: 1rem;
  position: absolute;
  line-height: .7rem;
  font-weight: normal;
  content: 'BETA';
  top: .4rem;
  left: 6.5rem;
}

@media only screen and (min-width: 768px) {
  .menu-header ul li#menu-item-10006 a:before {
    top: .8rem;
  }
}

.menu-header li:hover ul,
.menu-header li li:hover ul,
.menu-header li li li:hover ul,
.menu-header li.sfhover ul,
.menu-header li li.sfhover ul,
.menu-header li li li.sfhover ul {
  left: auto;
}

.modal.from-top .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
}

.modal.from-top .modal-content .modal-body {
  padding: 3rem;
}

@media only screen and (max-width: 767px) {
  .modal.from-top .modal-content .modal-body {
    padding: 4rem 1rem 2rem;
  }
}

.modal.from-top .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: #7E7E7E;
}

.bi.xl {
  font-size: 2rem;
  line-height: 2rem;
}

.modal.from-top form {
  width: 40rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .modal.from-top form {
    width: 100%;
  }
}

.modal.from-top input {
  font-size: 1.4rem;
}

.modal.from-top input {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #282828;
  padding: 1rem;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .modal.from-top input {
    padding: .5rem 1rem;
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.news-bar {
  background-color: #DC6042;
  padding: .5rem 5rem .5rem .8rem;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news-bar a {
  padding: 0;
  color: #ffffff;
  font-size: .9rem;
}

.news-bar a.close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}

.news-bar a.close .bi {
  font-size: 1.8rem;
}

.accordion h2.accordion-header {
  padding: 0;
  margin: 0;
}

.accordion h2.accordion-header::after {
  content: none;
}

.accordion h2.accordion-header h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.accordion h5 {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: bold;
  padding-bottom: .5rem;
}

.accordion .accordion-button {
  padding: 1.5rem;
}

.accordion .accordion-button:not(.collapsed) h3 {
  color: #0069E8;
}

.accordion .accordion-body {
  padding: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion-body {
    padding: 2rem 3rem;
  }
}

.accordion ul,
.accordion ol {
  padding-left: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 100;
  padding-bottom: 1rem;
}

.accordion ul li,
.accordion ol li {
  list-style-type: square;
  padding-left: .5rem;
}

.accordion ul li ul li,
.accordion ol li ul li {
  list-style-type: circle;
}

.accordion .btn.btn-primary {
  padding: 1rem;
}

.accordion .accordion-button:focus {
  box-shadow: none;
}

.block-protect-copy {
  display: block;
  text-align: right;
  padding-bottom: 0 !important;
}

.footnote-link.footnote-identifier-link {
  background-color: rgba(58, 50, 184, 0.1);
  font-weight: 400 !important;
  text-decoration: none !important;
  padding: .1rem .3rem !important;
  font-size: .8rem !important;
  line-height: .8rem !important;
}

.footnote-holder {
  background-color: rgba(58, 50, 184, 0.1);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.footnote-holder ol {
  margin: 0;
  padding-bottom: 0 !important;
}

.footnote-back-link-wrapper {
  margin-left: .5rem;
}

.footnote-back-link-wrapper a {
  text-decoration: none !important;
  padding-bottom: 0 !important;
}

.fnote {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  display: flex;
  column-gap: .5rem;
  cursor: pointer;
}

.fnote.toggle-off i {
  transform: rotate(180deg);
  display: block;
}

ol.footnotes {
  color: #252525 !important;
}

ol.footnotes li,
ol.footnotes a {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}

.footnotes {
  padding-top: 1rem;
}

.floating-nav {
  position: fixed;
  right: 7px;
  bottom: 4.5rem;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
}

.floating-menuToggle {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border: 2px solid #0069E8;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.floating-menuToggle .bi {
  position: absolute;
  font-size: 1.6rem;
  top: 55%;
  transform: translateY(-50%);
}

.floating-menuToggle .bi-x {
  visibility: hidden;
  font-size: 2rem;
}

.floating-menuToggle .bi-heart {
  color: #0069E8;
}

.floating-menuToggle::before {
  position: absolute;
  font-size: 2.8em;
  font-weight: 550;
  color: #0069E8;
  transition: 1.5s;
}

.floating-menuToggle.active {
  border: 2px solid #252525;
}

.floating-menuToggle.active .bi-heart {
  visibility: hidden;
}

.floating-menuToggle.active .bi-x {
  visibility: visible;
}

.floating-menu {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 70px;
  z-index: -1;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  transition-delay: 1s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.floating-menuToggle.active ~ .floating-menu {
  width: 60px;
  height: 200px;
  z-index: 1;
  transform: translateY(-145px);
  transition-delay: 0s, 0.5s, 0.5s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.floating-menu::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  left: calc(50% - 8px);
  bottom: 4px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.5s;
}

.floating-menuToggle.active ~ .floating-menu::before {
  transition-delay: 0.5s;
  bottom: -6px;
}

.floating-menu ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
}

.floating-menu ul li {
  list-style: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: calc(0s + var(--i));
}

.floating-menuToggle.active ~ .floating-menu ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: calc(0.75s + var(--i));
}

.floating-menu ul li a {
  display: block;
  font-size: 1.4rem;
}

.pagination-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 3rem;
}

.pagination-holder .nav-links {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.pagination-holder .nav-links .next,
.pagination-holder .nav-links .prev {
  text-decoration: underline;
}

.pagination-holder .nav-links a.page-numbers {
  border: 1px solid #AEAEAE;
  padding: .2rem .5rem;
}

.slider,
.slide,
.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
}

.slider {
  overflow: hidden;
}

.slide {
  float: left;
  position: relative;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  opacity: .5;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: .5rem;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: .7rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.slick-dots li {
  margin-right: .5rem;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  background-color: #ffffff;
  opacity: .5;
  height: .2rem;
  width: 1.3rem;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #0069E8;
  opacity: 1;
}

.slick-arrow,
.slick-dots button {
  border: 0;
  color: white;
  background-color: transparent;
}

.slick-initialized .slick-dots {
  display: flex;
}

#mlb2-5547839.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 400px;
  width: 100%;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #ffffff;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

.ml-mobileButton-horizontal {
  display: none;
}

#mlb2-5547839 .ml-mobileButton-horizontal button {
  background-color: #0069E8 !important;
  border-color: #0069E8 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  padding: 10px !important;
  width: 100% !important;
}

#mlb2-5547839.ml-form-embedContainer h4, #mlb2-5547839.ml-form-embedContainer p, #mlb2-5547839.ml-form-embedContainer span, #mlb2-5547839.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-5547839 .ml-mobileButton-horizontal button {
  background-color: #0069E8 !important;
  border-color: #0069E8 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  padding: 10px !important;
  width: 100% !important;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#mlb2-5547839.ml-form-embedContainer h4, #mlb2-5547839.ml-form-embedContainer p, #mlb2-5547839.ml-form-embedContainer span, #mlb2-5547839.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}

#mlb2-5547839.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.article-content figure img,
.article-content p img,
.article-content div img {
  cursor: zoom-in;
}

.article-content figure img.cp-lightimg,
.article-content p img.cp-lightimg,
.article-content div img.cp-lightimg {
  cursor: zoom-out;
}

.article-content figure img.cp-lightimg,
.article-content p img.cp-lightimg,
.article-content div img.cp-lightimg {
  background-color: #ffffff;
}

.ml-button-horizontal .ml-form-embedSubmitLoad {
  width: auto !important;
  height: auto !important;
}

.get {
  background-color: #0069E8 !important;
  border-color: #0069E8;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 20px;
  margin: 0 !important;
  padding: 20px !important;
  width: 25%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .get {
    width: 50%;
  }
}

.bi-twitter-x:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InN2ZzUiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MDBweCIgaGVpZ2h0PSI1MDBweCIKCSB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGVsbGlwc2Ugc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNTAiIGN5PSIyNTAiIHJ4PSIyNDkuNzM1IiByeT0iMjUwLjIzNSIvPgoJPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzkwMDg4LC0yNS4wNTg1OTcpIj4KCQk8cGF0aCBpZD0icGF0aDEwMDkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00My43NzMsMTMwLjA4bDExOS4zNywxNTkuOTI2TDQzLjAyLDQyMC4wMzNoMjcuMDM3bDEwNS4xNy0xMTMuODQ0bDg0Ljk3MiwxMTMuODQ0aDkxLjk5OQoJCQlMMjI2LjExMSwyNTEuMTE0TDMzNy45MjEsMTMwLjA4aC0yNy4wMzdsLTk2Ljg1MywxMDQuODQ1TDEzNS43NzQsMTMwLjA4SDQzLjc3M3ogTTgzLjUzMiwxNTAuMDMzaDQyLjI2NUwzMTIuNDM0LDQwMC4wOEgyNzAuMTcKCQkJTDgzLjUzMiwxNTAuMDMzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-size: cover;
  height: 20px;
  aspect-ratio: 1 / 1;
}

.bi-twitter-x.inverted {
  filter: invert(100%);
}

.ratio-set .loader {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ratio-set .loader:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 10%, #f6f7f8 20%, #f6f7f8 100%);
  background-size: 200% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s ease;
  animation: bgPos 1s linear infinite;
}

.ratio-set img {
  z-index: 2;
  position: relative;
}

@keyframes bgPos {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: -150% 0;
  }
}

.left-panel {
  margin-top: 1rem;
  background: linear-gradient(109.56deg, #0069E8 0%, #3c32bf 80%);
  padding: 2rem;
  position: relative;
  height: 25rem;
}

@media only screen and (min-width: 992px) {
  .left-panel {
    margin-top: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .left-panel {
    padding: 0;
    margin-top: 1rem;
  }
}

.left-panel .inner-para {
  padding: 1.5rem 0 0 1.5rem;
}

.left-panel .nano {
  height: 19.5rem;
}

.left-panel .nano > .nano-pane {
  background: rgba(0, 0, 0, 0.1);
  width: 8px;
}

.left-panel .nano > .nano-content {
  right: 0 !important;
}

.left-panel .nano > .nano-pane > .nano-slider {
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
}

.left-panel .gradient-snippt {
  content: '';
  background: linear-gradient(90deg, rgba(0, 105, 232, 0.4) 0%, #3c32bf 100%);
  height: 40px;
  width: calc(100% - 8px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.left-panel .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .left-panel .news-header {
    display: block;
  }
}

.left-panel .news-header h2 {
  padding-bottom: 0;
  color: #ffffff;
}

.left-panel .news-header h2:after {
  content: none;
}

.left-panel .news-header button {
  font-size: 1rem;
  margin-right: 1rem;
  text-decoration: underline;
}

a.story-block {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  padding-bottom: .6rem;
  margin-bottom: .6rem;
  display: block;
  color: #ffffff;
}

a.story-block.border-gradient {
  border-image-source: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

a.story-block.only-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-bottom: .5rem;
  padding-right: 1rem;
}

a.story-block h4 {
  font-size: 1rem;
  color: #ffffff;
}

a.story-block:last-child {
  border-bottom: 0;
}

a.story-block .cat {
  font-size: .8rem !important;
}

ul.top-story-container {
  display: grid;
  grid-gap: .3rem;
  grid-auto-columns: 1fr 1fr 30%;
  height: 100%;
  min-height: 25rem;
}

@media only screen and (max-width: 767px) {
  ul.top-story-container {
    grid-auto-columns: 1fr;
    min-height: auto;
  }
}

ul.top-story-container .main-story {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  ul.top-story-container .main-story {
    grid-column: 1;
    height: 20rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.top-story-container .main-story {
    grid-column: 1 / 3;
  }
}

ul.top-story-container .main-story h1,
ul.top-story-container .main-story h2.seofix {
  color: #ffffff;
}

ul.top-story-container .main-story a:before {
  transition: all ease .5s;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
}

ul.top-story-container .main-story a:after {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

ul.top-story-container .main-story a .content {
  position: absolute;
  bottom: .5rem;
  z-index: 1;
  color: #ffffff;
  padding: 2rem 2rem 1rem;
}

@media only screen and (min-width: 1440px) {
  ul.top-story-container .main-story a .content {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  ul.top-story-container .main-story a .content {
    padding: 2rem 1rem 1rem;
  }
}

ul.top-story-container .main-story a .content h1,
ul.top-story-container .main-story a .content h2.seofix {
  padding-bottom: .2rem;
}

ul.top-story-container .main-story a .content p {
  color: #ffffff;
  padding-bottom: 0;
}

ul.top-story-container .main-story .slide:hover a:before {
  transform: scale(1.1);
}

ul.top-story-container .sub-story {
  grid-column: 3;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.top-story-container .sub-story {
    grid-column: 1 / 2;
  }
}

@media only screen and (max-width: 991px) {
  ul.top-story-container .sub-story {
    height: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  ul.top-story-container .sub-story {
    grid-column: 1;
    height: 12rem;
  }
}

ul.top-story-container .sub-story a:before {
  transition: all ease .5s;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
}

ul.top-story-container .sub-story a:after {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

ul.top-story-container .sub-story a .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
  padding: 0 1rem 1rem;
}

@media only screen and (min-width: 1440px) {
  ul.top-story-container .sub-story a .content {
    width: 100%;
  }
}

ul.top-story-container .sub-story a .content h3 {
  padding-bottom: .5rem;
  color: #ffffff;
  line-height: 1.4rem;
}

ul.top-story-container .sub-story a:hover:before {
  transform: scale(1.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.top-story-container .sub-story.story-2 {
    grid-column: 2;
  }
}

ul.top-story-container.inner-sub-pages {
  grid-auto-columns: 1fr 25% 25%;
}

@media only screen and (max-width: 991px) {
  ul.top-story-container.inner-sub-pages {
    grid-auto-columns: 1fr;
  }
}

ul.top-story-container.inner-sub-pages .main-story {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

@media only screen and (max-width: 991px) {
  ul.top-story-container.inner-sub-pages .main-story {
    grid-column: 1 / 3;
  }
}

@media only screen and (max-width: 767px) {
  ul.top-story-container.inner-sub-pages .main-story {
    grid-column: 1 / 3;
    height: 20rem;
  }
}

ul.top-story-container.inner-sub-pages .sub-story.item-left {
  grid-column: 2;
}

@media only screen and (max-width: 991px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-left {
    grid-column: 3;
    height: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-left {
    grid-column: 1 / 3;
    height: 12rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-left {
    grid-column: 1 / 2;
  }
}

@media only screen and (max-width: 767px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-left.story-3 {
    grid-column: 1 /3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-left.story-3 {
    grid-column: 2;
  }
}

ul.top-story-container.inner-sub-pages .sub-story.item-right {
  grid-column: 3;
}

@media only screen and (max-width: 991px) {
  ul.top-story-container.inner-sub-pages .sub-story.item-right {
    display: none;
  }
}

ul.right-panel-flex {
  display: flex;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px), only screen and (min-width: 1200px) {
  ul.right-panel-flex {
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 0;
    height: 100%;
  }
}

ul.right-panel-flex .block-advert {
  width: auto;
}

ul.right-panel-flex .block-advert img {
  width: 100%;
}

ul.right-panel-flex li:last-child {
  display: inline-flex;
  margin-left: 1rem;
}

@media only screen and (max-width: 767px), only screen and (min-width: 1200px) {
  ul.right-panel-flex li:last-child {
    height: 100%;
    margin-left: 0;
  }
}

section.block-section {
  margin: 1rem 0 0;
}

section.block-section .excerpt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff !important;
  width: 80%;
  border-radius: .5rem;
  padding: 1rem;
  font-size: .9rem;
  visibility: hidden;
  transition: all ease-out .25s;
}

section.block-section .section-trending {
  background-color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 991px) {
  section.block-section .section-trending {
    padding: 0 2rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  section.block-section .section-trending {
    padding: 0 1rem 2rem;
  }
}

section.block-section .section-trending div.grid-container {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-items: stretch;
}

@media only screen and (min-width: 768px) {
  section.block-section .section-trending div.grid-container {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}

@media only screen and (min-width: 1200px) {
  section.block-section .section-trending div.grid-container {
    grid-template-columns: repeat(3, minmax(344px, 1fr));
  }
}

section.block-section .section-trending div.grid-container a {
  margin: 0px;
  flex-grow: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* Added for proper positioning of excerpt */
  display: block;
}

section.block-section .section-trending div.grid-container a .ratio-set {
  aspect-ratio: 16 / 9;
  margin-bottom: .5rem;
  background-color: #fbfbfb;
}

section.block-section .section-trending div.grid-container a img {
  width: 100%;
  height: 100%;
}

section.block-section .section-trending div.grid-container a h3 {
  padding-bottom: .2rem;
}

section.block-section .section-trending div.grid-container a:hover .excerpt {
  top: 50%;
  visibility: visible;
}

section.block-section .section-trending div.grid-container button {
  background-color: #7939A7;
}

section.block-section .link-view-all {
  position: absolute;
  right: 1rem;
  top: .5rem;
}

section.block-section a.post-item {
  position: relative;
  display: block;
}

section.block-section a.post-item .excerpt-auth {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff !important;
  width: 80%;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.9rem;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.25s;
}

section.block-section a.post-item:hover .excerpt-auth {
  top: 30%;
  visibility: visible;
  opacity: 1;
}

section.block-series {
  margin-bottom: 2rem;
}

section.block-series h3.unique {
  color: #0069E8;
}

section.block-series .grid-container-series {
  padding-left: 2rem;
  position: relative;
}

section.block-series .grid-container-series:before {
  border-left: 5px solid #0069E8;
  position: absolute;
  left: 0;
  height: 100%;
  content: '';
}

section.block-series .grid-container-series a .ratio-set {
  margin-bottom: 0;
}

section.block-series .grid-container-series .inner-holder .slick-track a {
  padding-right: 1.5rem;
  width: 18rem !important;
}

section.block-series .grid-container-series .inner-holder .slick-track a .ratio-set {
  aspect-ratio: 16 / 9;
  margin-bottom: .5rem;
}

section.block-series .grid-container-series .inner-holder .slick-track a .ratio-set img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

section.block-series .grid-container-series .inner-holder .slick-track a .ratio-set .in-progress-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #252525;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  padding: .3rem .5rem;
  font-style: italic;
  z-index: 100;
  font-size: .8rem;
  display: none;
}

section.block-series .grid-container-series .inner-holder .slick-track a h3 {
  padding-bottom: 0;
}

section.block-series .grid-container-series .inner-holder .slick-track a.active h3 {
  opacity: .5;
}

section.block-series .grid-container-series .inner-holder .slick-track a.series-current-post .in-progress-indicator {
  display: block;
}

section.block-series .grid-container-series .slick-arrow {
  top: -2rem;
  color: #AEAEAE;
  font-size: 1.5rem;
  opacity: 1 !important;
}

section.block-series .grid-container-series .slick-arrow.slick-disabled {
  opacity: .5 !important;
}

section.block-series .grid-container-series .slick-arrow.slick-prev {
  right: 2rem;
  left: auto;
}

section.block-series .grid-container-series .slick-arrow.slick-next {
  right: 0;
}

.block-top-gainers {
  background-color: #0069E8;
  color: #ffffff;
  padding: 1rem;
  height: calc(100% - 37.8px);
}

.article-holder {
  background: url("../images/bg-thin.png") repeat-x left top;
  padding-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .article-holder {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .article-holder .col-control.col-lg-7 {
    width: 50rem;
  }
}

@media only screen and (max-width: 991px) {
  .article-holder .article-header {
    padding-top: 2rem;
  }
}

.article-holder .article-header .title-article {
  padding-right: 2rem;
}

.article-holder .article-header .img-article {
  overflow: hidden;
  margin: 1rem 0 .7rem;
  background-color: #fbfbfb;
}

.article-holder .article-header .img-article img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  position: relative;
}

.article-holder .article-header .cat a {
  color: #6FC2FF;
  font-size: 1rem;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .article-holder .article-header .cat a {
    padding-bottom: .5rem;
  }
}

.article-holder .article-header .cat a:hover {
  text-decoration: none;
}

.article-holder .article-header .title-attributes-container {
  color: #ffffff;
  position: relative;
  font-size: 0.9rem;
}

.article-holder .article-header .title-attributes-container .title-attributes {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

@media only screen and (max-width: 767px) {
  .article-holder .article-header .title-attributes-container .title-attributes li {
    flex: 1;
  }
  .article-holder .article-header .title-attributes-container .title-attributes li:last-child {
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .article-holder .article-header .title-attributes-container .title-attributes {
    display: block;
  }
  .article-holder .article-header .title-attributes-container .title-attributes li:last-child {
    text-align: left;
    padding-top: .5rem;
  }
}

.article-holder .article-header .title-attributes-container .title-attributes img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}

.article-holder .article-header .title-attributes-container .title-attributes a {
  color: #ffffff;
  font-size: 0.9rem;
}

.article-holder .article-header .title-attributes-container ul.share {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .article-holder .article-header .title-attributes-container ul.share {
    position: static;
    margin-top: .5rem;
  }
}

.article-holder .article-header .title-attributes-container ul.share li {
  margin-right: 8px;
}

.article-holder .article-header .title-attributes-container ul.share li a {
  color: #ffffff;
}

.article-holder .article-header .title-attributes-container ul.share li label {
  font-size: 0.9rem;
}

.article-holder .article-header .title-attributes-container ul.share li .bi-twitter-x:before {
  height: 16px;
}

.article-holder .article-header .sub-attr {
  display: flex;
  column-gap: 0.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.article-holder .article-content h1,
.article-holder .article-content h2 {
  text-transform: none;
  padding: 1rem 0 2rem;
}

.article-holder .article-content h1:first-child,
.article-holder .article-content h2:first-child {
  padding-top: 0;
}

.article-holder .article-content h1:after,
.article-holder .article-content h2:after {
  bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .article-holder .article-content h1 {
    padding-bottom: 1rem;
  }
}

.article-holder .article-content h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.article-holder .article-content p,
.article-holder .article-content ul,
.article-holder .article-content ol,
.article-holder .article-content a {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 100;
  padding-bottom: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .article-holder .article-content p,
  .article-holder .article-content ul,
  .article-holder .article-content ol,
  .article-holder .article-content a {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
}

.article-holder .article-content a {
  text-decoration: underline;
}

.article-holder .article-content ul,
.article-holder .article-content ol {
  padding-left: 1rem;
}

.article-holder .article-content ul li,
.article-holder .article-content ol li {
  list-style-type: unset;
  padding-left: .5rem;
  padding-bottom: .5rem;
}

.article-holder .article-content ul ul,
.article-holder .article-content ol ul {
  padding-bottom: 0;
}

.article-holder .article-content ul ul ul,
.article-holder .article-content ol ul ul {
  padding-bottom: 0;
}

.link-back {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  opacity: .6;
}

.link-back:hover {
  margin-left: -.5rem;
  color: #ffffff;
  opacity: 1;
}

.news-attributes .col-lg-12 {
  border-bottom: 1px solid #AEAEAE;
  padding: 1rem 0;
}

.news-attributes .col-lg-12 ul {
  display: flex;
  flex-direction: row;
  column-gap: .5rem;
  padding: .5rem 0 0;
}

@media only screen and (min-width: 768px) {
  .news-attributes .col-lg-12 {
    padding: 1.5rem 0;
  }
}

.block-subscribe {
  background-color: #EFEFEF;
  padding: 1rem;
}

@media only screen and (max-width: 767px) {
  .block-subscribe {
    width: 100%;
  }
}

.block-subscribe input,
.block-subscribe button {
  width: 100%;
}

.block-subscribe .btn {
  margin-top: 1rem;
}

.block-share {
  background-color: #ffffff;
  padding: 2rem;
  margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
  .block-share {
    margin-top: 0;
  }
}

.block-share ul {
  column-gap: 2rem;
}

.block-share ul li a {
  font-size: 1.8rem;
  color: #0069E8;
}

.block-share.block-tags {
  margin-top: 2rem;
}

.block-share.block-tags ul {
  column-gap: 0;
}

.block-share.block-tags ul li {
  display: flex;
  column-gap: .5rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.block-share.block-tags ul li a {
  font-size: inherit;
  color: #252525;
}

.block-share.block-tags ul li:last-child span {
  display: none;
}

@media only screen and (min-width: 992px) {
  .news-detail-content .news-content {
    padding-right: 5rem;
  }
}

.news-detail-content .news-content h2 {
  padding-top: 2rem;
}

.news-detail-content .news-right-bar .block-subscribe {
  padding: 2rem;
}

.news-detail-content p {
  font-size: 1.1rem;
}

.tags-article {
  border-bottom: 1px solid #AEAEAE;
  border-top: 1px solid #AEAEAE;
  margin: 2rem 0;
  padding: 1rem 0;
}

.tags-article a {
  border: 1px solid #0d6efd;
  border-radius: 100px;
  display: inline-block;
  padding: 0.1rem 1rem;
  color: #0d6efd;
  font-size: .9rem;
  margin-right: .4rem;
  margin-bottom: 1rem;
}

.tags-article a:last-child {
  margin-right: 0;
}

.tags-article a.load-more-tags {
  border: 0;
  text-decoration: underline;
  padding: 0;
  color: #252525;
  cursor: pointer;
}

.next-prev-article ul {
  column-gap: 2rem;
  align-items: center;
  align-items: stretch;
}

.next-prev-article ul li {
  width: 50%;
  border: 1px solid #AEAEAE;
  border-radius: 1rem;
  box-shadow: none !important;
}

.next-prev-article ul li:hover {
  background-color: #EFEFEF;
}

@media only screen and (max-width: 767px) {
  .next-prev-article ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .next-prev-article ul li:last-child {
    margin-bottom: 0;
  }
}

.next-prev-article ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 1rem;
}

.next-prev-article ul li a label,
.next-prev-article ul li a span {
  color: #252525;
  background-color: transparent;
  transition: all 0.3s ease;
}

.next-prev-article ul li a:hover label {
  margin-left: -.5rem;
}

.next-prev-article ul li a img {
  display: block;
  width: 6rem;
  margin: 1rem 0 .5rem;
  height: auto;
}

.next-prev-article ul li:last-child a:hover label {
  margin-left: .5rem;
}

.blog-post .post-holder {
  margin-bottom: 2rem;
}

.blog-post .post-holder img {
  width: 100%;
  height: auto;
}

.blog-post .post-holder h3 {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}

.blog-post .post-holder .news-date {
  opacity: .8;
}

.post-tags span:last-child {
  display: none;
}

.banner-gradient {
  background: linear-gradient(109.56deg, #0069E8 0%, #3c32bf 80%);
  color: #ffffff;
  margin-bottom: 1rem;
}

.banner-gradient h1,
.banner-gradient h2,
.banner-gradient h3 {
  color: #ffffff;
}

.banner-gradient .page-title {
  border: 0;
  margin: 0;
  padding: 0;
}

.banner-gradient .page-title-end {
  padding-left: 8rem;
}

.banner-gradient h1 {
  text-transform: inherit;
}

body.single {
  background-color: #ffffff;
}

body.single .block-share,
body.single .news-action-block .action-row-2 ul li {
  background-color: #F4F5F8;
  border: 1px solid #eeeeee;
  box-shadow: none !important;
}

body.single main {
  background-color: #ffffff;
  flex-grow: 1;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  body.tag .block-share {
    position: absolute;
    right: 1rem;
    top: 0;
    width: 18%;
  }
}

body.tag .post-holder {
  margin-bottom: 2rem;
}

body.tag .post-holder a {
  display: block;
}

body.tag .post-holder h3 {
  padding-bottom: .5rem;
}

body.tag .post-holder img {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

body.tag .post-holder .news-date {
  font-size: .9rem;
  font-weight: normal;
  opacity: .7;
}

.search-results .result-thumb a.thumb,
.archive .result-thumb a.thumb,
.tag .result-thumb a.thumb {
  display: block;
  min-height: 292px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}

@media only screen and (min-width: 992px) {
  .search-results .result-thumb a.thumb,
  .archive .result-thumb a.thumb,
  .tag .result-thumb a.thumb {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .search-results .result-thumb a.thumb,
  .archive .result-thumb a.thumb,
  .tag .result-thumb a.thumb {
    display: none;
  }
}

.search-results .accordion,
.archive .accordion,
.tag .accordion {
  margin-top: 1rem;
}

.search-results .accordion .accordion-button,
.archive .accordion .accordion-button,
.tag .accordion .accordion-button {
  padding: .5rem 1rem;
}

.search-results .accordion .accordion-body,
.archive .accordion .accordion-body,
.tag .accordion .accordion-body {
  padding: 1rem;
}

.search-results .accordion section.block-series,
.archive .accordion section.block-series,
.tag .accordion section.block-series {
  margin: 0;
  padding: 0;
}

.search-results .accordion section.block-series .grid-container-series,
.archive .accordion section.block-series .grid-container-series,
.tag .accordion section.block-series .grid-container-series {
  padding: 0;
}

.search-results .accordion section.block-series .grid-container-series:before,
.archive .accordion section.block-series .grid-container-series:before,
.tag .accordion section.block-series .grid-container-series:before {
  content: none;
}

.search-results .accordion section.block-series .grid-container-series .inner-holder .slick-track a,
.archive .accordion section.block-series .grid-container-series .inner-holder .slick-track a,
.tag .accordion section.block-series .grid-container-series .inner-holder .slick-track a {
  width: 12rem !important;
}

.search-results .accordion section.block-series .grid-container-series .inner-holder .slick-track a h3,
.archive .accordion section.block-series .grid-container-series .inner-holder .slick-track a h3,
.tag .accordion section.block-series .grid-container-series .inner-holder .slick-track a h3 {
  font-size: 1rem;
  line-height: 1.2rem;
}

.search-results .accordion section.block-series .grid-container-series .slick-arrow,
.archive .accordion section.block-series .grid-container-series .slick-arrow,
.tag .accordion section.block-series .grid-container-series .slick-arrow {
  display: none !important;
}

.article-holder-author {
  position: relative;
  background: url("../images/bg-thin.png") repeat-x left top;
  padding-top: 3rem;
  /* Add your new styles below */
}

@media only screen and (max-width: 991px) {
  .article-holder-author {
    padding-top: 0;
  }
}

.article-holder-author .flex {
  display: flex;
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
  background-color: #f0f0f0;
  /* Background color for the top bar */
  padding: 8px;
}

.article-holder-author .flex svg {
  margin-right: 5px;
  color: white;
}

.article-holder-author .flex p {
  margin-top: 0.9rem;
  /* Remove the margin from top and bottom */
  /* Add any new styles for the "Back to article" text here */
  color: white;
}

@media only screen and (min-width: 992px) {
  .article-holder-author .col-control {
    width: 50rem;
  }
}

.article-holder-author .article-header-auth {
  text-align: center;
}

.article-holder-author .article-header-auth img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #ffffff;
  position: absolute;
  bottom: -75px;
  left: 50%;
  /* Center the avatar horizontally */
  transform: translateX(-50%);
  /* Move the avatar left by half of its width to center it */
}

.article-holder-author .flex {
  color: white;
  background-color: #3c32bf;
  margin-bottom: 6rem;
  /* Add a margin of 6rem to the bottom of the .flex container */
}

@media only screen and (max-width: 991px) {
  .article-holder-author .flex {
    margin-bottom: 5rem;
  }
}

.article-holder-author .flex p {
  /* Add any new styles for the "Back to article" text here */
  color: white;
}

#content.narrowcolumn-auth {
  /* Add styles to center the content horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 6rem;
}

#content.narrowcolumn-auth p {
  text-align: center;
}

.text-auth h2 {
  padding-bottom: 1rem;
}

.text-auth h2:first-child {
  padding-top: 0;
}

.text-auth h2:after {
  display: none;
}

.text-auth h3:first-child {
  padding-top: 0;
}

.text-auth h3:after {
  display: none;
}

.author-post {
  padding-top: 1rem;
}

.grid-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid-box h3 {
  color: #ffffff;
  font-size: x-large;
  padding-bottom: 10px;
}

.grid-box p.medium {
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.6rem;
}

.grid-box p.small {
  color: #ffffff;
  font-size: small;
  line-height: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .grid-box {
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .grid-box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .grid-box {
    flex-direction: column;
  }
}

.grid-box .item {
  flex: 1;
  padding: 2rem;
  box-sizing: border-box;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .grid-box .item {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .grid-box {
    flex-direction: column;
  }
  .grid-box .item {
    flex: 0 1 100%;
  }
}

.grid-box .blue {
  background-color: #4646C6;
  min-height: 18rem;
}

.grid-box .purple {
  background-color: #7939A7;
  min-height: 18rem;
}

.grid-box .ash {
  background-color: #393A3D;
  flex-basis: 100%;
}

.about-last {
  background-color: #EEEEEE;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}

.about-last p {
  padding-bottom: 1.5rem;
}

.get button {
  width: 25%;
}

.banner-gradient-about {
  background: linear-gradient(109.56deg, #0069E8 0%, #3c32bf 80%);
  color: #ffffff;
  position: relative;
}

.banner-gradient-about .banner-titles {
  position: relative;
  z-index: 1;
}

.banner-gradient-about .banner-titles h1,
.banner-gradient-about .banner-titles h3,
.banner-gradient-about .banner-titles h4 {
  color: #ffffff;
}

.banner-gradient-about .banner-titles h1.uppercase,
.banner-gradient-about .banner-titles h3.uppercase,
.banner-gradient-about .banner-titles h4.uppercase {
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.banner-gradient-about .banner-titles h1.custom-h1,
.banner-gradient-about .banner-titles h3.custom-h1,
.banner-gradient-about .banner-titles h4.custom-h1 {
  text-transform: none;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .banner-gradient-about .banner-titles h1.custom-h1,
  .banner-gradient-about .banner-titles h3.custom-h1,
  .banner-gradient-about .banner-titles h4.custom-h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.banner-gradient-about .banner-titles h1.custom-h3,
.banner-gradient-about .banner-titles h3.custom-h3,
.banner-gradient-about .banner-titles h4.custom-h3 {
  font-weight: normal;
}

.banner-gradient-about aside {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 45%;
  transform: translateY(-50%);
  z-index: 0;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .banner-gradient-about aside {
    right: 0;
  }
}

.banner-gradient-about aside img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .banner-gradient-about aside {
    display: block;
  }
}

.load-more {
  text-align: center;
  margin-top: 2rem;
}

.load-more #found {
  opacity: .4;
  font-size: 1.1rem;
}

.page-404 {
  text-align: center;
}

.page-404 img {
  width: 12rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .page-404 img {
    width: 15rem;
  }
}

.aioseo-html-sitemap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}

.aioseo-html-sitemap br {
  display: none;
}

.aioseo-html-sitemap div {
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 3rem;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .aioseo-html-sitemap div {
    flex: 1 1 50%;
  }
}

.aioseo-html-sitemap div:last-child, .aioseo-html-sitemap div.aioseo-html-trending-sitemap {
  border-bottom: 0;
}

.aioseo-html-sitemap div h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  padding-bottom: .5rem;
}

.aioseo-html-sitemap div ul {
  display: flex;
  flex-direction: column;
  row-gap: .6rem;
}

.aioseo-html-sitemap div ul li a {
  font-weight: 100;
  text-decoration: underline;
}

/* --------------------------------------------- */
/* --------- Inforgraphic starts here ----------- */
/* --------------------------------------------- */
.content-infographics .highlighter {
  color: #0069E8;
}

.content-infographics h1 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: bolder;
  max-width: calc(100vw - 30%);
}

.content-infographics h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: none;
  font-weight: normal;
  max-width: calc(100vw - 40%);
  padding-bottom: 2rem;
}

.content-infographics h2:after {
  content: none;
}

.content-infographics h3,
.content-infographics h4 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.content-infographics h3 {
  background-color: #525252;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: .5rem 2rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.content-infographics .default-block-content {
  background-color: #ffffff;
  margin-bottom: 2rem;
}

.content-infographics .default-block-content ul.inner-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2rem;
  column-gap: 2rem;
}

.content-infographics .default-block-content ul.inner-flex li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #d4d4d4;
  align-self: stretch;
  justify-content: center;
}

.content-infographics .default-block-content ul.inner-flex li:last-child {
  border-right: 0;
}

.content-infographics .default-block-content ul.inner-flex li aside {
  display: flex;
  row-gap: 1.5rem;
  align-items: center;
  flex-direction: column;
}

.content-infographics .default-block-content ul.inner-flex li aside picture {
  min-height: 10rem;
}

.content-infographics .default-block-content ul.inner-flex li aside label {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: #0069E8;
}

.panel-infographics {
  background-color: #EFEFEF;
  padding: 2rem 1rem;
  margin: 2rem 0 0;
}

@media only screen and (min-width: 768px) {
  .panel-infographics {
    padding: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .panel-infographics {
    margin: 3rem 0 0;
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .panel-infographics a {
    width: 15rem;
  }
}

.panel-infographics h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: unset;
  padding-bottom: 1rem;
}

.panel-infographics h2:after {
  content: none;
}

.panel-infographics h2 span {
  color: #0069E8;
}

.panel-infographics p {
  font-weight: 100;
  opacity: .8;
  font-size: 1rem;
  line-height: 1.4rem;
  padding-right: 4rem;
}

@media only screen and (min-width: 992px) {
  .panel-infographics p {
    padding-bottom: 0;
  }
}

.panel-infographics .infographics-holder {
  margin-left: -.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: flex;
}

.panel-infographics .infographics-holder a {
  height: 0;
}

.panel-infographics .infographics-holder.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.panel-infographics .infographics-holder a.slick-slide {
  margin: 0 .5rem;
  height: auto;
}

.panel-infographics .infographics-holder .slick-arrow {
  transform: translateY(-100%);
}

.panel-infographics .infographics-holder .slick-arrow.slick-next, .panel-infographics .infographics-holder .slick-arrow.slick-prev {
  color: #252525;
  opacity: 1 !important;
  top: -1.1rem;
  font-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}

.panel-infographics .infographics-holder .slick-arrow.slick-next.slick-disabled, .panel-infographics .infographics-holder .slick-arrow.slick-prev.slick-disabled {
  opacity: .2 !important;
}

.panel-infographics .infographics-holder .slick-arrow.slick-next.slick-next, .panel-infographics .infographics-holder .slick-arrow.slick-prev.slick-next {
  right: .5rem;
}

.panel-infographics .infographics-holder .slick-arrow.slick-next.slick-prev, .panel-infographics .infographics-holder .slick-arrow.slick-prev.slick-prev {
  left: auto;
  right: 3rem;
}

.panel-infographics .infographics-holder .slick-dots {
  bottom: -10px;
  position: relative;
  width: max-content;
}

.panel-infographics .infographics-holder .slick-dots li button {
  background-color: #AEAEAE;
}

.panel-infographics .infographics-holder .slick-dots li.slick-active button {
  background-color: #0069E8;
}

.panel-infographics .infographics-holder .ratio-set {
  aspect-ratio: 1 / 1;
  margin-bottom: 1rem;
  border: 10px solid #ffffff;
}

.panel-infographics .infographics-holder .ratio-set img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-infographics .container-xxl.container-fluid {
  position: relative;
}

.panel-infographics .container-xxl.container-fluid:before {
  background-color: #0069E8;
  padding: .2rem .5rem;
  color: white;
  font-size: .7rem;
  border-radius: 1rem;
  position: absolute;
  line-height: .7rem;
  font-weight: normal;
  content: 'BETA';
  top: -1.5rem;
  left: .5rem;
}
/*# sourceMappingURL=theme.css.map */