@keyframes dot-white {
  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body,
figure,
ul {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  font-family: "Roboto";
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.row,
.row > .col {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0-0.625rem;
}

.row > .col {
  flex: 1 0 auto;
  padding: 0 0.625rem 0.625rem;
}

.row > .col[class*="mobile-"] {
  display: block;
  visibility: visible;
  flex-basis: auto;
  max-width: 100%;
}

.row > .col.mobile-0 {
  display: none;
  visibility: hidden;
}

.row > .col.mobile-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.height_full {
  height: 100%;
}

.width_full {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.header__menu li {
  display: none;
  visibility: hidden;
}

body,
html {
  font-family: "Roboto", "Helvetica", "sans-serif";
}

.fusion-app,
body {
  background: #fafafa;
}

.font__action {
  font-family: "Roboto";
  font-weight: 700;
}

.font__body {
  font-family: "Roboto";
  font-weight: 700;
}

.font__display {
  font-family: "TT Interface";
  font-weight: 700;
}

.font__subtitle {
  font-family: "Roboto";
  font-weight: 700;
}

.font__subtitle-regular {
  font-family: "Roboto";
  font-weight: 400;
}

.center-content {
  margin-left: auto;
  margin-right: auto;
}

.center-content.center_story {
  display: flex;
  justify-content: center;
}

.center-content.max-width {
  max-width: 90rem;
}

.wrapper-layout {
  margin: 0.5rem auto;
  width: calc(100% - 2.875rem);
}

.wrapper-layout .col-right-rail {
  margin-left: 1rem;
}

.wrapper-layout.common-layout {
  display: flex;
}

.wrapper-layout .col-content {
  flex-basis: 0;
  flex-grow: 1;
}

.wrapper-layout.article .col-content,
.wrapper-layout.article .right-rail {
  height: auto;
}

.right-rail > :first-child {
  margin-top: 0;
}

.header__container {
  background-color: #000821;
  top: 0;
  width: 100%;
}

.header__container {
  display: flex;
  height: 3.125rem;
  padding: 0 1.4375rem;
  transition: top 0.2s ease 0.2s;
  will-change: top;
  z-index: 4000001;
}

.header__container.header-global {
  position: sticky;
}

.header__container .header-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}

.header__container .header-content .header-content__left,
.header__container .header-content .header-content__right {
  display: flex;
  gap: 0.25rem;
}

.header__container .header-content .header-content__right {
  justify-content: flex-end;
}

.header__menu li a:hover {
  color: #6fcafa;
}

html {
  scrollbar-gutter: stable;
}

.header__burger-menu-container .menu-container .menu-icon path {
  fill: #fafafa;
}

.header__menu {
  height: 3.125rem;
}

.header__menu ul {
  align-items: center;
  display: flex;
  height: 3.125rem;
  gap: 0.75rem;
  width: -moz-max-content;
  width: max-content;
}

.header__menu li a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #fafafa;
}

.header__logo-container {
  display: flex;
  align-self: center;
}

.header__logo-container .header__logo {
  height: 1.75rem;
  width: 3.6875rem;
}

.header-global .header__logo-container .header__logo {
  height: 1.75rem;
  width: 3.6875rem;
}

.header__burger-menu-container {
  height: 3.125rem;
  outline: 0;
  display: flex;
}

.header__burger-menu-container .menu-container,
.header__burger-menu-container .menu-icon,
.header__buttons-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header__burger-menu-container .menu-container .menu-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.header__burger-menu-container .menu-container .burger-menu-title {
  display: none;
}

.header__burger-menu-container .menu-container:hover path {
  fill: #6fcafa;
}

.header__burger-menu-container .menu-container:hover .burger-menu-title {
  color: #6fcafa;
}

.header__buttons-container {
  flex-direction: row;
  gap: 1.125rem;
  height: 3.125rem;
  justify-content: flex-end;
}

.header__buttons-container .header__live-button {
  border-radius: 62.4375rem;
}

.footer .footer-button__row {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.footer {
  background: #000821;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.footer h4 {
  font-family: "TT Interface";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
}

.footer h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer .footer__header {
  align-items: center;
  display: flex;
  padding-top: 2rem;
}

.footer .footer__header h4 {
  margin-left: auto;
}

.footer .footer__logo {
  height: 1.5rem;
  width: 6.875rem;
}

.footer .footer__bottom .footer__bottom__row {
  padding: 0.4375rem 0 1.5625rem 0.625rem;
}

.footer .footer__bottom .footer__bottom__row .desktop-9 {
  display: block;
  padding: 0;
}

.footer
  .footer__bottom
  .footer__bottom__row
  .desktop-9
  .footer-button__row:not(:last-child):after {
  color: #59c9ff;
}

.footer
  .footer__bottom
  .footer__bottom__row
  .desktop-9
  .footer-button__row
  .label {
  padding: 0.9375rem 1rem;
  color: #59c9ff;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]:before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.variant_button {
  padding: 0.75rem 1rem;
}

.variant_button {
  height: 3rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
  justify-content: center;
}

.variant_button.default.light.primary {
  background-color: #0d6ccd;
  color: #fafafa;
}

.variant_button.default.light.primary:not(:disabled):hover {
  background-color: #0950ac;
}

.variant_button.default.light.primary:not(:disabled):active {
  background-color: #05388a;
}

.variant_button.default.light.primary:not(:disabled):focus-visible:not(
    :active
  ) {
  background-color: #0d6ccd;
  outline: solid 0.125rem #0d6ccd;
  outline-offset: 0.1875rem;
}

.variant_button.default.light.secondary:not(:disabled):hover {
  color: #0950ac;
  background-color: #f5f5f5;
  border-color: #0950ac;
}

.variant_button.default.light.secondary:not(:disabled):active {
  color: #05388a;
  border-color: #05388a;
}

.variant_button.default.light.secondary:not(:disabled):focus-visible:not(
    :active
  ),
.variant_button.default.light.text:not(:disabled):focus-visible:not(:active) {
  color: #0d6ccd;
  outline: solid 0.125rem #0d6ccd;
  outline-offset: 0.1875rem;
}

.variant_button.default.light.text:not(:disabled):hover {
  color: #0950ac;
}

.variant_button.default.light.text:not(:disabled):active {
  color: #05388a;
}

.variant_button.default.dark.primary:not(:disabled):hover {
  background-color: #9edbfa;
}

.variant_button.default.dark.primary:not(:disabled):active {
  background-color: #cff3fe;
}

.variant_button.default.dark.primary:not(:disabled):focus-visible:not(:active) {
  background-color: #6fcafa;
  outline: solid 0.125rem #6fcafa;
  outline-offset: 0.1875rem;
}

.variant_button.default.dark.secondary:not(:disabled):hover {
  color: #9edbfa;
  background-color: #192137;
  border-color: #9edbfa;
}

.variant_button.default.dark.secondary:not(:disabled):active {
  color: #cff3fe;
  border-color: #cff3fe;
}

.variant_button.default.dark.secondary:not(:disabled):focus-visible:not(
    :active
  ),
.variant_button.default.dark.text:not(:disabled):focus-visible:not(:active) {
  color: #6fcafa;
  outline: solid 0.125rem #6fcafa;
  outline-offset: 0.1875rem;
}

.variant_button.default.dark.text {
  background-color: #000821;
  color: #6fcafa;
}

.variant_button.default.dark.text:not(:disabled):hover {
  color: #9edbfa;
}

.variant_button.default.dark.text:not(:disabled):active {
  color: #cff3fe;
}

.variant_button.tertiary.light.text:not(:disabled):hover {
  background-color: #f5f5f5;
}

.variant_button.tertiary.dark.text:not(:disabled):focus-visible:not(:active),
.variant_button.tertiary.light.text:not(:disabled):focus-visible:not(:active) {
  outline: solid 0.125rem;
  outline-offset: 0.1875rem;
}

.variant_button.tertiary.dark.text:not(:disabled):hover {
  background-color: #192137;
}

.variant_button.default.light.primary.google-profile {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  background-color: #fafafa;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e0e0e0;
  transition: 0.3s;
  width: 100%;
}

.variant_button.default.light.primary.google-profile:hover {
  background-color: #f5f5f5;
  outline: 0.0625rem solid #e0e0e0;
}

.variant_button.default.light.primary.google-profile:active {
  background-color: #f0f0f0;
  border-color: #bdbdbd;
  outline-color: #bdbdbd;
}

.variant_button.default.light.primary.google-profile .label {
  color: #424242;
}

.variant_button.default.light.primary.google-profile svg path {
  fill: initial;
}

.variant_button:disabled {
  pointer-events: none;
}

.variant_button:disabled.light.primary {
  background-color: #bdbdbd;
  color: #fafafa;
}

.variant_button:disabled.dark.text {
  background-color: #000821;
  color: #bdbdbd;
}

.variant_button .content_button,
.variant_button .label {
  align-items: center;
  display: flex;
  justify-content: center;
}

.variant_button .content_button.right_icon {
  padding-left: 0.25rem;
}

.variant_button svg path {
  fill: currentcolor;
}

.variant_button .label {
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 700;
}

.card__container {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.card__container a {
  color: unset;
  text-decoration: none;
}

.card__container .card__body {
  display: flex;
  flex-direction: column;
}

.card__container .card__headline {
  color: #212121;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.card__container .card__headline:hover {
  color: #757575;
  text-decoration: underline;
}

.card__vertical {
  flex-direction: column;
  margin-bottom: 2rem;
}

.card__vertical .card__body {
  flex-grow: 2;
  padding-right: 0.5rem;
  padding-top: 1rem;
}

.live-button {
  align-items: center;
  display: flex;
}

.live-button {
  color: #fff;
  height: 1.5rem;
  transition:
    color 150ms ease-out,
    background-color 150ms ease-out;
  text-wrap: nowrap;
  font-size: 1rem;
  line-height: 1rem;
  min-width: 5.6875rem;
  width: 5.6875rem;
}

.custom-dot-style:before {
  content: "";
  border-radius: 6.25rem;
  height: 0.5rem;
  animation: dot-white 2.4s ease-in-out 0s infinite;
  background: #fff;
  margin-left: 0.5rem;
  margin-right: 0.375rem;
  width: 0.5rem;
}

.live-button:hover {
  background-color: #fff;
  color: #d31c2c;
}

.live-button,
.live-button:hover.custom-dot-style:before {
  background: #d31c2c;
}

.section-divider {
  border-bottom: 0.0625rem solid #e0e0e0;
  position: relative;
  width: auto;
}

.section-divider:before {
  border-bottom: 0.1875rem solid #0d6ccd;
  content: "";
  display: block;
  max-width: 16.25rem;
  position: absolute;
  top: -0.0625rem;
  width: 100%;
}

.section-divider.top {
  margin-bottom: 1.5rem;
}

.section-divider.top:before {
  left: 0;
}

.section-title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 0.3125rem;
}

.content-article-title .wrapper-layout .article__title {
  color: #212121;
  margin: 0 0 0.5rem;
  font-size: 1.625rem;
  line-height: 2.125rem;
}

.google-profile .google-profile-text-mobile {
  display: inline;
}

.google-profile .google-profile-text-desktop {
  display: none;
}

.article__header {
  color: #212121;
  font-family: "Roboto";
  width: 100%;
}

.article__header .horizontal-share__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-direction: row;
}

.article__header.article__article .horizontal-share__container {
  margin: 1.5rem 0;
}

.article__header.article__article
  .horizontal-share__container.app:not(:has(.trinity-container))
  .google-profile.variant_button,
.article__header.article__article
  .horizontal-share__container.app:not(:has(.trinity-container))
  .google-tooltip-wrapper {
  width: 100%;
}

.article__header.article__article
  .horizontal-share__container:has(.article__audionote-share.active-player) {
  margin-bottom: 1.5rem;
}

.article__header.article__article
  .horizontal-share__container
  .article__audionote-share:not(:has(.trinity-container)) {
  justify-content: flex-start;
}

.article__header.article__article
  .horizontal-share__container
  .google-profile.variant_button,
.article__header.article__article
  .horizontal-share__container
  .google-tooltip-wrapper {
  width: unset;
}

.article__headline-byline-container {
  padding: 0;
}

.article__title {
  font-size: 1.625rem;
  line-height: 2.125rem;
}

.article__body p a:hover {
  color: #0950ac;
  text-decoration: underline;
}

.article__byline {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}

.article__byline .author-date {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.article__byline .time__value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  align-items: center;
  color: #424242;
  display: flex;
}

.article__byline .time__value:before {
  background: #0d6ccd;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.5rem;
  width: 0.5rem;
}

.breadcrumb {
  margin-bottom: 0.5rem;
}

.article__lead-art .aspect_ratio__container {
  margin: 0-1.4375rem;
}

.article__lead-art-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.article__body {
  margin-bottom: 1em;
}

.article__body > :first-child {
  margin-top: 0;
}

.article__body figure {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}

.article__body p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #424242;
  margin: 0 0 2rem;
  overflow-wrap: break-word;
  padding: 0;
}

.article__body p a {
  color: #0d6ccd;
  font-weight: 700;
}

.article__body .paragraph ul li::marker,
.article__body .ul__list li::marker,
.article__body ul li::marker {
  color: #212121;
}

.article__body h2,
.article__body h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.newsletter-signup
  .newsletter-form
  form
  .newsletter-signup__form_control
  .newsletter-signup__email:focus {
  border-bottom: 0.0625rem solid #424242;
}

.article__body
  .newsletter-article.amp
  .newsletter-signup__form_control
  .newsletter-signup__email:not(:-moz-placeholder):invalid {
  border-color: #d31c2c;
}

.breadcrumb a:hover {
  color: #0950ac;
  text-decoration: underline;
}

.article__body .featured-bullets .featured-bullets-editor ul li::marker {
  color: #d31c2c;
}

.brick_most-read {
  position: relative;
}

.brick_most-read {
  background-color: #fafafa;
  padding-left: 0.5rem;
}

.brick_most-read .section-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-top: 1rem;
}

.brick_most-read__index {
  font-size: 1.625rem;
  line-height: 2.125rem;
  width: 0.9375rem;
  max-height: 0.9375rem;
  margin-top: 1rem;
  color: #0d6ccd;
}

.brick_most-read__story {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}

.brick_most-read__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.brick_most-read__body > :nth-child(n-1) {
  border-bottom: 0.05125rem solid rgba(224, 224, 224, 0.36);
}

.brick_most-read__body > :last-child {
  border-bottom: none;
}

.brick_most-read .card__most__read .card__body {
  margin-left: 1rem;
  padding-right: 0;
}

.breadcrumb a,
.brick_most-read .card__most__read .card__headline {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.brick_most-read .card__most__read.card__most__read_simple .card__headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brick_most-read .card__most__read.card__most__read_simple .card__headline {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.brick_most-read .card__vertical .card__headline {
  margin-bottom: 0;
}

.brick_most-read .card__vertical,
.brick_most-read .section-divider.top {
  margin-bottom: 1rem;
}

.breadcrumb {
  align-items: center;
  color: #212121;
  display: flex;
}

.breadcrumb a {
  color: #0d6ccd;
  text-decoration: none;
  font-size: 1rem;
}

.breadcrumb svg {
  margin: 0 0.5rem;
}

.breadcrumb svg path {
  fill: #424242;
}

.wrapper-layout:has(.fb-comments-wrapper) {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.newsletter-signup h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #424242;
}

.newsletter-signup {
  background-color: #f5f5f5;
  justify-content: center;
  padding: 2.5rem 1rem;
}

.newsletter-signup h3 {
  font-family: "TT Interface";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 0.5rem;
}

.newsletter-signup h4 {
  margin-bottom: 1.5rem;
}

.newsletter-signup {
  display: flex;
  flex-direction: column;
}

.newsletter-signup .newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.newsletter-signup .newsletter-form form {
  display: flex;
  flex-direction: column;
  width: inherit;
}

.newsletter-signup .newsletter-form form .variant_button {
  margin: 0;
  width: auto;
}

.newsletter-signup .newsletter-form form .newsletter-signup__form_control {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
  width: 100%;
}

.newsletter-signup
  .newsletter-form
  form
  .newsletter-signup__form_control
  .newsletter-signup__email {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  border: 0;
  border-bottom: 0.0625rem solid #9e9e9e;
  height: 3rem;
  outline: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.newsletter-signup .newsletter-form form .newsletter-signup__submit {
  margin-top: 1.5rem;
}

.right-rail .newsletter-signup {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1rem;
  text-align: center;
}

.right-rail .newsletter-signup .newsletter-image {
  background: url(../img/newsletter-suscription.avif);
  background-size: cover;
  height: 15.625rem;
  margin-bottom: 0.5rem;
  width: 15.625rem;
}

.right-rail .newsletter-signup .newsletter-form {
  flex-direction: column;
}

.right-rail .newsletter-signup .newsletter-form form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-rail
  .newsletter-signup
  .newsletter-form
  form
  .newsletter-signup__form_control {
  margin: 0 0 1.5rem;
}

.right-rail .newsletter-signup .newsletter-form form .variant_button {
  width: 100%;

  .label {
    color: white;
  }
}

.modal:has(.modal_confirmation_wrapper),
.popup:has(.modal_confirmation_wrapper) {
  background-color: transparent;
}

.related_articles .card__vertical:has(+ .caja_mobile_ad) {
  border-bottom: none;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.audionote .audio-container .variant_button.skip-btn:not(:disabled):active,
.audionote .audio-container .variant_button.skip-btn:not(:disabled):hover,
.audionote .audionote-header .variant_button.close-btn:not(:disabled):active,
.audionote .audionote-header .variant_button.close-btn:not(:disabled):hover {
  background-color: transparent;
}

.audionote .audio-container .variant_button.control-btn:not(:disabled):active,
.audionote .audio-container .variant_button.control-btn:not(:disabled):hover {
  background-color: #0d6ccd;
}

.trinity-container
  .trinity-tts-icon-player-button-wrapper:hover:not(
    :has(trinity-player-icon-player-layout-wrapper:hover)
  )
  .custom-overlay,
.trinity-container
  trinity-player-icon-player-layout-wrapper:hover:has(
    .trinity-player-iframe-wrapper[data-state="not_initialized"]:hover
  )
  ~ .custom-overlay {
  background-color: #0950ac;
  cursor: pointer;
}

.trinity-container
  .trinity-tts-icon-player-button-wrapper:hover:not(
    :has(trinity-player-icon-player-layout-wrapper:hover)
  )
  .custom-overlay
  .tooltip:after,
.trinity-container
  .trinity-tts-icon-player-button-wrapper:hover:not(
    :has(trinity-player-icon-player-layout-wrapper:hover)
  )
  .custom-overlay
  .tooltip:before,
.trinity-container
  trinity-player-icon-player-layout-wrapper:hover:has(
    .trinity-player-iframe-wrapper[data-state="not_initialized"]:hover
  )
  ~ .custom-overlay
  .tooltip:after,
.trinity-container
  trinity-player-icon-player-layout-wrapper:hover:has(
    .trinity-player-iframe-wrapper[data-state="not_initialized"]:hover
  )
  ~ .custom-overlay
  .tooltip:before {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 27.5625rem) {
  .header__container {
    height: 5rem;
    padding: 0 2.5rem;
  }

  .header__container.header-global {
    height: 3.125rem;
  }

  .header__container .header-content .header-content__left,
  .header__container .header-content .header-content__right {
    gap: 0.5rem;
  }

  .header__logo-container .header__logo {
    height: 2.8125rem;
    width: 5.875rem;
  }
}

@media (min-width: 45.5625rem) {
  .row {
    margin: 0-0.625rem;
  }

  .row > .col {
    padding: 0 0.625rem 0.625rem;
  }

  .row > .col[class*="tablet-"] {
    display: block;
    visibility: visible;
    flex-basis: auto;
    max-width: 100%;
  }

  .row > .col.tablet-0 {
    display: none;
    visibility: hidden;
  }

  .row > .col.tablet-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .row > .col.mobile-12 {
    width: 100%;
  }

  .wrapper-layout {
    margin: 2rem auto;
    width: calc(100% - 5rem);
  }

  .newsletter-signup .newsletter-form form .newsletter-signup__submit {
    margin-top: 0;
  }

  .footer .footer__bottom .footer-button__row:not(:last-child):after {
    align-self: center;
    content: "•";
    padding: 0 1rem;
  }

  .footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer .footer__header h4 {
    margin-left: 1rem;
    margin-right: auto;
  }

  .footer .footer__bottom .footer__bottom__row {
    padding: 2.5rem 0 2.5rem 0.625rem;
  }

  .footer .footer__bottom .footer__bottom__row .desktop-9 {
    display: flex;
    flex-wrap: wrap;
  }

  .footer
    .footer__bottom
    .footer__bottom__row
    .desktop-9
    .footer-button__row
    .label {
    padding: 0.9375rem 0;
  }

  .variant_button.default.light.primary.google-profile {
    width: -moz-fit-content;
    width: fit-content;
  }

  .content-article-title .wrapper-layout .article__title {
    margin-bottom: 0;
  }

  .google-profile .google-profile-text-mobile {
    display: none;
  }

  .google-profile .google-profile-text-desktop {
    display: inline;
  }

  .article__header.article__article .horizontal-share__container {
    margin: 2rem 0;
  }

  .article__body p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }

  .article__byline {
    flex-direction: row;
    /* margin: 2rem 0 */
  }

  .article__byline .author-date {
    align-items: center;
    flex-direction: row;
    margin-top: unset;
  }

  .article__body figure {
    margin-bottom: 1.5rem;
  }

  .breadcrumb {
    margin-bottom: 2rem;
  }

  .article__lead-art .aspect_ratio__container {
    margin: 0;
  }

  .article__body h2,
  .article__body h3 {
    color: #212121;
    font-weight: 700;
    padding: 0;
  }

  .article__body h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 0 auto 1.5rem;
  }

  .article__body h3,
  .breadcrumb a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .breadcrumb a {
    font-size: 0.875rem;
  }

  .wrapper-layout:has(.fb-comments-wrapper) {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .newsletter-signup {
    align-items: center;
  }

  .newsletter-signup .newsletter-form {
    text-align: center;
    align-items: center;
  }

  .newsletter-signup .newsletter-form form {
    flex-direction: row;
  }

  .newsletter-signup {
    padding: 2.5rem 3.25rem;
  }
}

@media (min-width: 48.0625rem) {
  .header__container.header-global {
    top: 0;
  }

  .header__container .header-content .header-content__left,
  .header__container .header-content .header-content__right {
    gap: 0.875rem;
  }

  .header__menu li:first-child {
    display: flex;
    visibility: visible;
  }

  .header__burger-menu-container .menu-container .burger-menu-title {
    color: #fafafa;
    display: block;
    margin-left: 0.25rem;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

@media (min-width: 64.75rem) {
  .row {
    margin: 0-0.625rem;
  }

  .row > .col {
    padding: 0 0.625rem 0.71875rem;
  }

  .row > .col[class*="desktop-"] {
    display: block;
    visibility: visible;
    flex-basis: auto;
    max-width: 100%;
  }

  .row > .col.desktop-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .row > .col.desktop-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .row > .col.mobile-12 {
    width: 100%;
  }

  .wrapper-layout {
    margin: 2rem auto;
    width: calc(100% - 3.875rem);
  }

  .wrapper-layout .col-right-rail {
    max-width: 19.625rem;
    min-width: 19.625rem;
  }

  .footer {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .footer .footer__header {
    display: none;
    visibility: hidden;
  }

  .footer .footer__logo {
    height: 3.0625rem;
    width: 10.875rem;
  }

  .footer .footer__bottom {
    padding-top: 4.25rem;
  }

  .footer .footer__bottom .footer__bottom__row {
    align-items: center;
    border-top: 0.0625rem solid #e0e0e0;
    padding: 1rem 0;
  }

  .footer
    .footer__bottom
    .footer__bottom__row
    .desktop-9
    .footer-button__row:first-child {
    padding-left: 0.6875rem;
  }

  .content-article-title {
    margin-bottom: 2rem;
    margin-top: 2.25rem;
  }

  .content-article-title .wrapper-layout .article__title {
    margin-top: 2rem;
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  .article__title {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  .article__body p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}

@media (min-width: 75rem) {
  .header__container {
    padding: 0 1.9375rem;
  }

  .header__menu li {
    display: flex;
    visibility: visible;
  }

  .header__logo-container .header__logo {
    height: 3rem;
    width: 6.3125rem;
  }
}

@media (min-width: 80em) {
  html:not(:has(.fullwidth)) ins[id$="zocalo_0"] {
    left: calc((100vw - 18.25rem) / 2) !important;
  }
}

@media (max-width: 64.6875em) {
  .wrapper-layout {
    flex-wrap: wrap;
  }

  .wrapper-layout .col-content {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .wrapper-layout .col-right-rail {
    display: none;
    visibility: hidden;
  }
}

.col-content,
.un-image {
  width: 100%;
}

:root {
  --dt-main-rgb: 17, 81, 211;
  --dt-main-color: rgba(var(--dt-main-rgb));
  --dt-secondary-color: #121418;
  --dt-text-color: #5c6777;
  --dt-white-color: #fff;
  --dt-title-family: "IBM Plex Serif", serif;
  --dt-base-family: "PT Serif", serif;
  --dt-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url(/fonts/roboto-v20-latin-regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src:
    local("Roboto"),
    local("Roboto-Bold"),
    url(/fonts/roboto-v20-latin-700.woff2) format("woff2");
}

@font-face {
  font-family: "TT Interface";
  src: url(/fonts/tt-interfaces-latin-700.woff2);
  font-weight: 700;
  font-style: normal;
}

* {
  scroll-padding-top: 100px;
}

::selection {
  color: #fff;
  background: var(--dt-main-color);
}

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--dt-main-color);
}

::-webkit-input-placeholder {
  color: #463838;
}

:-moz-placeholder {
  color: #463838;
}

::-moz-placeholder {
  color: #463838;
}

:-ms-input-placeholder {
  color: #463838;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  transition: opacity 0.3s;
}

::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
  transition: opacity 0.3s;
}

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

*,
*::after,
*::before {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7 !important;
  font-family: var(--dt-base-family);
  color: var(--dt-text-color);
  letter-spacing: 0.01em;
  background-color: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body:not(.admin-bar) {
  position: relative;
}

a {
  color: var(--dt-main-color);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  outline: none;
}

a:hover,
a:active,
a:focus {
  color: var(--dt-main-color);
  text-decoration-style: dotted;
}

a,
input {
  touch-action: manipulation;
  transition: all 0.2s ease-in-out;
}

input {
  margin: 0;
}

input {
  overflow: visible;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

h1,
h2,
h3,
h4 {
  margin: 1.4rem 0;
  padding: 0;
  font-weight: 800;
  line-height: 1.25;
  font-family: var(--dt-title-family);
  color: var(--dt-secondary-color);
  word-break: break-word;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

p {
  margin: 0 0 1.6rem;
  word-break: break-word;
}

input[type="text"],
input[type="email"] {
  position: relative;
  border-radius: 0;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  max-height: 5rem;
  padding: 1.3rem 1.6rem;
  width: 100%;
  background-color: #fdfdfd;
  border: 0.1rem solid rgba(189, 189, 189, 0.4);
  outline: none;
  letter-spacing: 0.05rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border-color: var(--dt-main-color);
  background-color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb li a:not(:hover, :focus) {
  color: var(--dt-secondary-color);
}

section,
main {
  position: relative;
}

.post .post-bottom .more-link:not(:focus) {
  text-decoration: none;
}

.comment-content {
  position: relative;
  z-index: 0;
  padding: 1.6rem 0;
  line-height: 1.5;
}

.comment-content p {
  margin-bottom: 0;
}

.comment-body .reply a:not(:hover, :focus),
.comment-body .edit a:not(:hover, :focus) {
  text-decoration: none;
}

.team-item .team-title a:not(:hover, :focus) {
  color: var(--dt-secondary-color);
  text-decoration: none;
}

.dt_footer .widget ul:not(.wp-block-social-links) li a:not(:hover, :focus) {
  color: var(--dt-text-color);
}

.exclusive-tags-inner ul li a:not(:hover, :focus) {
  color: var(--dt-secondary-color);
  text-decoration: none;
}
.exclusive-posts .marquee a:not(:hover, :focus) {
  text-decoration: none;
  color: var(--dt-secondary-color);
}

html {
  overflow-x: hidden !important;
}

html:not([amp4ads]),
html:not([amp4ads]) body {
  height: auto !important;
}

html:not([amp4ads]) body {
  margin: 0 !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (min-width: 1px) {
  :where(amp-accordion > section) > :first-child {
    margin: 0;
    background-color: #efefef;
    padding-right: 20px;
    border: 1px solid #dfdfdf;
  }

  :where(amp-accordion > section) > :last-child {
    margin: 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

figure {
  margin: 0px;
}

.uppercase {
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

@media (min-width: 1024px) {
  .container {
    flex-basis: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .container {
    flex-basis: 100%;
    margin: 0 auto;
  }
}

img:is([sizes="auto" i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.comment {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Segoe UI", sans-serif;
}

.comment-line {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-left: 1rem;
  color: #3b5998;
  border-bottom: 2px solid #3b5998;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
}

.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  color: #3b5998;
  font-weight: bold;
}

.un-image {
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.un-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

.label {
  display: block;
  text-align: center;
  color: #575757;
  font-size: 16px;
}

p a {
  color: #fe003d !important;
}

p a:hover {
  color: #007fff !important;
}

.block-info-line {
  position: relative;
  padding-top: 1rem;
}

.block-info-line__date {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 450px) {
  .comment {
    font-size: 14px;
  }

  .block-info-line__like_item {
    font-size: 14px !important;
    font-weight: bold;
    color: #3b5998;
  }
}

.feedback {
  margin-bottom: 20px;
  padding: 5px 0 12px;
}

.expert-card {
  display: flex;
  gap: 20px;
}
.expert-info {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.expert-card img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.feedback {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0px;
}
@media (max-width: 660px) {
  .feedback {
    padding: 5px 0 12px;
  }
  .expert-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .block-info-comment .wraper {
    flex-direction: column;
  }
}

body {
  margin: 0;
}

.comment-line {
  text-align: left;
  border-bottom: 5px solid #e7e6e2;
  font-weight: 400;
  font-family:
    "Open Sans", "Helvetica Neue", Helvetica, "Segoe ui", Arial, sans-serif;
  color: #292827;
  font-size: 24px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.comment-line__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.blue {
  color: #0771d8;
  font-weight: inherit;
}

.comment-blocks {
  display: flex;
  gap: 4px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 14px;
  padding-bottom: 0;
}

.comment-blocks__item {
  padding: 9px 15px;
  color: #2f5e88;
  background-color: rgba(100, 100, 100, 0.1);
  font-weight: bold;
  font-size: 14.4px;
  max-width: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.comment-blocks__item.active {
  background-color: #fff;
  box-shadow: inset 0 4px 0px 0px #2f5e88;
  font-weight: normal;
}

.comment-user {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  padding: 20px 0px 20px 14px;
  padding-bottom: 0;
  padding-top: 0;
  pointer-events: none;
}

.comment-user img {
  border-radius: 50%;
  max-width: 40px;
  width: 100%;
  height: 100%;
}

.comment-user__imput {
  padding: 12.5px;
  width: 100%;
  border: 1px solid #ddd;
}

.comment-btns {
  padding-left: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.comment-btns span {
  color: #0771d8;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
}

.block-info-line {
  position: static;
}

.block-info-line__date {
  position: static;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 10px;
  line-height: 1;
}

.block-info-comment .wraper {
  display: flex;
  justify-content: space-between;
}

.wrapper-col {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px;
}

.wraper {
  align-items: flex-start;
}

.wraper .wrapper-col:nth-child(2) {
  flex-wrap: nowrap;
}

.block-info-comment__name {
  color: #646464;
  font-size: 13.5px;
  line-height: 1;
  white-space: nowrap;
}

.warning-icon {
  max-width: 13.5px;
  width: 100%;
  height: auto;
}

.comment-text {
  margin: 0;
  margin-top: 15px;
  padding-right: 0;
  font-size: 13.5px !important;
  font-family: "Open Sans", sans-serif;
}

.thumbup-icon {
  max-width: 16px;
  width: 100%;
  height: auto;
}

.wrapper-col span {
  color: #2f5e88;
  font-size: 10px;
  font-weight: bold;
}

.block-avatar img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.block-avatar.mini img {
  width: 30px;
  height: auto;
}

.block-info > .comment-block {
  margin-left: 0;
  margin-right: 0;
}

.block-info-comment__name.reply {
  color: #2f5e88;
  font-weight: bold;
  font-size: 10px;
}

.comment-block {
  border-bottom: none;
}

.comment-content {
  position: relative;
}

.comment-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  pointer-events: none;
}

.comment-block:last-child {
  margin-bottom: 0;
}

.block-info {
  width: 100%;
}

.block-info-line {
  padding-top: 0.5rem;
}

.finansovy-konflikt {
  font-family: "Roboto", Arial, sans-serif;
}

.finansovy-konflikt h3 {
  font-family: "TT Interface", Arial, sans-serif;
  font-weight: 700;
}

.card__headline {
  margin: 0;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgb(6, 147, 227) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgb(252, 185, 0) 0%,
    rgb(255, 105, 0) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgb(255, 105, 0) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:
    6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

body:has(a[href*="checkout"]) .dt_header-inner {
  display: grid !important;
  justify-content: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

:root {
  --dt-main-rgb: 17, 81, 211;
  --dt-main-color: #ac3a45;
  --dt-secondary-color: #121418;
  --dt-text-color: #5c6777;
  --dt-white-color: #fff;
  --dt-title-family: "IBM Plex Serif", serif;
  --dt-base-family: "PT Serif", serif;
  --dt-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
a {
  color: #d02f29;
}

.form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
